This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
FETCH/STORE/LENGTH callbacks for numbered capture variables
[perl5.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 [ 30415] By: rgs                                   on 2007/02/27  10:56:17
33         Log: Rework and fix docs for %+, %- and re::Tie::Hash::NamedCapture.
34      Branch: perl
35            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm pod/perlvar.pod
36 ____________________________________________________________________________
37 [ 30414] By: craigb                                on 2007/02/27  01:41:31
38         Log: On VMS, use the normal executable file extension for the copy of 
39              Perl used to run the test suite.  Not doing so was confusing
40              some of the Module::Build tests.
41      Branch: perl
42            ! vms/descrip_mms.template vms/test.com
43 ____________________________________________________________________________
44 [ 30413] By: rgs                                   on 2007/02/26  17:10:33
45         Log: Subject: Re: [perl #41565] qr// memory corruption
46              From: demerphq <demerphq@gmail.com>
47              Date: Mon, 26 Feb 2007 16:45:23 +0100
48              Message-ID: <9b18b3110702260745u373980e8x19ba3afdf33bd424@mail.gmail.com>
49      Branch: perl
50            ! ext/re/t/regop.t regcomp.c regexec.c
51 ____________________________________________________________________________
52 [ 30412] By: rgs                                   on 2007/02/26  16:49:45
53         Log: Subject: Re: Regexp recursion limit too low?
54              From: demerphq <demerphq@gmail.com>
55              Date: Thu, 15 Feb 2007 17:22:16 +0100
56              Message-ID: <9b18b3110702150822o13a4f240g86463c60e625fb8f@mail.gmail.com>
57      Branch: perl
58            ! regexec.c regexp.h
59 ____________________________________________________________________________
60 [ 30411] By: steveh                                on 2007/02/26  13:45:23
61         Log: Bump $Win32API::File::VERSION for change #30409
62      Branch: perl
63            ! ext/Win32API/File/File.pm
64 ____________________________________________________________________________
65 [ 30410] By: craigb                                on 2007/02/26  13:36:41
66         Log: In configure.com, include the Win32 extensions in $Config{known_extensions},
67              but not it $Config{extensions}.  This way t/TEST knows to exclude them.
68      Branch: perl
69            ! configure.com
70 ____________________________________________________________________________
71 [ 30409] By: steveh                                on 2007/02/26  13:27:58
72         Log: Subject: [PATCH] Re: [PATCH] Re: Win32 modules & cygwin
73              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
74              Date: Mon, 26 Feb 2007 00:45:10 -0800 (PST)
75              Message-ID: <1300.63.226.247.142.1172479510.squirrel@63.226.247.142>
76              
77              (Stops Win32* extension tests from being run when the
78              corresponding extensions haven't been built)
79      Branch: perl
80            ! ext/Win32API/File/t/file.t ext/Win32API/File/t/tie.t
81            ! ext/Win32CORE/t/win32core.t
82 ____________________________________________________________________________
83 [ 30408] By: nicholas                              on 2007/02/26  11:59:27
84         Log: Update the FSF's address. Plus some other whitespace and NON-WHITESPACE
85              changes that have crept into the GPL v2.
86      Branch: perl
87            ! README emacs/cperl-mode.el lib/Tie/File.pm pod/perlgpl.pod
88 ____________________________________________________________________________
89 [ 30407] By: nicholas                              on 2007/02/26  11:07:06
90         Log: Fix bug #41550 -  AUTOLOAD :lvalue not working the same in blead as in
91              5.8.8 (a code example from "Extending and Embedding Perl")
92      Branch: perl
93            ! op.h t/op/sub_lval.t
94 ____________________________________________________________________________
95 [ 30406] By: nicholas                              on 2007/02/26  09:33:15
96         Log: Convert t/op/sub_lval.t to test.pl
97      Branch: perl
98            ! t/op/sub_lval.t
99 ____________________________________________________________________________
100 [ 30405] By: rgs                                   on 2007/02/26  06:59:44
101         Log: Module::Pluggable wasn't in the maintainers list
102      Branch: perl
103            ! Porting/Maintainers.pl
104 ____________________________________________________________________________
105 [ 30404] By: rgs                                   on 2007/02/26  06:57:22
106         Log: Add a version number to Module::Pluggable::Object and
107              bump the version number of Module::Pluggable
108      Branch: perl
109            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
110 ____________________________________________________________________________
111 [ 30403] By: craigb                                on 2007/02/26  04:35:18
112         Log: In perlport, refine description of eight-level directory depth
113              limitation on older VMS systems and add example of how to tell 
114              when we're in trouble.
115      Branch: perl
116            ! pod/perlport.pod
117 ____________________________________________________________________________
118 [ 30402] By: craigb                                on 2007/02/26  01:08:07
119         Log: Assorted updates to vms/vms.c to fix compiler errors on VAX.
120      Branch: perl
121            ! vms/vms.c
122 ____________________________________________________________________________
123 [ 30401] By: craigb                                on 2007/02/26  01:06:30
124         Log: One more longdouble nit for configure.com, following 30217, 30325, and 30329.
125      Branch: perl
126            ! configure.com
127 ____________________________________________________________________________
128 [ 30400] By: craigb                                on 2007/02/26  00:42:30
129         Log: Module::Pluggable::Object::search_paths portability update prompted by
130              VMS test failures.  Patch also submitted to CPAN RT queue at 
131              <http://rt.cpan.org/Public/Bug/Display.html?id=13607>.
132      Branch: perl
133            ! lib/Module/Pluggable/Object.pm
134            ! lib/Module/Pluggable/t/20dodgy_files.t
135 ____________________________________________________________________________
136 [ 30399] By: rgs                                   on 2007/02/25  17:00:26
137         Log: Subject: [PATCH] sigtrap.pm (handler_traceback): do not clobber $_
138              From: Alexey Tourbin <at@altlinux.ru>
139              Date: Sat, 24 Feb 2007 21:24:32 +0300
140              Message-ID: <20070224182432.GA14446@localhost.localdomain>
141      Branch: perl
142            ! lib/sigtrap.pm
143 ____________________________________________________________________________
144 [ 30398] By: rgs                                   on 2007/02/25  16:44:52
145         Log: Subject: [perl #41560] [PATCH] crash in Perl_vmess when GvIOp is null 
146              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
147              Date: Tue, 20 Feb 2007 16:38:20 -0800
148              Message-ID: <rt-3.6.HEAD-24617-1172018300-131.41560-75-0@perl.org>
149      Branch: perl
150            ! util.c
151 ____________________________________________________________________________
152 [ 30397] By: rgs                                   on 2007/02/25  16:19:07
153         Log: Subject: Re: [perl #41513] (parsing?)problem when using a '/' followed by a Switch statement
154              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
155              Date: Sat, 24 Feb 2007 15:08:44 +0100
156              Message-ID: <17de7ee80702240608n1411ef67xcdd1ffb238742bc1@mail.gmail.com>
157      Branch: perl
158            ! lib/Switch.pm
159 ____________________________________________________________________________
160 [ 30396] By: rgs                                   on 2007/02/25  15:29:20
161         Log: - Use the same regexp as in change #30395 to parse subroutine
162              declarations
163              - Make SelfLoader strict-compliant
164              - Constant fold debug code out
165      Branch: perl
166            ! lib/SelfLoader.pm
167 ____________________________________________________________________________
168 [ 30395] By: rgs                                   on 2007/02/25  15:04:17
169         Log: Factorize three regexps into one, using new regexp features
170              (with some help from Yves Orton). (Now the compatibilty of this
171              module with 5.8.x perls is doomed.)
172      Branch: perl
173            ! lib/AutoSplit.pm
174 ____________________________________________________________________________
175 [ 30394] By: rgs                                   on 2007/02/25  14:42:11
176         Log: Don't clobber $_ by using "my $_". Potential bug found by Alexey Tourbin.
177      Branch: perl
178            ! lib/AutoSplit.pm
179 ____________________________________________________________________________
180 [ 30393] By: craigb                                on 2007/02/25  00:54:14
181         Log: Add a comment to mg.c to clarify that words like "raise" and
182              "pending" in the context of Perl's deferred signals bear only
183              an analogous relationship to the underlying signal mechanism.
184      Branch: perl
185            ! mg.c
186 ____________________________________________________________________________
187 [ 30392] By: craigb                                on 2007/02/24  21:52:23
188         Log: Update descriptions of long-running ops and non-deferrable
189              signals in perlipc.pod.
190      Branch: perl
191            ! pod/perlipc.pod
192 ____________________________________________________________________________
193 [ 30391] By: rgs                                   on 2007/02/24  15:55:06
194         Log: Subject: [PATCH] ExtUtils/Constant/Base.pm: use constant folding to eliminated dead code
195              From: Alexey Tourbin <at@altlinux.ru>
196              Date: Sat, 24 Feb 2007 15:52:23 +0300
197              Message-ID: <20070224125223.GA17227@localhost.localdomain>
198      Branch: perl
199            ! lib/ExtUtils/Constant/Base.pm
200 ____________________________________________________________________________
201 [ 30390] By: rgs                                   on 2007/02/24  15:48:49
202         Log: Subject: [PATCH] ExtUtils/MM_Unix.pm (fixin): do not clobber $/
203              From: Alexey Tourbin <at@altlinux.ru>
204              Date: Sat, 24 Feb 2007 15:38:58 +0300
205              Message-ID: <20070224123858.GA11434@localhost.localdomain>
206      Branch: perl
207            ! lib/ExtUtils/MM_Unix.pm
208 ____________________________________________________________________________
209 [ 30389] By: rgs                                   on 2007/02/24  15:42:45
210         Log: Subject: [PATCH] perlio.c (PerlIO_tmpfile): fix memory leak
211              From: Alexey Tourbin <at@altlinux.ru>
212              Date: Sat, 24 Feb 2007 14:47:35 +0300
213              Message-ID: <20070224114735.GA3454@localhost.localdomain>
214      Branch: perl
215            ! perlio.c
216 ____________________________________________________________________________
217 [ 30388] By: rgs                                   on 2007/02/24  09:53:56
218         Log: Add a new test for undef and delete on stash entries that
219              are bound to subroutines or methods. Based on a test by
220              Robert 'phaylon' Sedlacek.
221      Branch: perl
222            + t/op/symbolcache.t
223            ! MANIFEST
224 ____________________________________________________________________________
225 [ 30387] By: rgs                                   on 2007/02/24  09:29:20
226         Log: C<keys %+> should not warn. Don't make scan_ident test for
227              ambiguous unary ops when the following token is a hash identifier.
228              (like with scalars and arrays)
229      Branch: perl
230            ! t/lib/warnings/toke toke.c
231 ____________________________________________________________________________
232 [ 30386] By: rgs                                   on 2007/02/24  09:04:10
233         Log: Indexing and POD fixes
234      Branch: perl
235            ! pod/perlop.pod
236 ____________________________________________________________________________
237 [ 30385] By: rgs                                   on 2007/02/24  08:51:29
238         Log: Subject: [PATCH] perlretut.pod, 2nd version
239              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
240              Date: Thu, 22 Feb 2007 09:36:19 +0100
241              Message-ID: <45DD5603.1040402@thalesgroup.com>
242      Branch: perl
243            ! pod/perlretut.pod
244 ____________________________________________________________________________
245 [ 30384] By: rgs                                   on 2007/02/24  07:22:05
246         Log: At least, fix the MakeMaker build_man tests.
247      Branch: perl
248            ! lib/ExtUtils/t/build_man.t
249 ____________________________________________________________________________
250 [ 30383] By: rgs                                   on 2007/02/23  18:19:32
251         Log: Subject: [PATCH blead] Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does not work with 'nomethod'
252              From: Rick Delaney <rick@bort.ca>
253              Date: Wed, 21 Feb 2007 16:53:16 -0500
254              Message-ID: <20070221215316.GF5646@bort.ca>
255      Branch: perl
256            ! gv.c lib/overload.t
257 ____________________________________________________________________________
258 [ 30382] By: rgs                                   on 2007/02/22  18:29:18
259         Log: Reinstate tests removed by change #30381, but don't
260              "use Config" in the test, because that will overwrite
261              %main::Config with the real Config hash, not the fake
262              one from MakeMaker.
263      Branch: perl
264            ! lib/ExtUtils/t/build_man.t
265 ____________________________________________________________________________
266 [ 30381] By: stevep                                on 2007/02/22  18:09:06
267         Log: Revert changes to lib/ExtUtils/t/build_man.t from change 
268              #30380.  The changes in that test write to the now
269              readonly %Config.
270      Branch: perl
271            ! lib/ExtUtils/t/build_man.t
272 ____________________________________________________________________________
273 [ 30380] By: stevep                                on 2007/02/22  14:36:27
274         Log: Upgrade to ExtUtils-MakeMaker-6.32.  Included a version
275              bump to ExtUtils::MakeMaker to 6.32_01 because changes
276              #29266 and #29583 were missing from the new release.
277      Branch: perl
278            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist.pm
279            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM.pm
280            ! lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_Any.pm
281            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
282            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
283            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
284            ! lib/ExtUtils/MM_QNX.pm lib/ExtUtils/MM_UWIN.pm
285            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
286            ! lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MM_Win32.pm
287            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MY.pm
288            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Config.pm
289            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/MakeMaker/bytes.pm
290            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
291            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/t/build_man.t
292            ! lib/ExtUtils/testlib.pm
293 ____________________________________________________________________________
294 [ 30379] By: steveh                                on 2007/02/22  09:09:31
295         Log: Subject: [PATCH] Re: Win32 modules & cygwin
296              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
297              Date: Tue, 20 Feb 2007 01:50:18 -0800 (PST)
298              Message-ID: <1254.67.42.109.122.1171965018.squirrel@67.42.109.122>
299              
300              Also includes integration & deletion of win32/ext/Win32API to
301              ext/Win32API, and addition of copyright message and corrections to
302              spacing/tabbing as suggested by Jan Dubois.
303      Branch: perl
304            + ext/Win32API/File/t/file.t ext/Win32CORE/Makefile.PL
305            + ext/Win32CORE/Win32CORE.c ext/Win32CORE/Win32CORE.pm
306            + ext/Win32CORE/t/win32core.t
307           +> ext/Win32API/File/Changes
308           +> ext/Win32API/File/ExtUtils/Myconst2perl.pm
309           +> ext/Win32API/File/File.pm ext/Win32API/File/File.xs
310           +> ext/Win32API/File/Makefile.PL ext/Win32API/File/README
311           +> ext/Win32API/File/buffers.h ext/Win32API/File/cFile.h
312           +> ext/Win32API/File/cFile.pc ext/Win32API/File/const2perl.h
313           +> ext/Win32API/File/t/tie.t ext/Win32API/File/typemap
314            - win32/ext/Win32API/File/Changes
315            - win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
316            - win32/ext/Win32API/File/File.pm
317            - win32/ext/Win32API/File/File.xs
318            - win32/ext/Win32API/File/Makefile.PL
319            - win32/ext/Win32API/File/README
320            - win32/ext/Win32API/File/buffers.h
321            - win32/ext/Win32API/File/cFile.h
322            - win32/ext/Win32API/File/cFile.pc
323            - win32/ext/Win32API/File/const2perl.h
324            - win32/ext/Win32API/File/t/file.t
325            - win32/ext/Win32API/File/t/tie.t
326            - win32/ext/Win32API/File/typemap
327            ! Configure MANIFEST Porting/Maintainers.pl cygwin/cygwin.c
328            ! hints/cygwin.sh mkppport.lst win32/FindExt.pm win32/Makefile
329            ! win32/config_sh.PL win32/makefile.mk win32/win32.c
330 ____________________________________________________________________________
331 [ 30378] By: stevep                                on 2007/02/21  17:50:37
332         Log: Upgrade to CPAN-1.88_77.
333      Branch: perl
334            ! lib/CPAN.pm
335 ____________________________________________________________________________
336 [ 30376] By: rgs                                   on 2007/02/21  17:33:54
337         Log: Subject: [PATCH] Re: [PATCH] Test with Errno in autouse.t
338              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
339              Date: Wed, 21 Feb 2007 09:27:20 -0800 (PST)
340              Message-ID: <619324.6794.qm@web30207.mail.mud.yahoo.com>
341      Branch: perl
342            ! lib/autouse.t
343 ____________________________________________________________________________
344 [ 30375] By: steveh                                on 2007/02/21  13:36:14
345         Log: Remove unreferenced local variable
346      Branch: perl
347            ! ext/threads/threads.pm ext/threads/threads.xs
348 ____________________________________________________________________________
349 [ 30374] By: steveh                                on 2007/02/21  08:40:18
350         Log: Fix Win32 compilation error following #30372
351      Branch: perl
352            ! regcomp.c
353 ____________________________________________________________________________
354 [ 30373] By: craigb                                on 2007/02/21  01:55:37
355         Log: Fix VMS exit handling broken in Test::Harness 2.64. Also
356              submitted as http://rt.cpan.org/Public/Bug/Display.html?id=24985
357              on CPAN RT queue.
358      Branch: perl
359            ! lib/Test/Harness/Results.pm lib/Test/Harness/Straps.pm
360 ____________________________________________________________________________
361 [ 30372] By: stevep                                on 2007/02/20  13:24:38
362         Log: Silence a couple of compile warnings.
363      Branch: perl
364            ! regcomp.c regexec.c
365 ____________________________________________________________________________
366 [ 30371] By: rgs                                   on 2007/02/20  11:05:15
367         Log: Some INSTALL nits by Andy Dougherty
368      Branch: perl
369            ! INSTALL
370 ____________________________________________________________________________
371 [ 30370] By: rgs                                   on 2007/02/20  10:44:44
372         Log: Skip test when Encode isn't built
373              (noticed by Jerry D. Hedden)
374      Branch: perl
375            ! ext/PerlIO/encoding/t/nolooping.t
376 ____________________________________________________________________________
377 [ 30369] By: rgs                                   on 2007/02/20  10:39:52
378         Log: Subject: [PATCH] Test with Errno in autouse.t
379              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
380              Date: Sun, 18 Feb 2007 09:09:23 -0800 (PST)
381              Message-ID: <834019.44481.qm@web30203.mail.mud.yahoo.com>
382      Branch: perl
383            ! lib/autouse.t
384 ____________________________________________________________________________
385 [ 30368] By: rgs                                   on 2007/02/20  09:31:59
386         Log: A few nits to perlfunc/map.
387      Branch: perl
388            ! pod/perlfunc.pod
389 ____________________________________________________________________________
390 [ 30367] By: stevep                                on 2007/02/20  03:55:21
391         Log: Subject: [PATCH] regexec.c: S_ stands for static
392              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
393              Date: Tue, 20 Feb 2007 03:03:03 +0200 (EET)
394              Message-Id: <20070220010303.2380A43A67@anubis.hut.fi>
395      Branch: perl
396            ! regexec.c
397 ____________________________________________________________________________
398 [ 30366] By: stevep                                on 2007/02/20  03:52:37
399         Log: Subject: [PATCH] dump.c: format fixes
400              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
401              Date: Tue, 20 Feb 2007 03:00:50 +0200 (EET)
402              Message-Id: <20070220010050.CCDAF43A67@anubis.hut.fi>
403      Branch: perl
404            ! dump.c
405 ____________________________________________________________________________
406 [ 30365] By: nicholas                              on 2007/02/19  23:58:53
407         Log: Avoid *some* g++ errors. (But not all yet)
408      Branch: perl
409            ! sv.c warnings.h warnings.pl
410 ____________________________________________________________________________
411 [ 30362] By: stevep                                on 2007/02/19  20:51:10
412         Log: Subject: [PATCH] blead (honestly :-) g++ with -DPERL_GLOBAL_STRUCT_PRIVATE needs tweaking
413              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
414              Date: Mon, 19 Feb 2007 19:41:07 +0200 (EET)
415              Message-Id: <20070219174107.63EEB43A67@anubis.hut.fi>
416              
417              Plus a regen picked up changes in pod/perlapi.pod related to change
418              #30347.
419      Branch: perl
420            ! opcode.h opcode.pl pod/perlapi.pod sv.c util.c
421 ____________________________________________________________________________
422 [ 30361] By: stevep                                on 2007/02/19  19:42:47
423         Log: Upgrade to CPAN-1.88_76
424      Branch: perl
425            ! lib/CPAN.pm
426 ____________________________________________________________________________
427 [ 30360] By: stevep                                on 2007/02/19  19:27:27
428         Log: Subject: [PATCH] integrate bignum 0.19
429              From: Tels <nospam-abuse@bloodgate.com>
430              Date: Sat, 3 Feb 2007 13:42:20 +0100
431              Message-Id: <200702031342.21634@bloodgate.com>
432      Branch: perl
433            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
434            ! lib/bigrat.pm
435 ____________________________________________________________________________
436 [ 30359] By: stevep                                on 2007/02/19  19:23:03
437         Log: Subject: [PATCH] Integrate BigRat 0.17
438              From: Tels <nospam-abuse@bloodgate.com>
439              Date: Sat, 3 Feb 2007 13:10:57 +0100
440              Message-Id: <200702031310.58656@bloodgate.com>
441      Branch: perl
442            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
443 ____________________________________________________________________________
444 [ 30358] By: stevep                                on 2007/02/19  19:15:15
445         Log: Subject: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
446              From: Tels <nospam-abuse@bloodgate.com>
447              Date: Fri, 2 Feb 2007 15:37:36 +0100
448              Message-Id: <200702021537.38442@bloodgate.com>
449              
450              Subject: Re: [PATCH] integrate Math::BigInt 1.79 and Math::BigInt::FastCalc 0.11
451              From: Tels <nospam-abuse@bloodgate.com>
452              Date: Tue, 6 Feb 2007 20:18:48 +0100
453              Message-Id: <200702062019.05487@bloodgate.com>
454              
455              Also, a fix for @INC in lib/Math/BigInt/t/calling.t
456              
457              Additional tests to perform Pod and Pod coverage testing
458              were left out based on removal of similar test files previously.
459      Branch: perl
460            ! ext/Math/BigInt/FastCalc/FastCalc.pm
461            ! ext/Math/BigInt/FastCalc/Makefile.PL lib/Math/BigFloat.pm
462            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
463            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbf.t
464            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
465            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
466            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
467            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/sub_mbf.t
468            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
469            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
470            ! t/lib/Math/BigInt/BareCalc.pm t/lib/Math/BigInt/Scalar.pm
471            ! t/lib/Math/BigInt/Subclass.pm
472 ____________________________________________________________________________
473 [ 30357] By: rgs                                   on 2007/02/19  18:23:51
474         Log: Revert change #28980 per Jarkko's suggestion
475              (it was actually breaking g++ builds)
476      Branch: perl
477            ! ext/Encode/bin/enc2xs
478 ____________________________________________________________________________
479 [ 30352] By: rgs                                   on 2007/02/19  13:41:41
480         Log: Actually, only changes to regexec.c from #30081 needed to be reverted.
481      Branch: perl
482            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
483 ____________________________________________________________________________
484 [ 30351] By: rgs                                   on 2007/02/19  13:08:03
485         Log: Revert change #30081 at dmq's request, and mark its tests
486              as TODO. (This should restore compilation with g++)
487      Branch: perl
488            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
489            ! regexec.c t/op/pat.t
490 ____________________________________________________________________________
491 [ 30349] By: rgs                                   on 2007/02/19  10:08:38
492         Log: Add a cast for C++ compilation
493      Branch: perl
494            ! mg.c
495 ____________________________________________________________________________
496 [ 30348] By: nicholas                              on 2007/02/18  20:07:39
497         Log: More efficient to call newSV_type() then SvGROW() instead of newSV()
498              with a size then sv_upgrade(), as the latter calls sv_upgrade() twice.
499      Branch: perl
500            ! perl.c toke.c
501 ____________________________________________________________________________
502 [ 30347] By: nicholas                              on 2007/02/18  19:40:43
503         Log: Add a new API function newSV_type, to replace the idiom:
504              sv = newSV(0);
505              sv_upgrade(sv, type);
506      Branch: perl
507            ! av.c embed.fnc embed.h global.sym gv.c hv.c mathoms.c op.c
508            ! pad.c perl.c pp.c pp_ctl.c pp_hot.c proto.h sv.c toke.c
509 ____________________________________________________________________________
510 [ 30346] By: nicholas                              on 2007/02/18  18:33:04
511         Log: Properly handle the differences in hints in the optree with/without
512              use open; by adding the with-open hints to all the golden results,
513              and providing a new flag strip_open_hint to checkOptree().
514      Branch: perl
515            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
516            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
517            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
518            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
519            ! ext/B/t/optree_varinit.t
520 ____________________________________________________________________________
521 [ 30345] By: nicholas                              on 2007/02/18  17:56:13
522         Log: newHV doesn't need to turn off POK or NOK, as they will default to not
523              being set.
524      Branch: perl
525            ! hv.c
526 ____________________________________________________________________________
527 [ 30344] By: nicholas                              on 2007/02/18  14:18:01
528         Log: test.pl should locally increase $Level, rather than setting it to a
529              hard value, so that callers of like and unlike can present diagnostics
530              with the line number of their own caller.
531      Branch: perl
532            ! t/test.pl
533 ____________________________________________________________________________
534 [ 30343] By: craigb                                on 2007/02/18  03:54:46
535         Log: Make vms/munchconfig.c able to take a list of substitutions from
536              a file so we don't overflow the command buffer on older systems.
537      Branch: perl
538            ! configure.com vms/munchconfig.c
539 ____________________________________________________________________________
540 [ 30342] By: craigb                                on 2007/02/17  22:40:51
541         Log: Make configure.com's manifest checker more robust when handling files with 
542              multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz).
543              Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz,
544              at least on ODS-2 volumes.
545      Branch: perl
546            ! configure.com
547 ____________________________________________________________________________
548 [ 30335] By: nicholas                              on 2007/02/17  14:12:07
549         Log: Missed an aTHX_ in B's call to Perl_emulate_cop_io.
550              Missed that global.sym was modified.
551      Branch: perl
552            ! ext/B/B.xs global.sym
553 ____________________________________________________________________________
554 [ 30334] By: nicholas                              on 2007/02/17  12:39:17
555         Log: Split the storage of the layers specificied by open.pm into one hint
556              for input, and one for output, as this better reflects how they are
557              used. The original "concatenate with \0" plan was really only a
558              compramise to avoid needing to increase every COP by 2 pointers.
559      Branch: perl
560            ! embed.fnc embed.h ext/B/B.xs ext/B/B/Concise.pm
561            ! ext/B/t/OptreeCheck.pm mg.c perl.h perlio.c proto.h
562 ____________________________________________________________________________
563 [ 30333] By: nicholas                              on 2007/02/16  23:54:33
564         Log: Move all the cut&paste open TODO logic into OptreeCheck.pm, where it
565              should have been in the first place. Apply strict and warnings to
566              OptreeCheck.pm, and remove dead code they show up.
567      Branch: perl
568            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
569            ! ext/B/t/optree_concise.t ext/B/t/optree_constants.t
570            ! ext/B/t/optree_misc.t ext/B/t/optree_samples.t
571            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
572            ! ext/B/t/optree_varinit.t
573 ____________________________________________________________________________
574 [ 30332] By: stevep                                on 2007/02/16  20:19:16
575         Log: Subject: [perl #41521] Fix for IO::Socket send method
576              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
577              Date: Fri, 16 Feb 2007 11:26:45 -0800
578              Message-ID: <rt-3.6.HEAD-24617-1171654005-819.41521-75-0@perl.org>
579      Branch: perl
580            ! ext/IO/lib/IO/Socket.pm
581 ____________________________________________________________________________
582 [ 30331] By: steveh                                on 2007/02/16  18:14:58
583         Log: Fix Win32 build after unusual breakage caused by #30327
584              (Boy, did that take some tracking down!)
585      Branch: perl
586            ! win32/config_h.PL
587 ____________________________________________________________________________
588 [ 30330] By: rgs                                   on 2007/02/16  15:38:39
589         Log: Update Changes
590      Branch: perl
591            ! Changes
592 ____________________________________________________________________________
593 [ 30329] By: craigb                                on 2007/02/16  14:41:18
594         Log: In configure.com, put the "use" back in useieee (typo in #30325)
595      Branch: perl
596            ! configure.com
597 ____________________________________________________________________________
598 [ 30327] By: rgs                                   on 2007/02/16  10:30:57
599         Log: Avoid to run config_h.SH twice during configuration.
600      Branch: perl
601            ! cflags.SH config_h.SH
602 ____________________________________________________________________________
603 [ 30325] By: craigb                                on 2007/02/16  00:43:07
604         Log: In configure.com, further disambiguate -Duselongdouble and its 
605              prerequisites from other 64-bit options.
606      Branch: perl
607            ! configure.com
608 ____________________________________________________________________________
609 [ 30317] By: rgs                                   on 2007/02/15  14:16:56
610         Log: Hakim Cassimally is the new maintainer of the Perldoc modules
611      Branch: perl
612            ! Porting/Maintainers.pl
613 ____________________________________________________________________________
614 [ 30315] By: rgs                                   on 2007/02/15  13:10:31
615         Log: Subject: Re: Patch for Deep recursion in B::Deparse
616              From: Ash Berlin <ash_cpan@firemirror.com>
617              Date: Thu, 15 Feb 2007 10:47:15 +0000
618              Message-ID: <45D43A33.6070101@firemirror.com>
619      Branch: perl
620            ! ext/B/B/Deparse.pm
621 ____________________________________________________________________________
622 [ 30313] By: rgs                                   on 2007/02/15  12:39:46
623         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
624              From: demerphq <demerphq@gmail.com>
625              Date: Thu, 15 Feb 2007 12:07:40 +0100
626              Message-ID: <9b18b3110702150307t21b5efd2jfdeebccdff9175b1@mail.gmail.com>
627      Branch: perl
628            ! regcomp.c
629 ____________________________________________________________________________
630 [ 30310] By: rgs                                   on 2007/02/15  09:34:01
631         Log: Subject: [PATCH] Use newer 'threads' constructs
632              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
633              Date: Mon, 12 Feb 2007 12:04:33 -0800 (PST)
634              Message-ID: <844555.64815.qm@web30202.mail.mud.yahoo.com>
635      Branch: perl
636            ! ext/XS/APItest/t/my_cxt.t ext/threads/shared/t/blessed.t
637            ! ext/threads/shared/t/cond.t ext/threads/shared/t/hv_refs.t
638            ! ext/threads/threads.xs lib/Thread/Queue.t lib/perl5db.pl
639            ! pod/perlapi.pod pod/perlxs.pod sv.c t/op/threads.t
640 ____________________________________________________________________________
641 [ 30298] By: nicholas                              on 2007/02/14  20:59:02
642         Log: There's no need to special case SVt_NULL in the print code, as it's
643              only 0.01% of the cases called, and the call to SvPV_const() will
644              issue the same warning and return the same empty string result for us.
645              Unfortunately changing the switch statement to an if results in lots of
646              whitespace changes, hence this change appears much larger than it is.
647      Branch: perl
648            ! doio.c
649 ____________________________________________________________________________
650 [ 30293] By: rgs                                   on 2007/02/14  17:29:53
651         Log: Allow to override MAX_RECURSE_EVAL_NOCHANGE_DEPTH,
652              introduced in change 28939 (this should be documented)
653      Branch: perl
654            ! regexp.h
655 ____________________________________________________________________________
656 [ 30280] By: mhx                                   on 2007/02/14  13:23:50
657         Log: Upgrade to Devel::PPPort 3.11
658      Branch: perl
659            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
660            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
661            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
662            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
663            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/module2.c
664            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/parts/apicheck.pl
665            ! ext/Devel/PPPort/parts/inc/MY_CXT
666            ! ext/Devel/PPPort/parts/inc/SvPV
667            ! ext/Devel/PPPort/parts/inc/SvREFCNT
668            ! ext/Devel/PPPort/parts/inc/Sv_set
669            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
670            ! ext/Devel/PPPort/parts/inc/exception
671            ! ext/Devel/PPPort/parts/inc/format
672            ! ext/Devel/PPPort/parts/inc/grok
673            ! ext/Devel/PPPort/parts/inc/limits
674            ! ext/Devel/PPPort/parts/inc/mPUSH
675            ! ext/Devel/PPPort/parts/inc/magic
676            ! ext/Devel/PPPort/parts/inc/memory
677            ! ext/Devel/PPPort/parts/inc/misc
678            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
679            ! ext/Devel/PPPort/parts/inc/newRV
680            ! ext/Devel/PPPort/parts/inc/podtest
681            ! ext/Devel/PPPort/parts/inc/ppphbin
682            ! ext/Devel/PPPort/parts/inc/ppphdoc
683            ! ext/Devel/PPPort/parts/inc/ppphtest
684            ! ext/Devel/PPPort/parts/inc/pvs
685            ! ext/Devel/PPPort/parts/inc/snprintf
686            ! ext/Devel/PPPort/parts/inc/strlfuncs
687            ! ext/Devel/PPPort/parts/inc/sv_xpvf
688            ! ext/Devel/PPPort/parts/inc/threads
689            ! ext/Devel/PPPort/parts/inc/uv
690            ! ext/Devel/PPPort/parts/inc/variables
691            ! ext/Devel/PPPort/parts/inc/version
692            ! ext/Devel/PPPort/parts/inc/warn
693            ! ext/Devel/PPPort/parts/ppptools.pl ext/Devel/PPPort/soak
694            ! ext/Devel/PPPort/typemap
695 ____________________________________________________________________________
696 [ 30278] By: merijn                                on 2007/02/14  07:54:59
697         Log: Subject: Re: [PATCH] Document that m//k works
698              From: demerphq <demerphq@gmail.com>
699              Date: Tue, 13 Feb 2007 22:04:54 +0100
700              Message-ID: <9b18b3110702131304q370f3530j463c1a59c5ac1dfe@mail.gmail.com>
701      Branch: perl
702            + t/op/regexp_pmod.t
703            - t/op/regexp_kmod.t
704            ! MANIFEST ext/re/t/re_funcs.t pod/perlop.pod pod/perlre.pod
705            ! pod/perlvar.pod regexp.h
706 ____________________________________________________________________________
707 [ 30277] By: nicholas                              on 2007/02/14  00:04:54
708         Log: Change 30276 wasn't meant do mess with t/lib/common.pl. Oops.
709              Undo the mistake.
710      Branch: perl
711            ! t/lib/common.pl
712 ____________________________________________________________________________
713 [ 30268] By: nicholas                              on 2007/02/13  20:11:53
714         Log: Invoke minitrue to ensure that my spelling had always been correct.
715              [We] thank Big Brother for raising the chocolate ration to twenty
716              grammes a week.
717      Branch: perl
718            ! Changes
719 ____________________________________________________________________________
720 [ 30267] By: merijn                                on 2007/02/13  20:11:08
721         Log: Subject: Re: Segmentation fault at undeclared for loop variable
722              From: Robin Houston <robin@cpan.org>
723              Date: Tue, 13 Feb 2007 16:50:08 +0000
724              Message-Id: <C8B8E41C-C6FE-4822-918B-C62C916194DF@cpan.org>
725      Branch: perl
726            ! op.c
727 ____________________________________________________________________________
728 [ 30265] By: merijn                                on 2007/02/13  19:43:15
729         Log: Subject: [PATCH] add hooks for capture buffers into regex engine.
730              From: demerphq <demerphq@gmail.com>
731              Date: Tue, 13 Feb 2007 20:27:33 +0100
732              Message-ID: <9b18b3110702131127q79cc6df1lb1480d9a40d15213@mail.gmail.com>
733      Branch: perl
734            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h mg.c perl.h
735            ! proto.h regcomp.c regcomp.h regexp.h
736 ____________________________________________________________________________
737 [ 30264] By: merijn                                on 2007/02/13  19:36:56
738         Log: Subject: Re: [perl #41491] Incorrect regexp warning.
739              From: demerphq <demerphq@gmail.com>
740              Date: Tue, 13 Feb 2007 19:09:17 +0100
741              Message-ID: <9b18b3110702131009l6a0867a3m8317c9d62328f834@mail.gmail.com>
742      Branch: perl
743            ! regcomp.c
744 ____________________________________________________________________________
745 [ 30258] By: steveh                                on 2007/02/13  16:02:42
746         Log: Vadim did the static build change
747      Branch: perl
748            ! pod/perl595delta.pod
749 ____________________________________________________________________________
750 [ 30257] By: rgs                                   on 2007/02/13  15:30:12
751         Log: A few more details in perldelta
752      Branch: perl
753            ! pod/perl595delta.pod
754 ____________________________________________________________________________
755 [ 30256] By: stevep                                on 2007/02/13  15:23:00
756         Log: Upgrade to CPAN-1.88_72
757      Branch: perl
758            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
759            ! lib/CPAN/Queue.pm lib/CPAN/Tarzip.pm
760 ____________________________________________________________________________
761 [ 30255] By: nicholas                              on 2007/02/13  14:22:32
762         Log: Change 26487 left some debugging code in, and through the wonders of
763              autovivification, that code actually introduced a bug, most easily
764              visible for the for the non-5.9.x case.
765      Branch: perl
766            ! ext/B/t/optree_constants.t lib/constant.pm
767 ____________________________________________________________________________
768 [ 30254] By: stevep                                on 2007/02/13  03:19:05
769         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.70.tar.gz
770              From: John Peacock <jpeacock@rowman.com>
771              Date: Mon, 12 Feb 2007 21:51:23 -0500
772              Message-ID: <45D127AB.3050904@rowman.com>
773      Branch: perl
774            ! lib/version.pm lib/version.pod lib/version.t util.c
775 ____________________________________________________________________________
776 [ 30240] By: nicholas                              on 2007/02/12  20:29:43
777         Log: Integrate:
778              [ 29832]
779              Avoid a SEGV in DBI's test suite, discovered by Andreas.
780              Probably need to go through and audit to see if there are analagous
781              places that need tweaking.
782      Branch: perl
783           !> perl.c
784 ____________________________________________________________________________
785 [ 30236] By: merijn                                on 2007/02/12  18:33:45
786         Log: Subject: Re: [perl #41492] Incorrect match with /(?(DEFINE)(?<A> (?&B)+)(?<B> a))/
787              From: demerphq <demerphq@gmail.com>
788              Date: Mon, 12 Feb 2007 19:15:33 +0100
789              Message-ID: <9b18b3110702121015o1c84ff6hfd69cfa645fae0bf@mail.gmail.com>
790      Branch: perl
791            ! regexec.c t/op/re_tests
792 ____________________________________________________________________________
793 [ 30235] By: nicholas                              on 2007/02/12  18:25:07
794         Log: Integrate:
795              [ 24458]
796              Fix from Steve Peters
797              
798              [ 24464]
799              Subject: RE: 5.8.7-tobe fails to compile on AIX 4.3.3
800              From: "Jan Dubois" <jand@ActiveState.com>
801              Message-Id: <200505131921.j4DJLgG5007986@smtp3.ActiveState.com>
802              Date: Fri, 13 May 2005 12:21:40 -0700
803              
804              
805              and then regenerate reentr.h, with the , no longer inside
806              REENTR_MEMZERO(). This keeps macros looking like functions.
807      Branch: perl
808            ! reentr.h
809           !> reentr.pl
810 ____________________________________________________________________________
811 [ 30234] By: merijn                                on 2007/02/12  17:46:46
812         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
813              From: Paul Johnson <paul@pjcj.net>
814              Date: Sat, 10 Feb 2007 23:10:31 +0100
815              Message-ID: <20070210221031.GB31280@pjcj.net>
816      Branch: perl
817            ! README.hpux pod/perlre.pod
818 ____________________________________________________________________________
819 [ 30233] By: rgs                                   on 2007/02/12  17:00:09
820         Log: Skip this test if "use open" fails due to an unknown encoding
821      Branch: perl
822            ! ext/PerlIO/encoding/t/nolooping.t
823 ____________________________________________________________________________
824 [ 30229] By: rgs                                   on 2007/02/12  15:31:56
825         Log: Un-TODO tests avec change #30228
826      Branch: perl
827            ! t/comp/parser.t
828 ____________________________________________________________________________
829 [ 30228] By: rgs                                   on 2007/02/12  15:27:31
830         Log: Subject: Re: PL_copline inconsistency
831              From: Rick Delaney <rick@bort.ca>
832              Date: Sat, 27 Jan 2007 20:29:02 -0500
833              Message-ID: <20070128012902.GA21572@bort.ca>
834      Branch: perl
835            ! toke.c
836 ____________________________________________________________________________
837 [ 30221] By: nicholas                              on 2007/02/12  10:52:28
838         Log: Note why storing a reference as an integer in %^H is not threadsafe.
839      Branch: perl
840            ! pod/perlpragma.pod
841 ____________________________________________________________________________
842 [ 30220] By: rgs                                   on 2007/02/12  09:05:38
843         Log: Document that m//k works, by Ã†var Arnfjörð Bjarmason
844      Branch: perl
845            ! pod/perlop.pod
846 ____________________________________________________________________________
847 [ 30219] By: steveh                                on 2007/02/12  09:04:41
848         Log: Apply #30197 to win32/makefile.mk too
849      Branch: perl
850            ! win32/makefile.mk
851 ____________________________________________________________________________
852 [ 30218] By: rgs                                   on 2007/02/12  09:01:30
853         Log: FAQ sync
854      Branch: perl
855            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
856            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
857            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
858 ____________________________________________________________________________
859 [ 30217] By: craigb                                on 2007/02/11  23:52:35
860         Log: Check for the presence of signbit() on VMS. It currently only works
861              on IEEE double, not IEEE long double or any other floating point format.
862              Also, begin to disentangle -Duselongdouble configuration support from
863              its other 64-bit brethren.
864      Branch: perl
865            ! configure.com
866 ____________________________________________________________________________
867 [ 30216] By: craigb                                on 2007/02/11  23:48:46
868         Log: In vms/vms.c's declaration of the LIB$INITIALIZE psect, try to get
869              all of the attributes we need without any of the ones we don't, and
870              try to be friendly to older compilers without too much damage to 
871              readability.  Thanks to Saku Setala for the problem report.
872      Branch: perl
873            ! vms/vms.c
874 ____________________________________________________________________________
875 [ 30215] By: rgs                                   on 2007/02/11  17:29:04
876         Log: Another tiny typo in File::Copy (found by Ruud.)
877      Branch: perl
878            ! lib/File/Copy.pm
879 ____________________________________________________________________________
880 [ 30214] By: rgs                                   on 2007/02/11  17:23:51
881         Log: Explicitly load PerlIO::encoding when testing it.
882              (so we know what we're testing)
883      Branch: perl
884            ! ext/PerlIO/encoding/t/nolooping.t
885 ____________________________________________________________________________
886 [ 30213] By: rgs                                   on 2007/02/11  17:13:44
887         Log: Subject: Re: [perl #41442] segfault (dead loop) with Encoding, use open :locale, print STDERR
888              From: Slaven Rezic <slaven@rezic.de>
889              Date: 05 Feb 2007 23:04:07 +0100
890              Message-ID: <87veiggt2g.fsf@biokovo.herceg.de>
891      Branch: perl
892            + ext/PerlIO/encoding/t/nolooping.t
893            ! MANIFEST ext/PerlIO/encoding/encoding.pm
894            ! ext/PerlIO/encoding/encoding.xs
895 ____________________________________________________________________________
896 [ 30212] By: rgs                                   on 2007/02/11  16:26:47
897         Log: Convert new test to using t/test.pl.
898              (No idea where it could fit better. And since it uses the stack,
899              it's a bit fragile)
900      Branch: perl
901            ! t/op/qrstack.t
902 ____________________________________________________________________________
903 [ 30211] By: rgs                                   on 2007/02/11  16:20:15
904         Log: Subject: [perl #41484] qr// stack bug 
905              From: knew-p5p@pimb.org (via RT) <perlbug-followup@perl.org>
906              Date: Sat, 10 Feb 2007 19:32:17 -0800
907              Message-ID: <rt-3.6.HEAD-14573-1171164736-117.41484-75-0@perl.org>
908      Branch: perl
909            + t/op/qrstack.t
910            ! MANIFEST pp_hot.c
911 ____________________________________________________________________________
912 [ 30200] By: merijn                                on 2007/02/10  20:41:31
913         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
914              From: demerphq <demerphq@gmail.com>
915              Date: Sat, 10 Feb 2007 21:31:55 +0100
916              Message-ID: <9b18b3110702101231j5e91cc20g780a8c581af02dd5@mail.gmail.com>
917      Branch: perl
918            ! regcomp.c t/op/pat.t
919 ____________________________________________________________________________
920 [ 30197] By: nicholas                              on 2007/02/10  19:35:09
921         Log: Subject: [PATCH] Defend against cmd.exe stupidity (on Win2k at least)
922              From: demerphq <demerphq@gmail.com>
923              Message-ID: <9b18b3110702101100n76f65136ke65113bf0dbd01f@mail.gmail.com>
924              Date: Sat, 10 Feb 2007 20:00:10 +0100
925      Branch: perl
926            ! win32/Makefile
927 ____________________________________________________________________________
928 [ 30195] By: nicholas                              on 2007/02/10  18:51:31
929         Log: These casts to GV are no longer needed.
930      Branch: perl
931            ! pp.c
932 ____________________________________________________________________________
933 [ 30192] By: merijn                                on 2007/02/10  17:22:04
934         Log: Subject: [PATCH] signbit detection (was [perl #39875] -0.0 loses signedness upon numeric comparison)
935              From: Andy Dougherty <doughera@lafayette.edu>
936              Date: Fri, 9 Feb 2007 11:40:51 -0500 (EST)
937              Message-ID: <Pine.LNX.4.62.0702091121400.10202@fractal.phys.lafayette.edu>
938      Branch: perl
939            ! Configure Porting/Glossary config_h.SH embed.fnc embed.h
940            ! global.sym numeric.c perl.h pod/perlapi.pod proto.h
941 ____________________________________________________________________________
942 [ 30188] By: nicholas                              on 2007/02/09  23:36:46
943         Log: Fix Pod errors.
944      Branch: perl
945            ! README.mpeix gv.c pod/perl595delta.pod pod/perlapi.pod
946 ____________________________________________________________________________
947 [ 30184] By: merijn                                on 2007/02/09  20:06:44
948         Log: Subject: Re: [NL-PM] Fw: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
949              From: demerphq <demerphq@gmail.com>
950              Date: Fri, 9 Feb 2007 20:40:17 +0100
951              Message-ID: <9b18b3110702091140k12d60712uf9fffbf77141247c@mail.gmail.com>
952      Branch: perl
953            ! regcomp.c
954 ____________________________________________________________________________
955 [ 30183] By: nicholas                              on 2007/02/09  19:39:45
956         Log: Unknown formatting code U<> spotted by Jesse - presumably it should be
957              L<>
958      Branch: perl
959            ! pod/perlfaq1.pod
960 ____________________________________________________________________________
961 [ 30178] By: nicholas                              on 2007/02/09  12:20:49
962         Log: Update the lists of files that makerel needs to process. Remove the
963              "used only once" warning.
964      Branch: perl
965            ! Porting/makerel
966 ____________________________________________________________________________
967 [ 30177] By: craigb                                on 2007/02/08  18:42:44
968         Log: Switch from Carp to plain old warn in vms/ext/XSSymSet.pm
969              because Carp now in some cases depends on things that may not
970              be available from miniperl or before extensions are built.
971      Branch: perl
972            ! vms/ext/XSSymSet.pm
973 ____________________________________________________________________________
974 [ 30172] By: rgs                                   on 2007/02/08  14:14:25
975         Log: Typo fix, by John P. Linderman
976      Branch: perl
977            ! lib/File/Copy.pm
978 ____________________________________________________________________________
979 [ 30171] By: nicholas                              on 2007/02/08  13:46:31
980         Log: Subject: [PATCH] Re: Change 29193 is a regression
981              From: Rick Delaney <rick@bort.ca>
982              Date: Thu, 8 Feb 2007 08:21:37 -0500
983              Message-ID: <20070208132137.GA24202@bort.ca>
984      Branch: perl
985            ! pp_ctl.c t/op/taint.t
986 ____________________________________________________________________________
987 [ 30170] By: rgs                                   on 2007/02/08  10:16:14
988         Log: Remove dead code that was emitting warnings.
989      Branch: perl
990            ! regcomp.c
991 ____________________________________________________________________________
992 [ 30169] By: merijn                                on 2007/02/08  08:19:24
993         Log: Subject: Re: [PATCH - provisional] H. Merijn Brands idea of buffer numbering.
994              From: demerphq <demerphq@gmail.com>
995              Date: Wed, 7 Feb 2007 22:53:25 +0100
996              Message-ID: <9b18b3110702071353l250d8a67x188c4e234e8905c7@mail.gmail.com>
997      Branch: perl
998            ! pod/perlre.pod regcomp.c t/op/re_tests
999 ____________________________________________________________________________
1000 [ 30168] By: nicholas                              on 2007/02/07  23:54:53
1001         Log: opening $0 doesn't work if you change directory. So use test.pl
1002      Branch: perl
1003            ! t/op/taint.t
1004 ____________________________________________________________________________
1005 [ 30167] By: nicholas                              on 2007/02/07  23:49:44
1006         Log: TODO tests for eval of tainted scalars. (change 29193's regression)
1007      Branch: perl
1008            ! t/op/taint.t
1009 ____________________________________________________________________________
1010 [ 30157] By: stevep                                on 2007/02/07  14:56:05
1011         Log: Upgrade to Time-HiRes-1.9705
1012      Branch: perl
1013            + ext/Time/HiRes/hints/linux.pl
1014            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
1015            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
1016            ! ext/Time/HiRes/t/HiRes.t
1017 ____________________________________________________________________________
1018 [ 30156] By: rgs                                   on 2007/02/07  13:58:10
1019         Log: Subject: [PATCH] Fix to Dynaloader.t for missing modules
1020              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
1021              Date: Wed, 7 Feb 2007 05:18:43 -0800 (PST)
1022              Message-ID: <618512.39885.qm@web30212.mail.mud.yahoo.com>
1023      Branch: perl
1024            ! ext/DynaLoader/t/DynaLoader.t
1025 ____________________________________________________________________________
1026 [ 30155] By: rgs                                   on 2007/02/07  12:27:58
1027         Log: Subject: [PATCH hints/linux.sh] libdb may require pthread
1028              From: Jonathan Stowe <jns@gellyfish.com>
1029              Date: Wed, 07 Feb 2007 11:56:17 +0000
1030              Message-Id: <1170849377.13207.14.camel@coriolanus.gellyfish.com>
1031      Branch: perl
1032            ! hints/linux.sh
1033 ____________________________________________________________________________
1034 [ 30153] By: rgs                                   on 2007/02/07  09:04:56
1035         Log: Wrap the SvTYPE macro definition in parens.
1036      Branch: perl
1037            ! sv.h
1038 ____________________________________________________________________________
1039 [ 30152] By: rgs                                   on 2007/02/06  22:37:34
1040         Log: Upgrade to threads.pm 1.59 (doc tweaks)
1041      Branch: perl
1042            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
1043            ! ext/threads/t/thread.t ext/threads/threads.pm
1044 ____________________________________________________________________________
1045 [ 30151] By: rgs                                   on 2007/02/06  22:35:29
1046         Log: Upgrade to threads::shared 1.07 (doc tweaks)
1047      Branch: perl
1048            ! ext/threads/shared/Changes ext/threads/shared/README
1049            ! ext/threads/shared/shared.pm
1050 ____________________________________________________________________________
1051 [ 30150] By: rgs                                   on 2007/02/06  22:33:23
1052         Log: Subject: [PATCH] perlop.pod - proposal to add an explanation of \c
1053              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
1054              Date: Sat, 3 Feb 2007 16:23:48 +0100
1055              Message-ID: <17de7ee80702030723m4265bbfkc83644d55a24aa0@mail.gmail.com>
1056      Branch: perl
1057            ! pod/perlop.pod
1058 ____________________________________________________________________________
1059 [ 30149] By: rgs                                   on 2007/02/06  22:29:45
1060         Log: Avoid obscure failures when a regexp hasn't matched
1061      Branch: perl
1062            ! t/op/bless.t
1063 ____________________________________________________________________________
1064 [ 30148] By: rgs                                   on 2007/02/06  21:54:12
1065         Log: Subject: [PATCH] current status on Unicode Regular Expressions
1066              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1067              Date: Sat, 03 Feb 2007 17:01:52 +0900
1068              Message-Id: <20070203170135.3B43.BQW10602@nifty.com>
1069      Branch: perl
1070            ! lib/unicore/mktables pod/perlunicode.pod t/op/pat.t
1071 ____________________________________________________________________________
1072 [ 30147] By: rgs                                   on 2007/02/06  21:48:59
1073         Log: Subject: [PATCH] fix 2 environment handling bugs
1074              From: Jan Dubois <jand@ActiveState.com>
1075              Date: Mon, 05 Feb 2007 21:45:36 -0800
1076              Message-ID: <p81gs2pggh04cngqjam0ejite7ksamiprt@4ax.com>
1077      Branch: perl
1078            ! perl.c
1079 ____________________________________________________________________________
1080 [ 30146] By: stevep                                on 2007/02/06  21:43:13
1081         Log: Upgrade to ExtUtils-Command-1.13
1082      Branch: perl
1083            ! lib/ExtUtils/Command.pm
1084 ____________________________________________________________________________
1085 [ 30144] By: stevep                                on 2007/02/06  17:29:09
1086         Log: Upgrade to libnet-1.20.  Includes some additional version bumps where bleadperl
1087              differs from the CPAN version (Net::FTP and Net::NNTP).
1088      Branch: perl
1089            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
1090            ! lib/Net/FTP/A.pm lib/Net/NNTP.pm lib/Net/POP3.pm
1091            ! lib/Net/SMTP.pm
1092 ____________________________________________________________________________
1093 [ 30143] By: stevep                                on 2007/02/06  16:42:50
1094         Log: Upgrade to Module-Pluggable-3.5
1095      Branch: perl
1096            ! lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
1097 ____________________________________________________________________________
1098 [ 30142] By: nicholas                              on 2007/02/05  23:52:23
1099         Log: Make a dummy OPpPAD_STATE and a dummy PL_unitcheck_save available to
1100              pre 5.9.x.
1101      Branch: perl
1102            ! ext/B/B.xs ext/B/defsubs_h.PL
1103 ____________________________________________________________________________
1104 [ 30136] By: nicholas                              on 2007/02/05  18:53:18
1105         Log: t/lib/common.pl can be warnings clean.
1106      Branch: perl
1107            ! t/lib/common.pl
1108 ____________________________________________________________________________
1109 [ 30134] By: nicholas                              on 2007/02/05  18:35:47
1110         Log: Upgrade to ExtUtils-ParseXS-2.18
1111      Branch: perl
1112            ! lib/ExtUtils/ParseXS.pm
1113 ____________________________________________________________________________
1114 [ 30129] By: rgs                                   on 2007/02/05  15:35:56
1115         Log: Subject: [PATCH] cygwin: disable effect of -ansi -std=c89 on system include 
1116              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
1117              Date: Mon, 5 Feb 2007 03:32:59 -0800 (PST)
1118              Message-ID: <1344.63.226.247.186.1170675179.squirrel@63.226.247.186>
1119      Branch: perl
1120            ! hints/cygwin.sh
1121 ____________________________________________________________________________
1122 [ 30128] By: rgs                                   on 2007/02/05  12:24:24
1123         Log: Upgrade to DB_File 1.815
1124      Branch: perl
1125            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1126            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1127 ____________________________________________________________________________
1128 [ 30126] By: rgs                                   on 2007/02/05  11:29:08
1129         Log: Subject: [PATCH] minor improvements for perlre.pod
1130              From: "Wolfgang Laun" <wolfgang.laun@gmail.com>
1131              Date: Sun, 4 Feb 2007 16:26:14 +0100
1132              Message-ID: <17de7ee80702040726v23f54266g3c352d353a30c430@mail.gmail.com>
1133      Branch: perl
1134            ! pod/perlre.pod
1135 ____________________________________________________________________________
1136 [ 30125] By: rgs                                   on 2007/02/05  10:05:10
1137         Log: Quote fix by Jarkko
1138      Branch: perl
1139            ! cflags.SH
1140 ____________________________________________________________________________
1141 [ 30124] By: nicholas                              on 2007/02/05  00:13:08
1142         Log: Use the new conditional TODOs to mark as TODO the warning tests
1143              failing due to HEKs leaked by OPs for unthreaded perls tested with
1144              a UTF-8 locale.
1145      Branch: perl
1146            ! lib/warnings.t t/lib/warnings/7fatal
1147 ____________________________________________________________________________
1148 [ 30123] By: nicholas                              on 2007/02/05  00:12:25
1149         Log: Enhance t/lib/common.pl to provide conditional TODOs using eval'd code.
1150      Branch: perl
1151            ! t/lib/common.pl
1152 ____________________________________________________________________________
1153 [ 30120] By: craigb                                on 2007/02/04  20:43:46
1154         Log: In vms/gen_shrfls.pl, consider EXTERN_C declarations as function
1155              candidates, not global variable candidates.  Currently only needed
1156              for PerlIO_teardown.
1157      Branch: perl
1158            ! vms/gen_shrfls.pl
1159 ____________________________________________________________________________
1160 [ 30119] By: nicholas                              on 2007/02/04  20:32:13
1161         Log: Change 23753 wasn't quite a perfect refactoring, as it omitted calling
1162              PERL_SET_THX(my_perl); when !PL_curinterp for non-ithreads.
1163              However, this would not have made a difference for any configuration
1164              buildable from the blead source alone.
1165      Branch: perl
1166            ! perl.c
1167 ____________________________________________________________________________
1168 [ 30114] By: nicholas                              on 2007/02/04  18:38:59
1169         Log: Currently Changes is in ISO-8859-1, not UTF-8, so correct change 28226
1170              which had an e accute in UTF-8.
1171      Branch: perl
1172            ! Changes
1173 ____________________________________________________________________________
1174 [ 30111] By: craigb                                on 2007/02/03  23:53:06
1175         Log: Install overload.h on VMS, plus more case fix-ups in descrip_mms.template.
1176      Branch: perl
1177            ! vms/descrip_mms.template
1178 ____________________________________________________________________________
1179 [ 30108] By: craigb                                on 2007/02/03  18:52:02
1180         Log: Install parser.h on VMS, plus fix some case typos in descrip_mms.template.
1181      Branch: perl
1182            ! vms/descrip_mms.template
1183 ____________________________________________________________________________
1184 [ 30105] By: nicholas                              on 2007/02/03  15:23:52
1185         Log: Purge all references to 5005 threads variables in the code.
1186              (Retain the aides memoire in makedef.pl)
1187      Branch: perl
1188            ! Porting/findvars gv.c hv.c op.c perl.c pp_ctl.c sv.c
1189 ____________________________________________________________________________
1190 [ 30104] By: stevep                                on 2007/02/03  06:25:11
1191         Log: Subject: Re: prerelease checklist for Perl 5.10
1192              From: demerphq <demerphq@gmail.com>
1193              Date: Thu, 1 Feb 2007 17:06:37 +0100
1194              Message-ID: <9b18b3110702010806n7e095317v77f5dc1eb765f8d@mail.gmail.com>
1195              
1196              Subject: Re: prerelease checklist for Perl 5.10
1197              From: demerphq <demerphq@gmail.com>
1198              Date: Fri, 2 Feb 2007 18:10:14 +0100
1199              Message-ID: <9b18b3110702020910l31c7784fi5e37bf777b6eafb3@mail.gmail.com>
1200              
1201              Regular expression changes to fix failing tests in XML::Twig and
1202              Mail::SpamAssassin.  The breakages occured in changes #28785 and
1203              #29279.
1204      Branch: perl
1205            ! embed.fnc embed.h proto.h regexec.c regexp.h t/op/re_tests
1206 ____________________________________________________________________________
1207 [ 30103] By: nicholas                              on 2007/02/02  23:35:22
1208         Log: Subject: Re: [perl #41421] glob() produces spurious results with brackets in braces
1209              From: Slaven Rezic <slaven@rezic.de>
1210              Message-ID: <87r6t81acj.fsf@biokovo.herceg.de>
1211              Date: 02 Feb 2007 23:08:28 +0100
1212      Branch: perl
1213            ! ext/File/Glob/bsd_glob.c ext/File/Glob/t/basic.t
1214 ____________________________________________________________________________
1215 [ 30101] By: nicholas                              on 2007/02/02  22:10:39
1216         Log: A few more places where we know the length for sv_setpv() or sv_catpv()
1217      Branch: perl
1218            ! mg.c op.c pp_ctl.c toke.c
1219 ____________________________________________________________________________
1220 [ 30093] By: nicholas                              on 2007/02/02  16:25:23
1221         Log: Testing every pattern by also upgrading to UTF-8 would have caught the
1222              bug added by change 29502, fixed in change 30092.
1223      Branch: perl
1224            ! t/op/regexp.t
1225 ____________________________________________________________________________
1226 [ 30092] By: nicholas                              on 2007/02/02  14:37:31
1227         Log: Change 29502 wasn't perfect - you need to remove any extra trailing
1228              "\n" added by fbm_compile(), before recompiling with the same flags.
1229              In turn, to do that, it's best to store the flags even for short
1230              "PVBM"s.
1231      Branch: perl
1232            ! regexec.c util.c
1233 ____________________________________________________________________________
1234 [ 30091] By: nicholas                              on 2007/02/02  14:35:51
1235         Log: Better dump reporting of "PVBM"s.
1236      Branch: perl
1237            ! dump.c
1238 ____________________________________________________________________________
1239 [ 30090] By: nicholas                              on 2007/02/01  23:32:22
1240         Log: Allow regexp.t to take a command line argument for the filename of
1241              tests. Read the tests into memory, to avoid seeking the FH.
1242      Branch: perl
1243            ! t/op/regexp.t
1244 ____________________________________________________________________________
1245 [ 30089] By: nicholas                              on 2007/02/01  16:49:12
1246         Log: Make t/op/regexp.t warnings clean.
1247      Branch: perl
1248            ! t/op/regexp.t
1249 ____________________________________________________________________________
1250 [ 30088] By: nicholas                              on 2007/02/01  16:27:00
1251         Log: Make t/op/regexp.t run under use strict; including removing the
1252              vestiges of change 1195 not removed by change 1244.
1253      Branch: perl
1254            ! t/op/re_tests t/op/regexp.t
1255 ____________________________________________________________________________
1256 [ 30087] By: merijn                                on 2007/01/31  15:38:06
1257         Log: alloca () might end up unreferenced during linking.
1258              Thanks Steve
1259      Branch: perl
1260            ! cygwin/cygwin.c
1261 ____________________________________________________________________________
1262 [ 30086] By: rgs                                   on 2007/01/31  13:58:40
1263         Log: Upgrade to Getopt::Long 2.36
1264      Branch: perl
1265            + lib/Getopt/Long/t/gol-xargv.t lib/Getopt/Long/t/gol-xstring.t
1266            ! MANIFEST lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
1267            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
1268            ! lib/Getopt/Long/t/gol-linkage.t
1269 ____________________________________________________________________________
1270 [ 30085] By: nicholas                              on 2007/01/31  12:14:05
1271         Log: You can't have special blocks if the subroutine has an "anonymous"
1272              name for the debugger, so don't bother checking.
1273      Branch: perl
1274            ! op.c
1275 ____________________________________________________________________________
1276 [ 30084] By: merijn                                on 2007/01/31  10:29:59
1277         Log: Subject: [PATCH] Improve regex stringification code
1278              From: demerphq <demerphq@gmail.com>
1279              Date: Tue, 30 Jan 2007 23:58:31 +0100
1280              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
1281      Branch: perl
1282            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
1283            ! pod/perlapi.pod proto.h regcomp.c regcomp.h regexec.c regexp.h
1284 ____________________________________________________________________________
1285 [ 30083] By: merijn                                on 2007/01/31  09:51:48
1286         Log: Subject: [PATCH] regcomp.c: remove some gotos that cause compiler consternation.
1287              From: demerphq <demerphq@gmail.com>
1288              Date: Wed, 31 Jan 2007 10:28:34 +0100
1289      Branch: perl
1290            ! regcomp.c
1291 ____________________________________________________________________________
1292 [ 30082] By: merijn                                on 2007/01/31  07:49:12
1293         Log: Subject: [PATCH] Improve regex stringification code
1294              From: demerphq <demerphq@gmail.com>
1295              Date: Tue, 30 Jan 2007 23:58:31 +0100
1296              Message-ID: <9b18b3110701301458k2f6a8254hea6c6db28489c38b@mail.gmail.com>
1297      Branch: perl
1298            ! embed.fnc embed.h ext/re/re.xs ext/re/t/re_funcs.t op.c perl.h
1299            ! proto.h regcomp.c regcomp.h regexec.c regexp.h
1300 ____________________________________________________________________________
1301 [ 30081] By: merijn                                on 2007/01/31  07:34:39
1302         Log: Subject: [PATCH] $1 in nested regex EVAL doesnt work correctly.
1303              From: demerphq <demerphq@gmail.com>
1304              Date: Tue, 30 Jan 2007 23:51:27 +0100
1305              Message-ID: <9b18b3110701301451l1443a186p39df7a6e8b65ea3c@mail.gmail.com>
1306      Branch: perl
1307            ! ext/re/lib/re/Tie/Hash/NamedCapture.pm ext/re/re.pm regcomp.c
1308            ! regexec.c t/op/pat.t
1309 ____________________________________________________________________________
1310 [ 30080] By: nicholas                              on 2007/01/30  23:53:56
1311         Log: Refactor the code used to check/execute BEGIN/UNITCHECK/CHECK/INIT/END
1312              duplicated in newATTRSUB and newXS into a new static function
1313              process_special_blocks()
1314      Branch: perl
1315            ! embed.fnc embed.h op.c proto.h
1316 ____________________________________________________________________________
1317 [ 30079] By: merijn                                on 2007/01/30  17:39:58
1318         Log: Subject: [PATCH] one more iteration on PerlIO_teardown prototype
1319              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1320              Date: Tue, 30 Jan 2007 04:20:21 +0200 (EET)
1321              Message-Id: <20070130022021.6051443A67@anubis.hut.fi>
1322      Branch: perl
1323            ! perl.h perliol.h
1324 ____________________________________________________________________________
1325 [ 30078] By: gisle                                 on 2007/01/30  11:13:51
1326         Log: Subject: [PATCH] Re: run/cloexec.t is failing
1327              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1328              Date: Sat, 13 Jan 2007 18:44:53 +0100
1329              Message-ID: <20070113184453.7cd54bcf@r2d2>
1330      Branch: perl
1331            ! t/run/cloexec.t
1332 ____________________________________________________________________________
1333 [ 30076] By: nicholas                              on 2007/01/29  23:36:02
1334         Log: Also check BEGIN/UNITCHECK/CHECK/INIT/END for require.
1335      Branch: perl
1336            + ext/XS/APItest/t/xs_special_subs_require.t
1337            ! MANIFEST ext/XS/APItest/t/xs_special_subs.t
1338 ____________________________________________________________________________
1339 [ 30072] By: nicholas                              on 2007/01/29  22:40:01
1340         Log: UNITCHECK for XS code. Turned out to be harder that expected.
1341              We need to get the XS BOOT section to run any UNITCHECK blocks for us.
1342      Branch: perl
1343            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1344            ! ext/XS/APItest/t/xs_special_subs.t lib/ExtUtils/ParseXS.pm
1345            ! op.c
1346 ____________________________________________________________________________
1347 [ 30067] By: nicholas                              on 2007/01/29  20:05:52
1348         Log: BEGIN blocks in XS should work. (Given that CHECK, INIT and END all do)
1349      Branch: perl
1350            + ext/XS/APItest/t/xs_special_subs.t
1351            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
1352            ! op.c
1353 ____________________________________________________________________________
1354 [ 30064] By: nicholas                              on 2007/01/29  18:28:16
1355         Log: Add av_create_and_push() and av_create_and_unshift_one() to refactor
1356              out two repeated idioms.
1357      Branch: perl
1358            ! av.c doio.c embed.fnc op.c perl.c pod/perlapi.pod proto.h
1359 ____________________________________________________________________________
1360 [ 30059] By: gisle                                 on 2007/01/29  16:54:38
1361         Log: Avoid test failure with for a -Dusesitecustomize perl.
1362      Branch: perl
1363            ! t/run/switchd.t
1364 ____________________________________________________________________________
1365 [ 30052] By: nicholas                              on 2007/01/28  22:30:18
1366         Log: Convert ext/B/t/debug.t to Test::More. (Diagnostics are good, m'kay)
1367      Branch: perl
1368            ! ext/B/t/debug.t
1369 ____________________________________________________________________________
1370 [ 30050] By: rgs                                   on 2007/01/28  17:26:02
1371         Log: Subject: [PATCH] g++ wants cast
1372              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1373              Date: Sun, 28 Jan 2007 17:04:44 +0200 (EET)
1374              Message-Id: <20070128150444.AC62043A57@anubis.hut.fi>
1375      Branch: perl
1376            ! sv.c
1377 ____________________________________________________________________________
1378 [ 30044] By: nicholas                              on 2007/01/27  22:49:10
1379         Log: As we're not using UVf in the core, don't even define in when PERL_CORE
1380              is true.
1381      Branch: perl
1382            ! perl.h
1383 ____________________________________________________________________________
1384 [ 30043] By: nicholas                              on 2007/01/27  22:48:39
1385         Log: Change 30034 wasn't enough to silence the warnings - also need to
1386              pass a never-NULL parameter to newPADOP from newGVOP
1387      Branch: perl
1388            ! op.c
1389 ____________________________________________________________________________
1390 [ 30041] By: craigb                                on 2007/01/27  22:08:55
1391         Log: Subject: [perl@30030] blead on OpenVMS doesn't build
1392              From: Abe Timmerman <abe@ztreet.demon.nl>
1393              Date: Sat, 27 Jan 2007 17:26:47 +0100
1394              Message-Id: <200701271726.48347.abe@ztreet.demon.nl>
1395              
1396              Disable DECterm support by default, and when we enable it, 
1397              make sure the image we need is installed, not merely present.
1398      Branch: perl
1399            ! configure.com
1400 ____________________________________________________________________________
1401 [ 30037] By: craigb                                on 2007/01/27  17:45:27
1402         Log: For FindBin to work as advertised on VMS, $FindBin::Bin
1403              must be in unix syntax.
1404      Branch: perl
1405            ! lib/FindBin.pm
1406 ____________________________________________________________________________
1407 [ 30035] By: craigb                                on 2007/01/27  17:19:12
1408         Log: For VMS, a belated entry into the $^O jungle that is File::Find::_find_dir.
1409      Branch: perl
1410            ! lib/File/Find.pm
1411 ____________________________________________________________________________
1412 [ 30034] By: nicholas                              on 2007/01/27  17:03:59
1413         Log: newPADOP()'s sv parameter is never NULL, so mark it as so.
1414              (Well, in theory it could be NULL if someone is creating ops during
1415              symbol table destruction, but snowballs in hell, etc.
1416              This is usually the point where Jarkko observes that the aliens are
1417              looking for a free slot in their diaries...)
1418      Branch: perl
1419            ! embed.fnc op.c proto.h
1420 ____________________________________________________________________________
1421 [ 30032] By: nicholas                              on 2007/01/27  15:36:49
1422         Log: newPADOP is only used under ithreads, so don't waste space by compiling
1423              it for non-threaded builds.
1424      Branch: perl
1425            ! embed.fnc embed.h makedef.pl op.c proto.h
1426 ____________________________________________________________________________
1427 [ 30030] By: nicholas                              on 2007/01/27  14:03:01
1428         Log: One last gv_fetchpv() that should be GV_ADD rather than TRUE.
1429      Branch: perl
1430            ! toke.c
1431 ____________________________________________________________________________
1432 [ 30028] By: nicholas                              on 2007/01/27  12:55:31
1433         Log: Using gv_stashsv() and sv_setsv() in Perl_package reduces source and
1434              object code size.
1435      Branch: perl
1436            ! op.c
1437 ____________________________________________________________________________
1438 [ 30025] By: rgs                                   on 2007/01/27  09:42:32
1439         Log: Change Tels' contact address
1440      Branch: perl
1441            ! Porting/Maintainers.pl
1442 ____________________________________________________________________________
1443 [ 30024] By: nicholas                              on 2007/01/27  00:45:30
1444         Log: A test to exercise the smallbuf overflow code in S_incline, and a
1445              refactoring of that code to use only one 128 char array, not two.
1446      Branch: perl
1447            ! t/comp/parser.t toke.c
1448 ____________________________________________________________________________
1449 [ 30019] By: rgs                                   on 2007/01/26  18:28:42
1450         Log: cflags.SH was broken: it was compiling a C file for testing available
1451              command-line options, but this C file was including perl.h, which in
1452              turn includes config.h, which might not be present at that time. So
1453              force the generation of config.h.
1454      Branch: perl
1455            ! cflags.SH
1456 ____________________________________________________________________________
1457 [ 30017] By: rgs                                   on 2007/01/26  16:41:52
1458         Log: Silence a few pedantic warnings
1459      Branch: perl
1460            ! sv.c
1461 ____________________________________________________________________________
1462 [ 30016] By: rgs                                   on 2007/01/26  16:39:40
1463         Log: If we have specified -Dgccansipedantic on the Configure command-line,
1464              assume we really want it
1465      Branch: perl
1466            ! cflags.SH
1467 ____________________________________________________________________________
1468 [ 30015] By: nicholas                              on 2007/01/26  16:16:29
1469         Log: Stop S_incline needing to temporarily write a '\0' into its passed-in
1470              buffer. (Requires adding gv_fetchfile_flags(), savesharedpvn() and
1471              CopFILE_setn() to provide pointer/length versions of APIs)
1472      Branch: perl
1473            ! cop.h embed.fnc embed.h global.sym gv.c pod/perlapi.pod
1474            ! proto.h toke.c util.c
1475 ____________________________________________________________________________
1476 [ 30014] By: stevep                                on 2007/01/26  16:12:58
1477         Log: Fix ext/POSIX/t/sysconf.t failures on Cygwin.
1478      Branch: perl
1479            ! ext/POSIX/t/sysconf.t
1480 ____________________________________________________________________________
1481 [ 30013] By: rgs                                   on 2007/01/26  16:06:47
1482         Log: Subject: Re: [perl #32135] File::Copy module
1483              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1484              Date: Fri, 26 Jan 2007 12:56:18 -0200
1485              Message-ID: <73ddeb6c0701260656i1c35b207r1f9624edd3503fa6@mail.gmail.com>
1486      Branch: perl
1487            ! lib/File/Copy.pm
1488 ____________________________________________________________________________
1489 [ 30012] By: rgs                                   on 2007/01/26  15:21:37
1490         Log: Subject: [PATCH] Add Archive::Extract 0.16 to the core
1491              From: "Jos Boumans" <kane@dwim.org>
1492              Date: Fri, 26 Jan 2007 15:02:36 +0100 (CET)
1493              Message-ID: <21170.80.127.35.68.1169820156.squirrel@webmail.xs4all.nl>
1494      Branch: perl
1495            + lib/Archive/Extract.pm
1496            + lib/Archive/Extract/t/01_Archive-Extract.t
1497            + lib/Archive/Extract/t/src/double_dir.zip.packed
1498            + lib/Archive/Extract/t/src/x.bz2.packed
1499            + lib/Archive/Extract/t/src/x.gz.packed
1500            + lib/Archive/Extract/t/src/x.jar.packed
1501            + lib/Archive/Extract/t/src/x.par.packed
1502            + lib/Archive/Extract/t/src/x.tar.gz.packed
1503            + lib/Archive/Extract/t/src/x.tar.packed
1504            + lib/Archive/Extract/t/src/x.tgz.packed
1505            + lib/Archive/Extract/t/src/x.zip.packed
1506            + lib/Archive/Extract/t/src/y.jar.packed
1507            + lib/Archive/Extract/t/src/y.par.packed
1508            + lib/Archive/Extract/t/src/y.tar.bz2.packed
1509            + lib/Archive/Extract/t/src/y.tar.gz.packed
1510            + lib/Archive/Extract/t/src/y.tar.packed
1511            + lib/Archive/Extract/t/src/y.tbz.packed
1512            + lib/Archive/Extract/t/src/y.tgz.packed
1513            + lib/Archive/Extract/t/src/y.zip.packed
1514            ! MANIFEST
1515 ____________________________________________________________________________
1516 [ 30010] By: rgs                                   on 2007/01/26  14:03:34
1517         Log: Subject: [PATCH] Small bugfixes to uupacktool.pl
1518              From: "Jos Boumans" <kane@dwim.org>
1519              Date: Fri, 26 Jan 2007 14:50:29 +0100 (CET)
1520              Message-ID: <16773.80.127.35.68.1169819429.squirrel@webmail.xs4all.nl>
1521      Branch: perl
1522            ! uupacktool.pl
1523 ____________________________________________________________________________
1524 [ 30009] By: rgs                                   on 2007/01/26  13:58:56
1525         Log: Subject: [PATCH] still some Symbian/S90 tweaks
1526              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1527              Date: Fri, 26 Jan 2007 15:40:58 +0200 (EET)
1528              Message-Id: <20070126134058.83B0643A57@anubis.hut.fi>
1529      Branch: perl
1530            ! README.symbian symbian/config.sh symbian/xsbuild.pl
1531 ____________________________________________________________________________
1532 [ 30008] By: rgs                                   on 2007/01/26  13:56:29
1533         Log: Upgrade to File::Fetch 0.10, by Jos Boumans
1534      Branch: perl
1535            - lib/File/Fetch/Item.pm
1536            ! MANIFEST lib/File/Fetch.pm lib/File/Fetch/t/01_File-Fetch.t
1537 ____________________________________________________________________________
1538 [ 30002] By: rgs                                   on 2007/01/26  11:21:17
1539         Log: Let File::Path report the extended system error message
1540              when available (Ilya Zakharevich)
1541      Branch: perl
1542            ! lib/File/Path.pm
1543 ____________________________________________________________________________
1544 [ 30000] By: nicholas                              on 2007/01/26  11:18:02
1545         Log: As we're not passing over (or copying in) a NUL, don't need that extra
1546              byte for it, so correct the < to <= so that we use the smallbuf
1547              whenever possible.
1548      Branch: perl
1549            ! gv.c toke.c
1550 ____________________________________________________________________________
1551 [ 29998] By: rgs                                   on 2007/01/26  10:55:50
1552         Log: Mention //w in perltodo.
1553      Branch: perl
1554            ! pod/perltodo.pod
1555 ____________________________________________________________________________
1556 [ 29994] By: rgs                                   on 2007/01/26  09:17:56
1557         Log: Upgrade to Time::Local 1.17
1558      Branch: perl
1559            ! lib/Time/Local.pm lib/Time/Local.t
1560 ____________________________________________________________________________
1561 [ 29992] By: rgs                                   on 2007/01/26  09:03:27
1562         Log: Subject: [PATCH] utf8.pm doc patch
1563              From: Audrey Tang <audreyt@audreyt.org>
1564              Date: Fri, 26 Jan 2007 05:38:39 +0800
1565              Message-Id: <5BDAD0DE-3434-4A29-82C6-35AE3EFD27CC@audreyt.org>
1566      Branch: perl
1567            ! lib/utf8.pm
1568 ____________________________________________________________________________
1569 [ 29991] By: rgs                                   on 2007/01/26  09:01:01
1570         Log: Some variables are used only with DEBUGGING
1571      Branch: perl
1572            ! regcomp.c
1573 ____________________________________________________________________________
1574 [ 29990] By: rgs                                   on 2007/01/26  08:39:07
1575         Log: Subject: [PATCH] further Symbian/S90 fixes from alexander smishlajev
1576              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
1577              Date: Fri, 26 Jan 2007 05:51:50 +0200 (EET)
1578              Message-Id: <20070126035150.41A4143A67@anubis.hut.fi>
1579      Branch: perl
1580            ! README.symbian ext/Data/Dumper/Dumper.xs symbian/PerlBase.cpp
1581            ! symbian/config.sh symbian/symbianish.h symbian/xsbuild.pl
1582 ____________________________________________________________________________
1583 [ 29989] By: rgs                                   on 2007/01/26  08:27:23
1584         Log: Upgrade to Module::Load::Conditional 0.16, by Jos Boumans
1585      Branch: perl
1586            + lib/Module/Load/Conditional/t/02_Parse_Version.t
1587            ! MANIFEST lib/Module/Load/Conditional.pm
1588            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
1589 ____________________________________________________________________________
1590 [ 29987] By: nicholas                              on 2007/01/25  23:18:25
1591         Log: Convert the last remaining 256 byte "small"bufs to 128 bytes.
1592              (The actual size doesn't matter, as the buffers are only there to
1593              save a malloc() for the common, short, case. Coverage reports suggest
1594              that we aren't actually testing the long case. Yet - will fix this)
1595      Branch: perl
1596            ! gv.c toke.c
1597 ____________________________________________________________________________
1598 [ 29983] By: nicholas                              on 2007/01/25  22:39:08
1599         Log: Neither gv_fetchpvn_flags() nor hv_fetch() need a NUL terminated
1600              string, so don't bother allocating buffer space or adding a NUL.
1601      Branch: perl
1602            ! gv.c toke.c
1603 ____________________________________________________________________________
1604 [ 29977] By: nicholas                              on 2007/01/25  20:57:56
1605         Log: The last parameter to gv_stashpv/gv_stashpvn/gv_stashsv is a bitmask
1606              of flags, not a boolean, so correct the documenation and callers.
1607      Branch: perl
1608            ! embed.fnc ext/B/B.xs ext/IPC/SysV/SysV.xs
1609            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs gv.c op.c
1610            ! perlio.c pod/perlapi.pod pod/perlguts.pod pp.c pp_hot.c
1611            ! pp_sys.c proto.h sv.c toke.c universal.c utf8.c
1612 ____________________________________________________________________________
1613 [ 29975] By: rgs                                   on 2007/01/25  17:22:40
1614         Log: Subject: split by " \0" (const string staring with a SPACE followed by NULL)
1615              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1616              Date: Fri, 19 Jan 2007 22:21:48 +0900
1617              Message-Id: <20070119221905.D162.BQW10602@nifty.com>
1618      Branch: perl
1619            ! op.c t/op/split.t
1620 ____________________________________________________________________________
1621 [ 29973] By: rgs                                   on 2007/01/25  14:48:49
1622         Log: Upgrade to threads 1.58:
1623              * Ignore thread return value(s) in void context
1624              * Check for missing args for 'use threads' options
1625              * Check that stack size argument is numeric
1626      Branch: perl
1627            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
1628            ! ext/threads/t/thread.t ext/threads/threads.pm
1629            ! ext/threads/threads.xs
1630 ____________________________________________________________________________
1631 [ 29972] By: rgs                                   on 2007/01/25  12:23:45
1632         Log: Subject: Re: [perl #41283] B::walkoptree_slow fails for 'our @foo = split( m/ /, "hello" )'
1633              From: "Joshua ben Jore" <twists@gmail.com>
1634              Date: Wed, 17 Jan 2007 17:49:22 -0800
1635              Message-ID: <dc5c751d0701171749x3f2dfd00tc523d33bc234c530@mail.gmail.com>
1636      Branch: perl
1637            ! ext/B/B.pm
1638 ____________________________________________________________________________
1639 [ 29970] By: nicholas                              on 2007/01/25  11:41:13
1640         Log: Change 28058 hadn't been tested with -DPERL_CREATE_GVSV
1641      Branch: perl
1642            ! gv.c
1643 ____________________________________________________________________________
1644 [ 29960] By: nicholas                              on 2007/01/24  21:42:53
1645         Log: Display the process id as part of the trace output if running with -Dv
1646              (Might be nice to display the thread ID too under ithreads, but I can't
1647              see a clean way to get that)
1648      Branch: perl
1649            ! deb.c
1650 ____________________________________________________________________________
1651 [ 29956] By: nicholas                              on 2007/01/24  19:07:49
1652         Log: Fix typo in the description of change 27911
1653      Branch: perl
1654            ! Changes
1655 ____________________________________________________________________________
1656 [ 29954] By: nicholas                              on 2007/01/24  18:44:51
1657         Log: Wrap the macro arguments for ck_proto in ().
1658      Branch: perl
1659            ! op.h
1660 ____________________________________________________________________________
1661 [ 29942] By: rgs                                   on 2007/01/24  11:32:24
1662         Log: Subject: [PATCH] fix a few references in perlfunc.html
1663              From: Jan Dubois <jand@ActiveState.com>
1664              Date: Tue, 23 Jan 2007 18:25:02 -0800
1665              Message-ID: <oggdr2pfqj8bb2o47ikmmq9gmjebhr8ht6@4ax.com>
1666      Branch: perl
1667            ! pod/perlfunc.pod
1668 ____________________________________________________________________________
1669 [ 29941] By: rgs                                   on 2007/01/24  11:22:17
1670         Log: Subject: [PATCH] Improve documentation PERLIO default value in perlrun.pod
1671              From: Jan Dubois <jand@ActiveState.com>
1672              Date: Tue, 23 Jan 2007 18:43:55 -0800
1673              Message-ID: <jhhdr21vmlo5ccbfd8la2di4bq8crv3s8t@4ax.com>
1674      Branch: perl
1675            ! pod/perlrun.pod
1676 ____________________________________________________________________________
1677 [ 29940] By: rgs                                   on 2007/01/24  11:02:24
1678         Log: Upgrade to Time::Local 1.16
1679      Branch: perl
1680            ! lib/Time/Local.pm lib/Time/Local.t
1681 ____________________________________________________________________________
1682 [ 29938] By: nicholas                              on 2007/01/23  22:54:00
1683         Log: Add lib to @INC so that ./perl t/op/local.t works.
1684      Branch: perl
1685            ! t/op/local.t
1686 ____________________________________________________________________________
1687 [ 29937] By: nicholas                              on 2007/01/23  21:07:06
1688         Log: Change 29936 missed a ;
1689      Branch: perl
1690            ! lib/Time/Local.pm
1691 ____________________________________________________________________________
1692 [ 29936] By: stevep                                on 2007/01/23  18:43:50
1693         Log: Fix to Time::Local to fix problems with leap year calculation.
1694      Branch: perl
1695            ! lib/Time/Local.pm
1696 ____________________________________________________________________________
1697 [ 29935] By: stevep                                on 2007/01/23  15:02:56
1698         Log: Upgrade to File-Temp-0.18.
1699      Branch: perl
1700            + lib/File/Temp/t/cmp.t
1701            ! MANIFEST lib/File/Temp.pm
1702 ____________________________________________________________________________
1703 [ 29934] By: stevep                                on 2007/01/23  14:29:55
1704         Log: Upgrade to AutoLoader-5.63
1705      Branch: perl
1706            ! lib/AutoLoader.pm
1707 ____________________________________________________________________________
1708 [ 29933] By: stevep                                on 2007/01/23  02:20:31
1709         Log: Upgrade to Test-Simple-0.67
1710      Branch: perl
1711            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
1712            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
1713 ____________________________________________________________________________
1714 [ 29932] By: stevep                                on 2007/01/23  02:14:57
1715         Log: Upgrade to Math-Complex-1.37.
1716      Branch: perl
1717            ! lib/Math/Complex.pm lib/Math/Trig.pm lib/Math/Trig.t
1718 ____________________________________________________________________________
1719 [ 29931] By: stevep                                on 2007/01/23  01:55:48
1720         Log: Subject: [PATCH] Time::Local patch take 2
1721              From: Dave Rolsky <autarch@urth.org>
1722              Date: Mon, 22 Jan 2007 09:46:08 -0600 (CST)
1723              Message-ID: <Pine.LNX.4.64.0701220945040.28849@urth.org>
1724      Branch: perl
1725            ! lib/Time/Local.pm lib/Time/Local.t
1726 ____________________________________________________________________________
1727 [ 29930] By: stevep                                on 2007/01/23  01:52:16
1728         Log: Subject: [perl #41318] Patch: win32.c typo in #define MULTIPLICITY
1729              From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
1730              Date: Mon, 22 Jan 2007 14:46:15 -0800
1731              Message-ID: <rt-3.6.HEAD-1834-1169505975-229.41318-75-0@perl.org>
1732      Branch: perl
1733            ! win32/win32.c
1734 ____________________________________________________________________________
1735 [ 29923] By: nicholas                              on 2007/01/22  19:39:28
1736         Log: Subject: [PATCH] Disable positive lookaround optimisations
1737              From: demerphq <demerphq@gmail.com>
1738              Message-ID: <9b18b3110701210953l4df6198re36a9342e6049583@mail.gmail.com>
1739              Date: Sun, 21 Jan 2007 18:53:38 +0100
1740      Branch: perl
1741            ! regcomp.h t/op/re_tests
1742 ____________________________________________________________________________
1743 [ 29922] By: nicholas                              on 2007/01/22  19:38:12
1744         Log: Fix a typo and some doubled spaces in comments.
1745      Branch: perl
1746            ! cop.h pod/perlapi.pod sv.h
1747 ____________________________________________________________________________
1748 [ 29921] By: nicholas                              on 2007/01/22  19:21:21
1749         Log: Remove duplicate assignment to PL_eval_root in Perl_create_eval_scope
1750      Branch: perl
1751            ! pp_ctl.c
1752 ____________________________________________________________________________
1753 [ 29917] By: nicholas                              on 2007/01/22  17:03:48
1754         Log: Fix my typo, as spotted by Steve Peters
1755      Branch: perl
1756            ! Changes
1757 ____________________________________________________________________________
1758 [ 29911] By: nicholas                              on 2007/01/21  23:18:20
1759         Log: Assignments to function pointers can't be NULL, as that's a pointer to
1760              data, and assigning pointers to data to pointers to functions is not
1761              ANSI-conformant.
1762      Branch: perl
1763            ! perl.h
1764 ____________________________________________________________________________
1765 [ 29910] By: nicholas                              on 2007/01/21  23:11:30
1766         Log: Restore the const to vtbl in Perl_mg_localize() removed in change
1767              26924.
1768      Branch: perl
1769            ! mg.c
1770 ____________________________________________________________________________
1771 [ 29907] By: nicholas                              on 2007/01/21  20:06:45
1772         Log: Remove register keyword from dSP; (at least for now)
1773      Branch: perl
1774            ! pp.h
1775 ____________________________________________________________________________
1776 [ 29905] By: nicholas                              on 2007/01/21  11:44:16
1777         Log: Refactor the common soft-reference code from pp_rv2sv and pp_rv2av
1778              into a single routine Perl_softref2xv(). As soft references are
1779              rarely used compared with true references, move this code from pp_hot.c
1780      Branch: perl
1781            ! embed.fnc embed.h pp.c pp_hot.c proto.h
1782 ____________________________________________________________________________
1783 [ 29900] By: nicholas                              on 2007/01/20  23:40:23
1784         Log: defined @$foo and defined %$bar should be subject to strict 'refs';
1785      Branch: perl
1786            ! lib/DBM_Filter.pm pp_hot.c t/lib/strict/refs
1787 ____________________________________________________________________________
1788 [ 29895] By: stevep                                on 2007/01/20  03:51:26
1789         Log: Upgrade to version-0.69
1790      Branch: perl
1791            ! lib/version.pm
1792 ____________________________________________________________________________
1793 [ 29894] By: stevep                                on 2007/01/20  03:40:23
1794         Log: Subject: [PATCH] Re: Race condition in IPC::Open3 / Mac OS?
1795              From: Bo Lindbergh <blgl@hagernas.com>
1796              Date: Sat, 20 Jan 2007 02:39:57 +0100
1797              Message-Id: <D256CF03-D814-4973-9DF6-60EA4F26FE10@hagernas.com>
1798      Branch: perl
1799            ! perlio.c
1800 ____________________________________________________________________________
1801 [ 29893] By: stevep                                on 2007/01/20  03:28:48
1802         Log: Add PAUSE2007.pub key
1803      Branch: perl
1804            + lib/CPAN/PAUSE2007.pub
1805            ! MANIFEST
1806 ____________________________________________________________________________
1807 [ 29892] By: stevep                                on 2007/01/20  03:20:11
1808         Log: Upgrade to CPAN-1.88_69.
1809      Branch: perl
1810            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1811 ____________________________________________________________________________
1812 [ 29887] By: nicholas                              on 2007/01/19  21:11:40
1813         Log: Subject: Re: [PATCH] fix unicode split /\s+/
1814              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1815              Message-Id: <20070120005232.D9CC.BQW10602@nifty.com>
1816              Date: Sat, 20 Jan 2007 00:52:42 +0900
1817      Branch: perl
1818            ! pp.c t/op/split.t
1819 ____________________________________________________________________________
1820 [ 29885] By: nicholas                              on 2007/01/19  20:13:46
1821         Log: Yves spotted that I'd not regenerated perlapi.pod when I added
1822              get_cvn_flags().
1823      Branch: perl
1824            ! pod/perlapi.pod
1825 ____________________________________________________________________________
1826 [ 29884] By: nicholas                              on 2007/01/19  19:27:59
1827         Log: Marcus Holland-Moritz notes that the first argument to
1828              refcounted_he_fetch() can be NULL.
1829      Branch: perl
1830            ! embed.fnc proto.h
1831 ____________________________________________________________________________
1832 [ 29883] By: nicholas                              on 2007/01/19  18:07:23
1833         Log: Fix breakage for -DDEBUGGING accidentally introduced with change 29882.
1834      Branch: perl
1835            ! sv.c
1836 ____________________________________________________________________________
1837 [ 29882] By: nicholas                              on 2007/01/19  17:36:10
1838         Log: Add a parameter to Perl_get_arena() to pass in the SV type, and record
1839              this in the arena description. Change all sizes to unsigned values.
1840              Make Perl_sv_free_arenas() loop downwards to free memory, simplifying
1841              the logic. Remove my erroneous comment added in change 29881.
1842      Branch: perl
1843            ! embed.fnc hv.c proto.h sv.c
1844 ____________________________________________________________________________
1845 [ 29881] By: nicholas                              on 2007/01/19  11:45:24
1846         Log: I think that it's clearer if aroot is only struct arena_set *
1847              (rather than ** and constantly dereferneced). Move the declaration
1848              of new_root into the block it is used in. Add a comment describing
1849              where the arenas for arena_sets themselves aren't rooted anywhere.
1850      Branch: perl
1851            ! sv.c
1852 ____________________________________________________________________________
1853 [ 29880] By: rgs                                   on 2007/01/19  09:33:00
1854         Log: Subject: [PATCH] fix unicode split /\s+/
1855              From: demerphq <demerphq@gmail.com>
1856              Date: Fri, 19 Jan 2007 02:14:06 +0100
1857              Message-ID: <9b18b3110701181714r4f3bc9ebq9ba462eba8338734@mail.gmail.com>
1858      Branch: perl
1859            ! pp.c t/op/split.t
1860 ____________________________________________________________________________
1861 [ 29879] By: nicholas                              on 2007/01/19  00:13:02
1862         Log: As Perl_get_arena() is dealing with sizes, use size_t rather than int,
1863              as it's both unsigned and semantically the correct width for a size.
1864              As all arenas get cleared later on, can use Newx() rather than Newxz().
1865      Branch: perl
1866            ! embed.fnc proto.h sv.c
1867 ____________________________________________________________________________
1868 [ 29878] By: nicholas                              on 2007/01/18  23:52:11
1869         Log: Move C<static bool done_sanity_check;> inside the only function that
1870              uses it.
1871      Branch: perl
1872            ! sv.c
1873 ____________________________________________________________________________
1874 [ 29877] By: nicholas                              on 2007/01/18  23:51:45
1875         Log: Add in missing dVAR that prevents compilation with
1876              -DPERL_GLOBAL_STRUCT_PRIVATE
1877      Branch: perl
1878            ! perl.c
1879 ____________________________________________________________________________
1880 [ 29876] By: nicholas                              on 2007/01/18  23:36:57
1881         Log: Move the flag checking for isGV_with_GP() into the call to visit()
1882      Branch: perl
1883            ! sv.c
1884 ____________________________________________________________________________
1885 [ 29875] By: mhx                                   on 2007/01/18  16:52:37
1886         Log: Add missing SVfARG()s in require_tie_mod().
1887      Branch: perl
1888            ! gv.c
1889 ____________________________________________________________________________
1890 [ 29872] By: nicholas                              on 2007/01/18  15:48:13
1891         Log: Given that we now do the tests in S_visit() to avoid calling the
1892              helper function when skippable, no need to retain those tests
1893              inside the helper functions do_clean_objs() and do_clean_named_objs().
1894      Branch: perl
1895            ! sv.c
1896 ____________________________________________________________________________
1897 [ 29871] By: merijn                                on 2007/01/18  14:03:21
1898         Log: perl rebuilds because of gcc's -g flag
1899              Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime
1900              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
1901              Date: Thu, 18 Jan 2007 14:27:55 +0100
1902              Message-ID: <20070118142755.28e7f724@r2d2>
1903      Branch: perl
1904            ! makedepend.SH
1905 ____________________________________________________________________________
1906 [ 29868] By: steveh                                on 2007/01/18  11:36:05
1907         Log: Subject: Re: [PATCH] win32_async_check() can still loop indefinitely
1908              From: Jan Dubois <jand@ActiveState.com>
1909              Date: Mon, 15 Jan 2007 19:25:11 -0800
1910              Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com>
1911      Branch: perl
1912            ! win32/win32.c
1913 ____________________________________________________________________________
1914 [ 29867] By: nicholas                              on 2007/01/18  11:16:09
1915         Log: As PVLVs can hold globs in some cases, I think that we should be
1916              treating them as a strict subclass of PVGV. Hence drop through into
1917              the PVGV handling code.
1918      Branch: perl
1919            ! sv.c
1920 ____________________________________________________________________________
1921 [ 29866] By: davem                                 on 2007/01/18  02:14:48
1922         Log: disable parser stack cleanup on reduce croak (too fragile)
1923      Branch: perl
1924            ! perly.c
1925 ____________________________________________________________________________
1926 [ 29857] By: mhx                                   on 2007/01/17  21:06:11
1927         Log: Fix a typo in Dynaloader_pm.PL.
1928      Branch: perl
1929            ! ext/DynaLoader/DynaLoader_pm.PL
1930 ____________________________________________________________________________
1931 [ 29855] By: nicholas                              on 2007/01/17  19:22:47
1932         Log: Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),
1933              because it's not possible for dstr to be COW at this point, due to an
1934              earlier force_normal.
1935      Branch: perl
1936            ! sv.c
1937 ____________________________________________________________________________
1938 [ 29853] By: nicholas                              on 2007/01/17  18:24:50
1939         Log: Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().
1940              (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t)
1941      Branch: perl
1942            ! embed.fnc embed.h global.sym makedef.pl proto.h sv.c sv.h
1943 ____________________________________________________________________________
1944 [ 29852] By: nicholas                              on 2007/01/17  15:42:54
1945         Log: If we use SvUPGRADE() rather than sv_upgrade() then it can make the
1946              decision on not "up"grading PVLV to PVGV for us. However, it appears
1947              that the other actions conducted for "not-yet-a-glob" are useful here.
1948      Branch: perl
1949            ! sv.c
1950 ____________________________________________________________________________
1951 [ 29848] By: merijn                                on 2007/01/17  13:38:05
1952         Log: Subject: Re: [PATCH] symbian/xsbuild.pl patching continues
1953              From: Jarkko Hietaniemi <jhi@iki.fi>
1954              Date: Wed, 17 Jan 2007 08:27:03 -0500
1955              Message-ID: <45AE2427.7080907@iki.fi>
1956      Branch: perl
1957            ! symbian/xsbuild.pl
1958 ____________________________________________________________________________
1959 [ 29845] By: stevep                                on 2007/01/16  22:15:05
1960         Log: Reentrant functions appear to still be broken in NetBSD 3.1.
1961      Branch: perl
1962            ! hints/netbsd.sh
1963 ____________________________________________________________________________
1964 [ 29844] By: merijn                                on 2007/01/16  16:17:03
1965         Log: Subject: [PATCH] Re: Dual-lived AutoLoader
1966              From: Steffen Mueller <o6hhmk002@sneakemail.com>
1967              Date: Tue, 16 Jan 2007 15:29:44 +0100
1968              Message-ID: <45ACE158.4080102@sneakemail.com>
1969      Branch: perl
1970            ! Porting/Maintainers.pl
1971 ____________________________________________________________________________
1972 [ 29843] By: rgs                                   on 2007/01/16  15:32:30
1973         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
1974              From: demerphq <demerphq@gmail.com>
1975              Date: Mon, 15 Jan 2007 23:06:44 +0100
1976              Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com>
1977      Branch: perl
1978            ! regcomp.h
1979 ____________________________________________________________________________
1980 [ 29842] By: rgs                                   on 2007/01/16  10:56:46
1981         Log: Subject: [PATCH] Make offsets support conditional
1982              From: demerphq <demerphq@gmail.com>
1983              Date: Sun, 14 Jan 2007 15:24:25 +0100
1984              Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com>
1985      Branch: perl
1986            ! ext/re/t/regop.t regcomp.c regcomp.h
1987 ____________________________________________________________________________
1988 [ 29841] By: rgs                                   on 2007/01/16  10:17:43
1989         Log: Typo fix, by Robin Barker
1990      Branch: perl
1991            ! Porting/Maintainers.pl
1992 ____________________________________________________________________________
1993 [ 29839] By: davem                                 on 2007/01/15  18:33:02
1994         Log: make Dump display the SVf_BREAK flag
1995      Branch: perl
1996            ! dump.c
1997 ____________________________________________________________________________
1998 [ 29838] By: rgs                                   on 2007/01/15  18:25:45
1999         Log: Enable the ~~ operator by default.
2000              Remove the ~~ feature.
2001      Branch: perl
2002            - t/lib/feature/smartmatch
2003            ! MANIFEST lib/feature.pm t/op/smartmatch.t toke.c
2004 ____________________________________________________________________________
2005 [ 29837] By: davem                                 on 2007/01/15  18:19:20
2006         Log: when cloning  PL_regex_pad, copy SVf_BREAK flag too
2007      Branch: perl
2008            ! sv.c
2009 ____________________________________________________________________________
2010 [ 29836] By: nicholas                              on 2007/01/15  18:15:54
2011         Log: pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly a
2012              space saving to merge them. Hopefully this will reduce L2 cache misses.
2013      Branch: perl
2014            ! mathoms.c opcode.h opcode.pl pp.h pp_hot.c
2015 ____________________________________________________________________________
2016 [ 29835] By: nicholas                              on 2007/01/15  17:18:03
2017         Log: Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.
2018      Branch: perl
2019            ! pp_hot.c
2020 ____________________________________________________________________________
2021 [ 29834] By: rgs                                   on 2007/01/15  16:37:21
2022         Log: Subject: Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
2023              From: demerphq <demerphq@gmail.com>
2024              Date: Sat, 13 Jan 2007 17:18:01 +0100
2025              Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com>
2026              
2027              macroize regexp modifiers
2028      Branch: perl
2029            ! perl.h regcomp.c regexp.h toke.c
2030 ____________________________________________________________________________
2031 [ 29831] By: rgs                                   on 2007/01/15  16:26:17
2032         Log: Subject: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ${^POSTMATCH}
2033              From: demerphq <demerphq@gmail.com>
2034              Date: Fri, 12 Jan 2007 02:31:12 +0100
2035              Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com>
2036              (with tweaks)
2037      Branch: perl
2038            + t/op/regexp_kmod.t
2039            ! MANIFEST ext/B/t/concise-xs.t gv.c mg.c op.h pod/perlop.pod
2040            ! pod/perlre.pod pod/perlvar.pod pp_hot.c regcomp.c regcomp.h
2041            ! regexp.h t/op/regexp.t toke.c
2042 ____________________________________________________________________________
2043 [ 29830] By: nicholas                              on 2007/01/15  14:38:58
2044         Log: Add get_cvn_flags(), which is like get_cv() but takes a length. This
2045              allows symbolic code references with embeded NULs to work.
2046      Branch: perl
2047            ! embed.fnc embed.h global.sym gv.c gv.h op.c perl.c perlio.c
2048            ! pp_ctl.c pp_hot.c proto.h t/op/ref.t toke.c
2049 ____________________________________________________________________________
2050 [ 29829] By: rgs                                   on 2007/01/15  14:32:26
2051         Log: Subject: [PATCH] symbian/xsbuild.pl
2052              From: Jarkko Hietaniemi <jhi@iki.fi>
2053              Date: Mon, 15 Jan 2007 08:49:56 -0500
2054              Message-ID: <45AB8684.70906@iki.fi>
2055      Branch: perl
2056            ! symbian/xsbuild.pl
2057 ____________________________________________________________________________
2058 [ 29827] By: davem                                 on 2007/01/15  14:16:53
2059         Log: extend threads 'veto cleanup' to perl_free and system stuff
2060      Branch: perl
2061            ! embedvar.h perl.c perlapi.h perlvars.h unixish.h
2062 ____________________________________________________________________________
2063 [ 29826] By: rgs                                   on 2007/01/15  14:15:35
2064         Log: Proper symbian fix (replacing change #29813) by Jarkko
2065      Branch: perl
2066            ! perl.h
2067 ____________________________________________________________________________
2068 [ 29825] By: rgs                                   on 2007/01/15  13:45:40
2069         Log: Use the $Is_MacOS variable
2070      Branch: perl
2071            ! t/lib/common.pl
2072 ____________________________________________________________________________
2073 [ 29824] By: rgs                                   on 2007/01/15  13:44:39
2074         Log: Simplify the ok/not ok logic
2075              (another refactorisation by Schwern)
2076      Branch: perl
2077            ! t/lib/common.pl
2078 ____________________________________________________________________________
2079 [ 29823] By: rgs                                   on 2007/01/15  13:40:18
2080         Log: Various cleanup and factorization by Schwern
2081              for tests for warnings and features
2082      Branch: perl
2083            ! t/lib/common.pl
2084 ____________________________________________________________________________
2085 [ 29822] By: rgs                                   on 2007/01/15  13:30:51
2086         Log: Introduce the :5.10.0 feature bundle, and make :5.10 an
2087              alias to it (aimed at be an alias to the latest :5.10.X)
2088      Branch: perl
2089            ! lib/feature.pm
2090 ____________________________________________________________________________
2091 [ 29821] By: rgs                                   on 2007/01/15  12:44:45
2092         Log: Fix link to perlsyn (thanks to Michael G Schwern)
2093      Branch: perl
2094            ! lib/feature.pm
2095 ____________________________________________________________________________
2096 [ 29820] By: rgs                                   on 2007/01/15  12:42:36
2097         Log: Remove the "dor" feature alias.
2098      Branch: perl
2099            ! lib/feature.pm
2100 ____________________________________________________________________________
2101 [ 29819] By: rgs                                   on 2007/01/15  12:41:28
2102         Log: Document "no feature" (Michael G Schwern)
2103      Branch: perl
2104            ! lib/feature.pm
2105 ____________________________________________________________________________
2106 [ 29818] By: rgs                                   on 2007/01/15  12:37:27
2107         Log: Move the documentation of the lexical effect of feature.pm to its own
2108              section thus removing a lot of redundant redundant documentation about
2109              it cluttering up the feature documentation. (by Michael G Schwern)
2110      Branch: perl
2111            ! lib/feature.pm
2112 ____________________________________________________________________________
2113 [ 29817] By: rgs                                   on 2007/01/15  12:34:00
2114         Log: Remove obsolete notes and TODOs from feature.pm
2115      Branch: perl
2116            ! lib/feature.pm
2117 ____________________________________________________________________________
2118 [ 29816] By: rgs                                   on 2007/01/15  12:30:56
2119         Log: Add a reference to the docs for state() variables in feature.pm
2120              (suggested by Michael G Schwern)
2121      Branch: perl
2122            ! lib/feature.pm
2123 ____________________________________________________________________________
2124 [ 29815] By: rgs                                   on 2007/01/15  12:29:14
2125         Log: Factorise croak() calls and error messages in feature.pm
2126              (suggested by Michael G Schwern)
2127      Branch: perl
2128            ! lib/feature.pm
2129 ____________________________________________________________________________
2130 [ 29814] By: nicholas                              on 2007/01/15  12:13:24
2131         Log: Test that names with embedded NULs work for symbolic array, hash and
2132              typeglob references.
2133      Branch: perl
2134            ! t/op/ref.t
2135 ____________________________________________________________________________
2136 [ 29813] By: rgs                                   on 2007/01/15  08:22:08
2137         Log: Revert perl.h part of change 29811, which breaks compilation with gcc
2138      Branch: perl
2139            ! perl.h
2140 ____________________________________________________________________________
2141 [ 29812] By: merijn                                on 2007/01/15  07:45:28
2142         Log: Subject: [PATCH] g++ fixes
2143              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2144              Date: Mon, 15 Jan 2007 06:09:30 +0200 (EET)
2145              Message-Id: <20070115040930.8685843A67@anubis.hut.fi>
2146      Branch: perl
2147            ! op.c toke.c
2148 ____________________________________________________________________________
2149 [ 29811] By: merijn                                on 2007/01/15  07:42:37
2150         Log: Subject: [PATCH] Symbian/S90 further fixes
2151              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
2152              Date: Mon, 15 Jan 2007 06:11:52 +0200 (EET)
2153              Message-Id: <20070115041152.374AB43A67@anubis.hut.fi>
2154      Branch: perl
2155            ! perl.h symbian/PerlBase.cpp symbian/config.sh
2156 ____________________________________________________________________________
2157 [ 29810] By: davem                                 on 2007/01/14  23:58:49
2158         Log: make S_ithread_run() call S_ithread_free() in main context
2159              
2160              Fixes a race condition between detach clearing a thread's
2161              interpreter, and S_ithread_run() freeing itself while
2162              assuming that it's own interpreter still exists.
2163      Branch: perl
2164            ! ext/threads/threads.xs
2165 ____________________________________________________________________________
2166 [ 29805] By: davem                                 on 2007/01/14  12:43:39
2167         Log: further refinement to #29796 (cleanup veto)
2168      Branch: perl
2169            ! ext/threads/threads.xs
2170 ____________________________________________________________________________
2171 [ 29803] By: rgs                                   on 2007/01/14  10:12:08
2172         Log: Subject: Re: Memory...growing, and growing
2173              From: Marvin Humphrey <marvin@rectangular.com>
2174              Date: Sat, 13 Jan 2007 12:05:30 -0800
2175              Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com>
2176              
2177              Document -DDL_UNLOAD_ALL_AT_EXIT
2178      Branch: perl
2179            ! pod/perlhack.pod
2180 ____________________________________________________________________________
2181 [ 29796] By: davem                                 on 2007/01/13  22:57:26
2182         Log: unfreed threads should trigger cleanup veto
2183              
2184              The thread pool struct is allocated in the main interpreter, so
2185              don't clean that up if any threads remain, regardless of what
2186              state they are in
2187      Branch: perl
2188            ! ext/threads/threads.xs
2189 ____________________________________________________________________________
2190 [ 29790] By: nicholas                              on 2007/01/13  18:21:19
2191         Log: In S_hfreeentries, orig_array can be const.
2192      Branch: perl
2193            ! hv.c
2194 ____________________________________________________________________________
2195 [ 29786] By: rgs                                   on 2007/01/13  17:17:40
2196         Log: TODO: yada yada yada
2197      Branch: perl
2198            ! pod/perltodo.pod
2199 ____________________________________________________________________________
2200 [ 29784] By: rgs                                   on 2007/01/13  16:56:02
2201         Log: Subject:  Re: AW: umask handling in File::Temp
2202              From:  Gisle Aas <gisle@activestate.com>
2203              Date:  12 Jan 2007 16:10:16 +0100
2204              Message-ID:  <877ivs1dt3.fsf@ask.g.aas.no>
2205      Branch: perl
2206            ! pp_sys.c
2207 ____________________________________________________________________________
2208 [ 29781] By: rgs                                   on 2007/01/13  11:06:06
2209         Log: Subject: [PATCH] perlthrtut.pod (based on perl-current@29766)
2210              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
2211              Date: Fri, 12 Jan 2007 17:37:58 +0100
2212              Message-ID: <45A7B966.1040307@thalesgroup.com>
2213      Branch: perl
2214            ! pod/perlthrtut.pod
2215 ____________________________________________________________________________
2216 [ 29780] By: davem                                 on 2007/01/12  21:49:13
2217         Log: fix PL_parser_dup symbol (again)
2218      Branch: perl
2219            ! embed.fnc embed.h global.sym
2220 ____________________________________________________________________________
2221 [ 29779] By: davem                                 on 2007/01/12  19:56:40
2222         Log: Rationalise refcounting of thread structures
2223              Formerly there could be races with multiple destroys of a thread
2224              structure.
2225      Branch: perl
2226            ! ext/threads/threads.xs
2227 ____________________________________________________________________________
2228 [ 29778] By: merijn                                on 2007/01/12  16:06:23
2229         Log: Superdome now also in Itanium series (sx1000 & sx2000),
2230              cx2600 is Madison 6
2231      Branch: perl
2232            ! README.hpux
2233 ____________________________________________________________________________
2234 [ 29777] By: merijn                                on 2007/01/12  15:15:13
2235         Log: gcc -dumpversion is at least supported back to 2.7.x and
2236              thus seems to be much more defensive against upcoming version
2237              reporting format changes.
2238      Branch: perl
2239            ! hints/aix.sh hints/aix_3.sh hints/aix_4.sh hints/dec_osf.sh
2240            ! hints/hpux.sh hints/svr5.sh hints/vos.sh
2241 ____________________________________________________________________________
2242 [ 29774] By: rgs                                   on 2007/01/12  13:57:45
2243         Log: makedef.pl should be able to load "strict"
2244      Branch: perl
2245            ! makedef.pl
2246 ____________________________________________________________________________
2247 [ 29768] By: rgs                                   on 2007/01/12  11:44:04
2248         Log: Upgrade to ExtUtils::Manifest 1.51
2249      Branch: perl
2250            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
2251 ____________________________________________________________________________
2252 [ 29767] By: davem                                 on 2007/01/12  11:26:14
2253         Log: fix typo in hv.c
2254      Branch: perl
2255            ! hv.c
2256 ____________________________________________________________________________
2257 [ 29766] By: davem                                 on 2007/01/12  11:13:49
2258         Log: fix PL_parser_dup symbol
2259      Branch: perl
2260            ! embed.fnc embed.h makedef.pl
2261 ____________________________________________________________________________
2262 [ 29765] By: davem                                 on 2007/01/12  10:42:05
2263         Log: make tr/// threadsafe by moving swash into pad
2264      Branch: perl
2265            ! doop.c op.c
2266 ____________________________________________________________________________
2267 [ 29764] By: rgs                                   on 2007/01/12  10:24:55
2268         Log: Subject: [PATCH] trivia in perlthrtut.pod
2269              From: Wolfgang Laun <Wolfgang.Laun@thalesgroup.com>
2270              Date: Thu, 11 Jan 2007 16:57:29 +0100
2271              Message-ID: <45A65E69.8010400@thalesgroup.com>
2272      Branch: perl
2273            ! pod/perlthrtut.pod
2274 ____________________________________________________________________________
2275 [ 29762] By: steveh                                on 2007/01/11  17:27:02
2276         Log: Update copyright year in "perl -v" output
2277      Branch: perl
2278            ! perl.c
2279 ____________________________________________________________________________
2280 [ 29761] By: rgs                                   on 2007/01/11  17:12:08
2281         Log: Fix bug [perl #41234] : the tokenizer understands "=cute"
2282              or other words that begin with "cut" as synonyms for "=cut"
2283      Branch: perl
2284            ! toke.c
2285 ____________________________________________________________________________
2286 [ 29758] By: nicholas                              on 2007/01/11  15:37:12
2287         Log: Change 29753 messed up do_hv_dump() [my fault]
2288      Branch: perl
2289            ! embed.fnc proto.h
2290 ____________________________________________________________________________
2291 [ 29757] By: rgs                                   on 2007/01/11  15:07:28
2292         Log: Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().
2293              This parameter might become handy in the future, so keep it.
2294      Branch: perl
2295            ! regcomp.c
2296 ____________________________________________________________________________
2297 [ 29756] By: rgs                                   on 2007/01/11  14:47:01
2298         Log: Subject: [PATCH] Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, cleanup and more docs for regatom()
2299              From: demerphq <demerphq@gmail.com>
2300              Date: Wed, 10 Jan 2007 20:33:39 +0100
2301              Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com>
2302              
2303              (plus POD nits by Merijn and myself)
2304      Branch: perl
2305            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.sym
2306            ! regexec.c regexp.h regnodes.h t/op/pat.t
2307 ____________________________________________________________________________
2308 [ 29753] By: nicholas                              on 2007/01/11  13:23:40
2309         Log: do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULL
2310              parameter. Patch for do_hv_dump supplied by Brandon L Black, other
2311              two added after code inspection.
2312      Branch: perl
2313            ! embed.fnc proto.h
2314 ____________________________________________________________________________
2315 [ 29751] By: rgs                                   on 2007/01/11  10:34:02
2316         Log: Fix bug #40407: after a seek on a PerlIO::scalar filehandle,
2317              ensure there's a string buffer in the scalar
2318      Branch: perl
2319            ! ext/PerlIO/scalar/scalar.xs
2320 ____________________________________________________________________________
2321 [ 29750] By: rgs                                   on 2007/01/11  09:51:56
2322         Log: Subject: [PATCH] AutoLoader fix, part 2
2323              From: Steffen Mueller <rt8363b02@sneakemail.com>
2324              Date: Wed, 10 Jan 2007 18:52:23 +0100
2325              Message-ID: <20070110175148.26694.qmail@lists.develooper.com>
2326      Branch: perl
2327            ! lib/AutoLoader.pm lib/AutoLoader.t
2328 ____________________________________________________________________________
2329 [ 29749] By: nicholas                              on 2007/01/11  00:24:48
2330         Log: In toke.c, merge S_update_debugger_info_pv() and
2331              S_update_debugger_info_sv() into S_update_debugger_info().
2332      Branch: perl
2333            ! embed.fnc embed.h proto.h toke.c
2334 ____________________________________________________________________________
2335 [ 29748] By: nicholas                              on 2007/01/10  16:24:27
2336         Log: An implementation of change 29735 for blead (PL_curcop could be NULL)
2337              given that blead's refactoring is not yet in maint.
2338      Branch: perl
2339            ! gv.c
2340 ____________________________________________________________________________
2341 [ 29747] By: rgs                                   on 2007/01/10  16:00:17
2342         Log: Regenerate all files
2343      Branch: perl
2344            ! embed.h keywords.h reentr.c reentr.h
2345 ____________________________________________________________________________
2346 [ 29745] By: rgs                                   on 2007/01/10  13:21:03
2347         Log: Subject: PATCH: perlfunc.pod / warn
2348              From: Peter Scott <Peter@PSDT.com>
2349              Date: Wed, 10 Jan 2007 05:18:52 -0800
2350              Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com>
2351      Branch: perl
2352            ! pod/perlfunc.pod
2353 ____________________________________________________________________________
2354 [ 29744] By: rgs                                   on 2007/01/10  13:17:37
2355         Log: Subject: Re: [perl #41215] % on scalars sometimes throws away fractions 
2356              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2357              Date: Tue, 09 Jan 2007 23:39:42 +0900
2358              Message-Id: <20070109233928.07AF.BQW10602@nifty.com>
2359              
2360              plus nits by Dominic Dunlop
2361      Branch: perl
2362            ! pod/perlop.pod
2363 ____________________________________________________________________________
2364 [ 29743] By: rgs                                   on 2007/01/10  10:54:27
2365         Log: Subject: Bug in AutoLoader.pm causing endless loop
2366              From: Steffen Mueller <rt8363b02@sneakemail.com>
2367              Date: Tue, 09 Jan 2007 19:15:36 +0100
2368              Message-ID: <45A3DBC8.4010203@sneakemail.com>
2369      Branch: perl
2370            ! lib/AutoLoader.pm
2371 ____________________________________________________________________________
2372 [ 29742] By: rgs                                   on 2007/01/10  10:25:02
2373         Log: Subject: ./miniperl minimod.pl ... Can't locate strict.pm
2374              From: andreas.koenig.7os6VVqR@franz.ak.mind.de (Andreas J. Koenig)
2375              Date: Wed, 10 Jan 2007 04:55:55 +0100
2376              Message-ID: <87lkkbk01g.fsf@k75.linux.bogus>
2377      Branch: perl
2378            ! minimod.pl
2379 ____________________________________________________________________________
2380 [ 29741] By: nicholas                              on 2007/01/09  21:46:28
2381         Log: Make minimod.pl warnings and strict clean.
2382      Branch: perl
2383            ! minimod.pl
2384 ____________________________________________________________________________
2385 [ 29740] By: nicholas                              on 2007/01/09  21:44:05
2386         Log: Make makedef.pl warnings and strict clean.
2387      Branch: perl
2388            ! makedef.pl
2389 ____________________________________________________________________________
2390 [ 29739] By: nicholas                              on 2007/01/09  21:37:31
2391         Log: Make keywords.pl strict and warnings clean.
2392      Branch: perl
2393            ! keywords.pl
2394 ____________________________________________________________________________
2395 [ 29738] By: nicholas                              on 2007/01/09  21:34:50
2396         Log: Make autodoc.pl strict clean.
2397      Branch: perl
2398            ! autodoc.pl
2399 ____________________________________________________________________________
2400 [ 29736] By: nicholas                              on 2007/01/09  21:21:56
2401         Log: Make opcode.pl strict and warnings clean.
2402      Branch: perl
2403            ! opcode.pl
2404 ____________________________________________________________________________
2405 [ 29734] By: steveh                                on 2007/01/09  12:44:15
2406         Log: Subject: Re: Change 29723 breaks t/op/inccode-tie.t on Win32
2407              From: Nicholas Clark <nick@ccl4.org>
2408              Date: Tue, 9 Jan 2007 12:31:17 +0000
2409              Message-ID: <20070109123116.GC30742@plum.flirble.org>
2410      Branch: perl
2411            ! t/op/inccode-tie.t
2412 ____________________________________________________________________________
2413 [ 29732] By: steveh                                on 2007/01/09  10:40:23
2414         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
2415              From: Jan Dubois <jand@ActiveState.com>
2416              Date: Mon, 08 Jan 2007 14:58:12 -0800
2417              Message-ID: <eei5q29hrchpam2i5g0000mbvu0b1hrm83@4ax.com>
2418              
2419              Fixes the Borland build, in which the PATH was getting corrupted
2420              when the variable that was just putenv()'d got free()'d
2421      Branch: perl
2422            ! win32/win32.c
2423 ____________________________________________________________________________
2424 [ 29731] By: rgs                                   on 2007/01/09  10:33:56
2425         Log: Subject: [PATCH] Change #29711 broke tr//c on Win32.
2426              From: demerphq <demerphq@gmail.com>
2427              Date: Mon, 8 Jan 2007 20:31:26 +0100
2428              Message-ID: <9b18b3110701081131v392597c6veed493407c1eede7@mail.gmail.com>
2429      Branch: perl
2430            ! op.c
2431 ____________________________________________________________________________
2432 [ 29730] By: rgs                                   on 2007/01/09  10:04:37
2433         Log: Subject: [PATCH] Let the regex parser decide if we have a special pattern or not.
2434              From: demerphq <demerphq@gmail.com>
2435              Date: Tue, 9 Jan 2007 00:46:31 +0100
2436              Message-ID: <9b18b3110701081546n2c3f19acy29adc0d233bb848c@mail.gmail.com>
2437      Branch: perl
2438            ! op.c op.h pp.c pp_ctl.c regcomp.c regexp.h
2439 ____________________________________________________________________________
2440 [ 29729] By: nicholas                              on 2007/01/09  09:58:17
2441         Log: socketpair.t was written in 2001. At that time, Test::More got confused
2442              if you forked under it. Test::More 0.47 added support to detect forking
2443              which resolves this. Hence there is now no need to fork() in a BEGIN
2444              block, which causes issues on Win32 due to how pseudofork works.
2445      Branch: perl
2446            ! ext/Socket/t/socketpair.t
2447 ____________________________________________________________________________
2448 [ 29728] By: rgs                                   on 2007/01/09  09:28:52
2449         Log: Revert change #29708 (useless)
2450      Branch: perl
2451            ! win32/win32.c
2452 ____________________________________________________________________________
2453 [ 29727] By: nicholas                              on 2007/01/08  23:27:26
2454         Log: Eliminate pp_threadsv, as it was only ever used by 5005 threads.
2455      Branch: perl
2456            ! dump.c ext/Opcode/Opcode.pm op.c opcode.h opcode.pl opnames.h
2457            ! pp.sym pp_proto.h
2458 ____________________________________________________________________________
2459 [ 29724] By: nicholas                              on 2007/01/08  21:52:32
2460         Log: do or die; for all the List::Util pure perl tests.
2461      Branch: perl
2462            ! ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
2463            ! ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
2464            ! ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
2465            ! ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
2466            ! ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
2467            ! ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
2468            ! ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
2469            ! ext/List/Util/t/p_tainted.t
2470 ____________________________________________________________________________
2471 [ 29723] By: nicholas                              on 2007/01/08  21:20:26
2472         Log: do $file; won't propagate errors from die, as do is an implicit eval.
2473              So need to propagate errors with $@.
2474      Branch: perl
2475            ! ext/DynaLoader/hints/gnukfreebsd.pl
2476            ! ext/DynaLoader/hints/gnuknetbsd.pl
2477            ! ext/NDBM_File/hints/gnukfreebsd.pl
2478            ! ext/NDBM_File/hints/gnuknetbsd.pl
2479            ! ext/ODBM_File/hints/gnukfreebsd.pl
2480            ! ext/ODBM_File/hints/gnuknetbsd.pl
2481            ! ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
2482            ! ext/Storable/hints/gnukfreebsd.pl
2483            ! ext/Storable/hints/gnuknetbsd.pl lib/perl5db.pl
2484            ! lib/utf8_heavy.pl symbian/config.pl symbian/makesis.pl
2485            ! symbian/xsbuild.pl t/comp/require.t t/op/caller.t t/op/do.t
2486            ! t/op/inccode-tie.t t/op/regexp_noamp.t t/op/regexp_notrie.t
2487            ! t/op/regexp_qr.t t/op/regexp_qr_embed.t t/op/regexp_trielist.t
2488            ! t/op/threads.t t/uni/case.pl win32/ce-helpers/makedist.pl
2489 ____________________________________________________________________________
2490 [ 29719] By: nicholas                              on 2007/01/08  14:28:17
2491         Log: Mention -C on #! line in perltodo. Remove some trailing whitespace that
2492              podchecker warned over.
2493      Branch: perl
2494            ! pod/perltodo.pod
2495 ____________________________________________________________________________
2496 [ 29718] By: rgs                                   on 2007/01/08  11:09:10
2497         Log: Change the API doc for some of the SvXXX testing macros.
2498              Often, those macros simply test a bit in sv_flags, so
2499              the return value should be assigned to a U32 instead of
2500              a bool to avoid truncation. (bug perl #32884)
2501      Branch: perl
2502            ! pod/perlapi.pod sv.h
2503 ____________________________________________________________________________
2504 [ 29717] By: rgs                                   on 2007/01/08  10:35:04
2505         Log: Turn taint warnings (-t) into severe warnings, so they're
2506              on by default, without having to play games with the
2507              warning bits. Add a test for -t.
2508      Branch: perl
2509            ! perl.c pp_ctl.c t/lib/warnings/taint taint.c warnings.h
2510            ! warnings.pl
2511 ____________________________________________________________________________
2512 [ 29716] By: rgs                                   on 2007/01/08  09:26:01
2513         Log: Silence casting warnings
2514      Branch: perl
2515            ! regcomp.c
2516 ____________________________________________________________________________
2517 [ 29715] By: merijn                                on 2007/01/08  07:34:29
2518         Log: Default "$undef" for NV_PRESERVES_UV_BITS causes compilation
2519              failure of sv.c when triggered
2520              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2521              Date: Mon, 8 Jan 2007 00:49:11 +0100
2522              Message-ID: <20070108004911.7022445c@r2d2>
2523      Branch: perl
2524            ! Configure
2525 ____________________________________________________________________________
2526 [ 29713] By: merijn                                on 2007/01/08  07:19:02
2527         Log: Subject: help cygwin find its dlls even on taint tests with no path
2528              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
2529              Date: Sun, 7 Jan 2007 16:56:28 -0800 (PST)
2530              Message-ID: <2437.63.226.247.31.1168217788.squirrel@63.226.247.31>
2531      Branch: perl
2532            ! cygwin/Makefile.SHs t/op/taint.t
2533 ____________________________________________________________________________
2534 [ 29712] By: davem                                 on 2007/01/08  00:14:22
2535         Log: fix occasional op/time.t failure
2536              test 2 uses far more sys than user time, so it's possible to burn
2537              20 secs of wall time without an apparent increase in user time
2538      Branch: perl
2539            ! t/op/time.t
2540 ____________________________________________________________________________
2541 [ 29711] By: davem                                 on 2007/01/08  00:06:44
2542         Log: allocate op_pv strings from shared mem pool
2543      Branch: perl
2544            ! op.c toke.c
2545 ____________________________________________________________________________
2546 [ 29710] By: rgs                                   on 2007/01/07  23:27:03
2547         Log: In the new test for less.pm, call use_ok at compile-time
2548              and add -w.
2549      Branch: perl
2550            ! lib/less.t
2551 ____________________________________________________________________________
2552 [ 29709] By: rgs                                   on 2007/01/07  23:24:31
2553         Log: Subject: [PATCH] less useful
2554              From: "Joshua ben Jore" <twists@gmail.com>
2555              Date: Sat, 6 Jan 2007 13:33:15 -0800
2556              Message-ID: <dc5c751d0701061333w7b89ea48kf5c8993e3de19b44@mail.gmail.com>
2557      Branch: perl
2558            ! lib/less.pm lib/less.t
2559 ____________________________________________________________________________
2560 [ 29708] By: rgs                                   on 2007/01/07  23:12:26
2561         Log: Subject: Re: [PATCH] ANSIfy the PATH environment variable on Windows
2562              From: demerphq <demerphq@gmail.com>
2563              Date: Sun, 7 Jan 2007 20:51:43 +0100
2564              Message-ID: <9b18b3110701071151y13eaa554w257d2d5016ee0983@mail.gmail.com>
2565      Branch: perl
2566            ! win32/win32.c
2567 ____________________________________________________________________________
2568 [ 29707] By: rgs                                   on 2007/01/07  23:08:04
2569         Log: Subject: DynaLoader test failure on cygwin
2570              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
2571              Date: Sun, 7 Jan 2007 11:56:21 -0800 (PST)
2572              Message-ID: <1675.63.226.247.31.1168199781.squirrel@63.226.247.31>
2573      Branch: perl
2574            ! ext/DynaLoader/t/DynaLoader.t
2575 ____________________________________________________________________________
2576 [ 29706] By: davem                                 on 2007/01/07  14:55:27
2577         Log: silence a warning in perly.c
2578      Branch: perl
2579            ! perly.c
2580 ____________________________________________________________________________
2581 [ 29705] By: rgs                                   on 2007/01/06  07:19:09
2582         Log: Subject: patch: shorten perl.h by six lines
2583              From: "David Nicol" <davidnicol@gmail.com>
2584              Date: Sat, 6 Jan 2007 00:02:24 -0600
2585              Message-ID: <934f64a20701052202p1c77a226w32634a1c69f584c7@mail.gmail.com>
2586      Branch: perl
2587            ! perl.h
2588 ____________________________________________________________________________
2589 [ 29704] By: rgs                                   on 2007/01/06  06:58:41
2590         Log: Add 2007 copyrights in a few more .pl files that
2591              generate code (thanks to Jarkko)
2592      Branch: perl
2593            ! overload.pl reentr.pl
2594 ____________________________________________________________________________
2595 [ 29703] By: rgs                                   on 2007/01/05  23:15:38
2596         Log: Silence a gcc warning, spotted by Tels
2597      Branch: perl
2598            ! regcomp.c
2599 ____________________________________________________________________________
2600 [ 29702] By: rgs                                   on 2007/01/05  18:30:52
2601         Log: Bump version of PerlIO::via after last change
2602      Branch: perl
2603            ! ext/PerlIO/via/via.pm
2604 ____________________________________________________________________________
2605 [ 29701] By: rgs                                   on 2007/01/05  18:26:43
2606         Log: Subject: [PATCH] ext/PerlIO/via/via.xs freeing the wrong thing
2607              From: Bo Lindbergh <blgl@hagernas.com>
2608              Date: Fri, 5 Jan 2007 19:19:53 +0100
2609              Message-Id: <C7070BEE-BFB6-4FA2-A50B-BF20CDB3B61F@hagernas.com>
2610      Branch: perl
2611            ! ext/PerlIO/via/via.xs
2612 ____________________________________________________________________________
2613 [ 29700] By: rgs                                   on 2007/01/05  15:37:54
2614         Log: Normalize copyright of perlio.c for years >= 2006
2615      Branch: perl
2616            ! perlio.c
2617 ____________________________________________________________________________
2618 [ 29699] By: steveh                                on 2007/01/05  15:04:59
2619         Log: Do the same as #29697 for Win32
2620      Branch: perl
2621            ! win32/Makefile win32/makefile.mk
2622 ____________________________________________________________________________
2623 [ 29698] By: rgs                                   on 2007/01/05  14:37:31
2624         Log: Fix the interaction of -w and -t when provided on the command-line
2625              and/or on the shebang line : do not reset the warning bits to
2626              'only taint'.
2627      Branch: perl
2628            ! perl.c pp_ctl.c
2629 ____________________________________________________________________________
2630 [ 29697] By: rgs                                   on 2007/01/05  12:27:22
2631         Log: Fix distclean now that we have re::Tie::Hash::NamedCapture
2632      Branch: perl
2633            ! Makefile.SH
2634 ____________________________________________________________________________
2635 [ 29696] By: rgs                                   on 2007/01/05  10:47:58
2636         Log: Update copyright years in .c files
2637      Branch: perl
2638            ! doio.c doop.c gv.c miniperlmain.c pad.c perl.c pp.c pp_ctl.c
2639            ! pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c scope.c
2640            ! universal.c utf8.c
2641 ____________________________________________________________________________
2642 [ 29695] By: rgs                                   on 2007/01/05  10:34:36
2643         Log: Update copyright years in .h files. Also, in .pl
2644              files that generate .h files, so they'll be ready
2645              next time.
2646      Branch: perl
2647            ! XSUB.h keywords.pl op.h opcode.pl pad.h perlio.h perlsdio.h
2648            ! perlsfio.h pp.h regcomp.h regexp.h scope.h thrdvar.h unixish.h
2649            ! utf8.h utfebcdic.h util.h
2650 ____________________________________________________________________________
2651 [ 29694] By: rgs                                   on 2007/01/05  10:21:58
2652         Log: Update copyright for perlio.c
2653      Branch: perl
2654            ! perlio.c
2655 ____________________________________________________________________________
2656 [ 29693] By: rgs                                   on 2007/01/05  09:55:22
2657         Log: Subject: Re: What if NV_PRESERVES_UV_BITS is undef? (was: Re: [PATCH] Configure test code fails to compile if SIGFPE is undefined)
2658              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2659              Date: Thu, 04 Jan 2007 00:21:02 +0900
2660              Message-Id: <20070104001943.6BC2.BQW10602@nifty.com>
2661      Branch: perl
2662            ! ext/Data/Dumper/t/dumper.t ext/Devel/Peek/t/Peek.t
2663 ____________________________________________________________________________
2664 [ 29692] By: steveh                                on 2007/01/05  09:45:08
2665         Log: Silence various VC6 warnings
2666      Branch: perl
2667            ! ext/B/B.xs perly.c regexec.c util.c win32/win32.c
2668 ____________________________________________________________________________
2669 [ 29691] By: rgs                                   on 2007/01/05  09:11:30
2670         Log: Subject: Re: [PATCH] perlio.c repair
2671              From: Bo Lindbergh <blgl@hagernas.com>
2672              Date: Thu, 4 Jan 2007 18:22:09 +0100
2673              Message-Id: <E22DC961-6821-4AC2-BA2F-9B5B06927758@hagernas.com>
2674      Branch: perl
2675            ! perlio.c
2676 ____________________________________________________________________________
2677 [ 29690] By: rgs                                   on 2007/01/05  07:49:03
2678         Log: Subject: [PATCH] ANSIfy the PATH environment variable on Windows
2679              From: Jan Dubois <jand@ActiveState.com>
2680              Date: Thu, 04 Jan 2007 12:37:48 -0800
2681              Message-ID: <7coqp2pme3r30qaonticuv6c6licieg4cg@4ax.com>
2682      Branch: perl
2683            ! win32/perllib.c win32/win32.c
2684 ____________________________________________________________________________
2685 [ 29689] By: rgs                                   on 2007/01/05  07:47:08
2686         Log: Subject: [PATCH] Add error handling to win32_ansipath
2687              From: Jan Dubois <jand@ActiveState.com>
2688              Date: Thu, 04 Jan 2007 12:20:21 -0800
2689              Message-ID: <f2oqp2dbdglim8bda4q1kajt9k3cvpqqga@4ax.com>
2690      Branch: perl
2691            ! win32/win32.c
2692 ____________________________________________________________________________
2693 [ 29688] By: rgs                                   on 2007/01/04  17:04:11
2694         Log: Upgrade Module::Load::Conditional to 0.14
2695      Branch: perl
2696            + lib/Module/Load/Conditional/t/to_load/InPod.pm
2697            ! MANIFEST lib/Module/Load/Conditional.pm
2698            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
2699            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
2700            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
2701            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
2702 ____________________________________________________________________________
2703 [ 29687] By: rgs                                   on 2007/01/04  15:33:16
2704         Log: 4th patch from: 
2705              
2706              Subject: [PATCH] Cleanup SVf arguments (2nd try)
2707              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2708              Date: Mon, 1 Jan 2007 20:16:13 +0100
2709              Message-ID: <20070101201613.4120d9ef@r2d2>
2710              
2711              Introduce an SVfARG() macro for %SVf (%-p here) arguments to
2712              perl's printf
2713      Branch: perl
2714            ! XSUB.h doio.c gv.c hv.c mg.c op.c pad.c perl.c perl.h perlio.c
2715            ! pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c regexec.c
2716            ! sv.c toke.c universal.c utf8.c
2717 ____________________________________________________________________________
2718 [ 29686] By: rgs                                   on 2007/01/04  15:29:02
2719         Log: The first three patches from:
2720              
2721              Subject: [PATCH] Cleanup SVf arguments (2nd try)
2722              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2723              Date: Mon, 1 Jan 2007 20:16:13 +0100
2724              Message-ID: <20070101201613.4120d9ef@r2d2>
2725              
2726              Adds (void*) casts to %-p and %p printf arguments
2727      Branch: perl
2728            ! XSUB.h doio.c hv.c mg.c perl.c perlio.c pp.c pp_hot.c
2729            ! regcomp.c regexec.c scope.c sv.c util.c
2730 ____________________________________________________________________________
2731 [ 29685] By: steveh                                on 2007/01/04  15:21:50
2732         Log: Subject: Re: [PATCH] Symbian port: add Series 90 support
2733              From: Jarkko Hietaniemi <jhi@iki.fi>
2734              Date: Thu, 04 Jan 2007 03:35:54 -0500
2735              Message-ID: <459CBC6A.4060806@iki.fi>
2736              
2737              Fixes a VC7/VC7.1 linker error following #29650/#29651
2738      Branch: perl
2739            ! perl.h util.c
2740 ____________________________________________________________________________
2741 [ 29684] By: rgs                                   on 2007/01/04  14:40:18
2742         Log: Remove no longer used magic vtable
2743      Branch: perl
2744            ! XSUB.h perl.h
2745 ____________________________________________________________________________
2746 [ 29683] By: rgs                                   on 2007/01/04  14:39:08
2747         Log: Silence a 'null argument' warning
2748      Branch: perl
2749            ! dump.c
2750 ____________________________________________________________________________
2751 [ 29682] By: rgs                                   on 2007/01/04  14:30:02
2752         Log: Subject: Re: [PATCH] Change implementation of %+ to use a proper tied hash interface and add support for %-
2753              From: demerphq <demerphq@gmail.com>
2754              Date: Fri, 29 Dec 2006 21:45:51 +0100
2755              Message-ID: <9b18b3110612291245q792fe91cu69422d2b81bb4f0b@mail.gmail.com>
2756      Branch: perl
2757            + ext/re/lib/re/Tie/Hash/NamedCapture.pm
2758            ! MANIFEST doop.c dump.c embed.fnc embed.h ext/re/re.pm
2759            ! ext/re/re.xs ext/re/t/re_funcs.t global.sym gv.c hv.c mg.c
2760            ! perl.h pod/perlapi.pod pod/perlintern.pod pod/perlvar.pod
2761            ! proto.h regcomp.c sv.c t/op/pat.t
2762 ____________________________________________________________________________
2763 [ 29681] By: rgs                                   on 2007/01/04  10:32:13
2764         Log: Subject: [PATCH] Add note to perltodo.pod about Unicode and file globbing
2765              From: Jan Dubois <jand@ActiveState.com>
2766              Date: Thu, 28 Dec 2006 19:06:00 -0800
2767              Message-ID: <4e19p2lgme9qbqjkv78q7154vg6hlaar19@4ax.com>
2768      Branch: perl
2769            ! pod/perltodo.pod
2770 ____________________________________________________________________________
2771 [ 29680] By: davem                                 on 2007/01/04  01:03:22
2772         Log: make parser_free actually free the parser!
2773              also remove two SAVEs left over from #29655
2774      Branch: perl
2775            ! perly.c toke.c
2776 ____________________________________________________________________________
2777 [ 29679] By: nicholas                              on 2007/01/03  23:13:43
2778         Log: Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.
2779      Branch: perl
2780            ! dump.c pad.c pad.h sv.c sv.h
2781 ____________________________________________________________________________
2782 [ 29678] By: davem                                 on 2007/01/03  22:17:48
2783         Log: handle cloning of parsers on the save stack
2784      Branch: perl
2785            ! perly.c scope.c scope.h sv.c
2786 ____________________________________________________________________________
2787 [ 29677] By: nicholas                              on 2007/01/03  22:02:49
2788         Log: Teach dump about OURSTASH and COP ranges stored in the NV union.
2789      Branch: perl
2790            ! dump.c
2791 ____________________________________________________________________________
2792 [ 29676] By: stevep                                on 2007/01/03  18:23:32
2793         Log: Subject: [PATCH] Update change 29607 to affect only Win32
2794              From: Jan Dubois <jand@ActiveState.com>
2795              Date: Wed, 03 Jan 2007 08:48:22 -0800
2796              Message-ID: <f9nnp2lf4hsb74jf9unlsj59ahsf4f1o1v@4ax.com>
2797      Branch: perl
2798            ! lib/blib.pm
2799 ____________________________________________________________________________
2800 [ 29675] By: steveh                                on 2007/01/03  17:56:16
2801         Log: Subject: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
2802              From: Jan Dubois <jand@ActiveState.com>
2803              Date: Thu, 28 Dec 2006 18:59:40 -0800
2804              Message-ID: <vq09p2p09k6rcu6c9t0mab3vnc335ghg9m@4ax.com>
2805              
2806              Subject: Re: [PATCH] Use short pathnames in $^X and @INC if the long form cannot be represented in the current codepage
2807              From: Jan Dubois <jand@ActiveState.com>
2808              Date: Wed, 03 Jan 2007 08:12:35 -0800
2809              Message-ID: <orknp2pj17265modfosjkp2qtt4bdgtgjp@4ax.com>
2810      Branch: perl
2811            ! makedef.pl win32/perlhost.h win32/perllib.c win32/vdir.h
2812            ! win32/win32.c win32/win32iop.h
2813 ____________________________________________________________________________
2814 [ 29674] By: stevep                                on 2007/01/03  17:02:53
2815         Log: Subject: [PATCH] Re: g++ unhappy
2816              From: Jarkko Hietaniemi <jhi@iki.fi>
2817              Date: Mon, 01 Jan 2007 14:35:46 -0500
2818              Message-ID: <45996292.5090000@iki.fi>
2819      Branch: perl
2820            ! regcomp.c
2821 ____________________________________________________________________________
2822 [ 29673] By: nicholas                              on 2007/01/03  15:17:29
2823         Log: Make the ptr_table functions available in an unthreaded perl, as other
2824              code (such as Storable) can take advantage of them.
2825      Branch: perl
2826            ! embed.fnc embed.h intrpvar.h makedef.pl proto.h sv.c
2827 ____________________________________________________________________________
2828 [ 29672] By: stevep                                on 2007/01/03  13:56:57
2829         Log: Subject: [PATCH] IO::Compress::* 2.003
2830              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
2831              Date: Tue, 2 Jan 2007 13:14:26 -0000
2832              Message-ID: <02ca01c72e6f$eef88360$6401a8c0@myopwv.com>
2833      Branch: perl
2834            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
2835            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
2836            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
2837            ! ext/Compress/Zlib/README
2838            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
2839            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
2840            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
2841            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
2842            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
2843            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
2844            ! ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
2845            ! ext/IO/Compress/Zlib/README
2846            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
2847            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
2848            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
2849            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
2850            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
2851            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
2852            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
2853            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
2854            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
2855            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
2856            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
2857            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
2858            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
2859            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
2860            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
2861            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
2862            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
2863 ____________________________________________________________________________
2864 [ 29671] By: stevep                                on 2007/01/03  01:46:41
2865         Log: Upgrade to Time-HiRes-1.9704
2866      Branch: perl
2867            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
2868            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
2869 ____________________________________________________________________________
2870 [ 29670] By: nicholas                              on 2007/01/02  21:45:08
2871         Log: Update copyright years to include 2007. (Plus a couple of 2006s and
2872              earlier we missed in av.h and hv.h)
2873      Branch: perl
2874            ! av.h cv.h dump.c hv.h op.c parser.h perly.c sv.h
2875 ____________________________________________________________________________
2876 [ 29669] By: nicholas                              on 2007/01/02  21:10:13
2877         Log: Assignment to a tainted variable was causing confusion if the source
2878              value was an NV too large for an IV (bug #40708). Fix the confusion
2879              by not promoting private flags to public flags in S_save_magic if
2880              there are already public flags.
2881      Branch: perl
2882            ! mg.c t/op/taint.t
2883 ____________________________________________________________________________
2884 [ 29668] By: nicholas                              on 2007/01/02  20:47:31
2885         Log: PVMG can be isUV too.
2886      Branch: perl
2887            ! dump.c ext/Devel/Peek/t/Peek.t
2888 ____________________________________________________________________________
2889 [ 29667] By: davem                                 on 2007/01/02  19:44:23
2890         Log: fix -Mad build breakage
2891      Branch: perl
2892            ! perly.c
2893 ____________________________________________________________________________
2894 [ 29666] By: nicholas                              on 2007/01/02  18:14:26
2895         Log: Copying to FORMATs should work (and not fail assertions if the value
2896              is floating point). Copying to ARRAYs and HASHes can't work and should
2897              croak.
2898      Branch: perl
2899            ! pod/perldiag.pod sv.c
2900 ____________________________________________________________________________
2901 [ 29665] By: nicholas                              on 2007/01/02  17:41:06
2902         Log: It's good to be able to dump FORMATs too :-)
2903      Branch: perl
2904            ! cv.h
2905 ____________________________________________________________________________
2906 [ 29664] By: nicholas                              on 2007/01/02  16:28:48
2907         Log: Remove the vestigal "#if 0"s from header files that defined same-sized
2908              *allocated structs, as these are not going to be needed again.
2909      Branch: perl
2910            ! av.h hv.h sv.h
2911 ____________________________________________________________________________
2912 [ 29663] By: nicholas                              on 2007/01/02  16:05:02
2913         Log: Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
2914              cases, instead of scanning pad.h to find them, and picking up 3 other
2915              superfluous definitions as a side effect.
2916      Branch: perl
2917            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
2918 ____________________________________________________________________________
2919 [ 29662] By: nicholas                              on 2007/01/02  14:55:29
2920         Log: Note that the examples for the structure copying bug example are no
2921              longer relevant because of the XPVGV re-ordering.
2922      Branch: perl
2923            ! sv.c
2924 ____________________________________________________________________________
2925 [ 29661] By: steveh                                on 2007/01/02  14:50:56
2926         Log: Fix a couple of linker errors on Win32
2927      Branch: perl
2928            ! makedef.pl
2929 ____________________________________________________________________________
2930 [ 29660] By: davem                                 on 2007/01/02  14:02:40
2931         Log: remove conflict in pending_ident function and field name
2932      Branch: perl
2933            ! embed.fnc embed.h proto.h toke.c
2934 ____________________________________________________________________________
2935 [ 29659] By: steveh                                on 2007/01/02  11:18:26
2936         Log: Check miniperl exists before using it to run uupacktool.pl
2937              during distclean
2938      Branch: perl
2939            ! win32/Makefile win32/makefile.mk
2940 ____________________________________________________________________________
2941 [ 29658] By: merijn                                on 2007/01/02  07:15:38
2942         Log: Subject: [PATCH] Configure test code fails to compile if SIGFPE is undefined
2943              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
2944              Date: Tue, 2 Jan 2007 00:08:27 +0100
2945              Message-ID: <20070102000827.7acf11c8@r2d2>
2946      Branch: perl
2947            ! Configure
2948 ____________________________________________________________________________
2949 [ 29656] By: davem                                 on 2007/01/02  02:19:20
2950         Log: Subject:  [PATCH] really should test compile in AIX or something (fixup after the Series 90 patch)
2951              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
2952              Date:  Tue, 2 Jan 2007 03:15:42 +0200 (EET)
2953              Message-Id:  <200701020115.l021FgtC495074@kosh.hut.fi>
2954      Branch: perl
2955            ! makedef.pl
2956 ____________________________________________________________________________
2957 [ 29655] By: davem                                 on 2007/01/02  01:51:05
2958         Log: move easy lexer state variables into PL_parser
2959              (where "easy" == "only appear in toke.c")
2960      Branch: perl
2961            ! embed.fnc embed.h embedvar.h intrpvar.h parser.h perl.h
2962            ! perlapi.h perly.c proto.h sv.c toke.c
2963 ____________________________________________________________________________
2964 [ 29654] By: stevep                                on 2007/01/02  00:07:52
2965         Log: Quiet a smoke warning in toke.c and bump the copyright year.
2966      Branch: perl
2967            ! toke.c
2968 ____________________________________________________________________________
2969 [ 29653] By: stevep                                on 2007/01/01  22:48:33
2970         Log: Welcome to 2007!  Time to update copyrights from changes earlier
2971              today.
2972      Branch: perl
2973            ! embed.h embed.pl embedvar.h global.sym hv.c mg.c perl.h
2974            ! perlapi.c perlapi.h proto.h sv.c util.c
2975 ____________________________________________________________________________
2976 [ 29652] By: davem                                 on 2007/01/01  22:37:40
2977         Log: split parser initialisation from parser execution
2978      Branch: perl
2979            ! embed.fnc embed.h parser.h perly.c proto.h toke.c
2980 ____________________________________________________________________________
2981 [ 29651] By: stevep                                on 2007/01/01  19:30:05
2982         Log: Add file missed in change #29650.
2983      Branch: perl
2984            + symbian/PerlUiS90.rss
2985 ____________________________________________________________________________
2986 [ 29650] By: stevep                                on 2007/01/01  15:41:48
2987         Log: Subject: [PATCH] Symbian port: add Series 90 support
2988              From: Jarkko Hietaniemi <jhi@iki.fi>
2989              Date: Mon, 01 Jan 2007 08:49:03 -0500
2990              Message-ID: <4599114F.8020307@iki.fi>
2991      Branch: perl
2992            ! MANIFEST README.symbian embed.fnc embed.h embedvar.h
2993            ! global.sym hv.c intrpvar.h lib/ExtUtils/Constant/ProxySubs.pm
2994            ! mg.c perl.h perlapi.h perlio.c pod/perlapi.pod proto.h sv.c
2995            ! symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlUi.cpp
2996            ! symbian/PerlUi.h symbian/config.pl symbian/config.sh
2997            ! symbian/cwd.pl symbian/install.cfg symbian/makesis.pl
2998            ! symbian/sdk.pl symbian/xsbuild.pl util.c
2999 ____________________________________________________________________________
3000 [ 29649] By: davem                                 on 2007/01/01  11:24:07
3001         Log: split parser stack from parser object
3002      Branch: perl
3003            ! parser.h perly.c
3004 ____________________________________________________________________________
3005 [ 29648] By: davem                                 on 2006/12/31  18:56:37
3006         Log: in lex_start(), ensure that all lexer state vars are saved
3007              and re-initialised. This is mostly overkill, but mimicks the
3008              effect of having all the vars in a single parser object.
3009      Branch: perl
3010            ! toke.c
3011 ____________________________________________________________________________
3012 [ 29647] By: nicholas                              on 2006/12/31  16:58:18
3013         Log: Rationalise the logic in lex_start for creating a new temporary if the
3014              passed in SV is read only or doesn't end in ';'. Also, allow a NULL
3015              pointer to imply a zero length string, which saves creating a mortal
3016              in pp_require, only for it to be ignored in favour of a new SV.
3017      Branch: perl
3018            ! embed.fnc pp_ctl.c proto.h toke.c
3019 ____________________________________________________________________________
3020 [ 29646] By: stevep                                on 2006/12/31  16:37:54
3021         Log: Fix to test failures caused by change #29606 when PERLIO=stdio.
3022              Based on suggestions from Ilya Zakharevich in 
3023              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-12/msg00646.html
3024      Branch: perl
3025            ! lib/SelfLoader.pm
3026 ____________________________________________________________________________
3027 [ 29645] By: merijn                                on 2006/12/31  13:58:57
3028         Log: Subject: [PATCH] smoke signs suppression
3029              From: Jarkko Hietaniemi <jhi@iki.fi>
3030              Date: Sun, 31 Dec 2006 08:51:52 -0500
3031              Message-ID: <4597C078.4000503@iki.fi>
3032      Branch: perl
3033            ! iperlsys.h perly.c regcomp.c
3034 ____________________________________________________________________________
3035 [ 29644] By: nicholas                              on 2006/12/31  12:31:09
3036         Log: As freeing up PL_linestr is now done via the scope stack, there's no
3037              need to make any temporary varariable a mortal, and waste effort on
3038              the temp stack (not) clearing it up.
3039      Branch: perl
3040            ! toke.c
3041 ____________________________________________________________________________
3042 [ 29643] By: nicholas                              on 2006/12/31  12:07:37
3043         Log: PL_linestr needs to survive until the end of scope, not just the next
3044              FREETMPS. Fixes the underlying cause of the thread cloning SEGV
3045              reported in http://www.nntp.perl.org/group/perl.perl5.porters/63123
3046      Branch: perl
3047            + t/op/threads_create.pl
3048            ! MANIFEST sv.c t/op/threads.t toke.c
3049 ____________________________________________________________________________
3050 [ 29642] By: nicholas                              on 2006/12/31  00:08:00
3051         Log: Move SVt_BIND to be the lowest type after SVt_NULL. This will force all
3052              code attempting to upgrade a BIND to anything into sv_upgrade(), which
3053              for now will croak, but in future can DTRT, for whatever TRT is decided
3054              to be. Make SvOK() check the flags of the referenant for a BIND, as I
3055              envisage that the only flag bit that will get set on a BIND is SVf_UTF8
3056              even if the referant has a defined value.
3057      Branch: perl
3058            ! dump.c ext/B/B.xs sv.c sv.h
3059 ____________________________________________________________________________
3060 [ 29641] By: stevep                                on 2006/12/30  05:55:53
3061         Log: Subject: [PATCH] Update Compress Modules to version 2.002
3062              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
3063              Date: Fri, 29 Dec 2006 20:50:26 -0000
3064              Message-ID: <000501c72b8a$f96b2ba0$6401a8c0@myopwv.com>
3065      Branch: perl
3066            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
3067            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
3068            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
3069            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
3070            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/14gzopen.t
3071            ! ext/IO/Compress/Base/Changes ext/IO/Compress/Base/README
3072            ! ext/IO/Compress/Base/lib/IO/Compress/Base.pm
3073            ! ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
3074            ! ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
3075            ! ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
3076            ! ext/IO/Compress/Base/t/01misc.t ext/IO/Compress/Zlib/Changes
3077            ! ext/IO/Compress/Zlib/README
3078            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
3079            ! ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
3080            ! ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
3081            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
3082            ! ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
3083            ! ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
3084            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
3085            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
3086            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
3087            ! ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
3088            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
3089            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
3090            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
3091            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3092            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
3093            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
3094            ! ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
3095            ! t/lib/compress/CompTestUtils.pm t/lib/compress/multi.pl
3096            ! t/lib/compress/oneshot.pl
3097 ____________________________________________________________________________
3098 [ 29640] By: davem                                 on 2006/12/30  01:18:18
3099         Log: fix a test failing under -Dmad
3100      Branch: perl
3101            ! ext/List/Util/t/weak.t
3102 ____________________________________________________________________________
3103 [ 29639] By: nicholas                              on 2006/12/29  16:20:39
3104         Log: With xlow and xhigh as U32, PAD_MAX shouldn't be IV_MAX, as on a 64 bit
3105              system this can't be stored.
3106      Branch: perl
3107            ! pad.c
3108 ____________________________________________________________________________
3109 [ 29638] By: nicholas                              on 2006/12/29  14:42:03
3110         Log: I failed to run regen.pl to propagate my pad.c changes to perlintern.pod
3111      Branch: perl
3112            ! pod/perlintern.pod
3113 ____________________________________________________________________________
3114 [ 29637] By: nicholas                              on 2006/12/29  00:17:18
3115         Log: In Perl_fbm_compile, really rarest should be U32 not I32, as it is
3116              set from a U32, and used as an array index.
3117      Branch: perl
3118            ! util.c
3119 ____________________________________________________________________________
3120 [ 29636] By: davem                                 on 2006/12/29  00:08:35
3121         Log: further fix for #29543: fix parser leaks caused by croaking
3122      Branch: perl
3123            ! dump.c op.c op.h perly.c t/comp/parser.t
3124 ____________________________________________________________________________
3125 [ 29635] By: nicholas                              on 2006/12/28  23:57:16
3126         Log: Eliminate BmPREVIOUS_set - with the complexity gone from how the datum
3127              is stored, there's no need for it.
3128      Branch: perl
3129            ! sv.h util.c
3130 ____________________________________________________________________________
3131 [ 29634] By: nicholas                              on 2006/12/28  23:35:54
3132         Log: Move all the FBM data fields from the table into a struct xbm_s which
3133              is part of the xnv union.
3134      Branch: perl
3135            ! av.h cv.h hv.h sv.h util.c
3136 ____________________________________________________________________________
3137 [ 29633] By: nicholas                              on 2006/12/28  22:40:37
3138         Log: With PAD_COMPNAME_GEN in SvUVX, SvCUR is trustworthy once more.
3139      Branch: perl
3140            ! op.c pad.h sv.c
3141 ____________________________________________________________________________
3142 [ 29632] By: nicholas                              on 2006/12/28  22:03:56
3143         Log: Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
3144      Branch: perl
3145            ! op.c pad.c pad.h
3146 ____________________________________________________________________________
3147 [ 29631] By: nicholas                              on 2006/12/28  21:41:52
3148         Log: Move PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI to pad.h, export them via
3149              B.pm, so that B::Concise doesn't need to hard code magic numbers.
3150      Branch: perl
3151            ! ext/B/B/Concise.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
3152            ! pad.c pad.h
3153 ____________________________________________________________________________
3154 [ 29630] By: nicholas                              on 2006/12/28  21:21:22
3155         Log: Move the low/high cop sequences from NVX/IVX to a two U32 structure
3156              in the xnv union. This frees up IVX for the PL_generation code, which
3157              in turn will allow SvCUR to return to its real purpose.
3158      Branch: perl
3159            ! av.h cv.h hv.h pad.c pad.h sv.h
3160 ____________________________________________________________________________
3161 [ 29629] By: nicholas                              on 2006/12/28  20:02:03
3162         Log: Abstract the pad code's overloaded use of SvNVX and SvIVX into
3163              4 macros COP_SEQ_RANGE_LOW, COP_SEQ_RANGE_HIGH, PARENT_PAD_INDEX
3164              and PARENT_FAKELEX_FLAGS
3165      Branch: perl
3166            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
3167            ! pad.c pad.h
3168 ____________________________________________________________________________
3169 [ 29628] By: nicholas                              on 2006/12/28  17:55:06
3170         Log: Change PAD_MAX to something a bit less FORTRAN-ish than 999999999.
3171      Branch: perl
3172            ! pad.c
3173 ____________________________________________________________________________
3174 [ 29627] By: stevep                                on 2006/12/27  19:36:13
3175         Log: Upgrade to Errno-1.10 (!).  I have left the core tests as is for
3176              now as well as for Makefile.PL, which need some looking into.
3177      Branch: perl
3178            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
3179 ____________________________________________________________________________
3180 [ 29626] By: nicholas                              on 2006/12/27  15:27:58
3181         Log: Subject: [PATCH] Macroize char class tests in case to remove duplicated code.
3182              From: demerphq <demerphq@gmail.com>
3183              Message-ID: <9b18b3110612270237i40e5ef34ud80898459ee338eb@mail.gmail.com>
3184              Date: Wed, 27 Dec 2006 11:37:36 +0100
3185      Branch: perl
3186            ! regcomp.c
3187 ____________________________________________________________________________
3188 [ 29625] By: stevep                                on 2006/12/27  14:13:27
3189         Log: Upgrade to CPAN-1.83_66.
3190      Branch: perl
3191            + lib/CPAN/Kwalify.pm lib/CPAN/Kwalify/distroprefs.dd
3192            + lib/CPAN/Kwalify/distroprefs.yml
3193            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm
3194            ! lib/CPAN/HandleConfig.pm lib/CPAN/Version.pm
3195            ! lib/CPAN/t/10version.t
3196 ____________________________________________________________________________
3197 [ 29624] By: stevep                                on 2006/12/26  15:53:57
3198         Log: Cannot use a L<> within a preformatted section of a Pod document.
3199      Branch: perl
3200            ! pod/perlreref.pod
3201 ____________________________________________________________________________
3202 [ 29623] By: rgs                                   on 2006/12/26  14:22:15
3203         Log: Subject: Re: Named-capture regex syntax
3204              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
3205              Date: Tue, 26 Dec 2006 23:11:38 +0900
3206              Message-Id: <20061226231027.8320.BQW10602@nifty.com>
3207      Branch: perl
3208            ! t/op/pat.t
3209 ____________________________________________________________________________
3210 [ 29622] By: rgs                                   on 2006/12/25  17:09:07
3211         Log: Fix a couple of warnings
3212      Branch: perl
3213            ! regcomp.c
3214 ____________________________________________________________________________
3215 [ 29621] By: rgs                                   on 2006/12/25  17:03:14
3216         Log: Subject: Re: Named-capture regex syntax
3217              From: demerphq <demerphq@gmail.com>
3218              Date: Sun, 24 Dec 2006 14:38:15 +0100
3219              Message-ID: <9b18b3110612240538m5c45654br7d27171835f6664@mail.gmail.com>
3220      Branch: perl
3221            ! pod/perldiag.pod pod/perlre.pod regcomp.c regcomp.h t/op/pat.t
3222            ! t/op/re_tests
3223 ____________________________________________________________________________
3224 [ 29620] By: rgs                                   on 2006/12/24  09:28:22
3225         Log: The PERLIO environment variable, when unset, doesn't default to :stdio.
3226      Branch: perl
3227            ! pod/perlrun.pod
3228 ____________________________________________________________________________
3229 [ 29619] By: rgs                                   on 2006/12/23  16:15:50
3230         Log: Fix #6006 for taint mode too.
3231      Branch: perl
3232            ! op.c t/op/subst.t
3233 ____________________________________________________________________________
3234 [ 29618] By: rgs                                   on 2006/12/23  15:52:27
3235         Log: Remove -T from op/subst.t, and add a new test file, substT.t,
3236              to run the s/// tests under taint mode; mark the test for
3237              RT #6006 as TODO, but only with -T.
3238      Branch: perl
3239            + t/op/substT.t
3240            ! MANIFEST t/op/subst.t
3241 ____________________________________________________________________________
3242 [ 29617] By: rgs                                   on 2006/12/23  15:38:50
3243         Log: A better fix for RT #6006: revert change 29616, which was bogus,
3244              and add OP_SCOPE to the list of "dangerous" ops that might appear
3245              on the right side of s///.
3246              However, this fix does not work under taint mode, and op/subst.t
3247              has -T.
3248      Branch: perl
3249            ! op.c
3250 ____________________________________________________________________________
3251 [ 29616] By: rgs                                   on 2006/12/23  13:52:02
3252         Log: Fix RT #6006: Regexp replaces using large replacement variables fail
3253              some of the time (i.e. when the substitution contains something
3254              like ${10}). Patch derived from a patch by Hugo van der Sanden;
3255              added also a second test (Yves Orton already added a TODO test
3256              for this.)
3257      Branch: perl
3258            ! op.c t/op/subst.t
3259 ____________________________________________________________________________
3260 [ 29615] By: rgs                                   on 2006/12/23  12:31:26
3261         Log: Upgrade to Module::Build 0.2806
3262      Branch: perl
3263            + lib/Module/Build/Config.pm
3264            ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
3265            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
3266            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
3267            ! lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
3268            ! lib/Module/Build/PPMMaker.pm
3269            ! lib/Module/Build/Platform/Amiga.pm
3270            ! lib/Module/Build/Platform/Default.pm
3271            ! lib/Module/Build/Platform/EBCDIC.pm
3272            ! lib/Module/Build/Platform/MPEiX.pm
3273            ! lib/Module/Build/Platform/MacOS.pm
3274            ! lib/Module/Build/Platform/RiscOS.pm
3275            ! lib/Module/Build/Platform/Unix.pm
3276            ! lib/Module/Build/Platform/VMS.pm
3277            ! lib/Module/Build/Platform/VOS.pm
3278            ! lib/Module/Build/Platform/Windows.pm
3279            ! lib/Module/Build/Platform/aix.pm
3280            ! lib/Module/Build/Platform/darwin.pm
3281            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/Version.pm
3282            ! lib/Module/Build/t/basic.t lib/Module/Build/t/ext.t
3283            ! lib/Module/Build/t/extend.t lib/Module/Build/t/metadata.t
3284            ! lib/Module/Build/t/moduleinfo.t lib/Module/Build/t/xs.t
3285 ____________________________________________________________________________
3286 [ 29614] By: rgs                                   on 2006/12/23  11:45:28
3287         Log: syswrite() wasn't reporting a warning when writing to a filehandle
3288              opened only for input.
3289      Branch: perl
3290            ! pp_sys.c t/lib/warnings/pp_sys
3291 ____________________________________________________________________________
3292 [ 29613] By: rgs                                   on 2006/12/22  15:44:51
3293         Log: The Perl 6 specification is still evolving, so don't refer to it.
3294      Branch: perl
3295            ! pod/perlsyn.pod
3296 ____________________________________________________________________________
3297 [ 29612] By: stevep                                on 2006/12/22  15:18:02
3298         Log: miniperl may not have been successfully built before running a
3299              "make distclean".
3300      Branch: perl
3301            ! Makefile.SH
3302 ____________________________________________________________________________
3303 [ 29611] By: stevep                                on 2006/12/22  14:53:17
3304         Log: Silence an unused variable warning in sv.c.
3305      Branch: perl
3306            ! sv.h
3307 ____________________________________________________________________________
3308 [ 29610] By: rgs                                   on 2006/12/22  11:30:47
3309         Log: Unshare the shared string gp_file_hek only if it exists in a GP.
3310              Not doing this will produce invalid frees in the global destruction
3311              process, probably because the empty string will get freed several
3312              times. This should be safe since gp_file_hek is only assigned a
3313              new value with share_hek().
3314      Branch: perl
3315            ! gv.c
3316 ____________________________________________________________________________
3317 [ 29609] By: rgs                                   on 2006/12/21  10:24:05
3318         Log: Upgrade to Text::Balanced 2.0.0
3319      Branch: perl
3320            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
3321            ! lib/Text/Balanced/README lib/Text/Balanced/t/extqlk.t
3322 ____________________________________________________________________________
3323 [ 29608] By: rgs                                   on 2006/12/21  10:12:14
3324         Log: Subject: [PATCH] threads 1.57
3325              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3326              Date: Wed, 20 Dec 2006 10:30:21 -0800 (PST)
3327              Message-ID: <20061220183021.79793.qmail@web30205.mail.mud.yahoo.com>
3328      Branch: perl
3329            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
3330            ! ext/threads/t/join.t ext/threads/t/state.t
3331            ! ext/threads/t/thread.t ext/threads/threads.pm
3332            ! ext/threads/threads.xs
3333 ____________________________________________________________________________
3334 [ 29607] By: rgs                                   on 2006/12/21  09:47:34
3335         Log: Subject: [PATCH] allow blib.pm to be used for testing Win32 module (again)
3336              From: Jan Dubois <jand@ActiveState.com>
3337              Date: Wed, 20 Dec 2006 18:53:51 -0800
3338              Message-ID: <vjtjo21l5ksgeab6k9l46d9pvlg5vf86rt@4ax.com>
3339      Branch: perl
3340            ! lib/blib.pm
3341 ____________________________________________________________________________
3342 [ 29606] By: stevep                                on 2006/12/21  05:47:31
3343         Log: Subject: [PATCH 5.8.8] SelfLoader after fork()
3344              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3345              Date: Mon, 18 Dec 2006 01:13:59 -0800
3346              Message-ID: <20061218091359.GA14985@powdermilk.math.berkeley.edu>
3347      Branch: perl
3348            ! lib/SelfLoader.pm
3349 ____________________________________________________________________________
3350 [ 29605] By: stevep                                on 2006/12/21  05:12:28
3351         Log: Subject: [PATCH] Implement killpg() for MSWin32
3352              From: Jan Dubois <jand@ActiveState.com>
3353              Date: Wed, 20 Dec 2006 15:41:00 -0800
3354              Message-ID: <m8hjo2pasv3hdbhd1sj9sasen7tm38hrhp@4ax.com>
3355      Branch: perl
3356            ! win32/config.bc win32/config.gc win32/config.vc
3357            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
3358            ! win32/config_H.vc win32/config_H.vc64 win32/perlhost.h
3359            ! win32/win32.c win32/win32.h
3360 ____________________________________________________________________________
3361 [ 29604] By: rgs                                   on 2006/12/20  16:13:32
3362         Log: Subject: Re: [PATCH] Making adding binary files possible
3363              From: demerphq <demerphq@gmail.com>
3364              Date: Wed, 20 Dec 2006 16:00:33 +0100
3365              Message-ID: <9b18b3110612200700k48157cd1n1f2305f306b7de32@mail.gmail.com>
3366              
3367              plus matching updates to Makefile.SH and patching.pod
3368      Branch: perl
3369            + uupacktool.pl win32/perlexe.ico.packd
3370            - pack.pl packed_files.pl win32/makeico.pl
3371            ! MANIFEST Makefile.SH Porting/patching.pod win32/Makefile
3372            ! win32/Makefile.ce win32/makefile.mk
3373 ____________________________________________________________________________
3374 [ 29603] By: merijn                                on 2006/12/20  12:58:41
3375         Log: Open Configure to the world of 64bitonly environments
3376      Branch: perl
3377            ! Configure
3378 ____________________________________________________________________________
3379 [ 29601] By: rgs                                   on 2006/12/20  11:15:29
3380         Log: Fix leaks in label strings allocation in COPs
3381      Branch: perl
3382            ! cop.h perly.act perly.h perly.tab perly.y toke.c
3383 ____________________________________________________________________________
3384 [ 29600] By: rgs                                   on 2006/12/20  09:30:06
3385         Log: Don't free the original label string when assigning it to cop_label,
3386              since it comes directly from the parser. (That was making op/goto.t
3387              fail under threads and without debugging on some platforms.)
3388      Branch: perl
3389            ! cop.h
3390 ____________________________________________________________________________
3391 [ 29599] By: stevep                                on 2006/12/20  04:20:14
3392         Log: Subject: [PATCH] threads::shared 1.06
3393              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3394              Date: Tue, 19 Dec 2006 10:30:47 -0800 (PST)
3395              Message-ID: <525867.40748.qm@web30207.mail.mud.yahoo.com>
3396      Branch: perl
3397            ! ext/threads/shared/Changes ext/threads/shared/README
3398            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
3399            ! ext/threads/shared/t/cond.t
3400 ____________________________________________________________________________
3401 [ 29598] By: stevep                                on 2006/12/20  04:14:06
3402         Log: Subject: [PATCH] Update cwd() to return the "short" pathname if the long one doesn't fit the codepage
3403              From: Jan Dubois <jand@ActiveState.com>
3404              Date: Mon, 18 Dec 2006 21:37:25 -0800
3405              Message-ID: <3rteo219or8hqr511e4vg1fnsgvgemb4sh@4ax.com>
3406      Branch: perl
3407            ! win32/perlhost.h win32/vdir.h
3408 ____________________________________________________________________________
3409 [ 29597] By: stevep                                on 2006/12/20  04:07:11
3410         Log: Subject: [PATCH] let readdir() return the alternate (short) filename if the long name is outside the current codepage
3411              From: Jan Dubois <jand@ActiveState.com>
3412              Date: Tue, 19 Dec 2006 13:49:40 -0800
3413              Message-ID: <8nmgo2dr5gtmv00gtfu07g7rdgitr859jk@4ax.com>
3414      Branch: perl
3415            ! win32/win32.c
3416 ____________________________________________________________________________
3417 [ 29596] By: merijn                                on 2006/12/19  19:48:51
3418         Log: Subject: [PATCH] Re: 'localtime' not thread-safe under HP-UX B.11.11/64
3419              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3420              Date: Mon, 18 Dec 2006 10:18:28 -0800 (PST)
3421              Message-ID: <31291.28361.qm@web30205.mail.mud.yahoo.com>
3422      Branch: perl
3423            ! hints/hpux.sh
3424 ____________________________________________________________________________
3425 [ 29595] By: rgs                                   on 2006/12/19  15:22:24
3426         Log: Proper cleanup for Errno.pm
3427      Branch: perl
3428            ! ext/Errno/Makefile.PL
3429 ____________________________________________________________________________
3430 [ 29594] By: rgs                                   on 2006/12/19  15:14:47
3431         Log: Fix paths of pack.pl in patching.pod
3432      Branch: perl
3433            ! Porting/patching.pod
3434 ____________________________________________________________________________
3435 [ 29593] By: rgs                                   on 2006/12/19  15:07:45
3436         Log: Subject: [PATCH] Making adding binary files possible
3437              From: "Jos Boumans" <kane@dwim.org>
3438              Date: Fri, 15 Dec 2006 20:51:45 +0100 (CET)
3439              Message-ID: <19978.80.127.35.68.1166212305.squirrel@webmail.xs4all.nl>
3440              
3441              with a few tweaks
3442      Branch: perl
3443            + pack.pl packed_files.pl
3444            ! MANIFEST Makefile.SH Porting/patching.pod
3445 ____________________________________________________________________________
3446 [ 29592] By: rgs                                   on 2006/12/19  10:50:13
3447         Log: Add a regression test to verify that POSIX::AUTOLOAD works,
3448              and silence a potential warning from it.
3449      Branch: perl
3450            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
3451 ____________________________________________________________________________
3452 [ 29591] By: rgs                                   on 2006/12/19  10:23:29
3453         Log: Disable strictures in POSIX AUTOLOAD
3454      Branch: perl
3455            ! ext/POSIX/POSIX.pm
3456 ____________________________________________________________________________
3457 [ 29590] By: rgs                                   on 2006/12/19  09:49:30
3458         Log: Subject: [PATCH] Don't destroy the Unicode system environment on Perl startup
3459              From: Jan Dubois <jand@ActiveState.com>
3460              Date: Mon, 18 Dec 2006 16:34:33 -0800
3461              Message-ID: <bsbeo2hama2sdo3kqdbrdhp505caeft6h9@4ax.com>
3462      Branch: perl
3463            ! perl.c
3464 ____________________________________________________________________________
3465 [ 29589] By: davem                                 on 2006/12/19  02:25:19
3466         Log: make -Dpv print 8 parser stack items, not 9
3467      Branch: perl
3468            ! perly.c
3469 ____________________________________________________________________________
3470 [ 29588] By: nicholas                              on 2006/12/18  22:12:36
3471         Log: Making strict et al propagate into autoloaded subroutines seems a
3472              worthy todo.
3473      Branch: perl
3474            ! pod/perltodo.pod
3475 ____________________________________________________________________________
3476 [ 29587] By: nicholas                              on 2006/12/18  22:04:19
3477         Log: Ensure that POSIX.pm is strict and warnings compliant throughout if
3478              the __END__ is temporarily removed.
3479      Branch: perl
3480            ! ext/POSIX/POSIX.pm
3481 ____________________________________________________________________________
3482 [ 29586] By: nicholas                              on 2006/12/18  21:23:43
3483         Log: Given that POSIX already has AutoLoader loaded, move as much as
3484              possible of POSIX::SigRt out to AutoLoadLand, so that it won't be
3485              loaded unless someone starts using the realtime signals interface.
3486      Branch: perl
3487            ! ext/POSIX/POSIX.pm
3488 ____________________________________________________________________________
3489 [ 29585] By: rgs                                   on 2006/12/18  16:06:38
3490         Log: Subject: Re: [PATCH] do not meddle in the affairs of PERL_TRACK_MEMPOOL
3491              From: Jarkko Hietaniemi <jhi@iki.fi>
3492              Date: Sun, 17 Dec 2006 22:17:34 -0500
3493              Message-ID: <4586084E.8040706@iki.fi>
3494              
3495              Introduce CopLABEL() macro to deal with labels attached to COPs.
3496      Branch: perl
3497            ! cop.h op.c scope.h
3498 ____________________________________________________________________________
3499 [ 29584] By: stevep                                on 2006/12/18  15:36:11
3500         Log: Subject: [PATCH blead] Re: [perl #41071] require stringifies code references in tied @INC
3501              From: Rick Delaney <rick@bort.ca>
3502              Date: Fri, 15 Dec 2006 23:28:25 -0500
3503              Message-ID: <20061216042825.GB23501@localhost.localdomain>
3504      Branch: perl
3505            + t/op/inccode-tie.t
3506            ! MANIFEST pp_ctl.c t/op/inccode.t
3507 ____________________________________________________________________________
3508 [ 29583] By: rgs                                   on 2006/12/18  14:43:58
3509         Log: ExtUtils/MakeMaker.pm: WriteEmptyMakefile() was ignoring FIRST_MAKEFILE
3510              
3511              Subject: [PATCH 5.8.8] OS/2 build, small change
3512              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3513              Date: Mon, 18 Dec 2006 01:20:12 -0800
3514              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
3515      Branch: perl
3516            ! lib/ExtUtils/MakeMaker.pm
3517 ____________________________________________________________________________
3518 [ 29582] By: rgs                                   on 2006/12/18  14:43:05
3519         Log: lib/perl5db.pl: Remove code now moved to OS2::Process
3520              
3521              Subject: [PATCH 5.8.8] OS/2 build, small change
3522              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3523              Date: Mon, 18 Dec 2006 01:20:12 -0800
3524              Message-ID: <20061218092012.GA15022@powdermilk.math.berkeley.edu>
3525      Branch: perl
3526            ! lib/perl5db.pl
3527 ____________________________________________________________________________
3528 [ 29581] By: rgs                                   on 2006/12/18  13:35:18
3529         Log: Bump version number of ExtUtils::MM_Unix after last change
3530      Branch: perl
3531            ! lib/ExtUtils/MM_Unix.pm
3532 ____________________________________________________________________________
3533 [ 29580] By: rgs                                   on 2006/12/18  13:34:00
3534         Log: Subject: [PATCH 5.8.8] OS/2-specific fixes, round II
3535              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3536              Date: Mon, 18 Dec 2006 00:45:24 -0800
3537              Message-ID: <20061218084524.GA14866@powdermilk.math.berkeley.edu>
3538      Branch: perl
3539            + os2/OS2/Process/t/os2_atoms.t
3540            + os2/OS2/Process/t/os2_clipboard.t os2/os2_pipe.t
3541            ! MANIFEST emacs/ptags ext/DynaLoader/XSLoader_pm.PL
3542            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
3543            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
3544            ! os2/OS2/Process/t/os2_process.t os2/OS2/REXX/DLL/Changes
3545            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h perl.c util.c
3546 ____________________________________________________________________________
3547 [ 29579] By: rgs                                   on 2006/12/18  11:53:54
3548         Log: ExtUtils::Command is now maintained separately from MakeMaker
3549      Branch: perl
3550            ! Porting/Maintainers.pl
3551 ____________________________________________________________________________
3552 [ 29578] By: rgs                                   on 2006/12/18  11:47:56
3553         Log: Subject: [PATCH 5.8.8] Fixes for the test suite on OS/2
3554              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3555              Date: Wed, 13 Dec 2006 18:32:22 -0800
3556              Message-ID: <20061214023222.GA29084@powdermilk.math.berkeley.edu>
3557      Branch: perl
3558            ! ext/IO/t/io_unix.t lib/ExtUtils/t/eu_command.t
3559            ! lib/Time/Local.t os2/OS2/ExtAttr/t/os2_ea.t t/io/fs.t
3560            ! t/op/stat.t
3561 ____________________________________________________________________________
3562 [ 29577] By: rgs                                   on 2006/12/18  10:49:15
3563         Log: Subject: [PATCH 5.8.8] OS/2: survive SIGCHLD
3564              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3565              Date: Mon, 18 Dec 2006 00:55:19 -0800
3566              Message-ID: <20061218085519.GA14893@powdermilk.math.berkeley.edu>
3567              
3568              plus a perldiag entry for the new error,
3569              "Maximal count of pending signals (%s) exceeded"
3570      Branch: perl
3571            ! mg.c pod/perldiag.pod
3572 ____________________________________________________________________________
3573 [ 29576] By: rgs                                   on 2006/12/18  10:07:10
3574         Log: Subject: [PATCH] C++: regcomp.c and ext/Time/Piece/Piece.xs
3575              From: Jarkko Hietaniemi <jhi@iki.fi>
3576              Date: Sun, 17 Dec 2006 22:45:29 -0500
3577              Message-ID: <45860ED9.9090808@iki.fi>
3578      Branch: perl
3579            ! ext/Time/Piece/Piece.xs regcomp.c
3580 ____________________________________________________________________________
3581 [ 29575] By: rgs                                   on 2006/12/18  09:58:48
3582         Log: Subject: PATCH: Add =encoding directive to non-latin READMEs
3583              From: Slaven Rezic <slaven@rezic.de>
3584              Date: 16 Dec 2006 11:20:36 +0100
3585              Message-ID: <87wt4sdtvv.fsf@biokovo.herceg.de>
3586      Branch: perl
3587            ! README.cn README.jp README.ko README.tw
3588 ____________________________________________________________________________
3589 [ 29574] By: rgs                                   on 2006/12/18  09:51:09
3590         Log: Subject: [PATCH] perl.c: leak avoidance
3591              From: Jarkko Hietaniemi <jhi@iki.fi>
3592              Date: Sat, 16 Dec 2006 11:48:13 -0500
3593              Message-ID: <4584234D.7070209@iki.fi>
3594      Branch: perl
3595            ! perl.c
3596 ____________________________________________________________________________
3597 [ 29573] By: craigb                                on 2006/12/18  01:15:43
3598         Log: In vms/vms.c, don't prototype decw$term_port until after 
3599              config.h (via perl.h) is included.  That's where USE_VMS_DECTERM
3600              is defined.
3601      Branch: perl
3602            ! vms/vms.c
3603 ____________________________________________________________________________
3604 [ 29572] By: craigb                                on 2006/12/18  01:11:41
3605         Log: Don't try to build Win32 on VMS
3606      Branch: perl
3607            ! configure.com
3608 ____________________________________________________________________________
3609 [ 29571] By: nicholas                              on 2006/12/18  00:27:43
3610         Log: POSIX::SigAction::new can be moved into the AUTOLOAD section.
3611      Branch: perl
3612            ! ext/POSIX/POSIX.pm
3613 ____________________________________________________________________________
3614 [ 29570] By: davem                                 on 2006/12/18  00:24:01
3615         Log: move parser state into new parser object, PL_parser
3616      Branch: perl
3617            + parser.h
3618            ! MANIFEST embedvar.h intrpvar.h perl.h perlapi.h perly.c
3619            ! pod/perlapi.pod pod/perlintern.pod toke.c
3620 ____________________________________________________________________________
3621 [ 29569] By: davem                                 on 2006/12/17  22:21:40
3622         Log: merge the four parser stacks into one
3623      Branch: perl
3624            ! perly.act perly.c regen_perly.pl
3625 ____________________________________________________________________________
3626 [ 29568] By: davem                                 on 2006/12/17  20:00:19
3627         Log: delete dead code and macros from perly.c
3628      Branch: perl
3629            ! perly.c
3630 ____________________________________________________________________________
3631 [ 29567] By: davem                                 on 2006/12/17  19:42:35
3632         Log: unify stacks arithmetic in parser
3633      Branch: perl
3634            ! perly.c
3635 ____________________________________________________________________________
3636 [ 29566] By: nicholas                              on 2006/12/16  23:03:42
3637         Log: Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)
3638              to note when a proxy constant subroutine is copied. This allows us to
3639              correctly set GvIMPORTED_CV_on() if the symbol is ever turned into a
3640              real GV.
3641      Branch: perl
3642            + t/lib/proxy_constant_subs.t
3643            ! MANIFEST dump.c gv.c pp_hot.c sv.h
3644 ____________________________________________________________________________
3645 [ 29565] By: nicholas                              on 2006/12/16  16:54:06
3646         Log: Split out the use of SVp_SCREAM for GVs with GPs into a new symbolic
3647              flag SVpgv_GP, and use this in isGV_with_GP_on/off.
3648      Branch: perl
3649            ! dump.c ext/Devel/Peek/t/Peek.t gv.c mg.c sv.c sv.h
3650 ____________________________________________________________________________
3651 [ 29564] By: davem                                 on 2006/12/16  15:37:32
3652         Log: remove extraneous declaration prom perly.tab
3653      Branch: perl
3654            ! perly.tab regen_perly.pl
3655 ____________________________________________________________________________
3656 [ 29563] By: rgs                                   on 2006/12/16  10:03:23
3657         Log: Subject: [PATCH] threads 1.56
3658              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3659              Date: Fri, 15 Dec 2006 09:22:17 -0800 (PST)
3660              Message-ID: <20061215172217.10959.qmail@web30211.mail.mud.yahoo.com>
3661      Branch: perl
3662            ! ext/threads/Changes ext/threads/README ext/threads/t/err.t
3663            ! ext/threads/t/exit.t ext/threads/t/thread.t
3664            ! ext/threads/threads.pm
3665 ____________________________________________________________________________
3666 [ 29562] By: rgs                                   on 2006/12/16  09:54:47
3667         Log: TODO addition by Jerry D. Hedden.
3668      Branch: perl
3669            ! pod/perltodo.pod
3670 ____________________________________________________________________________
3671 [ 29561] By: davem                                 on 2006/12/16  02:53:59
3672         Log: don't include MAD code when its not needed
3673      Branch: perl
3674            ! op.c
3675 ____________________________________________________________________________
3676 [ 29560] By: davem                                 on 2006/12/16  01:36:28
3677         Log: fix a cast warning in perly.c
3678      Branch: perl
3679            ! perly.c
3680 ____________________________________________________________________________
3681 [ 29559] By: nicholas                              on 2006/12/15  20:14:07
3682         Log: Better documentation for SVf_UTF8. Including SvPV() 1st, SvUTF() 2nd.
3683      Branch: perl
3684            ! sv.h
3685 ____________________________________________________________________________
3686 [ 29558] By: rgs                                   on 2006/12/15  13:51:44
3687         Log: Subject: Re: [PATCH] Errno doesnt rebuild when things it depends on in Config.pm change
3688              From: demerphq <demerphq@gmail.com>
3689              Date: Fri, 15 Dec 2006 12:52:45 +0100
3690              Message-ID: <9b18b3110612150352y2394954bg5acd5ec5fd320d33@mail.gmail.com>
3691      Branch: perl
3692            ! ext/Errno/Makefile.PL
3693 ____________________________________________________________________________
3694 [ 29557] By: rgs                                   on 2006/12/15  10:14:16
3695         Log: Subject: [PATCH] threads 1.54 - Adds ->error() method
3696              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
3697              Date: Thu, 14 Dec 2006 11:17:47 -0800 (PST)
3698              Message-ID: <20061214191748.98286.qmail@web30209.mail.mud.yahoo.com>
3699      Branch: perl
3700            + ext/threads/t/err.t
3701            ! MANIFEST ext/threads/Changes ext/threads/README
3702            ! ext/threads/t/exit.t ext/threads/t/libc.t
3703            ! ext/threads/t/thread.t ext/threads/threads.pm
3704            ! ext/threads/threads.xs
3705 ____________________________________________________________________________
3706 [ 29556] By: steveh                                on 2006/12/14  16:24:29
3707         Log: Silence a warning from (MinGW's) gcc
3708      Branch: perl
3709            ! ext/Time/Piece/Piece.xs
3710 ____________________________________________________________________________
3711 [ 29555] By: rgs                                   on 2006/12/14  12:43:20
3712         Log: Subject: [PATCH] perl5db.pl Mac OS X fix
3713              From: Bo Lindbergh <blgl@hagernas.com>
3714              Date: Thu, 14 Dec 2006 13:34:06 +0100
3715              Message-Id: <658AFA03-517E-4068-93CA-06D4A93B5CA5@hagernas.com>
3716      Branch: perl
3717            ! lib/perl5db.pl
3718 ____________________________________________________________________________
3719 [ 29554] By: nicholas                              on 2006/12/14  11:23:16
3720         Log: Turn a tab into 2 spaces to make more room for comments about SV flags.
3721              Sorry about damaging the change history - dig through this change with
3722              http://public.activestate.com/cgi-bin/perlbrowse?show_blame=Show+Annotated+File&filename=sv.h&rev=&change=29552
3723      Branch: perl
3724            ! sv.h
3725 ____________________________________________________________________________
3726 [ 29553] By: steveh                                on 2006/12/14  09:37:45
3727         Log: Silence a VC compiler warning
3728      Branch: perl
3729            ! op.c
3730 ____________________________________________________________________________
3731 [ 29552] By: nicholas                              on 2006/12/13  20:56:24
3732         Log: Swap the order of PERL_FBM_PREVIOUS_{L,H}_OFFSET_FROM_TABLE on little
3733              endian machines to hint to the compiler that a 16 bit read could work.
3734      Branch: perl
3735            ! sv.h
3736 ____________________________________________________________________________
3737 [ 29551] By: nicholas                              on 2006/12/13  19:55:08
3738         Log: Restore the two comments describing BmRARE and BmPREVIOUS that I'd
3739              inadvertently deleted. Explain the setting and testing of
3740              SVpbm_VALID.
3741      Branch: perl
3742            ! sv.h
3743 ____________________________________________________________________________
3744 [ 29550] By: stevep                                on 2006/12/13  19:53:02
3745         Log: Subject: [PATCH 5.8.8] Text mode wrongly set on pipe file descriptors
3746              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
3747              Date: Tue, 12 Dec 2006 23:28:25 -0800
3748              Message-ID: <20061213072825.GA26300@powdermilk.math.berkeley.edu>
3749      Branch: perl
3750            ! t/io/pipe.t util.c
3751 ____________________________________________________________________________
3752 [ 29549] By: davem                                 on 2006/12/13  17:24:49
3753         Log: make -Dpv display the parser stack before reduction
3754              (rather than afterwards)
3755      Branch: perl
3756            ! perly.c
3757 ____________________________________________________________________________
3758 [ 29548] By: davem                                 on 2006/12/13  17:16:22
3759         Log: misc MAD coredump fixes and parser leak fixes
3760              
3761              - fix MAD coredump in tr///
3762              - fix mad coredump in multi-line string literals
3763              - kill some MAD uninit value warnings
3764              - don't allow assignment to $n in perly.y
3765              - make op_dump handle op_latefree flags
3766      Branch: perl
3767            ! dump.c op.c perly.act perly.h perly.tab perly.y regen_perly.pl
3768            ! toke.c
3769 ____________________________________________________________________________
3770 [ 29547] By: davem                                 on 2006/12/13  12:47:35
3771         Log: fix double free introduced by #29543 (spotted by Nicholas)
3772      Branch: perl
3773            ! op.c
3774 ____________________________________________________________________________
3775 [ 29546] By: rgs                                   on 2006/12/13  10:40:36
3776         Log: Subject: [PATCH] t/op/groups.t: prevent failure on modern FreeBSDs
3777              From: Anton Berezin <tobez@tobez.org>
3778              Date: Tue, 12 Dec 2006 19:59:38 +0100
3779              Message-ID: <20061212185938.GB49084@heechee.tobez.org>
3780      Branch: perl
3781            ! t/op/groups.t
3782 ____________________________________________________________________________
3783 [ 29545] By: steveh                                on 2006/12/13  10:37:11
3784         Log: Do the same as #29514 for Win32
3785      Branch: perl
3786            ! win32/FindExt.pm
3787 ____________________________________________________________________________
3788 [ 29544] By: nicholas                              on 2006/12/13  08:35:43
3789         Log: Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
3790              Add the placeholder for new type, temporarily named BIND, for binding
3791              and aliasing in 6 on 5.
3792      Branch: perl
3793            ! dump.c ext/B/B.xs ext/Storable/Storable.xs op.h
3794            ! pod/perltodo.pod pp_hot.c sv.c sv.h util.c
3795 ____________________________________________________________________________
3796 [ 29543] By: davem                                 on 2006/12/13  01:47:34
3797         Log: fix parser leaks caused by croaking while shifting or reducing
3798              e.g. these no longer leak:
3799              eval q[my $x; local $x] while 1;
3800              eval q[$s = sub <> {}]  while 1;
3801      Branch: perl
3802            ! op.c op.h perly.c
3803 ____________________________________________________________________________
3804 [ 29542] By: davem                                 on 2006/12/13  00:16:18
3805         Log: fixup some ival/opval type changes from perly.y/madly.y merger
3806      Branch: perl
3807            ! perly.act perly.h perly.tab perly.y
3808 ____________________________________________________________________________
3809 [ 29541] By: nicholas                              on 2006/12/12  23:02:56
3810         Log: In theory Perl_magic_setbm() should clear SvTAIL() too. In practice,
3811              I don't think that it matters as this routine is never actualy called
3812              because nothing exposes PVBMs to the world so that the world can assign
3813              to them.
3814      Branch: perl
3815            ! mg.c
3816 ____________________________________________________________________________
3817 [ 29540] By: nicholas                              on 2006/12/12  22:30:29
3818         Log: Correct the dumping logic for the various bits of flag bending
3819              associated with change 27313 or therabouts.
3820      Branch: perl
3821            ! dump.c
3822 ____________________________________________________________________________
3823 [ 29539] By: nicholas                              on 2006/12/12  22:03:21
3824         Log: Oops. As of some point one stopped being able to assign integers and
3825              floating point values to typeglobs.
3826      Branch: perl
3827            ! sv.c t/op/glob.t
3828 ____________________________________________________________________________
3829 [ 29538] By: nicholas                              on 2006/12/12  21:54:22
3830         Log: Correct some assumptions about PVBM table offset in B.xs
3831      Branch: perl
3832            ! ext/B/B.xs
3833 ____________________________________________________________________________
3834 [ 29537] By: nicholas                              on 2006/12/12  21:31:10
3835         Log: Assert that SvPAD_TYPED_on(), SvPAD_OUR_on() and SvPAD_STATE_on()
3836              are never called on PVGVs.
3837      Branch: perl
3838            ! sv.h
3839 ____________________________________________________________________________
3840 [ 29536] By: nicholas                              on 2006/12/12  21:00:37
3841         Log: Assert that PVGVs are never SvVALID() in the PVBM sense.
3842      Branch: perl
3843            ! gv.h sv.h
3844 ____________________________________________________________________________
3845 [ 29535] By: nicholas                              on 2006/12/12  19:54:05
3846         Log: pads haven't actually contained any PVGVs since change 27313.
3847              So correct the docs and assert this in the code.
3848      Branch: perl
3849            ! pad.c sv.c
3850 ____________________________________________________________________________
3851 [ 29534] By: nicholas                              on 2006/12/12  18:52:55
3852         Log: Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to name
3853              lookup tables.
3854      Branch: perl
3855            ! dump.c
3856 ____________________________________________________________________________
3857 [ 29533] By: steveh                                on 2006/12/12  18:02:19
3858         Log: Restore (differently) the setting of $Config{osvers} on Win32
3859              that was removed by #29509
3860      Branch: perl
3861            ! win32/config_sh.PL
3862 ____________________________________________________________________________
3863 [ 29532] By: steveh                                on 2006/12/12  17:49:51
3864         Log: Silence VC warnings about possible operator precedence problems
3865              and signed/unsigned mismatches
3866      Branch: perl
3867            ! regexec.c sv.h util.c
3868 ____________________________________________________________________________
3869 [ 29531] By: rgs                                   on 2006/12/12  13:32:01
3870         Log: Subject: [PATCH] mg.c: #ifdef only the different bits
3871              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
3872              Date: Tue, 12 Dec 2006 15:18:53 +0200 (EET)
3873              Message-Id: <20061212131853.C2CBA43A67@anubis.hut.fi>
3874      Branch: perl
3875            ! mg.c
3876 ____________________________________________________________________________
3877 [ 29530] By: merijn                                on 2006/12/12  11:36:41
3878         Log: The overly-picky AIX xlc compiler doesn't like the style
3879              from patch #29446
3880      Branch: perl
3881            ! mg.c
3882 ____________________________________________________________________________
3883 [ 29529] By: rgs                                   on 2006/12/12  11:07:27
3884         Log: Skip IO::Compress::Zlib in perlivp, since that's a distribution name,
3885              not a proper module name.
3886      Branch: perl
3887            ! utils/perlivp.PL
3888 ____________________________________________________________________________
3889 [ 29528] By: rgs                                   on 2006/12/12  10:20:04
3890         Log: Subject: [PATCH] get ext/Win32/Win32.xs to compile on cygwin
3891              From: Jan Dubois <jand@ActiveState.com>
3892              Date: Mon, 11 Dec 2006 13:09:09 -0800
3893              Message-ID: <isfrn2tbfleo1svmmi5kh673f4uh69am11@4ax.com>
3894              
3895              and:
3896              Date: Mon, 11 Dec 2006 15:08:53 -0800
3897              Message-ID: <kvorn2h0d14jo3khmmj2a9svsp2mplrodv@4ax.com>
3898      Branch: perl
3899            ! ext/Win32/Win32.xs win32/win32.c
3900 ____________________________________________________________________________
3901 [ 29527] By: nicholas                              on 2006/12/12  00:07:48
3902         Log: By moving xbm_previous into the SvPVX, we save a U16 from struct xpvbm,
3903              which will likely equate to 4 bytes with padding. (But we add 2 bytes
3904              to the SvPVX buffer...). However, the real win is that xpvbm is now
3905              identical to xpvmg, and all active FBM compiled strings are SvVALID()
3906              true, so now we can eliminate xpvbm, freeing a type for 6 on 5 proxies.
3907      Branch: perl
3908            ! sv.h
3909 ____________________________________________________________________________
3910 [ 29526] By: nicholas                              on 2006/12/11  23:44:30
3911         Log: Fix allocation bug in change 29524.
3912      Branch: perl
3913            ! util.c
3914 ____________________________________________________________________________
3915 [ 29525] By: nicholas                              on 2006/12/11  22:52:46
3916         Log: Add BmPREVIOUS_set(), and use it in the one place that BmPREVIOUS is
3917              modified.
3918      Branch: perl
3919            ! sv.h util.c
3920 ____________________________________________________________________________
3921 [ 29524] By: nicholas                              on 2006/12/11  22:18:53
3922         Log: Move PERL_FBM_TABLE_OFFSET and PERL_FBM_FLAGS_OFFSET_FROM_TABLE to sv.h
3923              Stow BmRARE in the SvPVX, and so delete xbm_rare.
3924              Can you see what it is yet?
3925      Branch: perl
3926            ! sv.h util.c
3927 ____________________________________________________________________________
3928 [ 29523] By: nicholas                              on 2006/12/11  21:52:12
3929         Log: Fix typo in change 29518 which broke non-debugging builds.
3930              (Here Mark, you can have the spare ; back again)
3931      Branch: perl
3932            ! sv.h
3933 ____________________________________________________________________________
3934 [ 29522] By: nicholas                              on 2006/12/11  21:21:09
3935         Log: Convert the -1 to a more explicit PERL_FBM_FLAGS_OFFSET_FROM_TABLE.
3936      Branch: perl
3937            ! util.c
3938 ____________________________________________________________________________
3939 [ 29521] By: nicholas                              on 2006/12/11  21:15:06
3940         Log: Assert that BmRARE() BmPREVIOUS() and BmUSEFUL() are only called on
3941              valid PVBMs.
3942      Branch: perl
3943            ! sv.h
3944 ____________________________________________________________________________
3945 [ 29520] By: nicholas                              on 2006/12/11  20:55:20
3946         Log: Rename FBM_TABLE_OFFSET to PERL_FBM_TABLE_OFFSET prior to moving it
3947              to a header.
3948      Branch: perl
3949            ! util.c
3950 ____________________________________________________________________________
3951 [ 29519] By: rgs                                   on 2006/12/11  18:33:21
3952         Log: Don't load the Win32 module on non-win32 platforms
3953      Branch: perl
3954            ! lib/File/CheckTree.t
3955 ____________________________________________________________________________
3956 [ 29518] By: nicholas                              on 2006/12/11  18:26:31
3957         Log: Change SvTAIL() to check that both SVpbm_TAIL|SVpbm_VALID are true.
3958              SVpbm_VALID is the same bit value is SVf_IVisUV, which means that
3959              PVBMs can't actually ever be IOK. Therefore move BmUSEFUL() into the
3960              IV union, and save one I32 per PVBM.
3961      Branch: perl
3962            ! sv.h util.c
3963 ____________________________________________________________________________
3964 [ 29516] By: rgs                                   on 2006/12/11  17:09:17
3965         Log: Changes and README are not needed for Switch.pm
3966      Branch: perl
3967            - lib/Switch/Changes lib/Switch/README
3968            ! MANIFEST
3969 ____________________________________________________________________________
3970 [ 29515] By: rgs                                   on 2006/12/11  16:53:58
3971         Log: As pointed out by Valentin Guignon, there is most
3972              probably one \n too many in the end-of-pod marker.
3973      Branch: perl
3974            ! lib/Switch.pm
3975 ____________________________________________________________________________
3976 [ 29514] By: rgs                                   on 2006/12/11  16:49:06
3977         Log: Configure needs to know about the extensions IO/Compress/Base
3978              and IO/Compress/Zlib, so they get built.
3979      Branch: perl
3980            ! Configure
3981 ____________________________________________________________________________
3982 [ 29513] By: rgs                                   on 2006/12/11  16:16:46
3983         Log: Move files from ext/Compress/IO to ext/IO/Compress
3984      Branch: perl
3985           +> (branch 94 files)
3986            - ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
3987            - ext/Compress/IO/Base/README
3988            - ext/Compress/IO/Base/lib/File/GlobMapper.pm
3989            - ext/Compress/IO/Base/lib/IO/Compress/Base.pm
3990            - ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
3991            - ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
3992            - ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
3993            - ext/Compress/IO/Base/private/MakeUtil.pm
3994            - ext/Compress/IO/Base/t/01misc.t
3995            - ext/Compress/IO/Base/t/globmapper.t
3996            - ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
3997            - ext/Compress/IO/Zlib/README
3998            - ext/Compress/IO/Zlib/examples/gzappend
3999            - ext/Compress/IO/Zlib/examples/gzcat
4000            - ext/Compress/IO/Zlib/examples/gzgrep
4001            - ext/Compress/IO/Zlib/examples/gzstream
4002            - ext/Compress/IO/Zlib/examples/unzip
4003            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
4004            - ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
4005            - ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
4006            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
4007            - ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
4008            - ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
4009            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
4010            - ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
4011            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
4012            - ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
4013            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
4014            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
4015            - ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
4016            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
4017            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
4018            - ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
4019            - ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
4020            - ext/Compress/IO/Zlib/private/MakeUtil.pm
4021            - ext/Compress/IO/Zlib/t/001zlib-generic-deflate.t
4022            - ext/Compress/IO/Zlib/t/001zlib-generic-gzip.t
4023            - ext/Compress/IO/Zlib/t/001zlib-generic-rawdeflate.t
4024            - ext/Compress/IO/Zlib/t/001zlib-generic-zip.t
4025            - ext/Compress/IO/Zlib/t/002any-deflate.t
4026            - ext/Compress/IO/Zlib/t/002any-gzip.t
4027            - ext/Compress/IO/Zlib/t/002any-rawdeflate.t
4028            - ext/Compress/IO/Zlib/t/002any-transparent.t
4029            - ext/Compress/IO/Zlib/t/002any-zip.t
4030            - ext/Compress/IO/Zlib/t/004gziphdr.t
4031            - ext/Compress/IO/Zlib/t/005defhdr.t
4032            - ext/Compress/IO/Zlib/t/010examples.t
4033            - ext/Compress/IO/Zlib/t/020isize.t
4034            - ext/Compress/IO/Zlib/t/050interop-gzip.t
4035            - ext/Compress/IO/Zlib/t/100generic-deflate.t
4036            - ext/Compress/IO/Zlib/t/100generic-gzip.t
4037            - ext/Compress/IO/Zlib/t/100generic-rawdeflate.t
4038            - ext/Compress/IO/Zlib/t/100generic-zip.t
4039            - ext/Compress/IO/Zlib/t/101truncate-deflate.t
4040            - ext/Compress/IO/Zlib/t/101truncate-gzip.t
4041            - ext/Compress/IO/Zlib/t/101truncate-rawdeflate.t
4042            - ext/Compress/IO/Zlib/t/101truncate-zip.t
4043            - ext/Compress/IO/Zlib/t/102tied-deflate.t
4044            - ext/Compress/IO/Zlib/t/102tied-gzip.t
4045            - ext/Compress/IO/Zlib/t/102tied-rawdeflate.t
4046            - ext/Compress/IO/Zlib/t/102tied-zip.t
4047            - ext/Compress/IO/Zlib/t/103newtied-deflate.t
4048            - ext/Compress/IO/Zlib/t/103newtied-gzip.t
4049            - ext/Compress/IO/Zlib/t/103newtied-rawdeflate.t
4050            - ext/Compress/IO/Zlib/t/103newtied-zip.t
4051            - ext/Compress/IO/Zlib/t/104destroy-deflate.t
4052            - ext/Compress/IO/Zlib/t/104destroy-gzip.t
4053            - ext/Compress/IO/Zlib/t/104destroy-rawdeflate.t
4054            - ext/Compress/IO/Zlib/t/104destroy-zip.t
4055            - ext/Compress/IO/Zlib/t/105oneshot-deflate.t
4056            - ext/Compress/IO/Zlib/t/105oneshot-gzip-only.t
4057            - ext/Compress/IO/Zlib/t/105oneshot-gzip.t
4058            - ext/Compress/IO/Zlib/t/105oneshot-rawdeflate.t
4059            - ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
4060            - ext/Compress/IO/Zlib/t/105oneshot-zip.t
4061            - ext/Compress/IO/Zlib/t/106prime-deflate.t
4062            - ext/Compress/IO/Zlib/t/106prime-gzip.t
4063            - ext/Compress/IO/Zlib/t/106prime-rawdeflate.t
4064            - ext/Compress/IO/Zlib/t/106prime-zip.t
4065            - ext/Compress/IO/Zlib/t/107multi-deflate.t
4066            - ext/Compress/IO/Zlib/t/107multi-gzip.t
4067            - ext/Compress/IO/Zlib/t/107multi-rawdeflate.t
4068            - ext/Compress/IO/Zlib/t/107multi-zip.t
4069            - ext/Compress/IO/Zlib/t/108anyunc-deflate.t
4070            - ext/Compress/IO/Zlib/t/108anyunc-gzip.t
4071            - ext/Compress/IO/Zlib/t/108anyunc-rawdeflate.t
4072            - ext/Compress/IO/Zlib/t/108anyunc-transparent.t
4073            - ext/Compress/IO/Zlib/t/108anyunc-zip.t
4074            - ext/Compress/IO/Zlib/t/109merge-deflate.t
4075            - ext/Compress/IO/Zlib/t/109merge-gzip.t
4076            - ext/Compress/IO/Zlib/t/109merge-rawdeflate.t
4077            - ext/Compress/IO/Zlib/t/109merge-zip.t
4078            ! MANIFEST
4079 ____________________________________________________________________________
4080 [ 29512] By: rgs                                   on 2006/12/11  14:58:43
4081         Log: Subject: Re: [PATCH] Deparse.pm bugfix
4082              From: Bo Lindbergh <blgl@hagernas.com>
4083              Date: Sat, 9 Dec 2006 12:17:53 +0100
4084              Message-Id: <A4BDE74B-DB3A-41C0-B2BE-FCEE0E15AB54@hagernas.com>
4085      Branch: perl
4086            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t
4087 ____________________________________________________________________________
4088 [ 29511] By: rgs                                   on 2006/12/11  13:23:55
4089         Log: Subject: re: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
4090              From: Jan Dubois <jand@ActiveState.com>
4091              Date: Sun, 10 Dec 2006 11:47:58 -0800
4092              Message-ID: <9moon29qtn5c23t9fer229ealsu06bkf11@4ax.com>
4093      Branch: perl
4094            ! ext/Storable/Storable.xs ext/Win32/Win32.pm win32/win32.c
4095 ____________________________________________________________________________
4096 [ 29510] By: rgs                                   on 2006/12/11  13:22:11
4097         Log: Second patch from:
4098              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
4099              From: Jan Dubois <jand@ActiveState.com>
4100              Date: Fri, 08 Dec 2006 19:07:06 -0800
4101              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
4102      Branch: perl
4103            ! ext/Win32/Win32.xs win32/win32.c
4104 ____________________________________________________________________________
4105 [ 29509] By: rgs                                   on 2006/12/11  13:21:28
4106         Log: First patch from:
4107              Subject: [PATCH] Move Win32::* functions from win32/win32.c to ext/Win32/Win32.xs
4108              From: Jan Dubois <jand@ActiveState.com>
4109              Date: Fri, 08 Dec 2006 19:07:06 -0800
4110              Message-ID: <lc9kn2tb0p5sdd4q69rbc7067r4imar59r@4ax.com>
4111      Branch: perl
4112            ! ext/SDBM_File/Makefile.PL lib/Cwd.pm lib/ExtUtils/MM.pm
4113            ! lib/File/CheckTree.t lib/File/Copy.pm t/op/fork.t
4114            ! win32/FindExt.pm win32/config_sh.PL
4115            ! win32/ext/Win32API/File/t/file.t
4116 ____________________________________________________________________________
4117 [ 29508] By: davem                                 on 2006/12/11  11:41:10
4118         Log: remove extraneous debugging code introduced by #29504
4119      Branch: perl
4120            ! perly.c
4121 ____________________________________________________________________________
4122 [ 29507] By: rgs                                   on 2006/12/11  10:32:47
4123         Log: Subject: [PATCH] Fatal v1.03
4124              From: Jerrad Pierce <belg4mit@MIT.EDU>
4125              Date: Sun, 10 Dec 2006 14:38:18 -0500
4126              Message-Id: <200612101938.kBAJcI9D008026@all-night-tool.mit.edu>
4127              
4128              Allow to make fatal built-ins in CORE::GLOBAL
4129      Branch: perl
4130            ! lib/Fatal.pm
4131 ____________________________________________________________________________
4132 [ 29506] By: rgs                                   on 2006/12/11  10:28:13
4133         Log: Subject: [PATCH] Re: [perl #41065] Out of memory!, while extending scalar
4134              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
4135              Date: Sun, 10 Dec 2006 22:32:32 +0100
4136              Message-ID: <20061210223232.0f3a5318@r2d2>
4137      Branch: perl
4138            ! doop.c
4139 ____________________________________________________________________________
4140 [ 29505] By: rgs                                   on 2006/12/11  09:41:45
4141         Log: perlhack.pod nit by Jarkko
4142      Branch: perl
4143            ! pod/perlhack.pod
4144 ____________________________________________________________________________
4145 [ 29504] By: davem                                 on 2006/12/11  00:48:06
4146         Log: fix eval qw(BEGIN{die}) style leaks (second attempt).
4147              
4148              Repeat of change #28319 (backed out by change #28720), this time
4149              freeing ops using the right pad. Also backs out the remempad
4150              parser addition from change #29501; instead a new auxiliary
4151              paser stack is added, which records the current value of
4152              PL_comppad for every state.
4153      Branch: perl
4154            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
4155 ____________________________________________________________________________
4156 [ 29503] By: nicholas                              on 2006/12/10  23:05:25
4157         Log: Remove code duplication in S_to_utf8_substr() and S_to_byte_substr()
4158              by taking advantage of how anchored_* and float_* are stored in arrays
4159              to use a loop.
4160      Branch: perl
4161            ! regcomp.h regexec.c
4162 ____________________________________________________________________________
4163 [ 29502] By: nicholas                              on 2006/12/10  22:31:56
4164         Log: Downgrading a fixed or floating substring of a pattern whilst matching
4165              a studied string seems to get to a "should not happen" [bug #41067]
4166              It seems that Perl_regexec_flags() assumes that if the pre-downgraded
4167              substring is FBM compiled, then the downgraded version will be too,
4168              hence changing the downgrade and upgrade routines to FBM compile seems
4169              to be a correct fix.
4170      Branch: perl
4171            ! regexec.c t/op/re_tests
4172 ____________________________________________________________________________
4173 [ 29501] By: davem                                 on 2006/12/10  18:50:05
4174         Log: #28315 could crash when freeing ops with different pads
4175              Add hook to parser to record current PL_comppad, then use this
4176              when popping ops off the parser stack after parser error
4177      Branch: perl
4178            ! perly.act perly.c perly.h perly.tab perly.y t/comp/parser.t
4179 ____________________________________________________________________________
4180 [ 29500] By: davem                                 on 2006/12/10  17:18:00
4181         Log: parser: expand yy_is_opval[] to include all value types
4182              and rename to yy_type_tab[]. Then use this table to improve stack
4183              dumping with -Dpv
4184      Branch: perl
4185            ! perly.act perly.c perly.h perly.tab perly.y regen_perly.pl
4186 ____________________________________________________________________________
4187 [ 29499] By: gbarr                                 on 2006/12/10  16:28:34
4188         Log: Restore change 27486 accidently removed (also added to 1.19 before release)
4189      Branch: perl
4190            ! ext/List/Util/multicall.h
4191 ____________________________________________________________________________
4192 [ 29498] By: gbarr                                 on 2006/12/10  16:17:14
4193         Log: Upgrade to Scalar-List-Utils-1.19
4194      Branch: perl
4195            ! ext/List/Util/Changes ext/List/Util/README
4196            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
4197            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/multicall.h
4198 ____________________________________________________________________________
4199 [ 29497] By: stevep                                on 2006/12/10  02:23:10
4200         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2 - missing part
4201              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4202              Date: Sat, 9 Dec 2006 16:33:41 -0800
4203              Message-ID: <20061210003341.GA14200@powdermilk.math.berkeley.edu>
4204      Branch: perl
4205            ! Makefile.SH os2/Makefile.SHs
4206 ____________________________________________________________________________
4207 [ 29496] By: nicholas                              on 2006/12/10  01:13:09
4208         Log: Swap SVpbm_TAIL and SVpbm_VALID.
4209      Branch: perl
4210            ! sv.h
4211 ____________________________________________________________________________
4212 [ 29495] By: stevep                                on 2006/12/09  22:44:27
4213         Log: Upgrade to Time-HiRes-1.9703
4214      Branch: perl
4215            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4216            ! ext/Time/HiRes/Makefile.PL
4217 ____________________________________________________________________________
4218 [ 29494] By: nicholas                              on 2006/12/09  21:19:45
4219         Log: PVBMs mustn't enter anything that turns SVIVisUV_on().
4220      Branch: perl
4221            ! sv.c
4222 ____________________________________________________________________________
4223 [ 29493] By: nicholas                              on 2006/12/09  21:17:37
4224         Log: Exterminate! 2 pieces of superfluous code related to UV setting.
4225      Branch: perl
4226            ! sv.c
4227 ____________________________________________________________________________
4228 [ 29492] By: nicholas                              on 2006/12/08  23:49:51
4229         Log: In Perl_fbm_instr(), no need to calculate the address of the table if
4230              we're going to return anyway.
4231      Branch: perl
4232            ! util.c
4233 ____________________________________________________________________________
4234 [ 29491] By: nicholas                              on 2006/12/08  23:22:31
4235         Log: assert that SvTAIL() isn't being called on PVAVs or PVHVs
4236      Branch: perl
4237            ! sv.h
4238 ____________________________________________________________________________
4239 [ 29490] By: nicholas                              on 2006/12/08  22:56:54
4240         Log: Wrap some macro arguments in () to avoid precedence problems.
4241      Branch: perl
4242            ! sv.h
4243 ____________________________________________________________________________
4244 [ 29489] By: nicholas                              on 2006/12/08  22:56:08
4245         Log: Perl_screaminstr() must be called with littlestr as a PVBM.
4246      Branch: perl
4247            ! util.c
4248 ____________________________________________________________________________
4249 [ 29488] By: davem                                 on 2006/12/08  22:20:41
4250         Log: add missing OP_REFCNT_LOCK/UNLOCKs and document it
4251      Branch: perl
4252            ! op.h sv.c
4253 ____________________________________________________________________________
4254 [ 29487] By: nicholas                              on 2006/12/08  22:11:56
4255         Log: Assert that BmRARE, BmUSEFUL and BmPREVIOUS are only called on SVtPVBM
4256      Branch: perl
4257            ! sv.h
4258 ____________________________________________________________________________
4259 [ 29486] By: nicholas                              on 2006/12/08  21:09:57
4260         Log: No need to upgrade if all we're going to do is return.
4261      Branch: perl
4262            ! util.c
4263 ____________________________________________________________________________
4264 [ 29485] By: steveh                                on 2006/12/07  12:34:10
4265         Log: Make use of $Config{d_pseudofork} in a couple of core tests
4266              
4267              Can't really use it in ext/IO/t/*.t and lib/Test/Simple/t/fork.t
4268              because they are dual-lived modules and must work with older perls
4269              that don't have d_pseudofork
4270      Branch: perl
4271            ! ext/Socket/t/socketpair.t t/op/fork.t
4272 ____________________________________________________________________________
4273 [ 29483] By: steveh                                on 2006/12/07  09:12:45
4274         Log: Subject: [PATCH] Move Win32 from win32/ext/Win32 to ext/Win32
4275              From: Jan Dubois <jand@ActiveState.com>
4276              Date: Wed, 06 Dec 2006 16:31:42 -0800
4277              Message-ID: <1unen2lsrq4pnnt06933h96pqj1d8luh3b@4ax.com>
4278      Branch: perl
4279           +> ext/Win32/Makefile.PL ext/Win32/Win32.pm ext/Win32/Win32.xs
4280            - win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
4281            - win32/ext/Win32/Win32.xs
4282            ! Configure MANIFEST
4283 ____________________________________________________________________________
4284 [ 29482] By: rgs                                   on 2006/12/07  09:07:25
4285         Log: Subject: [PATCH] Perl_save_destructor is not a mathom
4286              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4287              Date: Wed, 6 Dec 2006 11:12:13 -0800 (PST)
4288              Message-ID: <20061206191213.35036.qmail@web30206.mail.mud.yahoo.com>
4289      Branch: perl
4290            ! mathoms.c scope.c
4291 ____________________________________________________________________________
4292 [ 29481] By: steveh                                on 2006/12/07  08:53:15
4293         Log: Subject: [PATCH] Makefile.PL changes to compiler Win32.xs using cygwin
4294              From: Jan Dubois <jand@ActiveState.com>
4295              Date: Wed, 06 Dec 2006 16:26:38 -0800
4296              Message-ID: <5nnen2p2h4lhremj0qf1tmpkl0asvk87hr@4ax.com>
4297      Branch: perl
4298            ! win32/ext/Win32/Makefile.PL
4299 ____________________________________________________________________________
4300 [ 29480] By: steveh                                on 2006/12/06  17:28:03
4301         Log: Better fix than #29479 for exporting refcounted_he_chain_2hv
4302      Branch: perl
4303            ! embed.fnc pod/perlapi.pod pod/perlintern.pod
4304 ____________________________________________________________________________
4305 [ 29479] By: rgs                                   on 2006/12/06  17:05:18
4306         Log: Subject: Re: [PATCH] User pragmas now accessible from B
4307              From: demerphq <demerphq@gmail.com>
4308              Date: Wed, 6 Dec 2006 17:52:08 +0100
4309              Message-ID: <9b18b3110612060852s7cfbba66id5aae25e5bb20ae0@mail.gmail.com>
4310      Branch: perl
4311            ! embed.fnc embed.h ext/B/B.xs global.sym pod/perlapi.pod
4312            ! pod/perlintern.pod
4313 ____________________________________________________________________________
4314 [ 29478] By: steveh                                on 2006/12/06  14:19:55
4315         Log: Upgrade to Time-HiRes 1.9702
4316      Branch: perl
4317            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4318            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4319            ! ext/Time/HiRes/t/HiRes.t
4320 ____________________________________________________________________________
4321 [ 29477] By: steveh                                on 2006/12/06  14:08:49
4322         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
4323              From: Jarkko Hietaniemi <jhi@iki.fi>
4324              Date: Tue, 05 Dec 2006 16:08:33 -0500
4325              Message-ID: <4575DFD1.1060108@iki.fi>
4326              
4327              Fixes a problem spotted by Jan Dubois:
4328              
4329              The PerlMemShared pool is only shared between the interpreters that
4330              can share data structures (interpreters created by perl_clone(), which
4331              mean pseudo-fork, and threads.xs).  The pool is not shared between
4332              interpreters that are created separately by perl_alloc().
4333              [...]
4334              I guess this means PL_perlio_fd_refcnt needs to be allocated and
4335              freed by standard malloc() and not go through any abstraction.
4336      Branch: perl
4337            ! perlio.c
4338 ____________________________________________________________________________
4339 [ 29476] By: rgs                                   on 2006/12/06  13:26:18
4340         Log: save_I8 is not a mathom.
4341      Branch: perl
4342            ! mathoms.c scope.c
4343 ____________________________________________________________________________
4344 [ 29475] By: rgs                                   on 2006/12/06  12:51:34
4345         Log: Subject: [PATCH] User pragmas now accessible from B
4346              From: "Joshua ben Jore" <twists@gmail.com>
4347              Date: Tue, 5 Dec 2006 13:18:21 -0800
4348              Message-ID: <dc5c751d0612051318n2e2f08bfh185fab6323a980b@mail.gmail.com>
4349      Branch: perl
4350            + ext/B/t/pragma.t
4351            ! MANIFEST ext/B/B.pm ext/B/B.xs ext/B/typemap t/lib/mypragma.pm
4352            ! t/lib/mypragma.t
4353 ____________________________________________________________________________
4354 [ 29474] By: craigb                                on 2006/12/06  05:29:50
4355         Log: Avoid my_regdupe type mismatch warning after #29430
4356      Branch: perl
4357            ! ext/re/re.xs
4358 ____________________________________________________________________________
4359 [ 29473] By: craigb                                on 2006/12/06  04:48:35
4360         Log: d_pseudofork for configure.com
4361      Branch: perl
4362            ! configure.com
4363 ____________________________________________________________________________
4364 [ 29472] By: nicholas                              on 2006/12/05  22:40:56
4365         Log: Subject: Re: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
4366              From: demerphq <demerphq@gmail.com>
4367              Message-ID: <9b18b3110612051353k7745792byabfdf98e18eb48c9@mail.gmail.com>
4368              Date: Tue, 5 Dec 2006 22:53:48 +0100
4369              
4370              Fixes a minor bug in change 29468.
4371      Branch: perl
4372            ! regcomp.c
4373 ____________________________________________________________________________
4374 [ 29471] By: stevep                                on 2006/12/05  21:00:38
4375         Log: Silence a warning from Module::CoreList that occurs when the module version is
4376              something like X.XX_XX.
4377      Branch: perl
4378            ! lib/Module/CoreList.pm
4379 ____________________________________________________________________________
4380 [ 29470] By: steveh                                on 2006/12/05  16:41:55
4381         Log: Make the check for PERL_IMPLICIT_SYS better
4382      Branch: perl
4383            ! win32/config_sh.PL
4384 ____________________________________________________________________________
4385 [ 29469] By: steveh                                on 2006/12/05  16:06:31
4386         Log: Extend d_pseudofork to Win32-land and set it when appropriate
4387              (namely, when we have USE_ITHREADS and PERL_IMPLICIT_SYSTEM)
4388      Branch: perl
4389            ! win32/config.bc win32/config.gc win32/config.vc
4390            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4391            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
4392 ____________________________________________________________________________
4393 [ 29468] By: rgs                                   on 2006/12/05  15:39:39
4394         Log: Subject: [PATCH] Further tweaks to make it easier to create regexp engine plug ins.
4395              From: demerphq <demerphq@gmail.com>
4396              Date: Tue, 5 Dec 2006 16:13:36 +0100
4397              Message-ID: <9b18b3110612050713g77cac516x46fb5baac99b47c9@mail.gmail.com>
4398              
4399              (with tweaks)
4400      Branch: perl
4401            ! regcomp.c regcomp.h regexp.h
4402 ____________________________________________________________________________
4403 [ 29467] By: merijn                                on 2006/12/05  14:55:14
4404         Log: Introduction of d_pseudofork
4405      Branch: perl
4406            ! Configure Porting/Glossary Porting/config.sh config_h.SH
4407            ! handy.h uconfig.sh
4408 ____________________________________________________________________________
4409 [ 29465] By: steveh                                on 2006/12/05  09:41:44
4410         Log: Subject: [PATCH] Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
4411              From: Jarkko Hietaniemi <jhi@iki.fi>
4412              Date: Mon, 04 Dec 2006 22:53:03 -0500
4413              Message-ID: <4574ED1F.40508@iki.fi>
4414              
4415              Re-instates #29424 (previously reverted by #29451), now fixed to work
4416              with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
4417              the Symbian port.
4418      Branch: perl
4419            ! perlio.c symbian/symbianish.h win32/win32.c win32/wince.c
4420 ____________________________________________________________________________
4421 [ 29464] By: steveh                                on 2006/12/05  09:38:14
4422         Log: Skip Perl_regdupe_internal rather than Perl_regdupe
4423              when building on Win32 without ithreads (see #29430)
4424      Branch: perl
4425            ! makedef.pl
4426 ____________________________________________________________________________
4427 [ 29463] By: nicholas                              on 2006/12/04  22:50:09
4428         Log: Move Perl_get_db_sub() from pp_hot.c to util.c
4429      Branch: perl
4430            ! pp_hot.c util.c
4431 ____________________________________________________________________________
4432 [ 29462] By: merijn                                on 2006/12/04  18:09:20
4433         Log: Revert #29454
4434      Branch: perl
4435            ! Configure
4436 ____________________________________________________________________________
4437 [ 29461] By: davem                                 on 2006/12/04  18:08:31
4438         Log: fix some casting issues with perly.y / madly.y merger
4439      Branch: perl
4440            ! perly.act perly.h perly.tab perly.y
4441 ____________________________________________________________________________
4442 [ 29459] By: rgs                                   on 2006/12/04  17:50:51
4443         Log: Better version of last patch, by Yves Orton.
4444              Actually the regexp engine structure only needs
4445              one compilation function hook.
4446      Branch: perl
4447            ! ext/re/re.xs ext/re/re_top.h regcomp.c regcomp.h regexp.h
4448 ____________________________________________________________________________
4449 [ 29458] By: rgs                                   on 2006/12/04  17:22:02
4450         Log: The new regexp compilation function must be added to the engine structure.
4451      Branch: perl
4452            ! ext/re/re.xs ext/re/re_top.h regcomp.h regexp.h
4453 ____________________________________________________________________________
4454 [ 29457] By: rgs                                   on 2006/12/04  16:24:09
4455         Log: Actually submit previous change.
4456      Branch: perl
4457            ! embed.fnc embed.h global.sym proto.h regcomp.c
4458 ____________________________________________________________________________
4459 [ 29456] By: rgs                                   on 2006/12/04  16:15:54
4460         Log: Split Perl_pregcomp in two functions. Patch by Audrey Tang,
4461              to facilitate pluging in other regexp engines.
4462      Branch: perl
4463            ! embed.fnc embed.h global.sym proto.h regcomp.c
4464 ____________________________________________________________________________
4465 [ 29455] By: davem                                 on 2006/12/04  15:38:05
4466         Log: merge perly.y and madlu.y
4467      Branch: perl
4468            - madly.act madly.h madly.tab madly.y
4469            ! MANIFEST Makefile.SH madly.c perly.act perly.c perly.h
4470            ! perly.tab perly.y
4471 ____________________________________________________________________________
4472 [ 29454] By: merijn                                on 2006/12/04  15:20:53
4473         Log: Subject: Re: install misses Compress/IO/{Base,Zlib}
4474              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
4475              Date: Mon, 4 Dec 2006 15:48:12 +0100
4476              Message-ID: <b77c1dce0612040648j411247c5i27a305c86cbac401@mail.gmail.com>
4477      Branch: perl
4478            ! Configure
4479 ____________________________________________________________________________
4480 [ 29452] By: rgs                                   on 2006/12/04  15:06:34
4481         Log: Subject: [PATCH] Add File::Fetch to the core
4482              From: "Jos Boumans" <kane@dwim.org>
4483              Date: Fri, 1 Dec 2006 12:24:08 +0100 (CET)
4484              Message-ID: <22195.80.127.35.68.1164972248.squirrel@webmail.xs4all.nl>
4485      Branch: perl
4486            + lib/File/Fetch.pm lib/File/Fetch/Item.pm
4487            + lib/File/Fetch/t/01_File-Fetch.t
4488            ! MANIFEST
4489 ____________________________________________________________________________
4490 [ 29451] By: steveh                                on 2006/12/04  14:31:08
4491         Log: Change #29424 may well be correct in itself, but currently doesn't
4492              work when perl is built with PERL_IMPLICIT_SYS because PERLIO_TERM
4493              uses PerlMemShared_free() which, in that case, involves the perlhost
4494              that has already been freed itself by perl_free(), which is called
4495              before PERL_SYS_TERM().
4496              
4497              The order of perl_destruct(), perl_free(), PERL_SYS_TERM() cannot
4498              be changed (it is advertised in perlembed for a start), so just
4499              revert #29424 and the appropriate parts of #29442 for now.
4500              
4501              Perhaps PL_perlio_fd_refcnt needs allocating differently, or else
4502              the perlhost needs freeing later (after PerlIO)?
4503      Branch: perl
4504            ! win32/perllib.c win32/win32.c win32/wince.c
4505 ____________________________________________________________________________
4506 [ 29450] By: rgs                                   on 2006/12/04  13:49:20
4507         Log: Subject: [PATCH] Minor pod nit in perlre.
4508              From: demerphq <demerphq@gmail.com>
4509              Date: Mon, 4 Dec 2006 14:47:07 +0100
4510              Message-ID: <9b18b3110612040547k1bcff290qb8c9b0d7c9ed9640@mail.gmail.com>
4511      Branch: perl
4512            ! pod/perlre.pod
4513 ____________________________________________________________________________
4514 [ 29449] By: davem                                 on 2006/12/04  12:08:56
4515         Log: another fix for bison 2.3
4516      Branch: perl
4517            ! regen_perly.pl
4518 ____________________________________________________________________________
4519 [ 29448] By: merijn                                on 2006/12/04  11:24:57
4520         Log: Subject: -DDEBUGGING=both doesn't set -g
4521              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
4522              Date: Mon, 4 Dec 2006 03:10:31 -0800 (PST)
4523              Message-ID: <1176.63.226.246.123.1165230631.squirrel@63.226.246.123>
4524      Branch: perl
4525            ! Configure
4526 ____________________________________________________________________________
4527 [ 29446] By: rgs                                   on 2006/12/04  09:36:15
4528         Log: Subject: Re: [perl #38868] Changing $0 on darwin leads to excessive padding in 'ps'
4529              From: Chris Dolan <chris@chrisdolan.net>
4530              Date: Sat, 2 Dec 2006 09:37:08 -0600
4531              Message-Id: <005671A0-5C2B-464C-85B9-A91E52278194@chrisdolan.net>
4532      Branch: perl
4533            ! mg.c
4534 ____________________________________________________________________________
4535 [ 29445] By: rgs                                   on 2006/12/04  09:21:16
4536         Log: Subject: [PATCH] \R is supposed to mean something else so switch to \g and make it more useful in the process
4537              From: demerphq <demerphq@gmail.com>
4538              Date: Sun, 3 Dec 2006 16:55:55 +0100
4539              Message-ID: <9b18b3110612030755o241e6372o9870ecce9c42e3d5@mail.gmail.com>
4540      Branch: perl
4541            ! pod/perl595delta.pod pod/perldiag.pod pod/perlre.pod regcomp.c
4542            ! regexec.c t/op/pat.t t/op/re_tests
4543 ____________________________________________________________________________
4544 [ 29444] By: stevep                                on 2006/12/04  02:48:24
4545         Log: Upgrade to Test-Simple-0.66.
4546      Branch: perl
4547            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
4548            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
4549 ____________________________________________________________________________
4550 [ 29443] By: davem                                 on 2006/12/03  22:08:57
4551         Log: add support for bison 2.3
4552      Branch: perl
4553            ! perly.c regen_perly.pl
4554 ____________________________________________________________________________
4555 [ 29442] By: rgs                                   on 2006/12/03  19:16:17
4556         Log: Subject: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing
4557              From: demerphq <demerphq@gmail.com>
4558              Date: Sat, 2 Dec 2006 14:48:54 +0100
4559              Message-ID: <9b18b3110612020548l7c5aefd4m19cb0b5c4395abb4@mail.gmail.com>
4560      Branch: perl
4561            ! perlio.c win32/perllib.c
4562 ____________________________________________________________________________
4563 [ 29441] By: rgs                                   on 2006/12/03  18:37:15
4564         Log: Subject: Re: [perl #41010] (?(COND)) in pattern matching not working properly
4565              From: demerphq <demerphq@gmail.com>
4566              Date: Thu, 30 Nov 2006 01:12:25 +0100
4567              Message-ID: <9b18b3110611291612i137803f4lab2739e3d9af40f7@mail.gmail.com>
4568      Branch: perl
4569            ! embed.fnc embed.h proto.h regcomp.c t/op/pat.t
4570 ____________________________________________________________________________
4571 [ 29440] By: davem                                 on 2006/12/03  15:52:59
4572         Log: merge perly.c and madly.c
4573              
4574              madly.c is now just a wrapper that #includes perly.c
4575      Branch: perl
4576            ! madly.c perly.c
4577 ____________________________________________________________________________
4578 [ 29439] By: rgs                                   on 2006/12/03  13:58:52
4579         Log: Subject: Minor patch for Benchmark.pm
4580              From: christophe grosjean <christophe.grosjean@gmail.com>
4581              Date: Sun, 03 Dec 2006 01:31:58 +0100
4582              Message-Id: <1165105918.2718.90.camel@localhost.localdomain>
4583      Branch: perl
4584            ! lib/Benchmark.pm
4585 ____________________________________________________________________________
4586 [ 29438] By: davem                                 on 2006/12/02  18:38:35
4587         Log: synchronise perly.c and madly.c
4588      Branch: perl
4589            ! madly.c perly.c
4590 ____________________________________________________________________________
4591 [ 29437] By: mhx                                   on 2006/12/02  17:25:55
4592         Log: Upgrade to Devel::PPPort 3.10_02
4593      Branch: perl
4594            + ext/Devel/PPPort/parts/base/5009005
4595            + ext/Devel/PPPort/parts/todo/5009005
4596            ! MANIFEST ext/Devel/PPPort/Changes
4597            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
4598 ____________________________________________________________________________
4599 [ 29436] By: mhx                                   on 2006/12/02  17:13:26
4600         Log: Upgrade to Devel::PPPort 3.10_01
4601      Branch: perl
4602            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
4603            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/TODO
4604            ! ext/Devel/PPPort/devel/buildperl.pl
4605            ! ext/Devel/PPPort/mktests.PL
4606            ! ext/Devel/PPPort/parts/base/5005000
4607            ! ext/Devel/PPPort/parts/base/5007002
4608            ! ext/Devel/PPPort/parts/base/5009001
4609            ! ext/Devel/PPPort/parts/base/5009004
4610            ! ext/Devel/PPPort/parts/embed.fnc
4611            ! ext/Devel/PPPort/parts/inc/misc
4612            ! ext/Devel/PPPort/parts/inc/threads
4613            ! ext/Devel/PPPort/parts/inc/variables
4614            ! ext/Devel/PPPort/parts/todo/5009001
4615            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
4616            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
4617            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
4618            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
4619            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
4620            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
4621            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
4622            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
4623            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
4624            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
4625            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/strlfuncs.t
4626            ! ext/Devel/PPPort/t/sv_xpvf.t ext/Devel/PPPort/t/threads.t
4627            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
4628            ! ext/Devel/PPPort/t/warn.t
4629 ____________________________________________________________________________
4630 [ 29435] By: rgs                                   on 2006/12/02  09:10:01
4631         Log: Subject: [PATCH] perltodo.pod: add perlio todos/thinkabouts
4632              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
4633              Date: Fri, 1 Dec 2006 22:05:17 +0200 (EET)
4634              Message-Id: <200612012005.kB1K5Hn3448004@kosh.hut.fi>
4635      Branch: perl
4636            ! pod/perltodo.pod
4637 ____________________________________________________________________________
4638 [ 29434] By: nicholas                              on 2006/12/01  22:51:22
4639         Log: Make get_db_sub non-static, and call it from pp_goto, which allows the
4640              removal of duplicate code. (The conversion of GvSV(PL_DBsub) to
4641              GvSVn(PL_DBsub) implicit in this change should fix a failure with
4642              Devel::SmallProf.)
4643      Branch: perl
4644            ! embed.fnc embed.h pp_ctl.c pp_hot.c proto.h
4645 ____________________________________________________________________________
4646 [ 29433] By: nicholas                              on 2006/12/01  22:28:11
4647         Log: Remove the pp_entersub specific logic from S_get_db_sub.
4648      Branch: perl
4649            ! embed.fnc pp_ctl.c pp_hot.c proto.h
4650 ____________________________________________________________________________
4651 [ 29432] By: rgs                                   on 2006/12/01  16:56:01
4652         Log: Subject: Re: [PATCH] Make B::Lint use Module::Pluggable
4653              From: "Joshua ben Jore" <twists@gmail.com>
4654              Date: Wed, 29 Nov 2006 16:26:25 -0800
4655              Message-ID: <dc5c751d0611291626w51f85791h93d0c6b7d13ed4a2@mail.gmail.com>
4656      Branch: perl
4657            + ext/B/t/pluglib/B/Lint/Plugin/Test.pm
4658            ! MANIFEST ext/B/B/Lint.pm ext/B/t/lint.t
4659 ____________________________________________________________________________
4660 [ 29431] By: rgs                                   on 2006/12/01  14:03:22
4661         Log: Remove unused variable
4662      Branch: perl
4663            ! regcomp.c
4664 ____________________________________________________________________________
4665 [ 29430] By: rgs                                   on 2006/12/01  13:59:27
4666         Log: Subject: [PATCH] Continue split of perl internal regexp structures from ones that are engine specific.
4667              From: demerphq <demerphq@gmail.com>
4668              Date: Thu, 30 Nov 2006 22:06:38 +0100
4669              Message-ID: <9b18b3110611301306p5cad5deal4aa55559b8c8defd@mail.gmail.com>
4670      Branch: perl
4671            ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
4672            ! perl.h pod/perlreguts.pod proto.h regcomp.c regcomp.h regexp.h
4673            ! sv.c
4674 ____________________________________________________________________________
4675 [ 29429] By: rgs                                   on 2006/12/01  10:28:36
4676         Log: Verify that the debugger has an array where to store lines before
4677              doing so. This fixes an assertion failure when parsing a script
4678              that begins with '#!perl -d'.
4679              Also, code factorization in toke.c.
4680      Branch: perl
4681            ! embed.fnc embed.h op.c proto.h toke.c
4682 ____________________________________________________________________________
4683 [ 29428] By: steveh                                on 2006/12/01  09:41:47
4684         Log: Fix Time-HiRes linker error on Win32 introduced by upgrades
4685              from version 1.94 (#29423 and #29426)
4686              
4687              Subject: Re: Time::HiRes not happy?
4688              From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
4689              Date: Fri, 1 Dec 2006 10:26:48 +0100
4690              Message-ID: <b77c1dce0612010126o799d5b8bs4ef37d22d5c7e50@mail.gmail.com>
4691      Branch: perl
4692            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
4693 ____________________________________________________________________________
4694 [ 29427] By: stevep                                on 2006/11/30  14:21:40
4695         Log: -Dprefix failed on Cygwin unless the directory ${installbin} already
4696              existed prior to running make.
4697      Branch: perl
4698            ! cygwin/Makefile.SHs
4699 ____________________________________________________________________________
4700 [ 29426] By: stevep                                on 2006/11/30  14:11:57
4701         Log: Upgrade to Time-HiRes-1.96.
4702      Branch: perl
4703            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4704            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
4705 ____________________________________________________________________________
4706 [ 29425] By: steveh                                on 2006/11/30  10:13:40
4707         Log: Don't try to export fd_refcnt symbols when building without USE_PERLIO
4708              to keep the Win32 linker happy
4709      Branch: perl
4710            ! makedef.pl
4711 ____________________________________________________________________________
4712 [ 29424] By: steveh                                on 2006/11/30  09:45:47
4713         Log: I think #29060 / #29073 missed this
4714      Branch: perl
4715            ! win32/win32.c win32/wince.c
4716 ____________________________________________________________________________
4717 [ 29423] By: stevep                                on 2006/11/30  04:44:54
4718         Log: Upgrade to Time-HiRes-1.95
4719      Branch: perl
4720            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4721            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/fallback/const-c.inc
4722 ____________________________________________________________________________
4723 [ 29422] By: stevep                                on 2006/11/30  04:24:10
4724         Log: Subject: [PATCH] No code specified for -.
4725              From: Jarkko Hietaniemi <jhi@iki.fi>
4726              Date: Wed, 29 Nov 2006 19:06:09 -0500
4727              Message-ID: <456E2071.3010404@iki.fi>
4728      Branch: perl
4729            ! perl.c
4730 ____________________________________________________________________________
4731 [ 29421] By: stevep                                on 2006/11/29  15:32:58
4732         Log: Upgrade to CPAN-1.88_63.
4733      Branch: perl
4734            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
4735 ____________________________________________________________________________
4736 [ 29420] By: rgs                                   on 2006/11/29  15:26:00
4737         Log: Subject: Re: Fix \k<foo> preceded by literal
4738              From: demerphq <demerphq@gmail.com>
4739              Date: Wed, 29 Nov 2006 16:18:34 +0100
4740              Message-ID: <9b18b3110611290718o685a07ddja39f595ed97c231a@mail.gmail.com>
4741      Branch: perl
4742            ! regcomp.c regcomp.h t/op/re_tests
4743 ____________________________________________________________________________
4744 [ 29419] By: stevep                                on 2006/11/29  15:24:21
4745         Log: Upgrade to Tie-RefHash-1.35_01, which is just a version change for
4746              bleadperl.
4747      Branch: perl
4748            ! lib/Tie/RefHash.pm
4749 ____________________________________________________________________________
4750 [ 29418] By: stevep                                on 2006/11/29  15:17:59
4751         Log: Upgrade to ExtUtils-ParseXS-2.17.  Actuall just caught up with 
4752              most of the patches to bleadperl.  The remaining change missing
4753              is #29252, so, the version has been bumped to 2.17_01.
4754      Branch: perl
4755            ! lib/ExtUtils/ParseXS.pm
4756 ____________________________________________________________________________
4757 [ 29417] By: rgs                                   on 2006/11/29  12:08:35
4758         Log: Patch by Derek Price to Time::Piece for CPAN bug #21255:
4759              NOTDATE - DATE should stringify DATE and let Perl handle things
4760      Branch: perl
4761            ! ext/Time/Piece/Piece.pm ext/Time/Piece/t/06subclass.t
4762 ____________________________________________________________________________
4763 [ 29416] By: rgs                                   on 2006/11/29  11:34:10
4764         Log: Subject: [perl #41008] Setting $0 invalidates environment shown by ps 
4765              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
4766              Date: Tue, 28 Nov 2006 05:09:31 -0800
4767              Message-ID: <rt-3.5.HEAD-32013-1164719371-480.41008-75-0@perl.org>
4768      Branch: perl
4769            ! mg.c
4770 ____________________________________________________________________________
4771 [ 29415] By: rgs                                   on 2006/11/29  11:01:06
4772         Log: Subject: [PATCH perl5db.pl] MacOSX debugger fork support
4773              From: Richard Foley <Richard.Foley@rfi.net>
4774              Date: Wed, 29 Nov 2006 12:00:53 +0100
4775              Message-Id: <200611291200.53429.Richard.Foley@rfi.net>
4776      Branch: perl
4777            ! lib/perl5db.pl
4778 ____________________________________________________________________________
4779 [ 29414] By: nicholas                              on 2006/11/29  10:19:19
4780         Log: Fix Attribute::Handlers to cope with proxy constant subroutines.
4781      Branch: perl
4782            + lib/Attribute/Handlers/t/constants.t
4783            ! MANIFEST lib/Attribute/Handlers.pm
4784 ____________________________________________________________________________
4785 [ 29413] By: rgs                                   on 2006/11/29  09:30:02
4786         Log: Change in handling of \RNNN inside nested patterns
4787              Subject: Re: New development release in sight
4788              From: demerphq <demerphq@gmail.com>
4789              Date: Wed, 29 Nov 2006 01:07:43 +0100
4790              Message-ID: <9b18b3110611281607i3d583febtd549989dc3cabc8a@mail.gmail.com>
4791      Branch: perl
4792            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
4793 ____________________________________________________________________________
4794 [ 29412] By: nicholas                              on 2006/11/28  23:31:15
4795         Log: Bring the joy of strict to Attribute::Handlers.
4796      Branch: perl
4797            ! lib/Attribute/Handlers.pm
4798 ____________________________________________________________________________
4799 [ 29411] By: rgs                                   on 2006/11/28  17:19:40
4800         Log: Remove DOS line endings
4801              (perforce should take care of line encodings on checkout)
4802      Branch: perl
4803            ! lib/IPC/Cmd/t/02_Interactive.t lib/Log/Message.pm
4804            ! lib/Log/Message/Config.pm lib/Log/Message/Handlers.pm
4805            ! lib/Log/Message/Item.pm lib/Log/Message/t/conf/config_file
4806            ! lib/Module/Load/Conditional/t/to_load/Commented.pm
4807            ! lib/Module/Load/Conditional/t/to_load/LoadIt.pm
4808            ! lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
4809 ____________________________________________________________________________
4810 [ 29410] By: steveh                                on 2006/11/28  16:43:17
4811         Log: Fix IPC-Cmd test failure on Win32: check current directory as well
4812              as those listed in $ENV{PATH} when searching for binaries
4813      Branch: perl
4814            ! lib/IPC/Cmd.pm
4815 ____________________________________________________________________________
4816 [ 29409] By: steveh                                on 2006/11/28  16:01:55
4817         Log: Building with Visual C++ 2005 now works except for one test failure
4818      Branch: perl
4819            ! README.win32 win32/Makefile win32/makefile.mk
4820 ____________________________________________________________________________
4821 [ 29408] By: steveh                                on 2006/11/28  15:57:45
4822         Log: Silence VC++ 8 warnings about "possible loss of data"
4823      Branch: perl
4824            ! ext/POSIX/POSIX.xs pp_sys.c
4825 ____________________________________________________________________________
4826 [ 29407] By: rgs                                   on 2006/11/28  14:59:03
4827         Log: OS/2 compilation fixes by Ilya
4828              
4829              Subject: [PATCH 5.8.8] Build on OS/2
4830              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4831              Date: Tue, 28 Nov 2006 03:36:29 -0800
4832              Message-ID: <20061128113629.GA18108@powdermilk.math.berkeley.edu>
4833      Branch: perl
4834            ! config_h.SH perlvars.h
4835 ____________________________________________________________________________
4836 [ 29406] By: steveh                                on 2006/11/28  14:58:14
4837         Log: Silence 4 "unreferenced local variable" warnings from VC++
4838      Branch: perl
4839            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
4840 ____________________________________________________________________________
4841 [ 29405] By: rgs                                   on 2006/11/28  14:39:58
4842         Log: Subject: Re: [PATCH 5.8.8] Build on OS/2
4843              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4844              Date: Tue, 28 Nov 2006 05:02:20 -0800
4845              Message-ID: <20061128130220.GA18386@powdermilk.math.berkeley.edu>
4846      Branch: perl
4847            ! ext/Devel/DProf/DProf.xs
4848 ____________________________________________________________________________
4849 [ 29404] By: rgs                                   on 2006/11/28  13:50:37
4850         Log: Add Module::Pluggable
4851              (required by CPANPLUS)
4852      Branch: perl
4853            + lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
4854            + lib/Module/Pluggable/t/01use.t
4855            + lib/Module/Pluggable/t/02alsoworks.t
4856            + lib/Module/Pluggable/t/02works.t
4857            + lib/Module/Pluggable/t/02works_taint.t
4858            + lib/Module/Pluggable/t/03diffname.t
4859            + lib/Module/Pluggable/t/04acmedir.t
4860            + lib/Module/Pluggable/t/04acmedir_single.t
4861            + lib/Module/Pluggable/t/04acmepath.t
4862            + lib/Module/Pluggable/t/04acmepath_single.t
4863            + lib/Module/Pluggable/t/05postpath.t
4864            + lib/Module/Pluggable/t/06multipath.t
4865            + lib/Module/Pluggable/t/07instantiate.t
4866            + lib/Module/Pluggable/t/08nothing.t
4867            + lib/Module/Pluggable/t/09require.t
4868            + lib/Module/Pluggable/t/10innerpack.t
4869            + lib/Module/Pluggable/t/10innerpack_inner.t
4870            + lib/Module/Pluggable/t/10innerpack_noinner.t
4871            + lib/Module/Pluggable/t/10innerpack_override.t
4872            + lib/Module/Pluggable/t/11usetwice.t
4873            + lib/Module/Pluggable/t/12only.t
4874            + lib/Module/Pluggable/t/12onlyarray.t
4875            + lib/Module/Pluggable/t/12onlyregex.t
4876            + lib/Module/Pluggable/t/13except.t
4877            + lib/Module/Pluggable/t/13exceptarray.t
4878            + lib/Module/Pluggable/t/13exceptregex.t
4879            + lib/Module/Pluggable/t/14package.t
4880            + lib/Module/Pluggable/t/15topicsafe.t
4881            + lib/Module/Pluggable/t/16different_extension.t
4882            + lib/Module/Pluggable/t/17devel_inner_package.t
4883            + lib/Module/Pluggable/t/18skipped_package.t
4884            + lib/Module/Pluggable/t/19can_ok_clobber.t
4885            + lib/Module/Pluggable/t/20dodgy_files.t
4886            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4887            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4888            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4889            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4890            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4891            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4892            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4893            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4894            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4895            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4896            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4897            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4898            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4899            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4900            + lib/Module/Pluggable/t/lib/No/Middle.pm
4901            + lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
4902            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4903            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4904            ! MANIFEST
4905 ____________________________________________________________________________
4906 [ 29403] By: rgs                                   on 2006/11/28  13:32:26
4907         Log: Subject: [PATCH 5.8.8] perl5db on miniperl
4908              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
4909              Date: Tue, 28 Nov 2006 03:39:05 -0800
4910              Message-ID: <20061128113905.GA18135@powdermilk.math.berkeley.edu>
4911      Branch: perl
4912            ! lib/perl5db.pl
4913 ____________________________________________________________________________
4914 [ 29402] By: steveh                                on 2006/11/28  11:57:35
4915         Log: Give perl.exe an icon when built with MinGW and Borland
4916              
4917              It already gets an icon when built with VC++, but the MinGW and Borland
4918              builds were not making any use of the resource file.
4919              
4920              Also add the top-level directory into MinGW's resource compiler search
4921              path to assist ActivePerl builds: see:
4922              http://downloads.activestate.com/ActivePerl/src/5.8/AP819_diff.txt
4923      Branch: perl
4924            ! win32/makefile.mk
4925 ____________________________________________________________________________
4926 [ 29401] By: rgs                                   on 2006/11/28  10:45:06
4927         Log: Add IPC::Cmd to the core
4928      Branch: perl
4929            + lib/IPC/Cmd.pm lib/IPC/Cmd/t/01_IPC-Cmd.t
4930            + lib/IPC/Cmd/t/02_Interactive.t lib/IPC/Cmd/t/src/child.pl
4931            ! MANIFEST
4932 ____________________________________________________________________________
4933 [ 29400] By: rgs                                   on 2006/11/28  10:09:01
4934         Log: Typo fix (by Dominic Dunlop)
4935      Branch: perl
4936            ! cflags.SH
4937 ____________________________________________________________________________
4938 [ 29399] By: rgs                                   on 2006/11/28  09:57:24
4939         Log: Subject: [PATCH[ threads 1.53
4940              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
4941              Date: Mon, 27 Nov 2006 09:26:08 -0800 (PST)
4942              Message-ID: <965653.3725.qm@web30206.mail.mud.yahoo.com>
4943      Branch: perl
4944            ! ext/threads/Changes ext/threads/README
4945            ! ext/threads/shared/t/cond.t ext/threads/t/exit.t
4946            ! ext/threads/t/libc.t ext/threads/t/stress_re.t
4947            ! ext/threads/t/thread.t ext/threads/threads.pm
4948            ! ext/threads/threads.xs
4949 ____________________________________________________________________________
4950 [ 29398] By: stevep                                on 2006/11/28  01:32:07
4951         Log: Subject: [PATCH] Re: [PATCH] perlhack: some portability updates
4952              From: Dominic Dunlop <shouldbedomo@mac.com>
4953              Date: Sun, 26 Nov 2006 12:01:16 +0100
4954              Message-Id: <253514EB-BA57-4A43-93FA-75D6F3CF27BC@mac.com>
4955      Branch: perl
4956            ! cflags.SH perl.h pod/perlhack.pod
4957 ____________________________________________________________________________
4958 [ 29397] By: steveh                                on 2006/11/27  17:44:27
4959         Log: Add missing d_printf_format_null/PRINTF_FORMAT_NULL_OK to Win32 canned
4960              configs
4961              
4962              See:
4963              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00923.html
4964      Branch: perl
4965            ! perl.h win32/config.bc win32/config.gc win32/config.vc
4966            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
4967            ! win32/config_H.vc win32/config_H.vc64
4968 ____________________________________________________________________________
4969 [ 29396] By: steveh                                on 2006/11/27  17:39:00
4970         Log: Make the win32/makefile.mk a little safer
4971              
4972              - Add a few missing s,\,$B, substitutions. We were living dangerously
4973              with various unescaped backslashes not causing problems purely because
4974              they don't make valid ecape codes anyway, e.g. ..\perl59.dll was only
4975              working because \p isn't an escape code so it didn't get mapped to
4976              anything nasty.
4977              
4978              - Move the $(BLINK_FLAGS) out of $(mktmp ...)'s because it could contain
4979              backslashes which would otherwise need escaping. (Adding in the
4980              escaping would be another fix but other cases don't put $(BLINK_FLAGS)
4981              into $(mktmp ...) files in the first place.)
4982      Branch: perl
4983            ! win32/makefile.mk
4984 ____________________________________________________________________________
4985 [ 29395] By: rgs                                   on 2006/11/27  16:54:26
4986         Log: Add missing file to MANIFEST
4987      Branch: perl
4988            ! MANIFEST
4989 ____________________________________________________________________________
4990 [ 29394] By: nicholas                              on 2006/11/27  08:02:35
4991         Log: Move words and revcharmap out of struct _rev_trie_data and duplicate
4992              them on thread clone.
4993      Branch: perl
4994            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
4995 ____________________________________________________________________________
4996 [ 29393] By: nicholas                              on 2006/11/26  23:32:29
4997         Log: Move widecharmap out of the shared structure _reg_trie_data into the
4998              top level regdata array, so that it can be correctly duplicated on
4999              thread clone.
5000      Branch: perl
5001            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regexec.c
5002 ____________________________________________________________________________
5003 [ 29392] By: nicholas                              on 2006/11/26  23:01:46
5004         Log: Swap _reg_ac_data.trie to U32 offset into the regdata array, as
5005              preliminary to moving _reg_trie_data.widecharmap out too.
5006      Branch: perl
5007            ! regcomp.c regcomp.h regexec.c
5008 ____________________________________________________________________________
5009 [ 29391] By: nicholas                              on 2006/11/26  22:21:02
5010         Log: Moving the reference count to the front of both _reg_trie_data and
5011              _reg_ac_data allows smaller code in Perl_regdupe.
5012      Branch: perl
5013            ! regcomp.c regcomp.h
5014 ____________________________________________________________________________
5015 [ 29390] By: nicholas                              on 2006/11/26  20:52:49
5016         Log: A little reodering of the switch statement in Perl_regdupe makes a 
5017              smaller executable.
5018      Branch: perl
5019            ! regcomp.c
5020 ____________________________________________________________________________
5021 [ 29389] By: nicholas                              on 2006/11/26  20:03:16
5022         Log: Eliminated unitialised clone_params value bug accidentally added with
5023              change 28229.
5024      Branch: perl
5025            ! ext/threads/threads.xs
5026 ____________________________________________________________________________
5027 [ 29388] By: nicholas                              on 2006/11/26  20:00:36
5028         Log: Stage 1 of threadsafe-ing the trie strucutres - use shared malloc.
5029      Branch: perl
5030            ! regcomp.c
5031 ____________________________________________________________________________
5032 [ 29387] By: nicholas                              on 2006/11/26  18:44:57
5033         Log: Simplify S_add_data(), given that realloc will NULL acts as malloc().
5034      Branch: perl
5035            ! regcomp.c
5036 ____________________________________________________________________________
5037 [ 29386] By: nicholas                              on 2006/11/26  18:26:53
5038         Log: Change (well, correct) S_add_data to take and return a U32.
5039      Branch: perl
5040            ! embed.fnc proto.h regcomp.c
5041 ____________________________________________________________________________
5042 [ 29385] By: nicholas                              on 2006/11/26  18:00:05
5043         Log: Make the cache in Carp::trusts actually persist across calls :-)
5044              I made a similar mistake once long ago, and now spot the pattern.
5045      Branch: perl
5046            ! lib/Carp/Heavy.pm
5047 ____________________________________________________________________________
5048 [ 29384] By: nicholas                              on 2006/11/26  17:33:05
5049         Log: Remove unused lexical present since change 13426.
5050      Branch: perl
5051            ! lib/Carp/Heavy.pm
5052 ____________________________________________________________________________
5053 [ 29383] By: stevep                                on 2006/11/26  14:14:54
5054         Log: Adding Time::Piece to the core...again.
5055      Branch: perl
5056            + ext/Time/Piece/Changes ext/Time/Piece/Makefile.PL
5057            + ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
5058            + ext/Time/Piece/README ext/Time/Piece/Seconds.pm
5059            + ext/Time/Piece/t/01base.t ext/Time/Piece/t/02core.t
5060            + ext/Time/Piece/t/03compare.t ext/Time/Piece/t/04mjd.t
5061            + ext/Time/Piece/t/05overload.t ext/Time/Piece/t/06subclass.t
5062            ! MANIFEST Porting/Maintainers.pl
5063 ____________________________________________________________________________
5064 [ 29382] By: nicholas                              on 2006/11/26  12:38:20
5065         Log: Stop mod_perl looping forever in &Carp::shortmess_jmp as it somehow
5066              manages to forcibly re-load Carp.pm without re-loading Carp/Heavy.pm
5067      Branch: perl
5068            ! lib/Carp.pm lib/Carp/Heavy.pm
5069 ____________________________________________________________________________
5070 [ 29381] By: stevep                                on 2006/11/25  23:11:36
5071         Log: Skip test for Module::Load::Conditional that appears to be setting
5072              $^X, but not getting it right.  I'll wait to see if Jos has a fix.
5073      Branch: perl
5074            ! lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
5075 ____________________________________________________________________________
5076 [ 29380] By: craigb                                on 2006/11/25  22:19:14
5077         Log: xterm debugger support for VMS from John Malmberg (with revisions)
5078      Branch: perl
5079            ! configure.com lib/perl5db.pl vms/descrip_mms.template
5080            ! vms/vms.c
5081 ____________________________________________________________________________
5082 [ 29379] By: stevep                                on 2006/11/25  17:49:26
5083         Log: Subject: [PATCH] Add Module::Load::Conditional to the core
5084              From: "Jos Boumans" <kane@dwim.org>
5085              Date: Fri, 24 Nov 2006 18:07:54 +0100 (CET)
5086              Message-ID: <23336.80.127.35.68.1164388074.squirrel@webmail.xs4all.nl>
5087      Branch: perl
5088            + lib/Module/Load/Conditional.pm
5089            + lib/Module/Load/Conditional/t/01_Module_Load_Conditional.t
5090            + lib/Module/Load/Conditional/t/to_load/Commented.pm
5091            + lib/Module/Load/Conditional/t/to_load/LoadIt.pm
5092            + lib/Module/Load/Conditional/t/to_load/LoadMe.pl
5093            + lib/Module/Load/Conditional/t/to_load/Must/Be/Loaded.pm
5094            + lib/Module/Load/Conditional/t/to_load/ToBeLoaded
5095            ! MANIFEST
5096 ____________________________________________________________________________
5097 [ 29378] By: stevep                                on 2006/11/25  17:34:09
5098         Log: Subject: [PATCH] smoke signs suppression
5099              From: Jarkko Hietaniemi <jhi@iki.fi>
5100              Date: Sat, 25 Nov 2006 11:45:24 -0500
5101              Message-ID: <45687324.3040102@iki.fi>
5102      Branch: perl
5103            ! ext/re/re.xs iperlsys.h pp_hot.c regcomp.c regexec.c
5104 ____________________________________________________________________________
5105 [ 29377] By: stevep                                on 2006/11/25  17:29:55
5106         Log: Subject: [PATCH] perlhack: some portability updates
5107              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
5108              Date: Sat, 25 Nov 2006 17:57:23 +0200 (EET)
5109              Message-Id: <200611251557.kAPFvNKw011342@kosh.hut.fi>
5110      Branch: perl
5111            ! pod/perlhack.pod
5112 ____________________________________________________________________________
5113 [ 29376] By: steveh                                on 2006/11/24  17:11:34
5114         Log: Remove redundant macros from win32 makefiles
5115              
5116              In the course of removing redundant ByteLoader references I found that
5117              various long lists of extensions are hopelessly out of date, e.g.
5118              Compress/Zlib should be Compress/Raw/Zlib and PerlIO/*, threads/* and
5119              others are missing. It seems that these lists of extensions serve no
5120              useful purpose anyway: in Makefile they are used to delete files that
5121              should already have been deleted by the Makefile for each module, and
5122              in makefile.mk DYNAMIC_EXT wasn't used at all! So the simplest remedy
5123              is to remove them. One less maintenance headache.
5124      Branch: perl
5125            ! win32/Makefile win32/makefile.mk
5126 ____________________________________________________________________________
5127 [ 29375] By: steveh                                on 2006/11/24  15:44:23
5128         Log: Cleanup manifest file left by test script when using VC8
5129      Branch: perl
5130            ! lib/ExtUtils/t/Embed.t
5131 ____________________________________________________________________________
5132 [ 29374] By: steveh                                on 2006/11/24  15:38:24
5133         Log: Embed manifest files in DLLs built with Module-Build when using VC8
5134              
5135              This change does for Module-Build what part of #29266 did for
5136              ExtUtils-MakeMaker.
5137      Branch: perl
5138            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
5139 ____________________________________________________________________________
5140 [ 29373] By: rgs                                   on 2006/11/24  15:03:55
5141         Log: Subject: [perl #36689] &=, |= and ^= overloads are nbot documented
5142              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
5143              Date: Thu, 23 Nov 2006 17:43:12 -0200
5144              Message-ID: <73ddeb6c0611231143y1e3461dbqf30f5fce16698b5c@mail.gmail.com>
5145      Branch: perl
5146            ! lib/overload.pm lib/overload.t
5147 ____________________________________________________________________________
5148 [ 29372] By: rgs                                   on 2006/11/24  10:16:07
5149         Log: Revert change #29098 (that introduced a new warning,
5150              "Variable length character upgraded in print")
5151      Branch: perl
5152            ! doio.c pod/perl595delta.pod pod/perldiag.pod
5153 ____________________________________________________________________________
5154 [ 29371] By: rgs                                   on 2006/11/24  09:58:43
5155         Log: Un-TODO one test in pat.t ($1 kept safe after a /g match)
5156      Branch: perl
5157            ! t/op/pat.t
5158 ____________________________________________________________________________
5159 [ 29370] By: craigb                                on 2006/11/24  04:45:30
5160         Log: Even better configure.com handling for checkcfgvar.pl
5161      Branch: perl
5162            ! Porting/checkcfgvar.pl
5163 ____________________________________________________________________________
5164 [ 29369] By: craigb                                on 2006/11/24  04:42:43
5165         Log: Initialize targetarch in configure.com
5166      Branch: perl
5167            ! configure.com
5168 ____________________________________________________________________________
5169 [ 29368] By: nicholas                              on 2006/11/23  23:17:44
5170         Log: Subject: Re: [PATCH] Cleanup regexp flags and structure
5171              From: demerphq <demerphq@gmail.com>
5172              Message-ID: <9b18b3110611231021l561a9cb4te985db3f0648e097@mail.gmail.com>
5173              Date: Thu, 23 Nov 2006 19:21:38 +0100
5174              
5175              Attached patch completes the splitting out of the core from the regexp
5176              internal data.
5177      Branch: perl
5178            ! regcomp.c regexec.c regexp.h
5179 ____________________________________________________________________________
5180 [ 29367] By: stevep                                on 2006/11/23  20:51:11
5181         Log: Module::Pluggable diff had some hidden binary files in it.  I'm
5182              backing it out while Jos verifies whether those files are actually
5183              needed in the distribution or not.
5184      Branch: perl
5185            - lib/Module/Pluggable.pm lib/Module/Pluggable/Object.pm
5186            - lib/Module/Pluggable/t/01use.t
5187            - lib/Module/Pluggable/t/02alsoworks.t
5188            - lib/Module/Pluggable/t/02works.t
5189            - lib/Module/Pluggable/t/03diffname.t
5190            - lib/Module/Pluggable/t/04acmedir.t
5191            - lib/Module/Pluggable/t/04acmedir_single.t
5192            - lib/Module/Pluggable/t/04acmepath.t
5193            - lib/Module/Pluggable/t/04acmepath_single.t
5194            - lib/Module/Pluggable/t/05postpath.t
5195            - lib/Module/Pluggable/t/06multipath.t
5196            - lib/Module/Pluggable/t/07instantiate.t
5197            - lib/Module/Pluggable/t/08nothing.t
5198            - lib/Module/Pluggable/t/09require.t
5199            - lib/Module/Pluggable/t/10innerpack.t
5200            - lib/Module/Pluggable/t/10innerpack_inner.t
5201            - lib/Module/Pluggable/t/10innerpack_noinner.t
5202            - lib/Module/Pluggable/t/10innerpack_override.t
5203            - lib/Module/Pluggable/t/11usetwice.t
5204            - lib/Module/Pluggable/t/12only.t
5205            - lib/Module/Pluggable/t/12onlyarray.t
5206            - lib/Module/Pluggable/t/12onlyregex.t
5207            - lib/Module/Pluggable/t/13except.t
5208            - lib/Module/Pluggable/t/13exceptarray.t
5209            - lib/Module/Pluggable/t/13exceptregex.t
5210            - lib/Module/Pluggable/t/14package.t
5211            - lib/Module/Pluggable/t/15topicsafe.t
5212            - lib/Module/Pluggable/t/16different_extension.t
5213            - lib/Module/Pluggable/t/17devel_inner_package.t
5214            - lib/Module/Pluggable/t/18skipped_package.t
5215            - lib/Module/Pluggable/t/19can_ok_clobber.t
5216            - lib/Module/Pluggable/t/20dodgy_files.t
5217            - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
5218            - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
5219            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
5220            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
5221            - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
5222            - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
5223            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
5224            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
5225            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
5226            - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
5227            - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
5228            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
5229            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
5230            - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
5231            - lib/Module/Pluggable/t/lib/No/Middle.pm
5232            - lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
5233            - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
5234            - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
5235            ! MANIFEST
5236 ____________________________________________________________________________
5237 [ 29366] By: stevep                                on 2006/11/23  20:09:57
5238         Log: Subject: [PATCH] Add Module::Pluggable to the core
5239              From: "Jos Boumans" <kane@xs4all.net>
5240              Date: Sun, 19 Nov 2006 16:06:00 +0100 (CET)
5241              Message-ID: <4188.80.127.35.68.1163948760.squirrel@webmail.xs4all.nl>
5242      Branch: perl
5243            + lib/Devel/InnerPackage.pm lib/Module/Pluggable.pm
5244            + lib/Module/Pluggable/Object.pm lib/Module/Pluggable/t/01use.t
5245            + lib/Module/Pluggable/t/02alsoworks.t
5246            + lib/Module/Pluggable/t/02works.t
5247            + lib/Module/Pluggable/t/03diffname.t
5248            + lib/Module/Pluggable/t/04acmedir.t
5249            + lib/Module/Pluggable/t/04acmedir_single.t
5250            + lib/Module/Pluggable/t/04acmepath.t
5251            + lib/Module/Pluggable/t/04acmepath_single.t
5252            + lib/Module/Pluggable/t/05postpath.t
5253            + lib/Module/Pluggable/t/06multipath.t
5254            + lib/Module/Pluggable/t/07instantiate.t
5255            + lib/Module/Pluggable/t/08nothing.t
5256            + lib/Module/Pluggable/t/09require.t
5257            + lib/Module/Pluggable/t/10innerpack.t
5258            + lib/Module/Pluggable/t/10innerpack_inner.t
5259            + lib/Module/Pluggable/t/10innerpack_noinner.t
5260            + lib/Module/Pluggable/t/10innerpack_override.t
5261            + lib/Module/Pluggable/t/11usetwice.t
5262            + lib/Module/Pluggable/t/12only.t
5263            + lib/Module/Pluggable/t/12onlyarray.t
5264            + lib/Module/Pluggable/t/12onlyregex.t
5265            + lib/Module/Pluggable/t/13except.t
5266            + lib/Module/Pluggable/t/13exceptarray.t
5267            + lib/Module/Pluggable/t/13exceptregex.t
5268            + lib/Module/Pluggable/t/14package.t
5269            + lib/Module/Pluggable/t/15topicsafe.t
5270            + lib/Module/Pluggable/t/16different_extension.t
5271            + lib/Module/Pluggable/t/17devel_inner_package.t
5272            + lib/Module/Pluggable/t/18skipped_package.t
5273            + lib/Module/Pluggable/t/19can_ok_clobber.t
5274            + lib/Module/Pluggable/t/20dodgy_files.t
5275            + lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
5276            + lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
5277            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
5278            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
5279            + lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
5280            + lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
5281            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
5282            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
5283            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
5284            + lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
5285            + lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
5286            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
5287            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
5288            + lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
5289            + lib/Module/Pluggable/t/lib/No/Middle.pm
5290            + lib/Module/Pluggable/t/lib/OddTest/Plugin/%23Dodgy.pm
5291            + lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
5292            + lib/Module/Pluggable/t/lib/TA/C/A/I.pm
5293            ! MANIFEST
5294 ____________________________________________________________________________
5295 [ 29365] By: nicholas                              on 2006/11/23  19:29:57
5296         Log: Change 29364 forgot to turn the POK flag on.
5297      Branch: perl
5298            ! sv.c
5299 ____________________________________________________________________________
5300 [ 29364] By: nicholas                              on 2006/11/23  17:16:34
5301         Log: Assigning to a PVCV effectively just sets the prototype, so make this
5302              the exact behaviour. (Fixes bug #40681, which prevents mod_perl from
5303              building)
5304      Branch: perl
5305            ! sv.c
5306 ____________________________________________________________________________
5307 [ 29363] By: nicholas                              on 2006/11/23  16:59:04
5308         Log: Remove superfluous SvROK()
5309      Branch: perl
5310            ! sv.c
5311 ____________________________________________________________________________
5312 [ 29362] By: craigb                                on 2006/11/23  16:11:16
5313         Log: Tune configure.com checking to ignore trailing comments.
5314      Branch: perl
5315            ! Porting/checkcfgvar.pl
5316 ____________________________________________________________________________
5317 [ 29361] By: rgs                                   on 2006/11/23  15:55:47
5318         Log: Fix for bug #38631: tied variables don't work with .= <>
5319      Branch: perl
5320            ! pp_hot.c t/op/readline.t
5321 ____________________________________________________________________________
5322 [ 29360] By: rgs                                   on 2006/11/23  12:57:18
5323         Log: Subject: [PATCH] Cleanup regexp flags and structure
5324              From: demerphq <demerphq@gmail.com>
5325              Date: Thu, 23 Nov 2006 12:36:24 +0100
5326              Message-ID: <9b18b3110611230336p3ce3b16du47cd5398dea8d873@mail.gmail.com>
5327      Branch: perl
5328            ! dump.c ext/re/re.xs mg.c op.c op.h pp.c pp_hot.c regcomp.c
5329            ! regexec.c regexp.h
5330 ____________________________________________________________________________
5331 [ 29359] By: rgs                                   on 2006/11/23  11:28:28
5332         Log: More safety in free()s
5333      Branch: perl
5334            ! op.c
5335 ____________________________________________________________________________
5336 [ 29358] By: steveh                                on 2006/11/23  11:06:47
5337         Log: Silence VC8's warnings about "unsafe" CRT functions and POSIX CRT
5338              function names being deprecated, and add a note to perltodo to
5339              revisit this one day.
5340      Branch: perl
5341            ! pod/perltodo.pod win32/Makefile win32/makefile.mk
5342 ____________________________________________________________________________
5343 [ 29357] By: rgs                                   on 2006/11/23  10:05:43
5344         Log: Subject: [PATCH lib/ExtUtils/t/build_man.t] installman3dir is null
5345              From: "Robin Barker" <Robin.Barker@npl.co.uk>
5346              Date: Tue, 21 Nov 2006 16:48:35 -0000
5347              Message-ID: <2C2E01334A940D4792B3E115F95B7226120ABE@exchsvr1.npl.ad.local>
5348      Branch: perl
5349            ! lib/ExtUtils/t/build_man.t
5350 ____________________________________________________________________________
5351 [ 29356] By: stevep                                on 2006/11/23  03:09:08
5352         Log: Upgrade to PathTools-3.24.
5353      Branch: perl
5354            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
5355            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
5356 ____________________________________________________________________________
5357 [ 29355] By: steveh                                on 2006/11/22  17:20:05
5358         Log: Update makefile.mk as per Makefile w.r.t. #29308 and #29323
5359      Branch: perl
5360            ! win32/makefile.mk
5361 ____________________________________________________________________________
5362 [ 29354] By: rgs                                   on 2006/11/22  17:09:33
5363         Log: Subject: \G with /g results in infinite loop in 5.6 and later
5364              From: demerphq <demerphq@gmail.com>
5365              Date: Wed, 22 Nov 2006 17:11:02 +0100
5366              Message-ID: <9b18b3110611220811k1a54f650t1bd7c6a9450b0a7e@mail.gmail.com>
5367      Branch: perl
5368            ! pod/perldiag.pod pod/perlre.pod pp_hot.c regcomp.c regcomp.h
5369            ! regcomp.sym regexec.c regexp.h t/op/pat.t t/op/regmesg.t
5370 ____________________________________________________________________________
5371 [ 29353] By: stevep                                on 2006/11/22  17:00:54
5372         Log: Subject: POSIX::remove() and directories
5373              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
5374              Date: Wed, 22 Nov 2006 17:41:55 +0100
5375              Message-ID: <3852726AFA94DE4F87E616F13F416A5F0A912F@naimucu1.ffz00k.rootdom.net>
5376      Branch: perl
5377            ! ext/POSIX/POSIX.pm
5378 ____________________________________________________________________________
5379 [ 29352] By: steveh                                on 2006/11/22  16:49:10
5380         Log: VC8 regards 60 seconds as an invalid parameter for strftime()
5381              so skip the test in that case.
5382      Branch: perl
5383            ! ext/POSIX/t/posix.t
5384 ____________________________________________________________________________
5385 [ 29351] By: rgs                                   on 2006/11/22  15:17:54
5386         Log: Don't AUTOLOAD DESTROY from Attribute::Handlers.
5387              (patch by Jerry D. Hedden for CPAN bug #1911)
5388      Branch: perl
5389            ! lib/Attribute/Handlers.pm
5390 ____________________________________________________________________________
5391 [ 29350] By: steveh                                on 2006/11/22  15:11:41
5392         Log: Fix infinite loop in Perl_my_strftime() for failing strftime()
5393      Branch: perl
5394            ! util.c
5395 ____________________________________________________________________________
5396 [ 29349] By: rgs                                   on 2006/11/22  14:30:19
5397         Log: More doc nits on Switch, and bump version to 2.11 for upcoming CPAN release.
5398      Branch: perl
5399            ! lib/Switch.pm
5400 ____________________________________________________________________________
5401 [ 29348] By: stevep                                on 2006/11/22  14:10:07
5402         Log: Subject: Re: [perl #40917] Benchmark fails under -Mbignum
5403              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5404              Date: Wed, 22 Nov 2006 22:32:46 +0900
5405              Message-Id: <20061122223227.193E.BQW10602@nifty.com>
5406      Branch: perl
5407            ! lib/Benchmark.pm
5408 ____________________________________________________________________________
5409 [ 29347] By: rgs                                   on 2006/11/22  13:57:12
5410         Log: Fix a number of documentation issues in Switch.pm (code examples
5411              that do not compile, typos, obscure examples)
5412      Branch: perl
5413            ! lib/Switch.pm
5414 ____________________________________________________________________________
5415 [ 29346] By: rgs                                   on 2006/11/22  10:03:51
5416         Log: Remove tests for POD or POD coverage -- they're always skipped.
5417      Branch: perl
5418            - ext/Compress/IO/Base/t/99pod.t ext/Compress/IO/Zlib/t/999pod.t
5419            - ext/Compress/Raw/Zlib/t/99pod.t ext/Compress/Zlib/t/99pod.t
5420            - ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
5421            - lib/Term/ANSIColor/t/pod.t lib/Test/Harness/t/pod.t
5422            - lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
5423            ! MANIFEST
5424 ____________________________________________________________________________
5425 [ 29345] By: rgs                                   on 2006/11/22  09:56:14
5426         Log: - Restore two Text::Balanced tests, more comprehensive in bleadperl than
5427              in CPAN.
5428              - Restore a local bugfix, tested by the above tests.
5429              - Fix a few typos in the POD for Text::Balanced
5430              - Bump version of Text::Balanced
5431      Branch: perl
5432            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
5433            ! lib/Text/Balanced/t/extqlk.t
5434 ____________________________________________________________________________
5435 [ 29344] By: rgs                                   on 2006/11/22  09:12:16
5436         Log: Sync Text::Balanced with the CPAN version (1.99.1)
5437      Branch: perl
5438            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
5439            ! lib/Text/Balanced/README lib/Text/Balanced/t/extmul.t
5440            ! lib/Text/Balanced/t/extqlk.t
5441 ____________________________________________________________________________
5442 [ 29343] By: rgs                                   on 2006/11/21  17:24:19
5443         Log: Remove assertions.pm review from perltodo
5444      Branch: perl
5445            ! pod/perltodo.pod
5446 ____________________________________________________________________________
5447 [ 29342] By: rgs                                   on 2006/11/21  16:32:42
5448         Log: Subject: [PATCH] threads 1.52
5449              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5450              Date: Tue, 21 Nov 2006 08:26:28 -0800 (PST)
5451              Message-ID: <204140.57721.qm@web30207.mail.mud.yahoo.com>
5452      Branch: perl
5453            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
5454            ! ext/threads/t/thread.t ext/threads/threads.pm
5455            ! ext/threads/threads.xs
5456 ____________________________________________________________________________
5457 [ 29341] By: merijn                                on 2006/11/21  16:18:49
5458         Log: Upgrade warning should only be issued if upgrade happens
5459      Branch: perl
5460            ! hints/hpux.sh
5461 ____________________________________________________________________________
5462 [ 29340] By: rgs                                   on 2006/11/21  16:08:34
5463         Log: Regenerate Changes, add nits in perldelta
5464      Branch: perl
5465            ! Changes pod/perl595delta.pod
5466 ____________________________________________________________________________
5467 [ 29339] By: merijn                                on 2006/11/21  16:03:30
5468         Log: Silence some warnings during Configure
5469      Branch: perl
5470            ! hints/hpux.sh
5471 ____________________________________________________________________________
5472 [ 29338] By: merijn                                on 2006/11/21  15:16:46
5473         Log: No more 5005thread messages from Configure for 5.9.x and up
5474      Branch: perl
5475            ! Configure Porting/Glossary config_h.SH
5476 ____________________________________________________________________________
5477 [ 29336] By: rgs                                   on 2006/11/21  14:45:19
5478         Log: Invalidate the method lookup cache when assigning to a glob
5479              named "isa". (That happens when importing "isa" from UNIVERSAL,
5480              for example.) Fixes bug #24824.
5481      Branch: perl
5482            ! pp_hot.c t/op/universal.t
5483 ____________________________________________________________________________
5484 [ 29335] By: rgs                                   on 2006/11/21  10:22:21
5485         Log: Remove warnings against WHOA THERE warnings from the hints files.
5486      Branch: perl
5487            ! hints/machten.sh hints/machten_2.sh hints/sco.sh
5488            ! hints/solaris_2.sh hints/sunos_4_1.sh hints/ultrix_4.sh
5489            ! hints/umips.sh
5490 ____________________________________________________________________________
5491 [ 29334] By: rgs                                   on 2006/11/21  10:17:36
5492         Log: Remove description of WHOA THERE messages for recommended hint values,
5493              removed by change #29288.
5494      Branch: perl
5495            ! INSTALL
5496 ____________________________________________________________________________
5497 [ 29333] By: rgs                                   on 2006/11/21  09:15:43
5498         Log: Remove the test counter checker at the end of t/op/pat.t : it
5499              doesn't get updated correctly.
5500      Branch: perl
5501            ! t/op/pat.t
5502 ____________________________________________________________________________
5503 [ 29332] By: stevep                                on 2006/11/21  03:59:34
5504         Log: "This is going to be slow."  This change switches OpenBSD locale
5505              tests from the spaghetti doneness test to specifically testing
5506              locales in its /usr/share/locale.  Speeds up lib/locale.t to 
5507              13 minutes a run vs. the previous time of over two hours.
5508      Branch: perl
5509            ! lib/locale.t
5510 ____________________________________________________________________________
5511 [ 29331] By: nicholas                              on 2006/11/20  22:53:39
5512         Log: Correct typo in test description.
5513      Branch: perl
5514            ! t/op/pat.t
5515 ____________________________________________________________________________
5516 [ 29330] By: rgs                                   on 2006/11/20  18:03:43
5517         Log: Unify the two warnings "Can't declare %s in %s", in line with what's
5518              documented in perldiag.
5519      Branch: perl
5520            ! op.c t/op/attrs.t
5521 ____________________________________________________________________________
5522 [ 29329] By: rgs                                   on 2006/11/20  16:05:33
5523         Log: Subject: [PATCH] Re: thread free problem
5524              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5525              Date: Mon, 20 Nov 2006 07:32:36 -0800 (PST)
5526              Message-ID: <696736.39963.qm@web30204.mail.mud.yahoo.com>
5527      Branch: perl
5528            ! op.c
5529 ____________________________________________________________________________
5530 [ 29328] By: rgs                                   on 2006/11/20  15:31:03
5531         Log: Actually, undef $SIG{FOO} should restore the default signal
5532              handler. Else, once we exit a block where the signal handler was
5533              localized, it becomes ignored.
5534      Branch: perl
5535            ! mg.c
5536 ____________________________________________________________________________
5537 [ 29327] By: rgs                                   on 2006/11/20  15:19:36
5538         Log: Make undef $SIG{FOO} ignore the signal FOO
5539      Branch: perl
5540            ! mg.c
5541 ____________________________________________________________________________
5542 [ 29326] By: rgs                                   on 2006/11/20  14:51:46
5543         Log: Subject: [patch@29297] perl5db.pl detecting forked debugger on VMS.
5544              From: "John E. Malmberg" <wb8tyw@qsl.net>
5545              Date: Sat, 18 Nov 2006 23:07:17 -0500
5546              Message-ID: <455FD875.8050007@qsl.net>
5547      Branch: perl
5548            ! lib/perl5db.pl
5549 ____________________________________________________________________________
5550 [ 29325] By: rgs                                   on 2006/11/20  14:04:22
5551         Log: Fix precedence problem
5552      Branch: perl
5553            ! mg.c
5554 ____________________________________________________________________________
5555 [ 29324] By: rgs                                   on 2006/11/20  13:36:10
5556         Log: Patch by Yves Orton to fix the regression reported in :
5557              Subject: 28325/6 break DateTime::Format::Strptime
5558              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
5559              Date: Sun, 19 Nov 2006 05:41:53 +0100
5560              Message-ID: <877ixs6oa6.fsf@k75.linux.bogus>
5561      Branch: perl
5562            ! ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
5563            ! ext/re/t/regop.t pp.sym pp_proto.h regcomp.c regexec.c
5564            ! t/op/pat.t
5565 ____________________________________________________________________________
5566 [ 29323] By: rgs                                   on 2006/11/20  11:19:29
5567         Log: Extend the test-reonly make target on windows (Yves Orton)
5568      Branch: perl
5569            ! win32/Makefile
5570 ____________________________________________________________________________
5571 [ 29322] By: rgs                                   on 2006/11/20  11:18:03
5572         Log: Un-TODO tests for bug #32840, plus some new tests,
5573              by Yves Orton
5574      Branch: perl
5575            ! t/op/rxcode.t
5576 ____________________________________________________________________________
5577 [ 29321] By: steveh                                on 2006/11/20  10:38:07
5578         Log: Revert #29307. It doesn't fix the XXX after all. Using "$(shell @type )"
5579              on a temporary file just inserts the contents of the file in question
5580              into the command-line, exactly like putting the data there in the first
5581              place would achieve. It doesn't avoid creating a long command-line as we
5582              would like to do.
5583      Branch: perl
5584            ! win32/makefile.mk
5585 ____________________________________________________________________________
5586 [ 29320] By: rgs                                   on 2006/11/20  09:54:10
5587         Log: Update Text::Tabs and Text::Wrap to version 2006.1117
5588      Branch: perl
5589            + lib/Text/TabsWrap/t/Jacobson.t lib/Text/TabsWrap/t/Jacobson2.t
5590            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
5591            ! lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
5592            ! lib/Text/Wrap.pm
5593 ____________________________________________________________________________
5594 [ 29319] By: rgs                                   on 2006/11/19  15:36:29
5595         Log: Subject: [PATCH] ExtUtils/typemap: better error messages + constant string optimization
5596              From: Alexey Tourbin <at@altlinux.ru>
5597              Date: Sat, 18 Nov 2006 05:06:47 +0300
5598              Message-ID: <20061118020647.GA23287@localhost.localdomain>
5599      Branch: perl
5600            ! lib/ExtUtils/typemap
5601 ____________________________________________________________________________
5602 [ 29318] By: rgs                                   on 2006/11/19  13:56:32
5603         Log: Subject: Re: [PATCH] Study SUSPEND (and recursion) properly
5604              From: demerphq <demerphq@gmail.com>
5605              Date: Fri, 17 Nov 2006 13:34:42 +0100
5606              Message-ID: <9b18b3110611170434w218b4e86x7d61df2d1166a746@mail.gmail.com>
5607      Branch: perl
5608            ! regcomp.c
5609 ____________________________________________________________________________
5610 [ 29317] By: craigb                                on 2006/11/18  17:02:38
5611         Log: Update skip count for VMS.
5612      Branch: perl
5613            ! t/uni/class.t
5614 ____________________________________________________________________________
5615 [ 29316] By: nicholas                              on 2006/11/18  16:14:18
5616         Log: Subject: [perl #40921] shellwords.pl cannot handle trailing backslash
5617              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
5618              Message-ID: <rt-3.5.HEAD-32013-1163784707-1469.40921-75-0@perl.org>
5619              Date: Fri, 17 Nov 2006 09:31:48 -0800
5620              
5621              (and convert the example to a test)
5622      Branch: perl
5623            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
5624 ____________________________________________________________________________
5625 [ 29315] By: nicholas                              on 2006/11/18  15:32:04
5626         Log: Convert lib/Text/ParseWords.t to Test::More
5627      Branch: perl
5628            ! lib/Text/ParseWords.t
5629 ____________________________________________________________________________
5630 [ 29314] By: stevep                                on 2006/11/18  05:42:14
5631         Log: Sync up the function definitions for Perl_my_popen with the prototype.
5632      Branch: perl
5633            ! util.c
5634 ____________________________________________________________________________
5635 [ 29313] By: stevep                                on 2006/11/18  05:04:42
5636         Log: Tweaks needed to get Perl compiling with g++ on OpenBSD.
5637      Branch: perl
5638            ! perl.h perlio.c
5639 ____________________________________________________________________________
5640 [ 29312] By: merijn                                on 2006/11/17  20:46:20
5641         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
5642              From: "yves orton via RT" <perlbug-followup@perl.org>
5643              Date: Fri, 17 Nov 2006 10:17:48 -0800
5644              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
5645      Branch: perl
5646            ! mg.c t/op/pat.t
5647 ____________________________________________________________________________
5648 [ 29311] By: merijn                                on 2006/11/17  20:28:27
5649         Log: Subject: [perl #18209] bug in regex s/\s$word\s/ /gi; and $& 
5650              From: "yves orton via RT" <perlbug-followup@perl.org>
5651              Date: Fri, 17 Nov 2006 10:17:48 -0800
5652              Message-ID: <rt-3.5.HEAD-1713-1163787467-1300.18209-15-0@perl.org>
5653      Branch: perl
5654            ! t/op/pat.t
5655 ____________________________________________________________________________
5656 [ 29310] By: merijn                                on 2006/11/17  20:25:27
5657         Log: Subject: [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 
5658              From: "yves orton via RT" <perlbug-followup@perl.org>
5659              Date: Fri, 17 Nov 2006 09:48:14 -0800
5660              Message-ID: <rt-3.5.HEAD-1666-1163785693-404.22395-15-0@perl.org>
5661      Branch: perl
5662            ! regcomp.c t/op/pat.t
5663 ____________________________________________________________________________
5664 [ 29309] By: merijn                                on 2006/11/17  20:12:20
5665         Log: Subject: [perl #17542] regex confusion 
5666              From: "yves orton via RT" <perlbug-followup@perl.org>
5667              Date: Fri, 17 Nov 2006 07:40:15 -0800
5668              Message-ID: <rt-3.5.HEAD-32013-1163778013-580.17542-15-0@perl.org>
5669      Branch: perl
5670            ! t/op/subst.t
5671 ____________________________________________________________________________
5672 [ 29308] By: merijn                                on 2006/11/17  19:54:49
5673         Log: Subject: [perl #36909] $^R undefined on matches involving backreferences
5674              From: yves orton via RT <bugs-perl5@bugs6.perl.org>
5675              Date: Nov 17, 2006 4:07 PM
5676      Branch: perl
5677            ! regcomp.c regexec.c t/op/pat.t t/op/subst.t win32/Makefile
5678 ____________________________________________________________________________
5679 [ 29307] By: steveh                                on 2006/11/17  17:07:33
5680         Log: Fix the XXX in #29303
5681      Branch: perl
5682            ! win32/makefile.mk
5683 ____________________________________________________________________________
5684 [ 29306] By: steveh                                on 2006/11/17  15:55:51
5685         Log: Tidy up Makefile part of #29260 and apply to makefile.mk too
5686      Branch: perl
5687            ! win32/Makefile win32/makefile.mk
5688 ____________________________________________________________________________
5689 [ 29305] By: steveh                                on 2006/11/17  15:45:26
5690         Log: Install perl-static.exe if it was built
5691              
5692              Perhaps this should be done via "installperl" so as to get, e.g.,
5693              perl5.9.5-static.exe and honour INST_VER and INST_ARCH?
5694              
5695              Just do it quick-and-dirty for now, as is done for wperl.exe. It
5696              can always be fixed later if anyone wants it.
5697      Branch: perl
5698            ! win32/Makefile win32/makefile.mk
5699 ____________________________________________________________________________
5700 [ 29304] By: rgs                                   on 2006/11/17  15:45:23
5701         Log: Subject: [patch@29297] d_printf_format_null needed in configure.com
5702              From: "John E. Malmberg" <wb8tyw@qsl.net>
5703              Date: Fri, 17 Nov 2006 10:22:50 -0500
5704              Message-ID: <455DD3CA.6050405@qsl.net>
5705      Branch: perl
5706            ! configure.com
5707 ____________________________________________________________________________
5708 [ 29303] By: steveh                                on 2006/11/17  15:12:12
5709         Log: Add perl-static.exe support to win32/makefile.mk
5710              
5711              This applies the same changes that were made in win32/Makefile by
5712              changes #29285 and #29296, plus a tweak to win32/runperl.c to fix
5713              a linker error when using MinGW/gcc
5714      Branch: perl
5715            ! win32/makefile.mk win32/runperl.c
5716 ____________________________________________________________________________
5717 [ 29302] By: nicholas                              on 2006/11/17  13:01:51
5718         Log: Change 29297 omitted a semicolon.
5719      Branch: perl
5720            ! t/op/taint.t
5721 ____________________________________________________________________________
5722 [ 29301] By: rgs                                   on 2006/11/17  11:06:48
5723         Log: Subject: [PATCH] Study SUSPEND (and recursion) properly
5724              From: demerphq <demerphq@gmail.com>
5725              Date: Thu, 16 Nov 2006 20:32:11 +0100
5726              Message-ID: <9b18b3110611161132j695ee86ata939a149b08efb11@mail.gmail.com>
5727      Branch: perl
5728            ! regcomp.c t/op/pat.t
5729 ____________________________________________________________________________
5730 [ 29300] By: rgs                                   on 2006/11/17  09:45:56
5731         Log: Doc nits to re.pm
5732      Branch: perl
5733            ! ext/re/re.pm
5734 ____________________________________________________________________________
5735 [ 29299] By: rgs                                   on 2006/11/17  09:38:56
5736         Log: Subject: [PATCH] add regmust() to re.pm/re.xs
5737              From: demerphq <demerphq@gmail.com>
5738              Date: Fri, 17 Nov 2006 00:54:13 +0100
5739              Message-ID: <9b18b3110611161554m222446bay7912ec1f778d3aaa@mail.gmail.com>
5740      Branch: perl
5741            ! ext/re/re.pm ext/re/re.xs ext/re/t/re_funcs.t pod/perltodo.pod
5742 ____________________________________________________________________________
5743 [ 29298] By: steveh                                on 2006/11/17  08:53:21
5744         Log: Add missing d_ctermid/HAS_CTERMID to Win32 canned configs
5745      Branch: perl
5746            ! win32/config.bc win32/config.gc win32/config.vc
5747            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
5748            ! win32/config_H.vc win32/config_H.vc64
5749 ____________________________________________________________________________
5750 [ 29297] By: stevep                                on 2006/11/17  04:20:01
5751         Log: Change #27951 added tests to t/op/taint.t involving taint, opening 
5752              "|-".  Unfortunately, this usually reacts badly on OpenBSD with
5753              threaded Perls, causing zombie processes nearly every time this is run.
5754              For now, skipping the test seem reasonable while working on a solution
5755              to the problem.
5756      Branch: perl
5757            ! t/op/taint.t
5758 ____________________________________________________________________________
5759 [ 29296] By: steveh                                on 2006/11/16  14:28:59
5760         Log: Fix Extensions_static dependencies to avoid relinking every time
5761              
5762              Subject: Re: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.ex e fo r win32
5763              From: demerphq <demerphq@gmail.com>
5764              Date: Thu, 16 Nov 2006 13:58:32 +0100
5765              Message-ID: <9b18b3110611160458r6bebb7f6k8421abe68b474997@mail.gmail.com>
5766      Branch: perl
5767            ! win32/Makefile
5768 ____________________________________________________________________________
5769 [ 29295] By: rgs                                   on 2006/11/16  13:35:14
5770         Log: Remove duplicate declaration
5771      Branch: perl
5772            ! regexp.h
5773 ____________________________________________________________________________
5774 [ 29294] By: rgs                                   on 2006/11/16  11:55:07
5775         Log: Clarifications to close() docs, pointed out by Peter Dintelmann
5776      Branch: perl
5777            ! pod/perlfunc.pod
5778 ____________________________________________________________________________
5779 [ 29293] By: rgs                                   on 2006/11/16  10:24:47
5780         Log: Subject: [PATCH] threads 1.51
5781              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
5782              Date: Wed, 15 Nov 2006 11:36:58 -0800 (PST)
5783              Message-ID: <71793.95536.qm@web30213.mail.mud.yahoo.com>
5784      Branch: perl
5785            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
5786            ! ext/threads/t/thread.t ext/threads/threads.pm
5787            ! ext/threads/threads.xs
5788 ____________________________________________________________________________
5789 [ 29292] By: steveh                                on 2006/11/16  09:30:48
5790         Log: Update checkcfgvars.pl: config.ce is in win32/ in 5.9.x
5791              Leave wince/config.ce in the list as well, though, because that still
5792              exists in 5.8.x
5793      Branch: perl
5794            ! Porting/checkcfgvar.pl
5795 ____________________________________________________________________________
5796 [ 29291] By: merijn                                on 2006/11/16  09:13:08
5797         Log: Extended uconfig.sh based on Porting/checkcfgvar.pl findings
5798      Branch: perl
5799            ! uconfig.sh
5800 ____________________________________________________________________________
5801 [ 29289] By: merijn                                on 2006/11/16  08:07:33
5802         Log: Yet another step in generation a more reliable Glossary
5803      Branch: perl
5804            ! Porting/Glossary Porting/config.sh
5805 ____________________________________________________________________________
5806 [ 29288] By: merijn                                on 2006/11/15  21:36:30
5807         Log: 1. Less Whoa there, based on a suggestion by Andy Dougherty
5808              2. d_printf_format_null, based on a patch by Robin Barker
5809      Branch: perl
5810            ! Configure Porting/Glossary config_h.SH
5811 ____________________________________________________________________________
5812 [ 29285] By: steveh                                on 2006/11/15  18:07:44
5813         Log: Add support for building a perl-static.exe that doesn't depend on
5814              the perl59.dll. It currently can't load DLL extension modules, so
5815              any that are required must be statically linked too. This may be
5816              fixed sometime.  Changes to win32/makefile.mk also to follow.
5817              
5818              Subject: RE: [PATCH@29224] RE: [patch-at-29217] static linkage for perl.exe fo r win32
5819              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
5820              Date: Mon, 13 Nov 2006 19:45:05 +0100
5821              Message-ID: <E3FB32585BF1D411B9E900805FF51A080207FA41@ru0022exch001u.ru.lucent.com>
5822              
5823              (with minor tweaks for cleanup and embedding manifest file)
5824      Branch: perl
5825            ! win32/Makefile
5826 ____________________________________________________________________________
5827 [ 29284] By: steveh                                on 2006/11/15  17:32:24
5828         Log: Fix tests added by #29248 and #29249
5829      Branch: perl
5830            ! ext/XS/APItest/APItest.xs ext/XS/APItest/core_or_not.inc
5831 ____________________________________________________________________________
5832 [ 29283] By: rgs                                   on 2006/11/15  15:28:53
5833         Log: Subject: [perl #39026] Tie::Memoize::EXISTS not caching the value 
5834              From: Len Weisberg (via RT) <perlbug-followup@perl.org>
5835              Date: Fri, 28 Apr 2006 20:36:05 -0700
5836              Message-ID: <rt-3.0.11-39026-132847.17.5801704932685@perl.org>
5837      Branch: perl
5838            ! lib/Tie/Memoize.pm
5839 ____________________________________________________________________________
5840 [ 29282] By: rgs                                   on 2006/11/15  13:56:52
5841         Log: FAQ sync
5842      Branch: perl
5843            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5844            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
5845            ! pod/perlfaq9.pod
5846 ____________________________________________________________________________
5847 [ 29281] By: rgs                                   on 2006/11/15  13:03:34
5848         Log: Fix a signedness cast warning
5849      Branch: perl
5850            ! sv.c
5851 ____________________________________________________________________________
5852 [ 29280] By: rgs                                   on 2006/11/15  12:51:48
5853         Log: Tweaks to the debugger test by Richard Foley,
5854              plus fix auxiliary file path
5855      Branch: perl
5856            ! lib/perl5db.t
5857 ____________________________________________________________________________
5858 [ 29279] By: rgs                                   on 2006/11/15  12:41:24
5859         Log: Subject: Re: [PATCH] Fix RT#19049 and add relative backreferences
5860              From: demerphq <demerphq@gmail.com>
5861              Date: Wed, 15 Nov 2006 12:29:39 +0100
5862              Message-ID: <9b18b3110611150329l206e4552w887ae5f0a3f7ca80@mail.gmail.com>
5863      Branch: perl
5864            ! ext/re/re.xs pod/perl595delta.pod pod/perldiag.pod
5865            ! pod/perlre.pod pod/perlreguts.pod regcomp.c regexec.c regexp.h
5866            ! t/op/pat.t t/op/re_tests
5867 ____________________________________________________________________________
5868 [ 29278] By: rgs                                   on 2006/11/15  11:12:30
5869         Log: Move the test files for the debugger in a t/ subdirectory, so they
5870              don't get installed
5871      Branch: perl
5872           +> lib/perl5db/t/eval-line-bug
5873            - lib/perl5db/eval-line-bug
5874            ! MANIFEST
5875 ____________________________________________________________________________
5876 [ 29277] By: rgs                                   on 2006/11/15  10:37:58
5877         Log: Subject: Re: Fix linker error on Win32
5878              From: demerphq <demerphq@gmail.com>
5879              Date: Wed, 15 Nov 2006 10:36:34 +0100
5880              Message-ID: <9b18b3110611150136n7c90d187t5cf49847f153a537@mail.gmail.com>
5881      Branch: perl
5882            ! ext/XS/APItest/core_or_not.inc
5883 ____________________________________________________________________________
5884 [ 29276] By: stevep                                on 2006/11/15  04:33:20
5885         Log: Subject: [PATCH] Makefile.SH: lib/re.pm often messes restarted parallel makes
5886              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
5887              Date: Wed, 15 Nov 2006 05:48:32 +0200 (EET)
5888              Message-Id: <20061115034832.43B7E8B3E7@seth.hut.fi>
5889      Branch: perl
5890            ! Makefile.SH
5891 ____________________________________________________________________________
5892 [ 29275] By: davem                                 on 2006/11/14  23:24:45
5893         Log: debugger test could hang if run with umask 0002
5894      Branch: perl
5895            ! lib/perl5db.t
5896 ____________________________________________________________________________
5897 [ 29274] By: rgs                                   on 2006/11/14  16:59:45
5898         Log: A first regression test for the debugger, by Shlomi Fish
5899              and Richard Foley.
5900      Branch: perl
5901            + lib/perl5db.t lib/perl5db/eval-line-bug
5902            ! MANIFEST
5903 ____________________________________________________________________________
5904 [ 29273] By: rgs                                   on 2006/11/14  14:19:46
5905         Log: Fix bug #39037: rcatline doesn't stringify references
5906      Branch: perl
5907            ! pp_hot.c t/op/readline.t
5908 ____________________________________________________________________________
5909 [ 29272] By: rgs                                   on 2006/11/14  12:36:15
5910         Log: Doc patch by Thomas O Smailus :
5911              Subject: Fwd: [perl #40866] Error on doc page? (File::Basename)
5912              From: "Adriano Rodrigues" <a.r.ferreira@gmail.com>
5913              Date: Tue, 14 Nov 2006 10:24:38 -0200
5914              Message-ID: <73ddeb6c0611140424t26b01d0aq667ca95e77f25e6@mail.gmail.com>
5915      Branch: perl
5916            ! lib/File/Basename.pm
5917 ____________________________________________________________________________
5918 [ 29271] By: rgs                                   on 2006/11/14  11:35:04
5919         Log: Assert that we don't access strings saved for $1 etc. out of bounds
5920      Branch: perl
5921            ! mg.c
5922 ____________________________________________________________________________
5923 [ 29270] By: rgs                                   on 2006/11/14  10:18:00
5924         Log: Subject: Re: Why aren't %Carp::Internal and %Carp::CarpInternal documented?
5925              From: "Ben Tilly" <btilly@gmail.com>
5926              Date: Sun, 22 Oct 2006 14:07:23 -0700
5927              Message-ID: <acc274b30610221407o39e0157gad44ad5828c2bc21@mail.gmail.com>
5928      Branch: perl
5929            ! lib/Carp.pm lib/Carp.t lib/Carp/Heavy.pm
5930 ____________________________________________________________________________
5931 [ 29269] By: rgs                                   on 2006/11/14  09:40:43
5932         Log: Subject: [PATCH] ParseXS.pm: small optimization for "Usage: ..." constant strings
5933              From: Alexey Tourbin <at@altlinux.ru>
5934              Date: Tue, 14 Nov 2006 05:45:40 +0300
5935              Message-ID: <20061114024540.GA21986@localhost.localdomain>
5936      Branch: perl
5937            ! lib/ExtUtils/ParseXS.pm
5938 ____________________________________________________________________________
5939 [ 29268] By: rgs                                   on 2006/11/14  09:36:17
5940         Log: Subject: Fwd: Memory leak with s/// and hashes
5941              From: demerphq <demerphq@gmail.com>
5942              Date: Tue, 14 Nov 2006 00:38:31 +0100
5943              Message-ID: <9b18b3110611131538kc00175ft4db7ff71df22e766@mail.gmail.com>
5944      Branch: perl
5945            ! regcomp.c regexec.c regexp.h
5946 ____________________________________________________________________________
5947 [ 29267] By: rgs                                   on 2006/11/14  06:59:03
5948         Log: Subject: [PATCH] Allow negative indexing in recursive patterns
5949              From: demerphq <demerphq@gmail.com>
5950              Date: Mon, 13 Nov 2006 18:59:32 +0100
5951              Message-ID: <9b18b3110611130959k1fdd2485yd8eb1cd428de570a@mail.gmail.com>
5952      Branch: perl
5953            ! pod/perlre.pod regcomp.c t/op/pat.t t/op/re_tests
5954 ____________________________________________________________________________
5955 [ 29266] By: steveh                                on 2006/11/13  18:09:58
5956         Log: Embed manifest files in EXEs and DLLs when building with VC++ 8.x
5957              
5958              See the thread starting here for details:
5959              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00398.html
5960              
5961              (Still need to do something for Module::Build somtime...)
5962      Branch: perl
5963            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
5964            ! win32/Makefile win32/makefile.mk
5965 ____________________________________________________________________________
5966 [ 29265] By: rgs                                   on 2006/11/13  15:52:54
5967         Log: Todo (nice to have): an improvement to ~~
5968      Branch: perl
5969            ! pod/perltodo.pod
5970 ____________________________________________________________________________
5971 [ 29264] By: stevep                                on 2006/11/13  15:10:16
5972         Log: Upgrade to CPAN-1.88_62
5973      Branch: perl
5974            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
5975            ! lib/CPAN/SIGNATURE
5976 ____________________________________________________________________________
5977 [ 29263] By: rgs                                   on 2006/11/13  15:05:27
5978         Log: Fix a bug in the debugger tracing variables when one was eval'ing
5979              a string including a "#line" directive containing the actual
5980              name of the file already. (following-up change #25409)
5981      Branch: perl
5982            ! toke.c
5983 ____________________________________________________________________________
5984 [ 29262] By: rgs                                   on 2006/11/13  14:30:15
5985         Log: The latest regression test to Scalar::Util doesn't pass with threaded perls
5986      Branch: perl
5987            ! ext/List/Util/t/readonly.t
5988 ____________________________________________________________________________
5989 [ 29261] By: rgs                                   on 2006/11/13  14:15:33
5990         Log: A new regression test from:
5991              
5992              Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
5993              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5994              Date: Sun, 29 Oct 2006 21:03:21 -0000
5995              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
5996      Branch: perl
5997            ! ext/List/Util/t/readonly.t
5998 ____________________________________________________________________________
5999 [ 29260] By: rgs                                   on 2006/11/13  14:00:41
6000         Log: Subject: Re: [PATCH] New regex syntax omnibus
6001              From: demerphq <demerphq@gmail.com>
6002              Date: Thu, 9 Nov 2006 17:09:34 +0100
6003              Message-ID: <9b18b3110611090809l667860c9t6c27453d7c86a21e@mail.gmail.com>
6004      Branch: perl
6005            ! pod/perl595delta.pod pod/perlre.pod regcomp.c regcomp.h
6006            ! regcomp.pl regcomp.sym regexec.c regexp.h regnodes.h
6007            ! t/op/pat.t win32/Makefile
6008 ____________________________________________________________________________
6009 [ 29259] By: rgs                                   on 2006/11/13  11:38:02
6010         Log: Subject: [PATCH] was RE: Perl_die() / Perl_croak()
6011              From: "Robin Barker" <Robin.Barker@npl.co.uk>
6012              Date: Mon, 13 Nov 2006 10:25:08 -0000
6013              Message-ID: <2C2E01334A940D4792B3E115F95B7226149377@exchsvr1.npl.ad.local>
6014      Branch: perl
6015            ! embed.fnc embed.pl perl.h proto.h
6016 ____________________________________________________________________________
6017 [ 29258] By: rgs                                   on 2006/11/13  11:17:10
6018         Log: Parsing fix: it wasn't possible to call a function with a (_) prototype
6019              (that is, a function mimicing an unary op) without parentheses.
6020              Bug reported by Ã†var Arnfjörð Bjarmason.
6021      Branch: perl
6022            ! madly.act madly.tab madly.y perly.act perly.tab perly.y
6023            ! t/comp/uproto.t
6024 ____________________________________________________________________________
6025 [ 29257] By: rgs                                   on 2006/11/13  10:13:52
6026         Log: Subject: Re: [perl #27053] /^/m doesn't match after a newline at the end of the string
6027              From: demerphq <demerphq@gmail.com>
6028              Date: Sat, 11 Nov 2006 16:25:17 +0100
6029              Message-ID: <9b18b3110611110725t3dc1e447v751ef5880363aa9b@mail.gmail.com>
6030      Branch: perl
6031            ! pod/perlre.pod
6032 ____________________________________________________________________________
6033 [ 29256] By: rgs                                   on 2006/11/13  10:12:34
6034         Log: Casting nit
6035      Branch: perl
6036            ! regcomp.c
6037 ____________________________________________________________________________
6038 [ 29255] By: rgs                                   on 2006/11/13  09:55:11
6039         Log: POD fixes and nits in re.pm
6040      Branch: perl
6041            ! ext/re/re.pm
6042 ____________________________________________________________________________
6043 [ 29254] By: rgs                                   on 2006/11/13  09:40:35
6044         Log: Subject: [PATCH DOC] minor nit in binmode docs
6045              From: Paul Johnson <paul@pjcj.net>
6046              Date: Fri, 10 Nov 2006 12:17:37 +0100
6047              Message-ID: <20061110111737.GP17047@pjcj.net>
6048      Branch: perl
6049            ! pod/perlfunc.pod
6050 ____________________________________________________________________________
6051 [ 29253] By: stevep                                on 2006/11/13  02:23:29
6052         Log: The DynaLoader test isn't happy with OpenBSD's libc.so.39.3.
6053      Branch: perl
6054            ! ext/DynaLoader/t/DynaLoader.t
6055 ____________________________________________________________________________
6056 [ 29252] By: stevep                                on 2006/11/13  02:19:12
6057         Log: Subject: [PATCH] Regex Utility Functions and Substituion Fix (XML::Twig core dump)
6058              From: demerphq <demerphq@gmail.com>
6059              Date: Sun, 12 Nov 2006 23:29:41 +0100
6060              Message-ID: <9b18b3110611121429g1fc9d6c1t4007dc711f9e8396@mail.gmail.com>
6061              
6062              Plus a couple tweaks to ext/re/re.pm and t/op/pat.t to those patches
6063              to apply cleanly.
6064      Branch: perl
6065            + ext/re/t/re_funcs.t
6066            ! MANIFEST embed.fnc embed.h ext/re/re.pm ext/re/re.xs
6067            ! ext/re/re_top.h lib/ExtUtils/ParseXS.pm perl.h
6068            ! pod/perlreguts.pod pp.c pp_hot.c proto.h regcomp.c regcomp.h
6069            ! regexp.h sv.c t/op/pat.t
6070 ____________________________________________________________________________
6071 [ 29251] By: nicholas                              on 2006/11/12  23:09:46
6072         Log: Re-order ops to the implementation order in pp_sys.c - this makes a
6073              branch table corresponding to a switch statement slightly smaller.
6074      Branch: perl
6075            ! opcode.h opcode.pl opnames.h
6076 ____________________________________________________________________________
6077 [ 29250] By: nicholas                              on 2006/11/12  22:17:30
6078         Log: Avoid ext/Safe/t/safeops.t needing to keep its tests in lockstep with
6079              opcode.pl OP order.
6080      Branch: perl
6081            ! ext/Safe/t/safeops.t
6082 ____________________________________________________________________________
6083 [ 29249] By: nicholas                              on 2006/11/12  21:57:22
6084         Log: Forgot to add the new files for 29248.
6085      Branch: perl
6086            + ext/XS/APItest/core.c ext/XS/APItest/core_or_not.inc
6087            + ext/XS/APItest/notcore.c ext/XS/APItest/t/svsetsv.t
6088 ____________________________________________________________________________
6089 [ 29248] By: nicholas                              on 2006/11/12  20:22:28
6090         Log: Change 24714 was arguably over-ambitious, in that non-core modules
6091              can't be expected to know that sv_setsv() may now not "really" copy a
6092              scalar. So arrange things so that COW of shared hash key scalars is
6093              only done for calls within the the PERL_CORE.
6094      Branch: perl
6095            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
6096            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL sv.c sv.h
6097 ____________________________________________________________________________
6098 [ 29247] By: nicholas                              on 2006/11/12  18:16:52
6099         Log: Looks like I didn't actually test the COW conditional code in
6100              change 27533. Perl now compiles, but
6101              ext/Compress/Raw/Zlib/t/07bufsize.t fails.
6102      Branch: perl
6103            ! pp_ctl.c regexec.c
6104 ____________________________________________________________________________
6105 [ 29246] By: rgs                                   on 2006/11/12  13:35:24
6106         Log: Subject: [PATCH] (2nd version) small tweaks based on smoke signs
6107              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6108              Date: Sat, 11 Nov 2006 06:18:56 +0200 (EET)
6109              Message-Id: <200611110418.kAB4Ium5350338@kosh.hut.fi>
6110      Branch: perl
6111            ! hv.c regcomp.c regexec.c
6112 ____________________________________________________________________________
6113 [ 29245] By: rgs                                   on 2006/11/12  13:11:07
6114         Log: Reinstate warning 'Useless use of "re" pragma'
6115      Branch: perl
6116            ! ext/re/re.pm
6117 ____________________________________________________________________________
6118 [ 29244] By: stevep                                on 2006/11/10  22:55:01
6119         Log: Upgrade to Test-Simple-0.65.
6120      Branch: perl
6121            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
6122            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
6123            ! lib/Test/Simple/Changes
6124 ____________________________________________________________________________
6125 [ 29243] By: rgs                                   on 2006/11/09  15:58:11
6126         Log: Add to Attribute::Handlers the ability to report caller's file and line
6127              number. Based on:
6128              
6129              Subject: FW: Attribute::Handlers
6130              From: "David Feldman" <David.Feldman@tudor.com>
6131              Date: Wed, 25 Oct 2006 16:34:26 -0400
6132              Message-ID: <BA9AB162DD5CED46AC03DC5904B19C5B3736B4@tudor.com>
6133              
6134              plus docs and tests.
6135      Branch: perl
6136            + lib/Attribute/Handlers/t/linerep.t
6137            ! MANIFEST lib/Attribute/Handlers.pm
6138            ! lib/Attribute/Handlers/t/multi.t
6139 ____________________________________________________________________________
6140 [ 29242] By: rgs                                   on 2006/11/09  13:33:57
6141         Log: Silence warnings in Pod::Man
6142      Branch: perl
6143            ! lib/Pod/t/man.t
6144 ____________________________________________________________________________
6145 [ 29241] By: rgs                                   on 2006/11/09  12:32:41
6146         Log: Subject: [PATCH regexec.c regexp.h] ***speculative***  was RE: [PATCH] regexec.c - silence compiler warning
6147              From: "Robin Barker" <Robin.Barker@npl.co.uk>
6148              Date: Wed, 8 Nov 2006 15:29:47 -0000
6149              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA6@exchsvr1.npl.ad.local>
6150      Branch: perl
6151            ! regexec.c regexp.h
6152 ____________________________________________________________________________
6153 [ 29240] By: rgs                                   on 2006/11/09  11:05:24
6154         Log: Subject: [PATCH] regcomp.c: printf arg casts
6155              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
6156              Date: Thu, 9 Nov 2006 06:47:53 +0200 (EET)
6157              Message-Id: <200611090447.kA94lreg223840@kosh.hut.fi>
6158      Branch: perl
6159            ! regcomp.c
6160 ____________________________________________________________________________
6161 [ 29239] By: davem                                 on 2006/11/08  19:13:57
6162         Log: perl parser bug leading to memory corruption
6163              quoted-string parser naughtily maintained a pointer into an SV
6164              which could get realloc()ed.
6165      Branch: perl
6166            ! toke.c
6167 ____________________________________________________________________________
6168 [ 29238] By: merijn                                on 2006/11/08  16:39:21
6169         Log: Subject: Configure patch to add detection for DIR.dd_fd member variable
6170              From: "Steve Peters" <steve.peters@gmail.com>
6171              Date: Sun, 5 Nov 2006 01:40:34 -0600
6172              Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
6173      Branch: perl
6174            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
6175            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
6176            ! handy.h plan9/config_sh.sample symbian/config.sh uconfig.sh
6177            ! win32/config.bc win32/config.gc win32/config.vc
6178            ! win32/config.vc64
6179 ____________________________________________________________________________
6180 [ 29236] By: rgs                                   on 2006/11/08  15:33:02
6181         Log: Subject: [PATCH t/op/inccode.t] fails under minitest
6182              From: "Robin Barker" <Robin.Barker@npl.co.uk>
6183              Date: Wed, 8 Nov 2006 15:18:23 -0000
6184              Message-ID: <2C2E01334A940D4792B3E115F95B7226120AA5@exchsvr1.npl.ad.local>
6185      Branch: perl
6186            ! t/op/inccode.t
6187 ____________________________________________________________________________
6188 [ 29235] By: rgs                                   on 2006/11/08  15:14:31
6189         Log: Change the documentation of the return values of @INC-hooks to match
6190              what is tested to work. (It's a bit confusing that optional values
6191              might appear at the middle, too.)
6192      Branch: perl
6193            ! pod/perlfunc.pod
6194 ____________________________________________________________________________
6195 [ 29234] By: rgs                                   on 2006/11/08  14:02:46
6196         Log: Subject: [PATCH] Supress df warning in stat.t on OS X
6197              From: Michael G Schwern <schwern@gmail.com>
6198              Date: Wed, 08 Nov 2006 08:51:50 -0500
6199              Message-ID: <4551E0F6.20108@gmail.com>
6200      Branch: perl
6201            ! t/op/stat.t
6202 ____________________________________________________________________________
6203 [ 29233] By: steveh                                on 2006/11/08  13:53:52
6204         Log: Don't use the PERL_MSVCRT_READFIX when using VC++ 7.x onwards.
6205              
6206              VC++ 7.x onwards use their own MSVCR7x.dll, MSVCR8x.dll, etc, rather
6207              than MSVCRT.dll, so they do not require the read() fix.
6208              
6209              Therefore, we also don't need to update the ioinfo struct used by the
6210              read() fix w.r.t. VC++ 8.x, so back out that part of change #29218
6211      Branch: perl
6212            ! win32/Makefile win32/makefile.mk win32/win32.h
6213 ____________________________________________________________________________
6214 [ 29232] By: rgs                                   on 2006/11/08  13:27:14
6215         Log: Type change to avoid signed/unsigned compiler warnings
6216              (thanks to Robin Barker)
6217      Branch: perl
6218            ! regexec.c
6219 ____________________________________________________________________________
6220 [ 29231] By: rgs                                   on 2006/11/08  13:14:20
6221         Log: Regenerate Changes; update perldelta
6222      Branch: perl
6223            ! Changes pod/perl595delta.pod
6224 ____________________________________________________________________________
6225 [ 29230] By: rgs                                   on 2006/11/08  11:23:13
6226         Log: Subject: Re: New version diagnostic breaks a bunch of modules.
6227              From: Glenn Linderman <perl@NevCal.com>
6228              Date: Mon, 30 Oct 2006 12:50:21 -0800
6229              Message-ID: <4546658D.6090507@NevCal.com>
6230      Branch: perl
6231            ! pod/perlfunc.pod
6232 ____________________________________________________________________________
6233 [ 29229] By: rgs                                   on 2006/11/08  10:43:52
6234         Log: Subject: [PATCH] Perl_die() / Perl_croak()
6235              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
6236              Date: Tue, 07 Nov 2006 23:27:40 -0800
6237              Message-ID: <455186EC.8010906@p6m7g8.com>
6238              
6239              (backported to embed.fnc)
6240      Branch: perl
6241            ! embed.fnc proto.h
6242 ____________________________________________________________________________
6243 [ 29228] By: rgs                                   on 2006/11/08  10:28:49
6244         Log: Subject: Patch for bug in SelfLoader.pm
6245              From: Mike Schilli <m@perlmeister.com>
6246              Date: Tue, 7 Nov 2006 13:39:30 -0800 (PST)
6247              Message-ID: <20061107132809.I31331@spiral.corp.yahoo.com>
6248      Branch: perl
6249            ! lib/SelfLoader.pm
6250 ____________________________________________________________________________
6251 [ 29227] By: rgs                                   on 2006/11/07  17:31:02
6252         Log: Use $HOME/localperl as default prefix for installing perl
6253              in the terse installation instructions in README.
6254      Branch: perl
6255            ! README
6256 ____________________________________________________________________________
6257 [ 29226] By: rgs                                   on 2006/11/07  16:50:47
6258         Log: More notes in perldelta
6259      Branch: perl
6260            ! pod/perl595delta.pod
6261 ____________________________________________________________________________
6262 [ 29225] By: rgs                                   on 2006/11/07  14:23:08
6263         Log: Forbid using tainted formats in printf and sprintf
6264      Branch: perl
6265            ! pod/perl595delta.pod pp.c pp_sys.c t/op/taint.t
6266 ____________________________________________________________________________
6267 [ 29224] By: rgs                                   on 2006/11/07  11:16:54
6268         Log: Subject: Re: [PATCH] [perl #40668] Data::Dumper fails to dump all hash keys when itertaor is not at start
6269              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6270              Date: Mon, 6 Nov 2006 08:57:04 -0800 (PST)
6271              Message-ID: <20061106165704.939.qmail@web30214.mail.mud.yahoo.com>
6272      Branch: perl
6273            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/bugs.t
6274 ____________________________________________________________________________
6275 [ 29223] By: rgs                                   on 2006/11/07  10:45:26
6276         Log: Subject: Because I like pain. An update to README
6277              From: Jesse Vincent <jesse@fsck.com>
6278              Date: Mon, 6 Nov 2006 19:52:35 -0500
6279              Message-Id: <7BF48AB1-5285-4A9D-929B-8DD697348664@fsck.com>
6280      Branch: perl
6281            ! README
6282 ____________________________________________________________________________
6283 [ 29222] By: rgs                                   on 2006/11/07  10:21:25
6284         Log: Subject: [PATCH] New regex syntax omnibus
6285              From: demerphq <demerphq@gmail.com>
6286              Date: Mon, 6 Nov 2006 13:06:28 +0100
6287              Message-ID: <9b18b3110611060406u2fa1572as57073949a5df9e62@mail.gmail.com>
6288              
6289              Plus a portability fix (in string comparison for regex verbs)
6290              and doc tweaks / podchecker fixes
6291      Branch: perl
6292            ! embed.fnc embed.h ext/re/t/regop.t pod/perl595delta.pod
6293            ! pod/perldiag.pod pod/perlre.pod proto.h regcomp.c regcomp.h
6294            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
6295            ! t/op/re_tests
6296 ____________________________________________________________________________
6297 [ 29221] By: nicholas                              on 2006/11/06  22:21:05
6298         Log: assert() that SvPV_set() isn't used on arrays.
6299      Branch: perl
6300            ! av.c cop.h mathoms.c pp.c pp_ctl.c pp_hot.c pp_sort.c sv.c
6301            ! sv.h
6302 ____________________________________________________________________________
6303 [ 29220] By: nicholas                              on 2006/11/06  21:05:59
6304         Log: assert() that SvPV_set() isn't used on hashes.
6305      Branch: perl
6306            ! sv.c sv.h
6307 ____________________________________________________________________________
6308 [ 29219] By: nicholas                              on 2006/11/06  20:02:38
6309         Log: assert() that scalars are of the correct type in *set macros.
6310      Branch: perl
6311            ! sv.h
6312 ____________________________________________________________________________
6313 [ 29218] By: steveh                                on 2006/11/06  16:26:48
6314         Log: Get Visual C++ 2005 (aka Visual C++ 8.x) support off the ground
6315              
6316              This is not a complete fix yet by any means (there are lots of compiler
6317              warnings and lots of test failures), but it's a step in the right
6318              direction.
6319              
6320              See the thread starting here:
6321              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-10/msg00893.html
6322              and continuing here:
6323              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-11/msg00102.html
6324              for further information
6325      Branch: perl
6326            ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
6327 ____________________________________________________________________________
6328 [ 29217] By: merijn                                on 2006/11/06  15:19:38
6329         Log: Subject: Re: [PATCH] Detecting bad /dev/null's in Configure
6330              From: Michael Cummings <mcummings@gentoo.org>
6331              Date: Fri, 25 Aug 2006 15:48:44 -0400
6332              Message-ID: <44EF541C.7050801@gentoo.org>
6333      Branch: perl
6334            ! Configure
6335 ____________________________________________________________________________
6336 [ 29215] By: rgs                                   on 2006/11/06  14:37:32
6337         Log: Subject: Re: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
6338              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6339              Date: Mon, 06 Nov 2006 23:31:50 +0900
6340              Message-Id: <20061106233139.A2BC.BQW10602@nifty.com>
6341      Branch: perl
6342            ! t/op/time.t
6343 ____________________________________________________________________________
6344 [ 29214] By: rgs                                   on 2006/11/06  14:05:41
6345         Log: Sync Pod::Usage with the CPAN version
6346      Branch: perl
6347            ! lib/Pod/Usage.pm
6348 ____________________________________________________________________________
6349 [ 29213] By: merijn                                on 2006/11/06  13:58:56
6350         Log: The non-unix parts for localtime_r_needs_tzset
6351              Plus forced Glossary entry. That is a TODO for automation
6352      Branch: perl
6353            ! Cross/config.sh-arm-linux NetWare/config.wc Porting/Glossary
6354            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6355            ! handy.h plan9/config.plan9 plan9/config_h.sample
6356            ! plan9/config_sh.sample uconfig.sh win32/config.bc
6357            ! win32/config.ce win32/config.gc win32/config.vc
6358            ! win32/config.vc64 win32/config_H.bc win32/config_H.ce
6359            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
6360 ____________________________________________________________________________
6361 [ 29212] By: rgs                                   on 2006/11/06  13:18:25
6362         Log: Subject: [PATCH] Re: the new t/run/cloexec.t failing in Solaris and Tru64
6363              From: Andrew Savige <ajsavige@yahoo.com.au>
6364              Date: Tue, 7 Nov 2006 00:06:46 +1100 (EST)
6365              Message-ID: <20061106130647.57891.qmail@web56411.mail.re3.yahoo.com>
6366      Branch: perl
6367            ! t/run/cloexec.t
6368 ____________________________________________________________________________
6369 [ 29211] By: rgs                                   on 2006/11/06  10:59:16
6370         Log: Upgrade to Test::Simple 0.64_03
6371      Branch: perl
6372            + lib/Test/Simple/t/carp.t
6373            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
6374            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
6375            ! lib/Test/Simple/Changes
6376            ! lib/Test/Simple/t/00test_harness_check.t
6377            ! lib/Test/Simple/t/tbt_01basic.t
6378            ! lib/Test/Simple/t/tbt_02fhrestore.t
6379            ! lib/Test/Simple/t/tbt_03die.t
6380            ! lib/Test/Simple/t/tbt_04line_num.t
6381            ! lib/Test/Simple/t/tbt_05faildiag.t
6382            ! lib/Test/Simple/t/tbt_06errormess.t
6383            ! lib/Test/Simple/t/tbt_07args.t
6384 ____________________________________________________________________________
6385 [ 29210] By: rgs                                   on 2006/11/06  10:09:12
6386         Log: Change reentr.pl to generate reentr.h accordingly to change 29209
6387      Branch: perl
6388            ! reentr.pl
6389 ____________________________________________________________________________
6390 [ 29209] By: merijn                                on 2006/11/06  09:43:30
6391         Log: RE: [perl #26136] localtime(3) calls tzset(3), but localtime_r(3) may not.
6392              From: "Benjamin Holzman" <bholzman@longitude.com>
6393              Date: Wed, 19 Jul 2006 07:11:09 -0400
6394              Message-ID: <010801c6ab24$09b9ed30$ce0515ac@office.iseoptions.com>
6395      Branch: perl
6396            ! Configure Porting/Glossary config_h.SH reentr.h t/op/time.t
6397 ____________________________________________________________________________
6398 [ 29208] By: rgs                                   on 2006/11/06  09:30:41
6399         Log: Silence a cast warning
6400      Branch: perl
6401            ! regcomp.c
6402 ____________________________________________________________________________
6403 [ 29206] By: nicholas                              on 2006/11/06  08:13:09
6404         Log: PVCVs no longer allocate memory for the SvNVX slot, so assert that
6405              no-one is trying to access it.
6406      Branch: perl
6407            ! sv.h
6408 ____________________________________________________________________________
6409 [ 29205] By: craigb                                on 2006/11/06  01:37:13
6410         Log: In pipe_exit_routine in vms/vms.c, mark a subprocess we've deleted
6411              as done.  Courtesy of Scott Lepage.
6412      Branch: perl
6413            ! vms/vms.c
6414 ____________________________________________________________________________
6415 [ 29204] By: merijn                                on 2006/11/04  19:15:19
6416         Log: Subject: Re: [perl #40641] crash with unicode characters in regex comment
6417              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6418              Date: Sat, 04 Nov 2006 21:53:50 +0900
6419              Message-Id: <20061104215302.3325.BQW10602@nifty.com>
6420      Branch: perl
6421            + t/uni/greek.t t/uni/latin2.t
6422            ! MANIFEST embed.fnc embed.h global.sym pod/perldiag.pod proto.h
6423            ! regcomp.c t/uni/tr_utf8.t
6424 ____________________________________________________________________________
6425 [ 29203] By: nicholas                              on 2006/11/04  18:56:33
6426         Log: Change 27506 wasn't quite correct - the copy of the AMAGIC flag should
6427              be as part of RvDEEPCP() in gv.c (Perl_amagic_call())
6428      Branch: perl
6429            ! gv.c sv.c
6430 ____________________________________________________________________________
6431 [ 29202] By: stevep                                on 2006/11/04  15:39:57
6432         Log: Subject: [PATCH] New test for close-on-exec ($^F): t/run/cloexec.t
6433              From: Andrew Savige <ajsavige@yahoo.com.au>
6434              Date: Sat, 4 Nov 2006 21:24:14 +1100 (EST)
6435              Message-ID: <20061104102414.78987.qmail@web56403.mail.re3.yahoo.com>
6436      Branch: perl
6437            + t/run/cloexec.t
6438            ! MANIFEST
6439 ____________________________________________________________________________
6440 [ 29201] By: rgs                                   on 2006/11/03  16:04:48
6441         Log: Subject: [PATCH] replace S_sv_pos_b2u_forwards with utf8_length (was: sv_pos_b2u dislikes the extended UTF-8)
6442              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
6443              Date: Sun, 21 May 2006 14:00:43 +0900
6444              Message-Id: <20060521140011.358D.BQW10602@nifty.com>
6445      Branch: perl
6446            ! embed.fnc embed.h proto.h sv.c t/op/index.t
6447 ____________________________________________________________________________
6448 [ 29200] By: rgs                                   on 2006/11/03  15:04:15
6449         Log: The assignment to $VERSION must be on its own line, for
6450              ExtUtils::MM_Unix::parse_version to be happy.
6451      Branch: perl
6452            ! ext/DynaLoader/DynaLoader_pm.PL
6453 ____________________________________________________________________________
6454 [ 29199] By: rgs                                   on 2006/11/03  14:01:30
6455         Log: Subject: [PATCH] threads 1.49
6456              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6457              Date: Fri, 3 Nov 2006 05:37:16 -0800 (PST)
6458              Message-ID: <20061103133716.95143.qmail@web30214.mail.mud.yahoo.com>
6459      Branch: perl
6460            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6461            ! ext/threads/t/thread.t ext/threads/threads.pm
6462            ! ext/threads/threads.xs
6463 ____________________________________________________________________________
6464 [ 29198] By: rgs                                   on 2006/11/03  13:32:31
6465         Log: Wrap the $VERSION initialization of DynaLoader in a BEGIN block
6466              
6467              Subject: [perl #40651] (Obscure) Bug in Dynaloader 
6468              From: gml4410@ggr.co.uk (via RT) <perlbug-followup@perl.org>
6469              Date: Thu, 02 Nov 2006 09:30:34 -0800
6470              Message-ID: <rt-3.5.HEAD-4979-1162488633-1267.40651-75-0@perl.org>
6471      Branch: perl
6472            ! ext/DynaLoader/DynaLoader_pm.PL
6473 ____________________________________________________________________________
6474 [ 29197] By: rgs                                   on 2006/11/03  10:09:19
6475         Log: When code is loaded through an @INC-hook, and when this hook
6476              has set a filename entry in %INC, make sure __FILE__ is set
6477              for this code accordingly to the contents of that %INC entry.
6478      Branch: perl
6479            ! pp_ctl.c t/op/inccode.t
6480 ____________________________________________________________________________
6481 [ 29196] By: gisle                                 on 2006/11/03  07:08:18
6482         Log: Typo fixes by Troy Topnik.
6483      Branch: perl
6484            ! pod/perlretut.pod
6485 ____________________________________________________________________________
6486 [ 29195] By: merijn                                on 2006/11/02  17:49:53
6487         Log: Change #29193 makes this addition unneeded
6488      Branch: perl
6489            ! t/lib/common.pl
6490 ____________________________________________________________________________
6491 [ 29194] By: davem                                 on 2006/11/02  17:36:33
6492         Log: add test that eval undef clears $@
6493      Branch: perl
6494            ! t/op/eval.t
6495 ____________________________________________________________________________
6496 [ 29193] By: davem                                 on 2006/11/02  17:07:00
6497         Log: eval $undef should emit one warning, not three.
6498              Also ensure that eval $undef clears $@ (it did, but only by luck)
6499      Branch: perl
6500            ! pp_ctl.c t/lib/warnings/9uninit toke.c
6501 ____________________________________________________________________________
6502 [ 29192] By: rgs                                   on 2006/11/02  16:45:13
6503         Log: Fix case in external pod link
6504      Branch: perl
6505            ! pod/perlop.pod
6506 ____________________________________________________________________________
6507 [ 29191] By: rgs                                   on 2006/11/02  13:51:21
6508         Log: say() has the same syntax than print(), so forbid to override it
6509              (like print())
6510      Branch: perl
6511            ! perl_keyword.pl t/op/cproto.t toke.c
6512 ____________________________________________________________________________
6513 [ 29190] By: rgs                                   on 2006/11/02  13:04:10
6514         Log: This volatile modifier is not on the referent, but on the pointer
6515              (see change 28606)
6516      Branch: perl
6517            ! op.c
6518 ____________________________________________________________________________
6519 [ 29189] By: rgs                                   on 2006/11/02  12:26:47
6520         Log: Subject: [PATCH] Add more backtracking control verbs to regex engine (?CUT), (?ERROR)
6521              From: demerphq <demerphq@gmail.com>
6522              Date: Thu, 2 Nov 2006 12:35:10 +0100
6523              Message-ID: <9b18b3110611020335h7ea469a8g28ca483f6832816d@mail.gmail.com>
6524      Branch: perl
6525            ! embed.fnc ext/re/re.pm pod/perl595delta.pod pod/perlre.pod
6526            ! proto.h regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
6527            ! regexp.h regnodes.h t/op/pat.t
6528 ____________________________________________________________________________
6529 [ 29188] By: rgs                                   on 2006/11/02  11:59:23
6530         Log: Subject: [patch at 21983] factor out $^O eq 'darwin' from XSLoader.pm
6531              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
6532              Date: Thu, 2 Nov 2006 12:36:49 +0100 
6533              Message-ID: <E3FB32585BF1D411B9E900805FF51A080204E833@ru0022exch001u.ru.lucent.com>
6534      Branch: perl
6535            ! ext/DynaLoader/XSLoader_pm.PL
6536 ____________________________________________________________________________
6537 [ 29187] By: rgs                                   on 2006/11/02  11:14:42
6538         Log: Subject: Re: $, and say
6539              From: Gisle Aas <gisle@ActiveState.com>
6540              Date: 27 Jan 2006 14:46:00 -0800
6541              Message-ID: <lrek2t1e8n.fsf@caliper.activestate.com>
6542              
6543              with tweaks so "say;" continues to default to $_
6544              plus a regression test
6545      Branch: perl
6546            ! embed.fnc embed.h op.c opcode.h opcode.pl pod/perlfunc.pod
6547            ! pp.sym pp_hot.c pp_proto.h proto.h t/io/say.t
6548 ____________________________________________________________________________
6549 [ 29186] By: rgs                                   on 2006/11/02  11:01:29
6550         Log: Silence a gcc warning
6551      Branch: perl
6552            ! regexec.c
6553 ____________________________________________________________________________
6554 [ 29185] By: rgs                                   on 2006/11/02  10:32:18
6555         Log: More regression tests for the _ prototype
6556      Branch: perl
6557            ! t/comp/uproto.t
6558 ____________________________________________________________________________
6559 [ 29184] By: rgs                                   on 2006/11/02  10:06:37
6560         Log: More heuristics to make warnings.t pass under different
6561              combinations of PERL_UNICODE / locale
6562      Branch: perl
6563            ! t/lib/common.pl
6564 ____________________________________________________________________________
6565 [ 29183] By: rgs                                   on 2006/11/01  17:05:03
6566         Log: Subject: [PATCH] Add a commit verb to regex engine to allow fine tuning of backtracking control.
6567              From: demerphq <demerphq@gmail.com>
6568              Date: Tue, 31 Oct 2006 22:49:57 +0100
6569              Message-ID: <9b18b3110610311349n5947cc8fsf0b2e6ddd9a7ee01@mail.gmail.com>
6570      Branch: perl
6571            ! pod/perlre.pod regcomp.c regcomp.sym regexec.c regnodes.h
6572            ! t/op/pat.t
6573 ____________________________________________________________________________
6574 [ 29182] By: rgs                                   on 2006/11/01  16:29:05
6575         Log: Fix the failures in warnings tests when PERL_UNICODE is defined
6576              that show up in the smokes under UTF-8 locales. Based on :
6577              
6578              Subject: Re: UTF-8 Failures in smoke ($PERL_UNICODE)
6579              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
6580              Date: Wed, 1 Nov 2006 17:03:55 +0100
6581              Message-ID: <20061101170355.7c57b515@pc09>
6582      Branch: perl
6583            ! t/lib/common.pl t/lib/warnings/9uninit
6584 ____________________________________________________________________________
6585 [ 29181] By: steveh                                on 2006/11/01  13:22:16
6586         Log: Forgot to bump Time-HiRes $VERSION in change #29180
6587              (IO's $VERSION is bumped already)
6588      Branch: perl
6589            ! ext/Time/HiRes/HiRes.pm
6590 ____________________________________________________________________________
6591 [ 29180] By: steveh                                on 2006/11/01  13:07:37
6592         Log: Silence VC++ compiler warnings
6593              See: http://www.nntp.perl.org/group/perl.daily-build.reports/42208
6594      Branch: perl
6595            ! ext/IO/IO.xs ext/Time/HiRes/HiRes.xs regexec.c
6596 ____________________________________________________________________________
6597 [ 29179] By: rgs                                   on 2006/11/01  12:39:39
6598         Log: Subject: [PATCH] Remove beta status from compression modules
6599              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6600              Date: Wed, 1 Nov 2006 10:34:52 -0000
6601              Message-ID: <02b301c6fda1$5d799950$4e3c140a@myopwv.com>
6602      Branch: perl
6603            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
6604            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6605            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6606            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6607            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6608            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
6609            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6610            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6611            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6612            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6613            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
6614            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
6615            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
6616            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
6617            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
6618            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
6619            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
6620            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
6621            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
6622            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
6623            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
6624            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
6625            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
6626            ! ext/Compress/Raw/Zlib/Changes ext/Compress/Raw/Zlib/README
6627            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
6628            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
6629            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
6630 ____________________________________________________________________________
6631 [ 29178] By: rgs                                   on 2006/11/01  10:44:58
6632         Log: Regression test by Yves Orton for : [perl #36046] Special var @-
6633              becomes arbitrarily large
6634      Branch: perl
6635            ! t/op/pat.t
6636 ____________________________________________________________________________
6637 [ 29177] By: nicholas                              on 2006/10/31  22:36:40
6638         Log: Missed a ) in a comment.
6639      Branch: perl
6640            ! perl.c
6641 ____________________________________________________________________________
6642 [ 29176] By: rgs                                   on 2006/10/31  16:28:33
6643         Log: Don't run ext/Sys/Syslog/t/constants.t with taint mode, so it's
6644              not systematically skipped
6645      Branch: perl
6646            ! ext/Sys/Syslog/t/constants.t
6647 ____________________________________________________________________________
6648 [ 29175] By: rgs                                   on 2006/10/31  16:02:03
6649         Log: Some diagnostic output was giving warnings in op/pack.t
6650              under UTF-8 locales, and warnings where fatal by default.
6651              Make them non-fatal for diagnostics.
6652      Branch: perl
6653            ! t/op/pack.t
6654 ____________________________________________________________________________
6655 [ 29174] By: rgs                                   on 2006/10/31  14:47:25
6656         Log: Fix a case of segfault in ithread destruction
6657      Branch: perl
6658            ! ext/threads/threads.xs
6659 ____________________________________________________________________________
6660 [ 29173] By: rgs                                   on 2006/10/31  14:29:07
6661         Log: Doc clarification for PerlIO::encoding
6662              (thanks to Steve Hay)
6663      Branch: perl
6664            ! ext/PerlIO/encoding/encoding.pm
6665 ____________________________________________________________________________
6666 [ 29172] By: rgs                                   on 2006/10/31  14:10:25
6667         Log: threads::shared doesn't use ppport.h in the core
6668      Branch: perl
6669            ! mkppport.lst
6670 ____________________________________________________________________________
6671 [ 29171] By: rgs                                   on 2006/10/31  14:03:30
6672         Log: Subject: [PATCH] threads 1.47
6673              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6674              Date: Tue, 31 Oct 2006 05:26:25 -0800 (PST)
6675              Message-ID: <20061031132626.18317.qmail@web30214.mail.mud.yahoo.com>
6676      Branch: perl
6677            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
6678            ! ext/threads/t/stack.t ext/threads/t/thread.t
6679            ! ext/threads/threads.pm ext/threads/threads.xs
6680 ____________________________________________________________________________
6681 [ 29170] By: rgs                                   on 2006/10/31  13:51:38
6682         Log: Silence a warning and call readpipe_override() correctly.
6683      Branch: perl
6684            ! toke.c
6685 ____________________________________________________________________________
6686 [ 29169] By: rgs                                   on 2006/10/31  13:49:26
6687         Log: Make S_readpipe_override() compile with threads; regenerate perlapi.pod
6688      Branch: perl
6689            ! embed.fnc embed.h pod/perlapi.pod proto.h toke.c
6690 ____________________________________________________________________________
6691 [ 29168] By: rgs                                   on 2006/10/31  13:34:30
6692         Log: Make readpipe() overridable (and also `` and qx//)
6693      Branch: perl
6694            ! opcode.h opcode.pl pod/perlsub.pod pod/perltodo.pod pp.c
6695            ! t/op/cproto.t t/op/override.t toke.c
6696 ____________________________________________________________________________
6697 [ 29167] By: rgs                                   on 2006/10/31  10:59:02
6698         Log: Remove duplicated entries
6699      Branch: perl
6700            ! pod/perltodo.pod
6701 ____________________________________________________________________________
6702 [ 29166] By: gisle                                 on 2006/10/30  20:13:04
6703         Log: Improve documentation of av_len and av_fill.
6704      Branch: perl
6705            ! av.c
6706 ____________________________________________________________________________
6707 [ 29165] By: nicholas                              on 2006/10/30  18:37:41
6708         Log: Avoid Devel::DProf failing an assertion during global destruction.
6709      Branch: perl
6710            ! ext/Devel/DProf/DProf.xs
6711 ____________________________________________________________________________
6712 [ 29164] By: stevep                                on 2006/10/30  18:29:30
6713         Log: It seems only HWND__* is needed by MinGW g++.
6714      Branch: perl
6715            ! win32/win32.c
6716 ____________________________________________________________________________
6717 [ 29162] By: rgs                                   on 2006/10/30  17:56:33
6718         Log: The second patch from:
6719              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
6720              From: demerphq <demerphq@gmail.com>
6721              Date: Mon, 30 Oct 2006 19:15:13 +0200
6722              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
6723      Branch: perl
6724            ! pod/perldiag.pod regcomp.c regcomp.sym regexec.c regnodes.h
6725 ____________________________________________________________________________
6726 [ 29161] By: rgs                                   on 2006/10/30  17:36:18
6727         Log: The first patch from:
6728              Subject: [PATCH] regex engine optimiser should grok subroutine patterns, and, name subroutine regops more intuitively
6729              From: demerphq <demerphq@gmail.com>
6730              Date: Mon, 30 Oct 2006 19:15:13 +0200
6731              Message-ID: <9b18b3110610300915x3abf6cddu9c2071a70bea48e1@mail.gmail.com>
6732      Branch: perl
6733            ! embed.fnc embed.h proto.h regcomp.c regcomp.sym regexec.c
6734            ! regnodes.h
6735 ____________________________________________________________________________
6736 [ 29160] By: rgs                                   on 2006/10/30  17:07:46
6737         Log: Mention that field hashes are for inside-out objects
6738              (this will be useful for perl5100delta.)
6739      Branch: perl
6740            ! pod/perl594delta.pod
6741 ____________________________________________________________________________
6742 [ 29159] By: stevep                                on 2006/10/30  16:46:13
6743         Log: Subject: Patch 29155 breaks VC
6744              From: demerphq <demerphq@gmail.com>
6745              Date: Mon, 30 Oct 2006 18:08:17 +0200
6746              Message-ID: <9b18b3110610300808u39cc6cefxbee1468a149dc186@mail.gmail.com>
6747              
6748              Plus an additional casting.
6749      Branch: perl
6750            ! win32/win32.c
6751 ____________________________________________________________________________
6752 [ 29158] By: rgs                                   on 2006/10/30  16:29:35
6753         Log: Update perldelta with changes up to 28867
6754      Branch: perl
6755            ! pod/perl595delta.pod
6756 ____________________________________________________________________________
6757 [ 29157] By: stevep                                on 2006/10/30  15:53:50
6758         Log: VOL should be used instead of volatile in the core.
6759      Branch: perl
6760            ! op.c perl.c
6761 ____________________________________________________________________________
6762 [ 29156] By: merijn                                on 2006/10/30  14:14:25
6763         Log: $hex is already hex, so cannot be used in %X if starting with [A-F]
6764      Branch: perl
6765            ! lib/charnames.pm
6766 ____________________________________________________________________________
6767 [ 29155] By: stevep                                on 2006/10/30  13:58:15
6768         Log: Initial cleanups to support compiling Win32 with MinGW g++.
6769      Branch: perl
6770            ! perlio.c win32/win32.c
6771 ____________________________________________________________________________
6772 [ 29154] By: rgs                                   on 2006/10/30  11:25:39
6773         Log: Subject: Re: Closures with named subs
6774              From: Christian Winter <bitpoet@linux-config.de>
6775              Date: Sun, 29 Oct 2006 21:34:25 +0100
6776              Message-ID: <45451051.4080200@linux-config.de>
6777      Branch: perl
6778            ! pod/perlref.pod
6779 ____________________________________________________________________________
6780 [ 29153] By: rgs                                   on 2006/10/30  10:38:09
6781         Log: Subject: [PATCH] threads 1.46
6782              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6783              Date: Fri, 27 Oct 2006 17:01:11 -0700 (PDT)
6784              Message-ID: <20061028000111.23729.qmail@web30207.mail.mud.yahoo.com>
6785      Branch: perl
6786            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
6787            ! ext/threads/threads.pm ext/threads/threads.xs
6788 ____________________________________________________________________________
6789 [ 29152] By: rgs                                   on 2006/10/30  10:13:22
6790         Log: Silence a g++ warning reported by Jarkko.
6791      Branch: perl
6792            ! ext/Data/Dumper/Dumper.xs
6793 ____________________________________________________________________________
6794 [ 29151] By: rgs                                   on 2006/10/30  10:08:24
6795         Log: Delete Encode's MANIFEST (or else the make process complains
6796              about the missing Encode's META.yml file)
6797      Branch: perl
6798            - ext/Encode/MANIFEST
6799            ! MANIFEST
6800 ____________________________________________________________________________
6801 [ 29150] By: steveh                                on 2006/10/30  10:02:35
6802         Log: Bump $VERSION in Term::UI following change #29120
6803      Branch: perl
6804            ! lib/Term/UI.pm
6805 ____________________________________________________________________________
6806 [ 29149] By: rgs                                   on 2006/10/30  09:52:05
6807         Log: Subject: [PATCH] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.68.tar.gz
6808              From: John Peacock <jpeacock@rowman.com>
6809              Date: Sun, 29 Oct 2006 14:47:51 -0500
6810              Message-ID: <45450567.7040609@rowman.com>
6811      Branch: perl
6812            ! lib/version.pm lib/version.t
6813 ____________________________________________________________________________
6814 [ 29148] By: rgs                                   on 2006/10/30  09:43:30
6815         Log: Subject: [patch] simplify optree test support
6816              From: Jim Cromie <jim.cromie@gmail.com>
6817              Date: Sun, 29 Oct 2006 14:50:02 -0700
6818              Message-ID: <4545220A.6060500@gmail.com>
6819      Branch: perl
6820            ! ext/B/t/OptreeCheck.pm
6821 ____________________________________________________________________________
6822 [ 29147] By: steveh                                on 2006/10/30  09:38:21
6823         Log: Add some missing targets to win32/makefile.mk
6824              
6825              This updates makefile.mk w.r.t. Makefile, following changes #28293,
6826              #28832, #28904 and #29131
6827      Branch: perl
6828            ! win32/makefile.mk
6829 ____________________________________________________________________________
6830 [ 29146] By: rgs                                   on 2006/10/30  09:33:33
6831         Log: In vim, modelines are not taken into account if they begin on the
6832              first character. Also, regenerate perlintern.pod.
6833      Branch: perl
6834            ! autodoc.pl pod/perlapi.pod pod/perlintern.pod
6835 ____________________________________________________________________________
6836 [ 29145] By: merijn                                on 2006/10/30  07:17:18
6837         Log: Subject: [PATCH@29157] wince patch
6838              From: Vadim <vadim@vkonovalov.ru>
6839              Date: Sat, 28 Oct 2006 23:48:46 +0400
6840              Message-ID: <4543B41E.3070006@vkonovalov.ru>
6841      Branch: perl
6842            ! README.ce win32/Makefile.ce
6843 ____________________________________________________________________________
6844 [ 29144] By: craigb                                on 2006/10/30  00:33:34
6845         Log: When we open a file and pass it along to PerlIO, be sure to enter the
6846              PerlIO world via Unix I/O.  If you start from stdio, a Unix I/O counter
6847              will get decremented on close even though it was never incremented (and 
6848              may not even exist).  Exposed by #29065.
6849      Branch: perl
6850            ! vms/ext/Stdio/Stdio.xs
6851 ____________________________________________________________________________
6852 [ 29143] By: craigb                                on 2006/10/30  00:23:35
6853         Log: Change the non-mkstemp, non-win32 code path of PerlIO_tmpfile
6854              to use PerlIO_fdopen so that when the tmpfile is closed we do
6855              not decrement a ref count that doesn't exist or is zero.
6856      Branch: perl
6857            ! perlio.c
6858 ____________________________________________________________________________
6859 [ 29142] By: stevep                                on 2006/10/30  00:22:00
6860         Log: Changes to get perl to compile with g++ on Cygwin.  Some additional
6861              changes will be needed to get it to link though.
6862      Branch: perl
6863            ! cygwin/cygwin.c malloc.c perl.h sv.c
6864 ____________________________________________________________________________
6865 [ 29140] By: nicholas                              on 2006/10/29  22:01:17
6866         Log: Subject: [PATHCH]  Scalar::Util::readonly &  compression (was RE: Change 29117: [PATCH] IO::Compress modules)
6867              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6868              Message-ID: <02cf01c6fb9d$ade808a0$6501a8c0@myopwv.com>
6869              Date: Sun, 29 Oct 2006 21:03:21 -0000
6870      Branch: perl
6871            ! ext/Compress/IO/Base/t/01misc.t t/lib/compress/oneshot.pl
6872 ____________________________________________________________________________
6873 [ 29139] By: nicholas                              on 2006/10/29  21:54:29
6874         Log: Fix a typo in my description for change 26427.
6875      Branch: perl
6876            ! Changes
6877 ____________________________________________________________________________
6878 [ 29138] By: nicholas                              on 2006/10/29  21:23:12
6879         Log: Modify autodoc.pl to add read-only editor boilerplate for perlapi.pod
6880              and perlguts.pod
6881      Branch: perl
6882            ! autodoc.pl pod/perlapi.pod pod/perlguts.pod
6883 ____________________________________________________________________________
6884 [ 29133] By: nicholas                              on 2006/10/29  19:27:45
6885         Log: Subject: [PATCH] Re: Deparse bug?
6886              From: Stephen McCamant <smcc@mit.edu>
6887              Message-ID: <17732.55694.646895.706177@apocalypse.OCF.Berkeley.EDU>
6888              Date: Sun, 29 Oct 2006 08:40:46 -0800
6889      Branch: perl
6890            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
6891 ____________________________________________________________________________
6892 [ 29131] By: merijn                                on 2006/10/29  18:32:55
6893         Log: Subject: [PATCH] Add a few useful developers maketargets to win32/Makefile
6894              From: demerphq <demerphq@gmail.com>
6895              Date: Sun, 29 Oct 2006 13:28:31 +0200
6896              Message-ID: <9b18b3110610290328v71956891s7df10e40efd2350c@mail.gmail.com>
6897      Branch: perl
6898            ! win32/Makefile
6899 ____________________________________________________________________________
6900 [ 29130] By: nicholas                              on 2006/10/29  18:30:25
6901         Log: Add the note from change 25773 about auditing for destruction ordering.
6902      Branch: perl
6903            ! pod/perltodo.pod
6904 ____________________________________________________________________________
6905 [ 29128] By: nicholas                              on 2006/10/29  18:23:01
6906         Log: I shrunk struct context, so remove it from perltodo.
6907      Branch: perl
6908            ! pod/perltodo.pod
6909 ____________________________________________________________________________
6910 [ 29127] By: nicholas                              on 2006/10/27  21:40:40
6911         Log: Change 27779 failed to free() memory in two places in Perl_magic_set(),
6912              and hence was leaking like the proverbial Jumblie maritime craft.
6913      Branch: perl
6914            ! mg.c
6915 ____________________________________________________________________________
6916 [ 29126] By: stevep                                on 2006/10/27  13:29:05
6917         Log: Upgrade to Pod-Parser-1.35.
6918      Branch: perl
6919            + t/pod/p2u_data.pl t/pod/twice.t
6920            ! MANIFEST lib/Pod/Checker.pm lib/Pod/ParseUtils.pm
6921            ! lib/Pod/Parser.pm lib/Pod/PlainText.pm lib/Pod/Select.pm
6922            ! lib/Pod/Usage.pm t/pod/testcmp.pl
6923 ____________________________________________________________________________
6924 [ 29125] By: rgs                                   on 2006/10/27  09:45:33
6925         Log: Document the limitation of Attribute::Handlers w.r.t. UNITCHECK blocks.
6926      Branch: perl
6927            ! lib/Attribute/Handlers.pm
6928 ____________________________________________________________________________
6929 [ 29124] By: rgs                                   on 2006/10/27  08:43:26
6930         Log: Subject: [PATCH] Change MY_CXT ref in perl.h
6931              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6932              Date: Thu, 26 Oct 2006 08:35:46 -0700 (PDT)
6933              Message-ID: <20061026153546.71547.qmail@web30214.mail.mud.yahoo.com>
6934      Branch: perl
6935            ! perl.h
6936 ____________________________________________________________________________
6937 [ 29123] By: rgs                                   on 2006/10/27  08:41:45
6938         Log: Subject: [PATCH] Make 'threads' conform to perlguts
6939              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
6940              Date: Thu, 26 Oct 2006 11:10:57 -0700 (PDT)
6941              Message-ID: <20061026181057.74650.qmail@web30211.mail.mud.yahoo.com>
6942      Branch: perl
6943            ! ext/threads/threads.xs
6944 ____________________________________________________________________________
6945 [ 29122] By: stevep                                on 2006/10/27  04:48:43
6946         Log: Spelling fixes for re.pm.
6947      Branch: perl
6948            ! ext/re/re.pm
6949 ____________________________________________________________________________
6950 [ 29121] By: stevep                                on 2006/10/27  03:48:34
6951         Log: Spelling nits from Debian bug list...
6952              
6953              Subject: Bug#395426: perl: spelling errors
6954              From: Matt Taggart <taggart@debian.org>
6955              Date: Thu, 26 Oct 2006 15:23:29 -0700
6956              Message-Id: <20061026222329.8B8CF1AAC6D@cyrix.home.bogus>
6957      Branch: perl
6958            ! ext/Encode/bin/enc2xs lib/ExtUtils/xsubpp x2p/find2perl.PL
6959            ! x2p/s2p.PL
6960 ____________________________________________________________________________
6961 [ 29120] By: steveh                                on 2006/10/26  16:26:56
6962         Log: Close temporary test file before unlinking (for the sake of Win32)
6963      Branch: perl
6964            ! lib/Term/UI/t/02_ui.t
6965 ____________________________________________________________________________
6966 [ 29119] By: rgs                                   on 2006/10/26  16:11:26
6967         Log: Document the new (?FAIL) assertion (Yves Orton)
6968      Branch: perl
6969            ! pod/perlre.pod
6970 ____________________________________________________________________________
6971 [ 29118] By: rgs                                   on 2006/10/26  15:58:18
6972         Log: Subject: [PATCH] Fix a problem with jump-tries, add (?FAIL) pattern.
6973              From: demerphq <demerphq@gmail.com>
6974              Date: Thu, 26 Oct 2006 14:59:11 +0200
6975              Message-ID: <9b18b3110610260559k3efa98barc28987e88c581a8a@mail.gmail.com>
6976      Branch: perl
6977            ! regcomp.c regcomp.sym regexec.c regexp.h regnodes.h
6978            ! t/op/re_tests
6979 ____________________________________________________________________________
6980 [ 29117] By: rgs                                   on 2006/10/26  15:42:40
6981         Log: Subject: [PATCH] IO::Compress modules
6982              From: "Paul Marquess" <paul.marquess@ntlworld.com>
6983              Date: Thu, 26 Oct 2006 15:29:43 +0100
6984              Message-ID: <028201c6f90b$2de7a4b0$4e3c140a@myopwv.com>
6985      Branch: perl
6986            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/Makefile.PL
6987            ! ext/Compress/IO/Base/README
6988            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
6989            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
6990            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
6991            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
6992            ! ext/Compress/IO/Base/private/MakeUtil.pm
6993            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
6994            ! ext/Compress/IO/Zlib/README
6995            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
6996            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
6997            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
6998            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
6999            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
7000            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
7001            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
7002            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
7003            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
7004            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
7005            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
7006            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
7007            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
7008            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
7009            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
7010            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
7011            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
7012            ! ext/Compress/IO/Zlib/private/MakeUtil.pm
7013            ! ext/Compress/Raw/Zlib/Changes
7014            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
7015            ! ext/Compress/Raw/Zlib/Zlib.xs
7016            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
7017            ! ext/Compress/Raw/Zlib/private/MakeUtil.pm
7018            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
7019            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
7020            ! ext/Compress/Zlib/private/MakeUtil.pm
7021            ! t/lib/compress/CompTestUtils.pm t/lib/compress/generic.pl
7022            ! t/lib/compress/multi.pl t/lib/compress/oneshot.pl
7023 ____________________________________________________________________________
7024 [ 29116] By: rgs                                   on 2006/10/26  15:30:52
7025         Log: Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
7026              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7027              Date: Fri, 27 Oct 2006 00:19:34 +0900
7028              Message-Id: <20061027001924.B158.BQW10602@nifty.com>
7029      Branch: perl
7030            ! pod/perlfunc.pod sv.c t/op/sprintf.t
7031 ____________________________________________________________________________
7032 [ 29115] By: merijn                                on 2006/10/26  14:08:03
7033         Log: Subject: [PATCH] Fix typo in File::Find POD
7034              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7035              Date: Thu, 26 Oct 2006 06:50:04 -0700 (PDT)
7036              Message-ID: <20061026135004.79720.qmail@web30211.mail.mud.yahoo.com>
7037      Branch: perl
7038            ! lib/File/Find.pm
7039 ____________________________________________________________________________
7040 [ 29114] By: rgs                                   on 2006/10/26  12:22:07
7041         Log: Add Term::UI and Object::Accessor to the list of dual-life modules
7042      Branch: perl
7043            ! Porting/Maintainers.pl
7044 ____________________________________________________________________________
7045 [ 29113] By: rgs                                   on 2006/10/26  12:16:49
7046         Log: Subject: [PATCH] Add Object::Accessor to the core
7047              From: "Jos Boumans" <kane@xs4all.net>
7048              Date: Thu, 26 Oct 2006 14:04:44 +0200 (CEST)
7049              Message-ID: <18983.80.127.35.68.1161864284.squirrel@webmail.xs4all.nl>
7050      Branch: perl
7051            + lib/Object/Accessor.pm
7052            + lib/Object/Accessor/t/00_Object-Accessor.t
7053            + lib/Object/Accessor/t/01_Object-Accessor-Subclassed.t
7054            + lib/Object/Accessor/t/02_Object-Accessor-allow.t
7055            + lib/Object/Accessor/t/03_Object-Accessor-local.t
7056            + lib/Object/Accessor/t/04_Object-Accessor-lvalue.t
7057            + lib/Object/Accessor/t/05_Object-Accessor-callback.t
7058            ! MANIFEST
7059 ____________________________________________________________________________
7060 [ 29112] By: rgs                                   on 2006/10/26  12:13:59
7061         Log: Subject: [PATCH] Add Term::UI to the core
7062              From: "Jos Boumans" <kane@xs4all.net>
7063              Date: Mon, 23 Oct 2006 12:07:23 +0200 (CEST)
7064              Message-ID: <19689.80.127.35.68.1161598043.squirrel@webmail.xs4all.nl>
7065      Branch: perl
7066            + lib/Term/UI.pm lib/Term/UI/History.pm lib/Term/UI/t/00_load.t
7067            + lib/Term/UI/t/01_history.t lib/Term/UI/t/02_ui.t
7068            ! MANIFEST
7069 ____________________________________________________________________________
7070 [ 29111] By: rgs                                   on 2006/10/26  11:02:15
7071         Log: Fix a memory leak :
7072              Subject: Re: Valgrind findings
7073              From: demerphq <demerphq@gmail.com>
7074              Date: Thu, 26 Oct 2006 12:34:43 +0200
7075              Message-ID: <9b18b3110610260334t6b77c2dbu2ca8207d822402da@mail.gmail.com>
7076      Branch: perl
7077            ! regexec.c
7078 ____________________________________________________________________________
7079 [ 29110] By: rgs                                   on 2006/10/26  10:42:03
7080         Log: Subject: [PATCH] threads-shared 1.05
7081              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7082              Date: Wed, 25 Oct 2006 11:27:15 -0700 (PDT)
7083              Message-ID: <20061025182715.561.qmail@web30211.mail.mud.yahoo.com>
7084      Branch: perl
7085            ! ext/threads/shared/Changes ext/threads/shared/Makefile.PL
7086            ! ext/threads/shared/README ext/threads/shared/shared.pm
7087            ! ext/threads/shared/shared.xs
7088 ____________________________________________________________________________
7089 [ 29109] By: rgs                                   on 2006/10/26  10:37:43
7090         Log: Subject: [PATCH] threads 1.45
7091              From: "Jerry D. Hedden" <jdhedden@yahoo.com>
7092              Date: Wed, 25 Oct 2006 11:26:29 -0700 (PDT)
7093              Message-ID: <20061025182629.16434.qmail@web30209.mail.mud.yahoo.com>
7094      Branch: perl
7095            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
7096            ! ext/threads/t/thread.t ext/threads/threads.pm
7097 ____________________________________________________________________________
7098 [ 29108] By: rgs                                   on 2006/10/25  16:19:50
7099         Log: Fix small leak with -F at interpreter destruction
7100      Branch: perl
7101            ! perl.c
7102 ____________________________________________________________________________
7103 [ 29107] By: rgs                                   on 2006/10/25  13:51:55
7104         Log: Plug a memory leak in newCONSTSUB
7105      Branch: perl
7106            ! op.c
7107 ____________________________________________________________________________
7108 [ 29106] By: rgs                                   on 2006/10/25  12:16:08
7109         Log: I'll finally get it right. (thanks to Sadahiro Tomoyuki)
7110      Branch: perl
7111            ! pod/perlfunc.pod
7112 ____________________________________________________________________________
7113 [ 29105] By: rgs                                   on 2006/10/25  11:18:27
7114         Log: Fix nit in previous patch, spotted by Gisle
7115      Branch: perl
7116            ! pod/perlfunc.pod
7117 ____________________________________________________________________________
7118 [ 29104] By: rgs                                   on 2006/10/25  10:59:55
7119         Log: Add a %B sprintf format
7120              
7121              Subject: Re: [perl #40583] sprintf "%#04X" also uppercases the 0x-prefix
7122              From: Nicholas Clark <nick@ccl4.org>
7123              Date: Mon, 23 Oct 2006 18:19:51 +0100
7124              Message-ID: <20061023171951.GA3262@plum.flirble.org>
7125              (plus docs)
7126      Branch: perl
7127            ! pod/perlfunc.pod sv.c t/op/sprintf.t
7128 ____________________________________________________________________________
7129 [ 29103] By: rgs                                   on 2006/10/25  10:27:05
7130         Log: Subject: [PATCH] FindBin.pm: better fix for PATH entries
7131              From: Alexey Tourbin <at@altlinux.ru>
7132              Date: Wed, 25 Oct 2006 14:02:55 +0400
7133              Message-ID: <20061025100255.GE7821@localhost.localdomain>
7134      Branch: perl
7135            ! lib/FindBin.pm
7136 ____________________________________________________________________________
7137 [ 29102] By: rgs                                   on 2006/10/25  09:56:06
7138         Log: Document that warnings.pm doesn't load Carp anymore
7139      Branch: perl
7140            ! pod/perl595delta.pod
7141 ____________________________________________________________________________
7142 [ 29101] By: craigb                                on 2006/10/25  03:58:38
7143         Log: Initialize d_ctermid and i_gdbm in configure.com.
7144      Branch: perl
7145            ! configure.com
7146 ____________________________________________________________________________
7147 [ 29100] By: stevep                                on 2006/10/24  15:44:22
7148         Log: Upgrade to CPAN-1.88_57.
7149      Branch: perl
7150            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
7151            ! lib/CPAN/SIGNATURE
7152 ____________________________________________________________________________
7153 [ 29099] By: rgs                                   on 2006/10/24  14:42:13
7154         Log: Silence an expected warning (when playing with utf8ness and string overloading)
7155      Branch: perl
7156            ! t/uni/overload.t
7157 ____________________________________________________________________________
7158 [ 29098] By: rgs                                   on 2006/10/24  12:53:14
7159         Log: New UTF-8 warning : Variable length character upgraded in print.
7160              
7161              Subject: Re: Changing the internal encoding (was: Re: utf8 regexp performance problem)
7162              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7163              Date: Sun, 22 Oct 2006 14:32:34 +0900
7164              Message-Id: <20061022142512.A7D3.BQW10602@nifty.com>
7165              
7166              (but with ckWARN_d replaced by ckWARN)
7167      Branch: perl
7168            ! doio.c pod/perldiag.pod
7169 ____________________________________________________________________________
7170 [ 29097] By: rgs                                   on 2006/10/24  09:46:57
7171         Log: No warning was produced if perl failed to load PerlIO::scalar
7172              (contrary to other PerlIO layers.)
7173      Branch: perl
7174            ! perlio.c
7175 ____________________________________________________________________________
7176 [ 29096] By: merijn                                on 2006/10/23  15:43:15
7177         Log: Fix for RT#38169 & RT#38945
7178              Configure won't handle versions 5.10.0 or 5.8.10.
7179      Branch: perl
7180            ! Configure config_h.SH
7181 ____________________________________________________________________________
7182 [ 29093] By: rgs                                   on 2006/10/23  13:43:32
7183         Log: Document that the %#X printf format prefixes the output with 0X, not 0x.
7184      Branch: perl
7185            ! pod/perlfunc.pod
7186 ____________________________________________________________________________
7187 [ 29092] By: rgs                                   on 2006/10/23  09:33:26
7188         Log: Update Changes
7189      Branch: perl
7190            ! Changes
7191 ____________________________________________________________________________
7192 [ 29091] By: rgs                                   on 2006/10/23  09:22:05
7193         Log: Some notes about the recent changes in perldelta
7194      Branch: perl
7195            ! pod/perl595delta.pod
7196 ____________________________________________________________________________
7197 [ 29090] By: rgs                                   on 2006/10/23  08:51:02
7198         Log: Subject: [PATCH] base.pm
7199              From: Ovid <publiustemp-p5p3@yahoo.com>
7200              Date: Thu, 19 Oct 2006 08:47:48 -0700 (PDT)
7201              Message-ID: <20061019154748.87433.qmail@web60824.mail.yahoo.com>
7202      Branch: perl
7203            ! lib/base.pm lib/base/t/base.t
7204 ____________________________________________________________________________
7205 [ 29089] By: rgs                                   on 2006/10/23  08:28:08
7206         Log: Protection against overwriting defsubs.h via a symlink
7207              (by Jim Cromie)
7208      Branch: perl
7209            ! ext/B/defsubs_h.PL
7210 ____________________________________________________________________________
7211 [ 29088] By: rgs                                   on 2006/10/23  08:27:05
7212         Log: Subject: [patch] make test.valgrind capable of running cachegrind
7213              From: Jim Cromie <jim.cromie@gmail.com>
7214              Date: Fri, 20 Oct 2006 14:49:03 -0600
7215              Message-ID: <4539363F.9020205@gmail.com>
7216      Branch: perl
7217            ! t/TEST
7218 ____________________________________________________________________________
7219 [ 29086] By: nicholas                              on 2006/10/22  22:51:59
7220         Log: Fix the other bug introduced by change 29079
7221      Branch: perl
7222            ! sv.c
7223 ____________________________________________________________________________
7224 [ 29085] By: nicholas                              on 2006/10/22  22:35:42
7225         Log: Fix bug in change 27321 - Perl_ss_dup should also have been updated.
7226      Branch: perl
7227            ! sv.c
7228 ____________________________________________________________________________
7229 [ 29084] By: nicholas                              on 2006/10/22  22:12:57
7230         Log: Fix a bug introduced by change 29079
7231      Branch: perl
7232            ! sv.c
7233 ____________________________________________________________________________
7234 [ 29083] By: stevep                                on 2006/10/22  21:47:11
7235         Log: Removed typo that caused a variable to shadow an existing variable
7236              in an external scope.
7237      Branch: perl
7238            ! ext/threads/Makefile.PL
7239 ____________________________________________________________________________
7240 [ 29082] By: nicholas                              on 2006/10/22  21:02:28
7241         Log: Merge cases in Perl_ss_dup().
7242      Branch: perl
7243            ! sv.c
7244 ____________________________________________________________________________
7245 [ 29079] By: nicholas                              on 2006/10/22  19:06:14
7246         Log: const the variable used for the save stack type in Perl_ss_dup().
7247      Branch: perl
7248            ! sv.c
7249 ____________________________________________________________________________
7250 [ 29078] By: rgs                                   on 2006/10/22  13:15:39
7251         Log: Make the overrides of built-ins in the bytes pragma use the new prototype _.
7252      Branch: perl
7253            ! lib/bytes.pm lib/bytes_heavy.pl
7254 ____________________________________________________________________________
7255 [ 29077] By: nicholas                              on 2006/10/21  23:01:45
7256         Log: Add PERLIO_INIT and PERLIO_TERM to PERL_SYS_INIT* and PERL_SYS_TERM*
7257              in */*ish.h headers.
7258      Branch: perl
7259            ! epoc/epocish.h mpeix/mpeixish.h os2/os2ish.h plan9/plan9ish.h
7260            ! vms/vmsish.h
7261 ____________________________________________________________________________
7262 [ 29076] By: nicholas                              on 2006/10/21  22:40:28
7263         Log: Subject: Re: Change 29050: Memory leak fix, by Jarkko
7264              From: Jarkko Hietaniemi <jhi@iki.fi>
7265              Message-ID: <453A97FA.5090403@iki.fi>
7266              Date: Sat, 21 Oct 2006 17:58:18 -0400
7267              
7268              (Make AIX linker happy)
7269      Branch: perl
7270            ! makedef.pl
7271 ____________________________________________________________________________
7272 [ 29075] By: nicholas                              on 2006/10/21  21:53:48
7273         Log: Semicolon consistency between PERL_FPU_INIT and the other INITs.
7274      Branch: perl
7275            ! perl.h unixish.h
7276 ____________________________________________________________________________
7277 [ 29074] By: nicholas                              on 2006/10/21  21:31:20
7278         Log: Add PERLIO_INIT to PERL_SYS_INIT.
7279              I infer that this was accidentally omitted from change 29060
7280      Branch: perl
7281            ! dosish.h perl.h unixish.h
7282 ____________________________________________________________________________
7283 [ 29073] By: nicholas                              on 2006/10/21  21:02:53
7284         Log: Always defining PERLIO_TERM, even if it's empty, makes for a simpler
7285              PERL_SYS_TERM
7286      Branch: perl
7287            ! dosish.h perl.h unixish.h
7288 ____________________________________________________________________________
7289 [ 29072] By: stevep                                on 2006/10/21  18:16:53
7290         Log: Changes for threads::shared to all building with g++.
7291      Branch: perl
7292            ! ext/threads/shared/Makefile.PL ext/threads/shared/shared.xs
7293 ____________________________________________________________________________
7294 [ 29071] By: stevep                                on 2006/10/21  16:45:38
7295         Log: Fixes for Storable.xs when compiling a threaded Perl with g++.
7296      Branch: perl
7297            ! ext/Storable/Storable.xs
7298 ____________________________________________________________________________
7299 [ 29070] By: stevep                                on 2006/10/21  16:17:58
7300         Log: Fix in perl.h for compiling with g++.
7301      Branch: perl
7302            ! perl.h
7303 ____________________________________________________________________________
7304 [ 29069] By: stevep                                on 2006/10/21  13:28:13
7305         Log: Better solution to silencing prereq warnings from threads's
7306              Makefile.PL
7307      Branch: perl
7308            ! ext/threads/Makefile.PL
7309 ____________________________________________________________________________
7310 [ 29068] By: stevep                                on 2006/10/21  02:04:19
7311         Log: Quiet a warning in pp_sys.c on AIX.
7312      Branch: perl
7313            ! pp_sys.c
7314 ____________________________________________________________________________
7315 [ 29067] By: stevep                                on 2006/10/20  19:28:46
7316         Log: Comment out Hash::Util and IO::File from prereqs of threads, since
7317              they are both available in the core.
7318      Branch: perl
7319            ! ext/threads/Makefile.PL
7320 ____________________________________________________________________________
7321 [ 29066] By: rgs                                   on 2006/10/20  15:31:36
7322         Log: Adjustment to symbol lists after latest changes (by Jarkko)
7323      Branch: perl
7324            ! makedef.pl perlio.sym
7325 ____________________________________________________________________________
7326 [ 29065] By: rgs                                   on 2006/10/20  15:04:47
7327         Log: Enable perlio mutexes under threads (by Jarkko)
7328      Branch: perl
7329            ! perlio.c perlvars.h
7330 ____________________________________________________________________________
7331 [ 29064] By: rgs                                   on 2006/10/20  13:01:14
7332         Log: regen headers
7333      Branch: perl
7334            ! embedvar.h perlapi.h
7335 ____________________________________________________________________________
7336 [ 29063] By: davem                                 on 2006/10/20  13:00:52
7337         Log: only do \C hackery if \C is seen
7338              
7339              From: demerphq <demerphq@gmail.com>
7340              Date: Fri, 20 Oct 2006 12:38:13 +0200
7341              Subject: Re: utf8 regexp performance problem
7342              Message-ID: <9b18b3110610200338k5df1d3afpf829fbc0f3663a75@mail.gmail.com>
7343      Branch: perl
7344            ! mg.c
7345 ____________________________________________________________________________
7346 [ 29062] By: rgs                                   on 2006/10/20  11:51:57
7347         Log: Subject: [PATCH] B:: changes for UNITCHECK blocks
7348              From: Alex Gough <alex-p5p@earth.li>
7349              Date: Fri, 20 Oct 2006 02:05:20 +0100
7350              Message-ID: <20061020010520.GC12290@the.earth.li>
7351      Branch: perl
7352            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Deparse.pm
7353            ! ext/B/t/concise-xs.t ext/B/t/optree_specials.t
7354 ____________________________________________________________________________
7355 [ 29061] By: rgs                                   on 2006/10/20  10:32:20
7356         Log: Let's undocument -Dusesfio in INSTALL.
7357      Branch: perl
7358            ! INSTALL
7359 ____________________________________________________________________________
7360 [ 29060] By: rgs                                   on 2006/10/20  10:20:18
7361         Log: More leak fixes, by Jarkko
7362      Branch: perl
7363            ! dosish.h perl.h perlio.c perliol.h perlvars.h unixish.h
7364 ____________________________________________________________________________
7365 [ 29059] By: davem                                 on 2006/10/20  10:06:57
7366         Log: zero length $1 took too long to detect utf8-ness
7367      Branch: perl
7368            ! mg.c
7369 ____________________________________________________________________________
7370 [ 29058] By: rgs                                   on 2006/10/20  09:04:49
7371         Log: Silence some warnings
7372      Branch: perl
7373            ! pp_ctl.c regcomp.c
7374 ____________________________________________________________________________
7375 [ 29057] By: nicholas                              on 2006/10/19  20:52:31
7376         Log: Subject: Re: Off by one in the trie code?
7377              From: demerphq <demerphq@gmail.com>
7378              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
7379              Date: Wed, 18 Oct 2006 20:51:41 +0200
7380              
7381              1. code necessary to make patterns with interpolated vars behave
7382              correctly under lexical re 'debug', including additional tests.
7383              2. changes necessary to resolve the off by one error,
7384              3. tweaks to re.pm to document that re 'debug' is lexical,
7385      Branch: perl
7386            ! ext/re/re.pm ext/re/t/lexical_debug.pl
7387            ! ext/re/t/lexical_debug.t ext/re/t/regop.pl ext/re/t/regop.t
7388            ! pp_ctl.c regcomp.c regcomp.h
7389 ____________________________________________________________________________
7390 [ 29056] By: nicholas                              on 2006/10/19  20:47:53
7391         Log: Subject: Re: Off by one in the trie code?
7392              From: demerphq <demerphq@gmail.com>
7393              Date: Wed, 18 Oct 2006 20:51:41 +0200
7394              Message-ID: <9b18b3110610181151i3ca438cdied769ebaa4255079@mail.gmail.com>
7395              
7396              change test files that do a require "./test.pl"; without a BEGIN block
7397              to ensure prototypes are seen, plus fix any breakage this reveals.
7398      Branch: perl
7399            ! ext/Devel/Peek/t/Peek.t ext/POSIX/t/posix.t lib/vmsish.t
7400            ! t/comp/parser.t t/comp/utf.t t/io/argv.t t/io/utf8.t
7401            ! t/op/stash.t t/run/switchC.t t/run/switchd.t t/run/switches.t
7402 ____________________________________________________________________________
7403 [ 29055] By: merijn                                on 2006/10/19  16:40:08
7404         Log: <tr> isnb't the same as C<tr>, and <tr> looks so stupid in man
7405      Branch: perl
7406            ! pod/perlop.pod
7407 ____________________________________________________________________________
7408 [ 29054] By: rgs                                   on 2006/10/19  16:20:41
7409         Log: Trim perltodo.
7410      Branch: perl
7411            ! pod/perltodo.pod
7412 ____________________________________________________________________________
7413 [ 29053] By: rgs                                   on 2006/10/19  15:54:15
7414         Log: Subject: [PATCH] stab at UNITCHECK blocks
7415              From: Alex Gough <alex-p5p@earth.li>
7416              Date: Thu, 19 Oct 2006 13:04:12 +0100
7417              Message-ID: <20061019120412.GA12290@the.earth.li>
7418      Branch: perl
7419            + t/op/blocks.t
7420            ! MANIFEST cv.h embedvar.h intrpvar.h keywords.h keywords.pl
7421            ! madly.act madly.h madly.tab madly.y op.c perl.c
7422            ! perl_keyword.pl perlapi.h perly.act perly.tab perly.y
7423            ! pod/perldebug.pod pod/perldiag.pod pod/perlfunc.pod
7424            ! pod/perlmod.pod pod/perlrun.pod pod/perlsub.pod pp_ctl.c sv.c
7425            ! toke.c
7426 ____________________________________________________________________________
7427 [ 29052] By: stevep                                on 2006/10/19  13:49:56
7428         Log: Subject: [PATCH] Add Log::Message and Log::Message::Simple to the core
7429              From: "Jos Boumans" <kane@xs4all.net>
7430              Date: Fri, 13 Oct 2006 17:12:57 +0200 (CEST)
7431              Message-ID: <13003.80.127.35.68.1160752377.squirrel@webmail.xs4all.nl>
7432      Branch: perl
7433            + lib/Log/Message.pm lib/Log/Message/Config.pm
7434            + lib/Log/Message/Handlers.pm lib/Log/Message/Item.pm
7435            + lib/Log/Message/Simple.pm lib/Log/Message/Simple/t/01_use.t
7436            + lib/Log/Message/Simple/t/02_imports.t
7437            + lib/Log/Message/Simple/t/03_functions.t
7438            + lib/Log/Message/t/01_Log-Message-Config.t
7439            + lib/Log/Message/t/02_Log-Message.t
7440            + lib/Log/Message/t/conf/LoadMe.pl
7441            + lib/Log/Message/t/conf/config_file
7442            ! MANIFEST Porting/Maintainers.pl
7443 ____________________________________________________________________________
7444 [ 29051] By: rgs                                   on 2006/10/19  12:17:18
7445         Log: Make prototype("CORE::mkdir") work. That's a special case,
7446              since from the OA_* flags we can't figure out which parameter
7447              is going to default to $_.
7448      Branch: perl
7449            ! pp.c t/op/cproto.t
7450 ____________________________________________________________________________
7451 [ 29050] By: rgs                                   on 2006/10/19  12:08:24
7452         Log: Memory leak fix, by Jarkko
7453      Branch: perl
7454            ! perlio.c
7455 ____________________________________________________________________________
7456 [ 29049] By: rgs                                   on 2006/10/19  10:27:20
7457         Log: Adjust documentation for previous change
7458      Branch: perl
7459            ! pod/perlsub.pod
7460 ____________________________________________________________________________
7461 [ 29048] By: rgs                                   on 2006/10/19  10:26:54
7462         Log: Allow the _ prototype character to be followed by optional arguments
7463      Branch: perl
7464            ! op.c t/comp/uproto.t
7465 ____________________________________________________________________________
7466 [ 29047] By: rgs                                   on 2006/10/19  08:56:14
7467         Log: Make all JAPH tests pass
7468      Branch: perl
7469            ! t/japh/abigail.t
7470 ____________________________________________________________________________
7471 [ 29046] By: rgs                                   on 2006/10/19  08:04:04
7472         Log: Remove free() part of change #29045, which causes
7473              panics from miniperl in FreeBSD/multithreaded
7474      Branch: perl
7475            ! perlio.c
7476 ____________________________________________________________________________
7477 [ 29045] By: stevep                                on 2006/10/19  01:18:50
7478         Log: Subject: [PATCH] blead valgrind finding
7479              From: Jarkko Hietaniemi <jhi@iki.fi>
7480              Date: Wed, 18 Oct 2006 20:07:54 -0400
7481              Message-ID: <4536C1DA.4060600@iki.fi>
7482      Branch: perl
7483            ! perlio.c
7484 ____________________________________________________________________________
7485 [ 29044] By: rgs                                   on 2006/10/18  20:26:37
7486         Log: Make prototype("CORE::foo") return prototypes with _ when it should
7487              (except for mkdir)
7488      Branch: perl
7489            ! pp.c t/op/cproto.t
7490 ____________________________________________________________________________
7491 [ 29043] By: rgs                                   on 2006/10/18  19:37:01
7492         Log: Add a regression test for change #29041
7493      Branch: perl
7494            ! t/comp/uproto.t
7495 ____________________________________________________________________________
7496 [ 29042] By: nicholas                              on 2006/10/18  19:11:55
7497         Log: Using explicit printf-like APIs with a format of "%s" isn't the world's
7498              most efficient idea.
7499      Branch: perl
7500            ! XSUB.h dump.c
7501 ____________________________________________________________________________
7502 [ 29041] By: rgs                                   on 2006/10/18  17:40:57
7503         Log: Functions with a (_) prototype should behave as unary operators
7504              (which is not the case of functions with a (;$) prototype)
7505      Branch: perl
7506            ! toke.c
7507 ____________________________________________________________________________
7508 [ 29040] By: nicholas                              on 2006/10/18  17:35:06
7509         Log: panic if we attempt to sv_setsv to or from an already freed SV.
7510      Branch: perl
7511            ! sv.c
7512 ____________________________________________________________________________
7513 [ 29039] By: rgs                                   on 2006/10/18  14:41:26
7514         Log: Test for the interaction between ; and _ in prototypes
7515      Branch: perl
7516            ! t/comp/uproto.t
7517 ____________________________________________________________________________
7518 [ 29038] By: rgs                                   on 2006/10/18  14:34:26
7519         Log: Document _ prototype in perlsub
7520      Branch: perl
7521            ! pod/perlsub.pod
7522 ____________________________________________________________________________
7523 [ 29037] By: rgs                                   on 2006/10/18  14:30:57
7524         Log: Fix prototype to mimic built-in in perlsub examples
7525      Branch: perl
7526            ! pod/perlsub.pod
7527 ____________________________________________________________________________
7528 [ 29036] By: rgs                                   on 2006/10/18  14:01:59
7529         Log: The _ character is only allowed to be at the end of prototypes
7530      Branch: perl
7531            ! op.c t/comp/uproto.t
7532 ____________________________________________________________________________
7533 [ 29035] By: rgs                                   on 2006/10/18  12:54:34
7534         Log: Improvements and fixes to the _ prototype
7535      Branch: perl
7536            ! op.c t/comp/uproto.t
7537 ____________________________________________________________________________
7538 [ 29034] By: rgs                                   on 2006/10/18  08:49:01
7539         Log: FAQ sync
7540      Branch: perl
7541            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
7542            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7543            ! pod/perlfaq7.pod pod/perlfaq9.pod
7544 ____________________________________________________________________________
7545 [ 29033] By: rgs                                   on 2006/10/18  08:24:30
7546         Log: Subject: [perl #40557] regexec.c saves context stack position improperly 
7547              From: Dave Bailey (via RT) <perlbug-followup@perl.org>
7548              Date: Tue, 17 Oct 2006 09:37:28 -0700
7549              Message-ID: <rt-3.5.HEAD-4979-1161103047-337.40557-75-0@perl.org>
7550      Branch: perl
7551            ! regexec.c scope.c scope.h
7552 ____________________________________________________________________________
7553 [ 29032] By: rgs                                   on 2006/10/17  16:07:04
7554         Log: First attempt at implementing the _ prototype
7555      Branch: perl
7556            + t/comp/uproto.t
7557            ! MANIFEST op.c toke.c
7558 ____________________________________________________________________________
7559 [ 29031] By: stevep                                on 2006/10/17  15:43:05
7560         Log: Upgrade to Time-HiRes-1.94.
7561      Branch: perl
7562            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7563            ! ext/Time/HiRes/t/HiRes.t
7564 ____________________________________________________________________________
7565 [ 29030] By: rgs                                   on 2006/10/17  14:13:52
7566         Log: Subject: Re: [PATCH] remove leaveit from toke.c:scan_const
7567              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7568              Date: Tue, 17 Oct 2006 23:10:04 +0900
7569              Message-Id: <20061017230958.41A2.BQW10602@nifty.com>
7570      Branch: perl
7571            ! pod/perldiag.pod
7572 ____________________________________________________________________________
7573 [ 29029] By: stevep                                on 2006/10/17  12:42:04
7574         Log: Upgrade to CPAN-1.88_55.
7575      Branch: perl
7576            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
7577 ____________________________________________________________________________
7578 [ 29028] By: rgs                                   on 2006/10/17  07:44:09
7579         Log: Less brace nesting.
7580      Branch: perl
7581            ! toke.c
7582 ____________________________________________________________________________
7583 [ 29027] By: rgs                                   on 2006/10/16  12:59:07
7584         Log: The "Unrecognized escape" warning can now be emitted in category
7585              "regexp" after change 29026 
7586      Branch: perl
7587            ! pod/perldiag.pod
7588 ____________________________________________________________________________
7589 [ 29026] By: rgs                                   on 2006/10/16  12:55:28
7590         Log: Subject: [PATCH] remove leaveit from toke.c:scan_const
7591              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7592              Date: Sun, 15 Oct 2006 22:23:00 +0900
7593              Message-Id: <20061015222223.BC38.BQW10602@nifty.com>
7594      Branch: perl
7595            ! pod/perlop.pod t/lib/warnings/regcomp t/lib/warnings/toke
7596            ! t/op/pat.t t/op/regmesg.t toke.c
7597 ____________________________________________________________________________
7598 [ 29025] By: rgs                                   on 2006/10/16  09:26:17
7599         Log: Subject: [PATCH] Re: sprintf 64 test
7600              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7601              Date: Sun, 15 Oct 2006 16:51:34 +0900
7602              Message-Id: <20061015165052.77AD.BQW10602@nifty.com>
7603              
7604              1. nullify 0 flag in integer conversions when precision is given
7605              2. ignore space after a plus sign as a sign for a nonnegative number
7606              3. make a negative precision through * working as if the precision
7607              is omitted
7608      Branch: perl
7609            ! pod/perlfunc.pod sv.c t/op/sprintf.t t/op/sprintf2.t
7610 ____________________________________________________________________________
7611 [ 29024] By: nicholas                              on 2006/10/16  04:41:30
7612         Log: Fix change 28770 to cope with the strange 32 bit bool type on VMS.
7613              (I should have seen this one coming - the two structures weren't
7614              textually identical)
7615      Branch: perl
7616            ! cop.h
7617 ____________________________________________________________________________
7618 [ 29023] By: stevep                                on 2006/10/15  17:17:32
7619         Log: Upgrade to Time-HiRes-1.93.
7620      Branch: perl
7621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7622            ! ext/Time/HiRes/t/HiRes.t
7623 ____________________________________________________________________________
7624 [ 29020] By: stevep                                on 2006/10/14  23:18:29
7625         Log: Upgrade to CPAN-1.88_54.
7626      Branch: perl
7627            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
7628 ____________________________________________________________________________
7629 [ 29019] By: stevep                                on 2006/10/14  23:11:23
7630         Log: Upgrade to Digest-SHA-5.44.
7631      Branch: perl
7632            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
7633            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/SHA.xs
7634            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
7635            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
7636            ! ext/Digest/SHA/src/sha.h
7637 ____________________________________________________________________________
7638 [ 29018] By: nicholas                              on 2006/10/14  23:06:52
7639         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a
7640              dereference of member of the structure being reallocated as part of
7641              the size calculation. (This one was well hidden by macros)
7642      Branch: perl
7643            ! regcomp.c
7644 ____________________________________________________________________________
7645 [ 29017] By: stevep                                on 2006/10/14  23:00:35
7646         Log: Upgrade to XSLoader-0.07.
7647      Branch: perl
7648            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
7649 ____________________________________________________________________________
7650 [ 29016] By: nicholas                              on 2006/10/14  22:40:00
7651         Log: Avoid undefined behaviour for -DPERL_MEM_LOG by not using a direct
7652              dereference of member of the structure being reallocated as part of
7653              the size calculation. (There may be other similar bugs).
7654      Branch: perl
7655            ! regcomp.c
7656 ____________________________________________________________________________
7657 [ 29015] By: nicholas                              on 2006/10/14  20:38:59
7658         Log: Use Perl_croak_nocontext() rather than Perl_croak() for the snprintf()
7659              and vsnprintf() macros.
7660      Branch: perl
7661            ! perl.h
7662 ____________________________________________________________________________
7663 [ 29012] By: nicholas                              on 2006/10/14  14:32:28
7664         Log: Fix typo.
7665      Branch: perl
7666            ! Changes
7667 ____________________________________________________________________________
7668 [ 29011] By: nicholas                              on 2006/10/13  20:35:44
7669         Log: Subject: Re: SVpvs vs SVpvn
7670              From: Jim Cromie <jim.cromie@gmail.com>
7671              Message-ID: <452FED1D.1000504@gmail.com>
7672              Date: Fri, 13 Oct 2006 13:46:37 -0600
7673              
7674              plus the last newSVpvn() in toke.c that his regexp missed.
7675      Branch: perl
7676            ! toke.c
7677 ____________________________________________________________________________
7678 [ 29010] By: stevep                                on 2006/10/13  14:11:04
7679         Log: Upgrade to Time-HiRes-1.92.
7680      Branch: perl
7681            + ext/Time/HiRes/hints/aix.pl
7682            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7683            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
7684            ! ext/Time/HiRes/t/HiRes.t
7685 ____________________________________________________________________________
7686 [ 29009] By: nicholas                              on 2006/10/13  13:53:16
7687         Log: Correct one "parenthesis" to "parentheses".
7688      Branch: perl
7689            ! pod/perlre.pod
7690 ____________________________________________________________________________
7691 [ 29008] By: rgs                                   on 2006/10/13  12:12:04
7692         Log: Don't bother checking for bad characters in prototypes if we're not
7693              going to warn about them.
7694      Branch: perl
7695            ! toke.c
7696 ____________________________________________________________________________
7697 [ 29007] By: rgs                                   on 2006/10/13  11:27:54
7698         Log: Subject: [PATCH] compiler warning noreturn
7699              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7700              Date: Fri, 13 Oct 2006 11:49:11 +0100
7701              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A70@exchsvr1.npl.ad.local>
7702      Branch: perl
7703            ! doio.c
7704 ____________________________________________________________________________
7705 [ 29006] By: rgs                                   on 2006/10/13  09:15:43
7706         Log: Fix nit in possessive quantifier descriptions.
7707              Add some =head3 headings.
7708      Branch: perl
7709            ! pod/perlre.pod
7710 ____________________________________________________________________________
7711 [ 29005] By: rgs                                   on 2006/10/13  09:02:05
7712         Log: Subject: [PATCH] Add possessive quantifiers to regex engine.
7713              From: demerphq <demerphq@gmail.com>
7714              Date: Thu, 12 Oct 2006 21:23:15 +0200
7715              Message-ID: <9b18b3110610121223m191e47ddtce3398cb0e8ba320@mail.gmail.com>
7716              
7717              With doc tweaks
7718      Branch: perl
7719            ! pod/perl595delta.pod pod/perlre.pod pod/perltodo.pod regcomp.c
7720            ! regcomp.h t/op/re_tests t/op/regexp.t
7721 ____________________________________________________________________________
7722 [ 29004] By: stevep                                on 2006/10/12  15:07:17
7723         Log: Upgrade to PathTools-3.23.
7724      Branch: perl
7725            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
7726            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
7727 ____________________________________________________________________________
7728 [ 29003] By: rgs                                   on 2006/10/12  14:52:42
7729         Log: Subject: [PATCH] threads::shared 1.04
7730              From: Jerry Hedden <jdhedden@yahoo.com>
7731              Date: Thu, 12 Oct 2006 07:47:37 -0700 (PDT)
7732              Message-ID: <20061012144737.56305.qmail@web30207.mail.mud.yahoo.com>
7733      Branch: perl
7734            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
7735            ! ext/threads/shared/shared.pm
7736 ____________________________________________________________________________
7737 [ 29002] By: rgs                                   on 2006/10/12  14:26:37
7738         Log: Subject: [PATCH] threads 1.44
7739              From: Jerry Hedden <jdhedden@yahoo.com>
7740              Date: Wed, 11 Oct 2006 05:57:43 -0700 (PDT)
7741              Message-ID: <20061011125743.68567.qmail@web30211.mail.mud.yahoo.com>
7742      Branch: perl
7743            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
7744            ! ext/threads/threads.pm
7745 ____________________________________________________________________________
7746 [ 29001] By: rgs                                   on 2006/10/12  14:19:33
7747         Log: Subject: [PATCH] fix format errors; was RE: g++ compile and make test 100%
7748              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7749              Date: Wed, 11 Oct 2006 17:02:01 +0100
7750              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A69@exchsvr1.npl.ad.local>
7751      Branch: perl
7752            ! regcomp.c
7753 ____________________________________________________________________________
7754 [ 29000] By: rgs                                   on 2006/10/12  14:03:55
7755         Log: Subject: [PATCH] RE: g++ compile and make test 100%
7756              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7757              Date: Wed, 11 Oct 2006 16:58:10 +0100
7758              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A68@exchsvr1.npl.ad.local>
7759      Branch: perl
7760            ! ext/ODBM_File/t/odbm.t
7761 ____________________________________________________________________________
7762 [ 28999] By: rgs                                   on 2006/10/12  13:57:57
7763         Log: Subject: [PATCH] More regexp documentation
7764              From: demerphq <demerphq@gmail.com>
7765              Date: Thu, 12 Oct 2006 14:45:25 +0200
7766              Message-ID: <9b18b3110610120545m3002e17cqace30f908b0e2277@mail.gmail.com>
7767      Branch: perl
7768            ! pod/perlre.pod pod/perlreguts.pod regcomp.c
7769 ____________________________________________________________________________
7770 [ 28998] By: rgs                                   on 2006/10/12  08:43:20
7771         Log: Subject: [PATCH] Add Regex conditionals. Various bugfixes. More tests.
7772              From: demerphq <demerphq@gmail.com>
7773              Date: Thu, 12 Oct 2006 00:46:50 +0200
7774              Message-ID: <9b18b3110610111546j74ca490dg21bd9fd1e7e10d42@mail.gmail.com>
7775      Branch: perl
7776            ! embed.fnc embed.h pod/perlre.pod proto.h regcomp.c regcomp.sym
7777            ! regexec.c regnodes.h t/op/pat.t t/op/re_tests
7778 ____________________________________________________________________________
7779 [ 28997] By: rgs                                   on 2006/10/11  15:01:52
7780         Log: Subject: RE: g++ compile and make test 100%
7781              From: "Robin Barker" <Robin.Barker@npl.co.uk>
7782              Date: Wed, 11 Oct 2006 15:29:43 +0100
7783              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A65@exchsvr1.npl.ad.local>
7784      Branch: perl
7785            ! ext/NDBM_File/typemap
7786 ____________________________________________________________________________
7787 [ 28996] By: stevep                                on 2006/10/11  14:48:45
7788         Log: Fix typo in NDBM_File.xs and bump up the version number.
7789      Branch: perl
7790            ! ext/NDBM_File/NDBM_File.pm ext/NDBM_File/NDBM_File.xs
7791 ____________________________________________________________________________
7792 [ 28995] By: rgs                                   on 2006/10/11  09:59:15
7793         Log: Fix aliasing to an non-existent element of %+
7794              (by Yves Orton)
7795      Branch: perl
7796            ! hv.c
7797 ____________________________________________________________________________
7798 [ 28994] By: rgs                                   on 2006/10/11  09:38:37
7799         Log: Update comment (by Yves Orton), plus POD fixes
7800      Branch: perl
7801            ! ext/re/re.pm
7802 ____________________________________________________________________________
7803 [ 28993] By: rgs                                   on 2006/10/11  08:03:03
7804         Log: Missing % in format string
7805      Branch: perl
7806            ! perl.h
7807 ____________________________________________________________________________
7808 [ 28992] By: merijn                                on 2006/10/11  07:02:56
7809         Log: Subject: [PATCH] ext re: C++: EXTERN_C needed, and where did sub install() go?
7810              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7811              Date: Wed, 11 Oct 2006 09:53:59 +0300 (EEST)
7812              Message-Id: <20061011065359.DFC4C8B3A1@seth.hut.fi>
7813      Branch: perl
7814            ! ext/re/re.pm ext/re/re.xs
7815 ____________________________________________________________________________
7816 [ 28991] By: stevep                                on 2006/10/11  00:52:58
7817         Log: Grrr...moved the files, but forgot to update Soundex.pm
7818      Branch: perl
7819            ! ext/Text/Soundex/Soundex.pm
7820 ____________________________________________________________________________
7821 [ 28990] By: rgs                                   on 2006/10/10  16:26:31
7822         Log: Subject: [PATCH] C++: class is a keyword
7823              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7824              Date: Tue, 10 Oct 2006 19:20:26 +0300 (EEST)
7825              Message-Id: <20061010162026.190BE8B37C@seth.hut.fi>
7826      Branch: perl
7827            ! lib/ExtUtils/ParseXS/t/XSTest.xs
7828 ____________________________________________________________________________
7829 [ 28989] By: rgs                                   on 2006/10/10  16:23:48
7830         Log: Adjust test count for ExtUtils::Command
7831      Branch: perl
7832            ! lib/ExtUtils/t/eu_command.t
7833 ____________________________________________________________________________
7834 [ 28988] By: stevep                                on 2006/10/10  15:04:09
7835         Log: Upgrade to ExtUtils-Manifest-1.49.
7836      Branch: perl
7837            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
7838 ____________________________________________________________________________
7839 [ 28987] By: stevep                                on 2006/10/10  15:01:21
7840         Log: Upgrade to ExtUtils-Command-1.12.
7841      Branch: perl
7842            ! lib/ExtUtils/Command.pm lib/ExtUtils/t/eu_command.t
7843 ____________________________________________________________________________
7844 [ 28986] By: stevep                                on 2006/10/10  14:49:47
7845         Log: Upgrade to CPAN-1.88_53.
7846      Branch: perl
7847            ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Queue.pm
7848            ! lib/CPAN/SIGNATURE
7849 ____________________________________________________________________________
7850 [ 28985] By: rgs                                   on 2006/10/10  14:36:49
7851         Log: Subject: [perl #40473] sprintf width+precision fails on wide chars 
7852              From: Anatoly Vorobey (via RT) <perlbug-followup@perl.org>
7853              Date: Sun, 08 Oct 2006 17:58:16 -0700
7854              Message-ID: <rt-3.5.HEAD-31259-1160355496-1702.40473-75-0@perl.org>
7855      Branch: perl
7856            ! sv.c t/op/sprintf2.t
7857 ____________________________________________________________________________
7858 [ 28984] By: stevep                                on 2006/10/10  14:33:53
7859         Log: Upgrade to ExtUtils-Makemaker-6.31.
7860      Branch: perl
7861            ! lib/ExtUtils/Changes lib/ExtUtils/Command/MM.pm
7862            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
7863            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_AIX.pm
7864            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
7865            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
7866            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
7867            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_QNX.pm
7868            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
7869            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_VOS.pm
7870            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
7871            ! lib/ExtUtils/MY.pm lib/ExtUtils/MakeMaker.pm
7872            ! lib/ExtUtils/MakeMaker/Config.pm
7873            ! lib/ExtUtils/MakeMaker/bytes.pm
7874            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Mkbootstrap.pm
7875            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/README
7876            ! lib/ExtUtils/TODO lib/ExtUtils/t/basic.t
7877            ! lib/ExtUtils/testlib.pm
7878 ____________________________________________________________________________
7879 [ 28983] By: stevep                                on 2006/10/10  14:05:52
7880         Log: Update to PathTools-3.22.
7881      Branch: perl
7882            ! ext/Cwd/Changes ext/Text/Soundex/Soundex.xs lib/Cwd.pm
7883            ! lib/File/Spec.pm lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
7884            ! lib/File/Spec/t/crossplatform.t
7885 ____________________________________________________________________________
7886 [ 28982] By: merijn                                on 2006/10/10  14:02:16
7887         Log: New shiny models
7888      Branch: perl
7889            ! README.hpux
7890 ____________________________________________________________________________
7891 [ 28981] By: rgs                                   on 2006/10/10  13:13:18
7892         Log: Subject: [PATCH] Regexp Recurse by name.
7893              From: demerphq <demerphq@gmail.com>
7894              Date: Mon, 9 Oct 2006 20:36:20 +0200
7895              Message-ID: <9b18b3110610091136g48e5b154tf16d00d38e80a6dc@mail.gmail.com>
7896              
7897              (with doc nits)
7898      Branch: perl
7899            ! embed.fnc embed.h ext/re/re.pm pod/perlre.pod proto.h
7900            ! regcomp.c t/op/re_tests
7901 ____________________________________________________________________________
7902 [ 28980] By: rgs                                   on 2006/10/10  11:25:58
7903         Log: Subject: [PATCH] enc2xs and C++: add extern "C" to  data
7904              From: Jarkko Hietaniemi <jhi@iki.fi>
7905              Date: Tue, 10 Oct 2006 13:52:57 +0300
7906              Message-ID: <452B7B89.201@iki.fi>
7907      Branch: perl
7908            ! ext/Encode/bin/enc2xs
7909 ____________________________________________________________________________
7910 [ 28979] By: rgs                                   on 2006/10/10  11:20:19
7911         Log: Subject: [PATCH] Linux and Solaris hints: C++ vs dlerror
7912              From: Jarkko Hietaniemi <jhi@iki.fi>
7913              Date: Tue, 10 Oct 2006 14:00:40 +0300
7914              Message-ID: <452B7D58.1090009@iki.fi>
7915      Branch: perl
7916            ! hints/linux.sh hints/solaris_2.sh
7917 ____________________________________________________________________________
7918 [ 28978] By: steveh                                on 2006/10/10  10:25:06
7919         Log: Updates for building on Win32 with Visual C++ 2005 Express Edition
7920              
7921              Add some instructions in README.win32, clarify macro comments and add
7922              missing macros to makefile.mk, and drop the GLOBEXEBUILD macro from
7923              Makefile--the Express Edition of Visual C++ 2005 is free and includes
7924              setargv.obj, so there is no need to support the .NET 2.0 SDK compiler
7925              which didn't include it.
7926              
7927              Unfortunately, the build still doesn't work yet--my attempt got as far
7928              as building extensions, but miniperl.exe crashed.  Hopefully this can
7929              be sorted out soon.
7930      Branch: perl
7931            ! README.win32 win32/Makefile win32/makefile.mk
7932 ____________________________________________________________________________
7933 [ 28977] By: craigb                                on 2006/10/10  03:29:50
7934         Log: fix a doc typo and a warning typo in VMS::DCLsym
7935      Branch: perl
7936            ! vms/ext/DCLsym/DCLsym.pm
7937 ____________________________________________________________________________
7938 [ 28976] By: stevep                                on 2006/10/09  20:17:07
7939         Log: Make g++ happy when compiling NDBM_File on a system that
7940              is likely using the GDBM compatibility headers that 
7941              g++ (and other C++ implementations) cannot handle.
7942      Branch: perl
7943            ! ext/NDBM_File/Makefile.PL ext/NDBM_File/NDBM_File.xs
7944 ____________________________________________________________________________
7945 [ 28975] By: davem                                 on 2006/10/09  16:35:02
7946         Log: fix bad free in do_exec3()
7947      Branch: perl
7948            ! doio.c
7949 ____________________________________________________________________________
7950 [ 28974] By: rgs                                   on 2006/10/09  14:29:52
7951         Log: Subject: [PATCH] Encode.xs: add an explicit cast to make g++ happier
7952              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
7953              Date: Mon,  9 Oct 2006 16:54:12 +0300 (EEST)
7954              Message-Id: <20061009135412.47F7A8B3A0@seth.hut.fi>
7955      Branch: perl
7956            ! ext/Encode/Encode.xs
7957 ____________________________________________________________________________
7958 [ 28973] By: rgs                                   on 2006/10/09  14:13:25
7959         Log: Address update for Jerry D. Hedden
7960      Branch: perl
7961            ! AUTHORS
7962 ____________________________________________________________________________
7963 [ 28972] By: rgs                                   on 2006/10/09  12:53:40
7964         Log: Update perldelta for recent regexp changes, based on a text by Yves Orton.
7965      Branch: perl
7966            ! pod/perl595delta.pod
7967 ____________________________________________________________________________
7968 [ 28971] By: rgs                                   on 2006/10/09  12:28:11
7969         Log: Subject: [PATCH] Digest::SHA 5.43_01 - ANSIfy src/hmac.c
7970              From: Jarkko Hietaniemi <jhi@iki.fi>
7971              Date: Mon, 09 Oct 2006 14:24:09 +0300
7972              Message-ID: <452A3159.3060003@iki.fi>
7973      Branch: perl
7974            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/hmac.c
7975 ____________________________________________________________________________
7976 [ 28970] By: rgs                                   on 2006/10/09  10:32:06
7977         Log: Add perl595delta
7978      Branch: perl
7979            + pod/perl595delta.pod
7980            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
7981            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
7982            ! win32/pod.mak
7983 ____________________________________________________________________________
7984 [ 28969] By: rgs                                   on 2006/10/09  10:11:09
7985         Log: Bump version to 5.9.5
7986      Branch: perl
7987            ! Cross/config.sh-arm-linux NetWare/Makefile NetWare/config_H.wc
7988            ! epoc/config.sh epoc/createpkg.pl patchlevel.h
7989            ! plan9/config.plan9 win32/Makefile win32/Makefile.ce
7990            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
7991            ! win32/config_H.vc win32/config_H.vc64 win32/makefile.mk
7992 ____________________________________________________________________________
7993 [ 28968] By: rgs                                   on 2006/10/09  10:02:08
7994         Log: Subject: Re: [PATCH] regexec.c: goto crossing initialization
7995              From: Jarkko Hietaniemi <jhi@iki.fi>
7996              Date: Mon, 09 Oct 2006 12:47:11 +0300
7997              Message-ID: <452A1A9F.4080103@iki.fi>
7998      Branch: perl
7999            ! regexec.c
8000 ____________________________________________________________________________
8001 [ 28967] By: rgs                                   on 2006/10/08  19:53:10
8002         Log: Subject: Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup: on i686-linux-64int 2.6.17-2-k7 (UNINSTALLED)
8003              From: demerphq <demerphq@gmail.com>
8004              Date: Sun, 8 Oct 2006 20:14:24 +0200
8005              Message-ID: <9b18b3110610081114g11dabafaw860181598ab54bd6@mail.gmail.com>
8006      Branch: perl
8007            ! hv.c regcomp.c t/op/pat.t
8008 ____________________________________________________________________________
8009 [ 28966] By: rgs                                   on 2006/10/08  19:39:00
8010         Log: Revert change 28962 (at least until a better solution is found)
8011      Branch: perl
8012            ! XSUB.h perl.h sv.c
8013 ____________________________________________________________________________
8014 [ 28965] By: rgs                                   on 2006/10/08  17:07:42
8015         Log: Clarifications on the usage of setlocale() and LC_NUMERIC to
8016              affect the decimal point in output, by Jarkko.
8017      Branch: perl
8018            ! pod/perldata.pod pod/perlfunc.pod pod/perllocale.pod
8019 ____________________________________________________________________________
8020 [ 28964] By: nicholas                              on 2006/10/08  00:25:07
8021         Log: Document the growth policy, and Yves suggested a better arbitary
8022              constant. (The original plan was add 80 if free space is less than 80,
8023              which wasn't a noticable improvement. Hence 40 was 80/2 for plan B)
8024      Branch: perl
8025            ! ext/Data/Dumper/Dumper.xs
8026 ____________________________________________________________________________
8027 [ 28963] By: nicholas                              on 2006/10/07  23:42:56
8028         Log: Yves said that the XS version of Data::Dumper was inefficient because
8029              it keeps triggering realloc() due to sv_cat(). Here's a rather brute
8030              force approach to pre-stretching the buffer - if there are less than
8031              40 bytes free, grow it by 50%.
8032              
8033              Surprisingly effective for my test program
8034              ./perl -Ilib -MData::Dumper -MStorable=retrieve -we \
8035              'print Dumper(retrieve(shift))' ~/.cpan/Metadata >/dev/null
8036              
8037              Before
8038              real    2m42.921s
8039              user    1m43.321s
8040              sys     0m55.611s
8041              
8042              
8043              After
8044              real    0m5.205s
8045              user    0m4.885s
8046              sys     0m0.255s
8047              
8048              Same 25M of output, byte for byte. :-)
8049      Branch: perl
8050            ! ext/Data/Dumper/Dumper.xs
8051 ____________________________________________________________________________
8052 [ 28962] By: nicholas                              on 2006/10/07  22:24:28
8053         Log: No need to create a new magic vtable if it's all 0 pointers.
8054              [And these are function pointers, so they're not NULL :-)]
8055      Branch: perl
8056            ! XSUB.h perl.h sv.c
8057 ____________________________________________________________________________
8058 [ 28961] By: nicholas                              on 2006/10/07  22:06:19
8059         Log: Make reference stringification (blessed and unblessed) about as fast as
8060              is possible, because I'm told it's used quite frequently.
8061      Branch: perl
8062            ! sv.c
8063 ____________________________________________________________________________
8064 [ 28960] By: nicholas                              on 2006/10/07  17:16:01
8065         Log: Use packed addresses for the seen tracking hash, rather than
8066              "stringified" references. These use less memory, and should be faster
8067              as there is no call to sprintf().
8068      Branch: perl
8069            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
8070 ____________________________________________________________________________
8071 [ 28959] By: nicholas                              on 2006/10/07  16:08:04
8072         Log: Eliminate two more unneeded strlen()s from Dumper.xs
8073      Branch: perl
8074            ! ext/Data/Dumper/Dumper.xs
8075 ____________________________________________________________________________
8076 [ 28958] By: rgs                                   on 2006/10/07  16:01:55
8077         Log: Subject: [PATCH] threads 1.43 - stringify
8078              From: Jerry Hedden <jdhedden@yahoo.com>
8079              Date: Fri, 6 Oct 2006 12:19:41 -0700 (PDT)
8080              Message-ID: <20061006191941.22457.qmail@web30205.mail.mud.yahoo.com>
8081      Branch: perl
8082            - ext/threads/typemap
8083            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
8084            ! ext/threads/README ext/threads/t/basic.t
8085            ! ext/threads/t/thread.t ext/threads/threads.pm
8086 ____________________________________________________________________________
8087 [ 28957] By: rgs                                   on 2006/10/07  14:30:32
8088         Log: Subject: Re: [PATCH] Initial attempt at named captures for perls regexp engine
8089              From: demerphq <demerphq@gmail.com>
8090              Date: Fri, 6 Oct 2006 19:16:01 +0200
8091              Message-ID: <9b18b3110610061016x5ddce965u30d9a821f632d450@mail.gmail.com>
8092      Branch: perl
8093            ! XSUB.h doop.c dump.c embed.fnc embed.h gv.c hv.c perl.h
8094            ! pod/perlre.pod pod/perltodo.pod pod/perlvar.pod pp.c proto.h
8095            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
8096            ! sv.c t/op/pat.t t/op/re_tests t/op/regexp.t toke.c
8097 ____________________________________________________________________________
8098 [ 28956] By: nicholas                              on 2006/10/07  13:53:36
8099         Log: Change sprintf() to my_sprintf(), and use the returned length from
8100              that and my_snprintf() to avoid calls to strlen()
8101      Branch: perl
8102            ! ext/Data/Dumper/Dumper.xs
8103 ____________________________________________________________________________
8104 [ 28955] By: merijn                                on 2006/10/07  11:56:31
8105         Log: Subject: [PATCH] cflags.SH: strip -std=c89 for g++
8106              From: Jarkko Hietaniemi <jhi@iki.fi>
8107              Date: Sat, 07 Oct 2006 13:37:04 +0300
8108              Message-ID: <45278350.8020707@iki.fi>
8109      Branch: perl
8110            ! cflags.SH
8111 ____________________________________________________________________________
8112 [ 28954] By: merijn                                on 2006/10/07  11:52:04
8113         Log: Subject: [PATCH] another g++ patch (Util.xs)
8114              From: "Paul Marquess" <paul.marquess@ntlworld.com>
8115              Date: Fri, 6 Oct 2006 11:14:03 +0100
8116              Message-ID: <00ea01c6e930$269f3d70$4e3c140a@myopwv.com>
8117      Branch: perl
8118            ! ext/List/Util/Util.xs
8119 ____________________________________________________________________________
8120 [ 28953] By: stevep                                on 2006/10/07  01:34:15
8121         Log: Upgrade to Test-Harness-2.64
8122      Branch: perl
8123            + lib/Test/Harness/Results.pm
8124            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
8125            ! lib/Test/Harness/Straps.pm lib/Test/Harness/Util.pm
8126            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
8127            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/failure.t
8128            ! lib/Test/Harness/t/prove-switches.t
8129            ! lib/Test/Harness/t/strap-analyze.t
8130            ! lib/Test/Harness/t/test-harness.t
8131 ____________________________________________________________________________
8132 [ 28952] By: nicholas                              on 2006/10/06  21:56:46
8133         Log: Make the executable slightly smaller by using PL_hexdigit in
8134              Perl_sv_vcatpvfn.
8135      Branch: perl
8136            ! sv.c
8137 ____________________________________________________________________________
8138 [ 28951] By: nicholas                              on 2006/10/06  21:27:13
8139         Log: Fix typo spotted by Rafael. Close the file handle explicity and check
8140              for errors. Add overload.pl to regen.pl
8141      Branch: perl
8142            ! overload.pl regen.pl
8143 ____________________________________________________________________________
8144 [ 28950] By: nicholas                              on 2006/10/06  21:19:26
8145         Log: Generate the overload enum and names array programatically, which
8146              allows experimentation with the order. The new order shaves nearly
8147              900 bytes from gv.o, because the compiler can make smaller branch
8148              tables for switch statements.
8149      Branch: perl
8150            + overload.h overload.pl
8151            ! MANIFEST perl.h
8152 ____________________________________________________________________________
8153 [ 28949] By: nicholas                              on 2006/10/06  21:01:00
8154         Log: Reoder struct am_table and am_table_short to save 8 bytes on LP64
8155              systems, by placing the two U32 fields next to each other.
8156      Branch: perl
8157            ! perl.h
8158 ____________________________________________________________________________
8159 [ 28948] By: stevep                                on 2006/10/06  20:02:48
8160         Log: Upgrade to PathTools-3.21
8161      Branch: perl
8162            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
8163            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
8164            ! lib/File/Spec/t/Spec.t
8165 ____________________________________________________________________________
8166 [ 28947] By: nicholas                              on 2006/10/06  18:05:45
8167         Log: Don't bother generating the "Operation \"%s\": no method found..."
8168              message text if we're not going to use it.
8169      Branch: perl
8170            ! gv.c
8171 ____________________________________________________________________________
8172 [ 28946] By: davem                                 on 2006/10/05  18:16:19
8173         Log: Document the new regmatch() backtracking mechanism
8174      Branch: perl
8175            ! regexec.c
8176 ____________________________________________________________________________
8177 [ 28945] By: davem                                 on 2006/10/05  16:05:57
8178         Log: remove REGMATCH detritus and shrink the size of the backtrack structure
8179      Branch: perl
8180            ! regexec.c regexp.h
8181 ____________________________________________________________________________
8182 [ 28944] By: davem                                 on 2006/10/05  14:00:38
8183         Log: migrate CURLYX/WHILEM branch in regmatch() to new FSM-esque paradigm
8184      Branch: perl
8185            ! regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
8186 ____________________________________________________________________________
8187 [ 28943] By: rgs                                   on 2006/10/05  12:39:53
8188         Log: Subject: Re: [perl #8835] fairly large regex optimization bug with 5.7.3
8189              From: demerphq <demerphq@gmail.com>
8190              Date: Wed, 4 Oct 2006 19:08:47 +0200
8191              Message-ID: <9b18b3110610041008v2bd63d14g9294f93804122dec@mail.gmail.com>
8192      Branch: perl
8193            ! regcomp.c regcomp.h
8194 ____________________________________________________________________________
8195 [ 28942] By: rgs                                   on 2006/10/05  12:23:24
8196         Log: Nit in regcomp, discovered by a gcc warning, fixed by Yves
8197      Branch: perl
8198            ! regcomp.c
8199 ____________________________________________________________________________
8200 [ 28941] By: rgs                                   on 2006/10/05  12:20:28
8201         Log: Fix a couple of casting warnings
8202      Branch: perl
8203            ! regcomp.c
8204 ____________________________________________________________________________
8205 [ 28940] By: stevep                                on 2006/10/05  11:30:56
8206         Log: Fix a few pod nits in perlre.
8207      Branch: perl
8208            ! pod/perlre.pod
8209 ____________________________________________________________________________
8210 [ 28939] By: rgs                                   on 2006/10/05  10:23:08
8211         Log: Subject: Re: [PATCH] Add recursive regexes similar to PCRE
8212              From: demerphq <demerphq@gmail.com>
8213              Date: Wed, 4 Oct 2006 15:45:15 +0200
8214              Message-ID: <9b18b3110610040645s563220a2id6f235494b497e90@mail.gmail.com>
8215              
8216              Subject: Re: [PATCH] Add recursive regexes similar to PCRE
8217              From: demerphq <demerphq@gmail.com>
8218              Date: Wed, 4 Oct 2006 21:05:10 +0200
8219              Message-ID: <9b18b3110610041205m2660eb43m1315cf4b0653db96@mail.gmail.com>
8220      Branch: perl
8221            ! embed.fnc embed.h pod/perlre.pod pod/perltodo.pod proto.h
8222            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c regexp.h
8223            ! regnodes.h t/op/pat.t t/op/re_tests
8224 ____________________________________________________________________________
8225 [ 28938] By: rgs                                   on 2006/10/05  08:43:25
8226         Log: Upgrade to Module::CoreList 2.09:
8227              - make the dependency on version.pm optional
8228              - improve doc of corelist(1)
8229      Branch: perl
8230            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
8231 ____________________________________________________________________________
8232 [ 28937] By: rgs                                   on 2006/10/05  08:00:57
8233         Log: Change md5sum of MD5.xs after change 28936 (on UNIX, might
8234              need adjustments on other platforms)
8235      Branch: perl
8236            ! ext/Digest/MD5/t/files.t
8237 ____________________________________________________________________________
8238 [ 28936] By: stevep                                on 2006/10/04  19:56:13
8239         Log: Change to sv_reftype return value caused compile for Digest::MD5
8240              with g++ to fail.
8241      Branch: perl
8242            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
8243 ____________________________________________________________________________
8244 [ 28935] By: stevep                                on 2006/10/04  19:44:58
8245         Log: Subject: [PATCH] Give zlib the ASNI C treatmant
8246              From: "Paul Marquess" <paul.marquess@ntlworld.com>
8247              Date: Wed, 4 Oct 2006 17:14:05 +0100
8248              Message-ID: <018901c6e7d0$1f06c8f0$7565140a@myopwv.com>
8249      Branch: perl
8250            ! ext/Compress/Raw/Zlib/zlib-src/adler32.c
8251            ! ext/Compress/Raw/Zlib/zlib-src/compress.c
8252            ! ext/Compress/Raw/Zlib/zlib-src/crc32.c
8253            ! ext/Compress/Raw/Zlib/zlib-src/deflate.c
8254            ! ext/Compress/Raw/Zlib/zlib-src/infback.c
8255            ! ext/Compress/Raw/Zlib/zlib-src/inffast.c
8256            ! ext/Compress/Raw/Zlib/zlib-src/inflate.c
8257            ! ext/Compress/Raw/Zlib/zlib-src/inftrees.c
8258            ! ext/Compress/Raw/Zlib/zlib-src/trees.c
8259            ! ext/Compress/Raw/Zlib/zlib-src/uncompr.c
8260            ! ext/Compress/Raw/Zlib/zlib-src/zutil.c
8261 ____________________________________________________________________________
8262 [ 28934] By: stevep                                on 2006/10/04  18:45:37
8263         Log: Fixes to compile Perl with g++ and DEBUGGING.
8264      Branch: perl
8265            ! regcomp.pl regnodes.h x2p/a2p.c
8266 ____________________________________________________________________________
8267 [ 28933] By: rgs                                   on 2006/10/04  07:16:04
8268         Log: Subject: [PATCH] Update Stratus VOS files.
8269              From: "Green, Paul" <Paul.Green@stratus.com>
8270              Date: Tue, 3 Oct 2006 17:40:03 -0400
8271              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB022CA121@EXNA.corp.stratus.com>
8272      Branch: perl
8273            + vos/syslog.h
8274            ! MANIFEST vos/Changes vos/vos.c
8275 ____________________________________________________________________________
8276 [ 28932] By: rgs                                   on 2006/10/03  16:39:58
8277         Log: Text::Soundex is now dual-lived.
8278      Branch: perl
8279            ! Porting/Maintainers.pl
8280 ____________________________________________________________________________
8281 [ 28931] By: rgs                                   on 2006/10/03  15:52:33
8282         Log: Subject: [PATCH] threads-shared 1.03 - Changes, Makefile.PL
8283              From: Jerry Hedden <jdhedden@yahoo.com>
8284              Date: Tue, 3 Oct 2006 07:49:37 -0700 (PDT)
8285              Message-ID: <20061003144937.58522.qmail@web30202.mail.mud.yahoo.com>
8286      Branch: perl
8287            + ext/threads/shared/Changes
8288            ! MANIFEST ext/threads/shared/Makefile.PL
8289 ____________________________________________________________________________
8290 [ 28930] By: stevep                                on 2006/10/03  15:36:55
8291         Log: Upgrade to CGI.pm-3.25
8292      Branch: perl
8293            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Util.pm
8294 ____________________________________________________________________________
8295 [ 28929] By: stevep                                on 2006/10/03  15:08:35
8296         Log: Quiet warnings in new test for ExtUtils::Command.
8297      Branch: perl
8298            ! lib/ExtUtils/t/eu_command.t
8299 ____________________________________________________________________________
8300 [ 28928] By: rgs                                   on 2006/10/03  14:53:33
8301         Log: Subject: PATCH: clarify docs for lib.pm
8302              From: Mark Stosberg <mark@summersault.com>
8303              Date: Mon, 25 Sep 2006 15:53:44 -0400
8304              Message-ID: <20060925195512.27418.qmail@lists.develooper.com>
8305              
8306              (further modified by Merijn)
8307      Branch: perl
8308            ! lib/lib_pm.PL
8309 ____________________________________________________________________________
8310 [ 28927] By: stevep                                on 2006/10/03  14:52:45
8311         Log: Move Text::Soundex from lib/ to ext/ and upgrade it to 
8312              Text-Soundex-3.02.
8313      Branch: perl
8314            + ext/Text/Soundex/Changes ext/Text/Soundex/Makefile.PL
8315            + ext/Text/Soundex/README ext/Text/Soundex/Soundex.pm
8316            + ext/Text/Soundex/Soundex.xs
8317           +> ext/Text/Soundex/t/Soundex.t
8318            - lib/Text/Soundex.pm lib/Text/Soundex.t
8319            ! MANIFEST
8320 ____________________________________________________________________________
8321 [ 28926] By: rgs                                   on 2006/10/03  14:36:59
8322         Log: Subject: [patch] convert spare debug flag to DEBUG_U, for Unofficial, User hacking.
8323              From: Jim Cromie <jim.cromie@gmail.com>
8324              Date: Fri, 29 Sep 2006 12:38:56 -0600
8325              Message-ID: <451D6840.3020408@gmail.com>
8326      Branch: perl
8327            ! perl.c perl.h
8328 ____________________________________________________________________________
8329 [ 28925] By: rgs                                   on 2006/10/03  14:29:48
8330         Log: Un-TODO some B tests
8331      Branch: perl
8332            ! ext/B/t/optree_constants.t
8333 ____________________________________________________________________________
8334 [ 28924] By: stevep                                on 2006/10/03  13:51:30
8335         Log: Upgrade to version-0.6701  
8336      Branch: perl
8337            ! lib/version.pm
8338 ____________________________________________________________________________
8339 [ 28923] By: stevep                                on 2006/10/03  13:46:26
8340         Log: Upgrade to threads-shared-1.03
8341      Branch: perl
8342            ! ext/threads/shared/README ext/threads/shared/shared.pm
8343            ! ext/threads/shared/shared.xs ext/threads/shared/t/0nothread.t
8344            ! ext/threads/shared/t/av_refs.t
8345            ! ext/threads/shared/t/av_simple.t
8346            ! ext/threads/shared/t/blessed.t ext/threads/shared/t/cond.t
8347            ! ext/threads/shared/t/disabled.t ext/threads/shared/t/hv_refs.t
8348            ! ext/threads/shared/t/hv_simple.t
8349            ! ext/threads/shared/t/no_share.t
8350            ! ext/threads/shared/t/shared_attr.t
8351            ! ext/threads/shared/t/sv_refs.t
8352            ! ext/threads/shared/t/sv_simple.t ext/threads/shared/t/wait.t
8353            ! mkppport.lst
8354 ____________________________________________________________________________
8355 [ 28922] By: stevep                                on 2006/10/03  13:28:30
8356         Log: Upgrade to threads-1.42
8357      Branch: perl
8358            ! ext/threads/Changes ext/threads/README ext/threads/t/libc.t
8359            ! ext/threads/t/thread.t ext/threads/threads.pm
8360 ____________________________________________________________________________
8361 [ 28921] By: stevep                                on 2006/10/03  13:19:48
8362         Log: Upgrade to ExtUtils-Manifest-1.48
8363      Branch: perl
8364            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/Manifest.t
8365 ____________________________________________________________________________
8366 [ 28920] By: stevep                                on 2006/10/03  13:13:53
8367         Log: Upgrade to CPAN-1.88_52
8368      Branch: perl
8369            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
8370            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
8371            ! lib/CPAN/t/10version.t
8372 ____________________________________________________________________________
8373 [ 28919] By: stevep                                on 2006/10/03  13:08:35
8374         Log: Upgrade to Time-HiRes-1.91
8375      Branch: perl
8376            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8377            ! ext/Time/HiRes/HiRes.xs
8378 ____________________________________________________________________________
8379 [ 28918] By: stevep                                on 2006/10/03  13:06:06
8380         Log: Update to ExtUtils-Command-1.11
8381      Branch: perl
8382            + lib/ExtUtils/t/eu_command.t
8383            - lib/ExtUtils/t/Command.t
8384            ! MANIFEST lib/ExtUtils/Command.pm
8385 ____________________________________________________________________________
8386 [ 28917] By: rgs                                   on 2006/10/03  11:58:46
8387         Log: Subject: [perl #40427] Segfault in pack 
8388              From: dgay@acm.org (via RT) <perlbug-followup@perl.org>
8389              Date: Thu, 28 Sep 2006 17:30:37 -0700
8390              Message-ID: <rt-3.5.HEAD-31259-1159489837-428.40427-75-0@perl.org>
8391      Branch: perl
8392            ! pp_pack.c
8393 ____________________________________________________________________________
8394 [ 28916] By: rgs                                   on 2006/10/03  07:51:03
8395         Log: Regenerate proto.h
8396      Branch: perl
8397            ! proto.h
8398 ____________________________________________________________________________
8399 [ 28915] By: merijn                                on 2006/10/03  06:56:41
8400         Log: Subject: [PATCH] const sv_reftype
8401              From: Jarkko Hietaniemi <jhi@iki.fi>
8402              Date: Tue, 03 Oct 2006 08:05:24 +0300
8403              Message-ID: <4521EF94.5080602@iki.fi>
8404      Branch: perl
8405            ! embed.fnc pod/perlapi.pod sv.c
8406 ____________________________________________________________________________
8407 [ 28914] By: merijn                                on 2006/10/02  20:50:18
8408         Log: Subject: Re: [PATCH] cflags.SH: rethink of the gcc -std=c89 and -pedantic
8409              From: Jarkko Hietaniemi <jhi@iki.fi>
8410              Date: Mon, 02 Oct 2006 13:04:14 +0300
8411              Message-ID: <4520E41E.8040300@iki.fi>
8412      Branch: perl
8413            ! cflags.SH
8414 ____________________________________________________________________________
8415 [ 28913] By: merijn                                on 2006/10/02  11:10:21
8416         Log: doc typo change on jhi's request
8417      Branch: perl
8418            ! pod/perldiag.pod
8419 ____________________________________________________________________________
8420 [ 28912] By: merijn                                on 2006/10/02  10:09:48
8421         Log: Subject: [PATCH] perldiag.pod: followup on the PerlIO::scalar patch
8422              From: Jarkko Hietaniemi <jhi@iki.fi>
8423              Date: Mon, 02 Oct 2006 12:58:18 +0300
8424              Message-ID: <4520E2BA.1000309@iki.fi>
8425      Branch: perl
8426            ! pod/perldiag.pod
8427 ____________________________________________________________________________
8428 [ 28911] By: nicholas                              on 2006/10/01  20:22:02
8429         Log: In PerlIO_debug(), if tainting or set*id, set PL_perlio_debug_fd to -1
8430              first time through to reduce the checks on subsequent calls.
8431      Branch: perl
8432            ! perlio.c
8433 ____________________________________________________________________________
8434 [ 28910] By: nicholas                              on 2006/10/01  19:29:50
8435         Log: In pp_binmode, call mode_from_discipline() once and remember the result.
8436      Branch: perl
8437            ! pp_sys.c
8438 ____________________________________________________________________________
8439 [ 28909] By: stevep                                on 2006/09/30  14:17:55
8440         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.88_51.tar.gz
8441              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
8442              Date: Sat, 30 Sep 2006 13:44:02 +0200
8443              Message-ID: <87ejttmvel.fsf@k75.linux.bogus>
8444      Branch: perl
8445            + lib/CPAN/Queue.pm
8446            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
8447            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
8448            ! lib/CPAN/t/03pkgs.t
8449 ____________________________________________________________________________
8450 [ 28908] By: davem                                 on 2006/09/30  11:31:14
8451         Log: remove backing up outercc->cur in regmatch()/WHILEM
8452      Branch: perl
8453            ! regexec.c
8454 ____________________________________________________________________________
8455 [ 28907] By: davem                                 on 2006/09/30  00:29:10
8456         Log: assert that backing up outercc->cur in regmatch()/WHILEM is not needed
8457      Branch: perl
8458            ! regexec.c
8459 ____________________________________________________________________________
8460 [ 28906] By: davem                                 on 2006/09/30  00:22:20
8461         Log: add stress test for CURLYX/WHILEM regex ops
8462      Branch: perl
8463            ! t/op/pat.t
8464 ____________________________________________________________________________
8465 [ 28905] By: davem                                 on 2006/09/30  00:07:49
8466         Log: rationalise sayYES and sayNO code in regmatch()
8467      Branch: perl
8468            ! regexec.c regexp.h
8469 ____________________________________________________________________________
8470 [ 28904] By: merijn                                on 2006/09/29  17:54:12
8471         Log: Subject: [PATCH] Minor re 'Debug' tweaks, also fix a bug in dumping certain patterns.
8472              From: demerphq <demerphq@gmail.com>
8473              Date: Fri, 29 Sep 2006 17:39:16 +0200
8474              Message-ID: <9b18b3110609290839i58fa703u59259e4ec1d9f2d9@mail.gmail.com>
8475      Branch: perl
8476            ! ext/re/re.pm regcomp.c regcomp.h win32/Makefile
8477 ____________________________________________________________________________
8478 [ 28903] By: stevep                                on 2006/09/29  15:10:41
8479         Log: Subject: [PATCH] PerlIO::scalar (aka open(my $fh, >\$foo)): zero-filling seekand don't talk to negative strangers
8480              From: Jarkko Hietaniemi <jhi@iki.fi>
8481              Date: Fri, 29 Sep 2006 17:41:28 +0300
8482              Message-ID: <451D3098.1000305@iki.fi>
8483      Branch: perl
8484            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
8485            ! pod/perldiag.pod
8486 ____________________________________________________________________________
8487 [ 28902] By: merijn                                on 2006/09/29  15:05:22
8488         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
8489              From: demerphq <demerphq@gmail.com>
8490              Date: Fri, 29 Sep 2006 16:57:07 +0200
8491              Message-ID: <9b18b3110609290757n62b3484i7bb948f965524191@mail.gmail.com>
8492      Branch: perl
8493            ! perl.h regcomp.c regexp.h
8494 ____________________________________________________________________________
8495 [ 28901] By: stevep                                on 2006/09/29  13:55:55
8496         Log: Fix debug format in regcomp.c that was failing under
8497              -Doptimize="-g"
8498      Branch: perl
8499            ! regcomp.c
8500 ____________________________________________________________________________
8501 [ 28900] By: merijn                                on 2006/09/29  12:29:24
8502         Log: Subject: Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re pluggable under threads)
8503              From: demerphq <demerphq@gmail.com>
8504              Date: Fri, 29 Sep 2006 12:41:26 +0200
8505              Message-ID: <9b18b3110609290341p11767110sec20a6fee2038a00@mail.gmail.com>
8506      Branch: perl
8507            + ext/re/t/lexical_debug.pl ext/re/t/lexical_debug.t
8508            ! MANIFEST embed.fnc embed.h embedvar.h ext/re/re.pm
8509            ! ext/re/re.xs ext/re/t/re.t op.c perl.h perlapi.h pp.c pp_ctl.c
8510            ! pp_hot.c proto.h regcomp.c regcomp.h regcomp.pl regexec.c
8511            ! regexp.h regnodes.h sv.c thrdvar.h
8512 ____________________________________________________________________________
8513 [ 28899] By: nicholas                              on 2006/09/28  22:15:57
8514         Log: Silence two warnings from gcc when being -pedantic
8515      Branch: perl
8516            ! perl.h
8517 ____________________________________________________________________________
8518 [ 28898] By: merijn                                on 2006/09/28  11:23:38
8519         Log: Subject: Re: reentr reshuffle
8520              From: Jarkko Hietaniemi <jhi@iki.fi>
8521              Date: Thu, 28 Sep 2006 14:15:45 +0300
8522              Message-ID: <451BAEE1.1070509@iki.fi>
8523      Branch: perl
8524            ! reentr.h reentr.pl
8525 ____________________________________________________________________________
8526 [ 28897] By: merijn                                on 2006/09/28  10:36:00
8527         Log: Regen for #28896
8528      Branch: perl
8529            ! reentr.c reentr.h
8530 ____________________________________________________________________________
8531 [ 28896] By: merijn                                on 2006/09/28  10:30:21
8532         Log: Subject: reentr reshuffle
8533              From: Jarkko Hietaniemi <jhi@iki.fi>
8534              Date: Thu, 28 Sep 2006 12:40:04 +0300
8535              Message-ID: <451B9874.7060000@iki.fi>
8536      Branch: perl
8537            ! pod/perlembed.pod pod/perlxs.pod reentr.pl
8538 ____________________________________________________________________________
8539 [ 28895] By: rgs                                   on 2006/09/27  08:45:02
8540         Log: Saddest patch I ever had to apply.
8541      Branch: perl
8542            ! Porting/Maintainers.pl
8543 ____________________________________________________________________________
8544 [ 28894] By: steveh                                on 2006/09/27  08:37:23
8545         Log: I think we need to skip PL_regdupe as well as Perl_regdupe
8546              when USE_ITHREADS is not defined
8547              
8548              See: http://www.nntp.perl.org/group/perl.daily-build.reports/41274
8549      Branch: perl
8550            ! makedef.pl
8551 ____________________________________________________________________________
8552 [ 28893] By: nicholas                              on 2006/09/26  22:29:09
8553         Log: Make Perl_regdupe only exist for threaded perls.
8554      Branch: perl
8555            ! embed.fnc embed.h ext/re/re.xs makedef.pl proto.h regcomp.c
8556            ! thrdvar.h
8557 ____________________________________________________________________________
8558 [ 28892] By: davem                                 on 2006/09/25  22:01:36
8559         Log: Automate generation of the regmatch() state constants
8560              
8561              Subject:  Re: Problem with EVAL handling in bleads iterative regex code.
8562              From:  demerphq <demerphq@gmail.com>
8563              Date:  Mon, 25 Sep 2006 20:09:07 +0200
8564              Message-Id:  <9b18b3110609251109t4cb1d443y87d7a7dc94fcfc24@mail.gmail.com>
8565      Branch: perl
8566            ! regcomp.c regcomp.pl regcomp.sym regexec.c regnodes.h
8567 ____________________________________________________________________________
8568 [ 28891] By: nicholas                              on 2006/09/25  20:47:34
8569         Log: Subject: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re
8570              From: demerphq <demerphq@gmail.com>
8571              Message-ID: <9b18b3110609170557r73d94c18v90285bd57a38b876@mail.gmail.com>
8572              Date: Sun, 17 Sep 2006 14:57:57 +0200
8573      Branch: perl
8574            ! embed.fnc embed.h embedvar.h ext/re/re.xs ext/re/re_top.h
8575            ! global.sym perl.h perlapi.h proto.h regcomp.c sv.c thrdvar.h
8576 ____________________________________________________________________________
8577 [ 28890] By: rgs                                   on 2006/09/25  13:28:24
8578         Log: Remove three X<...> that cannot be handled by pod2text currently
8579              (spotted by David Landgren)
8580      Branch: perl
8581            ! pod/perlref.pod
8582 ____________________________________________________________________________
8583 [ 28889] By: rgs                                   on 2006/09/25  13:10:45
8584         Log: Subject: [PATCH] perlref clarification (was: Re: Is this a bug or a feature?)
8585              From: David Landgren <david@landgren.net>
8586              Date: Mon, 25 Sep 2006 15:03:33 +0200
8587              Message-ID: <4517D3A5.4010200@landgren.net>
8588      Branch: perl
8589            ! pod/perlref.pod
8590 ____________________________________________________________________________
8591 [ 28888] By: davem                                 on 2006/09/25  10:03:41
8592         Log: Fix re debug formatting nits
8593              
8594              From: demerphq <demerphq@gmail.com>
8595              Message-ID: <9b18b3110609250237h4dcf1784s487f1979b2b431b9@mail.gmail.com>
8596              Date: Mon, 25 Sep 2006 11:37:36 +0200
8597              Subject: Re: Problem with EVAL handling in bleads iterative regex code.
8598      Branch: perl
8599            ! regexec.c
8600 ____________________________________________________________________________
8601 [ 28887] By: rgs                                   on 2006/09/25  08:31:37
8602         Log: Typo fix in overload docs
8603      Branch: perl
8604            ! lib/overload.pm
8605 ____________________________________________________________________________
8606 [ 28886] By: nicholas                              on 2006/09/25  07:12:36
8607         Log: Subject: Re: Change 28877: [PATCH] deal with some gcc warnings
8608              From: Jarkko Hietaniemi <jhi@iki.fi>
8609              Message-ID: <45175CA4.3020900@iki.fi>
8610              Date: Mon, 25 Sep 2006 07:35:48 +0300
8611              
8612              remove casts that were causing failure on FreeBSD -Duse64bitint, and
8613              some other cleanups.
8614      Branch: perl
8615            ! doio.c reentr.c reentr.pl
8616 ____________________________________________________________________________
8617 [ 28885] By: davem                                 on 2006/09/25  01:23:31
8618         Log: eliminate PL_regindent and improve -Mre=Debug,STATE output
8619      Branch: perl
8620            ! perl.c regexec.c regexp.h
8621 ____________________________________________________________________________
8622 [ 28884] By: davem                                 on 2006/09/24  22:31:59
8623         Log: fix regression introduced in #27778: must backtrack into inner regex
8624              "aa" =~ /(??{"a+"})a/
8625      Branch: perl
8626            ! regexec.c regexp.h t/op/pat.t t/op/re_tests
8627 ____________________________________________________________________________
8628 [ 28883] By: davem                                 on 2006/09/24  22:03:05
8629         Log: in S_regmatch(), convert state var st->cc into local var cur_curlyx
8630      Branch: perl
8631            ! regexec.c regexp.h
8632 ____________________________________________________________________________
8633 [ 28882] By: davem                                 on 2006/09/24  21:23:28
8634         Log: allow fields in re_tests to include \x{nnn} etc
8635      Branch: perl
8636            ! t/op/re_tests t/op/regexp.t
8637 ____________________________________________________________________________
8638 [ 28881] By: stevep                                on 2006/09/23  16:58:17
8639         Log: Upgrade to CPAN-1.8801.
8640      Branch: perl
8641            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Tarzip.pm
8642 ____________________________________________________________________________
8643 [ 28880] By: rgs                                   on 2006/09/21  15:08:54
8644         Log: Document the values that mad_key can hold
8645              (by Larry)
8646      Branch: perl
8647            ! op.h
8648 ____________________________________________________________________________
8649 [ 28879] By: rgs                                   on 2006/09/21  14:52:15
8650         Log: Subject: RE: Combining UTF-16 output with :crlf is awkward
8651              From: "Jan Dubois" <jand@ActiveState.com>
8652              Date: Thu, 6 Apr 2006 18:37:21 -0700
8653              Message-ID: <0bbe01c659e3$d0c334a0$2217a8c0@candy>
8654      Branch: perl
8655            ! perlio.c
8656 ____________________________________________________________________________
8657 [ 28878] By: merijn                                on 2006/09/21  12:02:14
8658         Log: Subject: Re: \N{...} in regular expression [PATCH]
8659              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
8660              Date: Thu, 21 Sep 2006 20:47:02 +0900
8661              Message-Id: <20060921204520.80A6.BQW10602@nifty.com>
8662      Branch: perl
8663            ! pod/perlop.pod
8664 ____________________________________________________________________________
8665 [ 28877] By: rgs                                   on 2006/09/21  07:54:10
8666         Log: Subject: [PATCH] deal with some gcc warnings
8667              From: Jarkko Hietaniemi <jhi@iki.fi>
8668              Date: Thu, 21 Sep 2006 09:08:47 +0300
8669              Message-ID: <45122C6F.9080904@iki.fi>
8670      Branch: perl
8671            ! doio.c reentr.c reentr.pl regcomp.c regexec.c sv.c toke.c
8672            ! util.c
8673 ____________________________________________________________________________
8674 [ 28876] By: stevep                                on 2006/09/21  02:17:30
8675         Log: Subject: [perl #40369] File::Find mishandles non-dangling symlinks
8676              From: ammon@rhythm.com (via RT) <perlbug-followup@perl.org>
8677              Date: Tue, 19 Sep 2006 20:56:32 -0700
8678              Message-ID: <rt-3.5.HEAD-31258-1158724592-1714.40369-75-0@perl.org>
8679      Branch: perl
8680            ! lib/File/Find.pm
8681 ____________________________________________________________________________
8682 [ 28875] By: rgs                                   on 2006/09/20  16:12:14
8683         Log: Deliver SIGILL, SIGBUS and SIGSEGV always in an "unsafe" manner.
8684              
8685              Subject: Safe signals and SIGSEGV
8686              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
8687              Date: Fri, 8 Sep 2006 17:43:41 +0200
8688              Message-ID: <20060908174341.0cc7988f@grubert.mandriva.com>
8689      Branch: perl
8690            ! mg.c
8691 ____________________________________________________________________________
8692 [ 28874] By: rgs                                   on 2006/09/20  15:22:22
8693         Log: prototype() wasn't working to get the prototype of optional core
8694              keywords (like say, err, given.) Fix this by adding a parameter to
8695              Perl_keyword to always get the keyword number, even if the feature
8696              isn't in effect.
8697      Branch: perl
8698            ! embed.fnc embed.h perl_keyword.pl pp.c proto.h t/op/cproto.t
8699            ! toke.c
8700 ____________________________________________________________________________
8701 [ 28873] By: rgs                                   on 2006/09/20  11:53:59
8702         Log: Subject: Re: [PATCH] Patch for win32.c to fix #38723 and #39531
8703              From: Andrew Savige <ajsavige@yahoo.com.au>
8704              Date: Tue, 19 Sep 2006 23:42:31 +1000 (EST)
8705              Message-ID: <20060919134231.87370.qmail@web56407.mail.re3.yahoo.com>
8706      Branch: perl
8707            ! win32/win32.c
8708 ____________________________________________________________________________
8709 [ 28872] By: merijn                                on 2006/09/19  19:09:36
8710         Log: Subject: Re: \N{...} in regular expression [PATCH]
8711              From: demerphq <demerphq@gmail.com>
8712              Date: Tue, 19 Sep 2006 20:36:17 +0200
8713              Message-ID: <9b18b3110609191136v4d595f37pa0a52b8c20851588@mail.gmail.com>
8714      Branch: perl
8715            ! regcomp.c
8716 ____________________________________________________________________________
8717 [ 28871] By: rgs                                   on 2006/09/19  14:05:48
8718         Log: Upgrade to podlators 2.0.5
8719      Branch: perl
8720            + lib/Pod/t/pod-parser.t
8721            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/t/basic.man
8722            ! lib/Pod/t/basic.t lib/Pod/t/filehandle.t lib/Pod/t/man.t
8723 ____________________________________________________________________________
8724 [ 28870] By: merijn                                on 2006/09/19  11:16:11
8725         Log: Changed +DA2.0w to +DD64; Added notes about C ANSI C updates
8726              on HP-UX 11.00.
8727      Branch: perl
8728            ! README.hpux
8729 ____________________________________________________________________________
8730 [ 28869] By: rgs                                   on 2006/09/19  07:54:24
8731         Log: Subject: Re: [PATCH] lib/File/Copy.t - test descriptions and minor fixes
8732              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
8733              Date: Mon, 18 Sep 2006 17:36:50 -0300
8734              Message-ID: <73ddeb6c0609181336g53a90dceo9a29777f7686e372@mail.gmail.com>
8735      Branch: perl
8736            ! lib/File/Copy.t
8737 ____________________________________________________________________________
8738 [ 28868] By: merijn                                on 2006/09/19  06:56:36
8739         Log: Subject: Re: \N{...} in regular expression [PATCH]
8740              From: demerphq <demerphq@gmail.com>
8741              Date: Tue, 19 Sep 2006 01:37:19 +0200
8742              Message-ID: <9b18b3110609181637m796d6c16o1b2741edc5f09eb2@mail.gmail.com>
8743      Branch: perl
8744            + t/lib/Cname.pm
8745            ! MANIFEST embed.fnc embed.h pod/perldiag.pod proto.h regcomp.c
8746            ! regexec.c t/op/pat.t toke.c
8747 ____________________________________________________________________________
8748 [ 28867] By: merijn                                on 2006/09/19  06:45:26
8749         Log: Subject: [PATCH] C++: add -Wno-used-parameter, and drop ODBM_File
8750              From: Jarkko Hietaniemi <jhi@iki.fi>
8751              Date: Tue, 19 Sep 2006 09:19:22 +0300
8752              Message-ID: <450F8BEA.1010802@iki.fi>
8753      Branch: perl
8754            ! Makefile.SH cflags.SH
8755 ____________________________________________________________________________
8756 [ 28866] By: rgs                                   on 2006/09/18  09:04:02
8757         Log: Fix declaration-after-statement problem
8758              
8759              Subject: [bug] IO::Socket's IO.xs fails to compile
8760              From: Sebastian Steinlechner <steinlechner@gmx.net>
8761              Date: Mon, 18 Sep 2006 01:38:31 +0200
8762              Message-ID: <450DDC77.2060405@gmx.net>
8763      Branch: perl
8764            ! ext/IO/IO.xs
8765 ____________________________________________________________________________
8766 [ 28865] By: rgs                                   on 2006/09/18  08:37:21
8767         Log: Subject: [PATCH] bleed -  silence warning in sv.c
8768              From: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
8769              Date: Mon, 18 Sep 2006 01:30:05 -0700
8770              Message-ID: <450E590D.1060205@p6m7g8.com>
8771      Branch: perl
8772            ! sv.c
8773 ____________________________________________________________________________
8774 [ 28864] By: rgs                                   on 2006/09/18  08:35:21
8775         Log: Subject: [PATCH] Re: [perl #37714] XSUB.h version check may fail due to locale
8776              From: John Peacock <jpeacock@rowman.com>
8777              Date: Sun, 17 Sep 2006 16:58:58 -0400
8778              Message-ID: <450DB712.4040703@rowman.com>
8779      Branch: perl
8780            ! universal.c util.c
8781 ____________________________________________________________________________
8782 [ 28863] By: nicholas                              on 2006/09/17  19:26:01
8783         Log: Fix one genuine unitialised code path spotted by gcc, and a signed/
8784              unsigned warning.
8785      Branch: perl
8786            ! doio.c
8787 ____________________________________________________________________________
8788 [ 28862] By: nicholas                              on 2006/09/17  18:52:00
8789         Log: Avoid compiler warning about a variable that isn't used when
8790              -DDEBUGGING is not in force.
8791      Branch: perl
8792            ! regcomp.c
8793 ____________________________________________________________________________
8794 [ 28861] By: rgs                                   on 2006/09/17  13:32:18
8795         Log: A better version of change #28847
8796      Branch: perl
8797            ! universal.c util.c
8798 ____________________________________________________________________________
8799 [ 28860] By: rgs                                   on 2006/09/17  12:07:27
8800         Log: Subject: [PATCH] util.c: restore Perl_my_setenv() to pre-28814
8801              From: Jarkko Hietaniemi <jhi@iki.fi>
8802              Date: Sun, 17 Sep 2006 10:29:08 +0300
8803              Message-ID: <450CF944.7000402@iki.fi>
8804      Branch: perl
8805            ! util.c
8806 ____________________________________________________________________________
8807 [ 28859] By: nicholas                              on 2006/09/17  10:39:27
8808         Log: Some notes about struct block_loop
8809      Branch: perl
8810            ! cop.h
8811 ____________________________________________________________________________
8812 [ 28858] By: nicholas                              on 2006/09/17  00:06:53
8813         Log: Store a pointer to the op in struct block_loop, rather than the 
8814              pointers to last and redo. (for ithreads also drop the next pointer,
8815              as pp_ctl.c doesn't re-write it for ithreads). This shrinks the struct
8816              to 40 bytes on ILP32 systems, and therefore struct block to 64 bytes.
8817      Branch: perl
8818            ! cop.h pp_ctl.c scope.c sv.c
8819 ____________________________________________________________________________
8820 [ 28857] By: stevep                                on 2006/09/16  20:19:08
8821         Log: Upgrade to CPAN-CPAN-1.87_64
8822      Branch: perl
8823            ! lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
8824            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
8825            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
8826 ____________________________________________________________________________
8827 [ 28856] By: stevep                                on 2006/09/16  19:37:51
8828         Log: Upgrade to ExtUtils-ParseXS-2.16.  There actually are a couple of
8829              changes in bleadperl not in the new version, so version was bumped
8830              to 2.16_01.
8831      Branch: perl
8832            ! lib/ExtUtils/ParseXS.pm
8833 ____________________________________________________________________________
8834 [ 28855] By: nicholas                              on 2006/09/16  17:59:17
8835         Log: Shrink the interpreter structure by 4 bytes (usually) by making
8836              PL_in_eval a U8 and PL_delaymagic a U16. (And corresponding changes
8837              in struct block_eval in cop.h to avoid any possible compiler warnings)
8838      Branch: perl
8839            ! cop.h thrdvar.h
8840 ____________________________________________________________________________
8841 [ 28853] By: nicholas                              on 2006/09/16  17:07:03
8842         Log: Revert changes 28772, 28773, 28774 as they won't gain us anything - I
8843              failed to realise that struct block_sub is not the largest of the
8844              4 structures in the block.blk_u union. (It's actually block_loop)
8845      Branch: perl
8846            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
8847 ____________________________________________________________________________
8848 [ 28851] By: craigb                                on 2006/09/16  15:14:36
8849         Log: return value of -1 without errno set is ok in 
8850              ext/POSIX/t/sysconf.t (it just means the feature is
8851              not implemented, not defined, or has no limit)
8852      Branch: perl
8853            ! ext/POSIX/t/sysconf.t
8854 ____________________________________________________________________________
8855 [ 28850] By: rgs                                   on 2006/09/16  06:32:36
8856         Log: No declarations after statements ! (noticed by Sadahiro Tomoyuki)
8857      Branch: perl
8858            ! util.c
8859 ____________________________________________________________________________
8860 [ 28849] By: nicholas                              on 2006/09/15  22:03:53
8861         Log: Avoid warnings when $Config{d_cplusplus} is undefined.
8862      Branch: perl
8863            ! ext/Encode/bin/enc2xs
8864 ____________________________________________________________________________
8865 [ 28848] By: craigb                                on 2006/09/15  00:39:32
8866         Log: More hacking in util.c's ifdef jungle following 28844 to avoid
8867              duplicate definition of Perl_my_setenv on VMS.
8868      Branch: perl
8869            ! util.c
8870 ____________________________________________________________________________
8871 [ 28847] By: rgs                                   on 2006/09/14  15:31:22
8872         Log: Fix for bug #37714: XSUB.h version check may fail due to locale
8873              Always convert version to number under C locale settings
8874      Branch: perl
8875            ! util.c
8876 ____________________________________________________________________________
8877 [ 28846] By: stevep                                on 2006/09/14  15:24:04
8878         Log: Subject: [PATCH] C++ Encode
8879              From: Jarkko Hietaniemi <jhi@iki.fi>
8880              Date: Thu, 14 Sep 2006 09:05:10 +0300
8881              Message-ID: <4508F116.40606@iki.fi>
8882      Branch: perl
8883            ! ext/Encode/bin/enc2xs
8884 ____________________________________________________________________________
8885 [ 28845] By: rgs                                   on 2006/09/14  14:18:32
8886         Log: MakeMaker is being split in new sub-distributions on CPAN
8887      Branch: perl
8888            ! Porting/Maintainers.pl
8889 ____________________________________________________________________________
8890 [ 28844] By: rgs                                   on 2006/09/14  12:39:16
8891         Log: Subject: Re: Re: [PATCH] C++: Solaris CC now compiles "perl"
8892              From: demerphq <demerphq@gmail.com>
8893              Date: Thu, 14 Sep 2006 14:28:16 +0200
8894              Message-ID: <9b18b3110609140528x49e063aay724169d7f1e49531@mail.gmail.com>
8895      Branch: perl
8896            ! util.c
8897 ____________________________________________________________________________
8898 [ 28843] By: craigb                                on 2006/09/14  03:50:18
8899         Log: Define d_cplusplus on VMS when appropriate
8900      Branch: perl
8901            ! configure.com
8902 ____________________________________________________________________________
8903 [ 28842] By: stevep                                on 2006/09/14  01:36:13
8904         Log: Subject: [PATCH] (1) g++ 4.x (or Mac OS X) (2) Solaris g++ or CC
8905              From: Jarkko Hietaniemi <jhi@iki.fi>
8906              Date: Wed, 13 Sep 2006 20:19:04 +0300
8907              Message-ID: <45083D88.7050207@iki.fi>
8908              
8909              Plus a tweak to the name of CC.
8910      Branch: perl
8911            ! cflags.SH hints/solaris_2.sh perl.h
8912 ____________________________________________________________________________
8913 [ 28841] By: stevep                                on 2006/09/14  01:10:01
8914         Log: Regenerated mktables.lst per Yves Orton's suggestion.
8915      Branch: perl
8916            ! lib/unicore/mktables.lst
8917 ____________________________________________________________________________
8918 [ 28840] By: stevep                                on 2006/09/13  16:05:33
8919         Log: darwin also seems to be lacking a dl_unload_file() in its
8920              DynaLoader, so some additional skips are needed.  If I only
8921              had a NeXT to test with now...
8922      Branch: perl
8923            ! ext/DynaLoader/t/DynaLoader.t
8924 ____________________________________________________________________________
8925 [ 28839] By: stevep                                on 2006/09/13  15:34:46
8926         Log: Add darwin to the list of OS's that fail to pass test 
8927              op/sprintf.t #157.  Newer versions appear to be OK, 
8928              but Mac OS X 10.2.X regularly fail with this test.
8929      Branch: perl
8930            ! t/op/sprintf.t
8931 ____________________________________________________________________________
8932 [ 28838] By: stevep                                on 2006/09/13  14:59:01
8933         Log: Test cases for version cannot handle Test::More versions that
8934              end with _0X.  TODO-ing the failing test cases for now.
8935      Branch: perl
8936            ! lib/version.t
8937 ____________________________________________________________________________
8938 [ 28837] By: rgs                                   on 2006/09/13  14:23:38
8939         Log: Upgrade to CPAN 1.87_63
8940      Branch: perl
8941            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
8942            ! lib/CPAN/SIGNATURE
8943 ____________________________________________________________________________
8944 [ 28836] By: stevep                                on 2006/09/13  13:35:32
8945         Log: Upgrade to Test-Simple-0.64_02
8946      Branch: perl
8947            ! lib/Test/Builder.pm lib/Test/Builder/Module.pm
8948            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
8949            ! lib/Test/Simple/Changes
8950            ! lib/Test/Simple/t/00test_harness_check.t
8951            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
8952            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
8953            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/fail_one.t
8954            ! lib/Test/Simple/t/harness_active.t
8955            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/is_fh.t
8956            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
8957            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_bad.t
8958            ! lib/Test/Simple/t/skip.t lib/Test/Simple/t/sort_bug.t
8959            ! lib/Test/Simple/t/threads.t
8960 ____________________________________________________________________________
8961 [ 28835] By: rgs                                   on 2006/09/13  13:27:05
8962         Log: Bump version and other misc. changes. 3rd patch from:
8963              
8964              Subject: [PATCH] thread 1.41 - A drama in three parts
8965              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8966              Date: Sun, 10 Sep 2006 09:12:06 -0700
8967              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8968      Branch: perl
8969            ! ext/threads/Changes ext/threads/README ext/threads/t/state.t
8970            ! ext/threads/t/thread.t ext/threads/threads.pm
8971            ! ext/threads/threads.xs
8972 ____________________________________________________________________________
8973 [ 28834] By: rgs                                   on 2006/09/13  13:21:07
8974         Log: Statically allocate the main thread.
8975              2nd patch from:
8976              
8977              Subject: [PATCH] thread 1.41 - A drama in three parts
8978              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8979              Date: Sun, 10 Sep 2006 09:12:06 -0700
8980              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8981      Branch: perl
8982            ! ext/threads/threads.xs
8983 ____________________________________________________________________________
8984 [ 28833] By: rgs                                   on 2006/09/13  13:15:44
8985         Log: Race condition fix in threads.pm
8986              First patch from:
8987              
8988              Subject: [PATCH] thread 1.41 - A drama in three parts
8989              From: "Jerry D. Hedden" <jdhedden@cpan.org>
8990              Date: Sun, 10 Sep 2006 09:12:06 -0700
8991              Message-ID: <20060910091206.fb30e530d17747c2b054d625b8945d88.321c7cbc94.wbe@email.secureserver.net>
8992      Branch: perl
8993            ! ext/threads/threads.xs
8994 ____________________________________________________________________________
8995 [ 28832] By: rgs                                   on 2006/09/13  09:55:09
8996         Log: Subject: mktables executes seven time per build sigh
8997              From: demerphq <demerphq@gmail.com>
8998              Date: Sun, 10 Sep 2006 17:52:10 +0200
8999              Message-ID: <9b18b3110609100852q2cfc2497ufceda5ff5d0875e3@mail.gmail.com>
9000              
9001              (Fix for Windows)
9002      Branch: perl
9003            ! lib/unicore/mktables win32/Makefile
9004 ____________________________________________________________________________
9005 [ 28831] By: rgs                                   on 2006/09/13  09:44:26
9006         Log: Subject: [perl #40328] B::Deparse pod does not list failure to grok outer lexical scopes in BUGS section 
9007              From: David Nicol (via RT) <perlbug-followup@perl.org>
9008              Date: Tue, 12 Sep 2006 13:21:24 -0700
9009              Message-ID: <rt-3.5.HEAD-31259-1158092484-244.40328-75-0@perl.org>
9010      Branch: perl
9011            ! ext/B/B/Deparse.pm
9012 ____________________________________________________________________________
9013 [ 28830] By: rgs                                   on 2006/09/13  09:36:11
9014         Log: Subject: [perl #40327] Doc patch for perlfunc.pod 
9015              From: merijnb@ms.com (via RT) <perlbug-followup@perl.org>
9016              Date: Tue, 12 Sep 2006 09:12:12 -0700
9017              Message-ID: <rt-3.5.HEAD-31259-1158077531-1067.40327-75-0@perl.org>
9018      Branch: perl
9019            ! pod/perlfunc.pod
9020 ____________________________________________________________________________
9021 [ 28829] By: merijn                                on 2006/09/13  06:51:55
9022         Log: Accumulated fixes from earlier backports, amongst of which:
9023              Subject: [PATCH] remove -Wdeclaration-after-statement scan from Configure
9024              From: Jarkko Hietaniemi <jhi@iki.fi>
9025              Date: Tue, 12 Sep 2006 07:19:32 +0300
9026              Message-ID: <45063554.1040301@iki.fi>
9027      Branch: perl
9028            ! Configure Porting/Glossary config_h.SH
9029 ____________________________________________________________________________
9030 [ 28827] By: rgs                                   on 2006/09/12  15:51:53
9031         Log: Disable study() for utf-8 strings
9032              
9033              Subject: Re: Re: [Fwd: Smoke [5.9.4] 28821 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
9034              From: demerphq <demerphq@gmail.com>
9035              Date: Tue, 12 Sep 2006 17:08:55 +0200
9036              Message-ID: <9b18b3110609120808jceb84ces55ef29c2f2b73ebc@mail.gmail.com>
9037      Branch: perl
9038            ! pp.c
9039 ____________________________________________________________________________
9040 [ 28826] By: stevep                                on 2006/09/12  15:30:57
9041         Log: Upgrade to CPAN-1.87_62
9042      Branch: perl
9043            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
9044 ____________________________________________________________________________
9045 [ 28825] By: rgs                                   on 2006/09/12  14:49:21
9046         Log: Upgrade to MakeMaker 6.30_04
9047      Branch: perl
9048            + lib/ExtUtils/t/build_man.t lib/ExtUtils/t/pm.t
9049            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Any.pm
9050            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
9051            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win95.pm
9052            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
9053            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/MM_Win32.t
9054            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/revision.t
9055 ____________________________________________________________________________
9056 [ 28824] By: rgs                                   on 2006/09/12  14:04:54
9057         Log: More warnings silencing, including suggestions by Dominic Dunlop
9058      Branch: perl
9059            ! regcomp.c regexec.c
9060 ____________________________________________________________________________
9061 [ 28823] By: rgs                                   on 2006/09/12  07:26:46
9062         Log: Subject: [PATCH] Re: C++ status [Fwd: Smoke [5.9.4] 28776 FAIL(FM) OSF1 V5.1 (EV6/4 cpu)]
9063              From: Dominic Dunlop <domo@computer.org>
9064              Date: Tue, 12 Sep 2006 09:13:41 +0200
9065              Message-Id: <6FD7503D-349B-4BE4-B457-D79458900FA0@computer.org>
9066      Branch: perl
9067            ! sv.c
9068 ____________________________________________________________________________
9069 [ 28822] By: rgs                                   on 2006/09/12  07:22:40
9070         Log: Another warning-silencing cast
9071      Branch: perl
9072            ! regcomp.c
9073 ____________________________________________________________________________
9074 [ 28821] By: rgs                                   on 2006/09/11  13:05:16
9075         Log: POD fixes in perlce manpage
9076      Branch: perl
9077            ! README.ce
9078 ____________________________________________________________________________
9079 [ 28820] By: rgs                                   on 2006/09/11  12:32:35
9080         Log: FAQ sync
9081      Branch: perl
9082            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9083            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9084            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9085            ! pod/perlfaq9.pod
9086 ____________________________________________________________________________
9087 [ 28819] By: rgs                                   on 2006/09/11  11:51:04
9088         Log: Fix a few more printf format warnings
9089      Branch: perl
9090            ! regexec.c
9091 ____________________________________________________________________________
9092 [ 28818] By: rgs                                   on 2006/09/11  10:19:20
9093         Log: Fix definition of macro HOP3 (spotted by a gcc warning)
9094      Branch: perl
9095            ! regexec.c
9096 ____________________________________________________________________________
9097 [ 28817] By: rgs                                   on 2006/09/11  10:12:32
9098         Log: Fix some compilation warnings
9099      Branch: perl
9100            ! regcomp.c
9101 ____________________________________________________________________________
9102 [ 28816] By: rgs                                   on 2006/09/11  10:04:19
9103         Log: Subject: [PATCH] Teach regex optimiser how to handle (?=) and (?<=) properly.
9104              From: demerphq <demerphq@gmail.com>
9105              Date: Sat, 9 Sep 2006 22:00:05 +0200
9106              Message-ID: <9b18b3110609091300x1fd0b15dt32932902a0a80674@mail.gmail.com>
9107      Branch: perl
9108            ! embed.fnc embed.h proto.h regcomp.c regcomp.h regcomp.sym
9109            ! regexec.c regnodes.h sv.c t/op/re_tests t/op/regexp.t
9110 ____________________________________________________________________________
9111 [ 28815] By: rgs                                   on 2006/09/11  09:14:58
9112         Log: Subject: Re: [perl #40302] sigtrap(3pm) man page is vague
9113              From: "David Nicol" <davidnicol@gmail.com>
9114              Date: Fri, 8 Sep 2006 11:19:23 -0500
9115              Message-ID: <934f64a20609080919g3d0add8cr1ca3d1c7ea9a5d32@mail.gmail.com>
9116      Branch: perl
9117            ! lib/sigtrap.pm
9118 ____________________________________________________________________________
9119 [ 28814] By: rgs                                   on 2006/09/11  08:56:21
9120         Log: Subject: [PATCH] C++: Solaris CC now compiles "perl"
9121              From: Jarkko Hietaniemi <jhi@iki.fi>
9122              Date: Sat, 09 Sep 2006 15:29:12 +0300
9123              Message-ID: <4502B398.6060505@iki.fi>
9124      Branch: perl
9125            ! hints/solaris_2.sh opcode.h opcode.pl perl.h perlio.c
9126            ! unixish.h util.c
9127 ____________________________________________________________________________
9128 [ 28813] By: rgs                                   on 2006/09/11  08:41:50
9129         Log: Subject: NULL and sv_setpv vs. newSVpv
9130              From: "Yitzchak Scott-Thoennes" <sthoenna@efn.org>
9131              Date: Sun, 10 Sep 2006 20:31:46 -0700 (PDT)
9132              Message-ID: <8750.24.19.24.170.1157945506.squirrel@24.19.24.170>
9133      Branch: perl
9134            ! sv.c
9135 ____________________________________________________________________________
9136 [ 28812] By: steveh                                on 2006/09/08  16:08:53
9137         Log: Update Porting/Maintainers.pl w.r.t. #28811
9138      Branch: perl
9139            ! Porting/Maintainers.pl
9140 ____________________________________________________________________________
9141 [ 28811] By: steveh                                on 2006/09/08  16:05:53
9142         Log: Subject: [PATCH] Add Params::Check to the core
9143              From: "Jos Boumans" <kane@dwim.org>
9144              Date: Fri, 8 Sep 2006 13:57:16 +0200 (CEST)
9145              Message-ID: <8319.80.127.35.68.1157716636.squirrel@webmail.xs4all.nl>
9146              
9147              (Just the Params-Check part: Locale-Maketext-Simple has already been
9148              added by change #28809)
9149      Branch: perl
9150            + lib/Params/Check.pm lib/Params/Check/t/01_Params-Check.t
9151            ! MANIFEST
9152 ____________________________________________________________________________
9153 [ 28810] By: steveh                                on 2006/09/08  15:33:18
9154         Log: Update Porting/Maintainers.pl w.r.t. #28809
9155      Branch: perl
9156            ! Porting/Maintainers.pl
9157 ____________________________________________________________________________
9158 [ 28809] By: steveh                                on 2006/09/08  15:19:50
9159         Log: Subject: Re: [PATCH] Add Locale::Maketext::Simple to the core
9160              From: kane@xs4all.nl
9161              Date: Sun, 13 Aug 2006 15:51:58 +0200 (CEST)
9162              Message-ID: <24406.80.127.35.68.1155477118.squirrel@webmail.xs4all.nl>
9163              
9164              Actually added 0.18, rather than 0.17 which this PATCH contained, for
9165              an updated licence statement.
9166      Branch: perl
9167            + lib/Locale/Maketext/Simple.pm
9168            + lib/Locale/Maketext/Simple/t/0-signature.t
9169            + lib/Locale/Maketext/Simple/t/1-basic.t
9170            ! MANIFEST
9171 ____________________________________________________________________________
9172 [ 28808] By: rgs                                   on 2006/09/08  08:36:32
9173         Log: Use %^H instead of $^H for the assertions pragma
9174      Branch: perl
9175            ! lib/assertions.pm op.c perl.h
9176 ____________________________________________________________________________
9177 [ 28807] By: rgs                                   on 2006/09/08  07:39:10
9178         Log: Remove empty typemap file
9179      Branch: perl
9180            - ext/threads/shared/typemap
9181            ! MANIFEST
9182 ____________________________________________________________________________
9183 [ 28806] By: craigb                                on 2006/09/08  02:07:30
9184         Log: declaration after code nit in vms/vms.c (from Martin Vorlaender)
9185      Branch: perl
9186            ! vms/vms.c
9187 ____________________________________________________________________________
9188 [ 28805] By: stevep                                on 2006/09/07  18:39:22
9189         Log: Clean up some comments.
9190      Branch: perl
9191            ! cygwin/ld2.in
9192 ____________________________________________________________________________
9193 [ 28804] By: rgs                                   on 2006/09/07  15:21:56
9194         Log: Typo fix in #ifdef
9195      Branch: perl
9196            ! toke.c
9197 ____________________________________________________________________________
9198 [ 28803] By: stevep                                on 2006/09/07  14:24:18
9199         Log: Fix to first problem causing Cygwin Perl to fail to build 
9200              in a path with spaces in it. 
9201      Branch: perl
9202            ! cygwin/Makefile.SHs
9203 ____________________________________________________________________________
9204 [ 28802] By: gisle                                 on 2006/09/07  14:12:14
9205         Log: Document mkpath() return value in scalar context.
9206              Document that rmtree() return value include deleted
9207              directories.
9208      Branch: perl
9209            ! lib/File/Path.pm
9210 ____________________________________________________________________________
9211 [ 28801] By: rgs                                   on 2006/09/07  13:16:12
9212         Log: Subject: Re: [perl #40262] kill( 0, ... ) does not return alive status of child process
9213              From: "David Nicol" <davidnicol@gmail.com>
9214              Date: Fri, 1 Sep 2006 17:26:34 -0500
9215              Message-ID: <934f64a20609011526odd7f5bta847a3be1f6fa5f0@mail.gmail.com>
9216      Branch: perl
9217            ! pod/perlfunc.pod
9218 ____________________________________________________________________________
9219 [ 28800] By: rgs                                   on 2006/09/07  13:13:05
9220         Log: Subject: [perl #40293] perlsec talks erroneously about "Non-Finite Automaton" 
9221              From: premchai21@yahoo.com (via RT) <perlbug-followup@perl.org>
9222              Date: Wed, 06 Sep 2006 23:11:10 -0700
9223              Message-ID: <rt-3.5.HEAD-31258-1157609470-1994.40293-75-0@perl.org>
9224      Branch: perl
9225            ! pod/perlsec.pod
9226 ____________________________________________________________________________
9227 [ 28799] By: rgs                                   on 2006/09/07  11:46:40
9228         Log: Bump version of PerlIO::scalar
9229      Branch: perl
9230            ! ext/PerlIO/scalar/scalar.pm
9231 ____________________________________________________________________________
9232 [ 28798] By: rgs                                   on 2006/09/07  11:45:36
9233         Log: Fix for [perl #40267] PerlIO::scalar doesn't respect readonly-ness
9234      Branch: perl
9235            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
9236 ____________________________________________________________________________
9237 [ 28797] By: rgs                                   on 2006/09/07  09:49:31
9238         Log: Invalidate ISA and method caches when calling a safe compartment
9239              (bug #39887)
9240              
9241              Remove XS_VERSION, make it equal to VERSION
9242      Branch: perl
9243            ! ext/Opcode/Makefile.PL ext/Opcode/Opcode.pm
9244            ! ext/Opcode/Opcode.xs
9245 ____________________________________________________________________________
9246 [ 28796] By: rgs                                   on 2006/09/07  09:25:18
9247         Log: Add Exporter in the dual-lived module list
9248      Branch: perl
9249            ! Porting/Maintainers.pl
9250 ____________________________________________________________________________
9251 [ 28795] By: rgs                                   on 2006/09/07  09:21:56
9252         Log: Subject: Dual life for Exporter
9253              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
9254              Date: Wed, 6 Sep 2006 16:40:28 -0300
9255              Message-ID: <73ddeb6c0609061240g34f60d9fodaf7727575778d8e@mail.gmail.com>
9256      Branch: perl
9257            ! lib/Exporter.t
9258 ____________________________________________________________________________
9259 [ 28794] By: stevep                                on 2006/09/07  02:07:57
9260         Log: Convert Errno.t to Test::More.  Increase the test coverage
9261              while in there as well. 
9262      Branch: perl
9263            ! ext/Errno/t/Errno.t
9264 ____________________________________________________________________________
9265 [ 28793] By: steveh                                on 2006/09/06  16:54:19
9266         Log: cxtype is a U16, not a U32 (Stops VC++ complaining)
9267      Branch: perl
9268            ! pp_ctl.c
9269 ____________________________________________________________________________
9270 [ 28792] By: stevep                                on 2006/09/06  14:33:06
9271         Log: Removed some leftover debugging accidentally added with
9272              change #28788.
9273      Branch: perl
9274            ! regexec.c
9275 ____________________________________________________________________________
9276 [ 28791] By: rgs                                   on 2006/09/06  14:11:09
9277         Log: Revert accidental file deletion
9278      Branch: perl
9279            + ext/threads/shared/typemap
9280 ____________________________________________________________________________
9281 [ 28790] By: rgs                                   on 2006/09/06  14:04:33
9282         Log: Remove perlcc and the byteloader
9283      Branch: perl
9284            - ext/B/B/Assembler.pm ext/B/B/Bblock.pm ext/B/B/Bytecode.pm
9285            - ext/B/B/C.pm ext/B/B/CC.pm ext/B/B/Disassembler.pm
9286            - ext/B/B/Stackobj.pm ext/B/B/Stash.pm ext/B/B/assemble
9287            - ext/B/B/cc_harness ext/B/B/disassemble ext/B/B/makeliblinks
9288            - ext/B/C/C.xs ext/B/C/Makefile.PL ext/B/NOTES ext/B/README
9289            - ext/B/TESTS ext/B/Todo ext/B/ramblings/cc.notes
9290            - ext/B/ramblings/curcop.runtime ext/B/ramblings/flip-flop
9291            - ext/B/ramblings/magic ext/B/ramblings/reg.alloc
9292            - ext/B/ramblings/runtime.porting ext/B/t/asmdata.t
9293            - ext/B/t/assembler.t ext/B/t/bblock.t ext/B/t/bytecode.t
9294            - ext/B/t/stash.t ext/ByteLoader/ByteLoader.pm
9295            - ext/ByteLoader/ByteLoader.xs ext/ByteLoader/Makefile.PL
9296            - ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
9297            - ext/ByteLoader/byterun.h ext/ByteLoader/hints/sunos.pl
9298            - ext/threads/shared/typemap utils/perlcc.PL
9299            ! MANIFEST Makefile.SH NetWare/Makefile bytecode.pl
9300            ! configure.com ext/B/B/Asmdata.pm pod/Makefile.SH
9301            ! pod/perlcompile.pod regen.pl t/TEST t/harness
9302            ! t/lib/1_compile.t utils.lst utils/Makefile
9303            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
9304            ! win32/pod.mak x2p/Makefile.SH
9305 ____________________________________________________________________________
9306 [ 28789] By: rgs                                   on 2006/09/06  09:18:31
9307         Log: Remove JPL
9308      Branch: perl
9309            - jpl/ChangeLog jpl/JNI/Changes jpl/JNI/Closer.java
9310            - jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/JNIConfig
9311            - jpl/JNI/JNIConfig.Win32 jpl/JNI/JNIConfig.kaffe
9312            - jpl/JNI/JNIConfig.noembed jpl/JNI/JNIConfig.standard
9313            - jpl/JNI/Makefile.PL jpl/JNI/test.pl jpl/JNI/typemap
9314            - jpl/JNI/typemap.gcc jpl/JNI/typemap.win32
9315            - jpl/JPL/AutoLoader.pm jpl/JPL/Class.pm jpl/JPL/Compile.pm
9316            - jpl/JPL/Makefile.PL jpl/JPL_Rolo/JPL_Rolo.jpl
9317            - jpl/JPL_Rolo/Makefile.PL jpl/JPL_Rolo/README
9318            - jpl/JPL_Rolo/cardfile jpl/PerlInterpreter/Makefile.PL
9319            - jpl/PerlInterpreter/PerlInterpreter.c
9320            - jpl/PerlInterpreter/PerlInterpreter.h
9321            - jpl/PerlInterpreter/PerlInterpreter.java jpl/README
9322            - jpl/README.JUST-JNI jpl/SETVARS.PL jpl/Sample/Makefile.PL
9323            - jpl/Sample/Sample.jpl jpl/Test/Makefile.PL jpl/Test/Test.jpl
9324            - jpl/bin/jpl jpl/docs/Tutorial.pod jpl/get_jdk/README
9325            - jpl/get_jdk/get_jdk.pl jpl/get_jdk/jdk_hosts jpl/install-jpl
9326            ! MANIFEST
9327 ____________________________________________________________________________
9328 [ 28788] By: stevep                                on 2006/09/06  00:35:15
9329         Log: Subject: [PATCH] UCD 5.0.0
9330              From: Jarkko Hietaniemi <jhi@iki.fi>
9331              Date: Tue, 05 Sep 2006 21:29:45 +0300
9332              Message-ID: <44FDC219.8010006@iki.fi>
9333      Branch: perl
9334            + lib/unicore/NamedSqProv.txt
9335            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabicShaping.txt
9336            ! lib/unicore/BidiMirroring.txt lib/unicore/Blocks.txt
9337            ! lib/unicore/CaseFolding.txt
9338            ! lib/unicore/CompositionExclusions.txt
9339            ! lib/unicore/EastAsianWidth.txt
9340            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
9341            ! lib/unicore/Jamo.txt lib/unicore/LineBreak.txt
9342            ! lib/unicore/NamedSequences.txt lib/unicore/NamesList.txt
9343            ! lib/unicore/NormalizationCorrections.txt
9344            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
9345            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
9346            ! lib/unicore/Scripts.txt lib/unicore/SpecialCasing.txt
9347            ! lib/unicore/StandardizedVariants.txt
9348            ! lib/unicore/UnicodeData.txt lib/unicore/version regexec.c
9349            ! t/uni/class.t
9350 ____________________________________________________________________________
9351 [ 28787] By: rgs                                   on 2006/09/05  11:09:03
9352         Log: Fix a few warnings
9353      Branch: perl
9354            ! regcomp.c regexec.c
9355 ____________________________________________________________________________
9356 [ 28786] By: rgs                                   on 2006/09/05  10:40:25
9357         Log: Subject: [PATCH perl-current]; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warnings
9358              From: "Robin Barker" <Robin.Barker@npl.co.uk>
9359              Date: Fri, 1 Sep 2006 16:10:25 +0100
9360              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A21@exchsvr1.npl.ad.local>
9361      Branch: perl
9362            ! dump.c perl.h perlio.c pp.c pp_pack.c sv.c utf8.c
9363 ____________________________________________________________________________
9364 [ 28785] By: rgs                                   on 2006/09/05  10:21:57
9365         Log: Subject: Re: [PATCH] Trie jumping
9366              From: demerphq <demerphq@gmail.com>
9367              Date: Sat, 2 Sep 2006 16:40:12 +0200
9368              Message-ID: <9b18b3110609020740y2eb9004cpab313c3353a437ca@mail.gmail.com>
9369      Branch: perl
9370            ! embed.fnc embed.h ext/re/re.pm opcode.h proto.h regcomp.c
9371            ! regcomp.h regcomp.sym regexec.c regexp.h regnodes.h t/op/pat.t
9372            ! t/op/re_tests
9373 ____________________________________________________________________________
9374 [ 28783] By: rgs                                   on 2006/09/04  16:54:36
9375         Log: Subject: [perl #40239] New hints file for MidnightBSD 
9376              From: Lucas Holt (via RT) <perlbug-followup@perl.org>
9377              Date: Fri, 25 Aug 2006 20:16:40 -0700
9378              Message-ID: <rt-3.5.HEAD-31263-1156562199-1390.40239-75-0@perl.org>
9379      Branch: perl
9380            + hints/midnightbsd.sh
9381            ! MANIFEST
9382 ____________________________________________________________________________
9383 [ 28782] By: rgs                                   on 2006/09/04  15:50:17
9384         Log: Upgrade to Sys::Syslog 0.18
9385      Branch: perl
9386            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
9387            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
9388 ____________________________________________________________________________
9389 [ 28781] By: rgs                                   on 2006/09/04  14:53:00
9390         Log: Subject: [perl #40272] subroutine call with & in perlop example 
9391              From: yath-perlbug@yath.de (via RT) <perlbug-followup@perl.org>
9392              Date: Sun, 03 Sep 2006 13:03:28 -0700
9393              Message-ID: <rt-3.5.HEAD-31251-1157313807-430.40272-75-0@perl.org>
9394      Branch: perl
9395            ! pod/perlop.pod
9396 ____________________________________________________________________________
9397 [ 28780] By: rgs                                   on 2006/09/04  13:12:20
9398         Log: Documentation nit, found by Dr Ruud.
9399      Branch: perl
9400            ! pod/perldsc.pod
9401 ____________________________________________________________________________
9402 [ 28779] By: rgs                                   on 2006/09/04  13:11:01
9403         Log: Subject: [PATCH] Correction to POD for FETCH_*_ATTRIBUTES 
9404              From: "Jerry D. Hedden" <jerry@hedden.us>
9405              Date: Fri, 01 Sep 2006 12:43:46 -0700
9406              Message-ID: <20060901124346.fb30e530d17747c2b054d625b8945d88.0cfdb87cb8.wbe@email.secureserver.net>
9407      Branch: perl
9408            ! lib/attributes.pm
9409 ____________________________________________________________________________
9410 [ 28778] By: rgs                                   on 2006/09/04  12:41:39
9411         Log: Subject: Re: AW: [PATCH pod/*] Use Direct Object Constructor Calls
9412              From: chromatic <chromatic@wgz.org>
9413              Date: Fri, 1 Sep 2006 09:12:45 -0700
9414              Message-Id: <200609010912.46314.chromatic@wgz.org>
9415      Branch: perl
9416            ! pod/perllexwarn.pod pod/perlmodlib.PL pod/perlop.pod
9417            ! pod/perlothrtut.pod pod/perlref.pod pod/perltie.pod
9418 ____________________________________________________________________________
9419 [ 28777] By: rgs                                   on 2006/09/04  12:30:36
9420         Log: Subject: [PATCH pod/perlfunc.pod] Add Index Numbers to caller() Docs
9421              From: chromatic <chromatic@wgz.org>
9422              Date: Fri, 1 Sep 2006 05:42:17 -0700
9423              Message-Id: <200609010542.17571.chromatic@wgz.org>
9424      Branch: perl
9425            ! pod/perlfunc.pod
9426 ____________________________________________________________________________
9427 [ 28776] By: rgs                                   on 2006/09/03  12:51:57
9428         Log: Remove dead code from sort.pm
9429      Branch: perl
9430            ! lib/sort.pm
9431 ____________________________________________________________________________
9432 [ 28774] By: nicholas                              on 2006/09/01  17:25:50
9433         Log: Merge lval and hasargs into one U8 in struct block_sub
9434      Branch: perl
9435            ! cop.h
9436 ____________________________________________________________________________
9437 [ 28773] By: nicholas                              on 2006/09/01  16:27:48
9438         Log: Access to cx->blk_sub.lval via macros (as it's about to move).
9439      Branch: perl
9440            ! cop.h pp_ctl.c pp_hot.c scope.c sv.c
9441 ____________________________________________________________________________
9442 [ 28772] By: nicholas                              on 2006/09/01  15:05:10
9443         Log: Access cx->blk_sub.hasargs via a pair of macros (as it's about to
9444              move)
9445      Branch: perl
9446            ! cop.h pp_ctl.c scope.c sv.c
9447 ____________________________________________________________________________
9448 [ 28771] By: nicholas                              on 2006/08/31  09:05:50
9449         Log: Change the generation of {} and [] from 3 ops to 1, and avoid 1 mortal
9450              on the tempstack, by augmenting pp_anonlist and pp_anonhash to accept
9451              OPf_SPECIAL to mean "return a reference to the aggregate" on the stack
9452              rather than the aggregate itself.
9453      Branch: perl
9454            ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/f_map.t
9455            ! ext/B/t/f_sort.t ext/Devel/Peek/t/Peek.t op.c op.h pp.c
9456 ____________________________________________________________________________
9457 [ 28770] By: nicholas                              on 2006/08/31  08:26:13
9458         Log: Save 4 bytes from struct context (on ILP32) by moving cx_type into
9459              struct block and struct subst.
9460      Branch: perl
9461            ! cop.h
9462 ____________________________________________________________________________
9463 [ 28769] By: steveh                                on 2006/08/30  15:57:13
9464         Log: Silence some more Borland compiler warnings
9465              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
9466              
9467              - Change the cryptic pragma warn strings into numbers that are more
9468              easily recognized, and add a new one (8027).
9469              
9470              - Add a similar pragma warn line to fcrypt.c, which doesn't use
9471              win32.h.
9472      Branch: perl
9473            ! win32/fcrypt.c win32/win32.h
9474 ____________________________________________________________________________
9475 [ 28768] By: steveh                                on 2006/08/29  13:24:56
9476         Log: Silence Borland compiler warnings in XS::APItest and Win32
9477              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40471)
9478      Branch: perl
9479            ! ext/XS/APItest/APItest.xs win32/ext/Win32/Win32.pm
9480            ! win32/ext/Win32/Win32.xs
9481 ____________________________________________________________________________
9482 [ 28767] By: rgs                                   on 2006/08/28  12:52:00
9483         Log: Revert bogus change 28763.
9484      Branch: perl
9485            ! EXTERN.h INTERN.h
9486 ____________________________________________________________________________
9487 [ 28766] By: rgs                                   on 2006/08/28  09:26:52
9488         Log: Fix PerlIO::scalar fileno() documentation as suggested in:
9489              Subject: [perl #40245] POD error for PerlIO::scalar in 5.8.8 
9490              From: "Shawn Boyette" (via RT) <perlbug-followup@perl.org>
9491              Date: Mon, 28 Aug 2006 00:21:25 -0700
9492              Message-ID: <rt-3.5.HEAD-31263-1156749685-634.40245-75-0@perl.org>
9493      Branch: perl
9494            ! ext/PerlIO/scalar/scalar.pm
9495 ____________________________________________________________________________
9496 [ 28765] By: stevep                                on 2006/08/27  17:53:17
9497         Log: Added an additional #ifndef based on comments by Jarkko and
9498              John Malmberg.
9499      Branch: perl
9500            ! x2p/INTERN.h
9501 ____________________________________________________________________________
9502 [ 28764] By: rgs                                   on 2006/08/27  16:05:09
9503         Log: Subject: [PATCH DOC] perlsyn incomplete duplicate definition of truth
9504              From: Daniel Frederick Crisman <daniel@crisman.org>
9505              Date: Thu, 24 Aug 2006 17:29:57 -0400
9506              Message-ID: <20060824212957.GA32557@fury.crisman.org>
9507      Branch: perl
9508            ! pod/perlsyn.pod
9509 ____________________________________________________________________________
9510 [ 28763] By: rgs                                   on 2006/08/27  15:57:39
9511         Log: More conditional defines of EXTERN_C, by Jarkko
9512      Branch: perl
9513            ! EXTERN.h INTERN.h
9514 ____________________________________________________________________________
9515 [ 28762] By: rgs                                   on 2006/08/27  15:51:25
9516         Log: Subject: [PATCH] Change #24364 broke Data::Dumper::Seen()
9517              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
9518              Date: Fri, 25 Aug 2006 22:35:33 +0200
9519              Message-ID: <20060825223533.04efdf2d@r2d2>
9520      Branch: perl
9521            ! ext/Data/Dumper/Dumper.pm
9522 ____________________________________________________________________________
9523 [ 28761] By: rgs                                   on 2006/08/27  15:46:54
9524         Log: Regression test for attributes 'reserved' warning,
9525              by Jerry D. Hedden
9526      Branch: perl
9527            ! t/op/attrs.t
9528 ____________________________________________________________________________
9529 [ 28760] By: rgs                                   on 2006/08/25  16:47:08
9530         Log: Put a plan in the last added test
9531      Branch: perl
9532            ! lib/SelfLoader-buggy.t
9533 ____________________________________________________________________________
9534 [ 28759] By: steveh                                on 2006/08/25  16:12:52
9535         Log: Silence a bunch of Borland compiler warnings in SDBM_File
9536              (See: http://www.nntp.perl.org/group/perl.daily-build.reports/40283)
9537      Branch: perl
9538            ! XSUB.h
9539 ____________________________________________________________________________
9540 [ 28758] By: rgs                                   on 2006/08/25  15:58:41
9541         Log: Subject: Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
9542              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
9543              Date: Thu, 24 Aug 2006 10:20:43 -0300
9544              Message-ID: <73ddeb6c0608240620s207124d1mc202aea6a4598576@mail.gmail.com>
9545      Branch: perl
9546            + lib/SelfLoader-buggy.t
9547            ! MANIFEST lib/SelfLoader.pm
9548 ____________________________________________________________________________
9549 [ 28757] By: rgs                                   on 2006/08/25  15:45:08
9550         Log: Following Jarkko's advice, it seems that ODBM_File cannot be
9551              compiled as C++ as-is.
9552      Branch: perl
9553            ! ext/ODBM_File/ODBM_File.xs
9554 ____________________________________________________________________________
9555 [ 28756] By: rgs                                   on 2006/08/25  15:24:28
9556         Log: Subject: [PATCH] RE: [perl #40227] 'reserved' warning not working
9557              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9558              Date: Thu, 24 Aug 2006 09:04:12 -0700
9559              Message-ID: <20060824090412.fb30e530d17747c2b054d625b8945d88.e8ae12ccab.wbe@email.secureserver.net>
9560      Branch: perl
9561            ! lib/attributes.pm xsutils.c
9562 ____________________________________________________________________________
9563 [ 28755] By: stevep                                on 2006/08/24  15:07:58
9564         Log: Upgrade to File-Temp-0.17.  Also, a change to Tim Jenness's email.
9565      Branch: perl
9566            + lib/File/Temp/t/seekable.t
9567            ! AUTHORS MANIFEST lib/File/Temp.pm
9568 ____________________________________________________________________________
9569 [ 28754] By: rgs                                   on 2006/08/24  12:36:08
9570         Log: Subject: [PATCH ext/ODBM_File/ODBM_File.xs] change 28744 broke ODBM_File
9571              From: "Robin Barker" <Robin.Barker@npl.co.uk>
9572              Date: Thu, 24 Aug 2006 13:22:47 +0100
9573              Message-ID: <2C2E01334A940D4792B3E115F95B7226120A1A@exchsvr1.npl.ad.local>
9574      Branch: perl
9575            ! ext/ODBM_File/ODBM_File.xs
9576 ____________________________________________________________________________
9577 [ 28753] By: rgs                                   on 2006/08/24  12:23:15
9578         Log: Subject: [PATCH] Don't promulgate Perl attributes
9579              From: "Jerry D. Hedden" <jdhedden@cpan.org>
9580              Date: Wed, 23 Aug 2006 10:07:05 -0700
9581              Message-ID: <20060823100705.fb30e530d17747c2b054d625b8945d88.87c0ee9326.wbe@email.secureserver.net>
9582      Branch: perl
9583            ! lib/attributes.pm xsutils.c
9584 ____________________________________________________________________________
9585 [ 28752] By: stevep                                on 2006/08/24  01:27:08
9586         Log: Upgrade to CGI.pm-3.22.
9587      Branch: perl
9588            ! lib/CGI.pm lib/CGI/Changes
9589 ____________________________________________________________________________
9590 [ 28751] By: stevep                                on 2006/08/23  16:08:17
9591         Log: Subject: [perl #40161] ccversion fix for hpux
9592              From: smoketst@hp46t243.cup.hp.com (via RT) <perlbug-followup@perl.org>
9593              Date: Wed, 16 Aug 2006 23:10:52 -0700
9594              Message-ID: <rt-3.5.HEAD-31263-1155795052-1297.40161-75-0@perl.org>
9595      Branch: perl
9596            ! hints/hpux.sh
9597 ____________________________________________________________________________
9598 [ 28750] By: stevep                                on 2006/08/23  03:04:47
9599         Log: The previous change causes compile failures with threaded Perls.
9600      Branch: perl
9601            ! reentr.h reentr.pl
9602 ____________________________________________________________________________
9603 [ 28749] By: stevep                                on 2006/08/22  20:16:55
9604         Log: Part of one of Jarkko's g++ patches that was missed.
9605      Branch: perl
9606            ! reentr.h reentr.pl
9607 ____________________________________________________________________________
9608 [ 28748] By: stevep                                on 2006/08/22  17:41:33
9609         Log: Update to Time-HiRes-1.90.
9610      Branch: perl
9611            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9612            ! ext/Time/HiRes/HiRes.xs
9613 ____________________________________________________________________________
9614 [ 28747] By: stevep                                on 2006/08/22  16:43:52
9615         Log: Upgrade to Time-HiRes-1.89.
9616      Branch: perl
9617            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9618            ! ext/Time/HiRes/HiRes.xs
9619 ____________________________________________________________________________
9620 [ 28746] By: stevep                                on 2006/08/22  14:18:16
9621         Log: Upgrade to CGI.pm-3.21
9622      Branch: perl
9623            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
9624 ____________________________________________________________________________
9625 [ 28745] By: stevep                                on 2006/08/22  14:14:23
9626         Log: Upgrade to Time-HiRes-1.88.
9627      Branch: perl
9628            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9629            ! ext/Time/HiRes/HiRes.xs
9630 ____________________________________________________________________________
9631 [ 28744] By: stevep                                on 2006/08/22  14:07:13
9632         Log: Subject: [PATCH] g++: fix Digest::MD5, Math::BigInt::FastCalc, ODBM_File, XS::APItest (and Time::HiRes 1.88 in CPAN)
9633              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9634              Date: Tue, 22 Aug 2006 10:45:41 +0300 (EEST)
9635              Message-Id: <200608220745.k7M7jfjP050939@kosh.hut.fi>
9636              
9637              ...plus various version bumps and Digest::MD5 test file fixes.
9638      Branch: perl
9639            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
9640            ! ext/Digest/MD5/t/files.t ext/Math/BigInt/FastCalc/FastCalc.pm
9641            ! ext/Math/BigInt/FastCalc/FastCalc.xs
9642            ! ext/ODBM_File/ODBM_File.pm ext/ODBM_File/ODBM_File.xs
9643            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
9644 ____________________________________________________________________________
9645 [ 28743] By: stevep                                on 2006/08/22  02:12:16
9646         Log: Subject: [PATCH] perlhack.pod: small porta-tweaks (this time without pod2man :-)
9647              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9648              Date: Mon, 21 Aug 2006 22:39:35 +0300 (EEST)
9649              Message-Id: <200608211939.k7LJdZ9P170671@kosh.hut.fi>
9650      Branch: perl
9651            ! pod/perlhack.pod
9652 ____________________________________________________________________________
9653 [ 28742] By: stevep                                on 2006/08/22  01:03:05
9654         Log: Subject: [PATCH] g++/x2p (better version)
9655              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9656              Date: Mon, 21 Aug 2006 14:48:26 +0300 (EEST)
9657              Message-Id: <200608211148.k7LBmQGL161830@kosh.hut.fi>
9658      Branch: perl
9659            ! x2p/EXTERN.h x2p/INTERN.h x2p/hash.h
9660 ____________________________________________________________________________
9661 [ 28741] By: rgs                                   on 2006/08/21  10:15:30
9662         Log: Subject: [PATCH] g++/Tru64: got perl linking once got the linkage right
9663              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9664              Date: Fri, 18 Aug 2006 13:03:17 +0300 (EEST)
9665              Message-Id: <200608181003.k7IA3Hso276655@kosh.hut.fi>
9666      Branch: perl
9667            ! hints/dec_osf.sh perl.h pp_sys.c
9668 ____________________________________________________________________________
9669 [ 28740] By: rgs                                   on 2006/08/20  10:13:12
9670         Log: Amendment to change #28739
9671      Branch: perl
9672            ! ext/B/B/Assembler.pm
9673 ____________________________________________________________________________
9674 [ 28739] By: rgs                                   on 2006/08/20  09:25:59
9675         Log: Subject: [PATCH] bytecode.t failures in Tru64: svtype (enum) is int, not long
9676              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9677              Date: Sat, 19 Aug 2006 14:34:53 +0300 (EEST)
9678              Message-Id: <200608191134.k7JBYroK518962@kosh.hut.fi>
9679      Branch: perl
9680            ! ext/B/B/Assembler.pm
9681 ____________________________________________________________________________
9682 [ 28738] By: rgs                                   on 2006/08/20  09:15:21
9683         Log: perlthrtut update, by Jerry D. Hedden.
9684      Branch: perl
9685            ! pod/perlthrtut.pod
9686 ____________________________________________________________________________
9687 [ 28737] By: rgs                                   on 2006/08/20  08:46:33
9688         Log: Subject: [PATCH] g++/Solaris: force d_dlopen=define
9689              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9690              Date: Fri, 18 Aug 2006 15:48:34 +0300 (EEST)
9691              Message-Id: <200608181248.k7ICmY2W028375@vipunen.hut.fi>
9692      Branch: perl
9693            ! hints/solaris_2.sh
9694 ____________________________________________________________________________
9695 [ 28736] By: rgs                                   on 2006/08/18  16:22:18
9696         Log: Phrasing nit in perlxstut (by Ville Koskinen)
9697      Branch: perl
9698            ! pod/perlxstut.pod
9699 ____________________________________________________________________________
9700 [ 28735] By: rgs                                   on 2006/08/18  15:46:18
9701         Log: A type change that apparently works around a compiler bug
9702              (gcc 4.1.1 on Solaris) (by Robin Barker)
9703      Branch: perl
9704            ! pp_hot.c
9705 ____________________________________________________________________________
9706 [ 28734] By: stevep                                on 2006/08/17  20:28:36
9707         Log: Subject: [PATCH] Re: A large-ish C++ TODO (Re: [PATCH] g++ stage 1 reached)
9708              From: Jarkko Hietaniemi <jhi@iki.fi>
9709              Date: Thu, 17 Aug 2006 19:16:09 +0300
9710              Message-ID: <44E49649.9090307@iki.fi>
9711      Branch: perl
9712            ! XSUB.h mathoms.c op.h perl.h perlio.c utf8.c
9713 ____________________________________________________________________________
9714 [ 28733] By: stevep                                on 2006/08/17  17:57:33
9715         Log: syscall() declaration in perl.h needs to have an EXTERN_C prefixing
9716              it for some C++ compiles.  Might as well fix usleep()'s 
9717              declaration too.
9718      Branch: perl
9719            ! perl.h
9720 ____________________________________________________________________________
9721 [ 28732] By: stevep                                on 2006/08/17  15:28:36
9722         Log: Fix to problem where CGI can lose the filehandle during an upload.
9723              Patch posted to the Debian bug list by Eric Wong 
9724              <eric@petta-tech.com>.
9725      Branch: perl
9726            ! lib/CGI.pm
9727 ____________________________________________________________________________
9728 [ 28731] By: stevep                                on 2006/08/17  14:50:36
9729         Log: gcc-4.1.1 on Fedora optimized away NULL chacks in Perl_do_close(),
9730              which caused core dumps.
9731      Branch: perl
9732            ! embed.fnc proto.h
9733 ____________________________________________________________________________
9734 [ 28730] By: stevep                                on 2006/08/16  17:44:44
9735         Log: Cast needed to compile bsd_glob.c with C++
9736      Branch: perl
9737            ! ext/File/Glob/bsd_glob.c
9738 ____________________________________________________________________________
9739 [ 28729] By: stevep                                on 2006/08/16  13:11:15
9740         Log: Additional changes to get C++ a little closer to a clean compile
9741              of Perl.
9742      Branch: perl
9743            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/bytecode.h
9744            ! ext/ByteLoader/byterun.c ext/DB_File/DB_File.pm
9745            ! ext/DB_File/DB_File.xs ext/Hash/Util/FieldHash/FieldHash.xs
9746            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
9747            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9748 ____________________________________________________________________________
9749 [ 28728] By: stevep                                on 2006/08/15  18:57:11
9750         Log: Additional floating point strictness is needed to get Intel cc to pass
9751              its tests.
9752      Branch: perl
9753            ! hints/linux.sh
9754 ____________________________________________________________________________
9755 [ 28727] By: rgs                                   on 2006/08/15  10:01:48
9756         Log: Update Changes
9757      Branch: perl
9758            ! Changes
9759 ____________________________________________________________________________
9760 [ 28726] By: rgs                                   on 2006/08/15  09:59:24
9761         Log: Update Module::CoreList data with 5.9.4
9762      Branch: perl
9763            ! lib/Module/CoreList.pm
9764 ____________________________________________________________________________
9765 [ 28725] By: rgs                                   on 2006/08/15  09:55:27
9766         Log: 5.9.4 is today.
9767      Branch: perl
9768            ! pod/perlhist.pod
9769 ____________________________________________________________________________
9770 [ 28724] By: rgs                                   on 2006/08/15  09:54:02
9771         Log: Actually, Richard Clamp doesn't maintain Module::CoreList anymore.
9772      Branch: perl
9773            ! Porting/Maintainers.pl
9774 ____________________________________________________________________________
9775 [ 28723] By: rgs                                   on 2006/08/15  09:43:40
9776         Log: Regenerate perlmodlib and perltoc
9777      Branch: perl
9778            ! pod/perlmodlib.pod pod/perltoc.pod
9779 ____________________________________________________________________________
9780 [ 28722] By: rgs                                   on 2006/08/15  09:40:08
9781         Log: POD formatting nit
9782      Branch: perl
9783            ! pod/perl594delta.pod
9784 ____________________________________________________________________________
9785 [ 28721] By: rgs                                   on 2006/08/15  09:29:03
9786         Log: Remove some of the known problems documented in perldelta, which were
9787              caused by change #28319, just backed out. Add some Windows news (by
9788              Steve Hay)
9789      Branch: perl
9790            ! pod/perl594delta.pod
9791 ____________________________________________________________________________
9792 [ 28720] By: rgs                                   on 2006/08/15  09:22:54
9793         Log: Revert change 28319, which may cause segfaults with threaded perls
9794              on eval("syntax error") statements
9795      Branch: perl
9796            ! perly.c
9797 ____________________________________________________________________________
9798 [ 28719] By: rgs                                   on 2006/08/15  07:57:54
9799         Log: More perldelta nits found by my reviewers
9800      Branch: perl
9801            ! pod/perl594delta.pod
9802 ____________________________________________________________________________
9803 [ 28718] By: rgs                                   on 2006/08/14  22:30:18
9804         Log: Spelling fixes, thanks to Nicholas and to Ronald Kimball
9805      Branch: perl
9806            ! pod/perl594delta.pod
9807 ____________________________________________________________________________
9808 [ 28717] By: rgs                                   on 2006/08/14  21:58:15
9809         Log: More perldelta entries and fixes
9810      Branch: perl
9811            ! pod/perl594delta.pod
9812 ____________________________________________________________________________
9813 [ 28716] By: rgs                                   on 2006/08/14  21:31:43
9814         Log: Typo fix in the documentation of source filters in @INC
9815      Branch: perl
9816            ! pod/perlfunc.pod
9817 ____________________________________________________________________________
9818 [ 28715] By: mhx                                   on 2006/08/14  20:29:57
9819         Log: Only copy ppport.h to destination if it is different.
9820              This avoids unneccessary rebuilds.
9821      Branch: perl
9822            ! mkppport
9823 ____________________________________________________________________________
9824 [ 28714] By: mhx                                   on 2006/08/14  19:43:23
9825         Log: Upgrade to Devel::PPPort 3.10
9826      Branch: perl
9827            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort_pm.PL
9828            ! ext/Devel/PPPort/soak
9829 ____________________________________________________________________________
9830 [ 28713] By: rgs                                   on 2006/08/14  19:30:17
9831         Log: perldelta entry describing regexp work, by Yves Orton
9832      Branch: perl
9833            ! pod/perl594delta.pod
9834 ____________________________________________________________________________
9835 [ 28712] By: rgs                                   on 2006/08/14  15:27:51
9836         Log: Regenerate metafile
9837      Branch: perl
9838            ! META.yml
9839 ____________________________________________________________________________
9840 [ 28711] By: rgs                                   on 2006/08/14  14:24:19
9841         Log: New authors
9842      Branch: perl
9843            ! AUTHORS
9844 ____________________________________________________________________________
9845 [ 28710] By: rgs                                   on 2006/08/14  12:45:59
9846         Log: More perldelta entries; plus, credits.
9847      Branch: perl
9848            ! pod/perl594delta.pod
9849 ____________________________________________________________________________
9850 [ 28709] By: rgs                                   on 2006/08/14  12:35:13
9851         Log: Typo fix in perldiag
9852      Branch: perl
9853            ! pod/perldiag.pod
9854 ____________________________________________________________________________
9855 [ 28708] By: steveh                                on 2006/08/14  10:20:13
9856         Log: Update pod/perl594delta.pod w.r.t. #28706, and arrange list of modules
9857              alphabetically.
9858      Branch: perl
9859            ! pod/perl594delta.pod
9860 ____________________________________________________________________________
9861 [ 28707] By: steveh                                on 2006/08/14  10:15:04
9862         Log: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
9863      Branch: perl
9864            ! Porting/Maintainers.pl
9865 ____________________________________________________________________________
9866 [ 28706] By: steveh                                on 2006/08/14  10:10:07
9867         Log: Subject: [PATCH] Add Module::Loaded to the core
9868              From: kane@xs4all.nl
9869              Date: Sun, 13 Aug 2006 16:22:09 +0200 (CEST)
9870              Message-ID: <9310.80.127.35.68.1155478929.squirrel@webmail.xs4all.nl>
9871      Branch: perl
9872            + lib/Module/Loaded.pm lib/Module/Loaded/t/01_Module-Loaded.t
9873            ! MANIFEST
9874 ____________________________________________________________________________
9875 [ 28705] By: rgs                                   on 2006/08/14  09:30:38
9876         Log: More perldelta nits.
9877      Branch: perl
9878            ! pod/perl594delta.pod
9879 ____________________________________________________________________________
9880 [ 28704] By: rgs                                   on 2006/08/14  09:19:02
9881         Log: Make the NAME section of Package::Constants more conformant to
9882              man page conventions
9883      Branch: perl
9884            ! lib/Package/Constants.pm
9885 ____________________________________________________________________________
9886 [ 28703] By: steveh                                on 2006/08/14  09:09:40
9887         Log: Subject: [PATCH] Add Package::Constants to the core
9888              From: kane@xs4all.nl
9889              Date: Sat, 12 Aug 2006 23:57:58 +0200 (CEST)
9890              Message-ID: <9749.80.127.35.68.1155419878.squirrel@webmail.xs4all.nl>
9891      Branch: perl
9892            + lib/Package/Constants.pm lib/Package/Constants/t/01_list.t
9893            ! MANIFEST
9894 ____________________________________________________________________________
9895 [ 28702] By: nicholas                              on 2006/08/13  19:51:41
9896         Log: Regularise the indents of Changes to placate Porting/checkAUTHORS.pl
9897      Branch: perl
9898            ! Changes
9899 ____________________________________________________________________________
9900 [ 28701] By: rgs                                   on 2006/08/13  13:53:54
9901         Log: Fix URL of perlbug database
9902      Branch: perl
9903            ! pod/perl594delta.pod
9904 ____________________________________________________________________________
9905 [ 28700] By: rgs                                   on 2006/08/13  12:44:18
9906         Log: More perldelta entries
9907      Branch: perl
9908            ! pod/perl594delta.pod
9909 ____________________________________________________________________________
9910 [ 28699] By: rgs                                   on 2006/08/13  07:51:46
9911         Log: Fix a couple URLs in perlhack
9912      Branch: perl
9913            ! pod/perlhack.pod
9914 ____________________________________________________________________________
9915 [ 28698] By: rgs                                   on 2006/08/12  12:53:32
9916         Log: Subject: [PATCH] perlhack.pod: more portability pitfalls
9917              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9918              Date: Sat, 12 Aug 2006 10:33:38 +0300 (EEST)
9919              Message-Id: <200608120733.k7C7XcU0268432@kosh.hut.fi>
9920      Branch: perl
9921            ! pod/perlhack.pod
9922 ____________________________________________________________________________
9923 [ 28697] By: steveh                                on 2006/08/11  17:31:45
9924         Log: Resync win32/config_H.* and win32/config.* with config_h.SH
9925              and Porting/config.sh respectively
9926              
9927              No real changes except for the addition of the missing
9928              HAS_C99_VARIADIC_MACROS to win32/config_H.* and
9929              initialinstalllocation, madlyh, madlyobj and madlysrc to
9930              win32/config.*
9931      Branch: perl
9932            ! win32/config.bc win32/config.gc win32/config.vc
9933            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
9934            ! win32/config_H.vc win32/config_H.vc64
9935 ____________________________________________________________________________
9936 [ 28696] By: rgs                                   on 2006/08/11  16:02:32
9937         Log: More perldelta notes. Also, I did forget things
9938              in perl593delta...
9939      Branch: perl
9940            ! pod/perl593delta.pod pod/perl594delta.pod
9941 ____________________________________________________________________________
9942 [ 28695] By: steveh                                on 2006/08/11  12:52:51
9943         Log: Subject: [PATCH] Add Module::Load to 5.9.x
9944              From: kane@xs4all.nl
9945              Date: Wed, 9 Aug 2006 12:23:42 +0200 (CEST)
9946              Message-ID: <9866.194.109.0.185.1155119022.squirrel@webmail.xs4all.nl>
9947      Branch: perl
9948            + lib/Module/Load.pm lib/Module/Load/t/01_Module-Load.t
9949            + lib/Module/Load/t/to_load/LoadIt.pm
9950            + lib/Module/Load/t/to_load/LoadMe.pl
9951            + lib/Module/Load/t/to_load/Must/Be/Loaded.pm
9952            + lib/Module/Load/t/to_load/TestModule.pm
9953            + lib/Module/Load/t/to_load/ToBeLoaded
9954            + lib/Module/Load/t/to_load/config_file
9955            ! MANIFEST
9956 ____________________________________________________________________________
9957 [ 28694] By: steveh                                on 2006/08/11  12:49:00
9958         Log: Close file before unlinking (on Win32 at least!)
9959      Branch: perl
9960            ! t/op/stat.t
9961 ____________________________________________________________________________
9962 [ 28693] By: rgs                                   on 2006/08/10  16:46:07
9963         Log: Subject: [PATCH] Re: Smoke [5.9.4] 28683 FAIL(F) Solaris 2.11 (i386/1 cpu)
9964              From: Andrew Dougherty <doughera@lafayette.edu>
9965              Date: Thu, 10 Aug 2006 12:37:39 -0400 (EDT)
9966              Message-ID: <Pine.LNX.4.62.0608101230260.12531@fractal.phys.lafayette.edu>
9967      Branch: perl
9968            ! lib/open.t
9969 ____________________________________________________________________________
9970 [ 28692] By: rgs                                   on 2006/08/10  14:27:44
9971         Log: Update Changes
9972      Branch: perl
9973            ! Changes
9974 ____________________________________________________________________________
9975 [ 28691] By: rgs                                   on 2006/08/10  13:17:51
9976         Log: Some updates to the cross-compilation config script
9977      Branch: perl
9978            ! Cross/config.sh-arm-linux
9979 ____________________________________________________________________________
9980 [ 28690] By: rgs                                   on 2006/08/10  09:46:34
9981         Log: lstat on *GLOB{IO} with warnings on would segfault
9982              (noticed by Andrew Dougherty)
9983      Branch: perl
9984            ! pp_sys.c
9985 ____________________________________________________________________________
9986 [ 28689] By: rgs                                   on 2006/08/10  08:23:31
9987         Log: Subject: [PATCH] g++: gethostbyaddr, and more Tru64 defines
9988              From: Jarkko Hietaniemi <jhi@iki.fi>
9989              Date: Thu, 10 Aug 2006 09:00:44 +0300
9990              Message-ID: <44DACB8C.1080708@iki.fi>
9991      Branch: perl
9992            ! hints/dec_osf.sh pp_sys.c
9993 ____________________________________________________________________________
9994 [ 28688] By: rgs                                   on 2006/08/10  08:22:01
9995         Log: Subject: [PATCH] doio.c: vararg NULLs must be cast right
9996              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
9997              Date: Thu, 10 Aug 2006 08:35:53 +0300 (EEST)
9998              Message-Id: <200608100535.k7A5Zr2Z156515@kosh.hut.fi>
9999      Branch: perl
10000            ! doio.c
10001 ____________________________________________________________________________
10002 [ 28687] By: rgs                                   on 2006/08/10  08:14:46
10003         Log: Upgrade to version.pm 0.67
10004      Branch: perl
10005            ! lib/version.pm lib/version.pod lib/version.t
10006 ____________________________________________________________________________
10007 [ 28686] By: stevep                                on 2006/08/09  21:54:08
10008         Log: A couple const's and a cast to get Sun CC to compile these files.
10009              Perl, however, still will not build with the Sun CC.  
10010      Branch: perl
10011            ! op.c pp_sort.c toke.c
10012 ____________________________________________________________________________
10013 [ 28685] By: stevep                                on 2006/08/09  19:45:06
10014         Log: Fix comment nit in config.h
10015      Branch: perl
10016            ! config_h.SH
10017 ____________________________________________________________________________
10018 [ 28684] By: rgs                                   on 2006/08/09  15:46:55
10019         Log: Subject: Re: [perl #37731] junk and uninit'ed values in tied scalars
10020              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10021              Date: Mon, 28 Nov 2005 01:26:31 -0800
10022              Message-ID: <20051128092605.GA2328@efn.org>
10023              
10024              plus a regression test
10025      Branch: perl
10026            ! sv.c t/op/tie.t
10027 ____________________________________________________________________________
10028 [ 28683] By: rgs                                   on 2006/08/09  12:43:19
10029         Log: Subject: PATCH: Sync Time::Local in blead to 1.13 on CPAN
10030              From: Dave Rolsky <autarch@urth.org>
10031              Date: Wed, 9 Aug 2006 04:38:28 -0500 (CDT)
10032              Message-ID: <Pine.LNX.4.64.0608090422450.8735@urth.org>
10033      Branch: perl
10034            ! lib/Time/Local.pm lib/Time/Local.t
10035 ____________________________________________________________________________
10036 [ 28682] By: rgs                                   on 2006/08/09  09:58:52
10037         Log: Add OS-specific core modules in Module::CoreList for 5.8.[78] and 5.9.[23]
10038      Branch: perl
10039            ! lib/Module/CoreList.pm
10040 ____________________________________________________________________________
10041 [ 28681] By: rgs                                   on 2006/08/09  09:52:38
10042         Log: Add OS-specific modules in Module::Corelist generation script
10043              (hinted by Steve Hay)
10044      Branch: perl
10045            ! Porting/corelist.pl
10046 ____________________________________________________________________________
10047 [ 28680] By: rgs                                   on 2006/08/09  09:42:34
10048         Log: Fix data for 5.9.2, 5.9.3, 5.8.7 and 5.8.8
10049      Branch: perl
10050            ! lib/Module/CoreList.pm
10051 ____________________________________________________________________________
10052 [ 28679] By: rgs                                   on 2006/08/09  09:23:02
10053         Log: More fixes in the Module::Corelist data generation process
10054      Branch: perl
10055            ! Porting/corelist.pl
10056 ____________________________________________________________________________
10057 [ 28678] By: rgs                                   on 2006/08/09  09:01:25
10058         Log: Really submit previous change
10059      Branch: perl
10060            ! Porting/corelist.pl
10061 ____________________________________________________________________________
10062 [ 28677] By: rgs                                   on 2006/08/09  08:34:42
10063         Log: Several fixes in Porting/corelist.pl
10064              - make it run with 5.8.x perls
10065              - make it handle new modules layout in bleadperl
10066      Branch: perl
10067            ! Porting/corelist.pl
10068 ____________________________________________________________________________
10069 [ 28676] By: rgs                                   on 2006/08/08  09:39:35
10070         Log: Subject: [PATCH] Small precision about $SIG{__WARN__}
10071              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
10072              Date: Tue, 08 Aug 2006 11:17:58 +0200
10073              Message-ID: <1155028678.44d856c64fa0d@imp6-g19.free.fr>
10074      Branch: perl
10075            ! pod/perlvar.pod
10076 ____________________________________________________________________________
10077 [ 28675] By: rgs                                   on 2006/08/08  09:22:27
10078         Log: Simplification in Perl_magic_clearsig, plus a fix similar and
10079              symmetrical to the one implemented in change #28669.
10080      Branch: perl
10081            ! mg.c
10082 ____________________________________________________________________________
10083 [ 28674] By: stevep                                on 2006/08/08  03:55:13
10084         Log: Subject: [PATCH] g++ stage 1 reached
10085              From: Jarkko Hietaniemi <jhi@iki.fi>
10086              Date: Tue, 08 Aug 2006 00:02:35 +0300
10087              Message-ID: <44D7AA6B.4040802@iki.fi>
10088      Branch: perl
10089            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
10090            ! Porting/config_H cflags.SH config_h.SH configure.com deb.c
10091            ! dump.c epoc/config.sh gv.c mathoms.c mg.c op.c opcode.h
10092            ! plan9/config.plan9 plan9/config_h.sample symbian/config.sh
10093            ! uconfig.h uconfig.sh win32/config.bc win32/config.ce
10094            ! win32/config.gc win32/config.vc win32/config.vc64
10095            ! win32/config_H.bc win32/config_H.ce win32/config_H.gc
10096            ! win32/config_H.vc win32/config_H.vc64
10097 ____________________________________________________________________________
10098 [ 28673] By: stevep                                on 2006/08/07  19:54:51
10099         Log: Upgrade to Module-Build-0.2805
10100      Branch: perl
10101            ! lib/Module/Build.pm lib/Module/Build/API.pod
10102            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
10103            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
10104            ! lib/Module/Build/Platform/MacOS.pm lib/Module/Build/Version.pm
10105            ! lib/Module/Build/t/moduleinfo.t
10106 ____________________________________________________________________________
10107 [ 28672] By: stevep                                on 2006/08/07  19:37:28
10108         Log: Upgrade to Digest-SHA-5.43
10109      Branch: perl
10110            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
10111            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
10112            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
10113            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
10114            ! ext/Digest/SHA/src/sha64bit.c
10115 ____________________________________________________________________________
10116 [ 28671] By: steveh                                on 2006/08/07  16:58:16
10117         Log: Subject: Define PERL_NO_DEV_RANDOM on Windows
10118              From: "Davies, Alex" <adavies@ptc.com>
10119              Date: Thu, 3 Aug 2006 13:31:14 -0400
10120              Message-ID: <A69AA663CE9BBC44AE1DA72483DE15DE04622D66@HQ-MAIL3.ptcnet.ptc.com>
10121              
10122              This stops perl from trying to read C:\dev\urandom on Windows
10123      Branch: perl
10124            ! dosish.h
10125 ____________________________________________________________________________
10126 [ 28670] By: steveh                                on 2006/08/07  16:21:40
10127         Log: Fixups for test failures caused by #28667 and #28668
10128      Branch: perl
10129            ! ext/B/B/Assembler.pm ext/B/t/assembler.t
10130 ____________________________________________________________________________
10131 [ 28669] By: rgs                                   on 2006/08/07  14:10:15
10132         Log: We shouldn't try to decrement the refcount of PL_warnhook
10133              if it has been set to PERL_WARNHOOK_FATAL.
10134      Branch: perl
10135            ! mg.c
10136 ____________________________________________________________________________
10137 [ 28668] By: steveh                                on 2006/08/07  10:24:39
10138         Log: Provide a BGET_svtype, required by #28667
10139      Branch: perl
10140            ! ext/ByteLoader/bytecode.h
10141 ____________________________________________________________________________
10142 [ 28667] By: rgs                                   on 2006/08/07  09:43:20
10143         Log: Try to reinstate the fix of change #28638 by patching bytecode.pl and
10144              not the file it generates
10145      Branch: perl
10146            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
10147 ____________________________________________________________________________
10148 [ 28666] By: rgs                                   on 2006/08/07  09:23:35
10149         Log: Restore modification in warnings.h from change 28662 by backporting it
10150              to warnings.pl
10151      Branch: perl
10152            ! warnings.h warnings.pl
10153 ____________________________________________________________________________
10154 [ 28665] By: rgs                                   on 2006/08/07  09:13:42
10155         Log: Subject: [PATCH] File::Basename add X<> tags, replace regex delimiters
10156              From: "Gabor Szabo" <szabgab@gmail.com>
10157              Date: Sat, 5 Aug 2006 23:00:14 +0300
10158              Message-ID: <d8a74af10608051300m4a1ebd93j491889b9b4e8523d@mail.gmail.com>
10159      Branch: perl
10160            ! lib/File/Basename.pm
10161 ____________________________________________________________________________
10162 [ 28664] By: rgs                                   on 2006/08/07  08:28:50
10163         Log: Subject: [PATCH] adding X<> to perlvar
10164              From: "Gabor Szabo" <szabgab@gmail.com>
10165              Date: Sun, 6 Aug 2006 13:59:28 +0300
10166              Message-ID: <d8a74af10608060359g7d4726dalf947f051a51c10e@mail.gmail.com>
10167      Branch: perl
10168            ! pod/perlvar.pod
10169 ____________________________________________________________________________
10170 [ 28663] By: rgs                                   on 2006/08/07  08:23:13
10171         Log: Regenerate files after previous change
10172      Branch: perl
10173            ! ext/ByteLoader/byterun.c warnings.h
10174 ____________________________________________________________________________
10175 [ 28662] By: rgs                                   on 2006/08/07  08:15:39
10176         Log: Subject: [PATCH] g++ large patch
10177              From: Jarkko Hietaniemi <jhi@iki.fi>
10178              Date: Fri, 04 Aug 2006 08:58:27 +0300
10179              Message-ID: <44D2E203.5050201@iki.fi>
10180      Branch: perl
10181            ! cflags.SH deb.c dump.c embed.fnc embed.h gv.c hv.c mathoms.c
10182            ! mg.c op.c perl.h perlio.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
10183            ! proto.h regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
10184            ! warnings.h
10185 ____________________________________________________________________________
10186 [ 28661] By: rgs                                   on 2006/08/05  15:46:34
10187         Log: Subject: [PATCH] perlfunc.pod - unite gmtime and localtime
10188              From: "Gabor Szabo" <szabgab@gmail.com>
10189              Date: Thu, 27 Jul 2006 09:25:02 +0300
10190              Message-ID: <d8a74af10607262325n472b424cr78c9591c31ffe190@mail.gmail.com>
10191      Branch: perl
10192            ! pod/perlfunc.pod
10193 ____________________________________________________________________________
10194 [ 28660] By: rgs                                   on 2006/08/05  15:28:39
10195         Log: Subject: [PATCH] add more X<> tags to perlfunc
10196              From: "Gabor Szabo" <szabgab@gmail.com>
10197              Date: Thu, 27 Jul 2006 00:27:06 +0300
10198              Message-ID: <d8a74af10607261427g142f0c6bge6f77c2f5e59da40@mail.gmail.com>
10199      Branch: perl
10200            ! pod/perlfunc.pod
10201 ____________________________________________________________________________
10202 [ 28659] By: rgs                                   on 2006/08/05  15:22:18
10203         Log: Subject: [PATCH] File::Copy pod updated adding X<>
10204              From: "Gabor Szabo" <szabgab@gmail.com>
10205              Date: Tue, 1 Aug 2006 08:55:37 +0200
10206              Message-ID: <d8a74af10607312355t7f3fed91g1459cb74b9b50fcd@mail.gmail.com>
10207      Branch: perl
10208            ! lib/File/Copy.pm
10209 ____________________________________________________________________________
10210 [ 28658] By: stevep                                on 2006/08/04  16:42:54
10211         Log: Sorting the MANIFEST
10212      Branch: perl
10213            ! MANIFEST
10214 ____________________________________________________________________________
10215 [ 28657] By: rgs                                   on 2006/08/04  09:45:37
10216         Log: Subject: [PATCH blead] Re: [perl #39882] inconsistent list slice behaviour
10217              From: Rick Delaney <rick@bort.ca>
10218              Date: Thu, 3 Aug 2006 21:48:07 -0400
10219              Message-ID: <20060804014807.GW21381@localhost.localdomain>
10220      Branch: perl
10221            ! pp.c t/op/list.t
10222 ____________________________________________________________________________
10223 [ 28656] By: rgs                                   on 2006/08/04  09:20:31
10224         Log: Subject: [PATCH blead] Re: [perl #40055] B::Deparse double do
10225              From: Rick Delaney <rick@bort.ca>
10226              Date: Thu, 3 Aug 2006 17:30:06 -0400
10227              Message-ID: <20060803213006.GU21381@localhost.localdomain>
10228      Branch: perl
10229            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
10230 ____________________________________________________________________________
10231 [ 28655] By: stevep                                on 2006/08/03  20:18:28
10232         Log: Subject: [PATCH] Tru64 oops
10233              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10234              Date: Thu, 3 Aug 2006 22:59:37 +0300 (EEST)
10235              Message-Id: <200608031959.k73JxbsC395856@kosh.hut.fi>
10236      Branch: perl
10237            ! pp_sys.c
10238 ____________________________________________________________________________
10239 [ 28654] By: rgs                                   on 2006/08/03  08:15:51
10240         Log: Subject: [PATCH] more g++ in Tru64
10241              From: Jarkko Hietaniemi <jhi@iki.fi>
10242              Date: Thu, 03 Aug 2006 09:04:45 +0300
10243              Message-ID: <44D191FD.9030902@iki.fi>
10244      Branch: perl
10245            ! hints/dec_osf.sh perlio.c pp_sys.c
10246 ____________________________________________________________________________
10247 [ 28653] By: stevep                                on 2006/08/02  17:47:34
10248         Log: Upgrade to Archive-Tar-1.30.  Since change #27571 is not included,
10249              the bleadperl version is bumped to 1.30_01.
10250      Branch: perl
10251            ! lib/Archive/Tar.pm
10252 ____________________________________________________________________________
10253 [ 28652] By: rgs                                   on 2006/08/02  13:11:25
10254         Log: Cross-compilation makefile fails to copy Config_heavy.pl
10255              (noticed by Alexandre Jousset <mid@gtmp.org>)
10256      Branch: perl
10257            ! Cross/Makefile
10258 ____________________________________________________________________________
10259 [ 28651] By: merijn                                on 2006/08/02  11:21:30
10260         Log: Subject: [PATCH] g++ heavy shoveling
10261              From: Jarkko Hietaniemi <jhi@iki.fi>
10262              Date: Wed, 02 Aug 2006 00:04:42 +0300
10263              Message-ID: <44CFC1EA.2050702@iki.fi>
10264      Branch: perl
10265            ! Configure
10266 ____________________________________________________________________________
10267 [ 28649] By: rgs                                   on 2006/08/02  09:49:10
10268         Log: Subject: [PATCH blead] Re: [perl #39733] $AUTOLOAD is never tainted
10269              From: Rick Delaney <rick@bort.ca>
10270              Date: Sun, 9 Jul 2006 15:01:50 -0400
10271              Message-ID: <20060709190150.GA1922@localhost.localdomain>
10272              
10273              Plus a note in perldelta
10274      Branch: perl
10275            ! gv.c pod/perl594delta.pod t/op/taint.t
10276 ____________________________________________________________________________
10277 [ 28645] By: stevep                                on 2006/08/02  03:11:51
10278         Log: Subject: [PATCH] g++ heavy shoveling
10279              From: Jarkko Hietaniemi <jhi@iki.fi>
10280              Date: Wed, 02 Aug 2006 00:04:42 +0300
10281              Message-ID: <44CFC1EA.2050702@iki.fi>
10282      Branch: perl
10283            ! cflags.SH hints/linux.sh perl.h
10284 ____________________________________________________________________________
10285 [ 28644] By: rgs                                   on 2006/08/01  16:47:01
10286         Log: Subject: Re: New perltrap?
10287              From: Rick Delaney <rick@bort.ca>
10288              Date: Tue, 1 Aug 2006 08:43:36 -0400
10289              Message-ID: <20060801124336.GM21381@localhost.localdomain>
10290      Branch: perl
10291            ! pod/perlsec.pod
10292 ____________________________________________________________________________
10293 [ 28643] By: steveh                                on 2006/08/01  16:17:47
10294         Log: Silence a couple of Borland compiler warnings
10295      Branch: perl
10296            ! cop.h regexec.c win32/win32.h
10297 ____________________________________________________________________________
10298 [ 28642] By: rgs                                   on 2006/08/01  16:11:24
10299         Log: Subject: [PATCH] threads 1.38
10300              From: "Jerry D. Hedden" <jerry@hedden.us>
10301              Date: Tue, 01 Aug 2006 08:58:52 -0700
10302              Message-ID: <20060801085852.fb30e530d17747c2b054d625b8945d88.ad7fb0a136.wbe@email.secureserver.net>
10303      Branch: perl
10304            ! ext/threads/Changes ext/threads/README ext/threads/t/free.t
10305            ! ext/threads/t/free2.t ext/threads/t/thread.t
10306            ! ext/threads/threads.pm ext/threads/threads.xs
10307 ____________________________________________________________________________
10308 [ 28641] By: rgs                                   on 2006/08/01  15:11:15
10309         Log: Bump version of Module::CoreList
10310      Branch: perl
10311            ! lib/Module/CoreList.pm
10312 ____________________________________________________________________________
10313 [ 28640] By: rgs                                   on 2006/08/01  14:59:36
10314         Log: Patch by Marius Feraru <altblue@n0i.net> to handle dotted perl versions
10315              in the corelist utility, and to add an easy way to determine what was
10316              some module's version bundled with a specified Perl release.
10317      Branch: perl
10318            ! lib/Module/CoreList/bin/corelist
10319 ____________________________________________________________________________
10320 [ 28639] By: merijn                                on 2006/08/01  12:13:53
10321         Log: Subject: [PATCH] g++ dNOOP (luckily one can mix code and decls in C++)
10322              Somewhat modifies as per Steve Hay's comment
10323              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10324              Date: Tue, 1 Aug 2006 08:46:15 +0300 (EEST)
10325              Message-Id: <200608010546.k715kEdP017064@kosh.hut.fi>
10326      Branch: perl
10327            ! perl.h
10328 ____________________________________________________________________________
10329 [ 28638] By: steveh                                on 2006/08/01  11:20:47
10330         Log: Silence the VC7 compiler warning in the following smoke:
10331              http://www.nntp.perl.org/group/perl.daily-build.reports/39824
10332      Branch: perl
10333            ! ext/ByteLoader/byterun.c
10334 ____________________________________________________________________________
10335 [ 28637] By: merijn                                on 2006/08/01  08:44:58
10336         Log: ANSI-C headers in test snippets to please g++ (and the rest)
10337              Subject: [PATCH]  (back) towards g++ compilation (in Tru64, and elsewhere)
10338              From: Jarkko Hietaniemi <jhi@iki.fi>
10339              Date: Mon, 31 Jul 2006 23:44:55 +0300
10340              Message-ID: <44CE6BC7.8060805@iki.fi>
10341      Branch: perl
10342            ! Configure
10343 ____________________________________________________________________________
10344 [ 28635] By: steveh                                on 2006/08/01  08:10:07
10345         Log: Subject: [PATCH] op/stat.t: SKIP count fix in case of no dirfd()
10346              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10347              Date: Tue, 1 Aug 2006 08:04:26 +0300 (EEST)
10348              Message-Id: <200608010504.k7154QT3178692@kosh.hut.fi>
10349      Branch: perl
10350            ! t/op/stat.t
10351 ____________________________________________________________________________
10352 [ 28634] By: stevep                                on 2006/08/01  00:17:19
10353         Log: Subject: [PATCH] solution(?) to the "warning: comparison is always false dueto limited range of data type" with New*()
10354              From: Jarkko Hietaniemi <jhi@iki.fi>
10355              Date: Fri, 28 Jul 2006 09:00:28 +0300
10356              Message-ID: <44C9A7FC.1060801@iki.fi>
10357      Branch: perl
10358            ! handy.h
10359 ____________________________________________________________________________
10360 [ 28633] By: stevep                                on 2006/08/01  00:10:06
10361         Log: Subject: [PATCH] (back) towards g++ compilation (in Tru64, and elsewhere)
10362              From: Jarkko Hietaniemi <jhi@iki.fi>
10363              Date: Mon, 31 Jul 2006 23:44:55 +0300
10364              Message-ID: <44CE6BC7.8060805@iki.fi>
10365              
10366              Just the hints/dec_osf.sh changes from this set of patches.
10367      Branch: perl
10368            ! hints/dec_osf.sh
10369 ____________________________________________________________________________
10370 [ 28632] By: stevep                                on 2006/07/30  17:03:10
10371         Log: Tests to go with change #28628.
10372      Branch: perl
10373            ! t/op/stat.t
10374 ____________________________________________________________________________
10375 [ 28631] By: stevep                                on 2006/07/30  16:20:58
10376         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.87_55.tar.gz
10377              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
10378              Date: Sat, 29 Jul 2006 22:06:31 +0200
10379              Message-ID: <877j1w2n20.fsf@k75.linux.bogus>
10380      Branch: perl
10381            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
10382            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
10383 ____________________________________________________________________________
10384 [ 28630] By: steveh                                on 2006/07/28  16:37:48
10385         Log: Remove a (UINT) cast to silence a VC6 compiler warning
10386              (this was added by #27352, but Digest-SHA-5.37 changed the
10387              loop variable to be signed so the cast now needs to go).
10388              Also bump the VERSION since #27482 has not yet been applied
10389              to the CPAN version.
10390      Branch: perl
10391            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
10392 ____________________________________________________________________________
10393 [ 28629] By: merijn                                on 2006/07/28  08:04:01
10394         Log: Subject: [PATCH] z/OS: an easy test nit
10395              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10396              Date: Thu, 27 Jul 2006 20:00:02 +0300 (EEST)
10397              Message-Id: <200607271700.k6RH02V1355005@kosh.hut.fi>
10398      Branch: perl
10399            ! ext/PerlIO/t/encoding.t
10400 ____________________________________________________________________________
10401 [ 28628] By: stevep                                on 2006/07/28  00:42:04
10402         Log: Change stat() and -X filetests so that they treat *FILE{IO} 
10403              filehandles like *FILE filehandles.  This resolves RT #8244.
10404      Branch: perl
10405            ! doio.c pp_sys.c
10406 ____________________________________________________________________________
10407 [ 28627] By: stevep                                on 2006/07/27  21:17:10
10408         Log: Upgrade to Digest-SHA-5.42
10409      Branch: perl
10410            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
10411            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
10412            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
10413            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
10414            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/2-nist-sha-oo.t
10415            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
10416            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
10417            ! ext/Digest/SHA/t/3-gillogly-hard.t
10418            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
10419 ____________________________________________________________________________
10420 [ 28626] By: steveh                                on 2006/07/27  16:25:41
10421         Log: Clear up most of the VC6 compiler warnings in the following smoke:
10422              http://www.nntp.perl.org/group/perl.daily-build.reports/39733
10423      Branch: perl
10424            ! doio.c ext/B/B.xs ext/XS/APItest/APItest.xs hv.c op.c pp.c
10425            ! pp_pack.c utf8.c
10426 ____________________________________________________________________________
10427 [ 28625] By: merijn                                on 2006/07/27  15:33:07
10428         Log: #7217: config.h comments for HAS_POLL incorrect
10429              http://rt.perl.org/rt3/Ticket/Display.html?id=7217
10430              Date: Mon, 2 Jul 2001 14:58:27 -0700
10431              From: David Dyck <dcd@tc.fluke.com>
10432              Subject: config.h comments for HAS_POLL incorrect
10433      Branch: perl
10434            ! config_h.SH
10435 ____________________________________________________________________________
10436 [ 28623] By: craigb                                on 2006/07/27  13:54:55
10437         Log: Subject: Re: Silence/fix more warnings from the regex engine
10438              From: demerphq <demerphq@gmail.com>
10439              Date: Tue, 18 Jul 2006 21:57:15 +0200
10440              Message-ID: <9b18b3110607181257l28cc424aj1de28ebfc4c196d7@mail.gmail.com>
10441              
10442              REGCP_SET should only set a value, not check the previous value of its arg
10443      Branch: perl
10444            ! regexec.c
10445 ____________________________________________________________________________
10446 [ 28622] By: stevep                                on 2006/07/27  11:00:18
10447         Log: Subject: [perl #39835] Patch for perlipc.pod to update TCP server example wrt safe signals and accept()
10448              From: Andy Wardley (via RT) <perlbug-followup@perl.org>
10449              Date: Fri, 14 Jul 2006 10:11:44 -0700      
10450              Message-ID: <rt-3.6.HEAD-20371-1152897103-1865.39835-75-0@perl.org>
10451      Branch: perl
10452            ! pod/perlipc.pod
10453 ____________________________________________________________________________
10454 [ 28621] By: rgs                                   on 2006/07/26  20:36:19
10455         Log: Some notes in perl594delta.
10456      Branch: perl
10457            ! pod/perl594delta.pod
10458 ____________________________________________________________________________
10459 [ 28620] By: rgs                                   on 2006/07/26  20:32:08
10460         Log: Subject: interpolation of @- (and @+) in patterns ([perl #27940] comes back)
10461              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10462              Date: Tue, 25 Jul 2006 00:15:50 +0900
10463              Message-Id: <20060725001517.3C5D.BQW10602@nifty.com>
10464      Branch: perl
10465            ! pod/perlop.pod t/op/pat.t t/op/subst.t t/op/tr.t toke.c
10466 ____________________________________________________________________________
10467 [ 28619] By: stevep                                on 2006/07/26  13:54:28
10468         Log: Added tests from CGI.pm that had not been integrated into core.
10469      Branch: perl
10470            + lib/CGI/t/start_end_asterisk.t lib/CGI/t/start_end_end.t
10471            + lib/CGI/t/start_end_start.t
10472            ! MANIFEST
10473 ____________________________________________________________________________
10474 [ 28618] By: rgs                                   on 2006/07/26  06:41:56
10475         Log: Add a few links to standard modules in perlfunc, by Gabor Szabo.
10476      Branch: perl
10477            ! pod/perlfunc.pod
10478 ____________________________________________________________________________
10479 [ 28617] By: stevep                                on 2006/07/26  01:59:06
10480         Log: Subject: [PATCH] Re: [ID 20000816.012] *foo = *_ is broken
10481              From: Mike Guy <mjtg@cam.ac.uk>
10482              Date: Thu, 17 Aug 2000 16:26:56 +0100
10483              Message-Id: <E13PRZI-0007Ge-00@libra.cus.cam.ac.uk>
10484              
10485              Only part regarding @ARG missing from the documentation was applied.
10486      Branch: perl
10487            ! pod/perlvar.pod
10488 ____________________________________________________________________________
10489 [ 28616] By: mhx                                   on 2006/07/25  18:54:08
10490         Log: Upgrade to Devel::PPPort 3.09_02
10491      Branch: perl
10492            + ext/Devel/PPPort/parts/inc/strlfuncs
10493            + ext/Devel/PPPort/t/strlfuncs.t
10494            ! MANIFEST ext/Devel/PPPort/Changes
10495            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
10496            ! ext/Devel/PPPort/parts/apicheck.pl
10497            ! ext/Devel/PPPort/parts/base/5009004
10498            ! ext/Devel/PPPort/parts/embed.fnc
10499            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
10500 ____________________________________________________________________________
10501 [ 28615] By: mhx                                   on 2006/07/25  18:42:26
10502         Log: Very recent development versions of gcc (4.2.0 20060715) seem
10503              to have switched from '<command line>' to '<command-line>'.
10504      Branch: perl
10505            ! makedepend.SH
10506 ____________________________________________________________________________
10507 [ 28614] By: stevep                                on 2006/07/24  17:30:38
10508         Log: Replace some sprintf()'s in Data::Dumper with my_snprintf()'s
10509      Branch: perl
10510            ! ext/Data/Dumper/Dumper.xs mkppport.lst
10511 ____________________________________________________________________________
10512 [ 28613] By: rgs                                   on 2006/07/23  20:32:33
10513         Log: Revert change 28603: this was a wrong fix, that didn't prevent
10514              a later crash. Reindent a bit of the same function.
10515      Branch: perl
10516            ! pp_hot.c
10517 ____________________________________________________________________________
10518 [ 28612] By: rgs                                   on 2006/07/23  19:59:55
10519         Log: Subject: [PATCH document] perlop: parsing quoted constructs 
10520              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10521              Date: Sun, 16 Jul 2006 20:06:33 +0900
10522              Message-Id: <20060716200218.2CE6.BQW10602@nifty.com>
10523      Branch: perl
10524            ! pod/perlop.pod
10525 ____________________________________________________________________________
10526 [ 28611] By: stevep                                on 2006/07/23  13:46:05
10527         Log: The rest of the changes for Sys-Syslog-0.17 which my new patch no
10528              longer automatically "p4 edits" for me.
10529      Branch: perl
10530            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
10531            ! ext/Sys/Syslog/README ext/Sys/Syslog/t/syslog.t
10532 ____________________________________________________________________________
10533 [ 28610] By: stevep                                on 2006/07/23  13:42:55
10534         Log: Upgrade to Sys-Syslog-0.17
10535      Branch: perl
10536            ! ext/Sys/Syslog/Syslog.pm
10537 ____________________________________________________________________________
10538 [ 28609] By: stevep                                on 2006/07/23  13:20:07
10539         Log: Subject: [PATCH] Tru64: if cc given both -O and -g, -g must be -g3
10540              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10541              Date: Sun, 23 Jul 2006 10:18:11 +0300 (EEST)
10542              Message-Id: <200607230718.k6N7IB4u009170@kosh.hut.fi>
10543      Branch: perl
10544            ! hints/dec_osf.sh
10545 ____________________________________________________________________________
10546 [ 28608] By: rgs                                   on 2006/07/23  13:17:48
10547         Log: Revert part of last change, that was causing utf8 test failures
10548      Branch: perl
10549            ! toke.c
10550 ____________________________________________________________________________
10551 [ 28607] By: rgs                                   on 2006/07/23  13:04:10
10552         Log: Subject: [PATCH] z/OS: pp_sys.c, reg*.c, toke.c, utf8.c
10553              From: Jarkko Hietaniemi <jhi@iki.fi>
10554              Date: Sat, 22 Jul 2006 18:51:48 +0300
10555              Message-ID: <44C24994.6020008@iki.fi>
10556      Branch: perl
10557            ! pp_sys.c regcomp.c regexec.c toke.c utf8.c
10558 ____________________________________________________________________________
10559 [ 28606] By: rgs                                   on 2006/07/23  12:51:02
10560         Log: Add another volatile modifier to protect against longjmp clobbering
10561      Branch: perl
10562            ! op.c
10563 ____________________________________________________________________________
10564 [ 28605] By: mhx                                   on 2006/07/21  17:56:39
10565         Log: Upgrade to Devel::PPPort 3.09_01
10566      Branch: perl
10567            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
10568            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
10569            ! ext/Devel/PPPort/mktests.PL ext/Devel/PPPort/parts/ppptools.pl
10570            ! ext/Devel/PPPort/soak
10571 ____________________________________________________________________________
10572 [ 28604] By: rgs                                   on 2006/07/21  15:27:20
10573         Log: More tweaks to threads 1.37, by Jerry D. Hedden
10574      Branch: perl
10575            ! ext/threads/Changes ext/threads/t/exit.t
10576            ! ext/threads/t/thread.t ext/threads/threads.pm
10577            ! ext/threads/threads.xs
10578 ____________________________________________________________________________
10579 [ 28603] By: rgs                                   on 2006/07/20  22:03:59
10580         Log: In pp_entersub, accept to handle a CV with a NULL padlist.
10581              This fixes a crash with mod_perl 1.29.
10582      Branch: perl
10583            ! pp_hot.c
10584 ____________________________________________________________________________
10585 [ 28602] By: rgs                                   on 2006/07/20  21:36:25
10586         Log: Upgrade to threads 1.37, by Jerry D. Hedden
10587      Branch: perl
10588            ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
10589            ! ext/threads/t/thread.t ext/threads/threads.pm
10590            ! ext/threads/threads.xs
10591 ____________________________________________________________________________
10592 [ 28601] By: rgs                                   on 2006/07/19  21:34:05
10593         Log: Band-aid for segfault in ext/threads/t/blocks.t on SMP machines
10594      Branch: perl
10595            ! pp_hot.c
10596 ____________________________________________________________________________
10597 [ 28600] By: stevep                                on 2006/07/19  14:59:24
10598         Log: Subject: [perl #39876] Time::gmtime 1.02 examples patch
10599              From: Alexandr Ciornii (via RT) <perlbug-followup@perl.org>
10600              Date: Wed, 19 Jul 2006 05:46:36 -0700
10601              Message-ID: <rt-3.6.HEAD-25412-1153313196-897.39876-75-0@perl.org>
10602              
10603              Pod fixes for Time::gmtime.pm
10604      Branch: perl
10605            ! lib/Time/gmtime.pm
10606 ____________________________________________________________________________
10607 [ 28599] By: rgs                                   on 2006/07/18  21:43:52
10608         Log: Subject: [PATCH] make magic vtables const if PERL_GLOBAL_STRUCT_PRIVATE
10609              From: Jarkko Hietaniemi <jhi@iki.fi>
10610              Date: Mon, 17 Jul 2006 09:09:24 +0300
10611              Message-ID: <44BB2994.5090609@iki.fi>
10612      Branch: perl
10613            ! perl.h pod/perlguts.pod pod/perlhack.pod
10614 ____________________________________________________________________________
10615 [ 28598] By: rgs                                   on 2006/07/18  21:02:39
10616         Log: Subject: [PATCH] [Fwd: Smoke [5.9.4] 28575 FAIL(XF) OSF1 V5.1 (EV6/4 cpu)]
10617              From: "Jerry D. Hedden" <jerry@hedden.us>
10618              Date: Mon, 17 Jul 2006 05:00:01 -0700
10619              Message-ID: <20060717050001.fb30e530d17747c2b054d625b8945d88.b729fe881f.wbe@email.secureserver.net>
10620      Branch: perl
10621            ! ext/threads/t/basic.t ext/threads/t/free.t
10622 ____________________________________________________________________________
10623 [ 28597] By: steveh                                on 2006/07/18  12:11:36
10624         Log: Fix Borland problem with quoted pre-processor macros in response files
10625              
10626              This should clear up the errors from Module/Build/t/ppm.t and
10627              Module/Build/t/xs.t in the Borland smokes.
10628              
10629              Subject: Re: Smoke [5.9.4] 27656 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10630              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
10631              Date: Thu, 06 Apr 2006 22:33:04 -0400
10632              Message-ID: <4435CF60.1000707@thepierianspring.org>
10633              
10634              See the thread here for details:
10635              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00027.html
10636      Branch: perl
10637            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
10638 ____________________________________________________________________________
10639 [ 28596] By: stevep                                on 2006/07/18  03:10:51
10640         Log: Additional reason for ssh passphrase failures.
10641      Branch: perl
10642            ! Porting/repository.pod
10643 ____________________________________________________________________________
10644 [ 28595] By: rgs                                   on 2006/07/17  21:11:52
10645         Log: Remove the C89 checking with gcc
10646              (but leave a note in perlhack)
10647      Branch: perl
10648            ! cflags.SH pod/perlhack.pod
10649 ____________________________________________________________________________
10650 [ 28594] By: steveh                                on 2006/07/17  14:32:19
10651         Log: Subject: Silence system warning during tests (only on win32 for now)
10652              From: demerphq <demerphq@gmail.com>
10653              Date: Sat, 15 Jul 2006 18:21:15 +0200
10654              Message-ID: <9b18b3110607150921p33be8e87wd51b2fd317a81587@mail.gmail.com>
10655      Branch: perl
10656            ! t/comp/opsubs.t
10657 ____________________________________________________________________________
10658 [ 28593] By: steveh                                on 2006/07/17  14:23:59
10659         Log: Avoid an error that VC++'s resource compiler seems to have
10660              with a reference to "perly.y" in "perly.h"
10661              
10662              See the thread here for details:
10663              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-07/msg00460.html
10664      Branch: perl
10665            ! perly.h regen_perly.pl
10666 ____________________________________________________________________________
10667 [ 28592] By: merijn                                on 2006/07/17  06:51:54
10668         Log: Cygwin doesn't cope (yet) with gcc flags -std=c89
10669      Branch: perl
10670            ! cflags.SH
10671 ____________________________________________________________________________
10672 [ 28591] By: rgs                                   on 2006/07/16  21:42:59
10673         Log: Check for taintedness of PERL5SHELL on Windows
10674              (bug #39832)
10675      Branch: perl
10676            ! taint.c
10677 ____________________________________________________________________________
10678 [ 28590] By: stevep                                on 2006/07/16  19:18:27
10679         Log: Subject: [PATCH] MIME::Base64 quoted-print.t: z/OS (EBCDIC)
10680              From: Jarkko Hietaniemi <jhi@iki.fi>
10681              Date: Sun, 16 Jul 2006 13:11:15 +0300
10682              Message-ID: <44BA10C3.8040007@iki.fi>
10683      Branch: perl
10684            ! ext/MIME/Base64/t/quoted-print.t
10685 ____________________________________________________________________________
10686 [ 28589] By: stevep                                on 2006/07/16  19:12:28
10687         Log: Subject: Re: Fix loads of warnings from the last escaping patch...
10688              From: demerphq <demerphq@gmail.com>
10689              Date: Sun, 16 Jul 2006 19:59:02 +0200
10690              Message-ID: <9b18b3110607161059j276ac869p450aa178150044ae@mail.gmail.com>
10691      Branch: perl
10692            ! dump.c embed.fnc ext/re/re.pm pod/perlapi.pod proto.h
10693            ! regcomp.c regcomp.h
10694 ____________________________________________________________________________
10695 [ 28588] By: stevep                                on 2006/07/16  19:06:01
10696         Log: Subject: [PATCH] perlhack: advertise Configure -Dgccansipedantic
10697              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10698              Date: Sun, 16 Jul 2006 20:27:20 +0300 (EEST)
10699              Message-Id: <200607161727.k6GHRKFk069579@kosh.hut.fi>
10700      Branch: perl
10701            ! pod/perlhack.pod
10702 ____________________________________________________________________________
10703 [ 28587] By: stevep                                on 2006/07/16  15:40:29
10704         Log: Upgrade to Module-Build-0.2803
10705      Branch: perl
10706            ! lib/Module/Build.pm lib/Module/Build/Base.pm
10707            ! lib/Module/Build/Changes
10708 ____________________________________________________________________________
10709 [ 28586] By: stevep                                on 2006/07/16  14:54:58
10710         Log: Upgrade to Test-Simple-0.64
10711      Branch: perl
10712            ! lib/Test/Builder/Tester.pm lib/Test/More.pm lib/Test/Simple.pm
10713            ! lib/Test/Simple/Changes lib/Test/Simple/t/skip.t
10714            ! lib/Test/Simple/t/tbt_01basic.t
10715            ! lib/Test/Simple/t/tbt_05faildiag.t
10716            ! lib/Test/Simple/t/tbt_06errormess.t
10717            ! lib/Test/Simple/t/tbt_07args.t
10718 ____________________________________________________________________________
10719 [ 28585] By: stevep                                on 2006/07/16  13:46:35
10720         Log: various safety/portability tweaks
10721              From: Jarkko Hietaniemi <jhi@iki.fi>
10722              Date: Sat, 15 Jul 2006 22:15:29 +0300
10723              Message-ID: <44B93ED1.7080000@iki.fi>
10724              
10725              Fix for change #28578.
10726      Branch: perl
10727            ! util.c
10728 ____________________________________________________________________________
10729 [ 28584] By: davem                                 on 2006/07/16  00:20:25
10730         Log: run regen_headerds
10731      Branch: perl
10732            ! embed.h global.sym proto.h
10733 ____________________________________________________________________________
10734 [ 28583] By: davem                                 on 2006/07/15  22:14:46
10735         Log: Subject:  [PATCH] comment update for scan_const
10736              From:  SADAHIRO Tomoyuki <bqw10602@nifty.com>
10737              Date:  Sat, 15 Jul 2006 20:16:01 +0900
10738              Message-Id:  <20060715201552.9FA5.BQW10602@nifty.com>
10739      Branch: perl
10740            ! toke.c
10741 ____________________________________________________________________________
10742 [ 28582] By: davem                                 on 2006/07/15  21:59:43
10743         Log: Subject:  Updated escaping code. utf8 regex debug output improvements
10744              From:  demerphq <demerphq@gmail.com>
10745              Date:  Sat, 15 Jul 2006 18:56:03 +0200
10746              Message-Id:  <9b18b3110607150956o6273a16clb1518911d1945d4@mail.gmail.com>
10747      Branch: perl
10748            ! dump.c embed.fnc ext/re/re.pm perl.h regcomp.c regcomp.h
10749            ! regexec.c
10750 ____________________________________________________________________________
10751 [ 28581] By: stevep                                on 2006/07/15  18:57:39
10752         Log: Adding Module::Build::Version missed in upgrade.
10753      Branch: perl
10754            + lib/Module/Build/Version.pm
10755            ! MANIFEST
10756 ____________________________________________________________________________
10757 [ 28580] By: stevep                                on 2006/07/15  15:22:35
10758         Log: Upgrade to ANSIColor-1.11
10759      Branch: perl
10760            + lib/Term/ANSIColor/t/basic.t lib/Term/ANSIColor/t/pod.t
10761            - lib/Term/ANSIColor/test.pl
10762            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
10763            ! lib/Term/ANSIColor/README
10764 ____________________________________________________________________________
10765 [ 28579] By: stevep                                on 2006/07/15  14:46:53
10766         Log: Upgrade to Module-Build-0.2802
10767      Branch: perl
10768            ! lib/Module/Build.pm lib/Module/Build/Base.pm
10769            ! lib/Module/Build/Changes lib/Module/Build/ModuleInfo.pm
10770            ! lib/Module/Build/t/moduleinfo.t
10771            ! lib/Module/Build/t/runthrough.t
10772 ____________________________________________________________________________
10773 [ 28578] By: merijn                                on 2006/07/15  11:53:36
10774         Log: Subject: [PATCH] various safety/portability tweaks
10775              From: Jarkko Hietaniemi <jhi@iki.fi>
10776              Date: Sat, 15 Jul 2006 13:14:32 +0300
10777              Message-ID: <44B8C008.4030300@iki.fi>
10778      Branch: perl
10779            ! pod/perlhack.pod pod/perltodo.pod pp_sys.c sv.c util.c
10780 ____________________________________________________________________________
10781 [ 28577] By: merijn                                on 2006/07/15  11:45:15
10782         Log: Subject: [PATCH] cflags.SH: add missing C files
10783              From: Jarkko Hietaniemi <jhi@iki.fi>
10784              Date: Sat, 15 Jul 2006 12:30:25 +0300
10785              Message-ID: <44B8B5B1.2050902@iki.fi>
10786      Branch: perl
10787            ! cflags.SH
10788 ____________________________________________________________________________
10789 [ 28576] By: merijn                                on 2006/07/15  11:41:59
10790         Log: Subject: [PATCH] Re: [PATCH] cflags.SH: add -std=c89
10791              From: Jarkko Hietaniemi <jhi@iki.fi>
10792              Date: Sat, 15 Jul 2006 12:19:45 +0300
10793              Message-ID: <44B8B331.8090009@iki.fi>
10794      Branch: perl
10795            ! cflags.SH
10796 ____________________________________________________________________________
10797 [ 28575] By: craigb                                on 2006/07/14  18:18:18
10798         Log: overload.t has same locale problem with VMS that it has with dec_osf
10799      Branch: perl
10800            ! t/uni/overload.t
10801 ____________________________________________________________________________
10802 [ 28574] By: craigb                                on 2006/07/14  18:09:40
10803         Log: Make sysconf tests handle unimplemented success indications
10804              for the benefit of Mac OS X and VMS.
10805      Branch: perl
10806            ! ext/POSIX/t/sysconf.t
10807 ____________________________________________________________________________
10808 [ 28573] By: steveh                                on 2006/07/14  14:42:57
10809         Log: Silence a compiler warning on Win32/VC++
10810              
10811              Subject: Re: Smoke [5.9.4] 28569 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
10812              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10813              Date: Fri, 14 Jul 2006 16:33:01 +0200
10814              Message-Id: <8CC2FF7E-42EE-4B28-A9D2-4FCD8C745004@mailbox.tu-berlin.de>
10815      Branch: perl
10816            ! ext/Hash/Util/FieldHash/FieldHash.xs
10817 ____________________________________________________________________________
10818 [ 28572] By: stevep                                on 2006/07/14  14:38:28
10819         Log: Skip tests for pathconf() and fpathconf() on HP-UX for 
10820              _PC_CHOWN_RESTRICTED.  The HP-UX manpage suggests not trying
10821              to do it, and that the errno will not be set on failure.
10822      Branch: perl
10823            ! ext/POSIX/t/sysconf.t
10824 ____________________________________________________________________________
10825 [ 28571] By: davem                                 on 2006/07/14  11:50:37
10826         Log: remove regex postive super-linear cache code
10827              (it wasn't actually achieving anything)
10828      Branch: perl
10829            ! regexec.c t/op/re_tests
10830 ____________________________________________________________________________
10831 [ 28570] By: merijn                                on 2006/07/14  07:03:08
10832         Log: Subject: [PATCH] -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check global? yech!)
10833              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10834              Date: Fri, 14 Jul 2006 09:34:09 +0300 (EEST)
10835              Message-Id: <200607140634.k6E6Y9Ia471707@kosh.hut.fi>
10836      Branch: perl
10837            ! hv.c sv.c
10838 ____________________________________________________________________________
10839 [ 28569] By: stevep                                on 2006/07/13  20:31:59
10840         Log: Version bumps for z/OS fixes.
10841      Branch: perl
10842            ! ext/Encode/Encode.pm ext/MIME/Base64/Base64.pm
10843            ! ext/threads/shared/shared.pm
10844 ____________________________________________________________________________
10845 [ 28568] By: stevep                                on 2006/07/13  20:18:59
10846         Log: Subject: [PATCH] z/OS: CPAN-ized ext/ and lib/
10847              From: Jarkko Hietaniemi <jhi@iki.fi>
10848              Date: Thu, 13 Jul 2006 23:10:27 +0300
10849              Message-ID: <44B6A8B3.5070605@iki.fi>
10850      Branch: perl
10851            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
10852            ! ext/Encode/Encode.xs ext/Encode/t/utf8strict.t
10853            ! ext/MIME/Base64/Base64.xs ext/Storable/t/downgrade.t
10854            ! ext/Storable/t/overload.t ext/threads/shared/shared.xs
10855            ! lib/CGI/t/util-58.t lib/Digest/t/base.t lib/Digest/t/file.t
10856            ! lib/Pod/t/pod2html-lib.pl lib/Tie/File/t/09_gen_rs.t
10857 ____________________________________________________________________________
10858 [ 28567] By: merijn                                on 2006/07/13  17:12:00
10859         Log: Subject: [PATCH] z/OS: non-CPAN ext and lib + main() without the third arg + Stephen McCamant's comment
10860              From: Jarkko Hietaniemi <jhi@iki.fi>
10861              Date: Thu, 13 Jul 2006 19:47:29 +0300
10862              Message-ID: <44B67921.6090901@iki.fi>
10863      Branch: perl
10864            ! ext/B/B/Deparse.pm lib/AutoLoader.t lib/DBM_Filter/t/encode.t
10865            ! lib/DBM_Filter/t/utf8.t lib/ExtUtils/Constant/Utils.pm
10866            ! lib/ExtUtils/Embed.pm lib/ExtUtils/t/Embed.t
10867            ! lib/PerlIO/via/t/QuotedPrint.t lib/bytes.t lib/dumpvar.pl
10868            ! lib/utf8.t miniperlmain.c perl.h
10869 ____________________________________________________________________________
10870 [ 28566] By: stevep                                on 2006/07/13  15:46:11
10871         Log: Keep Intel C++ from claiming that it is gcc.
10872      Branch: perl
10873            ! hints/linux.sh
10874 ____________________________________________________________________________
10875 [ 28565] By: stevep                                on 2006/07/13  14:04:18
10876         Log: Clear up a few more warnings from blead.
10877      Branch: perl
10878            ! op.c perl.c reentr.c reentr.pl regexec.c
10879 ____________________________________________________________________________
10880 [ 28564] By: rgs                                   on 2006/07/13  08:46:30
10881         Log: Not everybody has env
10882      Branch: perl
10883            ! pod/perlintro.pod
10884 ____________________________________________________________________________
10885 [ 28563] By: rgs                                   on 2006/07/13  08:40:12
10886         Log: Subject: Re: Misunderstanding escapes in heredocs?
10887              From: demerphq <demerphq@gmail.com>
10888              Date: Sun, 9 Jul 2006 16:42:45 +0200
10889              Message-ID: <9b18b3110607090742gc55b4ffl402d5fadc5bd231e@mail.gmail.com>
10890              
10891              with formatting nits
10892      Branch: perl
10893            ! pod/perlop.pod
10894 ____________________________________________________________________________
10895 [ 28562] By: rgs                                   on 2006/07/13  08:17:04
10896         Log: Additions to perlhack based on a patch by Gabor Szabo
10897      Branch: perl
10898            ! pod/perlhack.pod
10899 ____________________________________________________________________________
10900 [ 28561] By: rgs                                   on 2006/07/13  08:04:44
10901         Log: Nits to the perlintro safety net (by Gabor Szabo and Merijn)
10902      Branch: perl
10903            ! pod/perlintro.pod
10904 ____________________________________________________________________________
10905 [ 28560] By: merijn                                on 2006/07/13  06:50:55
10906         Log: Relink to use temp file forced on current dir in mpeix
10907              Subject: [PATCH] mpeix/relink: tweak from Donna Garverick
10908              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10909              Date: Thu, 13 Jul 2006 08:25:59 +0300 (EEST)
10910              Message-Id: <200607130525.k6D5PxFp251263@kosh.hut.fi>
10911      Branch: perl
10912            ! mpeix/relink
10913 ____________________________________________________________________________
10914 [ 28559] By: rgs                                   on 2006/07/12  13:19:04
10915         Log: Cleanup and conversion to t/test.pl
10916      Branch: perl
10917            ! ext/Devel/Peek/t/Peek.t
10918 ____________________________________________________________________________
10919 [ 28558] By: rgs                                   on 2006/07/12  12:29:58
10920         Log: I prefer array indexes that start from 0 in beginner docs
10921      Branch: perl
10922            ! pod/perlintro.pod
10923 ____________________________________________________________________________
10924 [ 28557] By: rgs                                   on 2006/07/12  12:28:34
10925         Log: Integration of strlcat is to-done (noticed by Yves)
10926      Branch: perl
10927            ! pod/perltodo.pod
10928 ____________________________________________________________________________
10929 [ 28556] By: steveh                                on 2006/07/12  10:28:39
10930         Log: Fix change #28552: VC++ doesn't like code before declarations
10931      Branch: perl
10932            ! ext/Hash/Util/FieldHash/FieldHash.xs
10933 ____________________________________________________________________________
10934 [ 28555] By: rgs                                   on 2006/07/12  09:56:04
10935         Log: Additions and removals in perltodo
10936      Branch: perl
10937            ! pod/perltodo.pod
10938 ____________________________________________________________________________
10939 [ 28554] By: merijn                                on 2006/07/12  09:40:14
10940         Log: Subject: [PATCH] more strictness in perlintro
10941              From: "Gabor Szabo" <szabgab@gmail.com>
10942              Date: Wed, 12 Jul 2006 10:30:06 +0300
10943              Message-ID: <d8a74af10607120030p1964b935y9493e29994a5b371@mail.gmail.com>
10944      Branch: perl
10945            ! pod/perlintro.pod
10946 ____________________________________________________________________________
10947 [ 28553] By: merijn                                on 2006/07/12  09:27:59
10948         Log: Subject: [PATCH] perlinro (use $fh filehandler + not to use built in function name in sub example)
10949              From: "Gabor Szabo" <szabgab@gmail.com>
10950              Date: Wed, 12 Jul 2006 10:51:03 +0300
10951              Message-ID: <d8a74af10607120051t10382a7fw95ce094f0f395490@mail.gmail.com>
10952      Branch: perl
10953            ! pod/perlintro.pod
10954 ____________________________________________________________________________
10955 [ 28552] By: rgs                                   on 2006/07/12  09:00:01
10956         Log: Subject: Re: [PATCH] FieldHash coverity-compliant
10957              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
10958              Date: Wed, 12 Jul 2006 00:45:44 +0200
10959              Message-Id: <7AEBF247-0AF7-46A8-9D61-D38B45FD21EA@mailbox.tu-berlin.de>
10960      Branch: perl
10961            ! ext/Hash/Util/FieldHash/FieldHash.xs
10962 ____________________________________________________________________________
10963 [ 28551] By: rgs                                   on 2006/07/12  08:49:17
10964         Log: Upgrade to PathTools 3.19
10965      Branch: perl
10966            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
10967            ! lib/File/Spec/Unix.pm lib/File/Spec/t/Spec.t
10968 ____________________________________________________________________________
10969 [ 28550] By: merijn                                on 2006/07/12  06:53:22
10970         Log: Subject: [PATCH] z/OS: t/ - mostly EBCDIC fixes
10971              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
10972              Date: Wed, 12 Jul 2006 00:01:29 +0300 (EEST)
10973              Message-Id: <200607112101.k6BL1TGr321715@kosh.hut.fi>
10974      Branch: perl
10975            ! t/comp/parser.t t/op/caller.t t/op/chop.t t/op/exec.t
10976            ! t/op/index.t t/op/pack.t t/op/pat.t t/op/sprintf.t
10977            ! t/op/utfhash.t t/run/fresh_perl.t t/uni/case.pl t/uni/class.t
10978 ____________________________________________________________________________
10979 [ 28549] By: rgs                                   on 2006/07/11  17:00:26
10980         Log: A few rough notes for the next perldelta
10981      Branch: perl
10982            ! pod/perl594delta.pod
10983 ____________________________________________________________________________
10984 [ 28548] By: rgs                                   on 2006/07/11  14:55:17
10985         Log: Revert bogus fix for bug #27940, which wasn't really a bug,
10986              and a new test item, as found and suggested by Sadahiro Tomoyuki.
10987      Branch: perl
10988            ! t/op/pat.t toke.c
10989 ____________________________________________________________________________
10990 [ 28547] By: rgs                                   on 2006/07/11  14:06:08
10991         Log: Subject: Re: Misunderstanding escapes in heredocs?
10992              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10993              Date: Sun, 09 Jul 2006 11:57:42 +0900
10994              Message-Id: <20060709115613.78FF.BQW10602@nifty.com>
10995      Branch: perl
10996            ! pod/perlop.pod
10997 ____________________________________________________________________________
10998 [ 28546] By: stevep                                on 2006/07/11  12:31:10
10999         Log: Upgrade to Text-Tabs+Wrap-2006.0711.  Keep the local changes from
11000              change #27541.  Also, leave out the test files Jacobson.t and 
11001              Jacobson2.t which both generated several warnings.
11002      Branch: perl
11003            + lib/Text/TabsWrap/t/37000.t lib/Text/TabsWrap/t/39548.t
11004            + lib/Text/TabsWrap/t/Jochen.t lib/Text/TabsWrap/t/belg4mit.t
11005            + lib/Text/TabsWrap/t/sep.t lib/Text/TabsWrap/t/sep2.t
11006            ! MANIFEST lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG
11007            ! lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
11008 ____________________________________________________________________________
11009 [ 28545] By: steveh                                on 2006/07/11  11:26:17
11010         Log: Fix change #28533: my_strlcpy does not return the dest str!
11011      Branch: perl
11012            ! util.c
11013 ____________________________________________________________________________
11014 [ 28544] By: rgs                                   on 2006/07/11  09:29:23
11015         Log: Adjust test count in threads test
11016      Branch: perl
11017            ! ext/threads/t/kill.t
11018 ____________________________________________________________________________
11019 [ 28543] By: rgs                                   on 2006/07/11  09:27:25
11020         Log: Subject: [PATCH] threads 1.36 - Signalling terminated threads core dumps
11021              From: "Jerry D. Hedden" <jerry@hedden.us>
11022              Date: Mon, 10 Jul 2006 13:28:25 -0700
11023              Message-ID: <20060710132825.fb30e530d17747c2b054d625b8945d88.5bdc82d2c0.wbe@email.secureserver.net>
11024      Branch: perl
11025            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
11026            ! ext/threads/t/thread.t ext/threads/threads.pm
11027            ! ext/threads/threads.xs
11028 ____________________________________________________________________________
11029 [ 28542] By: rgs                                   on 2006/07/11  08:06:26
11030         Log: Subject: [PATCH] FieldHash coverity-compliant
11031              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11032              Date: Mon, 10 Jul 2006 21:30:15 +0200
11033              Message-Id: <9C6C104C-8040-489A-BB35-40D22BC48AFC@mailbox.tu-berlin.de>
11034      Branch: perl
11035            ! ext/Hash/Util/FieldHash/FieldHash.xs
11036            ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
11037            ! ext/Hash/Util/FieldHash/t/02_function.t
11038            ! ext/Hash/Util/FieldHash/t/04_thread.t
11039 ____________________________________________________________________________
11040 [ 28541] By: rgs                                   on 2006/07/11  07:55:21
11041         Log: Subject: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
11042              From: Andy Dougherty <doughera@lafayette.edu>
11043              Date: Mon, 10 Jul 2006 13:16:27 -0400 (EDT)
11044              Message-ID: <Pine.LNX.4.62.0607101312540.24708@fractal.phys.lafayette.edu>
11045      Branch: perl
11046            ! perl.h
11047 ____________________________________________________________________________
11048 [ 28540] By: rgs                                   on 2006/07/11  07:48:24
11049         Log: Subject: [PATCH] sysconf.t: still failing in tru64, try harder to skip
11050              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
11051              Date: Tue, 11 Jul 2006 09:23:08 +0300 (EEST)
11052              Message-Id: <200607110623.k6B6N8Ni488812@kosh.hut.fi>
11053      Branch: perl
11054            ! ext/POSIX/t/sysconf.t
11055 ____________________________________________________________________________
11056 [ 28539] By: rgs                                   on 2006/07/10  20:14:34
11057         Log: Subject: [PATCH] z/OS: hints/os390.sh and Makefile.SH
11058              From: Jarkko Hietaniemi <jhi@iki.fi>
11059              Date: Mon, 10 Jul 2006 22:55:33 +0300
11060              Message-ID: <44B2B0B5.3000008@iki.fi>
11061      Branch: perl
11062            ! Makefile.SH hints/os390.sh
11063 ____________________________________________________________________________
11064 [ 28538] By: rgs                                   on 2006/07/10  19:42:18
11065         Log: Update Changes
11066      Branch: perl
11067            ! Changes
11068 ____________________________________________________________________________
11069 [ 28537] By: stevep                                on 2006/07/10  19:28:54
11070         Log: Subject: [PATCH] perlhack: argh...
11071              From: Jarkko Hietaniemi <jhi@iki.fi>
11072              Date: Mon, 10 Jul 2006 21:07:35 +0300
11073              Message-ID: <44B29767.4040606@iki.fi>
11074      Branch: perl
11075            ! pod/perlhack.pod
11076 ____________________________________________________________________________
11077 [ 28536] By: stevep                                on 2006/07/10  19:12:07
11078         Log: Restoring change #28523 accidentilly reverted with change #28528.
11079      Branch: perl
11080            ! doio.c
11081 ____________________________________________________________________________
11082 [ 28535] By: stevep                                on 2006/07/10  18:26:25
11083         Log: Fix another empty if-statement warning
11084      Branch: perl
11085            ! sv.c
11086 ____________________________________________________________________________
11087 [ 28534] By: stevep                                on 2006/07/10  18:17:30
11088         Log: Silence empty if-statement warning.
11089      Branch: perl
11090            ! universal.c
11091 ____________________________________________________________________________
11092 [ 28533] By: stevep                                on 2006/07/10  17:23:02
11093         Log: Convert some low hanging fruit to my_strlcpy/my_strlcat.
11094      Branch: perl
11095            ! doio.c mg.c pp_sys.c toke.c util.c
11096 ____________________________________________________________________________
11097 [ 28532] By: rgs                                   on 2006/07/10  17:09:38
11098         Log: POD fixes in perlhack
11099      Branch: perl
11100            ! pod/perlhack.pod
11101 ____________________________________________________________________________
11102 [ 28531] By: rgs                                   on 2006/07/10  17:07:43
11103         Log: Typo found by Craig Berry
11104      Branch: perl
11105            ! pod/perlhack.pod
11106 ____________________________________________________________________________
11107 [ 28530] By: rgs                                   on 2006/07/10  17:05:12
11108         Log: More perlhack portability additions by Jarkko
11109      Branch: perl
11110            ! pod/perlhack.pod
11111 ____________________________________________________________________________
11112 [ 28529] By: rgs                                   on 2006/07/10  14:04:00
11113         Log: Subject: [PATCH] threads 1.35 - Borland compiler fix
11114              From: "Jerry D. Hedden" <jerry@hedden.us>
11115              Date: Mon, 10 Jul 2006 06:49:34 -0700
11116              Message-ID: <20060710064934.fb30e530d17747c2b054d625b8945d88.384e3b280c.wbe@email.secureserver.net>
11117      Branch: perl
11118            ! ext/threads/Changes ext/threads/README ext/threads/t/thread.t
11119            ! ext/threads/threads.pm ext/threads/threads.xs
11120 ____________________________________________________________________________
11121 [ 28528] By: stevep                                on 2006/07/10  13:55:39
11122         Log: Change existing uses of strlcpy()/strlcat() to use new my_strlcpy()/
11123              my_strlcat() API.  Convert ext/File/Glob/bsd_glob.c to use 
11124              my_strlcat().  Add to the strlcy()/strlcat() todo entry.
11125      Branch: perl
11126            ! doio.c ext/File/Glob/bsd_glob.c pod/perltodo.pod pp_ctl.c
11127            ! util.c
11128 ____________________________________________________________________________
11129 [ 28527] By: rgs                                   on 2006/07/10  12:46:41
11130         Log: Subject: [PATCH] perlhack: more portability musings
11131              From: Jarkko Hietaniemi <jhi@iki.fi>
11132              Date: Mon, 10 Jul 2006 15:41:10 +0300
11133              Message-ID: <44B24AE6.6030708@iki.fi>
11134      Branch: perl
11135            ! pod/perlhack.pod
11136 ____________________________________________________________________________
11137 [ 28526] By: rgs                                   on 2006/07/10  12:01:20
11138         Log: Subject: examples in the core documentation
11139              From: "Gabor Szabo" <szabgab@gmail.com>
11140              Date: Sun, 9 Jul 2006 15:44:47 +0200
11141              Message-ID: <d8a74af10607090644o5c1ee3b2p98f6aa9301898b44@mail.gmail.com>
11142      Branch: perl
11143            ! pod/perlfunc.pod
11144 ____________________________________________________________________________
11145 [ 28525] By: stevep                                on 2006/07/10  11:28:24
11146         Log: Add Russ Allbery's public domain implementations of strlcat and
11147              strlcpy as Perl_my_strlcat and Perl_my_strlcpy to the Perl core.
11148              Thanks Russ!
11149      Branch: perl
11150            ! embed.fnc embed.h global.sym perl.h proto.h util.c
11151 ____________________________________________________________________________
11152 [ 28524] By: rgs                                   on 2006/07/10  10:16:53
11153         Log: Add a macro to remove duplicated code
11154              
11155              Subject: Re: cut-and-paste findings for blead 28504
11156              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
11157              Date: Sun, 09 Jul 2006 13:47:04 +0900
11158              Message-Id: <20060709134236.E51A.BQW10602@nifty.com>
11159      Branch: perl
11160            ! pp_sort.c
11161 ____________________________________________________________________________
11162 [ 28523] By: rgs                                   on 2006/07/10  10:11:22
11163         Log: Fix a signed/unsigned warning
11164      Branch: perl
11165            ! doio.c
11166 ____________________________________________________________________________
11167 [ 28522] By: rgs                                   on 2006/07/10  09:53:33
11168         Log: Pod cleanup in Shell.pm
11169      Branch: perl
11170            ! lib/Shell.pm
11171 ____________________________________________________________________________
11172 [ 28521] By: merijn                                on 2006/07/10  07:41:25
11173         Log: Even Jarkko's patches should go in only once
11174              Subject: [PATCH] undouble Jarkko's patch
11175              From: andy@petdance.com (Andy Lester)
11176              Date: Mon, 10 Jul 2006 00:22:18 -0500
11177              Message-ID: <20060710052218.GA7477@petdance.com>
11178      Branch: perl
11179            ! pod/perlhack.pod
11180 ____________________________________________________________________________
11181 [ 28520] By: stevep                                on 2006/07/10  03:07:59
11182         Log: Subject: [PATCH] Skip tests of a POSIX constant on Mac OS X because saved IDs are borked
11183              From: Dominic Dunlop <shouldbedomo@mac.com>
11184              Date: Sun, 9 Jul 2006 22:22:14 +0200
11185              Message-Id: <F1942C06-CDE3-47C6-AC5A-4358960E0F6E@mac.com>
11186      Branch: perl
11187            ! ext/POSIX/t/sysconf.t
11188 ____________________________________________________________________________
11189 [ 28519] By: stevep                                on 2006/07/10  00:29:02
11190         Log: Clear up test based on line number differences between the core and the
11191              Test-Simple version.
11192      Branch: perl
11193            ! lib/Test/Simple/t/tbt_01basic.t
11194 ____________________________________________________________________________
11195 [ 28518] By: nicholas                              on 2006/07/09  21:56:18
11196         Log: Tweak for Jarkko's addition to perlhack, suggested by Yves.
11197      Branch: perl
11198            ! pod/perlhack.pod
11199 ____________________________________________________________________________
11200 [ 28517] By: stevep                                on 2006/07/09  20:51:48
11201         Log: Hmmm...patch didn't warn about rejects in tbt_01basic.t.
11202      Branch: perl
11203            ! lib/Test/Simple/t/tbt_01basic.t
11204 ____________________________________________________________________________
11205 [ 28516] By: merijn                                on 2006/07/09  18:50:01
11206         Log: Subject: [PATCH] some coding guidelines/tips to perlhack (+ one perltodo)
11207              From: Jarkko Hietaniemi <jhi@iki.fi>
11208              Date: Sun, 09 Jul 2006 19:42:10 +0300
11209              Message-ID: <44B131E2.8050805@iki.fi>
11210      Branch: perl
11211            ! pod/perlhack.pod pod/perltodo.pod
11212 ____________________________________________________________________________
11213 [ 28515] By: stevep                                on 2006/07/09  13:57:25
11214         Log: Subject: [PATCH] perlhack.pod
11215              From: Jarkko Hietaniemi <jhi@iki.fi>
11216              Date: Sun, 09 Jul 2006 14:55:20 +0300
11217              Message-ID: <44B0EEA8.4080003@iki.fi>
11218      Branch: perl
11219            ! pod/perlhack.pod
11220 ____________________________________________________________________________
11221 [ 28514] By: stevep                                on 2006/07/09  13:51:37
11222         Log: Upgrade to Test-Simple-0.63
11223      Branch: perl
11224            ! lib/Test/Builder.pm lib/Test/Builder/Tester.pm
11225            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
11226            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/tbt_01basic.t
11227            ! lib/Test/Simple/t/tbt_05faildiag.t
11228 ____________________________________________________________________________
11229 [ 28513] By: mhx                                   on 2006/07/09  08:19:33
11230         Log: Integrate mkppport. All ppport.h files in the core will now
11231              be autogenerated at build time (and removed during cleanup).
11232      Branch: perl
11233            + mkppport mkppport.lst
11234            - ext/Compress/Raw/Zlib/ppport.h ext/Cwd/ppport.h
11235            - ext/Digest/SHA/ppport.h ext/Sys/Syslog/ppport.h
11236            - ext/Time/HiRes/ppport.h win32/ext/Win32API/File/ppport.h
11237            ! MANIFEST Makefile.SH vms/descrip_mms.template win32/Makefile
11238            ! win32/Makefile.ce win32/makefile.mk
11239 ____________________________________________________________________________
11240 [ 28512] By: stevep                                on 2006/07/08  18:08:07
11241         Log: Subject: [PATCH] Macroize vast tracks of duplicated code in regexec.c
11242              From: demerphq <demerphq@gmail.com>
11243              Date: Sat, 8 Jul 2006 17:48:34 +0200
11244              Message-ID: <9b18b3110607080848u663b114ag86f76ac5c9c9d5e@mail.gmail.com>
11245              
11246              Removing duplicated regexp trie-related code.
11247      Branch: perl
11248            ! regexec.c
11249 ____________________________________________________________________________
11250 [ 28511] By: stevep                                on 2006/07/08  18:00:17
11251         Log: Subject: [PATCH] optimisation for File::Spec::abs2rel where both args are relative
11252              From: Brendan O'Dea <bod@debian.org>
11253              Date: Thu, 6 Jul 2006 01:02:41 +1000
11254              Message-ID: <20060705150241.GA2244@londo.c47.org>
11255      Branch: perl
11256            ! lib/File/Spec/Unix.pm
11257 ____________________________________________________________________________
11258 [ 28510] By: stevep                                on 2006/07/08  17:51:43
11259         Log: Subject: [PATCH] perl5db.pl: read full lines from remote socket
11260              From: Brendan O'Dea <bod@debian.org>
11261              Date: Sat, 8 Jul 2006 13:27:50 +1000
11262              Message-ID: <20060708032750.GA20454@londo.c47.org>
11263      Branch: perl
11264            ! lib/perl5db.pl
11265 ____________________________________________________________________________
11266 [ 28509] By: stevep                                on 2006/07/08  17:47:24
11267         Log: Making encoding::warnings lexical is to-done.
11268      Branch: perl
11269            ! pod/perltodo.pod
11270 ____________________________________________________________________________
11271 [ 28508] By: stevep                                on 2006/07/08  17:28:36
11272         Log: Subject: Skip some POSIX tests when the thing they are testing is unimplemented
11273              From: demerphq <demerphq@gmail.com>
11274              Date: Sat, 8 Jul 2006 17:55:09 +0200
11275              Message-ID: <9b18b3110607080855g73407c4fx41a578815c2a6da2@mail.gmail.com>
11276      Branch: perl
11277            ! ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
11278 ____________________________________________________________________________
11279 [ 28507] By: mhx                                   on 2006/07/08  16:27:10
11280         Log: Upgrade to Devel::PPPort 3.09
11281      Branch: perl
11282            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
11283            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort_pm.PL
11284            ! ext/Devel/PPPort/parts/apidoc.fnc
11285            ! ext/Devel/PPPort/parts/base/5009004
11286            ! ext/Devel/PPPort/parts/embed.fnc
11287            ! ext/Devel/PPPort/parts/inc/podtest
11288            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
11289            ! ext/Devel/PPPort/t/podtest.t
11290 ____________________________________________________________________________
11291 [ 28506] By: stevep                                on 2006/07/08  14:50:33
11292         Log: Update Audrey Tang's email throughout various files.
11293      Branch: perl
11294            ! AUTHORS Porting/Maintainers.pl Porting/checkAUTHORS.pl
11295 ____________________________________________________________________________
11296 [ 28505] By: merijn                                on 2006/07/08  09:04:56
11297         Log: POSIX test improvements on True64
11298              Subject: [PATCH] the new POSIX tests
11299              From: Jarkko Hietaniemi <jhi@iki.fi>
11300              Date: Sat, 08 Jul 2006 11:43:05 +0300
11301              Message-ID: <44AF7019.3070509@iki.fi>
11302      Branch: perl
11303            ! ext/POSIX/POSIX.pod ext/POSIX/t/sysconf.t
11304            ! ext/POSIX/t/termios.t
11305 ____________________________________________________________________________
11306 [ 28504] By: stevep                                on 2006/07/08  01:14:28
11307         Log: Upgrade to encoding-warnings-0.10
11308      Branch: perl
11309            + lib/encoding/warnings/t/4-lexical.t
11310            ! MANIFEST lib/encoding/warnings.pm
11311            ! lib/encoding/warnings/t/3-normal.t
11312 ____________________________________________________________________________
11313 [ 28503] By: stevep                                on 2006/07/07  18:38:01
11314         Log: Subject: [PATCH] Test scripts for I18N::Langinfo and POSIX
11315              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
11316              Date: Fri, 07 Jul 2006 11:02:31 +0200
11317              Message-ID: <1152262951.44ae23272ffa0@imp3-g19.free.fr>
11318              
11319              Only includes changes to:
11320              * ext/I18N/Langinfo/t/Langinfo.t
11321              * ext/POSIX/t/sysconf.t
11322              * ext/POSIX/t/termios.t
11323      Branch: perl
11324            + ext/POSIX/t/sysconf.t ext/POSIX/t/termios.t
11325            ! MANIFEST ext/I18N/Langinfo/t/Langinfo.t
11326 ____________________________________________________________________________
11327 [ 28502] By: rgs                                   on 2006/07/07  14:52:15
11328         Log: Subject: Re: Dual life for Shell.pm
11329              From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
11330              Date: Thu, 6 Jul 2006 13:02:23 -0300
11331              Message-ID: <73ddeb6c0607060902tc471f84sf1bb841b6e9ecddf@mail.gmail.com>
11332      Branch: perl
11333            ! lib/Shell.pm lib/Shell.t
11334 ____________________________________________________________________________
11335 [ 28501] By: rgs                                   on 2006/07/07  14:12:59
11336         Log: Subject: [PATCH] threads 1.34 - state methods
11337              From: "Jerry D. Hedden" <jerry@hedden.us>
11338              Date: Thu, 06 Jul 2006 07:33:13 -0700
11339              Message-ID: <20060706073313.fb30e530d17747c2b054d625b8945d88.baa39d91bc.wbe@email.secureserver.net>
11340      Branch: perl
11341            + ext/threads/t/state.t
11342            ! MANIFEST ext/threads/Changes ext/threads/README
11343            ! ext/threads/t/context.t ext/threads/t/thread.t
11344            ! ext/threads/threads.pm ext/threads/threads.xs
11345 ____________________________________________________________________________
11346 [ 28500] By: rgs                                   on 2006/07/07  13:23:45
11347         Log: Subject: More escaping in the RE
11348              From: demerphq <demerphq@gmail.com>
11349              Date: Fri, 7 Jul 2006 10:40:40 +0200
11350              Message-ID: <9b18b3110607070140p5cb2c58ftcadbcd113a58c3af@mail.gmail.com>
11351              
11352              (with tweaks)
11353      Branch: perl
11354            ! regcomp.c regcomp.h regexec.c
11355 ____________________________________________________________________________
11356 [ 28499] By: rgs                                   on 2006/07/07  09:50:35
11357         Log: Fix the implementation of list assignment to state().
11358      Branch: perl
11359            ! op.c t/lib/warnings/op t/op/state.t
11360 ____________________________________________________________________________
11361 [ 28498] By: rgs                                   on 2006/07/06  16:55:57
11362         Log: The state() implementation is not yet perfect. Check in a new todo test
11363      Branch: perl
11364            ! t/op/state.t
11365 ____________________________________________________________________________
11366 [ 28497] By: rgs                                   on 2006/07/06  16:35:37
11367         Log: Error in the formulation of the new warning, spotted by Dominic Dunlop
11368      Branch: perl
11369            ! pod/perldiag.pod
11370 ____________________________________________________________________________
11371 [ 28496] By: rgs                                   on 2006/07/06  15:49:30
11372         Log: Add a new warning, "State variable %s will be reinitialized"
11373      Branch: perl
11374            ! op.c pod/perldiag.pod t/lib/warnings/op
11375 ____________________________________________________________________________
11376 [ 28495] By: stevep                                on 2006/07/06  15:38:51
11377         Log: Upgrade to Module-Build-0.2801.
11378      Branch: perl
11379            ! lib/Module/Build.pm lib/Module/Build/Base.pm
11380            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
11381            ! lib/Module/Build/Cookbook.pm lib/Module/Build/Platform/Unix.pm
11382            ! lib/Module/Build/Platform/Windows.pm lib/Module/Build/YAML.pm
11383            ! lib/Module/Build/t/extend.t lib/Module/Build/t/lib/MBTest.pm
11384            ! lib/Module/Build/t/mbyaml.t lib/Module/Build/t/runthrough.t
11385 ____________________________________________________________________________
11386 [ 28494] By: stevep                                on 2006/07/06  15:18:58
11387         Log: Math-Complex now dual-lived with Jarkko Hietaniemi as the maintainer.
11388              Also, sync'ing up with the CPAN version of the module.
11389      Branch: perl
11390            ! Porting/Maintainers.pl lib/Math/Complex.pm lib/Math/Complex.t
11391            ! lib/Math/Trig.pm lib/Math/Trig.t
11392 ____________________________________________________________________________
11393 [ 28493] By: rgs                                   on 2006/07/06  14:31:55
11394         Log: Document state() variables in perlsub
11395      Branch: perl
11396            ! pod/perlsub.pod
11397 ____________________________________________________________________________
11398 [ 28492] By: stevep                                on 2006/07/06  14:12:56
11399         Log: Alphabetizing function names in perlfunc lists. 
11400      Branch: perl
11401            ! pod/perlfunc.pod
11402 ____________________________________________________________________________
11403 [ 28491] By: rgs                                   on 2006/07/06  13:36:57
11404         Log: Mention state variables in perldiag. Add switch-related keywords
11405              in the keyword listing section in perlfunc. Add a summary of
11406              C<state> in perlfunc. Fix a typo in the synopsis for C<our>.
11407              Don't say that C<my $_> is illegal in perlsub.
11408      Branch: perl
11409            ! pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
11410 ____________________________________________________________________________
11411 [ 28490] By: rgs                                   on 2006/07/06  09:01:16
11412         Log: Introduce a new function, pv_escape(), to display contents of PVs
11413              that might contain non printable chars.
11414              
11415              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
11416              From: demerphq <demerphq@gmail.com>
11417              Date: Wed, 5 Jul 2006 20:40:58 +0200
11418              Message-ID: <9b18b3110607051140n10c211a1jf17d3b7914d6f68b@mail.gmail.com>
11419      Branch: perl
11420            ! dump.c embed.fnc embed.h global.sym perl.h pod/perlapi.pod
11421            ! proto.h reentr.c regexec.c t/lib/warnings/9uninit
11422 ____________________________________________________________________________
11423 [ 28489] By: rgs                                   on 2006/07/05  21:00:31
11424         Log: Implement handling of state variables in list assignment
11425      Branch: perl
11426            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/state.t
11427 ____________________________________________________________________________
11428 [ 28488] By: rgs                                   on 2006/07/05  20:00:10
11429         Log: Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the left
11430              side is made out a list declared with our(). In this case OPpLVAL_INTRO
11431              isn't set on the left op, so we just remove that check. Add new tests.
11432      Branch: perl
11433            ! op.c t/op/array.t
11434 ____________________________________________________________________________
11435 [ 28487] By: rgs                                   on 2006/07/05  19:49:36
11436         Log: Adjust test count after introducing new constants in POSIX
11437      Branch: perl
11438            ! ext/B/t/concise-xs.t
11439 ____________________________________________________________________________
11440 [ 28486] By: stevep                                on 2006/07/05  16:27:16
11441         Log: Add constants needed for recvmsg()/sendmsg() support.
11442      Branch: perl
11443            ! ext/POSIX/Makefile.PL
11444 ____________________________________________________________________________
11445 [ 28485] By: stevep                                on 2006/07/05  15:40:05
11446         Log: Skip lib/Memoize/t/tie_ndbm.t if $TMP is not writable.
11447      Branch: perl
11448            ! lib/Memoize/t/tie_ndbm.t
11449 ____________________________________________________________________________
11450 [ 28484] By: rgs                                   on 2006/07/05  14:10:18
11451         Log: Add a TODO test for list assignment to a list of state variables.
11452              Not sure yet how to encode in the optree the information that
11453              state($x, $y) and (state $x, state $y) must be treated differently.
11454      Branch: perl
11455            ! t/op/state.t
11456 ____________________________________________________________________________
11457 [ 28483] By: rgs                                   on 2006/07/05  12:48:57
11458         Log: Don't add extra warning flags for gcc versions < 3.
11459      Branch: perl
11460            ! cflags.SH
11461 ____________________________________________________________________________
11462 [ 28482] By: rgs                                   on 2006/07/05  08:53:56
11463         Log: Make the distclean target remove lib/Hash correctly
11464      Branch: perl
11465            ! Makefile.SH
11466 ____________________________________________________________________________
11467 [ 28481] By: craigb                                on 2006/07/05  02:31:06
11468         Log: Subject: [PATCH] RE: [PATCH] threads 1.33
11469              From: "Jerry D. Hedden" <jdhedden@cpan.org>
11470              Message-id: <20060704171845.fb30e530d17747c2b054d625b8945d88.f0db2cab53.wbe@email.secureserver.net>
11471              Date: Tue, 04 Jul 2006 17:18:45 -0700
11472              
11473              exiting from threads works differently on VMS
11474      Branch: perl
11475            ! ext/threads/t/exit.t
11476 ____________________________________________________________________________
11477 [ 28480] By: craigb                                on 2006/07/04  21:27:42
11478         Log: fix signed/unsigned nit in reentr.c
11479      Branch: perl
11480            ! reentr.c
11481 ____________________________________________________________________________
11482 [ 28479] By: craigb                                on 2006/07/04  19:08:16
11483         Log: fix type mismatch warning caused by return statement lurking in DIE macro
11484      Branch: perl
11485            ! doio.c
11486 ____________________________________________________________________________
11487 [ 28478] By: nicholas                              on 2006/07/04  18:58:10
11488         Log: Subject: [PATCH] more warning-silencing in FieldHash
11489              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11490              Message-Id: <CE8BC13E-8BE5-4743-803C-6DF0D1FB2010@mailbox.tu-berlin.de>
11491              Date: Tue, 4 Jul 2006 19:42:12 +0200
11492      Branch: perl
11493            ! ext/Hash/Util/FieldHash/FieldHash.xs
11494            ! ext/Hash/Util/FieldHash/t/02_function.t
11495            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
11496 ____________________________________________________________________________
11497 [ 28477] By: rgs                                   on 2006/07/04  12:04:58
11498         Log: Subject: [PATCH] consting and localizing in universal.c
11499              From: andy@petdance.com (Andy Lester)
11500              Date: Mon, 3 Jul 2006 17:41:48 -0500
11501              Message-ID: <20060703224148.GA14449@petdance.com>
11502      Branch: perl
11503            ! embed.fnc proto.h universal.c
11504 ____________________________________________________________________________
11505 [ 28476] By: rgs                                   on 2006/07/04  09:42:12
11506         Log: Subject: [PATCH] toke.c consting and localizing
11507              From: andy@petdance.com (Andy Lester)
11508              Date: Mon, 3 Jul 2006 17:42:50 -0500
11509              Message-ID: <20060703224250.GA14481@petdance.com>
11510      Branch: perl
11511            ! toke.c
11512 ____________________________________________________________________________
11513 [ 28475] By: rgs                                   on 2006/07/04  09:37:10
11514         Log: Subject: [PATCH] threads 1.33
11515              From: "Jerry D. Hedden" <jdhedden@cpan.org>
11516              Date: Mon, 03 Jul 2006 09:01:53 -0700
11517              Message-ID: <20060703090153.fb30e530d17747c2b054d625b8945d88.b26e047e0f.wbe@email.secureserver.net>
11518      Branch: perl
11519            + ext/threads/t/exit.t
11520            ! MANIFEST ext/threads/Changes ext/threads/README
11521            ! ext/threads/t/blocks.t ext/threads/t/context.t
11522            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
11523            ! ext/threads/t/join.t ext/threads/t/thread.t
11524            ! ext/threads/threads.pm ext/threads/threads.xs
11525 ____________________________________________________________________________
11526 [ 28474] By: mhx                                   on 2006/07/03  21:40:58
11527         Log: Upgrade to Devel::PPPort 3.08_07
11528      Branch: perl
11529            + ext/Devel/PPPort/PPPort.xs
11530            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
11531            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
11532            ! ext/Devel/PPPort/parts/inc/ppphbin
11533            ! ext/Devel/PPPort/parts/inc/ppphdoc
11534            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
11535            ! ext/Devel/PPPort/t/ppphtest.t
11536 ____________________________________________________________________________
11537 [ 28473] By: stevep                                on 2006/07/03  18:09:01
11538         Log: Allow stat() and -X file tests work on dirhandles.
11539      Branch: perl
11540            ! doio.c pod/perlfunc.pod pp_sys.c t/op/stat.t
11541 ____________________________________________________________________________
11542 [ 28472] By: rgs                                   on 2006/07/03  16:51:05
11543         Log: Subject: [PATCH] embed.pl enhancements
11544              From: andy@petdance.com (Andy Lester)
11545              Date: Sun, 2 Jul 2006 12:11:39 -0500
11546              Message-ID: <20060702171139.GA20266@petdance.com>
11547              
11548              Add experimental (and optional) splint support
11549      Branch: perl
11550            ! embed.pl perlapi.c
11551 ____________________________________________________________________________
11552 [ 28471] By: rgs                                   on 2006/07/03  16:40:19
11553         Log: Subject: [PATCH] Makefile splint support
11554              From: andy@petdance.com (Andy Lester)
11555              Date: Sun, 2 Jul 2006 12:19:08 -0500
11556              Message-ID: <20060702171908.GA20443@petdance.com>
11557      Branch: perl
11558            ! Makefile.SH
11559 ____________________________________________________________________________
11560 [ 28470] By: rgs                                   on 2006/07/03  16:36:14
11561         Log: Subject: [PATCH] DProf.xs patch
11562              From: andy@petdance.com (Andy Lester)
11563              Date: Sun, 2 Jul 2006 12:17:08 -0500
11564              Message-ID: <20060702171708.GA20392@petdance.com>
11565      Branch: perl
11566            ! ext/Devel/DProf/DProf.xs
11567 ____________________________________________________________________________
11568 [ 28469] By: rgs                                   on 2006/07/03  09:39:42
11569         Log: Subject: [PATCH] mg.c cleanups
11570              From: andy@petdance.com (Andy Lester)
11571              Date: Sun, 2 Jul 2006 12:33:36 -0500
11572              Message-ID: <20060702173336.GA20641@petdance.com>
11573      Branch: perl
11574            ! mg.c
11575 ____________________________________________________________________________
11576 [ 28468] By: rgs                                   on 2006/07/03  09:34:44
11577         Log: Subject: [PATCH] Clean up mathoms.c
11578              From: andy@petdance.com (Andy Lester)
11579              Date: Sun, 2 Jul 2006 12:24:45 -0500
11580              Message-ID: <20060702172445.GA20521@petdance.com>
11581      Branch: perl
11582            ! mathoms.c
11583 ____________________________________________________________________________
11584 [ 28467] By: steveh                                on 2006/07/03  08:23:03
11585         Log: Subject: Re: Win32API::File now in core
11586              From: demerphq <demerphq@gmail.com>
11587              Date: Sun, 2 Jul 2006 15:19:58 +0200
11588              Message-ID: <9b18b3110607020619s4c4480d8ra3e681aee69a8d7@mail.gmail.com>
11589              
11590              Sync blead with Win32API-File-0.1001
11591              (plus change to sync README too)
11592      Branch: perl
11593            ! win32/ext/Win32API/File/Changes
11594            ! win32/ext/Win32API/File/File.pm win32/ext/Win32API/File/README
11595 ____________________________________________________________________________
11596 [ 28466] By: davem                                 on 2006/07/02  22:47:24
11597         Log: silence a compiler warning
11598      Branch: perl
11599            ! regexec.c
11600 ____________________________________________________________________________
11601 [ 28465] By: davem                                 on 2006/07/02  19:30:49
11602         Log: remove some unnecessary uses of WITH_THR
11603      Branch: perl
11604            ! mg.c op.c
11605 ____________________________________________________________________________
11606 [ 28464] By: craigb                                on 2006/07/02  18:06:36
11607         Log: s/have a more/have more/ typo fix in perlfaq4
11608      Branch: perl
11609            ! pod/perlfaq4.pod
11610 ____________________________________________________________________________
11611 [ 28463] By: davem                                 on 2006/07/02  16:31:10
11612         Log: Subject:  [PATCH] Synchronize ExtUtils::Instal 1.41
11613              From:  demerphq <demerphq@gmail.com>
11614              Date:  Sun, 2 Jul 2006 16:23:21 +0200
11615              Message-Id:  <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
11616              
11617              Sync ExtUtils::Install with CPAN (just trivially change version nos)
11618      Branch: perl
11619            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
11620            ! lib/ExtUtils/Packlist.pm
11621 ____________________________________________________________________________
11622 [ 28462] By: davem                                 on 2006/07/02  15:34:23
11623         Log: 
11624              From: demerphq <demerphq@gmail.com>
11625              Date: Sun, 2 Jul 2006 15:13:20 +0200
11626              Subject: Re: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
11627              Message-ID: <9b18b3110607020613u1ab782dam2c425da61deb1876@mail.gmail.com>
11628              
11629              add test for patch #28417
11630      Branch: perl
11631            ! t/op/pat.t
11632 ____________________________________________________________________________
11633 [ 28461] By: rgs                                   on 2006/06/30  16:33:57
11634         Log: Must not forget that.
11635      Branch: perl
11636            ! pod/perltodo.pod
11637 ____________________________________________________________________________
11638 [ 28460] By: steveh                                on 2006/06/30  13:46:06
11639         Log: Add Win32API::File to the core
11640              
11641              For discussions, see the thread starting here:
11642              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
11643      Branch: perl
11644            + win32/ext/Win32API/File/Changes
11645            + win32/ext/Win32API/File/ExtUtils/Myconst2perl.pm
11646            + win32/ext/Win32API/File/File.pm
11647            + win32/ext/Win32API/File/File.xs
11648            + win32/ext/Win32API/File/Makefile.PL
11649            + win32/ext/Win32API/File/README
11650            + win32/ext/Win32API/File/buffers.h
11651            + win32/ext/Win32API/File/cFile.h
11652            + win32/ext/Win32API/File/cFile.pc
11653            + win32/ext/Win32API/File/const2perl.h
11654            + win32/ext/Win32API/File/ppport.h
11655            + win32/ext/Win32API/File/t/file.t
11656            + win32/ext/Win32API/File/t/tie.t
11657            + win32/ext/Win32API/File/typemap
11658            ! MANIFEST Porting/Maintainers.pl t/TEST t/harness
11659            ! win32/Makefile win32/config_sh.PL win32/makefile.mk
11660 ____________________________________________________________________________
11661 [ 28459] By: rgs                                   on 2006/06/30  13:28:46
11662         Log: Fix casting warnings related to snprintf/vsnprintf
11663      Branch: perl
11664            ! perl.h util.c
11665 ____________________________________________________________________________
11666 [ 28458] By: merijn                                on 2006/06/30  13:17:59
11667         Log: Solaris' sh doesn't like empty if's
11668      Branch: perl
11669            ! hints/solaris_2.sh
11670 ____________________________________________________________________________
11671 [ 28457] By: rgs                                   on 2006/06/30  13:09:40
11672         Log: PERL_UNUSED_CONTEXT is not enough to silence warnings when pTHXx
11673              is used.
11674      Branch: perl
11675            ! perl.c
11676 ____________________________________________________________________________
11677 [ 28456] By: rgs                                   on 2006/06/30  12:56:59
11678         Log: Fix a couple of compilation warnings
11679      Branch: perl
11680            ! regcomp.c toke.c
11681 ____________________________________________________________________________
11682 [ 28455] By: davem                                 on 2006/06/30  12:07:01
11683         Log: migrate CURLY/PLUS/STAR branch in regmatch() to new FSM-esque paradigm
11684      Branch: perl
11685            ! regexec.c regexp.h
11686 ____________________________________________________________________________
11687 [ 28454] By: rgs                                   on 2006/06/30  08:13:24
11688         Log: Small adjustment to the Plan
11689      Branch: perl
11690            ! pod/perltodo.pod
11691 ____________________________________________________________________________
11692 [ 28453] By: merijn                                on 2006/06/30  05:00:22
11693         Log: HASATTRIBUTE_UNUSED works for gcc-3.3, but not for g++-3.3
11694              Subject: Re: [PATCH] Re: [perl #39634] gcc 3.3 has problems with __attribute__((unused))
11695              From: Andrew Dougherty <doughera@lafayette.edu>
11696              Date: Thu, 29 Jun 2006 13:41:28 -0400 (EDT)
11697              Message-ID: <Pine.LNX.4.62.0606291327130.16718@fractal.phys.lafayette.edu>
11698      Branch: perl
11699            ! perl.h
11700 ____________________________________________________________________________
11701 [ 28452] By: rgs                                   on 2006/06/29  16:47:32
11702         Log: Another typo fix.
11703      Branch: perl
11704            ! pod/perlre.pod
11705 ____________________________________________________________________________
11706 [ 28451] By: rgs                                   on 2006/06/29  16:12:05
11707         Log: Typo fix.
11708      Branch: perl
11709            ! pod/perlre.pod
11710 ____________________________________________________________________________
11711 [ 28450] By: rgs                                   on 2006/06/29  15:53:43
11712         Log: Subject: [PATCH] Small precision about \Q \E inside m//x
11713              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
11714              Date: Thu, 29 Jun 2006 17:46:57 +0200
11715              Message-ID: <1151596017.44a3f5f105205@imp1-g19.free.fr>
11716      Branch: perl
11717            ! pod/perlre.pod
11718 ____________________________________________________________________________
11719 [ 28449] By: rgs                                   on 2006/06/29  14:53:38
11720         Log: Subject: [PATCH] Cleanup in Hash::Util::FieldHash
11721              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11722              Date: Wed, 28 Jun 2006 19:20:14 +0200
11723              Message-Id: <B45A1CCD-ECCA-44EB-97A6-1DA9F5E4DE81@mailbox.tu-berlin.de>
11724      Branch: perl
11725            ! ext/Hash/Util/FieldHash/FieldHash.xs
11726            ! ext/Hash/Util/FieldHash/Makefile.PL
11727            ! ext/Hash/Util/FieldHash/t/01_load.t
11728 ____________________________________________________________________________
11729 [ 28448] By: craigb                                on 2006/06/29  14:21:35
11730         Log: Updated handling of signal names and signals for VMS
11731      Branch: perl
11732            ! configure.com vms/vms.c
11733 ____________________________________________________________________________
11734 [ 28447] By: rgs                                   on 2006/06/29  12:12:00
11735         Log: Some CPP macro sanitization by Sadahiro Tomoyuki
11736      Branch: perl
11737            ! utfebcdic.h
11738 ____________________________________________________________________________
11739 [ 28446] By: merijn                                on 2006/06/28  17:51:28
11740         Log: Solaris hints: gcc flags confuse Configure
11741              Subject: [PATCH] (Was Re: [perl #39636] Configure fails)
11742              From: Andy Dougherty <doughera@lafayette.edu>
11743              Date: Wed, 28 Jun 2006 13:37:54 -0400 (EDT)
11744              Message-ID: <Pine.LNX.4.62.0606281331350.3867@fractal.phys.lafayette.edu>
11745      Branch: perl
11746            ! hints/solaris_2.sh
11747 ____________________________________________________________________________
11748 [ 28445] By: rgs                                   on 2006/06/28  14:37:03
11749         Log: Subject: [PATCH] Update for IO::Uncompress::Base
11750              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11751              Date: Wed, 28 Jun 2006 14:22:46 +0100
11752              Message-ID: <001701c69ab5$f4d5d3d0$2405140a@myopwv.com>
11753      Branch: perl
11754            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
11755            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
11756            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
11757            ! t/lib/compress/CompTestUtils.pm t/lib/compress/any.pl
11758            ! t/lib/compress/anyunc.pl t/lib/compress/multi.pl
11759            ! t/lib/compress/oneshot.pl
11760 ____________________________________________________________________________
11761 [ 28444] By: rgs                                   on 2006/06/28  08:42:09
11762         Log: Subject: [perl #39639] perldoc -f waitpid has wrong code example 
11763              From: Alexander_Gernler@genua.de (via RT) <perlbug-followup@perl.org>
11764              Date: Tue, 27 Jun 2006 07:23:59 -0700
11765              Message-ID: <rt-3.0.11-39639-135396.19.0765391798804@perl.org>
11766      Branch: perl
11767            ! pod/perlfunc.pod
11768 ____________________________________________________________________________
11769 [ 28435] By: rgs                                   on 2006/06/27  14:01:30
11770         Log: Nits in the perlpragma manpage
11771      Branch: perl
11772            ! pod/perlpragma.pod
11773 ____________________________________________________________________________
11774 [ 28434] By: rgs                                   on 2006/06/27  08:48:45
11775         Log: Subject: [PATCH] cflags.SH: scan the gcc warning flags only once, during .SH expansion
11776              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
11777              Date: Mon, 26 Jun 2006 22:12:37 +0300 (EEST)
11778              Message-Id: <20060626191237.8A0936CF04@seth.hut.fi>
11779      Branch: perl
11780            ! cflags.SH
11781 ____________________________________________________________________________
11782 [ 28433] By: rgs                                   on 2006/06/26  17:17:57
11783         Log: Adjust test preamble for Hash::Util tests too.
11784      Branch: perl
11785            ! ext/Hash/Util/t/Util.t
11786 ____________________________________________________________________________
11787 [ 28432] By: rgs                                   on 2006/06/26  16:50:58
11788         Log: Adjust test preambles for Hash::Util::FieldHash tests to change
11789              the @INC path only when testing inside the core
11790      Branch: perl
11791            ! ext/Hash/Util/FieldHash/t/01_load.t
11792            ! ext/Hash/Util/FieldHash/t/02_function.t
11793            ! ext/Hash/Util/FieldHash/t/03_class.t
11794            ! ext/Hash/Util/FieldHash/t/04_thread.t
11795            ! ext/Hash/Util/FieldHash/t/05_perlhook.t
11796            ! ext/Hash/Util/FieldHash/t/10_hash.t
11797            ! ext/Hash/Util/FieldHash/t/11_hashassign.t
11798            ! ext/Hash/Util/FieldHash/t/12_hashwarn.t
11799 ____________________________________________________________________________
11800 [ 28431] By: rgs                                   on 2006/06/26  16:32:16
11801         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
11802              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11803              Date: Mon, 26 Jun 2006 18:05:53 +0200
11804              Message-Id: <133195AB-599D-49EC-8CFE-D67299D947EB@mailbox.tu-berlin.de>
11805      Branch: perl
11806            ! ext/Hash/Util/FieldHash/Changes
11807            ! ext/Hash/Util/FieldHash/FieldHash.xs
11808            ! ext/Hash/Util/FieldHash/Makefile.PL
11809 ____________________________________________________________________________
11810 [ 28430] By: rgs                                   on 2006/06/26  16:29:06
11811         Log: Remove notes about removed 5005-threads from perlguts.
11812      Branch: perl
11813            ! pod/perlguts.pod
11814 ____________________________________________________________________________
11815 [ 28429] By: rgs                                   on 2006/06/26  12:31:19
11816         Log: Subject: [patch@28427] vms.c - null termination of string missing.
11817              From: "John E. Malmberg" <wb8tyw@qsl.net>
11818              Date: Mon, 26 Jun 2006 08:24:57 -0400
11819              Message-ID: <449FD219.5060900@qsl.net>
11820      Branch: perl
11821            ! vms/vms.c
11822 ____________________________________________________________________________
11823 [ 28428] By: rgs                                   on 2006/06/26  08:55:56
11824         Log: More perlreguts nits by Dominic Dunlop,
11825              plus fix a broken internal POD link
11826      Branch: perl
11827            ! pod/perlreguts.pod
11828 ____________________________________________________________________________
11829 [ 28427] By: rgs                                   on 2006/06/25  22:23:46
11830         Log: Nits about lock() in perlthrtut by Daniel Frederick Crisman,
11831              plus other nits by rgs
11832      Branch: perl
11833            ! pod/perlthrtut.pod
11834 ____________________________________________________________________________
11835 [ 28426] By: rgs                                   on 2006/06/25  21:57:30
11836         Log: Compilation fixes for VMS by John E. Malmberg
11837      Branch: perl
11838            ! ext/Hash/Util/FieldHash/FieldHash.xs
11839 ____________________________________________________________________________
11840 [ 28425] By: rgs                                   on 2006/06/25  21:12:06
11841         Log: Nits to perlreguts.pod by Dominic Dunlop
11842      Branch: perl
11843            ! pod/perlreguts.pod
11844 ____________________________________________________________________________
11845 [ 28424] By: mhx                                   on 2006/06/25  08:13:33
11846         Log: Upgrade to Devel::PPPort 3.08_06
11847      Branch: perl
11848            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
11849            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/mktests.PL
11850            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
11851            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
11852            ! ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/Sv_set.t
11853            ! ext/Devel/PPPort/t/call.t ext/Devel/PPPort/t/cop.t
11854            ! ext/Devel/PPPort/t/exception.t ext/Devel/PPPort/t/grok.t
11855            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
11856            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/memory.t
11857            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/newCONSTSUB.t
11858            ! ext/Devel/PPPort/t/newRV.t ext/Devel/PPPort/t/podtest.t
11859            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
11860            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
11861            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
11862            ! ext/Devel/PPPort/t/variables.t ext/Devel/PPPort/t/warn.t
11863 ____________________________________________________________________________
11864 [ 28423] By: stevep                                on 2006/06/25  01:45:51
11865         Log: Re: [PATCH] Hash::Util::FieldHash
11866              From: demerphq <demerphq@gmail.com>
11867              Date: Sat, 24 Jun 2006 13:19:35 +0200
11868              Message-ID: <9b18b3110606240419p1b5a2072t3867306925a3ce46@mail.gmail.com>
11869      Branch: perl
11870            ! ext/Hash/Util/FieldHash/Makefile.PL
11871 ____________________________________________________________________________
11872 [ 28422] By: davem                                 on 2006/06/24  23:31:33
11873         Log: quieten warning by avoiding a comment-within-a-comment
11874      Branch: perl
11875            ! regcomp.c
11876 ____________________________________________________________________________
11877 [ 28421] By: davem                                 on 2006/06/23  22:26:02
11878         Log: migrate TRIE branch in regmatch() to new FSM-esque paradigm
11879      Branch: perl
11880            ! regexec.c regexp.h
11881 ____________________________________________________________________________
11882 [ 28420] By: mhx                                   on 2006/06/23  19:06:43
11883         Log: Upgrade to Devel::PPPort 3.08_05
11884      Branch: perl
11885            - ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
11886            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/Makefile.PL
11887            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/soak
11888 ____________________________________________________________________________
11889 [ 28419] By: rgs                                   on 2006/06/23  16:28:03
11890         Log: Subject: Re: [PATCH] Hash::Util::FieldHash
11891              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
11892              Date: Wed, 21 Jun 2006 22:39:51 +0200
11893              Message-Id: <974A5B4B-7614-4F3F-BA7C-828960D82C55@mailbox.tu-berlin.de>
11894      Branch: perl
11895            + ext/Hash/Util/FieldHash/Changes
11896            + ext/Hash/Util/FieldHash/FieldHash.xs
11897            + ext/Hash/Util/FieldHash/Makefile.PL
11898            + ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
11899            + ext/Hash/Util/FieldHash/t/01_load.t
11900            + ext/Hash/Util/FieldHash/t/02_function.t
11901            + ext/Hash/Util/FieldHash/t/03_class.t
11902            + ext/Hash/Util/FieldHash/t/04_thread.t
11903            + ext/Hash/Util/FieldHash/t/05_perlhook.t
11904            + ext/Hash/Util/FieldHash/t/10_hash.t
11905            + ext/Hash/Util/FieldHash/t/11_hashassign.t
11906            + ext/Hash/Util/FieldHash/t/12_hashwarn.t
11907            ! MANIFEST embed.fnc embed.h ext/Hash/Util/Changes
11908            ! ext/Hash/Util/Makefile.PL ext/Hash/Util/lib/Hash/Util.pm hv.c
11909            ! mg.c pod/perlapi.pod pod/perlguts.pod proto.h sv.c
11910 ____________________________________________________________________________
11911 [ 28418] By: rgs                                   on 2006/06/23  14:00:59
11912         Log: Subject: Re: [PATCH] perlhack.pod
11913              From: "Dr.Ruud" <rvtol+news@isolution.nl>
11914              Date: Thu, 22 Jun 2006 23:42:53 +0200
11915              Message-ID: <20060622215407.9605.qmail@lists.develooper.com>
11916      Branch: perl
11917            ! pod/perlhack.pod
11918 ____________________________________________________________________________
11919 [ 28417] By: rgs                                   on 2006/06/23  10:50:29
11920         Log: Subject: [PATCH]: fix: [perl #39583] Pattern Match fails for specific length string
11921              From: demerphq <demerphq@gmail.com>
11922              Date: Fri, 23 Jun 2006 11:54:19 +0200
11923              Message-ID: <9b18b3110606230254m6afd620bjde6322aefda6f199@mail.gmail.com>
11924      Branch: perl
11925            ! regexec.c
11926 ____________________________________________________________________________
11927 [ 28416] By: rgs                                   on 2006/06/23  09:41:36
11928         Log: perltodo additions by Vadim Konovalov
11929      Branch: perl
11930            ! pod/perltodo.pod
11931 ____________________________________________________________________________
11932 [ 28415] By: stevep                                on 2006/06/22  11:34:20
11933         Log: Subject: [PATCH] IO::Compress::Base
11934              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11935              Date: Thu, 22 Jun 2006 11:40:10 +0100
11936              Message-ID: <01f701c695e8$3d035e20$2405140a@myopwv.com>
11937      Branch: perl
11938            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
11939            ! t/lib/compress/merge.pl
11940 ____________________________________________________________________________
11941 [ 28414] By: steveh                                on 2006/06/22  08:05:14
11942         Log: Subject: Re: Smoke [5.9.4] 28410 FAIL(Fm) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
11943              From: demerphq <demerphq@gmail.com>
11944              Date: Wed, 21 Jun 2006 22:51:03 +0200
11945              Message-ID: <9b18b3110606211351v5b052103i4d727ad464a162e@mail.gmail.com>
11946      Branch: perl
11947            ! regcomp.c
11948 ____________________________________________________________________________
11949 [ 28413] By: rgs                                   on 2006/06/21  08:15:38
11950         Log: Subject: [PATCH] <toke.c> isALNUM(*s) && *s != '_'
11951              From: "Dr.Ruud" <rvtol+news@isolution.nl>
11952              Date: Wed, 21 Jun 2006 01:58:19 +0200
11953              Message-ID: <20060621000237.24398.qmail@lists.develooper.com>
11954      Branch: perl
11955            ! toke.c
11956 ____________________________________________________________________________
11957 [ 28412] By: steveh                                on 2006/06/21  08:07:21
11958         Log: Fix code before declaration error introduced by #28405
11959      Branch: perl
11960            ! regcomp.c
11961 ____________________________________________________________________________
11962 [ 28411] By: rgs                                   on 2006/06/21  07:44:24
11963         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
11964              From: Dominic Dunlop <shouldbedomo@mac.com>
11965              Date: Tue, 20 Jun 2006 21:49:07 +0200
11966              Message-Id: <C48A3CD4-DDA5-43AD-8DDC-20375A187EFD@mac.com>
11967      Branch: perl
11968            ! t/op/sprintf.t
11969 ____________________________________________________________________________
11970 [ 28410] By: rgs                                   on 2006/06/20  22:01:16
11971         Log: Upgrade to Sys::Syslog 0.16
11972      Branch: perl
11973            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
11974            ! ext/Sys/Syslog/t/syslog.t
11975 ____________________________________________________________________________
11976 [ 28409] By: rgs                                   on 2006/06/20  17:22:15
11977         Log: Change 28404 broke the construct s/foo/<<BAR/e. So, try to be more
11978              clever. If the right hand side of s///e contains a #, then maybe
11979              it's a comment, so add a \n after it. Obviously, this is fast, but
11980              won't cover all possible cases.
11981      Branch: perl
11982            ! toke.c
11983 ____________________________________________________________________________
11984 [ 28408] By: rgs                                   on 2006/06/20  14:18:28
11985         Log: Subject: [PATCH] Re: [perl #39530] printf: bad formatting of hexadecimal conversion of binary string using vector flag
11986              From: Dominic Dunlop <shouldbedomo@mac.com>
11987              Date: Tue, 20 Jun 2006 16:02:38 +0200
11988              Message-Id: <D223CF35-9AC3-4351-A0C9-F4E224AAC19E@mac.com>
11989      Branch: perl
11990            ! sv.c t/op/sprintf.t
11991 ____________________________________________________________________________
11992 [ 28407] By: rgs                                   on 2006/06/20  12:51:31
11993         Log: Subject: [PATCH] IO::Compress::* 2.000_13
11994              From: "Paul Marquess" <paul.marquess@ntlworld.com>
11995              Date: Tue, 20 Jun 2006 13:40:47 +0100
11996              Message-ID: <00b101c69466$c18f0af0$2405140a@myopwv.com>
11997      Branch: perl
11998            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
11999            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
12000            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12001            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
12002            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
12003            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
12004            ! ext/Compress/IO/Zlib/README
12005            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
12006            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
12007            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
12008            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
12009            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
12010            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
12011            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
12012            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
12013            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
12014            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
12015            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
12016            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
12017            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
12018            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
12019            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
12020            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
12021            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
12022            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
12023            ! ext/Compress/Raw/Zlib/README
12024            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
12025            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
12026            ! ext/Compress/Zlib/lib/Compress/Zlib.pm t/lib/compress/multi.pl
12027            ! t/lib/compress/oneshot.pl
12028 ____________________________________________________________________________
12029 [ 28406] By: rgs                                   on 2006/06/20  12:44:27
12030         Log: Upgrade to Unicode::Normalize 1.01
12031      Branch: perl
12032            + ext/Unicode/Normalize/t/tie.t
12033            ! MANIFEST ext/Unicode/Normalize/Changes
12034            ! ext/Unicode/Normalize/Normalize.pm
12035            ! ext/Unicode/Normalize/Normalize.xs
12036            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/t/func.t
12037            ! ext/Unicode/Normalize/t/illegal.t
12038 ____________________________________________________________________________
12039 [ 28405] By: stevep                                on 2006/06/20  12:14:27
12040         Log: Clean up a few warnings in regcomp.c under -Dgccansipedantic.
12041      Branch: perl
12042            ! regcomp.c
12043 ____________________________________________________________________________
12044 [ 28404] By: rgs                                   on 2006/06/20  08:52:12
12045         Log: Subject: [perl #39365] Bug in toke.c (eval in subst) 
12046              From: bcarter@gumdrop.flyinganvil.org (via RT) <perlbug-followup@perl.org>
12047              Date: Fri, 09 Jun 2006 02:08:44 -0700
12048              Message-ID: <rt-3.0.11-39365-134716.18.9775670722527@perl.org>
12049              
12050              plus a regression test.
12051      Branch: perl
12052            ! t/comp/parser.t toke.c
12053 ____________________________________________________________________________
12054 [ 28403] By: rgs                                   on 2006/06/20  08:16:58
12055         Log: Subject: [PATCH lib/UNIVERSAL.pm] Add Documentation for DOES()
12056              From: chromatic <chromatic@wgz.org>
12057              Date: Sat, 17 Jun 2006 17:24:03 -0700
12058              Message-Id: <200606171724.04302.chromatic@wgz.org>
12059      Branch: perl
12060            ! lib/UNIVERSAL.pm
12061 ____________________________________________________________________________
12062 [ 28402] By: rgs                                   on 2006/06/19  11:27:03
12063         Log: Subject: RE: [PATCH] cflags.SH: rework the gcc warnings selection
12064              From: "Green, Paul" <Paul.Green@stratus.com>
12065              Date: Sun, 18 Jun 2006 19:41:50 -0400
12066              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB02026106@EXNA.corp.stratus.com>
12067      Branch: perl
12068            ! cflags.SH
12069 ____________________________________________________________________________
12070 [ 28401] By: davem                                 on 2006/06/18  09:58:08
12071         Log: Subject:  [PATCH] Re: blead trie problems in tru64 with -DDEBUGGING
12072              From:  Jarkko Hietaniemi <jhi@iki.fi>
12073              Date:  Sun, 18 Jun 2006 01:04:46 +0300
12074              Message-Id:  <44947C7E.7090100@iki.fi>
12075      Branch: perl
12076            ! regexec.c
12077 ____________________________________________________________________________
12078 [ 28400] By: davem                                 on 2006/06/17  20:01:38
12079         Log: Subject:  [PATCH] Comply with the 0x80th commandment
12080              From:  demerphq <demerphq@gmail.com>
12081              Date:  Sat, 17 Jun 2006 16:44:17 +0200
12082              Message-Id:  <9b18b3110606170744x60f4074bg11bf0f4c87eeb6c1@mail.gmail.com>
12083              
12084              add some (U8) casts
12085      Branch: perl
12086            ! regcomp.h
12087 ____________________________________________________________________________
12088 [ 28399] By: davem                                 on 2006/06/17  16:39:53
12089         Log: dont warn at exit of detatched threads still running
12090      Branch: perl
12091            ! ext/threads/t/blocks.t ext/threads/threads.xs
12092 ____________________________________________________________________________
12093 [ 28398] By: davem                                 on 2006/06/16  23:25:51
12094         Log: start turning regmatch() main loop into a FSM
12095              also make BRANCH use the state stack rather than its own unwind struct
12096      Branch: perl
12097            ! regcomp.pl regexec.c regexp.h regnodes.h t/op/re_tests
12098 ____________________________________________________________________________
12099 [ 28397] By: rgs                                   on 2006/06/15  10:01:14
12100         Log: Subject: [PATCH] cflags.SH: rework the gcc warnings selection
12101              From: Jarkko Hietaniemi <jhi@iki.fi>
12102              Date: Thu, 15 Jun 2006 09:12:53 +0300
12103              Message-ID: <4490FA65.70006@iki.fi>
12104      Branch: perl
12105            ! cflags.SH
12106 ____________________________________________________________________________
12107 [ 28396] By: craigb                                on 2006/06/15  03:20:48
12108         Log: only use NAML$M_OPEN_SPECIAL where it exists
12109      Branch: perl
12110            ! vms/vms.c
12111 ____________________________________________________________________________
12112 [ 28395] By: craigb                                on 2006/06/15  03:16:34
12113         Log: signedness nit in Unicode::Normalize::decompose
12114      Branch: perl
12115            ! ext/Unicode/Normalize/Normalize.xs
12116 ____________________________________________________________________________
12117 [ 28394] By: rgs                                   on 2006/06/14  14:58:14
12118         Log: Subject: Re: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
12119              From: demerphq <demerphq@gmail.com>
12120              Date: Wed, 14 Jun 2006 14:33:24 +0200
12121              Message-ID: <9b18b3110606140533k583fdd3bh6c4b292e7ff4cf13@mail.gmail.com>
12122      Branch: perl
12123            ! regcomp.c regcomp.h
12124 ____________________________________________________________________________
12125 [ 28393] By: rgs                                   on 2006/06/14  12:11:13
12126         Log: Subject: [PATCH] fix re debug segvs in global destruction, and a tweak to Benchmark to prevent infinite loops. (Re: ext/re/t/regop.pl SEGV)
12127              From: demerphq <demerphq@gmail.com>
12128              Date: Wed, 14 Jun 2006 13:54:04 +0200
12129              Message-ID: <9b18b3110606140454p19f4241exae6528f1c7bb32d7@mail.gmail.com>
12130      Branch: perl
12131            ! ext/re/t/regop.pl lib/Benchmark.pm regcomp.c regcomp.h
12132            ! regexec.c
12133 ____________________________________________________________________________
12134 [ 28392] By: rgs                                   on 2006/06/13  09:23:23
12135         Log: I thought I had fixed the spelling of DOES() in universal.t, but
12136              apparently no.
12137      Branch: perl
12138            ! t/op/universal.t
12139 ____________________________________________________________________________
12140 [ 28391] By: rgs                                   on 2006/06/13  08:32:04
12141         Log: Subject: Guard clause should happen first, otherwise its not a guard clause.
12142              From: demerphq <demerphq@gmail.com>
12143              Date: Tue, 13 Jun 2006 09:39:42 +0200
12144              Message-ID: <9b18b3110606130039v1c6a3fe6s448e92ab2a05888a@mail.gmail.com>
12145      Branch: perl
12146            ! regcomp.c regexec.c
12147 ____________________________________________________________________________
12148 [ 28390] By: stevep                                on 2006/06/13  01:15:21
12149         Log: Upgrade to Digest-SHA-5.41
12150      Branch: perl
12151            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
12152            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
12153            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
12154            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
12155            ! ext/Digest/SHA/t/2-nist-sha-oo.t
12156 ____________________________________________________________________________
12157 [ 28389] By: stevep                                on 2006/06/13  01:00:02
12158         Log: Upgrade to Unicode-Normalize-1.00
12159      Branch: perl
12160            ! ext/Unicode/Normalize/Changes
12161            ! ext/Unicode/Normalize/Normalize.pm
12162            ! ext/Unicode/Normalize/Normalize.xs
12163            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
12164            ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
12165            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/null.t
12166            ! ext/Unicode/Normalize/t/test.t
12167 ____________________________________________________________________________
12168 [ 28388] By: rgs                                   on 2006/06/12  17:21:22
12169         Log: Subject: Re: Segv from new regex code when under threads.
12170              From: demerphq <demerphq@gmail.com>
12171              Date: Mon, 12 Jun 2006 19:17:30 +0200
12172              Message-ID: <9b18b3110606121017t3af81484t4fb13015fac74592@mail.gmail.com>
12173      Branch: perl
12174            ! regcomp.c win32/vmem.h
12175 ____________________________________________________________________________
12176 [ 28387] By: rgs                                   on 2006/06/12  16:41:44
12177         Log: Add the new method UNIVERSAL::DOES() and the API function sv_does()
12178              
12179              Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
12180              From: chromatic <chromatic@wgz.org>
12181              Date: Tue, 30 May 2006 17:41:08 -0700
12182              Message-Id: <200605301741.08363.chromatic@wgz.org>
12183      Branch: perl
12184            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h
12185            ! t/op/universal.t universal.c
12186 ____________________________________________________________________________
12187 [ 28386] By: rgs                                   on 2006/06/12  14:35:22
12188         Log: Adapt the new Test::Harness test to the core
12189      Branch: perl
12190            ! lib/Test/Harness/t/failure.t
12191 ____________________________________________________________________________
12192 [ 28385] By: rgs                                   on 2006/06/12  14:12:18
12193         Log: Subject: [PATCH] Static cleanup in pp_sort.c
12194              From: andy@petdance.com (Andy Lester)
12195              Date: Mon, 12 Jun 2006 08:59:34 -0500
12196              Message-ID: <20060612135934.GA2202@petdance.com>
12197      Branch: perl
12198            ! embed.fnc embed.h pp_sort.c proto.h
12199 ____________________________________________________________________________
12200 [ 28384] By: rgs                                   on 2006/06/12  14:08:09
12201         Log: Upgrade to Test::Harness 2.62
12202      Branch: perl
12203            + lib/Test/Harness/t/failure.t
12204            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
12205 ____________________________________________________________________________
12206 [ 28383] By: rgs                                   on 2006/06/12  13:01:43
12207         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.15.tar.gz
12208              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
12209              Date: Sun, 11 Jun 2006 02:30:54 +0200
12210              Message-ID: <1149985854.448b643e27a1f@imp5-g19.free.fr>
12211      Branch: perl
12212            + ext/Sys/Syslog/ppport.h
12213            ! MANIFEST ext/Sys/Syslog/Changes ext/Sys/Syslog/README
12214            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/Syslog.xs
12215            ! ext/Sys/Syslog/t/syslog.t
12216 ____________________________________________________________________________
12217 [ 28382] By: rgs                                   on 2006/06/12  12:08:54
12218         Log: Subject: Re: [PATCH DOC] Three minor fixes related to perlop
12219              From: Daniel Frederick Crisman <daniel@crisman.org>
12220              Date: Sat, 10 Jun 2006 10:49:29 -0400
12221              Message-ID: <20060610144929.GA10201@fury.crisman.org>
12222      Branch: perl
12223            ! pod/perldiag.pod pod/perlop.pod
12224 ____________________________________________________________________________
12225 [ 28381] By: rgs                                   on 2006/06/12  10:07:18
12226         Log: Subject: [PATCH] Proper use of enums
12227              From: andy@petdance.com (Andy Lester)
12228              Date: Sun, 11 Jun 2006 22:44:34 -0500
12229              Message-ID: <20060612034434.GA21588@petdance.com>
12230      Branch: perl
12231            ! embed.fnc gv.c op.c perlio.c pod/perlapi.pod pp.c proto.h sv.c
12232            ! sv.h
12233 ____________________________________________________________________________
12234 [ 28380] By: rgs                                   on 2006/06/11  23:08:32
12235         Log: Subject: Re: [PATCH] regexec/regcomp.c cleanups
12236              From: demerphq <demerphq@gmail.com>
12237              Date: Sun, 11 Jun 2006 23:01:14 +0200
12238              Message-ID: <9b18b3110606111401o143b2f57rd17bf117979853e7@mail.gmail.com>
12239      Branch: perl
12240            ! ext/re/re.pm pod/perlreguts.pod regcomp.c regcomp.h regexec.c
12241            ! regexp.h sv.c
12242 ____________________________________________________________________________
12243 [ 28379] By: rgs                                   on 2006/06/11  22:00:03
12244         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
12245              From: demerphq <demerphq@gmail.com>
12246              Date: Fri, 9 Jun 2006 19:48:11 +0200
12247              Message-ID: <9b18b3110606091048n4d1f3b17vc608943044d4532a@mail.gmail.com>
12248      Branch: perl
12249            ! ext/re/re.pm regcomp.c regexec.c regexp.h
12250 ____________________________________________________________________________
12251 [ 28378] By: nicholas                              on 2006/06/11  20:52:36
12252         Log: A little more work needed to get ext/re/t/re.t test 14 (no segv) passing
12253              with PERL_DESTRUCT_LEVEL=2.
12254      Branch: perl
12255            ! gv.c regcomp.h
12256 ____________________________________________________________________________
12257 [ 28377] By: rgs                                   on 2006/06/09  16:40:52
12258         Log: Mark the 1st argument to S_exec_failed as non null
12259      Branch: perl
12260            ! embed.fnc proto.h
12261 ____________________________________________________________________________
12262 [ 28376] By: rgs                                   on 2006/06/09  16:15:08
12263         Log: Subject: [PATCH] Add error checks after execing PL_cshname or PL_sh_path
12264              From: "Jan Dubois" <jand@activestate.com>
12265              Date: Wed, 7 Jun 2006 15:53:02 -0700
12266              Message-ID: <002301c68a85$21aa7320$d045a8c0@candy>
12267      Branch: perl
12268            ! doio.c embed.fnc embed.h proto.h
12269 ____________________________________________________________________________
12270 [ 28375] By: rgs                                   on 2006/06/09  16:03:03
12271         Log: Subject: [patch] Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.64.tar.gz
12272              From: John Peacock <jpeacock@rowman.com>
12273              Date: Thu, 08 Jun 2006 21:14:04 -0400
12274              Message-ID: <4488CB5C.4070702@rowman.com>
12275      Branch: perl
12276            ! lib/version.pm lib/version.pod lib/version.t universal.c
12277            ! util.c
12278 ____________________________________________________________________________
12279 [ 28374] By: rgs                                   on 2006/06/09  14:39:31
12280         Log: Subject: [PATCH] sv_dup
12281              From: andy@petdance.com (Andy Lester)
12282              Date: Fri, 9 Jun 2006 00:39:25 -0500
12283              Message-ID: <20060609053925.GA30698@petdance.com>
12284      Branch: perl
12285            ! sv.c
12286 ____________________________________________________________________________
12287 [ 28373] By: rgs                                   on 2006/06/09  14:06:24
12288         Log: Subject: Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.
12289              From: demerphq <demerphq@gmail.com>
12290              Date: Fri, 9 Jun 2006 00:56:37 +0200
12291              Message-ID: <9b18b3110606081556t779de698r82f361d82a05fbc8@mail.gmail.com>
12292              
12293              (with tweaks)
12294      Branch: perl
12295            ! embed.fnc embed.h ext/re/t/re.t ext/re/t/regop.pl
12296            ! ext/re/t/regop.t proto.h regcomp.c regcomp.h regexec.c sv.c
12297 ____________________________________________________________________________
12298 [ 28372] By: rgs                                   on 2006/06/08  14:11:29
12299         Log: Add the perlreguts manpage, by Yves Orton
12300      Branch: perl
12301            + pod/perlreguts.pod
12302            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
12303            ! vms/descrip_mms.template win32/pod.mak
12304 ____________________________________________________________________________
12305 [ 28371] By: rgs                                   on 2006/06/08  13:00:18
12306         Log: Subject: [PATCH] Re: range operator vs. unicode
12307              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12308              Date: Thu, 8 Jun 2006 02:33:43 -0700
12309              Message-ID: <20060608093343.GD2676@efn.org>
12310              
12311              with tweaks
12312      Branch: perl
12313            ! pod/perlop.pod
12314 ____________________________________________________________________________
12315 [ 28370] By: rgs                                   on 2006/06/07  20:47:20
12316         Log: Revert change #20462 (except the regression test),
12317              since the bug has been really fixed by change #22074,
12318              as explained in :
12319              Subject: Re: [perl #39247] defined-ness of substrings disappear over repeated calls
12320              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12321              Date: Thu, 01 Jun 2006 08:16:51 +0900
12322              Message-Id: <20060601081304.7A39.BQW10602@nifty.com>
12323      Branch: perl
12324            ! pp.c
12325 ____________________________________________________________________________
12326 [ 28369] By: nicholas                              on 2006/06/07  17:36:32
12327         Log: The binmode in t/iop/utf8.t doesn't need to be conditional on ${^OPEN}
12328      Branch: perl
12329            ! t/io/utf8.t
12330 ____________________________________________________________________________
12331 [ 28368] By: craigb                                on 2006/06/07  12:29:32
12332         Log: autosplit one level deeper so we don't miss anything
12333              on a second pass (where lib/auto already exists)
12334      Branch: perl
12335            ! vms/descrip_mms.template
12336 ____________________________________________________________________________
12337 [ 28367] By: craigb                                on 2006/06/07  12:14:39
12338         Log: Subject: [patch@28349] vmsify - full EFS charset support
12339              From: "John E. Malmberg" <wb8tyw@qsl.net>
12340              Date: Mon, 05 Jun 2006 23:39:32 -0400
12341              Message-id: <4484F8F4.7040902@qsl.net>
12342
12343      Branch: perl
12344            ! vms/vms.c vms/vmsish.h
12345 ____________________________________________________________________________
12346 [ 28366] By: rgs                                   on 2006/06/07  09:13:51
12347         Log: Add a regression test to ensure that charnames pragma
12348              is propagated to eval("")
12349      Branch: perl
12350            ! lib/charnames.t
12351 ____________________________________________________________________________
12352 [ 28365] By: rgs                                   on 2006/06/07  08:47:49
12353         Log: Make "use feature 'dor'" an alias for "use feature 'err'"
12354      Branch: perl
12355            ! lib/feature.pm
12356 ____________________________________________________________________________
12357 [ 28364] By: rgs                                   on 2006/06/07  08:33:35
12358         Log: Subject: [PATCH] exhausting <> in BEGIN{} gets ARGVOUT used only once warning
12359              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
12360              Date: Tue, 6 Jun 2006 22:24:46 -0700
12361              Message-ID: <20060607052446.GA3240@efn.org>
12362      Branch: perl
12363            ! gv.c t/op/readline.t
12364 ____________________________________________________________________________
12365 [ 28363] By: rgs                                   on 2006/06/07  08:30:03
12366         Log: Subject: [PATCH] dump.c patches
12367              From: andy@petdance.com (Andy Lester)
12368              Date: Tue, 6 Jun 2006 10:01:37 -0500
12369              Message-ID: <20060606150137.GA4434@petdance.com>
12370      Branch: perl
12371            ! doop.c dump.c
12372 ____________________________________________________________________________
12373 [ 28362] By: merijn                                on 2006/06/06  18:33:52
12374         Log: Subject: [PATCH]Teach Configure that icc is not gcc
12375              From: Steve Peters <steve@fisharerojo.org>
12376              Date: Tue, 6 Jun 2006 10:33:12 -0500
12377              Message-ID: <20060606153312.GA5542@fisharerojo.org>
12378      Branch: perl
12379            ! Configure
12380 ____________________________________________________________________________
12381 [ 28360] By: rgs                                   on 2006/06/06  16:30:36
12382         Log: Upgrade to Module::CoreList 2.05
12383              (contains a patch by Adriano Ferreira to make corelist accept
12384              regexps as arguments)
12385      Branch: perl
12386            + lib/Module/CoreList/t/find_modules.t
12387            ! MANIFEST lib/Module/CoreList.pm
12388            ! lib/Module/CoreList/bin/corelist
12389 ____________________________________________________________________________
12390 [ 28359] By: rgs                                   on 2006/06/06  12:37:34
12391         Log: Upgrade to Encode 2.18
12392      Branch: perl
12393            ! ext/Encode/Byte/Byte.pm ext/Encode/CN/CN.pm ext/Encode/Changes
12394            ! ext/Encode/EBCDIC/EBCDIC.pm ext/Encode/Encode.pm
12395            ! ext/Encode/Encode.xs ext/Encode/JP/JP.pm ext/Encode/KR/KR.pm
12396            ! ext/Encode/Symbol/Symbol.pm ext/Encode/TW/TW.pm
12397            ! ext/Encode/bin/enc2xs ext/Encode/encoding.pm
12398            ! ext/Encode/lib/Encode/Alias.pm
12399            ! ext/Encode/lib/Encode/CJKConstants.pm
12400            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
12401            ! ext/Encode/lib/Encode/Encoding.pm
12402            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
12403            ! ext/Encode/lib/Encode/JP/JIS7.pm
12404            ! ext/Encode/lib/Encode/KR/2022_KR.pm
12405            ! ext/Encode/lib/Encode/MIME/Header.pm
12406            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
12407            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
12408 ____________________________________________________________________________
12409 [ 28358] By: rgs                                   on 2006/06/06  11:27:19
12410         Log: Subject: [PATCH] more accumulated cleanups
12411              From: andy@petdance.com (Andy Lester)
12412              Date: Tue, 6 Jun 2006 00:25:01 -0500
12413              Message-ID: <20060606052501.GA30469@petdance.com>
12414      Branch: perl
12415            ! av.c doio.c utf8.c util.c
12416 ____________________________________________________________________________
12417 [ 28357] By: rgs                                   on 2006/06/06  11:17:22
12418         Log: Subject: [PATCH] Accumulated toke.c cleanups
12419              From: andy@petdance.com (Andy Lester)
12420              Date: Tue, 6 Jun 2006 00:07:36 -0500
12421              Message-ID: <20060606050736.GA30291@petdance.com>
12422      Branch: perl
12423            ! toke.c
12424 ____________________________________________________________________________
12425 [ 28356] By: rgs                                   on 2006/06/06  11:05:46
12426         Log: Subject: [PATCH] random thread test failure
12427              From: "Jerry D. Hedden" <jerry@hedden.us>
12428              Date: Mon, 05 Jun 2006 13:28:51 -0700
12429              Message-ID: <20060605132851.fb30e530d17747c2b054d625b8945d88.65486bb40b.wbe@email.secureserver.net>
12430      Branch: perl
12431            ! ext/threads/t/thread.t
12432 ____________________________________________________________________________
12433 [ 28355] By: rgs                                   on 2006/06/06  11:02:14
12434         Log: Subject: [PATCH] threads 1.32
12435              From: "Jerry D. Hedden" <jerry@hedden.us>
12436              Date: Mon, 05 Jun 2006 06:34:56 -0700
12437              Message-ID: <20060605063456.fb30e530d17747c2b054d625b8945d88.21396dde59.wbe@email.secureserver.net>
12438      Branch: perl
12439            + ext/threads/hints/hpux.pl
12440            ! MANIFEST ext/threads/Changes ext/threads/README
12441            ! ext/threads/t/blocks.t ext/threads/t/context.t
12442            ! ext/threads/t/end.t ext/threads/t/free.t ext/threads/t/free2.t
12443            ! ext/threads/t/join.t ext/threads/t/kill.t ext/threads/t/libc.t
12444            ! ext/threads/t/problems.t ext/threads/t/thread.t
12445            ! ext/threads/threads.pm ext/threads/threads.xs
12446 ____________________________________________________________________________
12447 [ 28354] By: nicholas                              on 2006/06/05  21:39:40
12448         Log: Eliminate most of the UTF-8 black smoke by skipping optree tests when
12449              ${^OPEN} is set, and tweaking hints.t to understand that $^H is
12450              different when -C has been used.
12451      Branch: perl
12452            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
12453            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
12454            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
12455            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
12456            ! t/comp/hints.t
12457 ____________________________________________________________________________
12458 [ 28353] By: nicholas                              on 2006/06/05  21:38:38
12459         Log: Add the missing ${^OPEN} hints flag to B::Concise
12460      Branch: perl
12461            ! ext/B/B/Concise.pm
12462 ____________________________________________________________________________
12463 [ 28352] By: rgs                                   on 2006/06/05  16:22:46
12464         Log: Subject: [DOCPATCH perlunicode.pod] paragraphing nit
12465              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12466              Date: Sun, 04 Jun 2006 15:52:54 +0900
12467              Message-Id: <20060604155149.0913.BQW10602@nifty.com>
12468      Branch: perl
12469            ! pod/perlunicode.pod
12470 ____________________________________________________________________________
12471 [ 28351] By: rgs                                   on 2006/06/05  08:35:45
12472         Log: Subject: [PATCH] mg.c: using #ifdef inside a macro call ENONPORTABLE (causes e.g. AIX to barf)
12473              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12474              Date: Sun, 4 Jun 2006 11:21:30 +0300 (EEST)
12475              Message-Id: <200606040821.k548LUYu010965@vipunen.hut.fi>
12476      Branch: perl
12477            ! mg.c
12478 ____________________________________________________________________________
12479 [ 28350] By: rgs                                   on 2006/06/05  07:50:12
12480         Log: Use POSIX::_exit instead of exit in IPC::Open when exiting after an
12481              exec() failure, as suggested by Salvador Fandino after change #28347
12482      Branch: perl
12483            ! lib/IPC/Open3.pm
12484 ____________________________________________________________________________
12485 [ 28349] By: rgs                                   on 2006/06/04  22:32:50
12486         Log: The smart match table was duplicated in source code and in perlsyn,
12487              so remove the one in the source code
12488      Branch: perl
12489            ! pod/perlsyn.pod pp_ctl.c
12490 ____________________________________________________________________________
12491 [ 28348] By: craigb                                on 2006/06/02  23:18:08
12492         Log: It's all relative -- better handling of tainted directories
12493              in PATH on VMS (and scrubbing them in t/test.pl).
12494      Branch: perl
12495            ! mg.c t/test.pl
12496 ____________________________________________________________________________
12497 [ 28347] By: davem                                 on 2006/06/02  19:53:52
12498         Log: IPC::Open3 handled exec failure badly
12499              When you're in the child, don't croak - you may get trapped by
12500              eval. Also clarify the documentation
12501      Branch: perl
12502            ! lib/IPC/Open3.pm
12503 ____________________________________________________________________________
12504 [ 28346] By: stevep                                on 2006/06/01  19:11:38
12505         Log: Subject: [perl #39178] IO::Socket::connect returns wrong errno on timeout
12506              From: "mlelstv@serpens.de (via RT)" <perlbug-followup@perl.org>
12507              Date: Sun, 21 May 2006 04:23:38 -0700
12508              Message-ID: <rt-3.0.11-39178-133695.13.7935957232893@perl.org>
12509      Branch: perl
12510            ! ext/IO/lib/IO/Socket.pm
12511 ____________________________________________________________________________
12512 [ 28345] By: rgs                                   on 2006/06/01  14:50:50
12513         Log: Add the perlunitut manpage, by Juerd Waalboer
12514      Branch: perl
12515            + pod/perlunitut.pod
12516            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
12517            ! vms/descrip_mms.template win32/pod.mak
12518 ____________________________________________________________________________
12519 [ 28344] By: rgs                                   on 2006/06/01  12:16:09
12520         Log: Subject: [PATCH: installperl] Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references not implemented"
12521              From: Brendan O'Dea <bod@debian.org>
12522              Date: Wed, 31 May 2006 22:51:48 +1000
12523              Message-ID: <20060531125148.GA20658@londo.c47.org>
12524      Branch: perl
12525            ! installperl
12526 ____________________________________________________________________________
12527 [ 28343] By: rgs                                   on 2006/06/01  11:40:34
12528         Log: Add a few more built-in types in perlfunc/ref()
12529      Branch: perl
12530            ! pod/perlfunc.pod
12531 ____________________________________________________________________________
12532 [ 28342] By: rgs                                   on 2006/06/01  07:08:36
12533         Log: Remove duplicate file in manifest
12534      Branch: perl
12535            ! MANIFEST
12536 ____________________________________________________________________________
12537 [ 28341] By: rgs                                   on 2006/06/01  07:07:43
12538         Log: Add missing file to MANIFEST
12539      Branch: perl
12540            ! MANIFEST
12541 ____________________________________________________________________________
12542 [ 28340] By: craigb                                on 2006/05/31  03:31:54
12543         Log: Teach incfilter.t some DCL.
12544      Branch: perl
12545            ! t/op/incfilter.t
12546 ____________________________________________________________________________
12547 [ 28339] By: craigb                                on 2006/05/31  03:19:27
12548         Log: Make VMS-specific device name encoding routine say no more politely.
12549      Branch: perl
12550            ! vms/vms.c
12551 ____________________________________________________________________________
12552 [ 28338] By: rgs                                   on 2006/05/30  12:21:17
12553         Log: Subject: Re: B::Lint changes
12554              From: "Joshua ben Jore" <twists@gmail.com>
12555              Date: Thu, 18 May 2006 08:45:30 -0500
12556              Message-ID: <dc5c751d0605180645q63ddba5fga354d2660a4877f5@mail.gmail.com>
12557      Branch: perl
12558            ! ext/B/B/Lint.pm ext/B/t/lint.t
12559 ____________________________________________________________________________
12560 [ 28337] By: nicholas                              on 2006/05/30  11:59:26
12561         Log: Fix bugs in the bytecode system caused by the abolition of cop_io.
12562      Branch: perl
12563            ! ext/B/B.xs ext/B/B/Bytecode.pm
12564 ____________________________________________________________________________
12565 [ 28336] By: rgs                                   on 2006/05/30  08:32:00
12566         Log: Subject: C is not perl, AV's dont just magically free themselves...
12567              From: demerphq <demerphq@gmail.com>
12568              Date: Tue, 30 May 2006 10:23:19 +0200
12569              Message-ID: <9b18b3110605300123t467f14eerf30a149f253be281@mail.gmail.com>
12570      Branch: perl
12571            ! regcomp.c
12572 ____________________________________________________________________________
12573 [ 28335] By: nicholas                              on 2006/05/29  22:58:46
12574         Log: Comprehensive regression tests for Perl_refcounted_he_fetch().
12575              Fix a bug due to the fact that Perl's typedef'd "bool" type isn't
12576              actually boolean.
12577      Branch: perl
12578            + ext/XS/APItest/t/op.t t/op/caller.pl
12579            ! MANIFEST ext/XS/APItest/APItest.xs hv.c t/op/caller.t
12580 ____________________________________________________________________________
12581 [ 28334] By: craigb                                on 2006/05/29  22:34:23
12582         Log: Subject: [PATCH] redo part of change 27374
12583              From: Abe Timmerman <abe@ztreet.demon.nl>
12584              Date: Mon, 29 May 2006 23:24:51 +0200
12585              Message-id: <200605292324.51714.abe@ztreet.demon.nl>
12586
12587      Branch: perl
12588            ! configure.com
12589 ____________________________________________________________________________
12590 [ 28333] By: craigb                                on 2006/05/29  19:37:41
12591         Log: And some more DynaLoader things that should not be tested on
12592              VMS since they are not part of the implementation.
12593      Branch: perl
12594            ! ext/DynaLoader/t/DynaLoader.t
12595 ____________________________________________________________________________
12596 [ 28332] By: mhx                                   on 2006/05/29  17:50:48
12597         Log: Upgrade to Devel::PPPort 3.08_04
12598      Branch: perl
12599            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
12600            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
12601            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
12602            ! ext/Devel/PPPort/apicheck_c.PL
12603            ! ext/Devel/PPPort/devel/buildperl.pl
12604            ! ext/Devel/PPPort/devel/devtools.pl
12605            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
12606            ! ext/Devel/PPPort/devel/regenerate
12607            ! ext/Devel/PPPort/parts/apicheck.pl
12608            ! ext/Devel/PPPort/parts/base/5004000
12609            ! ext/Devel/PPPort/parts/base/5004050
12610            ! ext/Devel/PPPort/parts/base/5005000
12611            ! ext/Devel/PPPort/parts/base/5005030
12612            ! ext/Devel/PPPort/parts/base/5006000
12613            ! ext/Devel/PPPort/parts/base/5006001
12614            ! ext/Devel/PPPort/parts/base/5007001
12615            ! ext/Devel/PPPort/parts/base/5007002
12616            ! ext/Devel/PPPort/parts/base/5007003
12617            ! ext/Devel/PPPort/parts/base/5008000
12618            ! ext/Devel/PPPort/parts/base/5008001
12619            ! ext/Devel/PPPort/parts/base/5009000
12620            ! ext/Devel/PPPort/parts/base/5009001
12621            ! ext/Devel/PPPort/parts/base/5009002
12622            ! ext/Devel/PPPort/parts/base/5009003
12623            ! ext/Devel/PPPort/parts/base/5009004
12624            ! ext/Devel/PPPort/parts/inc/podtest
12625            ! ext/Devel/PPPort/parts/todo/5004000
12626            ! ext/Devel/PPPort/parts/todo/5005000
12627            ! ext/Devel/PPPort/parts/todo/5005030
12628            ! ext/Devel/PPPort/parts/todo/5006000
12629            ! ext/Devel/PPPort/parts/todo/5006001
12630            ! ext/Devel/PPPort/parts/todo/5007001
12631            ! ext/Devel/PPPort/parts/todo/5007002
12632            ! ext/Devel/PPPort/parts/todo/5007003
12633            ! ext/Devel/PPPort/parts/todo/5008000
12634            ! ext/Devel/PPPort/parts/todo/5008001
12635            ! ext/Devel/PPPort/parts/todo/5009000
12636            ! ext/Devel/PPPort/parts/todo/5009001
12637            ! ext/Devel/PPPort/parts/todo/5009002
12638            ! ext/Devel/PPPort/parts/todo/5009003
12639            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
12640            ! ext/Devel/PPPort/t/podtest.t
12641 ____________________________________________________________________________
12642 [ 28331] By: davem                                 on 2006/05/29  15:27:02
12643         Log: make require report too many open files error
12644              ie don't continue searching the rest of @INC
12645      Branch: perl
12646            ! pp_ctl.c
12647 ____________________________________________________________________________
12648 [ 28330] By: davem                                 on 2006/05/29  14:12:13
12649         Log: ensure failure to load Carp::Heavy gets reported
12650      Branch: perl
12651            ! lib/Carp.pm
12652 ____________________________________________________________________________
12653 [ 28329] By: rgs                                   on 2006/05/29  14:08:42
12654         Log: Revert change 28322, which makes ithreads panic
12655      Branch: perl
12656            ! perlio.c
12657 ____________________________________________________________________________
12658 [ 28328] By: rgs                                   on 2006/05/29  13:41:24
12659         Log: Subject: Re: [perl #39126] possible memory related bug when using sprintf with an utf-8 encoded format-string and iso-8859-1 encoded string variables. 
12660              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
12661              Date: Sun, 21 May 2006 19:33:21 +0900
12662              Message-Id: <20060521193259.81E5.BQW10602@nifty.com>
12663              
12664              with test tweaks further suggested by the same
12665      Branch: perl
12666            ! sv.c t/op/sprintf2.t
12667 ____________________________________________________________________________
12668 [ 28327] By: rgs                                   on 2006/05/29  13:10:45
12669         Log: Silence a warning
12670      Branch: perl
12671            ! regcomp.c
12672 ____________________________________________________________________________
12673 [ 28326] By: rgs                                   on 2006/05/29  12:40:15
12674         Log: Regen headers following change 28325. Also, make it compile
12675              with gcc by forward-declaring struct _reg_trie_data; and
12676              tweak the new re test to use test.pl, in order to portably
12677              run a new interpreter
12678      Branch: perl
12679            ! embed.h ext/re/t/regop.t perl.h proto.h regcomp.c regcomp.h
12680            ! regexec.c regnodes.h
12681 ____________________________________________________________________________
12682 [ 28325] By: rgs                                   on 2006/05/29  12:38:09
12683         Log: Subject: Re: [PATCH] More regex optimisations and debug enhancements (including Andys stuff too)
12684              From: demerphq <demerphq@gmail.com>
12685              Date: Sun, 28 May 2006 16:24:59 +0200
12686              Message-ID: <9b18b3110605280724u54a9c53bn3b20692b6fe4f1c3@mail.gmail.com>
12687      Branch: perl
12688            + ext/re/t/regop.pl ext/re/t/regop.t
12689            ! MANIFEST embed.fnc ext/re/re.pm regcomp.c regcomp.h regcomp.pl
12690            ! regcomp.sym regexec.c t/op/re_tests
12691 ____________________________________________________________________________
12692 [ 28324] By: rgs                                   on 2006/05/29  09:39:06
12693         Log: Subject: [PATCH] skip t/op/incfilter.t for "make clean;make miniperl;make minitest"
12694              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
12695              Date: Sun, 28 May 2006 14:11:02 +0300 (EEST)
12696              Message-Id: <200605281111.k4SBB2jc133843@kosh.hut.fi>
12697      Branch: perl
12698            ! t/op/incfilter.t
12699 ____________________________________________________________________________
12700 [ 28323] By: rgs                                   on 2006/05/29  08:20:36
12701         Log: Subject: [PATCH] gv.c consting
12702              From: andy@petdance.com (Andy Lester)
12703              Date: Sun, 28 May 2006 12:24:25 -0500
12704              Message-ID: <20060528172425.GA8291@petdance.com>
12705              
12706              Subject: [PATCH] mg.c consting
12707              From: andy@petdance.com (Andy Lester)
12708              Date: Sun, 28 May 2006 11:34:33 -0500
12709              Message-ID: <20060528163433.GA5518@petdance.com>
12710      Branch: perl
12711            ! embed.fnc gv.c mg.c proto.h
12712 ____________________________________________________________________________
12713 [ 28322] By: rgs                                   on 2006/05/29  08:00:04
12714         Log: Subject: [PATCH] perlio.c: nobody was freeing PL_perlio_fd_refcnt, now PerlIO_cleanup() is
12715              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
12716              Date: Sun, 28 May 2006 18:15:35 +0300 (EEST)
12717              Message-Id: <20060528151535.BEA3E6D08C@seth.hut.fi>
12718      Branch: perl
12719            ! perlio.c
12720 ____________________________________________________________________________
12721 [ 28321] By: nicholas                              on 2006/05/28  10:55:17
12722         Log: Subject: [PATCH] DynaLoader.t: less assumptions
12723              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12724              Message-ID: <44796AF2.8060903@gmail.com>
12725              Date: Sun, 28 May 2006 12:18:42 +0300
12726      Branch: perl
12727            ! ext/DynaLoader/t/DynaLoader.t
12728 ____________________________________________________________________________
12729 [ 28320] By: nicholas                              on 2006/05/28  10:40:48
12730         Log: Perl_refcounted_he_chain_2hv()'s code to skip duplicate keys was far
12731              too lax.
12732      Branch: perl
12733            ! hv.c t/op/caller.t
12734 ____________________________________________________________________________
12735 [ 28319] By: davem                                 on 2006/05/27  21:16:30
12736         Log: fix eval qw(BEGIN{die}) style leaks.
12737              death while exdcuting code while parsing meant that the current
12738              parse stack got quiety abandonded, thus leaking a bunch of OPs.
12739              Register a destructor to be called when this happens.
12740      Branch: perl
12741            ! perly.c
12742 ____________________________________________________________________________
12743 [ 28318] By: craigb                                on 2006/05/27  18:00:31
12744         Log: use the same arg names everyone else does and handle undef filename
12745      Branch: perl
12746            ! ext/DynaLoader/dl_vms.xs
12747 ____________________________________________________________________________
12748 [ 28317] By: davem                                 on 2006/05/27  15:05:30
12749         Log: Subject:  RE: perlhack.pod confused about POPSTACK
12750              From:  "Jan Dubois" <jand@activestate.com>
12751              Date:  Thu, 25 May 2006 18:20:25 -0700
12752              Message-Id:  <059101c68062$9143d550$2217a8c0@candy>
12753              
12754              more fixing of the PUSHMARK example
12755      Branch: perl
12756            ! pod/perlhack.pod
12757 ____________________________________________________________________________
12758 [ 28316] By: davem                                 on 2006/05/27  00:54:18
12759         Log: make -Dpv display OP names ons the parser stack
12760      Branch: perl
12761            ! perly.c
12762 ____________________________________________________________________________
12763 [ 28315] By: davem                                 on 2006/05/27  00:31:33
12764         Log: stop OPs leaking in eval "syntax error"
12765              When bison pops states during error recovery, any states holding
12766              an OP would leak the OP. Create an extra YY table that tells us
12767              which states are of type opval, and when popping one of those,
12768              free the op.
12769      Branch: perl
12770            ! madly.tab perly.c perly.tab regen_perly.pl
12771 ____________________________________________________________________________
12772 [ 28314] By: davem                                 on 2006/05/26  18:50:34
12773         Log: stop eval "sub{" leaking
12774      Branch: perl
12775            ! madly.act madly.h madly.tab madly.y perly.act perly.h
12776            ! perly.tab perly.y
12777 ____________________________________________________________________________
12778 [ 28313] By: stevep                                on 2006/05/26  15:03:12
12779         Log: Subject: [PATCH] SysV IPC
12780              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
12781              Date: Thu, 25 May 2006 18:49:33 +0300
12782              Message-ID: <4475D20D.9010600@gmail.com>
12783      Branch: perl
12784            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
12785            ! ext/IPC/SysV/SysV.pm pod/perlipc.pod
12786 ____________________________________________________________________________
12787 [ 28312] By: stevep                                on 2006/05/26  14:45:01
12788         Log: Upgrade to Sys-Syslog-0.14
12789      Branch: perl
12790            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Makefile.PL
12791            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/fallback/const-c.inc
12792            ! ext/Sys/Syslog/t/constants.t ext/Sys/Syslog/t/syslog.t
12793 ____________________________________________________________________________
12794 [ 28311] By: stevep                                on 2006/05/26  13:39:06
12795         Log: Fix pod nit in perltodo.
12796      Branch: perl
12797            ! pod/perltodo.pod
12798 ____________________________________________________________________________
12799 [ 28310] By: stevep                                on 2006/05/26  13:38:16
12800         Log: Stop a warning generated from thread's Makefile.PL
12801      Branch: perl
12802            ! ext/threads/Makefile.PL
12803 ____________________________________________________________________________
12804 [ 28309] By: stevep                                on 2006/05/26  13:33:54
12805         Log: Sun C on Linux doesn't complain about the attributes sprinkled 
12806              through the code in all cases, even though attributes are not
12807              supported.  In some cases, however, it does.  
12808      Branch: perl
12809            ! hints/linux.sh
12810 ____________________________________________________________________________
12811 [ 28308] By: rgs                                   on 2006/05/26  13:01:35
12812         Log: Subject: Re: [PATCH] Test script for DynaLoader
12813              From: demerphq <demerphq@gmail.com>
12814              Date: Thu, 25 May 2006 13:20:53 +0200
12815              Message-ID: <9b18b3110605250420m7431bfbeve44aada2025264f7@mail.gmail.com>
12816      Branch: perl
12817            ! ext/DynaLoader/t/DynaLoader.t
12818 ____________________________________________________________________________
12819 [ 28307] By: mhx                                   on 2006/05/25  15:52:02
12820         Log: Upgrade to Devel::PPPort 3.08_03
12821      Branch: perl
12822            + ext/Devel/PPPort/devel/devtools.pl
12823            + ext/Devel/PPPort/devel/regenerate
12824            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
12825            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
12826            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
12827            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
12828            ! ext/Devel/PPPort/parts/apicheck.pl
12829            ! ext/Devel/PPPort/parts/apidoc.fnc
12830            ! ext/Devel/PPPort/parts/base/5006000
12831            ! ext/Devel/PPPort/parts/base/5009003
12832            ! ext/Devel/PPPort/parts/base/5009004
12833            ! ext/Devel/PPPort/parts/embed.fnc
12834            ! ext/Devel/PPPort/parts/inc/podtest
12835            ! ext/Devel/PPPort/parts/inc/ppphtest
12836            ! ext/Devel/PPPort/parts/todo/5009003
12837            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
12838            ! ext/Devel/PPPort/t/podtest.t ext/Devel/PPPort/t/ppphtest.t
12839 ____________________________________________________________________________
12840 [ 28306] By: stevep                                on 2006/05/25  13:48:56
12841         Log: Upgrade to Digest-SHA-5.38.
12842      Branch: perl
12843            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
12844            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
12845            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
12846            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
12847            ! ext/Digest/SHA/t/2-nist-sha-oo.t
12848 ____________________________________________________________________________
12849 [ 28305] By: gisle                                 on 2006/05/25  07:09:15
12850         Log: Subject: Pod::Html should not convert "foo" in `foo''
12851              From: Gisle Aas <gisle@ActiveState.com>
12852              Date: 24 May 2006 14:09:49 -0700
12853              Message-ID: <lr1wujqgde.fsf@caliper.activestate.com>
12854      Branch: perl
12855            ! lib/Pod/Html.pm
12856 ____________________________________________________________________________
12857 [ 28304] By: stevep                                on 2006/05/25  02:17:21
12858         Log: Upgrade to Test-Harness-2.60
12859      Branch: perl
12860            ! lib/Test/Harness.pm lib/Test/Harness/Changes
12861 ____________________________________________________________________________
12862 [ 28303] By: davem                                 on 2006/05/25  00:21:21
12863         Log: Subject:  RE: perlhack.pod confused about POPSTACK
12864              From:  "Jan Dubois" <jand@activestate.com>
12865              Date:  Wed, 24 May 2006 16:35:14 -0700
12866              Message-Id:  <03ee01c67f8a$b4d6aca0$2217a8c0@candy>
12867              
12868              clean up davem's doc thinko of change #28292
12869      Branch: perl
12870            ! pod/perlhack.pod
12871 ____________________________________________________________________________
12872 [ 28302] By: mhx                                   on 2006/05/24  17:44:20
12873         Log: Run 'make regen' for changes 28299, 28300, 28301.
12874      Branch: perl
12875            ! pod/perlapi.pod proto.h
12876 ____________________________________________________________________________
12877 [ 28301] By: mhx                                   on 2006/05/24  17:40:01
12878         Log: The sv_catpvs() and sv_setpvs() macros also return void.
12879      Branch: perl
12880            ! handy.h
12881 ____________________________________________________________________________
12882 [ 28300] By: mhx                                   on 2006/05/24  17:38:08
12883         Log: The SvREFCNT_*void* macros return void, not SV*.
12884      Branch: perl
12885            ! sv.h
12886 ____________________________________________________________________________
12887 [ 28299] By: mhx                                   on 2006/05/24  17:31:28
12888         Log: The 'f' flag was missing for my_snprintf().
12889      Branch: perl
12890            ! embed.fnc
12891 ____________________________________________________________________________
12892 [ 28298] By: rgs                                   on 2006/05/24  13:34:45
12893         Log: Fix segfault in SDBM_File when the destructor is called multiple times
12894      Branch: perl
12895            ! ext/SDBM_File/SDBM_File.pm ext/SDBM_File/SDBM_File.xs
12896 ____________________________________________________________________________
12897 [ 28297] By: rgs                                   on 2006/05/24  12:39:31
12898         Log: Subject: [PATCH] Stop harness from printing summary table header for each row in table
12899              From: demerphq <demerphq@gmail.com>
12900              Date: Tue, 23 May 2006 22:27:40 +0200
12901              Message-ID: <9b18b3110605231327t316104caoce301668178ee442@mail.gmail.com>
12902      Branch: perl
12903            ! lib/Test/Harness.pm
12904 ____________________________________________________________________________
12905 [ 28296] By: rgs                                   on 2006/05/24  12:24:27
12906         Log: Subject: [PATCH] Refactoring in av.c
12907              From: andy@petdance.com (Andy Lester)
12908              Date: Wed, 24 May 2006 00:16:40 -0500
12909              Message-ID: <20060524051640.GA4713@petdance.com>
12910      Branch: perl
12911            ! av.c cop.h
12912 ____________________________________________________________________________
12913 [ 28295] By: rgs                                   on 2006/05/24  07:27:47
12914         Log: Subject: [PATCH lib/AutoLoader.pm lib/AutoLoader.t] Export can() with AUTOLOAD()
12915              From: chromatic <chromatic@wgz.org>
12916              Date: Sat, 20 May 2006 11:40:27 -0700
12917              Message-Id: <200605201140.27789.chromatic@wgz.org>
12918              
12919              With tweaks: use built-in ref() instead of Scalar::Util::blessed
12920      Branch: perl
12921            ! lib/AutoLoader.pm lib/AutoLoader.t
12922 ____________________________________________________________________________
12923 [ 28294] By: stevep                                on 2006/05/24  02:56:23
12924         Log: Subject: [PATCH] Make t/TEST more helpful
12925              From: andy@petdance.com (Andy Lester)
12926              Date: Tue, 23 May 2006 21:07:48 -0500
12927              Message-ID: <20060524020748.GA16729@petdance.com>
12928      Branch: perl
12929            ! t/TEST
12930 ____________________________________________________________________________
12931 [ 28293] By: stevep                                on 2006/05/24  02:53:38
12932         Log: Subject: Re: [patch] win32/buildext.pl to handle inclusions and not just exclusions
12933              From: demerphq <demerphq@gmail.com>
12934              Date: Sun, 21 May 2006 12:20:12 +0200
12935              Message-ID: <9b18b3110605210320h5adc9df4hbee2302722b3dd6e@mail.gmail.com>
12936      Branch: perl
12937            ! win32/Makefile win32/buildext.pl
12938 ____________________________________________________________________________
12939 [ 28292] By: davem                                 on 2006/05/23  22:16:28
12940         Log: correct POPSTACK/POPMARK confusion in perlhack.pod
12941      Branch: perl
12942            ! pod/perlhack.pod
12943 ____________________________________________________________________________
12944 [ 28291] By: rgs                                   on 2006/05/23  08:05:56
12945         Log: Typo fix
12946      Branch: perl
12947            ! ext/threads/threads.pm
12948 ____________________________________________________________________________
12949 [ 28290] By: rgs                                   on 2006/05/23  08:03:08
12950         Log: Subject: [PATCH] Explicit thread context
12951              From: "Jerry D. Hedden" <jerry@hedden.us>
12952              Date: Fri, 19 May 2006 13:42:50 -0700
12953              Message-ID: <20060519134250.fb30e530d17747c2b054d625b8945d88.933b701674.wbe@email.secureserver.net>
12954      Branch: perl
12955            + ext/threads/t/context.t
12956            ! MANIFEST ext/threads/Changes ext/threads/README
12957            ! ext/threads/threads.pm ext/threads/threads.xs
12958 ____________________________________________________________________________
12959 [ 28289] By: rgs                                   on 2006/05/23  07:27:11
12960         Log: Subject: [PATCH] clean some lint findings
12961              From: andy@petdance.com (Andy Lester)
12962              Date: Sun, 21 May 2006 00:02:40 -0500
12963              Message-ID: <20060521050240.GA21051@petdance.com>
12964      Branch: perl
12965            ! embed.fnc embed.h hv.c perlio.c pp_pack.c proto.h
12966 ____________________________________________________________________________
12967 [ 28288] By: rgs                                   on 2006/05/23  07:23:48
12968         Log: Subject: Re: [PATCH - DUH] Synchronize bleadperl with version-0.60
12969              From: John Peacock <jpeacock@rowman.com>
12970              Date: Mon, 22 May 2006 19:08:03 -0400
12971              Message-ID: <44724453.5090606@rowman.com>
12972      Branch: perl
12973            ! lib/version.pm lib/version.t
12974 ____________________________________________________________________________
12975 [ 28287] By: rgs                                   on 2006/05/23  07:20:15
12976         Log: Fix a syntax error in test
12977      Branch: perl
12978            ! lib/Text/Balanced/t/00-load.t
12979 ____________________________________________________________________________
12980 [ 28286] By: merijn                                on 2006/05/23  06:17:26
12981         Log: HAS_HAS WAS NOW HAS
12982      Branch: perl
12983            ! handy.h
12984 ____________________________________________________________________________
12985 [ 28285] By: stevep                                on 2006/05/22  20:30:14
12986         Log: Subject: [PATCH] IO::Compress::Base::Common
12987              From: "Paul Marquess" <paul.marquess@openwave.com>
12988              Date: Sat, 20 May 2006 11:55:21 +0100
12989              Message-ID: <3F2DD0FCF1E2EA4D974C6195B482FD8801C339EF@bfs-exch-prd1.myopwv.com>
12990      Branch: perl
12991            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
12992 ____________________________________________________________________________
12993 [ 28284] By: merijn                                on 2006/05/22  17:39:47
12994         Log: If I needed this now, I'll probably need it next time too :)
12995      Branch: perl
12996            ! handy.h
12997 ____________________________________________________________________________
12998 [ 28283] By: merijn                                on 2006/05/22  17:37:33
12999         Log: Re-generation after backports of
13000              #28188 Only ask about MAD for 5.9.0 and greater. Otherwise silently
13001              #28189 A Configure probe for C99 variadic macros, based on code from
13002              #28202 Take advantage of the bug that binexp ignores the Configure
13003              #28263 Oops. Fix bad #! lines when not using userelocatableinc
13004              One small cleanup fix added. Some small re-ordering. Some whitespace.
13005      Branch: perl
13006            ! Configure Porting/Glossary Porting/config.sh config_h.SH
13007 ____________________________________________________________________________
13008 [ 28280] By: rgs                                   on 2006/05/22  16:51:36
13009         Log: Amend version.pm so it correctly loads the XS version of qv()
13010      Branch: perl
13011            ! lib/version.pm
13012 ____________________________________________________________________________
13013 [ 28279] By: rgs                                   on 2006/05/22  16:41:56
13014         Log: Subject: [PATCH] pp_sys cleanup again
13015              From: andy@petdance.com (Andy Lester)
13016              Date: Sat, 20 May 2006 16:20:20 -0500
13017              Message-ID: <20060520212020.GA30688@petdance.com>
13018      Branch: perl
13019            ! pp_sys.c
13020 ____________________________________________________________________________
13021 [ 28277] By: steveh                                on 2006/05/22  15:18:33
13022         Log: Fix Win32 linker error
13023              
13024              See:
13025              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-05/msg00758.html
13026      Branch: perl
13027            ! embed.fnc embed.h global.sym
13028 ____________________________________________________________________________
13029 [ 28276] By: rgs                                   on 2006/05/22  15:02:08
13030         Log: Upgrade to version.pm 0.60
13031      Branch: perl
13032            ! lib/version.pm lib/version.t universal.c util.c
13033 ____________________________________________________________________________
13034 [ 28275] By: rgs                                   on 2006/05/22  14:49:05
13035         Log: Subject: Perl_PerlIO_context_layers and PerlIO_apply_layers, as well as other unexported/undefined entities... (patch 28258/28264 incomplete?)
13036              From: demerphq <demerphq@gmail.com>
13037              Date: Sun, 21 May 2006 15:06:20 +0200
13038              Message-ID: <9b18b3110605210606l441b69b3lf6934a15d9a26e4b@mail.gmail.com>
13039              
13040              (only the makedef.pl and perlio.c patches)
13041      Branch: perl
13042            ! makedef.pl perlio.c
13043 ____________________________________________________________________________
13044 [ 28274] By: merijn                                on 2006/05/22  14:42:47
13045         Log: Better handling for error-checking
13046              From: IRC/#p5p/Maddingue (Sebastien Aperghis-Tramoni)
13047      Branch: perl
13048            ! ext/DynaLoader/t/DynaLoader.t
13049 ____________________________________________________________________________
13050 [ 28273] By: rgs                                   on 2006/05/22  13:58:45
13051         Log: Subject: [PATCH] literal string macros
13052              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
13053              Date: Mon, 22 May 2006 13:39:33 +0200
13054              Message-ID: <20060522133933.65ea93ce@r2d2>
13055      Branch: perl
13056            ! handy.h pod/perlapi.pod
13057 ____________________________________________________________________________
13058 [ 28272] By: stevep                                on 2006/05/22  13:57:54
13059         Log: Additional perlpragma.pod nits.
13060      Branch: perl
13061            ! pod/perlpragma.pod
13062 ____________________________________________________________________________
13063 [ 28271] By: rgs                                   on 2006/05/22  13:47:19
13064         Log: More nits in perlpragma, and remove the warning about %^H being
13065              strictly internal in perlvar.
13066      Branch: perl
13067            ! pod/perlpragma.pod pod/perlvar.pod
13068 ____________________________________________________________________________
13069 [ 28270] By: stevep                                on 2006/05/22  13:46:30
13070         Log: Silence Text::Balanced's 00-load.t when PERL_CORE is defined.
13071      Branch: perl
13072            ! lib/Text/Balanced/t/00-load.t
13073 ____________________________________________________________________________
13074 [ 28269] By: rgs                                   on 2006/05/22  13:09:12
13075         Log: Subject: Re: [PATCH] optimize /[x]/ to /x/.
13076              From: demerphq <demerphq@gmail.com>
13077              Date: Sun, 21 May 2006 19:32:15 +0200
13078              Message-ID: <9b18b3110605211032n5035d2cfne703514d8271e181@mail.gmail.com>
13079              
13080              New tests.
13081      Branch: perl
13082            ! t/op/re_tests
13083 ____________________________________________________________________________
13084 [ 28268] By: rgs                                   on 2006/05/22  12:55:13
13085         Log: Fix two nits in perlpragma.pod
13086      Branch: perl
13087            ! pod/perlpragma.pod
13088 ____________________________________________________________________________
13089 [ 28267] By: mhx                                   on 2006/05/22  11:31:57
13090         Log: Upgrade to Devel::PPPort 3.08_02
13091      Branch: perl
13092            + ext/Devel/PPPort/parts/inc/SvREFCNT
13093            + ext/Devel/PPPort/parts/inc/podtest
13094            + ext/Devel/PPPort/t/SvREFCNT.t ext/Devel/PPPort/t/podtest.t
13095            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
13096            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
13097            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/mktests.PL
13098            ! ext/Devel/PPPort/parts/apidoc.fnc
13099            ! ext/Devel/PPPort/parts/base/5009004
13100            ! ext/Devel/PPPort/parts/embed.fnc
13101            ! ext/Devel/PPPort/parts/inc/memory
13102            ! ext/Devel/PPPort/parts/inc/misc
13103            ! ext/Devel/PPPort/parts/inc/ppphbin
13104            ! ext/Devel/PPPort/parts/inc/ppphdoc
13105            ! ext/Devel/PPPort/parts/inc/pvs
13106            ! ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/soak
13107            ! ext/Devel/PPPort/t/MY_CXT.t ext/Devel/PPPort/t/SvPV.t
13108            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/call.t
13109            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/exception.t
13110            ! ext/Devel/PPPort/t/grok.t ext/Devel/PPPort/t/limits.t
13111            ! ext/Devel/PPPort/t/mPUSH.t ext/Devel/PPPort/t/magic.t
13112            ! ext/Devel/PPPort/t/memory.t ext/Devel/PPPort/t/misc.t
13113            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
13114            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/pvs.t
13115            ! ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/sv_xpvf.t
13116            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/t/threads.t
13117            ! ext/Devel/PPPort/t/uv.t ext/Devel/PPPort/t/variables.t
13118            ! ext/Devel/PPPort/t/warn.t
13119 ____________________________________________________________________________
13120 [ 28266] By: mhx                                   on 2006/05/21  22:34:29
13121         Log: Remove duplicate documentation for SvREFCNT_inc().
13122              Add documentation for SvREFCNT_inc_simple_void_NN().
13123              Wrap SvREFCNT_inc_simple_void() in STMT_START/STMT_END.
13124      Branch: perl
13125            ! sv.h
13126 ____________________________________________________________________________
13127 [ 28265] By: mhx                                   on 2006/05/21  22:20:48
13128         Log: Document PoisonFree() instead of documenting Poison() twice.
13129      Branch: perl
13130            ! handy.h
13131 ____________________________________________________________________________
13132 [ 28264] By: stevep                                on 2006/05/21  03:47:18
13133         Log: Add Perl_PerlIO_context_layers() to the public API to fix Win32 builds.
13134              Also, picked up a missed change for pod/perlapi.pod.
13135      Branch: perl
13136            ! embed.fnc embed.h global.sym pod/perlapi.pod
13137 ____________________________________________________________________________
13138 [ 28263] By: nicholas                              on 2006/05/20  23:08:40
13139         Log: Oops. Fix bad #! lines when not using userelocatableinc
13140      Branch: perl
13141            ! Configure
13142 ____________________________________________________________________________
13143 [ 28262] By: davem                                 on 2006/05/20  22:23:21
13144         Log: Subject:  [PATCH] optimize /[x]/ to /x/.
13145              From:  demerphq <demerphq@gmail.com>
13146              Date:  Sat, 20 May 2006 23:16:33 +0200
13147              Message-Id:  <9b18b3110605201416i3dc44c39k86cd9b2f47f5cda0@mail.gmail.com>
13148      Branch: perl
13149            ! regcomp.c
13150 ____________________________________________________________________________
13151 [ 28261] By: nicholas                              on 2006/05/20  22:17:07
13152         Log: Fix bug in change 28258. So how come I thought I'd passed all tests?
13153      Branch: perl
13154            ! ext/B/B.xs
13155 ____________________________________________________________________________
13156 [ 28260] By: davem                                 on 2006/05/20  21:07:34
13157         Log: don't try to dump GVish parts of an LV if it hasn't got GVish parts
13158      Branch: perl
13159            ! dump.c
13160 ____________________________________________________________________________
13161 [ 28259] By: mhx                                   on 2006/05/20  18:22:00
13162         Log: Upgrade to Devel::PPPort 3.08_01
13163      Branch: perl
13164            + ext/Devel/PPPort/parts/base/5008008
13165            + ext/Devel/PPPort/parts/base/5009004
13166            + ext/Devel/PPPort/parts/inc/pvs
13167            + ext/Devel/PPPort/parts/inc/snprintf
13168            + ext/Devel/PPPort/parts/inc/warn
13169            + ext/Devel/PPPort/parts/todo/5008008
13170            + ext/Devel/PPPort/parts/todo/5009004 ext/Devel/PPPort/t/pvs.t
13171            + ext/Devel/PPPort/t/snprintf.t ext/Devel/PPPort/t/warn.t
13172            - ext/Devel/PPPort/MANIFEST
13173            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
13174            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
13175            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/TODO
13176            ! ext/Devel/PPPort/parts/apicheck.pl
13177            ! ext/Devel/PPPort/parts/apidoc.fnc
13178            ! ext/Devel/PPPort/parts/base/5004050
13179            ! ext/Devel/PPPort/parts/base/5006000
13180            ! ext/Devel/PPPort/parts/base/5006001
13181            ! ext/Devel/PPPort/parts/base/5007002
13182            ! ext/Devel/PPPort/parts/base/5007003
13183            ! ext/Devel/PPPort/parts/base/5008000
13184            ! ext/Devel/PPPort/parts/base/5008001
13185            ! ext/Devel/PPPort/parts/base/5009000
13186            ! ext/Devel/PPPort/parts/base/5009003
13187            ! ext/Devel/PPPort/parts/embed.fnc
13188            ! ext/Devel/PPPort/parts/inc/Sv_set
13189            ! ext/Devel/PPPort/parts/inc/magic
13190            ! ext/Devel/PPPort/parts/inc/misc
13191            ! ext/Devel/PPPort/parts/todo/5004000
13192            ! ext/Devel/PPPort/parts/todo/5005000
13193            ! ext/Devel/PPPort/parts/todo/5006000
13194            ! ext/Devel/PPPort/parts/todo/5006001
13195            ! ext/Devel/PPPort/parts/todo/5007003
13196            ! ext/Devel/PPPort/parts/todo/5009003 ext/Devel/PPPort/soak
13197            ! ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/magic.t
13198            ! ext/Devel/PPPort/t/misc.t
13199 ____________________________________________________________________________
13200 [ 28258] By: nicholas                              on 2006/05/20  17:29:52
13201         Log: Abolish cop_io (the simple way) by storing the value in cop_hints_hash.
13202              Todo - store the in and out values under 2 keys, and avoid the need to
13203              create a temporary mortal SV while checking it.
13204      Branch: perl
13205            ! bytecode.pl cop.h embed.fnc embed.h ext/B/B.xs
13206            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
13207            ! ext/ByteLoader/byterun.h mg.c op.c perl.c perl.h perlio.c
13208            ! perlio.h pp_ctl.c pp_sys.c proto.h sv.c
13209 ____________________________________________________________________________
13210 [ 28257] By: nicholas                              on 2006/05/20  15:27:28
13211         Log: Move the hints from op_private into cop_hints. This allows all 32 bits
13212              to be stored. Make B::Concise display the new hints field, and modify
13213              B::Deparse to use it.
13214      Branch: perl
13215            ! cop.h ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm
13216            ! ext/B/B/Deparse.pm ext/B/t/f_map.t ext/B/t/f_sort.t
13217            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
13218            ! ext/B/t/optree_constants.t ext/B/t/optree_misc.t
13219            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
13220            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
13221            ! ext/ByteLoader/bytecode.h op.c perl.h
13222 ____________________________________________________________________________
13223 [ 28255] By: merijn                                on 2006/05/20  15:16:29
13224         Log: Small typo correction
13225      Branch: perl
13226            ! INSTALL
13227 ____________________________________________________________________________
13228 [ 28254] By: davem                                 on 2006/05/20  14:30:50
13229         Log: eval { s/$foo/die/e } leaked a scalar
13230      Branch: perl
13231            ! pp_ctl.c pp_hot.c
13232 ____________________________________________________________________________
13233 [ 28253] By: merijn                                on 2006/05/20  13:26:51
13234         Log: Subject: Re: Over-pious message from Configure?
13235              From: Dominic Dunlop <shouldbedomo@mac.com>
13236              Date: Thu, 18 May 2006 15:47:27 +0200
13237              Message-Id: <90C6E6BF-D1B1-4346-A893-1708E8E50534@mac.com>
13238      Branch: perl
13239            ! INSTALL
13240 ____________________________________________________________________________
13241 [ 28252] By: nicholas                              on 2006/05/20  12:31:09
13242         Log: Rename cop_hints to cop_hints_hash
13243      Branch: perl
13244            ! cop.h mg.c op.c perl.c pod/perlintern.pod pp_ctl.c scope.c
13245            ! scope.h sv.c
13246 ____________________________________________________________________________
13247 [ 28251] By: davem                                 on 2006/05/20  11:58:07
13248         Log: Perl segfaults; test case available
13249              sub f { s/$var/f()/e } could free the wrong RE
13250      Branch: perl
13251            ! cop.h pp_ctl.c pp_hot.c
13252 ____________________________________________________________________________
13253 [ 28250] By: nicholas                              on 2006/05/20  11:29:26
13254         Log: Abolish cop_arybase. Signal a non zero $[ with a hint flag, and store
13255              the value in the hints structure used for %^H.
13256      Branch: perl
13257            ! cop.h embed.fnc embed.h global.sym hv.c op.c perl.h proto.h
13258 ____________________________________________________________________________
13259 [ 28249] By: nicholas                              on 2006/05/20  10:27:23
13260         Log: Solaris was happy, but change 28247 removed the wrong dTHX as far as
13261              some other operating systems were concerned.
13262      Branch: perl
13263            ! perlio.c
13264 ____________________________________________________________________________
13265 [ 28248] By: davem                                 on 2006/05/20  00:43:42
13266         Log: SEGV with complicated regexp and long string
13267              PL_reg_maxiter was wrapping to a negative value
13268      Branch: perl
13269            ! op.c regexec.c
13270 ____________________________________________________________________________
13271 [ 28247] By: nicholas                              on 2006/05/19  22:48:38
13272         Log: Perl_croak() needs an aTHX_ in PerlIO_vsprintf().
13273      Branch: perl
13274            ! perlio.c
13275 ____________________________________________________________________________
13276 [ 28246] By: mhx                                   on 2006/05/19  22:11:44
13277         Log: There is no STASH type.
13278      Branch: perl
13279            ! sv.h
13280 ____________________________________________________________________________
13281 [ 28245] By: nicholas                              on 2006/05/19  21:44:14
13282         Log: Correct Perl_refcounted_he_chain_2hv() and its caller - it doesn't
13283              store a reference to the value, so don't pass it in a new SV.
13284      Branch: perl
13285            ! hv.c mg.c pod/perlintern.pod
13286 ____________________________________________________________________________
13287 [ 28244] By: stevep                                on 2006/05/19  20:15:10
13288         Log: Grrr...Perforce decided not to add the MANIFEST changes for change
13289              #28243.  Hateful indeed!
13290      Branch: perl
13291            ! MANIFEST
13292 ____________________________________________________________________________
13293 [ 28243] By: stevep                                on 2006/05/19  20:12:23
13294         Log: Shortening name of a Pod::Simple test case to allow the test to be 
13295              run on the VOS operating system.  Fixes "RT #38645: Test case name
13296              is too long".
13297      Branch: perl
13298           +> lib/Pod/Simple/t/search_25_glob_squaa.t
13299            - lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
13300 ____________________________________________________________________________
13301 [ 28242] By: nicholas                              on 2006/05/19  20:11:57
13302         Log: Rebuild perltoc.pod.
13303      Branch: perl
13304            ! pod/perltoc.pod
13305 ____________________________________________________________________________
13306 [ 28241] By: nicholas                              on 2006/05/19  20:10:47
13307         Log: Add perlpragma.pod, which describes how to implement user pragmata.
13308      Branch: perl
13309            + pod/perlpragma.pod
13310            ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
13311            ! win32/pod.mak
13312 ____________________________________________________________________________
13313 [ 28239] By: nicholas                              on 2006/05/19  20:08:46
13314         Log: Add README.riscos to pod.lst
13315      Branch: perl
13316            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
13317            ! win32/makefile.mk
13318 ____________________________________________________________________________
13319 [ 28238] By: nicholas                              on 2006/05/19  20:08:21
13320         Log: pod/buildtoc has fussy ideas about the order of MANIFEST
13321      Branch: perl
13322            ! MANIFEST
13323 ____________________________________________________________________________
13324 [ 28237] By: stevep                                on 2006/05/19  18:36:13
13325         Log: Subject: [PATCH] strlcat aaargh
13326              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13327              Date: Fri, 19 May 2006 20:44:46 +0300
13328              Message-ID: <446E040E.8030205@gmail.com>
13329      Branch: perl
13330            ! doio.c
13331 ____________________________________________________________________________
13332 [ 28236] By: nicholas                              on 2006/05/19  16:31:35
13333         Log: strlen(foo) rather than strchr(foo, 0) makes simpler code, and is
13334              likely to be a more efficient implementation.
13335      Branch: perl
13336            ! perlio.c
13337 ____________________________________________________________________________
13338 [ 28235] By: davem                                 on 2006/05/19  16:06:58
13339         Log: give a more useful example for $^V
13340      Branch: perl
13341            ! pod/perlvar.pod
13342 ____________________________________________________________________________
13343 [ 28234] By: rgs                                   on 2006/05/19  15:17:00
13344         Log: Subject: [PATCH] Re: [PATCH] Re: Change 28183 has broken 64-bit builds?
13345              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13346              Date: Thu, 18 May 2006 22:44:14 +0300
13347              Message-ID: <446CCE8E.8010407@gmail.com>
13348      Branch: perl
13349            ! perl.h perlio.c util.c
13350 ____________________________________________________________________________
13351 [ 28232] By: rgs                                   on 2006/05/19  08:46:09
13352         Log: Adjust test following change #28225
13353      Branch: perl
13354            ! t/lib/h2ph.pht
13355 ____________________________________________________________________________
13356 [ 28231] By: davem                                 on 2006/05/19  00:14:15
13357         Log: lots of warnings with diagnostics and (warn or die)
13358              stop C<use diagnostics; warn "\n">  outputing lots of 'uninit'
13359              warnings.
13360      Branch: perl
13361            ! lib/diagnostics.pm
13362 ____________________________________________________________________________
13363 [ 28230] By: davem                                 on 2006/05/18  23:50:51
13364         Log: test some die codepaths in pp_enterwrite
13365      Branch: perl
13366            ! t/op/write.t
13367 ____________________________________________________________________________
13368 [ 28229] By: davem                                 on 2006/05/18  23:16:16
13369         Log: Subject:  [PATCH] threads core dump in BEGIN
13370              From:  "Jerry D. Hedden" <jerry@hedden.us>
13371              Date:  Thu, 18 May 2006 13:22:20 -0700
13372              Message-Id:  <20060518132220.fb30e530d17747c2b054d625b8945d88.f45de90925.wbe@email.secureserver.net>
13373      Branch: perl
13374            + ext/threads/t/blocks.t
13375            ! MANIFEST ext/threads/Changes ext/threads/README
13376            ! ext/threads/threads.pm ext/threads/threads.xs
13377 ____________________________________________________________________________
13378 [ 28228] By: rgs                                   on 2006/05/18  15:45:49
13379         Log: We can now remove DynaLoader from 1_compile.t
13380      Branch: perl
13381            ! t/lib/1_compile.t
13382 ____________________________________________________________________________
13383 [ 28227] By: rgs                                   on 2006/05/18  15:43:25
13384         Log: Nits in the DynaLoader test: make it warning-clean,
13385              and avoid checking OS- and locale-specific messages
13386      Branch: perl
13387            ! ext/DynaLoader/t/DynaLoader.t
13388 ____________________________________________________________________________
13389 [ 28226] By: stevep                                on 2006/05/18  15:16:40
13390         Log: Subject: [PATCH] Test script for DynaLoader
13391              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
13392              Date: Thu, 18 May 2006 16:46:00 +0200
13393              Message-ID: <1147963560.446c88a8891e1@imp1-g19.free.fr>
13394      Branch: perl
13395            + ext/DynaLoader/t/DynaLoader.t
13396            ! MANIFEST
13397 ____________________________________________________________________________
13398 [ 28225] By: rgs                                   on 2006/05/18  12:52:34
13399         Log: Subject: [perl #39130] h2ph generates incorrect code for '#if defined A || defined B' 
13400              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
13401              Date: Thu, 11 May 2006 11:00:42 -0700
13402              Message-ID: <rt-3.0.11-39130-133411.1.91055283125046@perl.org>
13403      Branch: perl
13404            ! utils/h2ph.PL
13405 ____________________________________________________________________________
13406 [ 28224] By: rgs                                   on 2006/05/18  12:34:35
13407         Log: Subject: Re: [perl #39152] diagnostics.pm: "-traceonly" vs "-trace"
13408              From: "Fergal Daly" <fergal@esatclear.ie>
13409              Date: Wed, 17 May 2006 18:59:50 +0100
13410              Message-ID: <875029960605171059y286fe449nd39d6830ef2b229a@mail.gmail.com>
13411      Branch: perl
13412            ! lib/diagnostics.pm
13413 ____________________________________________________________________________
13414 [ 28223] By: rgs                                   on 2006/05/18  11:38:00
13415         Log: Subject: [PATCH] threads 1.28
13416              From: "Jerry D. Hedden" <jerry@hedden.us>
13417              Date: Wed, 17 May 2006 11:45:32 -0700
13418              Message-ID: <20060517114532.fb30e530d17747c2b054d625b8945d88.ca725822fc.wbe@email.secureserver.net>
13419      Branch: perl
13420            ! ext/threads/Changes ext/threads/README ext/threads/t/kill.t
13421            ! ext/threads/threads.pm ext/threads/threads.xs
13422 ____________________________________________________________________________
13423 [ 28222] By: rgs                                   on 2006/05/18  06:30:09
13424         Log: Adjust calling of Perl_va_copy(), noticed by Jarkko
13425      Branch: perl
13426            ! util.c
13427 ____________________________________________________________________________
13428 [ 28221] By: nicholas                              on 2006/05/17  23:13:51
13429         Log: Another SvVOK(). I believe that this is the last.
13430      Branch: perl
13431            ! util.c
13432 ____________________________________________________________________________
13433 [ 28219] By: rgs                                   on 2006/05/17  21:01:54
13434         Log: Oops, missed a SvVOK.
13435      Branch: perl
13436            ! util.c
13437 ____________________________________________________________________________
13438 [ 28218] By: rgs                                   on 2006/05/17  20:54:23
13439         Log: Add a new macro SvVSTRING_mg that returns vstring magic, if any.
13440              SvVOK used to do that, in stealth mode, but now it returns a
13441              boolean like it used to. Patch suggested by John Peacock.
13442      Branch: perl
13443            ! sv.c sv.h
13444 ____________________________________________________________________________
13445 [ 28217] By: rgs                                   on 2006/05/17  19:55:30
13446         Log: Parenthesize uses of macro arguments
13447      Branch: perl
13448            ! perl.h
13449 ____________________________________________________________________________
13450 [ 28216] By: rgs                                   on 2006/05/17  19:50:54
13451         Log: Subject: Re: Change 28183 has broken 64-bit builds?
13452              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13453              Date: Wed, 17 May 2006 22:19:51 +0300
13454              Message-ID: <446B7757.8030301@gmail.com>
13455      Branch: perl
13456            ! perl.h perlio.c pod/perlapi.pod util.c
13457 ____________________________________________________________________________
13458 [ 28215] By: steveh                                on 2006/05/17  17:06:26
13459         Log: Subject: Re: [perl #39145] win32, @_ and fork crashing in dounwind
13460              From: Dave Mitchell <davem@iabyn.com>
13461              Date: Wed, 17 May 2006 17:38:16 +0100
13462              Message-ID: <20060517163816.GN17109@iabyn.com>
13463              
13464              (Dave's fix, plus a test taken from [perl #39145])
13465      Branch: perl
13466            ! sv.c t/op/fork.t
13467 ____________________________________________________________________________
13468 [ 28214] By: stevep                                on 2006/05/17  15:02:45
13469         Log: Subject: [PATCH] IO::Compress* 2.000_12
13470              From: "Paul Marquess" <paul.marquess@ntlworld.com>
13471              Date: Wed, 17 May 2006 13:45:16 +0100
13472              Message-ID: <00c101c679af$c0305af0$2405140a@myopwv.com>
13473      Branch: perl
13474            + ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Extra.pm
13475            + ext/Compress/Raw/Zlib/Changes
13476            ! MANIFEST ext/Compress/IO/Base/README
13477            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
13478            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
13479            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
13480            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
13481            ! ext/Compress/IO/Base/t/01misc.t ext/Compress/IO/Zlib/Changes
13482            ! ext/Compress/IO/Zlib/README
13483            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
13484            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
13485            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
13486            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
13487            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
13488            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
13489            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
13490            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
13491            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
13492            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
13493            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
13494            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
13495            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
13496            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
13497            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
13498            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
13499            ! ext/Compress/IO/Zlib/t/004gziphdr.t
13500            ! ext/Compress/IO/Zlib/t/101truncate-zip.t
13501            ! ext/Compress/Raw/Zlib/README
13502            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
13503            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
13504            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
13505            ! t/lib/compress/CompTestUtils.pm x2p/find2perl.PL
13506 ____________________________________________________________________________
13507 [ 28210] By: nicholas                              on 2006/05/16  16:41:45
13508         Log: Revert change 27513
13509              [Make the original versions of relocated paths available from
13510              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
13511              best choice.]
13512      Branch: perl
13513            ! configpm
13514 ____________________________________________________________________________
13515 [ 28209] By: rgs                                   on 2006/05/16  16:14:46
13516         Log: Subject: Re: [PATCH]  upgrade bytes_to_uni
13517              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13518              Date: Mon, 15 May 2006 22:39:58 +0900
13519              Message-Id: <20060515223901.F3B0.BQW10602@nifty.com>
13520      Branch: perl
13521            ! pp_pack.c
13522 ____________________________________________________________________________
13523 [ 28206] By: rgs                                   on 2006/05/16  13:14:12
13524         Log: Subject: [PATCH] Refactoring reghops
13525              From: andy@petdance.com (Andy Lester)
13526              Date: Mon, 15 May 2006 08:54:24 -0500
13527              Message-ID: <20060515135424.GA31585@petdance.com>
13528      Branch: perl
13529            ! embed.fnc proto.h regexec.c
13530 ____________________________________________________________________________
13531 [ 28205] By: rgs                                   on 2006/05/16  13:09:17
13532         Log: Subject: [PATCH] refactoring out S_regoptail
13533              From: andy@petdance.com (Andy Lester)
13534              Date: Sun, 14 May 2006 23:15:18 -0500
13535              Message-ID: <20060515041518.GA15745@petdance.com>
13536      Branch: perl
13537            ! embed.fnc embed.h proto.h regcomp.c
13538 ____________________________________________________________________________
13539 [ 28202] By: nicholas                              on 2006/05/16  10:00:55
13540         Log: Take advantage of the bug that binexp ignores the Configure
13541              installprefix, by using initialinstalllocation rather than binexp
13542              to determine the #! line for installed scripts. This way they are at
13543              least correct initially for a relocatable @INC perl, rather than
13544              starting as .../../bin/perl
13545      Branch: perl
13546            ! Configure
13547 ____________________________________________________________________________
13548 [ 28200] By: stevep                                on 2006/05/15  16:43:44
13549         Log: Clarification on what Perl does to floating points in the modulus 
13550              operation.
13551      Branch: perl
13552            ! pod/perlop.pod
13553 ____________________________________________________________________________
13554 [ 28198] By: nicholas                              on 2006/05/15  15:11:15
13555         Log: Encode run-time relocation of file names in packlist with a relocate_as
13556              attribute. With this, unmodified instmodsh correctly verifies installed
13557              modules even after relocation.
13558      Branch: perl
13559            ! lib/ExtUtils/Packlist.pm
13560 ____________________________________________________________________________
13561 [ 28197] By: stevep                                on 2006/05/15  14:13:46
13562         Log: Upgrade to Digest-SHA-5.37
13563      Branch: perl
13564            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
13565            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
13566            ! ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
13567            ! ext/Digest/SHA/src/sha.c ext/Digest/SHA/src/sha.h
13568 ____________________________________________________________________________
13569 [ 28196] By: nicholas                              on 2006/05/15  13:57:25
13570         Log: Simplify the implementation in ExtUtils::Packlist::read.
13571      Branch: perl
13572            ! lib/ExtUtils/Packlist.pm
13573 ____________________________________________________________________________
13574 [ 28195] By: rgs                                   on 2006/05/15  11:29:59
13575         Log: Subject: [REPATCH universal.c] Make sv_derived_from Documentation Clearer
13576              From: chromatic <chromatic@wgz.org>
13577              Date: Sun, 14 May 2006 16:51:36 -0700
13578              Message-Id: <200605141651.37181.chromatic@wgz.org>
13579      Branch: perl
13580            ! pod/perlapi.pod universal.c
13581 ____________________________________________________________________________
13582 [ 28194] By: rgs                                   on 2006/05/15  09:43:02
13583         Log: Subject: [PATCH] S_reguni should return its length
13584              From: andy@petdance.com (Andy Lester)
13585              Date: Sun, 14 May 2006 09:46:32 -0500
13586              Message-ID: <20060514144632.GA20935@petdance.com>
13587      Branch: perl
13588            ! embed.fnc embed.h proto.h regcomp.c
13589 ____________________________________________________________________________
13590 [ 28193] By: rgs                                   on 2006/05/15  08:33:53
13591         Log: Subject: [PATCH] strange encodings upsets pp_chr
13592              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
13593              Date: Sun, 14 May 2006 19:57:28 +0900
13594              Message-Id: <20060514195532.5422.BQW10602@nifty.com>
13595      Branch: perl
13596            + t/uni/chr.t
13597            ! MANIFEST pp.c t/op/chr.t t/op/ord.t
13598 ____________________________________________________________________________
13599 [ 28192] By: nicholas                              on 2006/05/14  12:27:19
13600         Log: TEST needs to binmode the file handle that is reading the TAP, else it
13601              can get killed if TEST's environment has made it default all opens to
13602              UTF-8 but the TAP is not UTF-8.
13603      Branch: perl
13604            ! t/TEST
13605 ____________________________________________________________________________
13606 [ 28190] By: nicholas                              on 2006/05/14  10:33:39
13607         Log: Upgrade to Test::Harness 2.58.
13608      Branch: perl
13609            ! lib/Test/Harness.pm
13610 ____________________________________________________________________________
13611 [ 28189] By: nicholas                              on 2006/05/13  15:48:24
13612         Log: A Configure probe for C99 variadic macros, based on code from Jarkko.
13613      Branch: perl
13614            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
13615            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
13616            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
13617            ! win32/config.bc win32/config.gc win32/config.vc
13618            ! win32/config.vc64
13619 ____________________________________________________________________________
13620 [ 28188] By: nicholas                              on 2006/05/13  12:57:50
13621         Log: Only ask about MAD for 5.9.0 and greater. Otherwise silently select
13622              'n'.
13623      Branch: perl
13624            ! Configure
13625 ____________________________________________________________________________
13626 [ 28187] By: nicholas                              on 2006/05/13  11:26:04
13627         Log: Subject: t/uni/overload.t
13628              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13629              Message-ID: <4465988C.9080407@gmail.com>
13630              Date: Sat, 13 May 2006 11:27:56 +0300
13631      Branch: perl
13632            ! t/uni/overload.t
13633 ____________________________________________________________________________
13634 [ 28186] By: nicholas                              on 2006/05/13  10:36:49
13635         Log: Subject: [PATCH] sv.c: printf %d wants int not size_t
13636              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
13637              Message-Id: <200605130715.k4D7FWg3089581@kosh.hut.fi>
13638              Date: Sat, 13 May 2006 10:15:32 +0300 (EEST)
13639      Branch: perl
13640            ! sv.c
13641 ____________________________________________________________________________
13642 [ 28185] By: nicholas                              on 2006/05/13  10:36:18
13643         Log: Can't do require Foo if $tainted; because taint tunnels.
13644              (Documented, but I regard this as a serious practical deficiency in
13645              tainting) 
13646      Branch: perl
13647            ! lib/Tie/RefHash.pm
13648 ____________________________________________________________________________
13649 [ 28183] By: rgs                                   on 2006/05/12  20:57:07
13650         Log: Subject: Re: [PATCH] my_snprintf
13651              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13652              Date: Fri, 12 May 2006 22:28:49 +0300
13653              Message-ID: <4464E1F1.9010706@gmail.com>
13654      Branch: perl
13655            ! embed.fnc global.sym perl.h perlio.c pod/perlapi.pod pp_ctl.c
13656            ! proto.h regcomp.c sv.c toke.c universal.c util.c
13657 ____________________________________________________________________________
13658 [ 28181] By: rgs                                   on 2006/05/12  16:55:36
13659         Log: Subject: AW: question on "len item/string item" with unpack()
13660              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
13661              Date: Fri, 5 May 2006 13:20:24 +0200 
13662              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2104979424@naimucx5.muc.allianz>
13663      Branch: perl
13664            ! pod/perlfunc.pod
13665 ____________________________________________________________________________
13666 [ 28180] By: rgs                                   on 2006/05/12  15:48:43
13667         Log: Subject: [PATCH]  upgrade bytes_to_uni
13668              From: andy@petdance.com (Andy Lester)
13669              Date: Fri, 12 May 2006 00:21:23 -0500
13670              Message-ID: <20060512052123.GA21648@petdance.com>
13671      Branch: perl
13672            ! embed.fnc embed.h pp_pack.c proto.h
13673 ____________________________________________________________________________
13674 [ 28179] By: rgs                                   on 2006/05/12  14:33:40
13675         Log: Subject: [PATCH] Proper use of static funcs in toke.c and pp_sys.c
13676              From: andy@petdance.com (Andy Lester)
13677              Date: Tue, 9 May 2006 12:27:30 -0500
13678              Message-ID: <20060509172730.GA5272@petdance.com>
13679      Branch: perl
13680            ! embed.fnc embed.h pp_sys.c proto.h toke.c
13681 ____________________________________________________________________________
13682 [ 28178] By: nicholas                              on 2006/05/12  14:08:45
13683         Log: The upgrade/croak order in Perl_sv_utf8_encode() seemed utterly
13684              backwards. It now checks for readonly *first*.
13685      Branch: perl
13686            ! sv.c
13687 ____________________________________________________________________________
13688 [ 28177] By: rgs                                   on 2006/05/12  13:09:29
13689         Log: Upgrade to Tie::RefHash 1.34, by Yuval Kogman
13690      Branch: perl
13691            + lib/Tie/RefHash/rebless.t lib/Tie/RefHash/storable.t
13692            ! MANIFEST lib/Tie/RefHash.pm lib/Tie/RefHash/refhash.t
13693            ! lib/Tie/RefHash/threaded.t
13694 ____________________________________________________________________________
13695 [ 28176] By: rgs                                   on 2006/05/12  12:23:03
13696         Log: Subject: [PATCH] Speed up utf8.c a bit
13697              From: andy@petdance.com (Andy Lester)
13698              Date: Thu, 11 May 2006 22:41:01 -0500
13699              Message-ID: <20060512034101.GA10709@petdance.com>
13700      Branch: perl
13701            ! utf8.c
13702 ____________________________________________________________________________
13703 [ 28175] By: rgs                                   on 2006/05/12  12:13:03
13704         Log: Subject: [PATCH] Fixing embed.fnc
13705              From: andy@petdance.com (Andy Lester)
13706              Date: Thu, 11 May 2006 21:54:10 -0500
13707              Message-ID: <20060512025410.GA32709@petdance.com>
13708      Branch: perl
13709            ! embed.fnc proto.h
13710 ____________________________________________________________________________
13711 [ 28174] By: nicholas                              on 2006/05/12  11:47:40
13712         Log: Threads and signals. Delicious. Tweak change 28168 to add a local
13713              signal handler in the sleeping thread, because some operating systems
13714              deliver the SIGINT to that thread rather than the signalling thread.
13715      Branch: perl
13716            ! ext/threads/t/kill.t
13717 ____________________________________________________________________________
13718 [ 28173] By: rgs                                   on 2006/05/12  11:40:51
13719         Log: Subject: [PATCH] Better unsafe signals info in threads.pm
13720              From: "Jerry D. Hedden" <jerry@hedden.us>
13721              Date: Thu, 11 May 2006 11:50:15 -0700
13722              Message-ID: <20060511115015.fb30e530d17747c2b054d625b8945d88.8b4855700b.wbe@email.secureserver.net>
13723      Branch: perl
13724            ! ext/threads/threads.pm
13725 ____________________________________________________________________________
13726 [ 28172] By: nicholas                              on 2006/05/12  09:47:29
13727         Log: Fix concise-xs.t following the changes to B::Deparse.
13728      Branch: perl
13729            ! ext/B/t/concise-xs.t
13730 ____________________________________________________________________________
13731 [ 28171] By: nicholas                              on 2006/05/11  21:44:06
13732         Log: Tk spots that S_glob_2pv might be called from *_nolen, so we need to
13733              check that len is non-NULL before assigning to it.
13734      Branch: perl
13735            ! sv.c
13736 ____________________________________________________________________________
13737 [ 28168] By: rgs                                   on 2006/05/11  16:47:33
13738         Log: Subject: [PATCH] Thread signalling [REVISED]
13739              From: "Jerry D. Hedden" <jerry@hedden.us>
13740              Date: Thu, 11 May 2006 08:55:39 -0700
13741              Message-ID: <20060511085539.fb30e530d17747c2b054d625b8945d88.a90037f085.wbe@email.secureserver.net>
13742      Branch: perl
13743            + ext/threads/t/kill.t
13744            ! MANIFEST ext/threads/Changes ext/threads/Makefile.PL
13745            ! ext/threads/threads.pm ext/threads/threads.xs
13746 ____________________________________________________________________________
13747 [ 28166] By: rgs                                   on 2006/05/11  16:06:06
13748         Log: Deparse state variables.
13749      Branch: perl
13750            ! ext/B/B/Deparse.pm
13751 ____________________________________________________________________________
13752 [ 28156] By: stevep                                on 2006/05/11  00:09:53
13753         Log: Adding a mention of STDIN processing by qx// as requested by 
13754              RT #34288: perlop: qx/STRING/: mention STDIN
13755      Branch: perl
13756            ! pod/perlop.pod
13757 ____________________________________________________________________________
13758 [ 28155] By: stevep                                on 2006/05/10  23:02:20
13759         Log: Add -fno-delete-null-pointer-checks to ccflags on Itaniums when 
13760              compiling with gcc's 3.2, 3.3, or 3.4.  This fixes RT #37156.
13761      Branch: perl
13762            ! hints/linux.sh
13763 ____________________________________________________________________________
13764 [ 28152] By: stevep                                on 2006/05/10  15:03:03
13765         Log: Upgrade to Encode-2.17
13766      Branch: perl
13767            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/encoding.pm
13768 ____________________________________________________________________________
13769 [ 28150] By: nicholas                              on 2006/05/10  14:08:43
13770         Log: no 5.9.4; should fail in version 5.9.4.
13771              Improve the diagnostics and test names in t/comp/use.t
13772      Branch: perl
13773            ! pp_ctl.c t/comp/use.t
13774 ____________________________________________________________________________
13775 [ 28149] By: nicholas                              on 2006/05/10  13:08:49
13776         Log: Convert use.t to an inlined is/isnt/like implementation, to give better
13777              diagnostics.
13778      Branch: perl
13779            ! t/comp/use.t
13780 ____________________________________________________________________________
13781 [ 28148] By: davem                                 on 2006/05/10  01:32:10
13782         Log: disable WARN and DIE hooks during constant folding
13783      Branch: perl
13784            ! op.c t/comp/fold.t util.c warnings.h warnings.pl
13785 ____________________________________________________________________________
13786 [ 28146] By: nicholas                              on 2006/05/09  21:42:18
13787         Log: Change 28145 means that Perl_allocmy() can take a const char *name.
13788      Branch: perl
13789            ! embed.fnc op.c proto.h
13790 ____________________________________________________________________________
13791 [ 28145] By: nicholas                              on 2006/05/09  20:42:03
13792         Log: Simplify the non-printable name error reporting code in Perl_allocmy().
13793      Branch: perl
13794            ! op.c
13795 ____________________________________________________________________________
13796 [ 28144] By: nicholas                              on 2006/05/09  20:10:12
13797         Log: In Perl_Gv_AMupdate(), there's no need to call sv_unmagic() if we know
13798              the magic isn't there.
13799      Branch: perl
13800            ! gv.c
13801 ____________________________________________________________________________
13802 [ 28143] By: nicholas                              on 2006/05/09  19:31:04
13803         Log: Gv_AMupdate() always creates magic, so mg can never be NULL.
13804      Branch: perl
13805            ! gv.c
13806 ____________________________________________________________________________
13807 [ 28142] By: nicholas                              on 2006/05/09  16:35:25
13808         Log: Two signed array indicies that Coverity spots should be unsigned.
13809      Branch: perl
13810            ! ext/POSIX/POSIX.xs
13811 ____________________________________________________________________________
13812 [ 28141] By: nicholas                              on 2006/05/09  16:04:25
13813         Log: Ressurect change 27824, which plugs a resource leak in uncalled code.
13814      Branch: perl
13815            ! ext/Encode/Encode.xs
13816 ____________________________________________________________________________
13817 [ 28140] By: rgs                                   on 2006/05/09  15:23:55
13818         Log: Subject: wince crosscompile patch for 28132
13819              From: Vadim <vadim@vkonovalov.ru>
13820              Date: Tue, 09 May 2006 15:09:43 +0400
13821              Message-ID: <44607877.90603@vkonovalov.ru>
13822      Branch: perl
13823            ! INSTALL perl.h perlio.c win32/Makefile.ce win32/config.ce
13824            ! win32/config_H.ce
13825 ____________________________________________________________________________
13826 [ 28139] By: rgs                                   on 2006/05/09  14:03:30
13827         Log: POD fixes
13828      Branch: perl
13829            ! lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
13830            ! lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
13831            ! lib/DBM_Filter/utf8.pm
13832 ____________________________________________________________________________
13833 [ 28138] By: rgs                                   on 2006/05/09  13:45:43
13834         Log: Subject: Re: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
13835              From: David Landgren <david@landgren.net>
13836              Date: Tue, 09 May 2006 13:03:22 +0200
13837              Message-ID: <446076FA.6010409@landgren.net>
13838      Branch: perl
13839            ! ext/IPC/SysV/t/sem.t
13840 ____________________________________________________________________________
13841 [ 28137] By: rgs                                   on 2006/05/09  13:18:34
13842         Log: Fix another Coverity problem by adding an assert that says that
13843              some string we got from the lexer is null-terminated
13844      Branch: perl
13845            ! op.c
13846 ____________________________________________________________________________
13847 [ 28136] By: rgs                                   on 2006/05/09  13:10:01
13848         Log: Fix a logic error in conditional found by Coverity
13849      Branch: perl
13850            ! op.c
13851 ____________________________________________________________________________
13852 [ 28135] By: davem                                 on 2006/05/09  11:43:55
13853         Log: allow exit during fold_constants
13854              eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b" 
13855      Branch: perl
13856            ! op.c
13857 ____________________________________________________________________________
13858 [ 28134] By: steveh                                on 2006/05/09  08:04:29
13859         Log: Subject: [PATCH] 'threads' patch to fix threaded build on Win32
13860              From: "Jerry D. Hedden" <jerry@hedden.us>
13861              Date: Mon, 08 May 2006 10:23:33 -0700
13862              Message-ID: <20060508102333.fb30e530d17747c2b054d625b8945d88.1e447744fc.wbe@email.secureserver.net>
13863      Branch: perl
13864            ! ext/threads/Changes ext/threads/README ext/threads/threads.pm
13865            ! ext/threads/threads.xs
13866 ____________________________________________________________________________
13867 [ 28133] By: rgs                                   on 2006/05/09  07:27:37
13868         Log: Subject: perlop.pod doc patch: I/O operators
13869              From: Ash Berlin <ash@cpan.org>
13870              Date: Sat, 06 May 2006 14:16:00 +0100
13871              Message-ID: <445CA190.1070105@cpan.org>
13872      Branch: perl
13873            ! pod/perlop.pod
13874 ____________________________________________________________________________
13875 [ 28132] By: stevep                                on 2006/05/09  02:16:18
13876         Log: Subject: [PATCH] PERL_MEM_LOG enhancements
13877              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13878              Date: Sat, 06 May 2006 11:21:02 +0300
13879              Message-ID: <445C5C6E.6070201@gmail.com>
13880      Branch: perl
13881            ! util.c
13882 ____________________________________________________________________________
13883 [ 28131] By: nicholas                              on 2006/05/08  21:11:37
13884         Log: Subject: [PATCH] ext/IPC/SysV/t/ipcsysv.t using test.pl
13885              From: David Landgren <david@landgren.net>
13886              Message-ID: <445B694B.8060901@landgren.net>
13887              Date: Fri, 05 May 2006 17:03:39 +0200
13888              
13889              Subject: Re: [PATCH] ext/IPC/SysV/t/sem.t using test.pl
13890              From: David Landgren <david@landgren.net>
13891              Message-ID: <445B75EF.3000100@landgren.net>
13892              Date: Fri, 05 May 2006 17:57:35 +0200
13893      Branch: perl
13894            ! ext/IPC/SysV/t/ipcsysv.t ext/IPC/SysV/t/sem.t
13895 ____________________________________________________________________________
13896 [ 28127] By: stevep                                on 2006/05/08  19:01:56
13897         Log: Rename lib/Text/Balanced/t/00.load.t to 
13898              lib/Text/Balanced/t/00-load.t and restore a test to 
13899              lib/Text/Balanced/t/extmul.t.
13900      Branch: perl
13901           +> lib/Text/Balanced/t/00-load.t
13902            - lib/Text/Balanced/t/00.load.t
13903            ! MANIFEST lib/Text/Balanced/t/extmul.t
13904 ____________________________________________________________________________
13905 [ 28126] By: stevep                                on 2006/05/08  18:46:16
13906         Log: Version bump and typo fix from change #28125.
13907      Branch: perl
13908            ! lib/Text/Balanced.pm
13909 ____________________________________________________________________________
13910 [ 28125] By: stevep                                on 2006/05/08  18:37:47
13911         Log: Rollback two changes in Text::Balanced which cause test failures in the
13912              CPAN and bleadperl version of the tests.  Also, the previous bleadperl
13913              version of one test file is a bit more comprehensive than what was in
13914              CPAN, so it has been completely restored.
13915      Branch: perl
13916            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extqlk.t
13917 ____________________________________________________________________________
13918 [ 28122] By: stevep                                on 2006/05/08  16:47:39
13919         Log: Upgrade to Digest-SHA-5.36.  Actually bumped to 5.36_01 as
13920              change #27352 has not yet been applied to the CPAN version.
13921      Branch: perl
13922            ! ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
13923            ! ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
13924            ! ext/Digest/SHA/bin/shasum ext/Digest/SHA/src/hmac.c
13925            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
13926            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/nist/Readme.txt
13927            ! ext/Digest/SHA/t/nist/bit-hashes.sha1
13928            ! ext/Digest/SHA/t/nist/bit-messages.sha1
13929            ! ext/Digest/SHA/t/nist/byte-hashes.sha1
13930            ! ext/Digest/SHA/t/nist/byte-messages.sha1
13931 ____________________________________________________________________________
13932 [ 28118] By: nicholas                              on 2006/05/08  11:23:15
13933         Log: Tie::RefHash is now dual life, maintained by Yuval Kogman.
13934      Branch: perl
13935            ! Porting/Maintainers.pl
13936 ____________________________________________________________________________
13937 [ 28116] By: merijn                                on 2006/05/07  14:18:45
13938         Log: Remvove code that gets undone in the next line.
13939              Keep the documentation part.
13940      Branch: perl
13941            ! hints/hpux.sh
13942 ____________________________________________________________________________
13943 [ 28108] By: stevep                                on 2006/05/05  16:26:48
13944         Log: These Module::Build tests depended on STDIN.  Unfortunately, cron
13945              closes STDIN, so these build failures were only seen while 
13946              running smokes through cron.
13947      Branch: perl
13948            ! lib/Module/Build/t/extend.t
13949 ____________________________________________________________________________
13950 [ 28106] By: rgs                                   on 2006/05/05  12:48:19
13951         Log: Implement state array and state hashes. Initialisation assignment
13952              to state arrays or hashes is not implemented yet.
13953      Branch: perl
13954            ! ext/B/B/Concise.pm pp.c t/op/state.t
13955 ____________________________________________________________________________
13956 [ 28105] By: stevep                                on 2006/05/05  12:40:41
13957         Log: Upgrade to Text-Balanced-1.98
13958      Branch: perl
13959            + lib/Text/Balanced/t/00.load.t
13960            + lib/Text/Balanced/t/pod-coverage.t lib/Text/Balanced/t/pod.t
13961            ! MANIFEST lib/Text/Balanced.pm lib/Text/Balanced/Changes
13962            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extmul.t
13963            ! lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
13964            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
13965 ____________________________________________________________________________
13966 [ 28104] By: rgs                                   on 2006/05/05  11:32:36
13967         Log: Subject: [PATCH] threads - stack size support
13968              From: "Jerry D. Hedden" <jerry@hedden.us>
13969              Date: Thu, 04 May 2006 10:07:58 -0700
13970              Message-ID: <20060504100758.fb30e530d17747c2b054d625b8945d88.1ee893a99c.wbe@email.secureserver.net>
13971      Branch: perl
13972            + ext/threads/t/stack.t ext/threads/t/stack_env.t
13973            ! MANIFEST ext/threads/Changes ext/threads/README
13974            ! ext/threads/threads.pm ext/threads/threads.xs
13975 ____________________________________________________________________________
13976 [ 28103] By: stevep                                on 2006/05/05  01:26:08
13977         Log: Teach checkAUTHORS.pl about Sarathy's new email address.
13978      Branch: perl
13979            ! Porting/checkAUTHORS.pl
13980 ____________________________________________________________________________
13981 [ 28102] By: stevep                                on 2006/05/05  01:12:41
13982         Log: Subject: [PATCH] Email address changes
13983              From: "Jan Dubois" <jand@activestate.com>
13984              Date: Thu, 4 May 2006 15:28:19 -0700
13985              Message-ID: <007101c66fca$0b651a50$2217a8c0@candy>
13986      Branch: perl
13987            ! AUTHORS
13988 ____________________________________________________________________________
13989 [ 28101] By: stevep                                on 2006/05/04  20:03:42
13990         Log: Upgrade to ExtUtils-Install-1.40
13991      Branch: perl
13992            ! lib/ExtUtils/Install.pm
13993 ____________________________________________________________________________
13994 [ 28100] By: rgs                                   on 2006/05/04  16:37:28
13995         Log: Subject: RE: [PATCH-for-28089] wince yet another step
13996              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
13997              Date: Thu, 4 May 2006 17:32:12 +0200 
13998              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB454@ru0022exch001u.ru.lucent.com>
13999      Branch: perl
14000            ! README.ce win32/perllib.c win32/vmem.h win32/win32.h
14001 ____________________________________________________________________________
14002 [ 28099] By: rgs                                   on 2006/05/04  12:51:51
14003         Log: Subject: [PATCH] threads - formatting [REVISED]
14004              From: "Jerry D. Hedden" <jerry@hedden.us>
14005              Date: Wed, 03 May 2006 12:34:34 -0700
14006              Message-ID: <20060503123433.fb30e530d17747c2b054d625b8945d88.d352e5da51.wbe@email.secureserver.net>
14007      Branch: perl
14008            ! ext/threads/README ext/threads/t/basic.t ext/threads/t/end.t
14009            ! ext/threads/t/join.t ext/threads/t/libc.t ext/threads/t/list.t
14010            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
14011            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
14012            ! ext/threads/t/thread.t ext/threads/threads.pm
14013            ! ext/threads/threads.xs
14014 ____________________________________________________________________________
14015 [ 28098] By: rgs                                   on 2006/05/04  12:06:33
14016         Log: Upgrade to Encode 2.16
14017      Branch: perl
14018            ! ext/Encode/Byte/Byte.pm ext/Encode/Byte/Makefile.PL
14019            ! ext/Encode/CN/CN.pm ext/Encode/CN/Makefile.PL
14020            ! ext/Encode/Changes ext/Encode/EBCDIC/EBCDIC.pm
14021            ! ext/Encode/EBCDIC/Makefile.PL ext/Encode/Encode.pm
14022            ! ext/Encode/Encode.xs ext/Encode/Encode/Makefile_PL.e2x
14023            ! ext/Encode/Encode/encode.h ext/Encode/JP/JP.pm
14024            ! ext/Encode/JP/Makefile.PL ext/Encode/KR/KR.pm
14025            ! ext/Encode/KR/Makefile.PL ext/Encode/Makefile.PL
14026            ! ext/Encode/Symbol/Makefile.PL ext/Encode/Symbol/Symbol.pm
14027            ! ext/Encode/TW/Makefile.PL ext/Encode/TW/TW.pm
14028            ! ext/Encode/Unicode/Makefile.PL ext/Encode/Unicode/Unicode.pm
14029            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/enc2xs
14030            ! ext/Encode/bin/piconv ext/Encode/bin/ucm2table
14031            ! ext/Encode/bin/ucmlint ext/Encode/bin/ucmsort
14032            ! ext/Encode/bin/unidump ext/Encode/encengine.c
14033            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
14034            ! ext/Encode/lib/Encode/CJKConstants.pm
14035            ! ext/Encode/lib/Encode/CN/HZ.pm ext/Encode/lib/Encode/Config.pm
14036            ! ext/Encode/lib/Encode/Encoder.pm
14037            ! ext/Encode/lib/Encode/Encoding.pm
14038            ! ext/Encode/lib/Encode/Guess.pm ext/Encode/lib/Encode/JP/H2Z.pm
14039            ! ext/Encode/lib/Encode/JP/JIS7.pm
14040            ! ext/Encode/lib/Encode/KR/2022_KR.pm
14041            ! ext/Encode/lib/Encode/MIME/Header.pm
14042            ! ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
14043            ! ext/Encode/lib/Encode/PerlIO.pod
14044            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Aliases.t
14045            ! ext/Encode/t/CJKT.t ext/Encode/t/Encode.t
14046            ! ext/Encode/t/Unicode.t ext/Encode/t/at-cn.t
14047            ! ext/Encode/t/at-tw.t ext/Encode/t/enc_data.t
14048            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
14049            ! ext/Encode/t/enc_utf8.t ext/Encode/t/encoding.t
14050            ! ext/Encode/t/fallback.t ext/Encode/t/guess.t
14051            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
14052            ! ext/Encode/t/mime_header_iso2022jp.t ext/Encode/t/perlio.t
14053            ! ext/Encode/t/rt.pl ext/Encode/t/unibench.pl
14054            ! ext/Encode/t/utf8strict.t
14055 ____________________________________________________________________________
14056 [ 28097] By: rgs                                   on 2006/05/04  11:32:05
14057         Log: Resubmit change #28095
14058      Branch: perl
14059            ! t/op/grep.t
14060 ____________________________________________________________________________
14061 [ 28096] By: steveh                                on 2006/05/04  11:22:04
14062         Log: Subject: [PATCH-for-28089] wince yet another step
14063              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
14064              Date: Thu, 4 May 2006 13:04:45 +0200 
14065              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCB1EE@ru0022exch001u.ru.lucent.com>
14066      Branch: perl
14067            ! win32/Makefile.ce
14068 ____________________________________________________________________________
14069 [ 28095] By: rgs                                   on 2006/05/04  10:00:14
14070         Log: Subject: [PATCH] t/op/grep.t using test.pl
14071              From: David Landgren <david@landgren.net>
14072              Date: Wed, 03 May 2006 15:53:38 +0200
14073              Message-ID: <4458B5E2.7090103@landgren.net>
14074      Branch: perl
14075            ! t/op/grep.t
14076 ____________________________________________________________________________
14077 [ 28094] By: rgs                                   on 2006/05/04  09:58:28
14078         Log: Subject: [PATCH] t/op/context.t using test.pl
14079              From: David Landgren <david@landgren.net>
14080              Date: Wed, 03 May 2006 16:20:40 +0200
14081              Message-ID: <4458BC38.6050600@landgren.net>
14082      Branch: perl
14083            ! t/op/context.t
14084 ____________________________________________________________________________
14085 [ 28093] By: rgs                                   on 2006/05/04  09:56:56
14086         Log: Subject: [PATCH] t/op/list.t using test.pl
14087              From: David Landgren <david@landgren.net>
14088              Date: Wed, 03 May 2006 19:40:40 +0200
14089              Message-ID: <4458EB18.8070904@landgren.net>
14090      Branch: perl
14091            ! t/op/list.t
14092 ____________________________________________________________________________
14093 [ 28092] By: rgs                                   on 2006/05/04  09:43:51
14094         Log: Document order of evaluation for the comma operator
14095              
14096              Subject: [PATCH] Re: Kill select((select(OUTPUT_HANDLE), $| = 1)[0]);
14097              From: Paul Johnson <paul@pjcj.net>
14098              Date: Wed, 26 Apr 2006 22:38:43 +0200
14099              Message-ID: <20060426203843.GE21543@pjcj.net>
14100      Branch: perl
14101            ! pod/perlop.pod
14102 ____________________________________________________________________________
14103 [ 28091] By: steveh                                on 2006/05/04  08:24:06
14104         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
14105              From: "Jan Dubois" <jand@activestate.com>
14106              Date: Wed, 3 May 2006 12:41:23 -0700
14107              Message-ID: <013f01c66ee9$8f1437a0$d045a8c0@candy>
14108      Branch: perl
14109            ! pod/perlport.pod
14110 ____________________________________________________________________________
14111 [ 28090] By: rgs                                   on 2006/05/04  07:42:27
14112         Log: Another test for state variables and closures,
14113              adapted from a Perl 6 example, pointed out by
14114              Joshua "Limbic_Region" Gatcomb
14115      Branch: perl
14116            ! t/op/state.t
14117 ____________________________________________________________________________
14118 [ 28089] By: rgs                                   on 2006/05/03  22:49:14
14119         Log: Ensure that C<(state $x) = $y> is not a state assignment
14120              (due to the parentheses that make it a regular assignment
14121              to a variable declared inside a list)
14122      Branch: perl
14123            ! t/op/state.t
14124 ____________________________________________________________________________
14125 [ 28088] By: rgs                                   on 2006/05/03  22:40:28
14126         Log: New test case for state variables with ties, suggested by Nicholas
14127      Branch: perl
14128            ! t/op/state.t
14129 ____________________________________________________________________________
14130 [ 28087] By: rgs                                   on 2006/05/03  22:01:41
14131         Log: Add "state" feature
14132      Branch: perl
14133            ! lib/feature.pm perl_keyword.pl t/op/state.t toke.c
14134 ____________________________________________________________________________
14135 [ 28086] By: rgs                                   on 2006/05/03  21:46:02
14136         Log: Introduce a new keyword, state, for state variables.
14137      Branch: perl
14138            + t/op/state.t
14139            ! MANIFEST dump.c embed.fnc embed.h ext/B/B/Concise.pm
14140            ! ext/B/t/concise-xs.t keywords.h keywords.pl op.c op.h pad.c
14141            ! perl.h perl_keyword.pl pod/perlintern.pod pp_hot.c proto.h
14142            ! sv.h toke.c
14143 ____________________________________________________________________________
14144 [ 28085] By: rgs                                   on 2006/05/03  19:15:00
14145         Log: Subject: [PATCH] wince another step
14146              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **"
14147              Date: Wed, 3 May 2006 20:11:11 +0200 
14148              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BCAE1F@ru0022exch001u.ru.lucent.com>
14149      Branch: perl
14150            - win32/xconfig.h
14151            ! MANIFEST win32/Makefile.ce
14152 ____________________________________________________________________________
14153 [ 28084] By: rgs                                   on 2006/05/03  19:10:29
14154         Log: Subject: [PATCH] Clarify hard link support on Windows
14155              From: "Jan Dubois" <jand@activestate.com>
14156              Date: Wed, 3 May 2006 11:30:03 -0700
14157              Message-ID: <013a01c66edf$982ebcc0$d045a8c0@candy>
14158      Branch: perl
14159            ! pod/perlport.pod
14160 ____________________________________________________________________________
14161 [ 28083] By: rgs                                   on 2006/05/03  19:06:26
14162         Log: Subject: RE: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
14163              From: "Jan Dubois" <jand@activestate.com>
14164              Date: Wed, 3 May 2006 11:18:30 -0700
14165              Message-ID: <013901c66edd$fb8ae750$d045a8c0@candy>
14166      Branch: perl
14167            ! pod/perlvar.pod
14168 ____________________________________________________________________________
14169 [ 28082] By: stevep                                on 2006/05/03  17:56:37
14170         Log: Upgrade to CGI-3.20
14171      Branch: perl
14172            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
14173            ! lib/CGI/t/cookie.t lib/CGI/t/function.t
14174 ____________________________________________________________________________
14175 [ 28081] By: rgs                                   on 2006/05/03  16:24:04
14176         Log: Subject: [PATCH] more logic localizations
14177              From: andy@petdance.com (Andy Lester)
14178              Date: Tue, 11 Apr 2006 14:14:45 -0500
14179              Message-ID: <20060411191445.GA4938@petdance.com>
14180      Branch: perl
14181            ! mg.c
14182 ____________________________________________________________________________
14183 [ 28080] By: rgs                                   on 2006/05/03  16:09:48
14184         Log: Subject: -Dmad breaks a few tests
14185              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
14186              Date: Tue, 2 May 2006 01:37:03 +0200
14187              Message-Id: <64F8ECEA-D96B-11DA-AA80-000502F3279F@free.fr>
14188              
14189              (part of, with tweaks)
14190      Branch: perl
14191            ! t/op/incfilter.t
14192 ____________________________________________________________________________
14193 [ 28079] By: rgs                                   on 2006/05/03  09:04:30
14194         Log: Subject: [PATCH] Remove an unnecessary goto
14195              From: andy@petdance.com (Andy Lester)
14196              Date: Wed, 3 May 2006 00:54:30 -0500
14197              Message-ID: <20060503055430.GA4922@petdance.com>
14198      Branch: perl
14199            ! op.c
14200 ____________________________________________________________________________
14201 [ 28078] By: rgs                                   on 2006/05/03  09:00:39
14202         Log: Subject: [PATCH] optimize S_find_array_subscript
14203              From: andy@petdance.com (Andy Lester)
14204              Date: Tue, 2 May 2006 21:09:08 -0500
14205              Message-ID: <20060503020908.GA2234@petdance.com>
14206      Branch: perl
14207            ! sv.c
14208 ____________________________________________________________________________
14209 [ 28077] By: rgs                                   on 2006/05/03  08:57:45
14210         Log: Subject: [PATCH] clean up loops in doio.c and dump.c
14211              From: andy@petdance.com (Andy Lester)
14212              Date: Tue, 2 May 2006 13:38:15 -0500
14213              Message-ID: <20060502183815.GA7979@petdance.com>
14214      Branch: perl
14215            ! doio.c dump.c embed.fnc embed.h proto.h
14216 ____________________________________________________________________________
14217 [ 28076] By: rgs                                   on 2006/05/03  08:52:01
14218         Log: Subject: [PATCH] pp_sys.c: U8* cast
14219              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14220              Date: Tue, 2 May 2006 20:04:33 +0300 (EEST)
14221              Message-Id: <200605021704.k42H4XIh255652@kosh.hut.fi>
14222      Branch: perl
14223            ! pp_sys.c
14224 ____________________________________________________________________________
14225 [ 28075] By: rgs                                   on 2006/05/03  08:51:14
14226         Log: Subject: [PATCH] hv.c: do zeroing via mem wrap check
14227              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14228              Date: Tue, 2 May 2006 20:03:01 +0300 (EEST)
14229              Message-Id: <200605021703.k42H31PF216868@kosh.hut.fi>
14230      Branch: perl
14231            ! hv.c
14232 ____________________________________________________________________________
14233 [ 28074] By: rgs                                   on 2006/05/03  08:38:39
14234         Log: Subject: [PATCH] microperl update
14235              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14236              Date: Wed, 03 May 2006 08:20:31 +0300
14237              Message-ID: <44583D9F.8060401@gmail.com>
14238      Branch: perl
14239            ! Makefile.micro README.micro uconfig.h uconfig.sh
14240 ____________________________________________________________________________
14241 [ 28073] By: steveh                                on 2006/05/03  08:25:27
14242         Log: Make Perl_unshare_hek visible to core extensions without being public
14243              
14244              See the comments in:
14245              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00480.html
14246              (which were put into practice in changes #27800 and #27848)
14247      Branch: perl
14248            ! embed.fnc embed.h
14249 ____________________________________________________________________________
14250 [ 28072] By: steveh                                on 2006/05/03  08:03:50
14251         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
14252              From: Vadim <vadim@vkonovalov.ru>
14253              Date: Wed, 03 May 2006 06:10:59 +0400
14254              Message-ID: <44581133.8080100@vkonovalov.ru>
14255      Branch: perl
14256           +> win32/perlmaince.c
14257            - win32/perlmain.c
14258            ! MANIFEST
14259 ____________________________________________________________________________
14260 [ 28071] By: stevep                                on 2006/05/03  01:46:27
14261         Log: Subject: Re: Smoke [5.9.4] 28069 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
14262              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14263              Date: Wed, 03 May 2006 10:00:03 +0900
14264              Message-Id: <20060503095420.0357.BQW10602@nifty.com>
14265      Branch: perl
14266            ! embed.fnc embed.h global.sym
14267 ____________________________________________________________________________
14268 [ 28070] By: nicholas                              on 2006/05/02  22:38:52
14269         Log: Remove a variable left unused since change 28065.
14270      Branch: perl
14271            ! sv.c
14272 ____________________________________________________________________________
14273 [ 28069] By: nicholas                              on 2006/05/02  22:19:56
14274         Log: Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.
14275              Otherwise Perl_newSVhek(), called by Perl_hv_iterkeysv(), naively
14276              assumes that it can share any hash key directly.
14277      Branch: perl
14278            ! hv.c hv.h sv.c
14279 ____________________________________________________________________________
14280 [ 28068] By: nicholas                              on 2006/05/02  22:16:25
14281         Log: cumulative totals and list reverse for checkAUTHORS.pl
14282      Branch: perl
14283            ! Porting/checkAUTHORS.pl
14284 ____________________________________________________________________________
14285 [ 28067] By: stevep                                on 2006/05/02  18:03:57
14286         Log: Another place where Intel C++ pretending to be gcc is a really
14287              bad thing.
14288      Branch: perl
14289            ! gv.h
14290 ____________________________________________________________________________
14291 [ 28066] By: nicholas                              on 2006/05/02  17:46:38
14292         Log: *static* pointers to newXSUB(), dammit!
14293      Branch: perl
14294            ! writemain.SH xsutils.c
14295 ____________________________________________________________________________
14296 [ 28065] By: nicholas                              on 2006/05/02  17:00:56
14297         Log: Assert that SvMAGIC() isn't being called on PVMGs which are using the
14298              same union to store the stash for our.
14299      Branch: perl
14300            ! sv.c sv.h
14301 ____________________________________________________________________________
14302 [ 28064] By: nicholas                              on 2006/05/02  16:24:14
14303         Log: Change 28063 forgot 1 key line - acutally use the correct filename
14304              storage.
14305      Branch: perl
14306            ! op.c
14307 ____________________________________________________________________________
14308 [ 28063] By: nicholas                              on 2006/05/02  15:55:25
14309         Log: Fix bug in DynaLoader, which has been passing a filename in dynamic
14310              storage to newXS() seemingly forever. This involves creating
14311              newXS_flags(), with the first flag being "arrange to copy the 
14312              filename and free it at the right time".
14313      Branch: perl
14314            ! XSUB.h cv.h embed.fnc embed.h ext/DynaLoader/dl_aix.xs
14315            ! ext/DynaLoader/dl_beos.xs ext/DynaLoader/dl_dld.xs
14316            ! ext/DynaLoader/dl_dllload.xs ext/DynaLoader/dl_dlopen.xs
14317            ! ext/DynaLoader/dl_dyld.xs ext/DynaLoader/dl_hpux.xs
14318            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_mpeix.xs
14319            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_symbian.xs
14320            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs op.c
14321            ! pod/perlapi.pod proto.h
14322 ____________________________________________________________________________
14323 [ 28062] By: rgs                                   on 2006/05/02  15:37:35
14324         Log: Move some scripts under win32/ce-helpers.
14325              
14326              Subject: RE: Merge WinCE into Win32 directory and remove the the WinCE dir ectory
14327              From: "Konovalov, Vadim Vladimirovich (Vadim)** CTR **" <vkonovalov@Lucent.com>
14328              Date: Tue, 2 May 2006 17:30:59 +0200 
14329              Message-ID: <E3FB32585BF1D411B9E900805FF51A0801BB3F03@ru0022exch001u.ru.lucent.com>
14330      Branch: perl
14331           +> win32/ce-helpers/cecopy-lib.pl win32/ce-helpers/comp.pl
14332           +> win32/ce-helpers/compile-all.bat win32/ce-helpers/compile.bat
14333           +> win32/ce-helpers/makedist.pl win32/ce-helpers/registry.bat
14334            - win32/cecopy-lib.pl win32/comp.pl win32/compile-all.bat
14335            - win32/compile.bat win32/makedist.pl win32/registry.bat
14336            - win32/win32-d.h
14337            ! MANIFEST win32/Makefile.ce
14338 ____________________________________________________________________________
14339 [ 28061] By: rgs                                   on 2006/05/02  14:28:31
14340         Log: Subject: Re: Merge WinCE into Win32 directory and remove the the WinCE directory
14341              From: demerphq <demerphq@gmail.com>
14342              Date: Mon, 1 May 2006 19:02:09 +0200
14343              Message-ID: <9b18b3110605011002m56c0db99n169ae677efb6d059@mail.gmail.com>
14344              
14345              Plus adjustements to MANIFEST. Also, perlmain.c seemed to be missing
14346              from the patch.
14347      Branch: perl
14348            + win32/Makefile.ce win32/cecopy-lib.pl win32/comp.pl
14349            + win32/compile-all.bat win32/compile.bat win32/config.ce
14350            + win32/config_H.ce win32/makedist.pl win32/perl.rc
14351            + win32/perlmain.c win32/registry.bat win32/win32-d.h
14352            + win32/win32ceio.c win32/win32iop-o.h win32/wince.c
14353            + win32/wince.h win32/wincesck.c win32/xconfig.h
14354            - wince/Makefile.ce wince/bin/exetype.pl wince/bin/perlglob.pl
14355            - wince/bin/pl2bat.pl wince/bin/runperl.pl wince/bin/search.pl
14356            - wince/cecopy-lib.pl wince/comp.pl wince/compile-all.bat
14357            - wince/compile.bat wince/config.ce wince/config_H.ce
14358            - wince/config_h.PL wince/config_sh.PL wince/dl_win32.xs
14359            - wince/include/arpa/inet.h wince/include/sys/socket.h
14360            - wince/makedist.pl wince/makeico.pl wince/perl.rc
14361            - wince/perlhost.h wince/perllib.c wince/perlmain.c
14362            - wince/registry.bat wince/runperl.c wince/splittree.pl
14363            - wince/vdir.h wince/vmem.h wince/win32.h wince/win32io.c
14364            - wince/win32iop.h wince/win32thread.c wince/win32thread.h
14365            - wince/wince.c wince/wince.h wince/wincesck.c
14366            ! MANIFEST win32/include/sys/socket.h win32/win32.h
14367            ! win32/win32thread.h
14368 ____________________________________________________________________________
14369 [ 28060] By: nicholas                              on 2006/05/02  12:41:43
14370         Log: GvFILE() cannot be a pointer to the memory owned by the COP, because
14371              COPs created by use can be freed along this memory, but the GP
14372              remains. Given that several GVs may refer to the same file, use a
14373              shared string rather than an individual allocation per GP.
14374      Branch: perl
14375            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14376            ! gv.c gv.h sv.c
14377 ____________________________________________________________________________
14378 [ 28059] By: nicholas                              on 2006/05/02  12:02:32
14379         Log: Change 28037 broke t/op/each.t when running with TEST.
14380      Branch: perl
14381            ! t/test.pl
14382 ____________________________________________________________________________
14383 [ 28058] By: nicholas                              on 2006/05/02  11:15:26
14384         Log: De-duplicate the code that creates new GPs into Perl_newGP().
14385      Branch: perl
14386            ! embed.fnc embed.h gv.c proto.h scope.c
14387 ____________________________________________________________________________
14388 [ 28057] By: rgs                                   on 2006/05/02  10:39:01
14389         Log: Subject: Re: [PATCH] t/op/glob.t using test.pl
14390              From: David Landgren <david@landgren.net>
14391              Date: Sat, 29 Apr 2006 15:32:07 +0200
14392              Message-ID: <44536AD7.4060608@landgren.net>
14393      Branch: perl
14394            ! t/op/glob.t
14395 ____________________________________________________________________________
14396 [ 28056] By: rgs                                   on 2006/05/02  10:36:39
14397         Log: Subject: [PATCH] t/op/hashwarn.t using test.pl
14398              From: David Landgren <david@landgren.net>
14399              Date: Sat, 29 Apr 2006 17:51:28 +0200
14400              Message-ID: <44538B80.2060503@landgren.net>
14401      Branch: perl
14402            ! t/op/hashwarn.t
14403 ____________________________________________________________________________
14404 [ 28055] By: rgs                                   on 2006/05/02  10:16:23
14405         Log: Subject: [PATCH] toke.c: function pointer to data pointer
14406              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14407              Date: Tue, 2 May 2006 08:25:55 +0300 (EEST)
14408              Message-Id: <200605020525.k425Ptik165705@kosh.hut.fi>
14409      Branch: perl
14410            ! toke.c
14411 ____________________________________________________________________________
14412 [ 28054] By: rgs                                   on 2006/05/02  10:11:10
14413         Log: Subject: [DOC PATCH] chop warning in perlport
14414              From: Xavier Noria <fxn@hashref.com>
14415              Date: Tue, 2 May 2006 12:08:34 +0200
14416              Message-Id: <E06C0594-CAF6-4822-8EB4-8E06EAD4A889@hashref.com>
14417      Branch: perl
14418            ! pod/perlport.pod
14419 ____________________________________________________________________________
14420 [ 28053] By: steveh                                on 2006/05/02  09:59:23
14421         Log: Sigh. Third time lucky.
14422      Branch: perl
14423            ! win32/win32.h
14424 ____________________________________________________________________________
14425 [ 28052] By: steveh                                on 2006/05/02  09:46:41
14426         Log: Ahem. And here's the rest of #28051...
14427      Branch: perl
14428            ! win32/win32.h
14429 ____________________________________________________________________________
14430 [ 28051] By: steveh                                on 2006/05/02  09:39:01
14431         Log: Subject: RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
14432              From: "Jan Dubois" <jand@ActiveState.com>
14433              Date: Mon, 1 May 2006 18:55:11 -0700
14434              Message-ID: <08ff01c66d8b$7282e320$2217a8c0@candy>
14435              
14436              Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m)
14437              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
14438              Date: Tue, 2 May 2006 09:23:51 +0200
14439              Message-ID: <20060502092351.7bae0896@pc09>
14440      Branch: perl
14441            ! win32/config.vc win32/config.vc64 win32/config_H.vc
14442            ! win32/config_H.vc64
14443 ____________________________________________________________________________
14444 [ 28050] By: rgs                                   on 2006/05/02  09:13:19
14445         Log: Subject: [PATCH] pp.c casting, take two
14446              From: andy@petdance.com (Andy Lester)
14447              Date: Sun, 30 Apr 2006 19:48:26 -0500
14448              Message-ID: <20060501004826.GA4744@petdance.com>
14449              
14450              (with adjustements, some of the code has already
14451              been touched since)
14452      Branch: perl
14453            ! pp.c
14454 ____________________________________________________________________________
14455 [ 28049] By: rgs                                   on 2006/05/02  08:50:05
14456         Log: Subject: [PATCH] Some more SvREFCNT_inc updates
14457              From: andy@petdance.com (Andy Lester)
14458              Date: Sun, 30 Apr 2006 13:24:14 -0500
14459              Message-ID: <20060430182414.GA18094@petdance.com>
14460      Branch: perl
14461            ! cop.h pp_ctl.c
14462 ____________________________________________________________________________
14463 [ 28048] By: rgs                                   on 2006/05/02  08:48:04
14464         Log: Subject: [PATCH] quiet some perlio.c warnings
14465              From: andy@petdance.com (Andy Lester)
14466              Date: Sun, 30 Apr 2006 13:23:22 -0500
14467              Message-ID: <20060430182322.GA18064@petdance.com>
14468      Branch: perl
14469            ! perlio.c
14470 ____________________________________________________________________________
14471 [ 28047] By: rgs                                   on 2006/05/02  08:45:26
14472         Log: Subject: [PATCH] More tweaking of SvREFCNT_inc calls
14473              From: andy@petdance.com (Andy Lester)
14474              Date: Sun, 30 Apr 2006 12:06:21 -0500
14475              Message-ID: <20060430170621.GA4054@petdance.com>
14476      Branch: perl
14477            ! mg.c
14478 ____________________________________________________________________________
14479 [ 28046] By: stevep                                on 2006/05/02  02:50:33
14480         Log: One too many ('s in change #28043. 
14481      Branch: perl
14482            ! ext/Errno/Errno_pm.PL
14483 ____________________________________________________________________________
14484 [ 28045] By: stevep                                on 2006/05/02  02:47:43
14485         Log: Escape prompts with #'s to avoid causing tests to fail from
14486              the unexpected output.
14487      Branch: perl
14488            ! lib/Module/Build/t/extend.t
14489 ____________________________________________________________________________
14490 [ 28044] By: stevep                                on 2006/05/02  01:55:53
14491         Log: Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".
14492      Branch: perl
14493            ! utils/h2xs.PL
14494 ____________________________________________________________________________
14495 [ 28043] By: stevep                                on 2006/05/02  00:23:05
14496         Log: Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat 
14497              Linux 7.2.  The original fix, change #13053, added a check
14498              for $Config{gccversion} which is now populated by newer
14499              Intel compilers.  This additional change checks to see
14500              if Intel is in $Config{gccversion}.  If it is, its not
14501              a gcc.
14502      Branch: perl
14503            ! ext/Errno/Errno_pm.PL
14504 ____________________________________________________________________________
14505 [ 28042] By: stevep                                on 2006/05/01  23:30:59
14506         Log: Subject: [PATCH] signed vs unsigned char * nit
14507              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
14508              Date: Sat, 29 Apr 2006 20:59:29 +0300 (EEST)
14509              Message-Id: <200604291759.k3THxTji032009@kosh.hut.fi>
14510      Branch: perl
14511            ! pp.c
14512 ____________________________________________________________________________
14513 [ 28041] By: stevep                                on 2006/05/01  23:25:30
14514         Log: Reverting context removal from change #27992.  This should
14515              clear up threaded builds on Win32 and VMS. 
14516      Branch: perl
14517            ! embed.fnc embed.h pp_ctl.c proto.h
14518 ____________________________________________________________________________
14519 [ 28040] By: rgs                                   on 2006/05/01  20:25:17
14520         Log: Add a BUGS section to Fatal.pm, see bug #38790
14521      Branch: perl
14522            ! lib/Fatal.pm
14523 ____________________________________________________________________________
14524 [ 28039] By: nicholas                              on 2006/05/01  19:07:06
14525         Log: Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found that
14526              they aren't viable. (Certain glibcs are "interesting")
14527      Branch: perl
14528            ! ext/POSIX/Makefile.PL
14529 ____________________________________________________________________________
14530 [ 28038] By: nicholas                              on 2006/05/01  17:28:43
14531         Log: Allow a macro of "0" to mean "#if 0" for convenient elimination of
14532              constants.
14533      Branch: perl
14534            ! lib/ExtUtils/Constant/Base.pm
14535 ____________________________________________________________________________
14536 [ 28037] By: merijn                                on 2006/05/01  14:18:16
14537         Log: Subject: Re: [PATCH] provide diag() and don't use ++ in test.pl
14538              From: David Landgren <david@landgren.net>
14539              Date: Mon, 01 May 2006 15:50:03 +0200
14540              Message-ID: <4456120B.3000302@landgren.net>
14541              
14542              Plus some additional comment (also from David) about WHY not to
14543              use ++ in test.pl
14544      Branch: perl
14545            ! t/test.pl
14546 ____________________________________________________________________________
14547 [ 28036] By: merijn                                on 2006/05/01  12:56:54
14548         Log: Subject: Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
14549              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14550              Date: Mon, 01 May 2006 21:34:33 +0900
14551              Message-Id: <20060501213249.814E.BQW10602@nifty.com>
14552      Branch: perl
14553            ! win32/config.vc64
14554 ____________________________________________________________________________
14555 [ 28035] By: nicholas                              on 2006/05/01  11:16:13
14556         Log: Re-order one DO_UTF8 to be after the SvPV.
14557      Branch: perl
14558            ! ext/Data/Dumper/Dumper.xs
14559 ____________________________________________________________________________
14560 [ 28034] By: nicholas                              on 2006/04/30  23:08:17
14561         Log: Fix two errors found by Coverity.
14562      Branch: perl
14563            ! pp_sys.c
14564 ____________________________________________________________________________
14565 [ 28033] By: nicholas                              on 2006/04/30  23:02:46
14566         Log: Add a --percentage option to checkAUTHORS.pl to show rankings as
14567              percentages.
14568      Branch: perl
14569            ! Porting/checkAUTHORS.pl
14570 ____________________________________________________________________________
14571 [ 28032] By: nicholas                              on 2006/04/30  22:00:34
14572         Log: Replace a STRLEN no_len; with a _nolen macro call.
14573      Branch: perl
14574            ! pp_pack.c
14575 ____________________________________________________________________________
14576 [ 28031] By: nicholas                              on 2006/04/30  21:27:20
14577         Log: Perl_pack_cat() is a mathom too!
14578      Branch: perl
14579            ! mathoms.c pod/perlapi.pod pp_pack.c
14580 ____________________________________________________________________________
14581 [ 28030] By: nicholas                              on 2006/04/30  20:41:29
14582         Log: One part of pp_pack couldn't correctly handle surprises from UTF-8
14583              overloading.
14584      Branch: perl
14585            ! pp_pack.c t/uni/overload.t
14586 ____________________________________________________________________________
14587 [ 28029] By: nicholas                              on 2006/04/30  19:07:43
14588         Log: do_vop() couldn't correctly handle surprises from UTF-8 overloading.
14589      Branch: perl
14590            ! doop.c t/uni/overload.t
14591 ____________________________________________________________________________
14592 [ 28028] By: nicholas                              on 2006/04/30  17:58:53
14593         Log: We had no tests that covered the grow paths in pp_uc and pp_lc.
14594      Branch: perl
14595            ! t/op/lc.t
14596 ____________________________________________________________________________
14597 [ 28027] By: nicholas                              on 2006/04/30  17:23:44
14598         Log: Dave noticed that change 28022 was wrong - should read is_index
14599              rather than just index.
14600      Branch: perl
14601            ! pp.c
14602 ____________________________________________________________________________
14603 [ 28026] By: merijn                                on 2006/04/30  15:22:12
14604         Log: Subject: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (x86/1 cpu))
14605              From: Abe Timmerman <abe@ztreet.demon.nl>
14606              Date: Sun, 30 Apr 2006 15:15:24 +0200
14607              Message-Id: <200604301515.24580.abe@ztreet.demon.nl>
14608      Branch: perl
14609            ! win32/config.vc win32/config_H.vc
14610 ____________________________________________________________________________
14611 [ 28025] By: stevep                                on 2006/04/30  14:27:08
14612         Log: I was mistaken.  Borland and gcc do have snprintf() and vsnprintf()
14613              on Win32.
14614      Branch: perl
14615            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14616            ! win32/config_H.vc64
14617 ____________________________________________________________________________
14618 [ 28024] By: stevep                                on 2006/04/30  13:14:25
14619         Log: OK, Win32 must no have snprintf()/vsnprintf 
14620      Branch: perl
14621            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14622            ! win32/config_H.vc64
14623 ____________________________________________________________________________
14624 [ 28023] By: davem                                 on 2006/04/30  12:32:09
14625         Log: remove a compiler warning by making HOPBACKc only hop *back*
14626      Branch: perl
14627            ! regexec.c
14628 ____________________________________________________________________________
14629 [ 28022] By: nicholas                              on 2006/04/30  11:14:04
14630         Log: index and rindex couldn't correctly handle surprises from UTF-8
14631              overloading.
14632      Branch: perl
14633            ! pp.c t/lib/warnings/9uninit t/uni/overload.t
14634 ____________________________________________________________________________
14635 [ 28021] By: nicholas                              on 2006/04/30  10:58:11
14636         Log: Document SvGAMAGIC(), and its significance w.r.t. the side effects of
14637              inadvertently calling magic and overloading too often.
14638      Branch: perl
14639            ! pod/perlapi.pod sv.h
14640 ____________________________________________________________________________
14641 [ 28020] By: nicholas                              on 2006/04/29  23:35:52
14642         Log: Coverity disliked us passing a negative length to vsnprintf().
14643      Branch: perl
14644            ! perlio.c
14645 ____________________________________________________________________________
14646 [ 28019] By: nicholas                              on 2006/04/29  23:33:36
14647         Log: syswrite couldn't correctly handle surprises from UTF-8 overloading.
14648              As part of fixing this, syswrite now tries to take advantage of the
14649              UTF-8 cache logic for lengths and offsets on regular scalars.
14650      Branch: perl
14651            ! pp_sys.c t/lib/warnings/9uninit t/uni/overload.t
14652 ____________________________________________________________________________
14653 [ 28018] By: nicholas                              on 2006/04/29  23:32:06
14654         Log: More tests for syswrite with UTF-8 data.
14655      Branch: perl
14656            ! lib/open.t
14657 ____________________________________________________________________________
14658 [ 28017] By: nicholas                              on 2006/04/29  21:54:38
14659         Log: It should never be possible for SvGMAGICAL() to be true on SVt_IV.
14660      Branch: perl
14661            ! doio.c
14662 ____________________________________________________________________________
14663 [ 28016] By: nicholas                              on 2006/04/29  17:38:08
14664         Log: print couldn't correctly handle surprises from UTF-8 overloading.
14665      Branch: perl
14666            ! doio.c t/uni/overload.t
14667 ____________________________________________________________________________
14668 [ 28015] By: nicholas                              on 2006/04/29  17:31:27
14669         Log: Add a cross reference to bytes_from_utf8() in the documentation for
14670              utf8_to_bytes(). Regenerate perlapi.pod.
14671      Branch: perl
14672            ! pod/perlapi.pod utf8.c
14673 ____________________________________________________________________________
14674 [ 28014] By: nicholas                              on 2006/04/29  16:07:31
14675         Log: There were more ways to break uc/lc/ucfirst/lcfirst even without
14676              use 'locale'; so test for them too. Correct the skip count.
14677      Branch: perl
14678            ! t/uni/overload.t
14679 ____________________________________________________________________________
14680 [ 28013] By: nicholas                              on 2006/04/29  15:55:51
14681         Log: lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 values
14682              returned by overloaded stringification.
14683      Branch: perl
14684            ! pp.c t/uni/overload.t
14685 ____________________________________________________________________________
14686 [ 28012] By: nicholas                              on 2006/04/29  14:05:55
14687         Log: uc plus an 8 bit locale could get confused by UTF-8 values returned by
14688              overloaded stringification.
14689      Branch: perl
14690            ! pp.c t/uni/overload.t
14691 ____________________________________________________________________________
14692 [ 28011] By: nicholas                              on 2006/04/29  13:43:26
14693         Log: lc plus an 8 bit locale could mangle UTF-8 values returned by
14694              overloaded stringification.
14695      Branch: perl
14696            ! pp.c t/uni/overload.t
14697 ____________________________________________________________________________
14698 [ 28010] By: stevep                                on 2006/04/29  13:09:18
14699         Log: Subject: [PATCH] more -ansi -pedantic cleanliness
14700              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14701              Date: Sat, 29 Apr 2006 11:13:24 +0300
14702              Message-ID: <44532024.9070303@gmail.com>
14703      Branch: perl
14704            ! cop.h gv.c regcomp.c regexec.c sv.c toke.c
14705 ____________________________________________________________________________
14706 [ 28009] By: stevep                                on 2006/04/28  20:53:07
14707         Log: Subject: Re: [ANNOUNCE] Module::Build 0.28 -> CPAN
14708              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
14709              Date: Fri, 28 Apr 2006 15:31:55 -0400
14710              Message-ID: <44526DAB.8070408@thepierianspring.org>
14711      Branch: perl
14712            ! lib/Module/Build/ConfigData.pm
14713 ____________________________________________________________________________
14714 [ 28008] By: stevep                                on 2006/04/28  20:40:41
14715         Log: Subject: [PATCH] reduce gcc -ansi -pedantic noise plus a suggestion
14716              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14717              Date: Fri, 28 Apr 2006 22:58:58 +0300
14718              Message-ID: <44527402.8000506@gmail.com>
14719      Branch: perl
14720            ! doio.c gv.c hv.c op.c pad.c perl.c perl.h perlio.c pp.c
14721            ! pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c toke.c
14722            ! universal.c utf8.c
14723 ____________________________________________________________________________
14724 [ 28007] By: stevep                                on 2006/04/28  19:14:22
14725         Log: Subject: two [PATCH]es: dVAR for malloc.c, and a signed/unsigned char*
14726              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14727              Date: Fri, 28 Apr 2006 21:04:59 +0300
14728              Message-ID: <4452594B.4040609@gmail.com>
14729      Branch: perl
14730            ! malloc.c pp.c
14731 ____________________________________________________________________________
14732 [ 28006] By: nicholas                              on 2006/04/28  16:34:14
14733         Log: Fix bug 34297 (length of overloaded UTF-8 strings)
14734      Branch: perl
14735            + t/uni/overload.t
14736            ! MANIFEST pp.c
14737 ____________________________________________________________________________
14738 [ 28005] By: stevep                                on 2006/04/28  16:15:25
14739         Log: Typo in MANIFEST from change #27997.  Mustn't touch Perl before coffee.
14740      Branch: perl
14741            ! MANIFEST
14742 ____________________________________________________________________________
14743 [ 28004] By: stevep                                on 2006/04/28  15:35:37
14744         Log: Added Changes file left out from change #28001.
14745      Branch: perl
14746            ! ext/Cwd/Changes
14747 ____________________________________________________________________________
14748 [ 28003] By: rgs                                   on 2006/04/28  15:29:30
14749         Log: Subject: Merge WinCE and Win32 directories -- Initial patch
14750              From: demerphq <demerphq@gmail.com>
14751              Date: 27-Apr-2006 23:30
14752              Message-ID: <9b18b3110604271430k4de84685jec6535ded195ed94@mail.gmail.com>
14753      Branch: perl
14754            ! win32/config_h.PL win32/dl_win32.xs win32/include/sys/socket.h
14755            ! win32/makeico.pl win32/perlhost.h win32/perllib.c win32/vdir.h
14756            ! win32/vmem.h win32/win32.h
14757 ____________________________________________________________________________
14758 [ 28001] By: stevep                                on 2006/04/28  13:34:39
14759         Log: Upgrade to Pathtools-3.18
14760      Branch: perl
14761            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
14762            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
14763 ____________________________________________________________________________
14764 [ 28000] By: rgs                                   on 2006/04/28  13:33:37
14765         Log: Subject: [PATCH] t/op/defins.pl using test.pl
14766              From: David Landgren <david@landgren.net>
14767              Date: Fri, 28 Apr 2006 14:27:39 +0200
14768              Message-ID: <44520A3B.1080707@landgren.net>
14769      Branch: perl
14770            ! t/op/defins.t
14771 ____________________________________________________________________________
14772 [ 27999] By: rgs                                   on 2006/04/28  13:33:11
14773         Log: Subject: [PATCH] t/op/delete.t using test.pl
14774              From: David Landgren <david@landgren.net>
14775              Date: Fri, 28 Apr 2006 15:03:39 +0200
14776              Message-ID: <445212AB.4080404@landgren.net>
14777      Branch: perl
14778            ! t/op/delete.t
14779 ____________________________________________________________________________
14780 [ 27998] By: rgs                                   on 2006/04/28  13:32:53
14781         Log: Subject: [PATCH] t/op/auto.pl using test.pl
14782              From: David Landgren <david@landgren.net>
14783              Date: Fri, 28 Apr 2006 13:56:30 +0200
14784              Message-ID: <445202EE.6000604@landgren.net>
14785      Branch: perl
14786            ! t/op/auto.t
14787 ____________________________________________________________________________
14788 [ 27997] By: stevep                                on 2006/04/28  13:29:41
14789         Log: Upgrade to Module-Build-0.28
14790      Branch: perl
14791            + lib/Module/Build/API.pod
14792            ! MANIFEST lib/Module/Build.pm lib/Module/Build/Authoring.pod
14793            ! lib/Module/Build/Base.pm lib/Module/Build/Changes
14794            ! lib/Module/Build/Compat.pm lib/Module/Build/Cookbook.pm
14795            ! lib/Module/Build/ModuleInfo.pm
14796            ! lib/Module/Build/Platform/MacOS.pm
14797            ! lib/Module/Build/Platform/VMS.pm
14798            ! lib/Module/Build/Platform/Windows.pm
14799            ! lib/Module/Build/Platform/os2.pm lib/Module/Build/YAML.pm
14800            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
14801            ! lib/Module/Build/t/destinations.t lib/Module/Build/t/extend.t
14802            ! lib/Module/Build/t/mbyaml.t
14803 ____________________________________________________________________________
14804 [ 27995] By: nicholas                              on 2006/04/28  12:48:27
14805         Log: Anton Berezin says that on FreeBSD we're wrong to be using -lc_r, and
14806              should just be using -pthread on the linker line.
14807              This stops the new taint tests looping infinitely. It also seems to
14808              cure the TODO test in posix.t - masked SIGINT is now received.
14809      Branch: perl
14810            ! hints/freebsd.sh
14811 ____________________________________________________________________________
14812 [ 27994] By: rgs                                   on 2006/04/28  12:10:24
14813         Log: Subject: [PATCH] threads - miscellaneous
14814              From: "Jerry D. Hedden" <jerry@hedden.us>
14815              Date: Wed, 26 Apr 2006 11:24:05 -0700
14816              Message-ID: <20060426112405.fb30e530d17747c2b054d625b8945d88.4331e666e7.wbe@email.secureserver.net>
14817      Branch: perl
14818            ! ext/threads/Changes ext/threads/Makefile.PL
14819            ! ext/threads/t/end.t ext/threads/t/join.t ext/threads/t/libc.t
14820            ! ext/threads/t/problems.t ext/threads/threads.xs
14821 ____________________________________________________________________________
14822 [ 27993] By: rgs                                   on 2006/04/28  09:14:17
14823         Log: Subject: [PATCH] t/op/sort.t using test.pl
14824              From: David Landgren <david@landgren.net>
14825              Date: Thu, 27 Apr 2006 18:25:56 +0200
14826              Message-ID: <4450F094.2010907@landgren.net>
14827      Branch: perl
14828            ! t/op/sort.t
14829 ____________________________________________________________________________
14830 [ 27992] By: rgs                                   on 2006/04/28  09:04:36
14831         Log: Subject: [PATCH] Removing another context parm
14832              From: andy@petdance.com (Andy Lester)
14833              Date: Thu, 27 Apr 2006 10:31:56 -0500
14834              Message-ID: <20060427153156.GA11445@petdance.com>
14835      Branch: perl
14836            ! embed.fnc embed.h pp_ctl.c proto.h
14837 ____________________________________________________________________________
14838 [ 27991] By: rgs                                   on 2006/04/28  08:53:51
14839         Log: Subject: [PATCH] t/op/loopctl.t using test.pl
14840              From: David Landgren <david@landgren.net>
14841              Date: Thu, 27 Apr 2006 19:13:28 +0200
14842              Message-ID: <4450FBB8.8070203@landgren.net>
14843      Branch: perl
14844            ! t/op/loopctl.t
14845 ____________________________________________________________________________
14846 [ 27990] By: rgs                                   on 2006/04/28  08:51:09
14847         Log: Subject: [PATCH] dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
14848              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14849              Date: Thu, 27 Apr 2006 21:18:30 +0300
14850              Message-ID: <44510AF6.6040603@gmail.com>
14851      Branch: perl
14852            ! hv.c perl.h perlio.c sv.c
14853 ____________________________________________________________________________
14854 [ 27989] By: rgs                                   on 2006/04/28  08:41:25
14855         Log: Typo fix in perlretut by Simon Taylor
14856      Branch: perl
14857            ! pod/perlretut.pod
14858 ____________________________________________________________________________
14859 [ 27988] By: rgs                                   on 2006/04/28  07:58:16
14860         Log: Fix typo in function call
14861      Branch: perl
14862            ! perlio.c
14863 ____________________________________________________________________________
14864 [ 27987] By: stevep                                on 2006/04/28  02:12:03
14865         Log: Subject: Re: [PATCH] use snprintf/strlcpy/strlcat when useful
14866              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14867              Date: Tue, 25 Apr 2006 18:23:39 +0300
14868              Message-ID: <444E3EFB.8020503@gmail.com>
14869      Branch: perl
14870            ! op.c perl.h perlio.c pp_ctl.c regcomp.c sv.c toke.c
14871            ! universal.c util.c
14872 ____________________________________________________________________________
14873 [ 27986] By: davem                                 on 2006/04/27  23:15:02
14874         Log: another REIFY bug
14875      Branch: perl
14876            ! scope.c t/op/local.t
14877 ____________________________________________________________________________
14878 [ 27983] By: stevep                                on 2006/04/27  18:06:12
14879         Log: Upgrade to ExtUtils-Install-1.39
14880      Branch: perl
14881            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
14882            ! lib/ExtUtils/Packlist.pm lib/ExtUtils/t/Install.t
14883            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/Packlist.t
14884 ____________________________________________________________________________
14885 [ 27982] By: stevep                                on 2006/04/27  17:53:11
14886         Log: Upgrade to Encode-2.15
14887      Branch: perl
14888            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
14889            ! ext/Encode/Unicode/Unicode.xs
14890            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
14891 ____________________________________________________________________________
14892 [ 27976] By: rgs                                   on 2006/04/27  12:29:47
14893         Log: Subject: [PATCH] Removing unused context
14894              From: andy@petdance.com (Andy Lester)
14895              Date: Thu, 27 Apr 2006 00:32:15 -0500
14896              Message-ID: <20060427053215.GA31445@petdance.com>
14897      Branch: perl
14898            ! embed.fnc embed.h proto.h sv.c
14899 ____________________________________________________________________________
14900 [ 27968] By: mhx                                   on 2006/04/26  19:18:09
14901         Log: Change type of temporary padoff_du used in dUNDERBAR
14902              from I32 to PADOFFSET, which is more correct (and fixes
14903              a warning in Devel::PPPort).
14904      Branch: perl
14905            ! XSUB.h
14906 ____________________________________________________________________________
14907 [ 27962] By: rgs                                   on 2006/04/26  07:53:36
14908         Log: Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
14909              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
14910              Date: Mon, 24 Apr 2006 23:20:38 +0200
14911              Message-ID: <20060424232038.7550f9b6@r2d2>
14912      Branch: perl
14913            ! deb.c doio.c doop.c dump.c gv.c handy.h
14914            ! lib/ExtUtils/Constant/ProxySubs.pm mg.c op.c patchlevel.h
14915            ! perl.c perlio.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
14916            ! regexec.c scope.h sv.c toke.c util.c
14917 ____________________________________________________________________________
14918 [ 27961] By: rgs                                   on 2006/04/26  07:38:38
14919         Log: Subject: [PATCH] threads - consolidate XS functions
14920              From: "Jerry D. Hedden" <jerry@hedden.us>
14921              Date: Tue, 25 Apr 2006 07:50:05 -0700
14922              Message-ID: <20060425075005.fb30e530d17747c2b054d625b8945d88.e23f2fed42.wbe@email.secureserver.net>
14923      Branch: perl
14924            ! ext/threads/threads.pm ext/threads/threads.xs
14925 ____________________________________________________________________________
14926 [ 27960] By: steveh                                on 2006/04/25  16:23:38
14927         Log: Make Module-Build aware of new Test-Harness output
14928              
14929              See also:
14930              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00755.html
14931      Branch: perl
14932            ! lib/Module/Build/t/compat.t
14933 ____________________________________________________________________________
14934 [ 27959] By: nicholas                              on 2006/04/25  12:51:40
14935         Log: Coverity has started to notice another inconsistency in our NULL
14936              pointer checking.
14937      Branch: perl
14938            ! pp_ctl.c
14939 ____________________________________________________________________________
14940 [ 27958] By: rgs                                   on 2006/04/25  08:41:38
14941         Log: Subject: [PATCH] use NOOP macro
14942              From: andy@petdance.com (Andy Lester)
14943              Date: Mon, 24 Apr 2006 13:44:51 -0500
14944              Message-ID: <20060424184451.GA1479@petdance.com>
14945      Branch: perl
14946            ! gv.c gv.h hv.c op.c pad.c perl.h perlio.c pp.c pp_ctl.c
14947            ! pp_hot.c regcomp.c regexec.c sv.c toke.c utf8.c
14948 ____________________________________________________________________________
14949 [ 27957] By: rgs                                   on 2006/04/25  08:35:22
14950         Log: Subject: [PATCH] Continuing threads sync
14951              From: "Jerry D. Hedden" <jerry@hedden.us>
14952              Date: Mon, 24 Apr 2006 13:00:23 -0700
14953              Message-ID: <20060424130023.fb30e530d17747c2b054d625b8945d88.969ed54130.wbe@email.secureserver.net>
14954      Branch: perl
14955            ! ext/threads/t/free.t ext/threads/threads.pm
14956            ! ext/threads/threads.xs
14957 ____________________________________________________________________________
14958 [ 27956] By: nicholas                              on 2006/04/24  16:38:09
14959         Log: Perl_unpack_str() is a mathom!
14960      Branch: perl
14961            ! mathoms.c pp_pack.c
14962 ____________________________________________________________________________
14963 [ 27955] By: stevep                                on 2006/04/24  16:31:24
14964         Log: Really bump the version of File::Find.
14965      Branch: perl
14966            ! lib/File/Find.pm
14967 ____________________________________________________________________________
14968 [ 27954] By: stevep                                on 2006/04/24  16:29:59
14969         Log: Reverting change #27953, as it appears that File::Find has 
14970              localized the C<$_> usable by the wanted function since 
14971              version 1.04 (change #18501, to be exact).  Update the 
14972              docs to express this change.  Finally, bump the version.
14973      Branch: perl
14974            ! lib/File/Find.pm
14975 ____________________________________________________________________________
14976 [ 27953] By: stevep                                on 2006/04/24  15:27:39
14977         Log: Subject: Re: [perl #38965] File::Find documentation - is "Don't modify thesevariables" still valid?
14978              From: David Landgren <david@landgren.net>
14979              Date: Mon, 24 Apr 2006 13:02:02 +0200
14980              Message-ID: <444CB02A.2000604@landgren.net>
14981      Branch: perl
14982            ! lib/File/Find.pm
14983 ____________________________________________________________________________
14984 [ 27952] By: nicholas                              on 2006/04/24  13:21:09
14985         Log: Subject: Re: recursion now removed from the regex engine
14986              From: demerphq <demerphq@gmail.com>
14987              Message-ID: <9b18b3110604231210w5deff59el3a1a79c98f34e0fd@mail.gmail.com>
14988              Date: Sun, 23 Apr 2006 21:10:34 +0200
14989      Branch: perl
14990            ! regcomp.sym regnodes.h
14991 ____________________________________________________________________________
14992 [ 27951] By: rgs                                   on 2006/04/24  12:15:58
14993         Log: Subject: [perl #38709] Opening '|-' triggers unjustified taint check 
14994              From: mhasch@cpan.org (via RT) <perlbug-followup@perl.org>
14995              Date: Fri, 10 Mar 2006 20:10:49 -0800
14996              Message-ID: <rt-3.0.11-38709-130993.2.89182805885773@perl.org>
14997      Branch: perl
14998            ! doio.c t/op/taint.t
14999 ____________________________________________________________________________
15000 [ 27950] By: rgs                                   on 2006/04/24  11:59:25
15001         Log: Add regression test for bug #38475
15002      Branch: perl
15003            + t/op/attrhand.t
15004            ! MANIFEST
15005 ____________________________________________________________________________
15006 [ 27949] By: nicholas                              on 2006/04/24  10:52:09
15007         Log: Change 27947 forgot to remove one now-unneeded cast.
15008      Branch: perl
15009            ! sv.c
15010 ____________________________________________________________________________
15011 [ 27948] By: rgs                                   on 2006/04/24  10:33:34
15012         Log: Subject: [perl #38475] attribute multiline fix (in tokenizer) 
15013              From: bas@quarantainenet.nl (via RT) <perlbug-followup@perl.org>
15014              Date: Thu, 09 Feb 2006 06:33:51 -0800
15015              Message-ID: <rt-3.0.11-38475-129844.11.5904582303176@perl.org>
15016      Branch: perl
15017            ! toke.c
15018 ____________________________________________________________________________
15019 [ 27947] By: nicholas                              on 2006/04/24  09:40:58
15020         Log: Following change 27942 it's clear that the return type of
15021              glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
15022              reflect what they do.
15023      Branch: perl
15024            ! embed.fnc embed.h proto.h sv.c
15025 ____________________________________________________________________________
15026 [ 27946] By: rgs                                   on 2006/04/24  08:08:03
15027         Log: Cleanup some gcc warnings
15028              Third and fourth patches from:
15029              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
15030              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15031              Date: Sun, 23 Apr 2006 04:47:04 +0200
15032              Message-ID: <20060423044704.6a383ee8@r2d2>
15033      Branch: perl
15034            ! mg.c perl.h toke.c
15035 ____________________________________________________________________________
15036 [ 27945] By: rgs                                   on 2006/04/24  08:04:11
15037         Log: A couple of casts to PADOFFSET.
15038              2nd patch from :
15039              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
15040              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15041              Date: Sun, 23 Apr 2006 04:47:04 +0200
15042              Message-ID: <20060423044704.6a383ee8@r2d2>
15043      Branch: perl
15044            ! op.c pad.c pp.c toke.c
15045 ____________________________________________________________________________
15046 [ 27944] By: rgs                                   on 2006/04/24  08:01:32
15047         Log: Ensure GvNAME doesn't return NULL
15048              First patch from :
15049              Subject: Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
15050              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
15051              Date: Sun, 23 Apr 2006 04:47:04 +0200
15052              Message-ID: <20060423044704.6a383ee8@r2d2>
15053      Branch: perl
15054            ! embed.fnc gv.c gv.h proto.h
15055 ____________________________________________________________________________
15056 [ 27943] By: rgs                                   on 2006/04/24  07:39:23
15057         Log: Subject: [PATCH] doop.c consting, take 2
15058              From: andy@petdance.com (Andy Lester)
15059              Date: Sun, 23 Apr 2006 20:45:09 -0500
15060              Message-ID: <20060424014509.GA29642@petdance.com>
15061      Branch: perl
15062            ! doop.c embed.fnc proto.h
15063 ____________________________________________________________________________
15064 [ 27942] By: rgs                                   on 2006/04/24  07:27:33
15065         Log: Subject: [PATCH] Refactor S_glob_2inpuv
15066              From: andy@petdance.com (Andy Lester)
15067              Date: Sun, 23 Apr 2006 21:12:39 -0500
15068              Message-ID: <20060424021239.GA5449@petdance.com>
15069      Branch: perl
15070            ! embed.fnc embed.h proto.h sv.c
15071 ____________________________________________________________________________
15072 [ 27941] By: rgs                                   on 2006/04/24  07:14:49
15073         Log: Subject: [PATCH] Inlining static funcs in perl.c
15074              From: andy@petdance.com (Andy Lester)
15075              Date: Sun, 23 Apr 2006 21:50:27 -0500
15076              Message-ID: <20060424025027.GA25998@petdance.com>
15077      Branch: perl
15078            ! embed.fnc embed.h perl.c proto.h
15079 ____________________________________________________________________________
15080 [ 27940] By: nicholas                              on 2006/04/23  20:48:25
15081         Log: Assimilate Test::Harness 2.57_06
15082      Branch: perl
15083            ! lib/Test/Harness.pm lib/Test/Harness/Changes
15084            ! lib/Test/Harness/Straps.pm lib/Test/Harness/bin/prove
15085            ! lib/Test/Harness/t/version.t
15086 ____________________________________________________________________________
15087 [ 27939] By: stevep                                on 2006/04/22  23:08:50
15088         Log: Subject: Update to AUTHORS file
15089              From: Joshua Rodd <joshua@rodd.us>
15090              Date: Sat, 22 Apr 2006 14:39:11 -0400
15091              Message-ID: <20060422183911.GA19435@rodd.us>
15092      Branch: perl
15093            ! AUTHORS
15094 ____________________________________________________________________________
15095 [ 27938] By: nicholas                              on 2006/04/22  09:31:16
15096         Log: "Don't Repeat Yourself" on the "We *really* need to overwrite these
15097              symbols" section.
15098              Minor tweaks to make it possible to use the code unchanged with 5.8.x
15099      Branch: perl
15100            + ext/re/re_comp.h ext/re/re_top.h
15101            ! MANIFEST regcomp.c regexec.c
15102 ____________________________________________________________________________
15103 [ 27937] By: nicholas                              on 2006/04/21  23:08:59
15104         Log: Remove the enable_debugging member from the structure, and instead
15105              decree that state & 1 indicates debugging. This is simpler.
15106      Branch: perl
15107            ! ext/re/re.xs
15108 ____________________________________________________________________________
15109 [ 27936] By: nicholas                              on 2006/04/21  21:40:49
15110         Log: Use a struct to hold the regexp engine state information, to make
15111              swapping possible between more two alternatives.
15112      Branch: perl
15113            ! ext/re/re.xs
15114 ____________________________________________________________________________
15115 [ 27935] By: nicholas                              on 2006/04/21  21:01:42
15116         Log: Merge the install and uninstall routines.
15117      Branch: perl
15118            ! ext/re/re.pm ext/re/re.xs
15119 ____________________________________________________________________________
15120 [ 27934] By: nicholas                              on 2006/04/21  20:38:15
15121         Log: Refactor re.pm slightly. This has no change to documented behaviour,
15122              but anyone mad enought to set ${^RE_DEBUG_FLAGS} and then do
15123              no re 'Debug'; will now find that it will load the debuging version of
15124              the regexp engine.
15125      Branch: perl
15126            ! ext/re/re.pm
15127 ____________________________________________________________________________
15128 [ 27933] By: rgs                                   on 2006/04/21  15:55:38
15129         Log: Subject: [PATCH] Rework threads destruct call
15130              From: "Jerry D. Hedden" <jerry@hedden.us>
15131              Date: Thu, 20 Apr 2006 13:53:20 -0700
15132              Message-ID: <20060420135320.fb30e530d17747c2b054d625b8945d88.ef565d84db.wbe@email.secureserver.net>
15133      Branch: perl
15134            + ext/threads/t/free.t ext/threads/t/free2.t
15135            ! MANIFEST ext/threads/threads.xs
15136 ____________________________________________________________________________
15137 [ 27932] By: rgs                                   on 2006/04/21  13:01:09
15138         Log: Subject: Re: [perl #38904] Text::ParseWords doesn't always handle backslashes correctly 
15139              From: Alexey Toptygin <alexeyt@freeshell.org>
15140              Date: Thu, 20 Apr 2006 15:42:20 +0000 (UTC)
15141              Message-ID: <Pine.NEB.4.62.0604201539380.20332@otaku.freeshell.org>
15142      Branch: perl
15143            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
15144 ____________________________________________________________________________
15145 [ 27931] By: nicholas                              on 2006/04/21  12:46:43
15146         Log: Why hide functions (and duplicate them) when you can just avoid
15147              compiling them in the first place?
15148      Branch: perl
15149            ! regcomp.c regexec.c
15150 ____________________________________________________________________________
15151 [ 27930] By: nicholas                              on 2006/04/21  11:38:24
15152         Log: Given that use re 'debug' can turn on DEBUGGING even on a non-DEBUGGING
15153              build, we cannot assume that PL_reg_starttry isn't needed. So copy it
15154              in Perl_ss_dup.
15155      Branch: perl
15156            ! sv.c
15157 ____________________________________________________________________________
15158 [ 27927] By: nicholas                              on 2006/04/20  21:27:21
15159         Log: Remove the last traces of explicitly setting HINT_LOCALIZE_HH from
15160              perl modules.
15161      Branch: perl
15162            ! lib/charnames.pm lib/open.pm lib/open.t lib/overload.pm
15163 ____________________________________________________________________________
15164 [ 27925] By: stevep                                on 2006/04/20  20:55:09
15165         Log: Subject: Re: TODO tests and test::harness
15166              From: demerphq <demerphq@gmail.com>
15167              Date: Thu, 20 Apr 2006 22:36:08 +0200
15168              Message-ID: <9b18b3110604201336k5a974f28h732a2819853b995@mail.gmail.com>
15169      Branch: perl
15170            ! lib/Test/Harness.pm lib/Test/Harness/t/version.t
15171 ____________________________________________________________________________
15172 [ 27923] By: rgs                                   on 2006/04/20  20:24:46
15173         Log: Add test boilerplate and use test.pl instead of Test::More
15174      Branch: perl
15175            ! t/op/rxcode.t
15176 ____________________________________________________________________________
15177 [ 27922] By: rgs                                   on 2006/04/20  20:22:23
15178         Log: Add new tests for bug #32840 provided by David Landgren,
15179              as a new file rxcode.t (they mostly test $^R for now)
15180      Branch: perl
15181            + t/op/rxcode.t
15182            ! MANIFEST
15183 ____________________________________________________________________________
15184 [ 27919] By: nicholas                              on 2006/04/20  18:51:02
15185         Log: Tweak change 23256 to continue passing on 5.8.x
15186      Branch: perl
15187            ! lib/base/t/fields.t
15188 ____________________________________________________________________________
15189 [ 27918] By: nicholas                              on 2006/04/20  17:37:31
15190         Log: Convert two ok()s to better constructions.
15191      Branch: perl
15192            ! lib/base/t/fields.t
15193 ____________________________________________________________________________
15194 [ 27917] By: rgs                                   on 2006/04/20  17:25:43
15195         Log: Subject: [REPOST] [PATCH] Remove superfluous counter in threads
15196              From: "Jerry D. Hedden" <jerry@hedden.us>
15197              Date: Wed, 19 Apr 2006 05:32:14 -0700
15198              Message-ID: <20060419053214.fb30e530d17747c2b054d625b8945d88.4606123135.wbe@email.secureserver.net>
15199      Branch: perl
15200            ! ext/threads/threads.pm ext/threads/threads.xs
15201 ____________________________________________________________________________
15202 [ 27913] By: nicholas                              on 2006/04/20  13:54:45
15203         Log: Fix typo in the description of change 21323.
15204      Branch: perl
15205            ! Changes
15206 ____________________________________________________________________________
15207 [ 27912] By: rgs                                   on 2006/04/20  12:59:50
15208         Log: New test for the "Assignment to both a list and a scalar" error,
15209              suggested by Stephen McCamant
15210      Branch: perl
15211            ! t/comp/parser.t
15212 ____________________________________________________________________________
15213 [ 27911] By: davem                                 on 2006/04/20  12:33:09
15214         Log: regmatch(): replace magic value -1000 with symbolic CHRTEST_VOID
15215      Branch: perl
15216            ! regexec.c
15217 ____________________________________________________________________________
15218 [ 27910] By: rgs                                   on 2006/04/20  10:02:25
15219         Log: Subject: [PATCH] op_type shrinking
15220              From: andy@petdance.com (Andy Lester)
15221              Date: Wed, 19 Apr 2006 23:16:53 -0500
15222              Message-ID: <20060420041653.GA28523@petdance.com>
15223      Branch: perl
15224            ! dump.c sv.c
15225 ____________________________________________________________________________
15226 [ 27909] By: rgs                                   on 2006/04/20  09:35:00
15227         Log: Subject: [PATCH] regexec consting & localizing
15228              From: andy@petdance.com (Andy Lester)
15229              Date: Wed, 19 Apr 2006 12:35:43 -0500
15230              Message-ID: <20060419173543.GA8268@petdance.com>
15231      Branch: perl
15232            ! regexec.c
15233 ____________________________________________________________________________
15234 [ 27908] By: rgs                                   on 2006/04/20  09:04:46
15235         Log: Subject: [PATCH] Localizing vars
15236              From: andy@petdance.com (Andy Lester)
15237              Date: Wed, 19 Apr 2006 23:44:01 -0500
15238              Message-ID: <20060420044401.GA2792@petdance.com>
15239      Branch: perl
15240            ! util.c
15241 ____________________________________________________________________________
15242 [ 27907] By: davem                                 on 2006/04/20  00:30:53
15243         Log: regmatch: merge the greedy and non-greedy branches of CURLYM
15244      Branch: perl
15245            ! regexec.c regexp.h
15246 ____________________________________________________________________________
15247 [ 27906] By: stevep                                on 2006/04/19  16:40:56
15248         Log: Subject: [perl #38892] PATCH: remove spurious warning from Benchmark.pm
15249              From: Linda Walsh (via RT) <perlbug-followup@perl.org>
15250              Date: Mon, 10 Apr 2006 18:53:46 -0700
15251              Message-ID: <rt-3.0.11-38892-132143.0.516271519365361@perl.org>
15252      Branch: perl
15253            ! lib/Benchmark.pm
15254 ____________________________________________________________________________
15255 [ 27905] By: stevep                                on 2006/04/19  16:32:26
15256         Log: Changes to perlfaq8 "How do I find out if I'm running interactively 
15257              or not?" suggested by Slaven Rezic in RT #38901: perlfaq8 correction
15258      Branch: perl
15259            ! pod/perlfaq8.pod
15260 ____________________________________________________________________________
15261 [ 27904] By: stevep                                on 2006/04/19  14:57:36
15262         Log: Add a TODO test for RT #1085: "what should be output of perl -we
15263              'print do { foreach (1, 2) { 1; } }'"
15264      Branch: perl
15265            ! t/cmd/for.t
15266 ____________________________________________________________________________
15267 [ 27903] By: davem                                 on 2006/04/19  13:56:07
15268         Log: regmatch(): make IFMATCH use PUSH_STACK rather than fake recursion
15269      Branch: perl
15270            ! regexec.c regexp.h t/op/re_tests
15271 ____________________________________________________________________________
15272 [ 27902] By: rgs                                   on 2006/04/19  11:38:11
15273         Log: Upgrade to Test::Harness 2.57_05
15274      Branch: perl
15275            + lib/Test/Harness/Util.pm
15276            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
15277            ! lib/Test/Harness/Changes lib/Test/Harness/Point.pm
15278            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
15279            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
15280            ! lib/Test/Harness/t/prove-globbing.t
15281            ! lib/Test/Harness/t/prove-switches.t lib/Test/Harness/t/strap.t
15282            ! lib/Test/Harness/t/test-harness.t
15283 ____________________________________________________________________________
15284 [ 27901] By: nicholas                              on 2006/04/19  11:20:08
15285         Log: newCONSTSUB needs to be robust in case CopFILE is NULL.
15286      Branch: perl
15287            ! op.c
15288 ____________________________________________________________________________
15289 [ 27900] By: nicholas                              on 2006/04/19  09:58:19
15290         Log: Oops. Need a macro to convert cv_ckproto() to cv_ckproto_len().
15291      Branch: perl
15292            ! op.h
15293 ____________________________________________________________________________
15294 [ 27899] By: rgs                                   on 2006/04/19  09:34:48
15295         Log: There's a macro to get ${^RE_DEBUG_FLAGS} when debugging,
15296              so use it (and this fixes a valgrind memory access error)
15297      Branch: perl
15298            ! regcomp.c
15299 ____________________________________________________________________________
15300 [ 27898] By: nicholas                              on 2006/04/19  09:22:03
15301         Log: Avoid temporarily writing over the prototype when reporting an error.
15302              (And beef up the relevant tests to really check that it all works).
15303      Branch: perl
15304            ! op.c t/comp/proto.t
15305 ____________________________________________________________________________
15306 [ 27897] By: rgs                                   on 2006/04/19  09:09:14
15307         Log: Replace some Copy() by Move() calls, because valgrind reports
15308              we can have overlapping memory areas here
15309      Branch: perl
15310            ! doop.c
15311 ____________________________________________________________________________
15312 [ 27896] By: nicholas                              on 2006/04/19  08:42:18
15313         Log: Calling cv_undef() on the CV created by newCONSTSUB() would leak like
15314              a Jumblie's preferred maritime craft. To free CvFILE for this case,
15315              take advantage of the 0 length prototype that will also be there,
15316              and hang it from the prototype. To do this properly means changing
15317              code to actually pay attention to SvCUR() on prototypes. It turns out
15318              that we always know the length of the prototype string, so this may
15319              be faster. Certainly, it's a memory saving (even ignoring the leak).
15320      Branch: perl
15321            ! dump.c embed.fnc embed.h global.sym mathoms.c op.c
15322            ! pod/perlapi.pod proto.h sv.c util.c
15323 ____________________________________________________________________________
15324 [ 27895] By: nicholas                              on 2006/04/19  07:55:18
15325         Log: Fix compilation of microperl, which doesn't have INT_MAX.
15326      Branch: perl
15327            ! toke.c
15328 ____________________________________________________________________________
15329 [ 27894] By: nicholas                              on 2006/04/18  19:52:19
15330         Log: Revert 27869 at Jarkko's request.
15331      Branch: perl
15332            ! regcomp.c
15333 ____________________________________________________________________________
15334 [ 27893] By: davem                                 on 2006/04/18  17:03:15
15335         Log: regmatch: fix a || vs | typo in CACHEsayYES and add a test from Hugo.
15336              Also defer altering the cache bit until CACHEsayYES/NO is called
15337      Branch: perl
15338            ! regexec.c t/op/re_tests
15339 ____________________________________________________________________________
15340 [ 27892] By: stevep                                on 2006/04/18  16:47:58
15341         Log: Add a TODO regarding merging the win32 and wince codebases.
15342      Branch: perl
15343            ! pod/perltodo.pod
15344 ____________________________________________________________________________
15345 [ 27891] By: rgs                                   on 2006/04/18  16:05:15
15346         Log: When checking whether perl is built with -g in optimisation
15347              flags, use a more tolerant regexp, because we can now have
15348              things like '-O2 -g'.
15349      Branch: perl
15350            ! Makefile.SH
15351 ____________________________________________________________________________
15352 [ 27890] By: nicholas                              on 2006/04/18  16:03:10
15353         Log: Expand "am I hot or not" into a more general "Profile Perl" section.
15354      Branch: perl
15355            ! pod/perltodo.pod
15356 ____________________________________________________________________________
15357 [ 27889] By: stevep                                on 2006/04/18  15:47:48
15358         Log: A fix to change #27845 to get it to compile with -DPERL_MAD.
15359      Branch: perl
15360            ! dump.c
15361 ____________________________________________________________________________
15362 [ 27888] By: steveh                                on 2006/04/18  15:17:52
15363         Log: Subject: [PATCH] win32/Makefile changes for Windows 64 bit
15364              From: "Jan Dubois" <jand@ActiveState.com>
15365              Date: Mon, 17 Apr 2006 01:48:34 -0700
15366              Message-ID: <036401c661fb$bc7a1200$2217a8c0@candy>
15367              
15368              and make similar changes to win32/makefile.mk
15369              and delete a spurious extra line from that file
15370      Branch: perl
15371            ! win32/Makefile win32/makefile.mk
15372 ____________________________________________________________________________
15373 [ 27887] By: rgs                                   on 2006/04/18  14:02:23
15374         Log: Addition to README.riscos suggested by Nicholas
15375      Branch: perl
15376            ! README.riscos
15377 ____________________________________________________________________________
15378 [ 27886] By: nicholas                              on 2006/04/18  13:18:27
15379         Log: Note that Rafael has done the first cut of state variables.
15380              Document that UTF-8 cleansing the tokeniser and the pads is TODO.
15381      Branch: perl
15382            ! pod/perltodo.pod
15383 ____________________________________________________________________________
15384 [ 27885] By: nicholas                              on 2006/04/18  13:10:35
15385         Log: Relocatable @INC and parallel builds pretty much work now.
15386      Branch: perl
15387            ! pod/perltodo.pod
15388 ____________________________________________________________________________
15389 [ 27884] By: rgs                                   on 2006/04/18  12:48:31
15390         Log: Subject: [PATCH] Support compiling for RISC OS
15391              From: Alex Waugh <alex@alexwaugh.com>
15392              Date: Mon, 17 Apr 2006 00:14:26 +0100
15393              Message-ID: <2498b2184e.ajw498@caramel.cp15.org>
15394      Branch: perl
15395            + README.riscos hints/riscos.sh
15396            ! MANIFEST ext/Errno/Errno_pm.PL hv.c util.c
15397 ____________________________________________________________________________
15398 [ 27883] By: nicholas                              on 2006/04/18  11:18:12
15399         Log: Coverity still thinks that there is a route through do_vop that can
15400              leak resources. I believe that it's spotted that you can skip all the
15401              cases in the switch. Plug that hole.
15402      Branch: perl
15403            ! doop.c
15404 ____________________________________________________________________________
15405 [ 27882] By: nicholas                              on 2006/04/18  10:54:15
15406         Log: Coverity insists that if we deference a pointer without checking, and
15407              subsequently check that same pointer before deferencing it, something
15408              in our code or our logic is bogus. So assert() that it's safe the
15409              first time and remove the second check.
15410      Branch: perl
15411            ! regcomp.c
15412 ____________________________________________________________________________
15413 [ 27881] By: nicholas                              on 2006/04/17  20:50:34
15414         Log: Fix an error, spotted by Tim Bunce.
15415      Branch: perl
15416            ! pod/perlfunc.pod
15417 ____________________________________________________________________________
15418 [ 27880] By: nicholas                              on 2006/04/17  20:41:00
15419         Log: Coderefs in @INC are done and documented.
15420      Branch: perl
15421            ! pod/perltodo.pod
15422 ____________________________________________________________________________
15423 [ 27879] By: nicholas                              on 2006/04/17  20:35:52
15424         Log: Document all the return values that code references in @INC can return.
15425      Branch: perl
15426            ! pod/perlfunc.pod
15427 ____________________________________________________________________________
15428 [ 27878] By: stevep                                on 2006/04/17  20:05:03
15429         Log: Patch to fix RT #31227: perldoc -f, -q ignores extra arguments with no notice.
15430              Never made it to the mailing list though, so, was never found.  Patch
15431              previously provided to the Pod-Perldoc CPAN RT queue.
15432      Branch: perl
15433            ! lib/Pod/Perldoc.pm
15434 ____________________________________________________________________________
15435 [ 27877] By: nicholas                              on 2006/04/17  19:12:23
15436         Log: Coverity is upset about a signed int in ext/Filter/Util/Call/Call.xs,
15437              but the real problem is down in Perl_filter_read() in toke.c.
15438      Branch: perl
15439            ! toke.c
15440 ____________________________________________________________________________
15441 [ 27876] By: nicholas                              on 2006/04/17  18:30:59
15442         Log: Coverity is a persistent beast. Hot on the tails of fixing one leak,
15443              it notices a slightly earlier leak.
15444              (Which also suggests that marking bugs as RESOLVED isn't a great plan,
15445              as it's not clear whether that calls off the dogs of war. I'd much
15446              prefer it to be forced to scan again, and give a positve "all clear"
15447              (or more accurately "nowt wrong I can see with that"))
15448      Branch: perl
15449            ! ext/Storable/Storable.xs
15450 ____________________________________________________________________________
15451 [ 27875] By: nicholas                              on 2006/04/17  16:52:54
15452         Log: Turn on UTF8 cache assertions with -Ca
15453      Branch: perl
15454            ! locale.c perl.c perl.h pod/perlrun.pod util.c
15455 ____________________________________________________________________________
15456 [ 27874] By: nicholas                              on 2006/04/17  16:52:07
15457         Log: Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().
15458      Branch: perl
15459            ! ext/ByteLoader/bytecode.h
15460 ____________________________________________________________________________
15461 [ 27873] By: stevep                                on 2006/04/17  16:49:51
15462         Log: Upgrade to CGI.pm-3.19.
15463      Branch: perl
15464            ! lib/CGI.pm lib/CGI/Changes
15465 ____________________________________________________________________________
15466 [ 27872] By: nicholas                              on 2006/04/17  15:33:21
15467         Log: Note that PVIOs probably aren't worth shrinking. Note 3 possible
15468              subflags for -C if the two Unicode TODOs are done.
15469      Branch: perl
15470            ! pod/perlrun.pod pod/perltodo.pod
15471 ____________________________________________________________________________
15472 [ 27871] By: nicholas                              on 2006/04/17  15:11:03
15473         Log: Subject: Re: [PATCH] update to pp_complement() via Coverity
15474              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15475              Message-Id: <20060416184044.4ADB.BQW10602@nifty.com>
15476              Date: Sun, 16 Apr 2006 18:45:37 +0900
15477              
15478              Subject: Re: [PATCH] update to pp_complement() via Coverity
15479              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
15480              Message-Id: <20060417230614.20A5.BQW10602@nifty.com>
15481              Date: Mon, 17 Apr 2006 23:06:21 +0900
15482      Branch: perl
15483            ! pp.c t/op/bop.t
15484 ____________________________________________________________________________
15485 [ 27870] By: nicholas                              on 2006/04/17  14:48:13
15486         Log: In Change 27764 I forgot to at PL_hints_mutex to the list of symbols to
15487              exclude when not compiling with ithreads. It would be good to automate
15488              the processing of this.
15489      Branch: perl
15490            ! makedef.pl
15491 ____________________________________________________________________________
15492 [ 27869] By: nicholas                              on 2006/04/17  13:38:30
15493         Log: Subject: [PATCH] (tentative) regcomp.c: try convincing Coverity that data ptr in study_chunk is non-NULL when needed
15494              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15495              Message-Id: <20060416092648.812D36CF2D@aprikoosi.hut.fi>
15496              Date: Sun, 16 Apr 2006 12:26:48 +0300 (EEST)
15497      Branch: perl
15498            ! regcomp.c
15499 ____________________________________________________________________________
15500 [ 27868] By: nicholas                              on 2006/04/17  13:15:34
15501         Log: Note in av_store() that S_regclass relies on being able to pass NULL.
15502      Branch: perl
15503            ! av.c
15504 ____________________________________________________________________________
15505 [ 27867] By: nicholas                              on 2006/04/17  13:14:55
15506         Log: Add assertions to cover cases where the Coverity scanner thinks we
15507              could are deferencing a NULL pointer, but we think it missed something
15508              it should have been capable of figuring out.
15509      Branch: perl
15510            ! hv.c op.c
15511 ____________________________________________________________________________
15512 [ 27866] By: nicholas                              on 2006/04/17  12:48:43
15513         Log: Add Dave's explainations of why certain pointers are always non-NULL,
15514              and assert() that it is true.
15515      Branch: perl
15516            ! regexec.c
15517 ____________________________________________________________________________
15518 [ 27865] By: stevep                                on 2006/04/17  12:30:08
15519         Log: Subject: [PATCH] fix cygwin build
15520              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
15521              Date: Sun, 16 Apr 2006 18:05:20 -0700
15522              Message-ID: <20060417010520.GA2888@efn.org>
15523      Branch: perl
15524            ! cygwin/Makefile.SHs
15525 ____________________________________________________________________________
15526 [ 27863] By: merijn                                on 2006/04/17  12:18:07
15527         Log: Support for -DDEBUGGING and its alias -DEBUGGING
15528      Branch: perl
15529            ! Configure INSTALL config_h.SH
15530 ____________________________________________________________________________
15531 [ 27862] By: nicholas                              on 2006/04/17  12:07:23
15532         Log: Revert change 27818, as change 27853 fixes the real bug.
15533      Branch: perl
15534            ! sv.c
15535 ____________________________________________________________________________
15536 [ 27861] By: stevep                                on 2006/04/17  11:53:04
15537         Log: Subject: [PATCH] Compress::Zlib
15538              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
15539              Date: Mon, 17 Apr 2006 10:58:30 +0100
15540              Message-ID: <019b01c66205$7dc7ea50$6601a8c0@myopwv.com>
15541      Branch: perl
15542            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15543            ! ext/Compress/Zlib/t/14gzopen.t
15544 ____________________________________________________________________________
15545 [ 27860] By: nicholas                              on 2006/04/17  11:39:27
15546         Log: Subject: [PATCH] pp_ctl.c caching
15547              From: andy@petdance.com (Andy Lester)
15548              Message-ID: <20060417044035.GA28818@petdance.com>
15549              Date: Sun, 16 Apr 2006 23:40:35 -0500
15550      Branch: perl
15551            ! pp_ctl.c
15552 ____________________________________________________________________________
15553 [ 27859] By: nicholas                              on 2006/04/17  11:37:38
15554         Log: Subject: [PATCH] dooop.c: the strong asserts in Sv* macros could cause memory leakage -- move the macro calls earlier (Coverity CID 84)
15555              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15556              Message-Id: <20060417071937.C13346CF2D@aprikoosi.hut.fi>
15557              Date: Mon, 17 Apr 2006 10:19:37 +0300 (EEST)
15558      Branch: perl
15559            ! doop.c
15560 ____________________________________________________________________________
15561 [ 27857] By: nicholas                              on 2006/04/17  10:28:40
15562         Log: Revert 27856.
15563      Branch: perl
15564            ! doop.c
15565 ____________________________________________________________________________
15566 [ 27856] By: nicholas                              on 2006/04/17  10:24:58
15567         Log: The danger of piping an mbox to patch is that it contains more than
15568              one message. So both:
15569              
15570              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
15571              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15572              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
15573              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
15574              
15575              and
15576              
15577              Subject: [PATCH] doop.c: one more code path where memory could leak (Coverity)
15578              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15579              Message-Id: <20060416081925.680336CF2D@aprikoosi.hut.fi>
15580              Date: Sun, 16 Apr 2006 11:19:25 +0300 (EEST)
15581      Branch: perl
15582            ! doop.c
15583 ____________________________________________________________________________
15584 [ 27855] By: davem                                 on 2006/04/16  23:30:36
15585         Log: generalize the 'continue on success' mechanism of deferred REs
15586      Branch: perl
15587            ! regexec.c regexp.h
15588 ____________________________________________________________________________
15589 [ 27854] By: davem                                 on 2006/04/16  23:12:31
15590         Log: abstract regmatch slab access with SLAB_FIRST and SLAB_LAST macros
15591      Branch: perl
15592            ! regexec.c
15593 ____________________________________________________________________________
15594 [ 27853] By: davem                                 on 2006/04/16  23:07:13
15595         Log: stop PL_op and PL_curpad referring to different pads at start of doeval
15596              (this could make find_uninit_var do Bad Things)
15597      Branch: perl
15598            ! pp_ctl.c
15599 ____________________________________________________________________________
15600 [ 27852] By: nicholas                              on 2006/04/16  21:44:59
15601         Log: Fix bug introduced with change 27841. (len + 1, not just len).
15602      Branch: perl
15603            ! sv.c
15604 ____________________________________________________________________________
15605 [ 27851] By: nicholas                              on 2006/04/16  19:06:19
15606         Log: Coverity is flagging a potential problem because it sees a check for
15607              NULL and assumes that this means that the variable host could be
15608              NULL. It can't, and the check added in change 13291 was a little bit
15609              more than the minimal solution needed for the bug report
15610              [ID 20011126.148]
15611              Hence remove the NULL check.
15612      Branch: perl
15613            ! ext/Socket/Socket.xs
15614 ____________________________________________________________________________
15615 [ 27850] By: nicholas                              on 2006/04/16  18:09:33
15616         Log: Subject: [PATCH] op.c patch, 2nd version
15617              From: andy@petdance.com (Andy Lester)
15618              Message-ID: <20060415042924.GA1786@petdance.com>
15619              Date: Fri, 14 Apr 2006 23:29:24 -0500
15620      Branch: perl
15621            ! op.c
15622 ____________________________________________________________________________
15623 [ 27849] By: nicholas                              on 2006/04/16  15:04:36
15624         Log: A scalar reference returned from a coderef in @INC is treated as the
15625              initial "content" of the file. When it is exhausted input is taken
15626              from a real file handle, or a generator sub, if either exists.
15627      Branch: perl
15628            ! pp_ctl.c t/op/incfilter.t
15629 ____________________________________________________________________________
15630 [ 27848] By: stevep                                on 2006/04/16  14:03:59
15631         Log: Subject: [PATCH] remove some cruft from makedef.pl
15632              From: "Jan Dubois" <jand@ActiveState.com>
15633              Date: Sun, 16 Apr 2006 02:05:00 -0700
15634              Message-ID: <022e01c66134$d7a8dec0$2217a8c0@candy>
15635      Branch: perl
15636            ! embed.fnc global.sym makedef.pl
15637 ____________________________________________________________________________
15638 [ 27847] By: stevep                                on 2006/04/16  13:52:47
15639         Log: Subject: [PATCH] testcase for change #27832
15640              From: "Jan Dubois" <jand@ActiveState.com>
15641              Date: Sun, 16 Apr 2006 00:57:00 -0700
15642              Message-ID: <022a01c6612b$575cb7e0$2217a8c0@candy>
15643      Branch: perl
15644            ! lib/Pod/Html.pm lib/Pod/t/htmllink.pod
15645 ____________________________________________________________________________
15646 [ 27846] By: stevep                                on 2006/04/16  13:44:47
15647         Log: Stray pod/perlapi.pod change found after a regen.
15648      Branch: perl
15649            ! pod/perlapi.pod
15650 ____________________________________________________________________________
15651 [ 27845] By: stevep                                on 2006/04/16  13:43:01
15652         Log: Subject: [PATCH] dump.c patch redux
15653              From: andy@petdance.com (Andy Lester)
15654              Date: Sun, 16 Apr 2006 00:29:36 -0500
15655              Message-ID: <20060416052936.GA19143@petdance.com>
15656      Branch: perl
15657            ! dump.c embed.fnc embed.h proto.h
15658 ____________________________________________________________________________
15659 [ 27843] By: nicholas                              on 2006/04/16  13:25:18
15660         Log: Perl_do_vop can profitably use Perl_sv_usepvn_flags, as it has
15661              allocated space for an initialised a trailing NUL.
15662      Branch: perl
15663            ! doop.c
15664 ____________________________________________________________________________
15665 [ 27842] By: nicholas                              on 2006/04/16  12:06:57
15666         Log: In Perl_sv_usepvn_flags, assert() that the caller has RTFM.
15667      Branch: perl
15668            ! sv.c
15669 ____________________________________________________________________________
15670 [ 27841] By: nicholas                              on 2006/04/16  11:35:38
15671         Log: Provide a new flag for sv_usepvn_flags, SV_HAS_TRAILING_NUL, which
15672              signals that the buffer passed in is already well-formed for use as
15673              SvPVX (i.e. it is followed by a trailing NUL), and hence the realloc()
15674              to add a NUL can be skipped.
15675      Branch: perl
15676            ! pp.c sv.c sv.h
15677 ____________________________________________________________________________
15678 [ 27840] By: nicholas                              on 2006/04/16  11:03:28
15679         Log: Merge sv_usepvn and sv_usepvn_mg into sv_usepvn_flags. "Promote" the
15680              other two to mathoms.c
15681      Branch: perl
15682            ! embed.fnc embed.h global.sym mathoms.c proto.h sv.c sv.h
15683 ____________________________________________________________________________
15684 [ 27839] By: nicholas                              on 2006/04/16  10:37:46
15685         Log: In Perl_sv_usepvn(), force a move under DEBUGGING to shake out caller
15686              bugs.
15687      Branch: perl
15688            ! sv.c
15689 ____________________________________________________________________________
15690 [ 27838] By: nicholas                              on 2006/04/16  10:37:04
15691         Log: Fix htmllink.t to cater for the case where perladmin isn't an empty
15692              string.
15693      Branch: perl
15694            ! lib/Pod/t/htmllink.t
15695 ____________________________________________________________________________
15696 [ 27837] By: nicholas                              on 2006/04/16  09:36:18
15697         Log: Coverity notes that we might be dereferencing fgv before a check that
15698              it's not NULL. In fact, the code ordering meant that one "if (fgv)"
15699              would always be true. So fix this.
15700      Branch: perl
15701            ! pp_sys.c
15702 ____________________________________________________________________________
15703 [ 27836] By: stevep                                on 2006/04/16  05:24:04
15704         Log: Subject: [PATCH] update to pp_complement() via Coverity
15705              From: andy@petdance.com (Andy Lester)
15706              Date: Sun, 16 Apr 2006 00:14:23 -0500
15707              Message-ID: <20060416051423.GA17063@petdance.com>
15708      Branch: perl
15709            ! pp.c
15710 ____________________________________________________________________________
15711 [ 27835] By: stevep                                on 2006/04/16  05:17:57
15712         Log: Subject: [PATCH] clean up hv_assert()
15713              From: andy@petdance.com (Andy Lester)
15714              Date: Sat, 15 Apr 2006 23:18:27 -0500
15715              Message-ID: <20060416041827.GA3031@petdance.com>
15716      Branch: perl
15717            ! hv.c
15718 ____________________________________________________________________________
15719 [ 27834] By: stevep                                on 2006/04/16  05:12:56
15720         Log: Subject: [PATCH] Removed unused var in a macro
15721              From: andy@petdance.com (Andy Lester)
15722              Date: Sat, 15 Apr 2006 23:32:53 -0500
15723              Message-ID: <20060416043253.GA3438@petdance.com>
15724      Branch: perl
15725            ! thread.h
15726 ____________________________________________________________________________
15727 [ 27833] By: stevep                                on 2006/04/16  04:59:19
15728         Log: Subject: [PATCH] Change anchor generation in Pod::Html for "=item item 2"
15729              From: "Jan Dubois" <jand@ActiveState.com>
15730              Date: Fri, 14 Apr 2006 13:13:20 -0700
15731              Message-ID: <017a01c65fff$dfd0f370$2217a8c0@candy>
15732      Branch: perl
15733            ! lib/Pod/Html.pm lib/Pod/t/htmllink.t
15734 ____________________________________________________________________________
15735 [ 27832] By: stevep                                on 2006/04/16  04:50:15
15736         Log: Subject: [PATCH] Pod::Html::depod() doesn't work correctly for multi-line strings
15737              From: "Jan Dubois" <jand@ActiveState.com>
15738              Date: Mon, 10 Apr 2006 15:32:23 -0700
15739              Message-ID: <017b01c65cee$a2f5fe00$6062a8c0@candy>
15740      Branch: perl
15741            ! lib/Pod/Html.pm
15742 ____________________________________________________________________________
15743 [ 27831] By: stevep                                on 2006/04/16  04:41:34
15744         Log: Subject: [PATCH] Missing part of change 25186
15745              From: "Jan Dubois" <jand@ActiveState.com>
15746              Date: Thu, 13 Apr 2006 18:26:29 -0700
15747              Message-ID: <009401c65f62$74fded70$2217a8c0@candy>
15748      Branch: perl
15749            ! lib/Pod/t/htmllink.t
15750 ____________________________________________________________________________
15751 [ 27830] By: stevep                                on 2006/04/16  04:37:46
15752         Log: Subject: [PATCH] Missing part of change 25676
15753              From: "Jan Dubois" <jand@ActiveState.com>
15754              Date: Thu, 13 Apr 2006 18:19:26 -0700
15755              Message-ID: <009001c65f61$78866d60$2217a8c0@candy>
15756      Branch: perl
15757            ! lib/Pod/t/htmllink.t
15758 ____________________________________________________________________________
15759 [ 27829] By: nicholas                              on 2006/04/15  23:51:10
15760         Log: Subject: [PATCH] Handle null io in leavewrite (not possible?) (Coverity)
15761              From: bah@longitude.com
15762              Message-ID: <1661.38.96.138.153.1145124821.squirrel@mail.longitude.com>
15763              Date: Sat, 15 Apr 2006 14:13:41 -0400 (EDT)
15764      Branch: perl
15765            ! pp_sys.c
15766 ____________________________________________________________________________
15767 [ 27828] By: nicholas                              on 2006/04/15  23:41:23
15768         Log: Subject: [PATCH] Potential (?) memory leak in Storable.xs (Coverity)
15769              From: bah@longitude.com
15770              Message-ID: <1561.38.96.138.153.1145123650.squirrel@mail.longitude.com>
15771              Date: Sat, 15 Apr 2006 13:54:10 -0400 (EDT)
15772      Branch: perl
15773            ! ext/Storable/Storable.xs
15774 ____________________________________________________________________________
15775 [ 27827] By: nicholas                              on 2006/04/15  22:44:30
15776         Log: Teach Perl_do_sv_dump how to cope with IOs that have bogus things in
15777              GV slots. (Which source filters are prone to do to them).
15778      Branch: perl
15779            ! dump.c
15780 ____________________________________________________________________________
15781 [ 27826] By: nicholas                              on 2006/04/15  21:50:12
15782         Log: Coverity was getting upset about an assignment from a function
15783              returning int to a U8 variable. Curiously it was only getting upset
15784              about the first of many.
15785              However, we are doing NO ERROR CHECKING on whether we read in the
15786              requested number of bytes of bytecode. All except BGET_op_tr_array
15787              will now croak on a short read.
15788      Branch: perl
15789            ! ext/ByteLoader/bytecode.h
15790 ____________________________________________________________________________
15791 [ 27825] By: nicholas                              on 2006/04/15  21:43:13
15792         Log: Coverity reports that Storable can potentially cause a NULL pointer
15793              dereference while iterating a hash. This should never happen unless
15794              the hash lies about how many keys it has, so croak if a fib is spotted.
15795      Branch: perl
15796            ! ext/Storable/Storable.xs
15797 ____________________________________________________________________________
15798 [ 27824] By: nicholas                              on 2006/04/15  21:11:44
15799         Log: Coverity notes that resource are leaked in the unfinished and never
15800              called function _utf8_to_bytes.
15801      Branch: perl
15802            ! ext/Encode/Encode.xs
15803 ____________________________________________________________________________
15804 [ 27823] By: nicholas                              on 2006/04/15  20:55:20
15805         Log: Coverity correctly reports that gv might (just) be NULL. So don't
15806              derefernece it if it is.
15807      Branch: perl
15808            ! ext/IO/IO.pm ext/IO/IO.xs
15809 ____________________________________________________________________________
15810 [ 27822] By: nicholas                              on 2006/04/15  20:54:44
15811         Log: Update the assertion to a croak "Out of range special SV number"
15812              to give ByteLoader more meaningful failure diagnostics.
15813      Branch: perl
15814            ! ext/ByteLoader/bytecode.h
15815 ____________________________________________________________________________
15816 [ 27821] By: nicholas                              on 2006/04/15  20:19:22
15817         Log: I believe that it makes little sense for the simple user filters
15818              provided by coderefs to be run in block mode. Hence always read from
15819              the upstream filter in line mode, and always call the user's filter
15820              with 1 line.
15821      Branch: perl
15822            ! pp_ctl.c
15823 ____________________________________________________________________________
15824 [ 27820] By: nicholas                              on 2006/04/15  20:01:58
15825         Log: Fix a bug - the introduction of the caching code means that we should
15826              initialise the SV upstream after it.
15827              assert that filter_sub is always non-null now.
15828      Branch: perl
15829            ! pp_ctl.c
15830 ____________________________________________________________________________
15831 [ 27819] By: nicholas                              on 2006/04/15  19:37:32
15832         Log: Augment the user filter caching code so that if the user filter returns
15833              multiple lines, only one line at a time is returned.
15834              Rename the variable len to status, as it is the status value.
15835      Branch: perl
15836            ! pp_ctl.c t/op/incfilter.t
15837 ____________________________________________________________________________
15838 [ 27818] By: nicholas                              on 2006/04/15  19:17:51
15839         Log: Deep in the bowels of creating new and exciting bugs, I managed to
15840              segfault the uninitialised value reporting code. This protects against
15841              the segfault.
15842      Branch: perl
15843            ! sv.c
15844 ____________________________________________________________________________
15845 [ 27817] By: nicholas                              on 2006/04/15  18:08:04
15846         Log: $foo .= $bar doesn't warn if $foo is undefined, so simplify code.
15847      Branch: perl
15848            ! t/op/incfilter.t
15849 ____________________________________________________________________________
15850 [ 27816] By: nicholas                              on 2006/04/15  18:05:12
15851         Log: If the downstream caller wants block mode, and we're in line mode,
15852              then don't return more bytes than they asked for. Hold bytes over
15853              until next time if necessary.
15854      Branch: perl
15855            ! pp_ctl.c t/op/incfilter.t
15856 ____________________________________________________________________________
15857 [ 27815] By: nicholas                              on 2006/04/15  17:00:54
15858         Log: Eliminate the filter_child_proc hack from pp_require.
15859      Branch: perl
15860            ! pp_ctl.c
15861 ____________________________________________________________________________
15862 [ 27814] By: nicholas                              on 2006/04/15  16:43:22
15863         Log: If you return void from a filter subroutine, the caller's status is
15864              used. If not, your last statement is the return value, and if it keeps
15865              being +ve you'll never hit EOF.
15866              The probably should be a sanity check for this in toke.c, but I'm not
15867              sure how.
15868      Branch: perl
15869            ! t/op/incfilter.t
15870 ____________________________________________________________________________
15871 [ 27813] By: nicholas                              on 2006/04/15  16:42:23
15872         Log: Tests for having multiple pipes open simultaneously.
15873              (See comment added in change 3771 about this apparently being buggy)
15874      Branch: perl
15875            ! t/op/inccode.t
15876 ____________________________________________________________________________
15877 [ 27812] By: nicholas                              on 2006/04/15  13:45:13
15878         Log: Add more tests for the builtin source filter implementation, and fix
15879              two bugs - it would loop infinitely if data were already in the read
15880              buffer, and it would process those data twice.
15881      Branch: perl
15882            ! pp_ctl.c t/op/incfilter.t
15883 ____________________________________________________________________________
15884 [ 27811] By: nicholas                              on 2006/04/15  11:59:26
15885         Log: Add a test for source filters returned from code references in @INC.
15886      Branch: perl
15887            + t/op/incfilter.t
15888            ! MANIFEST
15889 ____________________________________________________________________________
15890 [ 27810] By: nicholas                              on 2006/04/15  11:22:29
15891         Log: Bump the expect file count in readdir.t. We keep writing more tests.
15892      Branch: perl
15893            ! t/op/readdir.t
15894 ____________________________________________________________________________
15895 [ 27809] By: nicholas                              on 2006/04/15  10:51:48
15896         Log: Subject: [PATCH] perlio.c: layer data might be allocated and unused (Coverity)
15897              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15898              Message-Id: <20060415082417.24F0A6D08C@ugli.hut.fi>
15899              Date: Sat, 15 Apr 2006 11:24:17 +0300 (EEST)
15900              
15901              (with a correction)
15902      Branch: perl
15903            ! perlio.c
15904 ____________________________________________________________________________
15905 [ 27808] By: craigb                                on 2006/04/15  06:05:44
15906         Log: Fix bug in prime_env_iter where the terms of a comparison were reversed
15907              so we thought we didn't have a logical name table when we did.  Reported as:
15908              Subject: LWP::Simple crashes on VMSperl
15909              From: "juna" <ggl.20.jj...@spamgourmet.com>
15910              Date: 24 Mar 2006 13:52:41 -0800
15911              Newsgroups: comp.os.vms,comp.lang.perl.misc
15912              Message-ID: <1143237161.931669.48370@t31g2000cwb.googlegroups.com>
15913      Branch: perl
15914            ! vms/vms.c
15915 ____________________________________________________________________________
15916 [ 27807] By: craigb                                on 2006/04/15  00:45:26
15917         Log: Honor READALL privilege in cando_by_name (from Scott
15918              Lepage of HP OpenVMS Engineering)
15919      Branch: perl
15920            ! vms/vms.c
15921 ____________________________________________________________________________
15922 [ 27806] By: craigb                                on 2006/04/15  00:42:41
15923         Log: Don't die after SS$_NOPRIV in Perl_vmssetenv, courtesy
15924              of Scott Lepage at HP.
15925      Branch: perl
15926            ! vms/vms.c
15927 ____________________________________________________________________________
15928 [ 27805] By: nicholas                              on 2006/04/14  20:44:27
15929         Log: Change SAVECOPWARNINGS(c) to SAVECOMPILEWARNINGS() - it's only used to
15930              save the warnings on PL_compiling, so constraining its use to what we
15931              can test seems to make sense. Particularly as testing Perl_ss_dup is
15932              tricky.
15933      Branch: perl
15934            ! op.c pp_ctl.c scope.c scope.h sv.c
15935 ____________________________________________________________________________
15936 [ 27804] By: nicholas                              on 2006/04/14  19:44:34
15937         Log: In the description of require, clarify the file handle return and why
15938              C<INC> must be qualified.
15939      Branch: perl
15940            ! pod/perlfunc.pod
15941 ____________________________________________________________________________
15942 [ 27803] By: nicholas                              on 2006/04/14  16:43:03
15943         Log: S_glob_2inpuv() did not check if lenp was NULL. Oops.
15944      Branch: perl
15945            ! sv.c
15946 ____________________________________________________________________________
15947 [ 27802] By: nicholas                              on 2006/04/14  16:18:30
15948         Log: Replace explict "/dev/null" with BIT_BUCKET, which varies by platform.
15949      Branch: perl
15950            ! pp_ctl.c
15951 ____________________________________________________________________________
15952 [ 27801] By: rgs                                   on 2006/04/14  16:11:19
15953         Log: Subject: [PATCH] doop.c: (Coverity) found a bug but not quite what Coverity thought it did (try valgrind on the new bop.t without the doop.c patch)
15954              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
15955              Date: Thu, 13 Apr 2006 19:20:46 +0300 (EEST)
15956              Message-Id: <20060413162046.5F9636D08C@ugli.hut.fi>
15957      Branch: perl
15958            ! doop.c pod/perlapi.pod sv.c t/op/bop.t
15959 ____________________________________________________________________________
15960 [ 27800] By: nicholas                              on 2006/04/14  14:45:04
15961         Log: Mark new_warnings_bitfield as XE, and add it to __DATA__ in makedef.pl
15962              Remove a reference to the deleted function Perl_refcounted_he_dup.
15963      Branch: perl
15964            ! embed.fnc embed.h global.sym makedef.pl
15965 ____________________________________________________________________________
15966 [ 27799] By: stevep                                on 2006/04/14  12:16:01
15967         Log: Subject: [PATCH] IO::Compress::*
15968              From: Paul Marquess <paul.marquess@ntlworld.com>
15969              Date: Fri, 14 Apr 2006 09:05:39 +0100
15970              Message-ID: <004f01c65f9a$3871eb30$2405140a@myopwv.com>
15971      Branch: perl
15972            ! ext/Compress/IO/Base/Changes
15973            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
15974            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
15975            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
15976            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
15977            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/README
15978            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
15979            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
15980            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
15981            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
15982            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
15983            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
15984            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
15985            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
15986            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
15987            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
15988            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
15989            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
15990            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
15991            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
15992            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
15993            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
15994            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
15995            ! ext/Compress/Raw/Zlib/README
15996            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
15997            ! ext/Compress/Zlib/README
15998            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
15999            ! t/lib/compress/generic.pl
16000 ____________________________________________________________________________
16001 [ 27798] By: nicholas                              on 2006/04/14  11:50:56
16002         Log: Subject: [PATCH] perlio.c: (Coverity) eliminate temp ptr that confuses Coverity into thinking there is a resource leak
16003              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16004              Message-Id: <20060414085644.94A076D08C@ugli.hut.fi>
16005              Date: Fri, 14 Apr 2006 11:56:44 +0300 (EEST)
16006      Branch: perl
16007            ! perlio.c
16008 ____________________________________________________________________________
16009 [ 27797] By: stevep                                on 2006/04/14  11:26:59
16010         Log: Reverting change #27791 which may cause corruption addition corruption
16011              within a regular expression.
16012      Branch: perl
16013            ! regexec.c
16014 ____________________________________________________________________________
16015 [ 27796] By: rgs                                   on 2006/04/14  08:42:27
16016         Log: Fix implementation of threads->_handle on unixes.
16017              See :
16018              Subject: RE: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
16019              From: "Jerry D. Hedden" <jerry@hedden.us>
16020              Date: Tue, 04 Apr 2006 09:25:20 -0700
16021              Message-ID: <20060404092520.fb30e530d17747c2b054d625b8945d88.4a8a6b16c9.wbe@email.email.secureserver.net>
16022      Branch: perl
16023            ! ext/threads/threads.xs
16024 ____________________________________________________________________________
16025 [ 27795] By: nicholas                              on 2006/04/13  21:59:52
16026         Log: (Hopefully) fix coredumps in ByteLoader, which were a side effect of
16027              fixing a bug in B, and non-robust autogenerated code. When
16028              autogenerating initialiser statements for an array, it's a bad plan to
16029              have the size of that array hard coded.
16030      Branch: perl
16031            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16032 ____________________________________________________________________________
16033 [ 27794] By: davem                                 on 2006/04/13  18:31:54
16034         Log: eliminate PL_regbol PL_regtill PL_regnarrate PL_reg_ganch PL_reg_sv
16035              (only another 434 to go ...)
16036      Branch: perl
16037            ! embed.fnc proto.h regexec.c regexp.h sv.c
16038 ____________________________________________________________________________
16039 [ 27793] By: davem                                 on 2006/04/13  17:16:41
16040         Log: disable 'split /(?{ split "" })/' test until recursive split is fixed
16041      Branch: perl
16042            ! t/op/pat.t
16043 ____________________________________________________________________________
16044 [ 27792] By: nicholas                              on 2006/04/13  16:14:23
16045         Log: Remove SAVEt_FREESHAREDPV, as nothing is using it, and it isn't catered
16046              for in Perl_ss_dup, hence nothing is testing it and nothing will alert
16047              us if it breaks.
16048      Branch: perl
16049            ! scope.c scope.h
16050 ____________________________________________________________________________
16051 [ 27791] By: stevep                                on 2006/04/13  15:08:04
16052         Log: Add another NULL check thanks to Coverity.
16053      Branch: perl
16054            ! regexec.c
16055 ____________________________________________________________________________
16056 [ 27790] By: nicholas                              on 2006/04/13  14:14:57
16057         Log: For duping SAVEHINTS it rather helps if you pay attention to what is
16058              actually being pushed onto the save stack.
16059      Branch: perl
16060            ! sv.c
16061 ____________________________________________________________________________
16062 [ 27789] By: nicholas                              on 2006/04/13  13:53:55
16063         Log: Subject: [PATCH] regexec.c: (Coverity) add NULL check
16064              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16065              Message-Id: <200604131252.k3DCqFUL497781@kosh.hut.fi>
16066              Date: Thu, 13 Apr 2006 15:52:15 +0300 (EEST)
16067      Branch: perl
16068            ! regexec.c
16069 ____________________________________________________________________________
16070 [ 27788] By: nicholas                              on 2006/04/13  13:28:50
16071         Log: Subject: [PATCH] regexec.c: (Coverity) move NULL check even earlier
16072              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16073              Message-Id: <200604131239.k3DCdXhe124107@kosh.hut.fi>
16074              Date: Thu, 13 Apr 2006 15:39:33 +0300 (EEST)
16075      Branch: perl
16076            ! regexec.c
16077 ____________________________________________________________________________
16078 [ 27787] By: nicholas                              on 2006/04/13  13:02:30
16079         Log: Add a break; to the end of the SAVEt_COP_WARNINGS case, and don't try
16080              to dereference cop_hints if it's NULL.
16081      Branch: perl
16082            ! sv.c
16083 ____________________________________________________________________________
16084 [ 27786] By: nicholas                              on 2006/04/13  12:40:24
16085         Log: Fix B and ByteLoader to cope with cop_warnings no longer being an SV.
16086      Branch: perl
16087            ! bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
16088            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16089 ____________________________________________________________________________
16090 [ 27785] By: nicholas                              on 2006/04/13  10:46:32
16091         Log: Add SAVEt_COP_WARNINGS to ss_dup.
16092      Branch: perl
16093            ! sv.c
16094 ____________________________________________________________________________
16095 [ 27784] By: nicholas                              on 2006/04/13  10:09:20
16096         Log: Subject: Re: [PATCH] add pTHX_ parameter to new_warnings_bitfield()
16097              From: Steve Hay <steve.hay@uk.radan.com>
16098              Message-ID: <443E1998.9090909@uk.radan.com>
16099              Date: Thu, 13 Apr 2006 10:27:52 +0100
16100      Branch: perl
16101            ! embed.fnc mg.c perl.c pp_ctl.c proto.h util.c
16102 ____________________________________________________________________________
16103 [ 27783] By: davem                                 on 2006/04/13  02:20:33
16104         Log: eliminate PL_reg_re
16105              (only another 439 to go ...)
16106      Branch: perl
16107            ! embed.fnc embed.h pod/perlintern.pod proto.h regcomp.c
16108            ! regexec.c regexp.h sv.c
16109 ____________________________________________________________________________
16110 [ 27782] By: davem                                 on 2006/04/12  23:51:57
16111         Log: Subject: [perl #38906] Regex engine does not release MINMOD
16112              From: "Animator via RT" <perlbug-followup@perl.org>
16113              Message-ID: <rt-3.0.11-38906-132222.3.24032491323436@perl.org>
16114              Date: Wed, 12 Apr 2006 15:27:41 -0700
16115              
16116              zero-length minimum matches that failed could leak into a following
16117              maximal match
16118      Branch: perl
16119            ! regexec.c t/op/re_tests
16120 ____________________________________________________________________________
16121 [ 27781] By: nicholas                              on 2006/04/12  23:17:18
16122         Log: D'oh! Don't try to do #ifdefs inside "functions" that are actually
16123              macros.
16124      Branch: perl
16125            ! hv.c
16126 ____________________________________________________________________________
16127 [ 27780] By: nicholas                              on 2006/04/12  22:49:58
16128         Log: Add tests for all the other types that %^H serialisation is supposed
16129              to support. In the process, found and corrected a bug.
16130              Tests are good, m'kay.
16131      Branch: perl
16132            ! hv.c t/op/caller.t
16133 ____________________________________________________________________________
16134 [ 27779] By: nicholas                              on 2006/04/12  22:45:12
16135         Log: Change cop_warnings from an SV holding the warnings bitmask to a
16136              directly (shared) malloc()ed buffer holding the warnings bitmask.
16137              This avoids bugs/crashes when the interpreter that created an optree
16138              is freed but the optree remains in use by other interpreters.
16139      Branch: perl
16140            ! cop.h embed.fnc embed.h mg.c op.c perl.c pp_ctl.c proto.h
16141            ! scope.c scope.h sv.c util.c warnings.h warnings.pl
16142 ____________________________________________________________________________
16143 [ 27778] By: davem                                 on 2006/04/12  22:43:03
16144         Log: Remove the final recursion path from S_regmatch:  (??{...})
16145              Also put PUSH/POP_STATE infastructure in place
16146              Also eliminate PL_reg_call_cc
16147              (only another 440 global vars to go ...)
16148      Branch: perl
16149            ! regexec.c regexp.h sv.c
16150 ____________________________________________________________________________
16151 [ 27777] By: nicholas                              on 2006/04/12  16:18:30
16152         Log: Test that we can do embedded 0 bytes in hints.
16153      Branch: perl
16154            ! t/op/caller.t
16155 ____________________________________________________________________________
16156 [ 27776] By: nicholas                              on 2006/04/12  16:01:08
16157         Log: Store cop_hints as a shared structure without using any SVs (on
16158              ithreads).
16159      Branch: perl
16160            ! hv.c hv.h
16161 ____________________________________________________________________________
16162 [ 27775] By: nicholas                              on 2006/04/12  14:14:50
16163         Log: Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
16164      Branch: perl
16165            ! embed.fnc embed.h hv.c proto.h
16166 ____________________________________________________________________________
16167 [ 27774] By: nicholas                              on 2006/04/12  12:31:29
16168         Log: Newxz() can use calloc() rather than malloc(), as the implementation
16169              of calloc() may know that it has fresh pages from the OS, and so
16170              doesn't need to zero them itself. Plus our object code should be
16171              slightly smaller.
16172      Branch: perl
16173            ! handy.h
16174 ____________________________________________________________________________
16175 [ 27773] By: nicholas                              on 2006/04/12  12:01:38
16176         Log: As OPs are shared between threads, they should be using
16177              PerlMemShared_*alloc functions, rather than per-thread *alloc()s.
16178      Branch: perl
16179            ! op.c op.h
16180 ____________________________________________________________________________
16181 [ 27772] By: nicholas                              on 2006/04/11  22:17:25
16182         Log: Subject: [PATCH] regexec.c: move NULL check earlier to make Coverity happier
16183              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16184              Message-Id: <200604112004.k3BK4mV3097400@kosh.hut.fi>
16185              Date: Tue, 11 Apr 2006 23:04:48 +0300 (EEST)
16186      Branch: perl
16187            ! regexec.c
16188 ____________________________________________________________________________
16189 [ 27771] By: nicholas                              on 2006/04/11  21:53:33
16190         Log: Subject: [PATCH] regcomp.c (try II): use &PL_sv_undef for listsv as suggested by Nick
16191              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16192              Message-Id: <200604112053.k3BKrPgk310001@kosh.hut.fi>
16193              Date: Tue, 11 Apr 2006 23:53:25 +0300 (EEST)
16194      Branch: perl
16195            ! regcomp.c
16196 ____________________________________________________________________________
16197 [ 27770] By: nicholas                              on 2006/04/11  21:03:48
16198         Log: Subject: [PATCH] perlio.c: false Coverity finding (it cannot see that two pointers are the same): but help Coverity by removing the temp ptr
16199              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16200              Message-Id: <200604112039.k3BKdWix334525@kosh.hut.fi>
16201              Date: Tue, 11 Apr 2006 23:39:32 +0300 (EEST)
16202      Branch: perl
16203            ! perlio.c
16204 ____________________________________________________________________________
16205 [ 27769] By: nicholas                              on 2006/04/11  19:47:15
16206         Log: Subject: [PATCH] locale.c: more Safefree() (Coverity finding)
16207              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
16208              Message-Id: <200604111908.k3BJ8ewn030950@kosh.hut.fi>
16209              Date: Tue, 11 Apr 2006 22:08:40 +0300 (EEST)
16210      Branch: perl
16211            ! locale.c
16212 ____________________________________________________________________________
16213 [ 27768] By: nicholas                              on 2006/04/11  19:26:48
16214         Log: First stab at using the pad to store the serialised hints data.
16215              This approach is almost certainly not only wrong, but also doomed.
16216              But it's needed to build a correct solution.
16217      Branch: perl
16218            ! hv.c hv.h op.c pp_ctl.c scope.h sv.c
16219 ____________________________________________________________________________
16220 [ 27767] By: nicholas                              on 2006/04/11  18:06:30
16221         Log: Within Perl_newSVhek, inline most of newSVpvn_share(), because
16222              share_hek_hek() is far more efficient than sharepvn().
16223      Branch: perl
16224            ! sv.c
16225 ____________________________________________________________________________
16226 [ 27766] By: nicholas                              on 2006/04/11  16:17:13
16227         Log: Stop Perl_newSVpvn_share() potentially leaking the return result from
16228              bytes_from_utf8().
16229      Branch: perl
16230            ! sv.c
16231 ____________________________________________________________________________
16232 [ 27764] By: nicholas                              on 2006/04/11  13:47:05
16233         Log: Need to migrate the refcounted_he structure to be properly shared.
16234              Add a mutex for manipulated their reference counts.
16235              Unwrap the structure, so that for ithreads it can store SVs in pads.
16236      Branch: perl
16237            ! dosish.h embedvar.h hv.c hv.h perl.c perlapi.h perlvars.h
16238            ! symbian/symbianish.h unixish.h vms/vmsish.h win32/win32.c
16239            ! wince/wince.c
16240 ____________________________________________________________________________
16241 [ 27763] By: rgs                                   on 2006/04/11  07:54:23
16242         Log: Subject: [PATCH] Quiet a coverity problem
16243              From: andy@petdance.com (Andy Lester)
16244              Date: Mon, 10 Apr 2006 23:51:50 -0500
16245              Message-ID: <20060411045150.GA1422@petdance.com>
16246      Branch: perl
16247            ! pp.c
16248 ____________________________________________________________________________
16249 [ 27762] By: nicholas                              on 2006/04/10  19:55:49
16250         Log: All S_dumpuntil()'s regnode pointer arguments can be const.
16251      Branch: perl
16252            ! embed.fnc proto.h regcomp.c
16253 ____________________________________________________________________________
16254 [ 27761] By: nicholas                              on 2006/04/10  17:48:04
16255         Log: Perl_unsharepvn() was no longer being used in core, and changes to
16256              S_unshare_hek_or_pvn() had broken it. Now fixed and tested.
16257      Branch: perl
16258            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
16259 ____________________________________________________________________________
16260 [ 27760] By: merijn                                on 2006/04/10  16:35:30
16261         Log: config_H being the last part of my mkglossary work
16262      Branch: perl
16263            ! Porting/config_H
16264 ____________________________________________________________________________
16265 [ 27758] By: merijn                                on 2006/04/10  16:14:32
16266         Log: Regeneration of Glossary and the underlying tools.
16267      Branch: perl
16268            ! Porting/Glossary Porting/config.sh
16269 ____________________________________________________________________________
16270 [ 27757] By: rgs                                   on 2006/04/10  15:46:27
16271         Log: Subject: [PATCH] Fix coverity warning in utf8.c
16272              From: Andy Dougherty <doughera@lafayette.edu>
16273              Date: Mon, 10 Apr 2006 11:18:35 -0400 (EDT)
16274              Message-ID: <Pine.SOC.4.62.0604101117450.22851@maxwell.phys.lafayette.edu>
16275      Branch: perl
16276            ! utf8.c
16277 ____________________________________________________________________________
16278 [ 27756] By: nicholas                              on 2006/04/10  12:21:34
16279         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for format cv
16280              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16281              Message-Id: <20060408155541.46B796D08C@ugli.hut.fi>
16282              Date: Sat,  8 Apr 2006 18:55:41 +0300 (EEST)
16283      Branch: perl
16284            ! pp_sys.c t/op/write.t
16285 ____________________________________________________________________________
16286 [ 27755] By: nicholas                              on 2006/04/10  11:56:21
16287         Log: Subject: [PATCH] pp_sys.c: some Coverity findings: NULL guards for io pointers
16288              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16289              Message-Id: <20060408155232.4C9726D08C@ugli.hut.fi>
16290              Date: Sat,  8 Apr 2006 18:52:32 +0300 (EEST)
16291      Branch: perl
16292            ! pp_sys.c
16293 ____________________________________________________________________________
16294 [ 27754] By: nicholas                              on 2006/04/10  11:12:26
16295         Log: Subject: [PATCH]es: quiet some warnings (with a free AIX cpp insanity avoidance tip)
16296              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16297              Message-ID: <44375F23.6030900@gmail.com>
16298              Date: Sat, 08 Apr 2006 09:58:43 +0300
16299      Branch: perl
16300            ! op.c pad.h pp_sys.c
16301 ____________________________________________________________________________
16302 [ 27753] By: davem                                 on 2006/04/10  09:10:37
16303         Log: Subject:  [PATCH] True consting goodness in regexes
16304              From:  andy@petdance.com (Andy Lester)
16305              Date:  Mon, 10 Apr 2006 02:15:58 -0500
16306              Message-Id:  <20060410071558.GA24756@petdance.com>
16307      Branch: perl
16308            ! embed.fnc proto.h regcomp.c regexec.c
16309 ____________________________________________________________________________
16310 [ 27752] By: nicholas                              on 2006/04/09  21:07:48
16311         Log: Fix pointer error in change 27741, spotted by John E. Malmberg.
16312      Branch: perl
16313            ! sv.c
16314 ____________________________________________________________________________
16315 [ 27751] By: stevep                                on 2006/04/09  19:28:35
16316         Log: Subject: Re: [PATCH] perlio.c: Coverity finding: finding false (Coverity notable to follow vtable logic) but adding an assert
16317              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16318              Date: Sun, 09 Apr 2006 10:18:52 +0300
16319              Message-ID: <4438B55C.9010604@gmail.com>
16320      Branch: perl
16321            ! perlio.c
16322 ____________________________________________________________________________
16323 [ 27750] By: stevep                                on 2006/04/09  18:55:07
16324         Log: Subject: Re: [PATCH] locale.c: Coverity finding
16325              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16326              Date: Sun, 09 Apr 2006 10:31:32 +0300
16327              Message-ID: <4438B854.6040301@gmail.com>
16328      Branch: perl
16329            ! locale.c
16330 ____________________________________________________________________________
16331 [ 27749] By: stevep                                on 2006/04/09  18:44:17
16332         Log: Subject: [PATCH] Rename variables in some mg_* funcs
16333              From: andy@petdance.com (Andy Lester)
16334              Date: Sun, 9 Apr 2006 00:20:12 -0500
16335              Message-ID: <20060409052012.GA15887@petdance.com>
16336      Branch: perl
16337            ! mg.c
16338 ____________________________________________________________________________
16339 [ 27746] By: davem                                 on 2006/04/08  23:58:51
16340         Log: fix potential null deref introduced by change #27716
16341      Branch: perl
16342            ! regexec.c
16343 ____________________________________________________________________________
16344 [ 27745] By: nicholas                              on 2006/04/08  22:37:29
16345         Log: Subject: [PATCH] perlio.c: Coverity finding: finding false (Coverity not able to follow vtable logic) but adding an assert
16346              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16347              Message-Id: <20060408161136.CEAC86D08C@ugli.hut.fi>
16348              Date: Sat,  8 Apr 2006 19:11:36 +0300 (EEST)
16349      Branch: perl
16350            ! perlio.c
16351 ____________________________________________________________________________
16352 [ 27744] By: nicholas                              on 2006/04/08  22:23:26
16353         Log: Subject: [PATCH] sv.c, rs.t, perlvar.pod (Coverity finding: did you know what happens with $/=\0?)
16354              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
16355              Message-Id: <20060408152533.C4D5F6D08C@ugli.hut.fi>
16356              Date: Sat,  8 Apr 2006 18:25:33 +0300 (EEST)
16357              
16358              (although I should add that this version of Coverity is actually
16359              raising a false positive here, albeit something still interesting)
16360      Branch: perl
16361            ! pod/perlvar.pod sv.c t/base/rs.t
16362 ____________________________________________________________________________
16363 [ 27741] By: nicholas                              on 2006/04/08  15:14:13
16364         Log: As av_dup, gv_dup and hv_dup are the same as sv_dup, code in various
16365              branches of Perl_ss_dup() is actually duplicated, so can be merged.
16366      Branch: perl
16367            ! sv.c
16368 ____________________________________________________________________________
16369 [ 27740] By: nicholas                              on 2006/04/08  14:46:53
16370         Log: By swapping the order of pushes onto the save stack for
16371              SAVEt_GENERIC_PVREF, we can merge it with SAVEt_PPTR in Perl_ss_dup().
16372      Branch: perl
16373            ! scope.c sv.c
16374 ____________________________________________________________________________
16375 [ 27739] By: nicholas                              on 2006/04/08  13:43:46
16376         Log: Teach ss_dup about SAVEt_RE_STATE. (As correctly as it ever was before)
16377      Branch: perl
16378            ! sv.c
16379 ____________________________________________________________________________
16380 [ 27738] By: nicholas                              on 2006/04/08  12:50:13
16381         Log: ss_dup of SAVEt_COP_ARYBASE can use the same code as SAVEt_I8.
16382      Branch: perl
16383            ! sv.c
16384 ____________________________________________________________________________
16385 [ 27737] By: nicholas                              on 2006/04/07  21:24:35
16386         Log: Give more information in the panic in ss_dup. (Although I'm not sure
16387              if croak() works at this point, given PerlIO's dependency on a
16388              functional interpreter.)
16389      Branch: perl
16390            ! sv.c
16391 ____________________________________________________________________________
16392 [ 27736] By: gisle                                 on 2006/04/07  16:08:26
16393         Log: Make perl_fini() run when compiling perl with
16394              the Sun WorkShop compiler.
16395      Branch: perl
16396            ! perl.c
16397 ____________________________________________________________________________
16398 [ 27735] By: steveh                                on 2006/04/07  14:55:41
16399         Log: Patch from Jarkko to fix breakage caused by change #27649
16400              see: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-04/msg00144.html
16401      Branch: perl
16402            ! malloc.c perl.h
16403 ____________________________________________________________________________
16404 [ 27734] By: nicholas                              on 2006/04/07  12:49:11
16405         Log: Oops. Being too terse for my own good - it's not a great idea to chain
16406              assignment of char * to struct pmop *, even when the value is NULL.
16407      Branch: perl
16408            ! perl.c
16409 ____________________________________________________________________________
16410 [ 27733] By: craigb                                on 2006/04/07  02:53:52
16411         Log: Subject: [patch@27694] VMS RMSEXPAND/PERL_CANDO fixes
16412              From: "John E. Malmberg" <wb8tyw@qsl.net>
16413              Date: Mon, 03 Apr 2006 07:39:10 -0400
16414              Message-id: <4431095E.8030003@qsl.net>
16415      Branch: perl
16416            ! vms/vms.c vms/vmsish.h
16417 ____________________________________________________________________________
16418 [ 27732] By: nicholas                              on 2006/04/06  15:52:37
16419         Log: Move all the regexp state variables into a single structure.
16420              This allows it to be saved, restored and cloned with a single Copy()
16421              (but inevitably still some fixup)
16422      Branch: perl
16423            ! embedvar.h perl.c perlapi.h regcomp.c regexp.h scope.c sv.c
16424            ! thrdvar.h
16425 ____________________________________________________________________________
16426 [ 27731] By: steveh                                on 2006/04/06  14:55:40
16427         Log: Subject: Re: Smoke [5.9.4] 27728 FAIL(F) MSWin32 WinXP/.Net SP2 (x86/2 cpu)
16428              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
16429              Date: Thu, 6 Apr 2006 14:32:50 +0200
16430              Message-ID: <20060406143250.5a7de4b8@grubert.mandriva.com>
16431      Branch: perl
16432            ! mg.c
16433 ____________________________________________________________________________
16434 [ 27729] By: steveh                                on 2006/04/06  12:16:53
16435         Log: Fix skip count in ext\B\t\lint.t
16436      Branch: perl
16437            ! ext/B/t/lint.t
16438 ____________________________________________________________________________
16439 [ 27728] By: nicholas                              on 2006/04/05  21:40:11
16440         Log: Save the regexp engine state as 1 block on the save stack.
16441      Branch: perl
16442            ! regcomp.c regexp.h scope.c scope.h
16443 ____________________________________________________________________________
16444 [ 27727] By: rgs                                   on 2006/04/05  20:59:53
16445         Log: Subject: Re: expr foreach (...) isn't a B::Lint warning anymore
16446              From: "Joshua ben Jore" <twists@gmail.com>
16447              Date: Wed, 5 Apr 2006 01:11:11 -0500
16448              Message-ID: <dc5c751d0604042311v354547aanf482b3259e56ebb8@mail.gmail.com>
16449      Branch: perl
16450            ! ext/B/B/Lint.pm ext/B/t/lint.t
16451 ____________________________________________________________________________
16452 [ 27726] By: nicholas                              on 2006/04/05  20:19:34
16453         Log: Perl_save_alloc can use the new(er) SSGROW rather than looping.
16454      Branch: perl
16455            ! scope.c
16456 ____________________________________________________________________________
16457 [ 27725] By: rgs                                   on 2006/04/05  19:45:42
16458         Log: Assigning undef to an entry in %ENV shouldn't produce warnings, even
16459              though it's silently converted to ""
16460      Branch: perl
16461            ! mg.c t/lib/warnings/mg
16462 ____________________________________________________________________________
16463 [ 27724] By: stevep                                on 2006/04/05  16:15:41
16464         Log: Try not to use negative values when accessing arrays in C.  Yet another
16465              Coverity catch.
16466      Branch: perl
16467            ! util.c
16468 ____________________________________________________________________________
16469 [ 27723] By: stevep                                on 2006/04/05  15:31:18
16470         Log: Initializing variables is good.  This is another Coverity catch.
16471      Branch: perl
16472            ! gv.c
16473 ____________________________________________________________________________
16474 [ 27722] By: rgs                                   on 2006/04/05  14:44:11
16475         Log: Subject: perlio.c breaks on Solaris/gcc when > 256 FDs are available
16476              From: Alan Burlison <Alan.Burlison@sun.com>
16477              Date: Wed, 05 Apr 2006 15:52:14 +0100
16478              Message-ID: <4433D99E.40800@sun.com>
16479      Branch: perl
16480            ! perlio.c
16481 ____________________________________________________________________________
16482 [ 27721] By: rgs                                   on 2006/04/05  12:56:10
16483         Log: There should be only one META.yml file
16484      Branch: perl
16485            - ext/Devel/PPPort/META.yml ext/Encode/META.yml
16486            ! MANIFEST
16487 ____________________________________________________________________________
16488 [ 27720] By: rgs                                   on 2006/04/05  12:19:11
16489         Log: Fix test portability on non-ASCII platforms
16490              
16491              Subject: Re: lib/ExtUtils/t/Constant.t problem on z/OS
16492              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16493              Date: Wed, 05 Apr 2006 21:13:02 +0900
16494              Message-Id: <20060405210426.F99D.BQW10602@nifty.com>
16495      Branch: perl
16496            ! lib/ExtUtils/t/Constant.t
16497 ____________________________________________________________________________
16498 [ 27719] By: stevep                                on 2006/04/05  11:49:23
16499         Log: Document the functions htmlify() and anchorify() in Pod::Html.
16500      Branch: perl
16501            ! lib/Pod/Html.pm
16502 ____________________________________________________________________________
16503 [ 27718] By: steveh                                on 2006/04/05  10:35:58
16504         Log: Simplify tests for fork() capabilities
16505              
16506              Jarkko pointed out that change #27710 was causing some
16507              black smoke so makes the tests for fork() simpler, as
16508              per lib\Test\Simple\t\fork.t for now. (Ideally we want
16509              a $Config{d_pseudofork}, as suggested by Andy Dougherty,
16510              but that'll have to wait until I get some more tuits.)
16511      Branch: perl
16512            ! ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_sock.t
16513 ____________________________________________________________________________
16514 [ 27717] By: davem                                 on 2006/04/05  03:17:50
16515         Log: (??{...}) didn't always restore PL_reg_re.
16516              Also trie debugging output was using a var that was no longer
16517              valid
16518      Branch: perl
16519            ! regexec.c
16520 ____________________________________________________________________________
16521 [ 27716] By: davem                                 on 2006/04/05  01:50:33
16522         Log: eliminate PL_regprecomp, PL_regprogram, PL_regnpar and PL_regdata
16523              (only another 441 global vars to go ...)
16524      Branch: perl
16525            ! embed.fnc embed.h embedvar.h perlapi.h proto.h regcomp.c
16526            ! regexec.c sv.c thrdvar.h
16527 ____________________________________________________________________________
16528 [ 27715] By: davem                                 on 2006/04/05  01:26:59
16529         Log: restructure the EVAL branch of regmatch() to minimise local var scope
16530              (no changes to functionality)
16531      Branch: perl
16532            ! regexec.c
16533 ____________________________________________________________________________
16534 [ 27714] By: rgs                                   on 2006/04/04  15:15:19
16535         Log: Subject: Re: Making IO::Socket pass test on Win32
16536              From: Jim Cromie <jim.cromie@gmail.com>
16537              Date: Tue, 04 Apr 2006 11:07:03 -0400
16538              Message-ID: <44328B97.2060903@gmail.com>
16539      Branch: perl
16540            ! ext/B/t/concise-xs.t
16541 ____________________________________________________________________________
16542 [ 27713] By: rgs                                   on 2006/04/04  12:42:44
16543         Log: FEATURE_IS_ENABLED takes only one parameter now, so reflect that in
16544              perl_keyword.pl
16545      Branch: perl
16546            ! perl_keyword.pl
16547 ____________________________________________________________________________
16548 [ 27712] By: rgs                                   on 2006/04/04  11:42:05
16549         Log: Subject: [PATCH] threads.pm should overload != operator
16550              From: "Jan Dubois" <jand@ActiveState.com>
16551              Date: Mon, 3 Apr 2006 18:06:24 -0700
16552              Message-ID: <02fc01c65783$fe4820f0$2217a8c0@candy>
16553      Branch: perl
16554            ! ext/threads/t/basic.t ext/threads/threads.pm
16555 ____________________________________________________________________________
16556 [ 27711] By: rgs                                   on 2006/04/04  11:14:27
16557         Log: Fix syntax error in io_pipe test
16558      Branch: perl
16559            ! ext/IO/t/io_pipe.t
16560 ____________________________________________________________________________
16561 [ 27710] By: steveh                                on 2006/04/04  10:34:10
16562         Log: Subject: Re: Making IO::Socket pass test on Win32
16563              From: demerphq <demerphq@gmail.com>
16564              Date: Sun, 2 Apr 2006 11:07:19 +0200
16565              Message-ID: <9b18b3110604020107o6a0b594cwfc2344a172c360b0@mail.gmail.com>
16566              
16567              plus extra $Config{d_fork} changes to io_pipe.t and io_multihomed.t
16568      Branch: perl
16569            ! ext/IO/lib/IO/Socket.pm ext/IO/t/io_multihomed.t
16570            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_unix.t
16571 ____________________________________________________________________________
16572 [ 27709] By: rgs                                   on 2006/04/04  08:54:05
16573         Log: Subject: [PATCH] Move conditional SOCKS5 code into #ifdefs
16574              From: andy@petdance.com (Andy Lester)
16575              Date: Mon, 3 Apr 2006 08:28:18 -0500
16576              Message-ID: <20060403132818.GA7820@petdance.com>
16577      Branch: perl
16578            ! perlio.c
16579 ____________________________________________________________________________
16580 [ 27708] By: gisle                                 on 2006/04/04  08:36:02
16581         Log: Change 27592 disabled the building of manpages for non core-extensions
16582              The init_MAN3PODS method need to be called when no INSTALLMAN3DIR is
16583              present in the first place.
16584      Branch: perl
16585            ! lib/ExtUtils/MM_Unix.pm
16586 ____________________________________________________________________________
16587 [ 27707] By: rgs                                   on 2006/04/04  07:39:59
16588         Log: Subject: [PATCH] "smart match" description in overload.pm is in the middle of "fallback" section
16589              From: "Jan Dubois" <jand@ActiveState.com>
16590              Date: Mon, 3 Apr 2006 18:11:55 -0700
16591              Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
16592      Branch: perl
16593            ! lib/overload.pm
16594 ____________________________________________________________________________
16595 [ 27706] By: craigb                                on 2006/04/04  03:12:34
16596         Log: sort out some utime() issues on VMS
16597      Branch: perl
16598            ! vms/perlvms.pod vms/vms.c
16599 ____________________________________________________________________________
16600 [ 27705] By: rgs                                   on 2006/04/03  16:21:57
16601         Log: Subject: [PATCH] 2nd patch to sync blead 'threads' with CPAN [REPOST]
16602              From: "Jerry D. Hedden" <jerry@hedden.us>
16603              Date: Mon, 03 Apr 2006 06:10:35 -0700
16604              Message-ID: <20060403061035.fb30e530d17747c2b054d625b8945d88.7482c755b8.wbe@email.email.secureserver.net>
16605      Branch: perl
16606            ! ext/threads/Changes ext/threads/README ext/threads/t/basic.t
16607            ! ext/threads/t/join.t ext/threads/t/list.t
16608            ! ext/threads/t/problems.t ext/threads/t/thread.t
16609            ! ext/threads/threads.pm ext/threads/threads.xs
16610 ____________________________________________________________________________
16611 [ 27704] By: nicholas                              on 2006/04/03  11:32:44
16612         Log: Two modules in ext/ have dependencies that are post-miniperl.
16613              Encode this information in the Makefile for now.
16614      Branch: perl
16615            ! Makefile.SH
16616 ____________________________________________________________________________
16617 [ 27703] By: merijn                                on 2006/04/03  10:02:37
16618         Log: Regeneration after backports of #27447, #27484, #27485, #27488,
16619              #27489, #27490, #27491, and #27632
16620      Branch: perl
16621            ! Configure config_h.SH
16622 ____________________________________________________________________________
16623 [ 27702] By: davem                                 on 2006/04/03  09:56:29
16624         Log: undo #27700 and add a missing Safefree()
16625      Branch: perl
16626            ! regexec.c
16627 ____________________________________________________________________________
16628 [ 27701] By: rgs                                   on 2006/04/03  09:50:45
16629         Log: Subject: [PATCH] SvREFCNT_inc tweaks
16630              From: andy@petdance.com (Andy Lester)
16631              Date: Sat, 1 Apr 2006 02:01:30 -0600
16632              Message-ID: <20060401080130.GA19372@petdance.com>
16633      Branch: perl
16634            ! op.c pad.c perlio.c
16635 ____________________________________________________________________________
16636 [ 27700] By: rgs                                   on 2006/04/03  09:07:20
16637         Log: Subject: [PATCH] Removed unused code in regexec.c
16638              From: andy@petdance.com (Andy Lester)
16639              Date: Mon, 3 Apr 2006 00:00:50 -0500
16640              Message-ID: <20060403050050.GA19055@petdance.com>
16641      Branch: perl
16642            ! regexec.c
16643 ____________________________________________________________________________
16644 [ 27699] By: rgs                                   on 2006/04/03  08:57:57
16645         Log: Subject: [PATCH] ext/IO/t/io_unix.t
16646              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
16647              Date: Sun, 02 Apr 2006 21:57:19 +0300
16648              Message-ID: <44301E8F.2060503@gmail.com>
16649      Branch: perl
16650            ! ext/IO/t/io_unix.t
16651 ____________________________________________________________________________
16652 [ 27698] By: rgs                                   on 2006/04/03  08:50:28
16653         Log: Subject: revisited: pow.t test failures on AIX 5.1 perl588 with -Duselongdouble
16654              From: "John L. Allen" <allen@grumman.com>
16655              Date: Thu, 30 Mar 2006 17:53:13 -0500 (EST)
16656              Message-ID: <Pine.GSO.4.53.0603301710140.24672@gateway.northropgrumman.com>
16657      Branch: perl
16658            ! pp.c
16659 ____________________________________________________________________________
16660 [ 27697] By: rgs                                   on 2006/04/03  08:30:27
16661         Log: Document that the regexp engine is not currently reentrant
16662              
16663              Subject: Re: [perl #33936] segment fault when using split() in regexp with (??{...})
16664              From: Dominic Dunlop <domo@computer.org>
16665              Date: Sun, 2 Apr 2006 21:13:59 +0200
16666              Message-Id: <AD104FE7-2BD6-49B6-A845-46458179A4B1@computer.org>
16667      Branch: perl
16668            ! pod/perlre.pod
16669 ____________________________________________________________________________
16670 [ 27696] By: rgs                                   on 2006/04/03  08:22:15
16671         Log: Take splint into account for PERL_UNUSED_ARG (patch by Jarkko)
16672      Branch: perl
16673            ! XSUB.h perl.h
16674 ____________________________________________________________________________
16675 [ 27694] By: davem                                 on 2006/04/03  01:31:12
16676         Log: anonymous unions aren't legal ANSI c
16677      Branch: perl
16678            ! regexec.c regexp.h
16679 ____________________________________________________________________________
16680 [ 27693] By: nicholas                              on 2006/04/03  00:25:45
16681         Log: The make_ext script should pass MAKE=$MAKE to submakes it invokes for
16682              extentions, as they in turn may invoke $MAKE, and should invoke the
16683              same $MAKE as at the top level, which may not be $Config{make}
16684      Branch: perl
16685            ! ext/util/make_ext
16686 ____________________________________________________________________________
16687 [ 27692] By: davem                                 on 2006/04/02  23:50:25
16688         Log: whoops, change 27691 blew away the regexec.c changes from 27688
16689      Branch: perl
16690            ! regexec.c
16691 ____________________________________________________________________________
16692 [ 27691] By: davem                                 on 2006/04/02  22:37:57
16693         Log: subsume CURCUR (current curly) struct within the main regmatch_state
16694      Branch: perl
16695            ! regexec.c regexp.h
16696 ____________________________________________________________________________
16697 [ 27690] By: rgs                                   on 2006/04/02  21:41:28
16698         Log: Subject: [PATCH] Removed unnecessary pointers checks
16699              From: andy@petdance.com (Andy Lester)
16700              Date: Sat, 1 Apr 2006 01:01:32 -0600
16701              Message-ID: <20060401070132.GA6616@petdance.com>
16702      Branch: perl
16703            ! gv.c
16704 ____________________________________________________________________________
16705 [ 27689] By: rgs                                   on 2006/04/02  21:13:16
16706         Log: Subject: [PATCH] Prevent "use sort 'stable'" from reversing the order
16707              From: Robin Houston <robin@cpan.org>
16708              Date: Sun, 2 Apr 2006 17:20:24 +0100
16709              Message-ID: <20060402162024.GA3854@rpc142.cs.man.ac.uk>
16710      Branch: perl
16711            ! lib/sort.t pp_sort.c
16712 ____________________________________________________________________________
16713 [ 27688] By: rgs                                   on 2006/04/02  20:58:59
16714         Log: Subject: Re: [perl #38293] chr(65535) should be allowed in regexes
16715              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16716              Date: Sun, 02 Apr 2006 22:48:44 +0900
16717              Message-Id: <20060402224657.B942.BQW10602@nifty.com>
16718      Branch: perl
16719            ! doop.c op.c regcomp.c regexec.c t/op/pat.t t/op/tr.t utf8.h
16720 ____________________________________________________________________________
16721 [ 27687] By: nicholas                              on 2006/04/02  20:27:24
16722         Log: Change 27677 missed two direct accesses to op_private in COPs.
16723              I believe that all are now found, as redefining CopHINTS_get(c)
16724              to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
16725              and the initialisation of PL_compiling) works.
16726      Branch: perl
16727            ! perl.h pp_ctl.c utf8.h
16728 ____________________________________________________________________________
16729 [ 27686] By: merijn                                on 2006/04/02  19:10:55
16730         Log: First stab at a more reliable Glossary. This now is (again)
16731              mostly generated. (Well, It's a repair to the existing version
16732              "based on" a generated version, which is now well sorted, but
16733              still incomplete for less obvious reasons).
16734      Branch: perl
16735            ! Porting/Glossary
16736 ____________________________________________________________________________
16737 [ 27685] By: davem                                 on 2006/04/02  18:32:32
16738         Log: make parts of struct regmatch_state unions
16739              This reduces its size from 120 to 72 bytes
16740      Branch: perl
16741            ! regexec.c regexp.h
16742 ____________________________________________________________________________
16743 [ 27681] By: nicholas                              on 2006/04/02  17:05:34
16744         Log: Better failure diagnostics from switch.t.
16745      Branch: perl
16746            ! t/op/switch.t
16747 ____________________________________________________________________________
16748 [ 27680] By: nicholas                              on 2006/04/02  16:51:53
16749         Log: Subject: Re: recent changes have some unmatching of parameters and types
16750              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
16751              Message-Id: <20060402122547.0037.BQW10602@nifty.com>
16752              Date: Sun, 02 Apr 2006 12:32:53 +0900
16753      Branch: perl
16754            ! embed.fnc pod/perlintern.pod proto.h
16755 ____________________________________________________________________________
16756 [ 27679] By: davem                                 on 2006/04/02  16:32:10
16757         Log: use slabs to allocate save state space in regmatch() 
16758      Branch: perl
16759            ! embedvar.h perl.c perl.h perlapi.h regcomp.h regexec.c
16760            ! regexp.h sv.c thrdvar.h
16761 ____________________________________________________________________________
16762 [ 27677] By: nicholas                              on 2006/04/02  11:17:58
16763         Log: Abstract all reads/writes of the hints in COPs with 2 new macros,
16764              CopHINTS_get() and CopHINTS_set().
16765      Branch: perl
16766            ! cop.h op.c pp_ctl.c utf8.c
16767 ____________________________________________________________________________
16768 [ 27676] By: nicholas                              on 2006/04/02  10:55:36
16769         Log: 'SvIOK(sv) ? SvIVX(sv) : sv_2iv(sv)' is 'SvIV(sv)' so write it as such.
16770      Branch: perl
16771            ! mg.c
16772 ____________________________________________________________________________
16773 [ 27674] By: nicholas                              on 2006/04/02  10:41:30
16774         Log: Convert ByteLoader to use CopARYBASE_set().
16775      Branch: perl
16776            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
16777 ____________________________________________________________________________
16778 [ 27671] By: nicholas                              on 2006/04/02  10:08:04
16779         Log: Abstract all the accesses to cop_arybase (apart from ByteLoader)
16780      Branch: perl
16781            ! cop.h ext/B/B.xs mg.c op.c pp.c pp_ctl.c pp_hot.c scope.c
16782            ! scope.h toke.c
16783 ____________________________________________________________________________
16784 [ 27669] By: craigb                                on 2006/04/02  01:09:38
16785         Log: fix typo in vms/gen_shrfls.pl itanium detector
16786      Branch: perl
16787            ! vms/gen_shrfls.pl
16788 ____________________________________________________________________________
16789 [ 27668] By: nicholas                              on 2006/04/01  23:34:10
16790         Log: If the passed in target rv for Perl_newSVrv() was already a reference
16791              to something, it would leak the reference count on that thing.
16792      Branch: perl
16793            ! sv.c
16794 ____________________________________________________________________________
16795 [ 27667] By: nicholas                              on 2006/04/01  23:09:34
16796         Log: Test no mypragma;
16797      Branch: perl
16798            ! t/lib/mypragma.t
16799 ____________________________________________________________________________
16800 [ 27666] By: nicholas                              on 2006/04/01  21:17:46
16801         Log: Automatically set HINT_LOCALIZE_HH whenever %^H is modified.
16802      Branch: perl
16803            ! embed.fnc embed.h hv.c lib/feature.pm lib/sort.pm mg.c op.c
16804            ! proto.h scope.c scope.h t/lib/mypragma.pm
16805 ____________________________________________________________________________
16806 [ 27665] By: nicholas                              on 2006/04/01  19:38:31
16807         Log: The call to Perl_hv_assert(aTHX_ hv) should be wrapped in a DEBUG_A().
16808      Branch: perl
16809            ! hv.c
16810 ____________________________________________________________________________
16811 [ 27664] By: nicholas                              on 2006/04/01  15:26:48
16812         Log: Test that user pragmas work inside string eval.
16813      Branch: perl
16814            ! t/lib/mypragma.t
16815 ____________________________________________________________________________
16816 [ 27663] By: nicholas                              on 2006/04/01  15:22:54
16817         Log: Add Rafael's example user pragma, and convert his demo to a test.
16818      Branch: perl
16819            + t/lib/mypragma.pm t/lib/mypragma.t
16820            ! MANIFEST
16821 ____________________________________________________________________________
16822 [ 27662] By: nicholas                              on 2006/04/01  15:21:56
16823         Log: If the comment says "(and not ours)" then it should be tested.
16824      Branch: perl
16825            ! t/op/getppid.t
16826 ____________________________________________________________________________
16827 [ 27660] By: nicholas                              on 2006/04/01  15:11:11
16828         Log: Rewrite t/op/getppid.t to remove the assumption that init has PID of 1.
16829      Branch: perl
16830            ! t/op/getppid.t
16831 ____________________________________________________________________________
16832 [ 27659] By: nicholas                              on 2006/04/01  14:31:37
16833         Log: Propagate cop_hints inside string evals. For the unthreaded case this
16834              is easy. For the threaded case it's not, because the current OP may
16835              be shared with another thread, so solve this by copying the hints
16836              chain.
16837      Branch: perl
16838            ! embed.fnc embed.h hv.c pod/perlintern.pod pp_ctl.c proto.h
16839            ! t/op/caller.t
16840 ____________________________________________________________________________
16841 [ 27657] By: nicholas                              on 2006/04/01  12:32:23
16842         Log: Inconsistencies in paramter const-ness noticed by SADAHIRO Tomoyuki.
16843      Branch: perl
16844            ! embed.fnc proto.h sv.c
16845 ____________________________________________________________________________
16846 [ 27656] By: rgs                                   on 2006/03/31  21:53:22
16847         Log: Subject: [PATCH] Re: recursion now removed from the regex engine
16848              From: Dominic Dunlop <shouldbedomo@mac.com>
16849              Date: Thu, 30 Mar 2006 10:31:55 +0200
16850              Message-Id: <C4D69F9F-FB90-4564-8C46-E51765EB0440@mac.com>
16851      Branch: perl
16852            ! t/op/pat.t
16853 ____________________________________________________________________________
16854 [ 27653] By: rgs                                   on 2006/03/31  20:02:40
16855         Log: Updated version of the grumpy comment deleted by change #27649,
16856              by Jarkko
16857      Branch: perl
16858            ! perl.h
16859 ____________________________________________________________________________
16860 [ 27652] By: merijn                                on 2006/03/31  19:36:44
16861         Log: Glossary part for #27447 (madlyh, madlyobj, madlysrc)
16862      Branch: perl
16863            ! Porting/Glossary
16864 ____________________________________________________________________________
16865 [ 27650] By: nicholas                              on 2006/03/31  19:30:09
16866         Log: Need to dup any hints HV stored on the save stack.
16867      Branch: perl
16868            ! sv.c
16869 ____________________________________________________________________________
16870 [ 27649] By: rgs                                   on 2006/03/31  16:59:53
16871         Log: Subject: [PATCH] Redo PERL_UNUSED_DECL
16872              From: andy@petdance.com (Andy Lester)
16873              Date: Fri, 31 Mar 2006 00:54:58 -0600
16874              Message-ID: <20060331065458.GA28571@petdance.com>
16875      Branch: perl
16876            ! malloc.c perl.h
16877 ____________________________________________________________________________
16878 [ 27648] By: craigb                                on 2006/03/31  16:31:28
16879         Log: Subject: [patch@27638] Enable standard stat for VMS >=8.2
16880              From: "John E. Malmberg" <wb8tyw@qsl.net>
16881              Date: Fri, 31 Mar 2006 00:39:23 -0500
16882              Message-id: <442CC08A.30409@qsl.net>
16883      Branch: perl
16884            ! configure.com vms/vms.c vms/vmsish.h
16885 ____________________________________________________________________________
16886 [ 27647] By: nicholas                              on 2006/03/31  16:22:13
16887         Log: Note future possible flexibility for Perl_magic_sethint().
16888      Branch: perl
16889            ! mg.c
16890 ____________________________________________________________________________
16891 [ 27646] By: nicholas                              on 2006/03/31  16:19:38
16892         Log: Test that entries in %^H are actually independant.
16893      Branch: perl
16894            ! t/op/caller.t
16895 ____________________________________________________________________________
16896 [ 27645] By: nicholas                              on 2006/03/31  14:10:39
16897         Log: I can't spell.
16898      Branch: perl
16899            ! op.c
16900 ____________________________________________________________________________
16901 [ 27644] By: rgs                                   on 2006/03/31  14:08:12
16902         Log: Document new magic types in perlguts. Fix a comment about sort hints.
16903      Branch: perl
16904            ! perl.h pod/perlguts.pod
16905 ____________________________________________________________________________
16906 [ 27643] By: nicholas                              on 2006/03/31  13:45:57
16907         Log: Serialise changes to %^H onto the current COP. Return the compile time
16908              state of %^H as an eleventh value from caller. This allows users to
16909              write pragmas.
16910      Branch: perl
16911            ! cop.h dump.c embed.fnc embed.h gv.c hv.c hv.h makedef.pl mg.c
16912            ! op.c perl.c perl.h pod/perlfunc.pod pod/perlintern.pod
16913            ! pp_ctl.c proto.h scope.c scope.h sv.c t/op/caller.t
16914 ____________________________________________________________________________
16915 [ 27642] By: rgs                                   on 2006/03/31  13:22:00
16916         Log: Upgrade to Time::Local 1.12_01
16917      Branch: perl
16918            ! lib/Time/Local.pm lib/Time/Local.t
16919 ____________________________________________________________________________
16920 [ 27641] By: rgs                                   on 2006/03/31  12:30:31
16921         Log: Subject: [PATCH] Random accumulated patches
16922              From: andy@petdance.com (Andy Lester)
16923              Date: Thu, 30 Mar 2006 23:42:28 -0600
16924              Message-ID: <20060331054228.GA18940@petdance.com>
16925      Branch: perl
16926            ! cop.h doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c op.c perl.c
16927            ! perl.h pp.c pp_ctl.c pp_hot.c pp_sort.c proto.h regcomp.c sv.c
16928            ! sv.h toke.c utf8.c
16929 ____________________________________________________________________________
16930 [ 27640] By: rgs                                   on 2006/03/31  12:10:57
16931         Log: Subject: [PATCH] IO::Compress::Zip
16932              From: "Paul Marquess" <paul.marquess@ntlworld.com>
16933              Date: Fri, 31 Mar 2006 09:48:36 +0100
16934              Message-ID: <005201c6549f$e7374490$2405140a@myopwv.com>
16935      Branch: perl
16936            ! ext/Compress/IO/Zlib/t/105oneshot-zip-only.t
16937 ____________________________________________________________________________
16938 [ 27639] By: rgs                                   on 2006/03/31  08:00:08
16939         Log: Test for fileno definedness instead of truth
16940              Don't load Config.pm, which isn't used
16941      Branch: perl
16942            ! lib/FileCache.pm
16943 ____________________________________________________________________________
16944 [ 27638] By: nicholas                              on 2006/03/30  20:55:17
16945         Log: Localising hash slices with UTF-8 encoded keys was also buggy.
16946              (See also change 27637)
16947      Branch: perl
16948            ! pp.c t/op/local.t
16949 ____________________________________________________________________________
16950 [ 27637] By: nicholas                              on 2006/03/30  20:37:03
16951         Log: Fix bug #38815 (localising keys which are UTF-8 encoded didn't delete
16952              them correctly on scope exit)
16953      Branch: perl
16954            ! pp_hot.c scope.c t/op/local.t
16955 ____________________________________________________________________________
16956 [ 27636] By: nicholas                              on 2006/03/30  18:18:27
16957         Log: Fix bug 36267 - assigning to a tied hash shouldn't change the
16958              underlying hash. (It used to, if the underlying hash had had storage
16959              allocated). This has the side effect of changing the return value from
16960              hv_store and hv_store_ent for some tied hash scenarios. But *to*
16961              something consistent (ly crazy)
16962      Branch: perl
16963            ! ext/XS/APItest/t/hash.t hv.c t/op/tie.t
16964 ____________________________________________________________________________
16965 [ 27635] By: stevep                                on 2006/03/30  12:49:28
16966         Log: Pod nit mentioned in Debian bug #358455.
16967      Branch: perl
16968            ! pod/perlsec.pod
16969 ____________________________________________________________________________
16970 [ 27634] By: gisle                                 on 2006/03/30  12:31:26
16971         Log: Populate pre-canned config.sh files with
16972              d_archlib and d_inc_version_list.
16973              Ref change 27632.
16974      Branch: perl
16975            ! configure.com symbian/config.sh win32/config.bc
16976            ! win32/config.gc win32/config.vc win32/config.vc64
16977            ! wince/config.ce
16978 ____________________________________________________________________________
16979 [ 27633] By: rgs                                   on 2006/03/30  12:15:35
16980         Log: Subject: PATCH t/op/tie.t
16981              From: Robin Barker <Robin.Barker@npl.co.uk>
16982              Date: Thu, 30 Mar 2006 13:07:47 +0100
16983              Message-ID: <533D273D4014D411AB1D00062938C4D90849C9CA@hotel.npl.ad.local>
16984      Branch: perl
16985            ! t/op/tie.t
16986 ____________________________________________________________________________
16987 [ 27632] By: gisle                                 on 2006/03/30  12:13:54
16988         Log: Introduce d_sitearch and d_inc_version_list config.sh variables.
16989              These allow me to set sitearch and sitelib to be the same without
16990              ending up with duplicate entries in @INC.
16991              
16992              Basically the same way the old d_archlib variable is used.
16993      Branch: perl
16994            ! Configure Porting/Glossary config_h.SH perl.c
16995 ____________________________________________________________________________
16996 [ 27631] By: rgs                                   on 2006/03/30  08:28:38
16997         Log: Subject: Re: New Module::Build released
16998              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
16999              Date: Wed, 29 Mar 2006 14:10:32 -0500
17000              Message-ID: <442ADBA8.4000203@thepierianspring.org>
17001      Branch: perl
17002            + lib/Module/Build/YAML.pm lib/Module/Build/t/mbyaml.t
17003            ! MANIFEST lib/ExtUtils/CBuilder.pm
17004            ! lib/ExtUtils/CBuilder/Changes
17005            ! lib/ExtUtils/CBuilder/Platform/VMS.pm lib/Module/Build.pm
17006            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
17007            ! lib/Module/Build/Changes lib/Module/Build/Platform/MacOS.pm
17008            ! lib/Module/Build/Platform/VMS.pm
17009            ! lib/Module/Build/Platform/Windows.pm
17010            ! lib/Module/Build/Platform/os2.pm
17011            ! lib/Module/Build/t/bundled/Tie/CPHash.pm
17012            ! lib/Module/Build/t/lib/DistGen.pm
17013            ! lib/Module/Build/t/metadata.t
17014 ____________________________________________________________________________
17015 [ 27630] By: rgs                                   on 2006/03/30  08:17:12
17016         Log: Subject: [PATCH] Clean up regexec.c, and remove two functions
17017              From: andy@petdance.com (Andy Lester)
17018              Date: Wed, 29 Mar 2006 10:13:36 -0600
17019              Message-ID: <20060329161336.GA12456@petdance.com>
17020      Branch: perl
17021            ! embed.fnc embed.h proto.h regexec.c
17022 ____________________________________________________________________________
17023 [ 27629] By: rgs                                   on 2006/03/29  12:30:56
17024         Log: Subject: child's processor time
17025              From: hv@crypt.org <hv@crypt.org>
17026              Date: Mar 29, 2006 2:34 PM
17027              Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org>
17028      Branch: perl
17029            ! pod/perlfunc.pod
17030 ____________________________________________________________________________
17031 [ 27628] By: rgs                                   on 2006/03/29  09:26:01
17032         Log: Subject: CLONE for Tie::RefHash
17033              From: Yuval Kogman <nothingmuch@woobling.org>
17034              Date: Mon, 27 Mar 2006 15:34:07 +0200
17035              Message-ID: <20060327133407.GA16901@woobling.org>
17036              
17037              (also rename old Tie::RefHash test, so several test files
17038              are allowed.)
17039      Branch: perl
17040            + lib/Tie/RefHash/threaded.t
17041           +> lib/Tie/RefHash/refhash.t
17042            - lib/Tie/RefHash.t
17043            ! MANIFEST lib/Tie/RefHash.pm
17044 ____________________________________________________________________________
17045 [ 27627] By: rgs                                   on 2006/03/29  09:01:21
17046         Log: Subject: [PATCH] Devel::DProf consting
17047              From: andy@petdance.com (Andy Lester)
17048              Date: Sat, 25 Mar 2006 23:32:13 -0600
17049              Message-ID: <20060326053213.GA10401@petdance.com>
17050      Branch: perl
17051            ! ext/Devel/DProf/DProf.xs
17052 ____________________________________________________________________________
17053 [ 27626] By: rgs                                   on 2006/03/29  08:55:21
17054         Log: Subject: re-[PATCH] Re: [PATCH] Poison now in two different flavours!
17055              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
17056              Date: Sun, 26 Mar 2006 14:53:56 +0300
17057              Message-ID: <442680D4.3000809@gmail.com>
17058      Branch: perl
17059            ! handy.h pod/perlapi.pod pod/perlclib.pod pod/perlhack.pod
17060            ! pp_ctl.c scope.c sv.c util.c
17061 ____________________________________________________________________________
17062 [ 27625] By: rgs                                   on 2006/03/29  08:42:28
17063         Log: Subject: [doc-patch] clarify -Accflags in INSTALL
17064              From: Jim Cromie <jim.cromie@gmail.com>
17065              Date: Sun, 26 Mar 2006 20:33:23 -0500
17066              Message-ID: <442740E3.8030006@gmail.com>
17067      Branch: perl
17068            ! INSTALL
17069 ____________________________________________________________________________
17070 [ 27622] By: nicholas                              on 2006/03/28  15:43:59
17071         Log: Only compile Perl_hv_assert with DEBUGGING.
17072      Branch: perl
17073            ! hv.c makedef.pl
17074 ____________________________________________________________________________
17075 [ 27621] By: nicholas                              on 2006/03/28  15:17:06
17076         Log: Having tested IPv6 support in all builtins for TCP and UDP, it all
17077              seem to work perfectly. So remove from perltodo.pod.
17078      Branch: perl
17079            ! pod/perltodo.pod
17080 ____________________________________________________________________________
17081 [ 27620] By: gisle                                 on 2006/03/28  11:18:52
17082         Log: Improved description of the tmon.out format.
17083              The / lines where undocumented.
17084      Branch: perl
17085            ! ext/Devel/DProf/DProf.pm
17086 ____________________________________________________________________________
17087 [ 27619] By: steveh                                on 2006/03/28  10:38:52
17088         Log: Subject: [PATCH lib/Term/ReadLine] Re: [cpan #17773] Bug in Term::ReadKey being trigger by a bug in Term::ReadLine
17089              From: Jonathan Stowe <jns@gellyfish.com>
17090              Date: Mon, 13 Mar 2006 16:09:44 +0000
17091              Message-Id: <1142266184.5811.141.camel@orpheus.gellyfish.com>
17092      Branch: perl
17093            ! lib/Term/ReadLine.pm
17094 ____________________________________________________________________________
17095 [ 27618] By: craigb                                on 2006/03/28  04:01:21
17096         Log: Subject: [patch@27613] VMS long file path support active.
17097              From: "John E. Malmberg" <wb8tyw@qsl.net>
17098              Date: Mon, 27 Mar 2006 08:05:33 -0500
17099              Message-id: <4427E31D.2030801@qsl.net>
17100
17101      Branch: perl
17102            ! vms/vms.c vms/vmsish.h
17103 ____________________________________________________________________________
17104 [ 27617] By: nicholas                              on 2006/03/27  21:04:58
17105         Log: Merge the cut & paste code from Perl_call_sv/Perl_fold_constants with
17106              the near identical code in pp_entertry into Perl_create_eval_scope.
17107              Move the cut & paste code from Perl_call_sv/Perl_fold_constants into
17108              Perl_delete_eval_scope.
17109      Branch: perl
17110            ! cop.h embed.fnc embed.h ext/B/t/concise-xs.t op.c perl.c
17111            ! pp_ctl.c proto.h
17112 ____________________________________________________________________________
17113 [ 27616] By: nicholas                              on 2006/03/27  20:31:52
17114         Log: It helps to actually add the files you add to MANIFEST. (Thanks Dave
17115              for spotting my mistake).
17116      Branch: perl
17117            + t/comp/fold.t
17118 ____________________________________________________________________________
17119 [ 27615] By: nicholas                              on 2006/03/27  19:25:02
17120         Log: If constant folding fails, don't fold constants, rather than reporting
17121              the error at compile time. This allows illegal constant expressions in
17122              dead code to be ignored.
17123      Branch: perl
17124            ! MANIFEST op.c pod/perldiag.pod pod/perltodo.pod
17125 ____________________________________________________________________________
17126 [ 27613] By: craigb                                on 2006/03/27  00:04:10
17127         Log: EU::MM::MM_VMS::one_liner must quote "--" argument
17128      Branch: perl
17129            ! lib/ExtUtils/MM_VMS.pm
17130 ____________________________________________________________________________
17131 [ 27612] By: nicholas                              on 2006/03/26  22:12:57
17132         Log: Replace all sv_mortalcopy(&PL_sv_no); sv_set*(...) with
17133              sv2mortal(newSV*(...)) to avoid needless upgrades to PVNV and needless
17134              allocation of a copy of "".
17135      Branch: perl
17136            ! pp_sys.c
17137 ____________________________________________________________________________
17138 [ 27611] By: craigb                                on 2006/03/26  21:58:49
17139         Log: Subject: [patch@27609] vms pool corruption fix for _NLA0:
17140              From: "John E. Malmberg" <wb8tyw@qsl.net>
17141              Date: Sun, 26 Mar 2006 14:32:30 -0500
17142              Message-id: <4426EC4E.8030801@qsl.net>
17143      Branch: perl
17144            ! vms/vms.c
17145 ____________________________________________________________________________
17146 [ 27610] By: gisle                                 on 2006/03/26  09:15:01
17147         Log: REXEC_ML is unused.
17148      Branch: perl
17149            ! regexp.h
17150 ____________________________________________________________________________
17151 [ 27609] By: gbarr                                 on 2006/03/26  02:49:11
17152         Log: Update to IO-1.23
17153      Branch: perl
17154            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/lib/IO/Dir.pm
17155            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
17156            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
17157            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IO/t/io_multihomed.t
17158            ! ext/IO/t/io_pipe.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
17159            ! ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
17160 ____________________________________________________________________________
17161 [ 27608] By: nicholas                              on 2006/03/25  22:45:34
17162         Log: Add S_space_join_names_mortal() which joins a char** array with " "s,
17163              replacing 5 instances of the same code.
17164      Branch: perl
17165            ! embed.fnc embed.h pp_sys.c proto.h
17166 ____________________________________________________________________________
17167 [ 27607] By: nicholas                              on 2006/03/25  22:10:27
17168         Log: Silence 3 (spurious) gcc warnings about "maybe used uninitialized".
17169      Branch: perl
17170            ! regexec.c sv.c
17171 ____________________________________________________________________________
17172 [ 27603] By: davem                                 on 2006/03/25  14:57:19
17173         Log: make configpm only update Config.pm, Config_heavy.pl if changed.
17174              Should stop spurious rebuilding of extensions.
17175              Also add documentation and copyright to top of file.
17176      Branch: perl
17177            ! configpm
17178 ____________________________________________________________________________
17179 [ 27602] By: nicholas                              on 2006/03/25  14:46:09
17180         Log: PL_multiline isn't referenced, and can be removed.
17181      Branch: perl
17182            ! embedvar.h intrpvar.h perl.c perlapi.h sv.c
17183 ____________________________________________________________________________
17184 [ 27601] By: rgs                                   on 2006/03/25  13:42:38
17185         Log: Subject: [PATCH] ext/Compress/IO/Zlib/t/050interop-gzip.t
17186              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17187              Date: Fri, 24 Mar 2006 16:19:05 -0000
17188              Message-ID: <001b01c64f5e$ad8284d0$6b65140a@myopwv.com>
17189      Branch: perl
17190            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
17191 ____________________________________________________________________________
17192 [ 27600] By: nicholas                              on 2006/03/25  11:35:33
17193         Log: Free the regexp state when exiting "recursion".
17194      Branch: perl
17195            ! regexec.c
17196 ____________________________________________________________________________
17197 [ 27599] By: davem                                 on 2006/03/24  23:21:52
17198         Log: remove unused PL_regcc variable
17199      Branch: perl
17200            ! embedvar.h perlapi.h regcomp.c sv.c thrdvar.h
17201 ____________________________________________________________________________
17202 [ 27598] By: davem                                 on 2006/03/24  23:05:11
17203         Log: make S_regmatch() iterative rather than recursive.
17204              Goodbye stack-bustng regexes!
17205      Branch: perl
17206            ! regexec.c
17207 ____________________________________________________________________________
17208 [ 27597] By: craigb                                on 2006/03/24  21:05:45
17209         Log: restore EU::MM test fixes from 26079, 26813, and 26919
17210              that were lost in 27590
17211      Branch: perl
17212            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/FIRST_MAKEFILE.t
17213            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
17214 ____________________________________________________________________________
17215 [ 27596] By: rgs                                   on 2006/03/24  13:51:15
17216         Log: Bump version number of ExtUtils::MM_Win32
17217      Branch: perl
17218            ! lib/ExtUtils/MM_Win32.pm
17219 ____________________________________________________________________________
17220 [ 27595] By: steveh                                on 2006/03/24  13:01:32
17221         Log: Fix broken MM_Win32.t tests following 27590
17222              
17223              Test 31 was failing because 27590 had undone part of 25627.
17224              Test 41 was failing because the change to pasthru() in MM_Win32.pm
17225              means that $self->{MAKE} now needs to be initialized.
17226      Branch: perl
17227            ! lib/ExtUtils/t/MM_Win32.t
17228 ____________________________________________________________________________
17229 [ 27594] By: rgs                                   on 2006/03/24  11:01:01
17230         Log: Subject: [PATCH] (2nd revised) 1st patch to sync blead 'threads' with CPAN
17231              From: "Jerry D. Hedden" <jerry@hedden.us>
17232              Date: Thu, 23 Mar 2006 09:19:54 -0700
17233              Message-ID: <20060323091954.fb30e530d17747c2b054d625b8945d88.884826707f.wbe@email.email.secureserver.net>
17234      Branch: perl
17235            ! ext/threads/Changes ext/threads/Makefile.PL ext/threads/README
17236            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
17237            ! ext/threads/t/libc.t ext/threads/t/list.t
17238            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
17239            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
17240            ! ext/threads/t/thread.t ext/threads/threads.pm
17241            ! ext/threads/threads.xs
17242 ____________________________________________________________________________
17243 [ 27593] By: craigb                                on 2006/03/23  23:19:38
17244         Log: improve thread linking options on VMS
17245      Branch: perl
17246            ! configure.com vms/descrip_mms.template
17247 ____________________________________________________________________________
17248 [ 27592] By: rgs                                   on 2006/03/23  22:13:13
17249         Log: When MAN3PODS is forced to {} in a Makefile.PL, manpages should not be
17250              built from pods. This change fixes bleadperl compilation -- trying to
17251              build manpages with miniperl causes a bootstrapping problem.
17252      Branch: perl
17253            ! lib/ExtUtils/MM_Unix.pm
17254 ____________________________________________________________________________
17255 [ 27591] By: rgs                                   on 2006/03/23  17:50:29
17256         Log: No reason to ship MakeMaker's META.yml
17257      Branch: perl
17258            - lib/ExtUtils/META.yml
17259            ! MANIFEST
17260 ____________________________________________________________________________
17261 [ 27590] By: rgs                                   on 2006/03/23  17:43:26
17262         Log: Merge changes from CPAN's EU:MM 6.30_01.
17263              The modules that have local changes have superior
17264              version numbers than the CPAN counterparts.
17265      Branch: perl
17266            + lib/ExtUtils/t/INSTALL_BASE.t lib/ExtUtils/t/make.t
17267            + lib/ExtUtils/t/revision.t
17268            - lib/ExtUtils/t/installbase.t
17269            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
17270            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
17271            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17272            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
17273            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
17274            ! lib/ExtUtils/PATCHING lib/ExtUtils/t/Command.t
17275            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/MM_NW5.t
17276            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
17277            ! lib/ExtUtils/t/basic.t
17278 ____________________________________________________________________________
17279 [ 27589] By: nicholas                              on 2006/03/23  16:27:42
17280         Log: Document the values for ${^UTF8CACHE}
17281      Branch: perl
17282            ! pod/perlvar.pod
17283 ____________________________________________________________________________
17284 [ 27588] By: nicholas                              on 2006/03/23  16:25:51
17285         Log: Rejig the location of the cache assertion code in Perl_sv_pos_b2u().
17286      Branch: perl
17287            ! sv.c
17288 ____________________________________________________________________________
17289 [ 27587] By: rgs                                   on 2006/03/23  15:27:15
17290         Log: Get version numbers in line with what's in the CPAN
17291              EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
17292              so bump its version number.)
17293      Branch: perl
17294            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
17295            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Mkbootstrap.pm
17296            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
17297 ____________________________________________________________________________
17298 [ 27586] By: nicholas                              on 2006/03/23  14:31:28
17299         Log: Move orphaned documentation back to its functions
17300              Document the new static functions, and how the cache works.
17301      Branch: perl
17302            ! pod/perltodo.pod sv.c
17303 ____________________________________________________________________________
17304 [ 27585] By: nicholas                              on 2006/03/23  14:09:33
17305         Log: Make S_sv_pos_u2b_cached use both cache pairs.
17306      Branch: perl
17307            ! sv.c
17308 ____________________________________________________________________________
17309 [ 27584] By: nicholas                              on 2006/03/23  13:47:41
17310         Log: Use both cache entries for Perl_sv_pos_b2u().
17311      Branch: perl
17312            ! sv.c
17313 ____________________________________________________________________________
17314 [ 27583] By: nicholas                              on 2006/03/23  13:16:53
17315         Log: Complete the other 2 arms of the cache update code.
17316      Branch: perl
17317            ! sv.c
17318 ____________________________________________________________________________
17319 [ 27582] By: nicholas                              on 2006/03/23  12:44:35
17320         Log: Pass the (byte) length of the entire string into
17321              utf8_mg_pos_cache_update()
17322              Start to use the cache to store two pairs of byte/utf-8 pairs.
17323              Add the first third of the cache update code.
17324      Branch: perl
17325            ! embed.fnc embed.h proto.h sv.c
17326 ____________________________________________________________________________
17327 [ 27581] By: rgs                                   on 2006/03/23  12:30:39
17328         Log: Upgrade to Time::Local 1.12
17329      Branch: perl
17330            ! lib/Time/Local.pm lib/Time/Local.t
17331 ____________________________________________________________________________
17332 [ 27580] By: nicholas                              on 2006/03/23  11:33:48
17333         Log: Add all new static functions to embed.fnc
17334              Remove old unused static functions.
17335              Remove references to cache[2] and cache[3].
17336      Branch: perl
17337            ! embed.fnc embed.h proto.h sv.c
17338 ____________________________________________________________________________
17339 [ 27579] By: nicholas                              on 2006/03/23  11:06:52
17340         Log: Use the cache in S_sv_pos_u2b_cached() when the desired offset is
17341              between the start of the string and the cached location.
17342              Remove unneccesary else from Perl_sv_pos_b2u().
17343      Branch: perl
17344            ! sv.c
17345 ____________________________________________________________________________
17346 [ 27578] By: nicholas                              on 2006/03/23  10:42:26
17347         Log: Use the cache in S_sv_pos_u2b_cached when the sought offset is after
17348              the first cache entry.
17349      Branch: perl
17350            ! sv.c
17351 ____________________________________________________________________________
17352 [ 27577] By: rgs                                   on 2006/03/23  10:01:48
17353         Log: Further adjustement to change #27576 by Jan Dubois
17354              (this change being blead-specific, while #27576 is
17355              integrable to maint)
17356      Branch: perl
17357            ! sv.c
17358 ____________________________________________________________________________
17359 [ 27576] By: rgs                                   on 2006/03/23  09:58:22
17360         Log: Subject: RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32
17361              From: "Jan Dubois" <jand@ActiveState.com>
17362              Date: Wed, 22 Mar 2006 22:49:11 -0800
17363              Message-ID: <060201c64e45$e4ca7020$2217a8c0@candy>
17364              
17365              Also, back out change #27567.
17366      Branch: perl
17367            ! README.win32 pp.c pp_hot.c sv.c win32/win32.h
17368 ____________________________________________________________________________
17369 [ 27575] By: nicholas                              on 2006/03/23  00:14:53
17370         Log: Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().
17371              S_utf8_mg_pos_cache_update() can't use S_sv_pos_b2u_forwards() in the
17372              cache assertion code as it triggers warnings about surrogates.
17373      Branch: perl
17374            ! sv.c
17375 ____________________________________________________________________________
17376 [ 27574] By: nicholas                              on 2006/03/22  22:49:42
17377         Log: Take advantage of uoffset >= uoffset0, to simplify some logic.
17378      Branch: perl
17379            ! sv.c
17380 ____________________________________________________________________________
17381 [ 27573] By: nicholas                              on 2006/03/22  21:19:50
17382         Log: Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets on
17383              both sides of the desired offset, so could count either way.
17384              Use cached utf-8 length in S_sv_pos_u2b_cached.
17385              Check the results if PL_utf8cache < 0.
17386      Branch: perl
17387            ! sv.c
17388 ____________________________________________________________________________
17389 [ 27572] By: nicholas                              on 2006/03/22  20:38:20
17390         Log: Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byte
17391              conversions, hiding the complexity of any cache lookup.
17392      Branch: perl
17393            ! sv.c
17394 ____________________________________________________________________________
17395 [ 27571] By: rgs                                   on 2006/03/22  20:33:56
17396         Log: Subject: Uninitialized value in Archive::Tar
17397              From: "Randy W. Sims" <ml-perl@thepierianspring.org>
17398              Date: Mon, 20 Mar 2006 06:37:31 -0500
17399              Message-ID: <441E93FB.3050906@thepierianspring.org>
17400      Branch: perl
17401            ! lib/Archive/Tar.pm
17402 ____________________________________________________________________________
17403 [ 27570] By: nicholas                              on 2006/03/22  18:13:06
17404         Log: The simplest way to start on Perl_sv_pos_u2b seems to be to take out
17405              all of the caching code.
17406      Branch: perl
17407            ! sv.c
17408 ____________________________________________________________________________
17409 [ 27569] By: davem                                 on 2006/03/22  16:05:16
17410         Log: remove idential code branch from regmatch()
17411      Branch: perl
17412            ! regexec.c
17413 ____________________________________________________________________________
17414 [ 27568] By: stevep                                on 2006/03/22  15:59:07
17415         Log: Fix some test failures in t/op/cmp.t when compiling with the Intel
17416              C++ Compiler on Linux.
17417      Branch: perl
17418            ! hints/linux.sh
17419 ____________________________________________________________________________
17420 [ 27567] By: rgs                                   on 2006/03/22  14:27:21
17421         Log: Subject: [PATCH] Re: [perl #38779] NAN's on Win32
17422              From: Dominic Dunlop <shouldbedomo@mac.com>
17423              Date: Wed, 22 Mar 2006 15:18:33 +0100
17424              Message-Id: <E44A2151-DE7F-4C5D-8A4B-DDA0412229C2@mac.com>
17425      Branch: perl
17426            ! README.win32
17427 ____________________________________________________________________________
17428 [ 27566] By: gisle                                 on 2006/03/22  13:37:19
17429         Log: Adjust docs to reflect that DynaLoader, as of change 27549,
17430              is part of libperl.
17431      Branch: perl
17432            ! lib/ExtUtils/Embed.pm
17433 ____________________________________________________________________________
17434 [ 27565] By: stevep                                on 2006/03/22  02:18:58
17435         Log: Increase the length of content compressed as a kludge to get 
17436              around incompatibilities in OpenBSD's gzip.
17437      Branch: perl
17438            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
17439 ____________________________________________________________________________
17440 [ 27564] By: nicholas                              on 2006/03/21  22:09:51
17441         Log: (Hopefully) make VMS happy.
17442      Branch: perl
17443            ! sv.c
17444 ____________________________________________________________________________
17445 [ 27563] By: craigb                                on 2006/03/21  13:01:47
17446         Log: Subject: [patch@27529] thread.h - VMS needs more stack
17447              From: "John E. Malmberg" <wb8tyw@qsl.net>
17448              Date: Fri, 17 Mar 2006 11:05:33 -0500
17449              Message-id: <441ADE4D.2090207@qsl.net>
17450
17451      Branch: perl
17452            ! thread.h
17453 ____________________________________________________________________________
17454 [ 27562] By: gisle                                 on 2006/03/21  11:34:38
17455         Log: Upgrade to Digest-1.15
17456      Branch: perl
17457            ! lib/Digest.pm lib/Digest/Changes
17458 ____________________________________________________________________________
17459 [ 27561] By: rgs                                   on 2006/03/21  10:49:14
17460         Log: Subject: [patch@27538] utime patch for VMS
17461              From: "John E. Malmberg" <wb8tyw@qsl.net>
17462              Date: Mon, 20 Mar 2006 08:12:19 -0500
17463              Message-ID: <441EAA33.6010603@qsl.net>
17464      Branch: perl
17465            ! configure.com vms/vms.c vms/vmsish.h
17466 ____________________________________________________________________________
17467 [ 27560] By: gisle                                 on 2006/03/21  10:16:43
17468         Log: Test croak(NULL)
17469      Branch: perl
17470            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/exception.t
17471 ____________________________________________________________________________
17472 [ 27559] By: nicholas                              on 2006/03/20  19:30:48
17473         Log: Extend change 27558 - if we know the character offset of the end, but
17474              don't have a cache for intermediate offsets, we can still use the end
17475              offset.
17476      Branch: perl
17477            ! sv.c
17478 ____________________________________________________________________________
17479 [ 27558] By: nicholas                              on 2006/03/20  18:54:32
17480         Log: In Perl_sv_pos_b2u, if we know the character offset of the end, we
17481              can take advantage of this to count backwards if close.
17482              Remove some now unnecessary casts.
17483      Branch: perl
17484            ! sv.c
17485 ____________________________________________________________________________
17486 [ 27557] By: nicholas                              on 2006/03/20  18:17:39
17487         Log: Abstract the string walking functionality from Perl_sv_pos_b2u into
17488              static functions, and make it respect PL_utf8cache.
17489      Branch: perl
17490            ! sv.c
17491 ____________________________________________________________________________
17492 [ 27556] By: steveh                                on 2006/03/20  17:32:25
17493         Log: Merge some more changes from ActivePerl 5.8.8.816
17494              
17495              See (again):
17496              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
17497              
17498              These changes improve support for the MS 64-bit compiler in
17499              win32/Makefile (and tentatively make the same changes to
17500              win32/makefile.mk), and also switches the now deprecated -Gf switch to
17501              -GF for all flavours of VC++ instead of just the latest ones.
17502              
17503              (See:
17504              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-02/msg00353.html
17505              for a comment on the s/-Gf/-GF/ change.)
17506      Branch: perl
17507            ! win32/Makefile win32/makefile.mk
17508 ____________________________________________________________________________
17509 [ 27555] By: steveh                                on 2006/03/20  17:21:15
17510         Log: Merge some changes from ActivePerl 5.8.8.816
17511              
17512              See:
17513              http://downloads.activestate.com/ActivePerl/src/5.8/AP816_diff.txt
17514              
17515              These changes provide better support for building XS extension modules
17516              using VC++ or MinGW when perl itself was built with the opposite of
17517              those two compilers.
17518      Branch: perl
17519            ! win32/config_H.gc win32/config_H.vc
17520 ____________________________________________________________________________
17521 [ 27554] By: rgs                                   on 2006/03/20  13:03:07
17522         Log: Revert part of change 27546 related to a /dev/null bug
17523              workaround on VMS, as requested by John E. Malmberg
17524      Branch: perl
17525            ! vms/vms.c
17526 ____________________________________________________________________________
17527 [ 27553] By: nicholas                              on 2006/03/20  12:37:22
17528         Log: Perl_utf8_distance can be implemented as a call to Perl_utf8_length.
17529      Branch: perl
17530            ! utf8.c
17531 ____________________________________________________________________________
17532 [ 27552] By: nicholas                              on 2006/03/20  12:13:46
17533         Log: The two loops in Perl_utf8_distance can be merged.
17534      Branch: perl
17535            ! utf8.c
17536 ____________________________________________________________________________
17537 [ 27551] By: gisle                                 on 2006/03/20  10:51:36
17538         Log: Avoid "uninitialized value" warnings during 'make test'.
17539              My system is set up with a few PATH entries I'm not allowed
17540              to access, so stat() fails for these.
17541      Branch: perl
17542            ! t/test.pl
17543 ____________________________________________________________________________
17544 [ 27550] By: gisle                                 on 2006/03/20  10:44:08
17545         Log: Also strip $ENV{PATH} dirs writable by world.
17546              The stripping was introduced in change 27364 to improve taint handling.
17547      Branch: perl
17548            ! t/test.pl
17549 ____________________________________________________________________________
17550 [ 27549] By: gisle                                 on 2006/03/20  10:21:50
17551         Log: Move DynaLoader.o into libperl.so.
17552              
17553              This avoids the need to statically link DynaLoader into the stub perl
17554              executable and make libperl.so provide all the code needed to get a
17555              functional embedded perl interpreter up running.  As a side effect
17556              this also moves DynaLoader into libperl.a for non-useshrplib builds.
17557              
17558              Fixes [perl #32539]
17559      Branch: perl
17560            ! Makefile.SH ext/DynaLoader/Makefile.PL ext/util/make_ext
17561            ! writemain.SH
17562 ____________________________________________________________________________
17563 [ 27548] By: nicholas                              on 2006/03/20  10:13:38
17564         Log: If the scalar has just been upgraded to SVt_RV, there's no way SvPVX
17565              can be non-NULL, so no need to check.
17566      Branch: perl
17567            ! pp.c
17568 ____________________________________________________________________________
17569 [ 27547] By: rgs                                   on 2006/03/20  10:11:21
17570         Log: Subject: [PATCH blead] Re: [perl #38710] localised stash slice
17571              From: Rick Delaney <rick@bort.ca>
17572              Date: Sat, 18 Mar 2006 19:52:11 -0500
17573              Message-ID: <20060319005211.GM25733@localhost.localdomain>
17574              
17575              One can now localize slices.
17576      Branch: perl
17577            ! pp.c t/op/local.t
17578 ____________________________________________________________________________
17579 [ 27546] By: rgs                                   on 2006/03/20  09:53:17
17580         Log: Subject: [patch@27538] Misc vms.c fixes for buffer sizes.
17581              From: "John E. Malmberg" <wb8tyw@qsl.net>
17582              Date: Sun, 19 Mar 2006 20:08:34 -0500
17583              Message-ID: <441E0092.2010405@qsl.net>
17584      Branch: perl
17585            ! vms/vms.c
17586 ____________________________________________________________________________
17587 [ 27545] By: steveh                                on 2006/03/20  09:34:57
17588         Log: Subject: [PATCH] win32_async_check must *always* check for pending signals
17589              From: "Jan Dubois" <jand@ActiveState.com>
17590              Date: Fri, 17 Mar 2006 12:23:01 -0800
17591              Message-ID: <00d401c64a00$96af8ae0$2217a8c0@candy>
17592      Branch: perl
17593            ! win32/win32.c
17594 ____________________________________________________________________________
17595 [ 27544] By: davem                                 on 2006/03/20  00:52:09
17596         Log: merge the TRIEF/TRIEFL and TRIE branches in regmatch(),
17597              expunge a couple of macros, and move some variable declarations
17598              inwards
17599      Branch: perl
17600            ! regexec.c
17601 ____________________________________________________________________________
17602 [ 27543] By: nicholas                              on 2006/03/19  19:26:05
17603         Log: Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to get
17604              into this block).
17605      Branch: perl
17606            ! sv.c
17607 ____________________________________________________________________________
17608 [ 27542] By: stevep                                on 2006/03/19  16:38:11
17609         Log: Subject: [PATCH] Change the semantics of S_isa_lookup
17610              From: Andy Lester <andy@petdance.com>
17611              Date: Sat, 18 Mar 2006 00:28:45 -0600
17612              Message-ID: <20060318062845.GA11607@petdance.com>
17613      Branch: perl
17614            ! embed.fnc proto.h universal.c
17615 ____________________________________________________________________________
17616 [ 27541] By: stevep                                on 2006/03/19  16:32:16
17617         Log: Subject: [PATCH] a bit 'use strict' cleanliness
17618              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
17619              Date: Sun, 19 Mar 2006 13:21:37 +0200
17620              Message-ID: <441D3EC1.20902@gmail.com>
17621      Branch: perl
17622            ! lib/English.pm lib/Text/Tabs.pm lib/Tie/Hash.pm
17623            ! lib/Tie/Scalar.pm
17624 ____________________________________________________________________________
17625 [ 27540] By: stevep                                on 2006/03/19  16:24:22
17626         Log: Subject: [PATCH] Data::Dumper consting
17627              From: Andy Lester <andy@petdance.com>
17628              Date: Sun, 19 Mar 2006 01:22:04 -0600
17629              Message-ID: <20060319072204.GB5596@petdance.com>
17630      Branch: perl
17631            ! ext/Data/Dumper/Dumper.xs
17632 ____________________________________________________________________________
17633 [ 27539] By: stevep                                on 2006/03/19  16:21:29
17634         Log: Subject: [PATCH] Cleanups in op.c
17635              From: Andy Lester <andy@petdance.com>
17636              Date: Sun, 19 Mar 2006 00:30:29 -0600
17637              Message-ID: <20060319063029.GA5077@petdance.com>
17638      Branch: perl
17639            ! op.c
17640 ____________________________________________________________________________
17641 [ 27538] By: nicholas                              on 2006/03/17  22:12:27
17642         Log: Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
17643              If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
17644              (assertion mode). Need a way to turn this on with existing command
17645              line flags.
17646      Branch: perl
17647            ! intrpvar.h sv.c
17648 ____________________________________________________________________________
17649 [ 27537] By: nicholas                              on 2006/03/17  20:39:47
17650         Log: Remove a duplicated conditional test by putting everything for the
17651              not readonly case inside one block.
17652      Branch: perl
17653            ! sv.c
17654 ____________________________________________________________________________
17655 [ 27536] By: nicholas                              on 2006/03/17  19:37:41
17656         Log: Properly set/reset the UTF-8 length cache in regcomp.c.
17657      Branch: perl
17658            ! regcomp.c sv.c
17659 ____________________________________________________________________________
17660 [ 27535] By: nicholas                              on 2006/03/17  16:46:44
17661         Log: Restore a bit of change 27533 that change 27534 inadvertently unwound.
17662      Branch: perl
17663            ! regexec.c
17664 ____________________________________________________________________________
17665 [ 27534] By: davem                                 on 2006/03/17  15:58:45
17666         Log: inline, then delete, S_regrepeat_hard()
17667      Branch: perl
17668            ! embed.fnc embed.h proto.h regexec.c
17669 ____________________________________________________________________________
17670 [ 27533] By: nicholas                              on 2006/03/17  13:38:34
17671         Log: sv_find() returning false, followed by sv_magic() to add the magic,
17672              followed immediately by sv_find() to find it, is somewhat wasteful.
17673              So use sv_magicext(). (All cases are also correct w.r.t. SvREADONLY())
17674      Branch: perl
17675            ! mg.c pp_ctl.c pp_hot.c regexec.c sv.c
17676 ____________________________________________________________________________
17677 [ 27532] By: steveh                                on 2006/03/17  13:20:11
17678         Log: Make "distclean" target on Win32 clean up temporary HTML directory
17679              that gets left behind after running the "install" target.
17680              Also clean up a couple of leftover pod2html cache files.
17681      Branch: perl
17682            ! win32/Makefile win32/makefile.mk
17683 ____________________________________________________________________________
17684 [ 27531] By: rgs                                   on 2006/03/17  13:18:38
17685         Log: Upgrade to ExtUtils::CBuilder 0.17
17686      Branch: perl
17687            + lib/ExtUtils/CBuilder/Changes
17688            ! MANIFEST lib/ExtUtils/CBuilder.pm
17689            ! lib/ExtUtils/CBuilder/Base.pm
17690            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
17691            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
17692 ____________________________________________________________________________
17693 [ 27530] By: steveh                                on 2006/03/17  11:10:41
17694         Log: Install POD files into "lib\pods" rather than "lib\pod" on Win32
17695              to avoid clashing with "lib\Pod" (cf. perl change #26363)
17696              
17697              Also remove a couple of unused macros from the makefiles
17698      Branch: perl
17699            ! installperl win32/Makefile win32/makefile.mk
17700 ____________________________________________________________________________
17701 [ 27529] By: stevep                                on 2006/03/17  04:40:24
17702         Log: Subject: [PATCH] threads.xs broken under PERL_IMPLICIT_SYS; 5.8.8 regression 
17703              From: Jan Dubois <jand@ActiveState.com> 
17704              Date: Thu, 16 Mar 2006 19:34:00 -0800
17705              Message-ID: <02e601c64973$a1960cf0$6062a8c0@candy> 
17706              
17707              Also includes a version bump to ext/threads/threads.pm.
17708      Branch: perl
17709            ! ext/threads/threads.pm ext/threads/threads.xs
17710 ____________________________________________________________________________
17711 [ 27528] By: stevep                                on 2006/03/17  04:29:30
17712         Log: Subject: [PATCH] win32_pclose() error exit doesn't unlock mutex
17713              From: Jan Dubois <jand@ActiveState.com>
17714              Date: Thu, 16 Mar 2006 16:30:23 -0800
17715              Message-ID: <02c701c64959$fac63ad0$6062a8c0@candy>
17716      Branch: perl
17717            ! win32/win32.c wince/wince.c
17718 ____________________________________________________________________________
17719 [ 27527] By: stevep                                on 2006/03/17  04:19:01
17720         Log: Subject: [PATCH] win32_async_check() can loop indefinitely; 5.8.8 regression
17721              From: Jan Dubois <jand@ActiveState.com>
17722              Date: Thu, 16 Mar 2006 16:11:48 -0800
17723              Message-ID: <02ab01c64957$62142e70$6062a8c0@candy>
17724      Branch: perl
17725            ! win32/win32.c
17726 ____________________________________________________________________________
17727 [ 27526] By: davem                                 on 2006/03/17  02:57:45
17728         Log: reduce S_regrepeat_hard() callers from 3 to 1
17729      Branch: perl
17730            ! regexec.c
17731 ____________________________________________________________________________
17732 [ 27525] By: nicholas                              on 2006/03/16  23:11:11
17733         Log: Add a new per-interpeter variable PL_utf8cache, which will be used to
17734              control the UTF-8 offset caching code. Make this visible as
17735              ${^UTF8CACHE}
17736      Branch: perl
17737            ! embedvar.h gv.c intrpvar.h mg.c perlapi.h pod/perlvar.pod
17738 ____________________________________________________________________________
17739 [ 27524] By: nicholas                              on 2006/03/16  22:20:57
17740         Log: Note that it's worth looking to downsize variables in the interpreter
17741              structure.
17742      Branch: perl
17743            ! pod/perltodo.pod
17744 ____________________________________________________________________________
17745 [ 27523] By: nicholas                              on 2006/03/16  21:52:49
17746         Log: Correct the macros in the comments in hv.c. Given the improvements in
17747              compiler optimisation, and the almost irrelevance of instructions
17748              executed over cache misses, maybe we should just remove the comments
17749              by putting their code back in place of the o{ptimis,bfuscat}ed version.
17750      Branch: perl
17751            ! hv.c
17752 ____________________________________________________________________________
17753 [ 27522] By: gisle                                 on 2006/03/16  21:27:00
17754         Log: Avoid hardcoded $(OBJ_EXT)
17755      Branch: perl
17756            ! ext/DynaLoader/Makefile.PL
17757 ____________________________________________________________________________
17758 [ 27521] By: gisle                                 on 2006/03/16  21:20:46
17759         Log: Change 27520 was a bit too aggressive.  Let's keep the warning.
17760      Branch: perl
17761            ! ext/util/make_ext
17762 ____________________________________________________________________________
17763 [ 27520] By: gisle                                 on 2006/03/16  21:14:26
17764         Log: Remove unused code. No extension use Makefile.SH any more.
17765      Branch: perl
17766            ! ext/util/make_ext
17767 ____________________________________________________________________________
17768 [ 27519] By: gisle                                 on 2006/03/16  20:32:27
17769         Log: Fix up miniperl dependency.
17770              Depend on $(obj) when we use that to build miniperl.
17771      Branch: perl
17772            ! Makefile.SH
17773 ____________________________________________________________________________
17774 [ 27518] By: gisle                                 on 2006/03/16  20:24:08
17775         Log: Simplify; make perl.o included in $(obj)
17776      Branch: perl
17777            ! Makefile.SH
17778 ____________________________________________________________________________
17779 [ 27517] By: rgs                                   on 2006/03/16  16:17:38
17780         Log: Add a couple of regression tests for the untested
17781              "Bad name after %s" parsing error
17782      Branch: perl
17783            ! t/comp/parser.t
17784 ____________________________________________________________________________
17785 [ 27516] By: rgs                                   on 2006/03/16  15:19:03
17786         Log: Subject: [PATCH] Compress::Raw::Zlib, Compress::Zlib, IO::Compress::Zlib 2.000_10
17787              From: "Paul Marquess" <paul.marquess@ntlworld.com>
17788              Date: Thu, 16 Mar 2006 14:38:52 -0000
17789              Message-ID: <009401c64907$5a6ed710$4c05140a@myopwv.com>
17790      Branch: perl
17791            ! ext/Compress/IO/Base/Changes ext/Compress/IO/Base/README
17792            ! ext/Compress/IO/Base/lib/IO/Compress/Base.pm
17793            ! ext/Compress/IO/Base/lib/IO/Compress/Base/Common.pm
17794            ! ext/Compress/IO/Base/lib/IO/Uncompress/AnyUncompress.pm
17795            ! ext/Compress/IO/Base/lib/IO/Uncompress/Base.pm
17796            ! ext/Compress/IO/Zlib/Changes ext/Compress/IO/Zlib/Makefile.PL
17797            ! ext/Compress/IO/Zlib/README
17798            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Deflate.pm
17799            ! ext/Compress/IO/Zlib/lib/IO/Compress/Adapter/Identity.pm
17800            ! ext/Compress/IO/Zlib/lib/IO/Compress/Deflate.pm
17801            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip.pm
17802            ! ext/Compress/IO/Zlib/lib/IO/Compress/Gzip/Constants.pm
17803            ! ext/Compress/IO/Zlib/lib/IO/Compress/RawDeflate.pm
17804            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip.pm
17805            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zip/Constants.pm
17806            ! ext/Compress/IO/Zlib/lib/IO/Compress/Zlib/Constants.pm
17807            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
17808            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
17809            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
17810            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
17811            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
17812            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
17813            ! ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
17814            ! ext/Compress/IO/Zlib/t/010examples.t
17815            ! ext/Compress/IO/Zlib/t/050interop-gzip.t
17816            ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
17817            ! ext/Compress/Raw/Zlib/Zlib.xs
17818            ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
17819            ! ext/Compress/Raw/Zlib/t/02zlib.t ext/Compress/Zlib/Changes
17820            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
17821            ! ext/Compress/Zlib/examples/gzcat
17822            ! ext/Compress/Zlib/examples/gzstream
17823            ! ext/Compress/Zlib/lib/Compress/Zlib.pm
17824            ! ext/Compress/Zlib/t/14gzopen.t t/lib/compress/generic.pl
17825            ! t/lib/compress/tied.pl
17826 ____________________________________________________________________________
17827 [ 27515] By: gisle                                 on 2006/03/16  12:01:10
17828         Log: require should ignore directories found when searching @INC not just
17829              die as soon as it finds one.  It should for instance be possible to
17830              for require "File" to read the file "./File" even if there happens to
17831              be a "File" directory in perl's standard library.
17832              
17833              This fixes the RT #24404 fix in change 26373.
17834      Branch: perl
17835            ! pp_ctl.c t/comp/require.t
17836 ____________________________________________________________________________
17837 [ 27514] By: rgs                                   on 2006/03/16  08:32:28
17838         Log: Make the threads tests silent with regard to the new :unique deprecation warning
17839      Branch: perl
17840            ! ext/threads/t/problems.t
17841 ____________________________________________________________________________
17842 [ 27513] By: nicholas                              on 2006/03/15  23:02:49
17843         Log: Make the original versions of relocated paths available from
17844              %Config::Config with the prefix "raw_". Not sure if "raw_" is the
17845              best choice.
17846      Branch: perl
17847            ! configpm
17848 ____________________________________________________________________________
17849 [ 27511] By: nicholas                              on 2006/03/15  19:47:02
17850         Log: Correct the non gcc-brace-group definition of SvAMAGIC_off
17851      Branch: perl
17852            ! sv.h
17853 ____________________________________________________________________________
17854 [ 27510] By: nicholas                              on 2006/03/15  18:47:32
17855         Log: D'oh! 27508 wasn't quite testing what I wanted it to test. This does.
17856      Branch: perl
17857            ! lib/overload.t
17858 ____________________________________________________________________________
17859 [ 27508] By: nicholas                              on 2006/03/15  17:57:14
17860         Log: Test for reblessing objects with weak references.
17861      Branch: perl
17862            ! lib/overload.t
17863 ____________________________________________________________________________
17864 [ 27507] By: nicholas                              on 2006/03/15  17:21:00
17865         Log: Expunge references to HV_AMAGIC, HV_AMAGICbad and HV_AMAGICmb which
17866              have been unused since revision 1.
17867      Branch: perl
17868            ! hv.h sv.h
17869 ____________________________________________________________________________
17870 [ 27506] By: nicholas                              on 2006/03/15  15:08:49
17871         Log: Moving the overloading flag from the reference to the referant allows
17872              (re)?blessing of overloaded objects to work correctly.
17873      Branch: perl
17874            ! dump.c lib/overload.t sv.c sv.h
17875 ____________________________________________________________________________
17876 [ 27505] By: nicholas                              on 2006/03/15  13:13:19
17877         Log: Finish converting overload.t to Test::More
17878      Branch: perl
17879            ! lib/overload.t
17880 ____________________________________________________________________________
17881 [ 27504] By: nicholas                              on 2006/03/15  12:43:15
17882         Log: Further conversion of overload.t
17883      Branch: perl
17884            ! lib/overload.t
17885 ____________________________________________________________________________
17886 [ 27503] By: stevep                                on 2006/03/15  12:34:10
17887         Log: Additions to README.win32 and win32/Makefile based on comments from
17888              Steve Hay.
17889      Branch: perl
17890            ! README.win32 win32/Makefile
17891 ____________________________________________________________________________
17892 [ 27502] By: nicholas                              on 2006/03/15  12:29:01
17893         Log: Further conversion of overload.t
17894      Branch: perl
17895            ! lib/overload.t
17896 ____________________________________________________________________________
17897 [ 27501] By: nicholas                              on 2006/03/15  12:05:27
17898         Log: Partially convert overload.t to Test::More
17899      Branch: perl
17900            ! lib/overload.t
17901 ____________________________________________________________________________
17902 [ 27500] By: stevep                                on 2006/03/15  11:06:34
17903         Log: The first step in supporting VC++ 8.0.  Added macros for the free .NET 2.0 SDK and Visual Studio
17904              2005.  Added these macros to "if" conditions that were appropriate.  Added a fix to prevent
17905              the .NET 1.1 and 2.0 SDK compilers from attempting to build perlglob.exe (they are both missing
17906              the setargv.obj file necessary to do it).
17907      Branch: perl
17908            ! win32/Makefile
17909 ____________________________________________________________________________
17910 [ 27499] By: rgs                                   on 2006/03/14  17:32:48
17911         Log: Deprecate :unique even with threads
17912      Branch: perl
17913            ! toke.c
17914 ____________________________________________________________________________
17915 [ 27498] By: rgs                                   on 2006/03/14  17:02:38
17916         Log: Make usage of :unique emit a deprecation warning.
17917              Remove its outdated documentation.
17918      Branch: perl
17919            ! cv.h pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/toke
17920            ! toke.c
17921 ____________________________________________________________________________
17922 [ 27497] By: rgs                                   on 2006/03/14  16:02:35
17923         Log: Subject: [PATCH] perl @ 27483 fix lib/Pod/Simple/t/corpustest.t to work on VMS ODS-2
17924              From: Peter Prymmer <PPrymmer@factset.com>
17925              Date: Tue, 14 Mar 2006 10:38:00 -0500
17926              Message-ID: <OF85EC8E5E.4DF3A439-ON85257131.0055870A-85257131.0055E07C@factset.com>
17927      Branch: perl
17928            ! lib/Pod/Simple/t/corpustest.t
17929 ____________________________________________________________________________
17930 [ 27496] By: nicholas                              on 2006/03/14  15:21:54
17931         Log: SVphv_REHASH can use the same flag bit as SVf_FAKE. This allows
17932              0x10000000 (SVf_AMAGIC) to be set on all 16 SV types, which seems to
17933              be necessary to fix subtle bugs involving reblessing and overloading. 
17934      Branch: perl
17935            ! sv.h
17936 ____________________________________________________________________________
17937 [ 27495] By: rgs                                   on 2006/03/14  09:55:17
17938         Log: Subject: [perl #38710] localised stash slice 
17939              From: Hugo van der Sanden (via RT) <perlbug-followup@perl.org>
17940              Date: Sat, 11 Mar 2006 02:47:56 -0800
17941              Message-ID: <rt-3.0.11-38710-131000.18.015529928953@perl.org>
17942              
17943              (new TODO tests)
17944      Branch: perl
17945            ! t/op/local.t
17946 ____________________________________________________________________________
17947 [ 27494] By: rgs                                   on 2006/03/14  08:53:07
17948         Log: threads and threads::shared are now dual-lived modules
17949      Branch: perl
17950            ! Porting/Maintainers.pl
17951 ____________________________________________________________________________
17952 [ 27493] By: rgs                                   on 2006/03/14  08:38:45
17953         Log: Subject: [PATCH] Do nothing in a GCC-friendly way
17954              From: andy@petdance.com (Andy Lester)
17955              Date: Mon, 13 Mar 2006 12:48:50 -0600
17956              Message-ID: <20060313184850.GA16905@petdance.com>
17957      Branch: perl
17958            ! perl.h
17959 ____________________________________________________________________________
17960 [ 27492] By: rgs                                   on 2006/03/14  08:35:24
17961         Log: Subject: [PATCH] looks_like_bool can be const
17962              From: andy@petdance.com (Andy Lester)
17963              Date: Mon, 13 Mar 2006 09:31:52 -0600
17964              Message-ID: <20060313153152.GA13254@petdance.com>
17965      Branch: perl
17966            ! embed.fnc op.c proto.h
17967 ____________________________________________________________________________
17968 [ 27491] By: nicholas                              on 2006/03/13  23:13:23
17969         Log: Somewhat less shaky relocatable @INC support. You can install things
17970              to the current location of the perl tree, move it, install more things,
17971              move it again, lather rinse repeat.
17972              Configure with -Duserelocatableinc
17973      Branch: perl
17974            ! Configure configpm installperl
17975 ____________________________________________________________________________
17976 [ 27490] By: nicholas                              on 2006/03/13  20:49:55
17977         Log: First stab at rather shaky Configure support for relocatable @INC.
17978              Seems to be installing rather more that it's supposed to be.
17979      Branch: perl
17980            ! Configure configpm
17981 ____________________________________________________________________________
17982 [ 27489] By: nicholas                              on 2006/03/13  18:59:27
17983         Log: Split break out the installprefix code from setprefixvar, which allows
17984              the remaining 8 places to call the common prefix conversion code.
17985      Branch: perl
17986            ! Configure
17987 ____________________________________________________________________________
17988 [ 27488] By: nicholas                              on 2006/03/13  18:01:11
17989         Log: Refactor most of the cut & paste for setting prefix/prefixexp variables
17990              and the "Change installation prefix, if necessary" into a new
17991              "function" setprefixvar (which I assume will become Setprefixvar.U)
17992              How many platforms still have Bourne shells that can't do shell
17993              functions? Someone's going to say Irix?
17994      Branch: perl
17995            ! Configure
17996 ____________________________________________________________________________
17997 [ 27487] By: rgs                                   on 2006/03/13  17:35:59
17998         Log: Forgot the ending \. Why did it still compile ?
17999      Branch: perl
18000            ! ext/List/Util/multicall.h
18001 ____________________________________________________________________________
18002 [ 27486] By: rgs                                   on 2006/03/13  17:34:09
18003         Log: Subject: [PATCH] Automatically SPAGAIN in the poor-man's-multicall API
18004              From: Robin Houston <robin@cpan.org>
18005              Date: Mon, 13 Mar 2006 12:48:21 +0000
18006              Message-ID: <20060313124821.GA11203@rpc142.cs.man.ac.uk>
18007      Branch: perl
18008            ! ext/List/Util/multicall.h
18009 ____________________________________________________________________________
18010 [ 27485] By: nicholas                              on 2006/03/13  17:10:14
18011         Log: The existing order of the checks for whether man1dir and man3dir were
18012              ' ' were obviously buggy, because they set installman[13]dir only for
18013              the next if block to set it again. Reordering removes that daftness.
18014      Branch: perl
18015            ! Configure
18016 ____________________________________________________________________________
18017 [ 27484] By: nicholas                              on 2006/03/13  15:50:04
18018         Log: The "Change installation prefix, if necessary." code needs to use
18019              the ~ expanded prefix and installprefix in the substitution.
18020      Branch: perl
18021            ! Configure
18022 ____________________________________________________________________________
18023 [ 27483] By: rgs                                   on 2006/03/12  15:12:29
18024         Log: Load .pmc always, even if they are older than a matching .pm file.
18025              (This trick is going to be used by pugs.)
18026      Branch: perl
18027            ! pod/perlfunc.pod pp_ctl.c
18028 ____________________________________________________________________________
18029 [ 27482] By: stevep                                on 2006/03/12  14:07:17
18030         Log: Subject: [PATCH] Removed unnecessary NULL check in Digest::SHA
18031              From: Andy Lester <andy@petdance.com>
18032              Date: Tue, 7 Mar 2006 12:12:35 -0600
18033              Message-ID: <20060307181235.GA25688@petdance.com>
18034      Branch: perl
18035            ! ext/Digest/SHA/src/hmac.c
18036 ____________________________________________________________________________
18037 [ 27481] By: stevep                                on 2006/03/12  13:48:10
18038         Log: Upgrade to Module-Build-0.27_09
18039      Branch: perl
18040            ! Porting/Maintainers.pl lib/Module/Build.pm
18041            ! lib/Module/Build/Authoring.pod lib/Module/Build/Base.pm
18042            ! lib/Module/Build/Changes lib/Module/Build/Compat.pm
18043            ! lib/Module/Build/Cookbook.pm
18044 ____________________________________________________________________________
18045 [ 27480] By: nicholas                              on 2006/03/11  23:40:34
18046         Log: isSPACE('\0') is false, so can simplify the condition in the for
18047              loop. As the for loop is basically a while loop, write it as one, to
18048              make its intentions clearer.
18049      Branch: perl
18050            ! toke.c
18051 ____________________________________________________________________________
18052 [ 27479] By: nicholas                              on 2006/03/11  22:51:26
18053         Log: Fix the last 2 perly.y specific parts of regen_perly.pl, and make
18054              the regen_perly target call it for both perly.y and madly.y.
18055      Branch: perl
18056            - regen_madly.pl
18057            ! MANIFEST Makefile.SH regen_perly.pl
18058 ____________________________________________________________________________
18059 [ 27478] By: nicholas                              on 2006/03/11  22:29:56
18060         Log: NNs and NULLOKs for MAD's new functions.
18061      Branch: perl
18062            ! embed.fnc proto.h
18063 ____________________________________________________________________________
18064 [ 27477] By: stevep                                on 2006/03/11  22:08:34
18065         Log: Perl_newWHILEOP() had exactly the same lack of a NULL pointer check
18066              that Perl_newLOOPOP() had and fixed in change #27476.  Maybe some 
18067              refactoring is needed?
18068      Branch: perl
18069            ! op.c
18070 ____________________________________________________________________________
18071 [ 27476] By: stevep                                on 2006/03/11  21:41:20
18072         Log: Possible NULL pointer reference found by Coverity checks.
18073      Branch: perl
18074            ! op.c
18075 ____________________________________________________________________________
18076 [ 27475] By: stevep                                on 2006/03/11  20:57:26
18077         Log: Keep from using a variable in S_my_kid() before it is initialized.  This        was introduced with the MAD changes.
18078      Branch: perl
18079            ! op.c
18080 ____________________________________________________________________________
18081 [ 27474] By: craigb                                on 2006/03/11  17:26:00
18082         Log: Subject: [PATCH] perl@27437 fix File::Path::mkpath so that perl installs on VMS
18083              From: Peter Prymmer <PPrymmer@factset.com>
18084              Date: Fri, 10 Mar 2006 15:24:23 -0500
18085              Message-id: <OFBE8F84F1.A708DA4A-ON8525712D.006E4BF7-8525712D.007018C6@factset.com>
18086      Branch: perl
18087            ! lib/File/Path.pm
18088 ____________________________________________________________________________
18089 [ 27473] By: merijn                                on 2006/03/11  11:03:55
18090         Log: Subject: [PATCH] Reapply change 24432
18091              From: "Jan Dubois" <jand@ActiveState.com>
18092              Date: Fri, 10 Mar 2006 18:21:39 -0800
18093              Message-ID: <01b001c644b2$879a1f50$6062a8c0@candy>
18094      Branch: perl
18095            ! config_h.SH
18096 ____________________________________________________________________________
18097 [ 27471] By: nicholas                              on 2006/03/11  10:21:27
18098         Log: Missed the hunk that adds regen_madly.pl to the regen_perl target.
18099      Branch: perl
18100            ! Makefile.SH
18101 ____________________________________________________________________________
18102 [ 27470] By: nicholas                              on 2006/03/11  10:16:04
18103         Log: Subject: [PATCH] Sync up embed.fnc and doio.c
18104              From: andy@petdance.com (Andy Lester)
18105              Message-ID: <20060311071338.GA12490@petdance.com>
18106              Date: Sat, 11 Mar 2006 01:13:38 -0600
18107      Branch: perl
18108            ! embed.fnc proto.h
18109 ____________________________________________________________________________
18110 [ 27469] By: nicholas                              on 2006/03/11  09:55:43
18111         Log: Subject: [PATCH] Localizing some vars in S_checkcomma
18112              From: andy@petdance.com (Andy Lester)
18113              Message-ID: <20060310223100.GA13455@petdance.com>
18114              Date: Fri, 10 Mar 2006 16:31:00 -0600
18115      Branch: perl
18116            ! toke.c
18117 ____________________________________________________________________________
18118 [ 27468] By: nicholas                              on 2006/03/11  09:32:18
18119         Log: Remove the obsolete mad/P5RE.pm
18120      Branch: perl
18121            - mad/P5RE.pm
18122            ! MANIFEST
18123 ____________________________________________________________________________
18124 [ 27467] By: craigb                                on 2006/03/11  01:52:37
18125         Log: null terminate command string -- broken in #27438
18126      Branch: perl
18127            ! vms/vms.c
18128 ____________________________________________________________________________
18129 [ 27466] By: nicholas                              on 2006/03/10  21:54:18
18130         Log: Move the 12 static MAD variables from toke.c into the interpeter
18131              structure.
18132      Branch: perl
18133            ! embedvar.h intrpvar.h makedef.pl perl.c perlapi.h sv.c toke.c
18134 ____________________________________________________________________________
18135 [ 27465] By: nicholas                              on 2006/03/10  20:58:23
18136         Log: Rename the 12 static variables in toke.c to PL_*
18137      Branch: perl
18138            ! toke.c
18139 ____________________________________________________________________________
18140 [ 27464] By: nicholas                              on 2006/03/10  19:47:11
18141         Log: gozer took over from gsar (some time ago).
18142      Branch: perl
18143            ! Porting/repository.pod
18144 ____________________________________________________________________________
18145 [ 27463] By: nicholas                              on 2006/03/10  18:53:01
18146         Log: All the autogenerated files from change 27462.
18147      Branch: perl
18148            ! madly.act madly.h madly.tab
18149 ____________________________________________________________________________
18150 [ 27462] By: nicholas                              on 2006/03/10  18:52:40
18151         Log: Merge perly.y changes from 5.9.2 to now into madly.y.
18152      Branch: perl
18153            ! madly.y
18154 ____________________________________________________________________________
18155 [ 27461] By: nicholas                              on 2006/03/10  12:57:18
18156         Log: Teaching embed.pl about conditional symbols is a TODO.
18157      Branch: perl
18158            ! pod/perltodo.pod
18159 ____________________________________________________________________________
18160 [ 27460] By: nicholas                              on 2006/03/10  12:09:39
18161         Log: Tweak change 27457 - make PL_lasttoke MAD only, but teach makedef.pl
18162              about MADness (and unMADness - maybe there is a special word for that)
18163      Branch: perl
18164            ! intrpvar.h makedef.pl
18165 ____________________________________________________________________________
18166 [ 27459] By: nicholas                              on 2006/03/10  11:31:14
18167         Log: Summon constman! S_checkcomma now has all 3 arguments const char.
18168      Branch: perl
18169            ! embed.fnc proto.h toke.c
18170 ____________________________________________________________________________
18171 [ 27458] By: nicholas                              on 2006/03/10  10:50:29
18172         Log: Tease apart the keyword/subroutine test in S_checkcomma.
18173      Branch: perl
18174            ! toke.c
18175 ____________________________________________________________________________
18176 [ 27457] By: stevep                                on 2006/03/10  02:17:43
18177         Log: Move PL_lasttoke out of its PERL_MAD define in intrpvar.h.
18178              Otherwise, Win32 does not compile.
18179      Branch: perl
18180            ! intrpvar.h
18181 ____________________________________________________________________________
18182 [ 27456] By: nicholas                              on 2006/03/09  23:23:19
18183         Log: Correct another gv_fetchpv() - it takes a bitmask of flags, not simply
18184              TRUE/FALSE.
18185      Branch: perl
18186            ! gv.c
18187 ____________________________________________________________________________
18188 [ 27455] By: nicholas                              on 2006/03/09  22:50:23
18189         Log: Remove two NEWSV()s in the non-ithread dump code that got missed.
18190      Branch: perl
18191            ! dump.c
18192 ____________________________________________________________________________
18193 [ 27454] By: mhx                                   on 2006/03/09  22:07:01
18194         Log: Subject: Re: [PATCH pod/perlfunc.pd] Re: truncate needs seek on filehandle
18195              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
18196              Date: Thu, 9 Mar 2006 16:29:12 -0500
18197              Message-ID: <20060309212912.GF22682@penkwe.pair.com>
18198      Branch: perl
18199            ! pod/perlfunc.pod
18200 ____________________________________________________________________________
18201 [ 27453] By: nicholas                              on 2006/03/09  22:03:55
18202         Log: Add the Perl 5 to Perl 5 convertor scripts.
18203      Branch: perl
18204            + mad/P5AST.pm mad/P5RE.pm mad/P5re.pm mad/PLXML.pm mad/nomad
18205            + mad/p55
18206            ! MANIFEST
18207 ____________________________________________________________________________
18208 [ 27452] By: nicholas                              on 2006/03/09  22:01:28
18209         Log: Superior *printf-fu lets us avoid modifying source code.
18210      Branch: perl
18211            ! toke.c
18212 ____________________________________________________________________________
18213 [ 27451] By: nicholas                              on 2006/03/09  21:49:20
18214         Log: Avoid scribbling on the passed in command line string for -i in 
18215              moreswitches.
18216      Branch: perl
18217            ! perl.c
18218 ____________________________________________________________________________
18219 [ 27450] By: nicholas                              on 2006/03/09  21:24:04
18220         Log: -Dmad works, albeit with some test failures:
18221              ext/B/t/f_sort.t                       20    5  25.00%  2 4-6 16
18222              ext/B/t/optree_samples.t               20    1   5.00%  18
18223              ext/List/Util/t/weak.t      1   256    22    1   4.55%  22
18224              ext/Safe/t/safeops.t        0   134   354  288  81.36%  211-354
18225              lib/warnings.t                        561    2   0.36%  3 10
18226      Branch: perl
18227            ! toke.c
18228 ____________________________________________________________________________
18229 [ 27449] By: nicholas                              on 2006/03/09  20:53:11
18230         Log: Oops. Failed to add madly.c
18231      Branch: perl
18232            + madly.c
18233 ____________________________________________________________________________
18234 [ 27448] By: stevep                                on 2006/03/09  20:48:50
18235         Log: The Coverity audit is upset that the scream_olds variable is not
18236              directly initialized, although it is likely initialized after 
18237              another variable takes a reference to it.
18238      Branch: perl
18239            ! regexec.c
18240 ____________________________________________________________________________
18241 [ 27447] By: nicholas                              on 2006/03/09  20:48:18
18242         Log: Add the madly parser. I believe that this is all the C code. Now to
18243              find the bugs that stowed away.
18244      Branch: perl
18245            + madly.act madly.h madly.tab madly.y regen_madly.pl
18246            ! Configure MANIFEST Makefile.SH embed.fnc embed.h perly.c
18247            ! proto.h
18248 ____________________________________________________________________________
18249 [ 27446] By: nicholas                              on 2006/03/09  19:53:53
18250         Log: It helps to run embed.pl in the correct directory. (not the symlink
18251              tree)
18252      Branch: perl
18253            ! embed.h embedvar.h perlapi.h proto.h
18254 ____________________________________________________________________________
18255 [ 27445] By: nicholas                              on 2006/03/09  19:22:10
18256         Log: The remainder of the toke.c MAD changes. Now to investigate why MAD
18257              no longer builds.
18258      Branch: perl
18259            ! embed.fnc intrpvar.h sv.c toke.c
18260 ____________________________________________________________________________
18261 [ 27444] By: nicholas                              on 2006/03/09  19:00:26
18262         Log: Another refactoring from Larry implicit in the MAD patch.
18263      Branch: perl
18264            ! toke.c
18265 ____________________________________________________________________________
18266 [ 27443] By: nicholas                              on 2006/03/09  18:08:52
18267         Log: Refactoring from Larry implicit in the MAD patch.
18268      Branch: perl
18269            ! toke.c
18270 ____________________________________________________________________________
18271 [ 27442] By: nicholas                              on 2006/03/09  17:06:46
18272         Log: Replace PL_nextval[PL_nexttoke].opval with the macro NEXTVAL_NEXTTOKE
18273              as MAD conditionally changes this consistently in 27 places.
18274      Branch: perl
18275            ! toke.c
18276 ____________________________________________________________________________
18277 [ 27441] By: stevep                                on 2006/03/09  16:14:20
18278         Log: Need to update test count from change #27440.
18279      Branch: perl
18280            ! ext/POSIX/t/sigaction.t
18281 ____________________________________________________________________________
18282 [ 27440] By: stevep                                on 2006/03/09  16:03:21
18283         Log: croak in POSIX::sigaction() when passed a negative signal instead
18284              dumping core.
18285      Branch: perl
18286            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
18287 ____________________________________________________________________________
18288 [ 27439] By: nicholas                              on 2006/03/09  15:13:49
18289         Log: MAD changes for bare skipspace()
18290      Branch: perl
18291            ! embed.fnc embed.h proto.h toke.c
18292 ____________________________________________________________________________
18293 [ 27438] By: craigb                                on 2006/03/09  14:49:45
18294         Log: Subject: patch@27385 - VMS thread fixes (was: threads and VMS)
18295              From: "John E. Malmberg" <wb8tyw@qsl.net>
18296              Date: Wed, 08 Mar 2006 23:34:05 -0500
18297              Message-id: <440FB03D.8010409@qsl.net>
18298
18299      Branch: perl
18300            ! vms/vms.c
18301 ____________________________________________________________________________
18302 [ 27437] By: nicholas                              on 2006/03/09  13:45:30
18303         Log: Add the MAD change to perly.y, which brings a new PEG token.
18304      Branch: perl
18305            ! perly.act perly.h perly.tab perly.y
18306 ____________________________________________________________________________
18307 [ 27436] By: mhx                                   on 2006/03/09  12:54:19
18308         Log: Fix a memory leak in ck_grep(), spotted by coverity:
18309              perl -e'eval "grep" while 1'
18310      Branch: perl
18311            ! op.c
18312 ____________________________________________________________________________
18313 [ 27435] By: nicholas                              on 2006/03/09  12:41:40
18314         Log: Tweaking the order of op creation/op free in Perl_ck_require to Larry's
18315              order doesn't make tests pass :-(. Nor does it make them fail.
18316      Branch: perl
18317            ! op.c
18318 ____________________________________________________________________________
18319 [ 27434] By: nicholas                              on 2006/03/09  12:17:41
18320         Log: Fix C99ism in dump.c
18321      Branch: perl
18322            ! dump.c
18323 ____________________________________________________________________________
18324 [ 27433] By: nicholas                              on 2006/03/09  12:01:36
18325         Log: Unroll 27425 - keeping Larry's order in op.c means that exactly the
18326              same sequence of pad usage is generated with and without MAD.
18327      Branch: perl
18328            ! ext/B/t/f_map.t op.c
18329 ____________________________________________________________________________
18330 [ 27432] By: nicholas                              on 2006/03/09  11:20:14
18331         Log: Note the weakref.t failure that commenting out this code caused.
18332              Pesky waterbeds.
18333      Branch: perl
18334            ! op.c
18335 ____________________________________________________________________________
18336 [ 27431] By: nicholas                              on 2006/03/09  11:04:23
18337         Log: Note the cause of another MAD test failure - an explicit abort trap
18338              for saving PL_formfeed is being hit.
18339      Branch: perl
18340            ! scope.c
18341 ____________________________________________________________________________
18342 [ 27430] By: nicholas                              on 2006/03/09  10:53:25
18343         Log: Bodge MAD code to get pack.t and ext/Encode/t/Encode.t passing.
18344      Branch: perl
18345            ! op.c
18346 ____________________________________________________________________________
18347 [ 27429] By: nicholas                              on 2006/03/08  23:33:05
18348         Log: Make MAD at least compile and link once more. Although it's now failing
18349              6 regression tests.
18350      Branch: perl
18351            ! op.c perly.c
18352 ____________________________________________________________________________
18353 [ 27428] By: nicholas                              on 2006/03/08  22:36:30
18354         Log: Further MAD changes.
18355      Branch: perl
18356            ! perl.c perly.c pp_ctl.c scope.c
18357 ____________________________________________________________________________
18358 [ 27427] By: nicholas                              on 2006/03/08  21:53:06
18359         Log: Oops. Didn't mean to commit 27426 to maint first. Integrate it:
18360              Avoid writing over the input string in the case 'F' in moreswitches.
18361      Branch: perl
18362           !> perl.c
18363 ____________________________________________________________________________
18364 [ 27425] By: nicholas                              on 2006/03/08  21:18:58
18365         Log: The last MAD change to op.c changes the pad offsets of the test that
18366              ext/B/t/f_map.t is using.
18367      Branch: perl
18368            ! ext/B/t/f_map.t op.c
18369 ____________________________________________________________________________
18370 [ 27424] By: nicholas                              on 2006/03/08  20:34:16
18371         Log: Almost all the MAD changes for op.c
18372      Branch: perl
18373            ! embed.fnc embed.h op.c perl.h proto.h
18374 ____________________________________________________________________________
18375 [ 27423] By: nicholas                              on 2006/03/08  18:17:09
18376         Log: Change from Larry in the MAD code which seems to be unrelated to MAD.
18377      Branch: perl
18378            ! op.c
18379 ____________________________________________________________________________
18380 [ 27422] By: nicholas                              on 2006/03/08  16:29:26
18381         Log: MAD changes to dump.c
18382      Branch: perl
18383            ! dump.c embed.fnc embed.h global.sym makedef.pl proto.h
18384 ____________________________________________________________________________
18385 [ 27421] By: steveh                                on 2006/03/08  16:25:23
18386         Log: Get rid of unnecessary "rmdir /s" calls in Win32 makefiles
18387              
18388              They only existed for the benefit of old shells that didn't
18389              understand "rmdir /s /q", but since change #27195 effectively
18390              drops support for old shells that don't understand "xcopy /y"
18391              it seems unnecessary now.
18392              
18393              Windows NT4, 2000, XP and onwards all support "rmdir /s /q", so
18394              it's probably only the Windows 9x shells that lose out.
18395      Branch: perl
18396            ! win32/Makefile win32/makefile.mk
18397 ____________________________________________________________________________
18398 [ 27420] By: steveh                                on 2006/03/08  15:20:28
18399         Log: Sort the ext/ and lib/ tests when running under t/harness
18400              
18401              Unless they are sorted then they are run in the same order in which
18402              they are listed in MANIFEST, which is not always ideal. In particular,
18403              the ext/Compress/IO/Zlib/t/*.t tests are not run in the correct order,
18404              which causes some files to be left behind afterwards.
18405              
18406              ExtUtils::Command::MM::test_harness() sorts test files, so it seems
18407              sensible for t/harness to do likewise, rather than relying on the
18408              ordering in MANIFEST.
18409      Branch: perl
18410            ! t/harness
18411 ____________________________________________________________________________
18412 [ 27419] By: nicholas                              on 2006/03/08  13:40:48
18413         Log: Add MAD changes to pad code (new function Perl_pad_peg)
18414      Branch: perl
18415            ! embed.fnc embed.h makedef.pl pad.c pad.h proto.h
18416 ____________________________________________________________________________
18417 [ 27418] By: steveh                                on 2006/03/08  13:37:28
18418         Log: Adjust Win32 distclean as per changes #27411 and #27417
18419      Branch: perl
18420            ! win32/Makefile win32/makefile.mk
18421 ____________________________________________________________________________
18422 [ 27417] By: rgs                                   on 2006/03/08  13:29:26
18423         Log: "make distclean" fix noticed by Steve Hay
18424      Branch: perl
18425            ! Makefile.SH
18426 ____________________________________________________________________________
18427 [ 27416] By: steveh                                on 2006/03/08  12:15:04
18428         Log: Cleanup Archive-Tar temporary test files
18429              
18430              I've done this twice before already (changes #25043 and #26785),
18431              but it keeps getting accidentally removed. Third time lucky?
18432      Branch: perl
18433            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
18434 ____________________________________________________________________________
18435 [ 27415] By: rgs                                   on 2006/03/08  10:31:24
18436         Log: Subject: [PATCH] Re: [perl #38684] O::Deparse not working as expected 
18437              From: Stephen McCamant <smcc@mit.edu>
18438              Date: Tue, 7 Mar 2006 20:00:30 -0800
18439              Message-ID: <17422.22238.570532.2771@apocalypse.OCF.Berkeley.EDU>
18440      Branch: perl
18441            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
18442 ____________________________________________________________________________
18443 [ 27414] By: rgs                                   on 2006/03/08  10:25:26
18444         Log: Subject: [PATCH] Removed unused check and assignment in pp_hot.c
18445              From: andy@petdance.com (Andy Lester)
18446              Date: Wed, 8 Mar 2006 00:45:29 -0600
18447              Message-ID: <20060308064529.GA16499@petdance.com>
18448      Branch: perl
18449            ! pp_hot.c
18450 ____________________________________________________________________________
18451 [ 27413] By: steveh                                on 2006/03/08  09:36:50
18452         Log: Don't try to export PL_madskills/PL_xmlfp when they're not defined
18453              (Fixes Win32 linker error introduced by change #27408)
18454      Branch: perl
18455            ! makedef.pl
18456 ____________________________________________________________________________
18457 [ 27412] By: steveh                                on 2006/03/08  08:42:44
18458         Log: Complete change #27407/27410 on Win32 and tidy up change #27372
18459      Branch: perl
18460            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18461            ! win32/config_H.vc64
18462 ____________________________________________________________________________
18463 [ 27411] By: rgs                                   on 2006/03/08  08:23:54
18464         Log: "make distclean" adjustments for the new Compress modules
18465      Branch: perl
18466            ! Makefile.SH
18467 ____________________________________________________________________________
18468 [ 27410] By: merijn                                on 2006/03/08  08:10:25
18469         Log: Backport #27407
18470              Add a Configure question for mad (Misc Attribute Decoration - Larry's
18471              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
18472      Branch: perl
18473            ! Configure Porting/Glossary config_h.SH
18474 ____________________________________________________________________________
18475 [ 27408] By: nicholas                              on 2006/03/07  23:24:55
18476         Log: Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp,
18477              and default definitions for the 2 variables. (Which will save a lot of
18478              conditional complilation, by instead letting the C compiler optimiser
18479              remove dead code.)
18480      Branch: perl
18481            ! XSUB.h embedvar.h intrpvar.h op.h perl.h perlapi.h
18482 ____________________________________________________________________________
18483 [ 27407] By: nicholas                              on 2006/03/07  22:16:55
18484         Log: Add a Configure question for mad (Misc Attribute Decoration - Larry's
18485              perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
18486      Branch: perl
18487            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
18488            ! Porting/Glossary config_h.SH configure.com epoc/config.sh
18489            ! perl.c plan9/config_sh.sample symbian/config.sh uconfig.sh
18490            ! win32/config.bc win32/config.gc win32/config.vc
18491            ! win32/config.vc64 wince/config.ce
18492 ____________________________________________________________________________
18493 [ 27406] By: nicholas                              on 2006/03/07  19:31:49
18494         Log: Two more TODOs for those with C knowledge.
18495      Branch: perl
18496            ! pod/perltodo.pod
18497 ____________________________________________________________________________
18498 [ 27405] By: nicholas                              on 2006/03/07  19:27:28
18499         Log: Remove the #define - ARENASETS are always on now.
18500      Branch: perl
18501            ! perl.h sv.c
18502 ____________________________________________________________________________
18503 [ 27404] By: nicholas                              on 2006/03/07  19:23:14
18504         Log: TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html
18505              Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne.
18506      Branch: perl
18507            ! pod/perltodo.pod
18508 ____________________________________________________________________________
18509 [ 27403] By: rgs                                   on 2006/03/07  17:09:54
18510         Log: This looks like a memory leak.
18511      Branch: perl
18512            ! op.c
18513 ____________________________________________________________________________
18514 [ 27402] By: rgs                                   on 2006/03/07  16:49:58
18515         Log: $[ = 2 should not warn.
18516      Branch: perl
18517            ! op.c t/lib/warnings/op
18518 ____________________________________________________________________________
18519 [ 27401] By: steveh                                on 2006/03/07  14:58:20
18520         Log: Fix lib/Module/Build/t/compat.t
18521              (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431)
18522      Branch: perl
18523            ! lib/Module/Build/t/compat.t
18524 ____________________________________________________________________________
18525 [ 27400] By: rgs                                   on 2006/03/07  14:36:00
18526         Log: Make report on bad filenames easier to read
18527      Branch: perl
18528            ! Porting/check83.pl
18529 ____________________________________________________________________________
18530 [ 27399] By: rgs                                   on 2006/03/07  14:15:46
18531         Log: FAQ sync. (FAQ now moved to svn)
18532      Branch: perl
18533            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
18534            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
18535            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
18536            ! pod/perlfaq9.pod
18537 ____________________________________________________________________________
18538 [ 27398] By: stevep                                on 2006/03/07  04:48:29
18539         Log: Upgrade to PathTools-3.17
18540      Branch: perl
18541            ! ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
18542 ____________________________________________________________________________
18543 [ 27397] By: stevep                                on 2006/03/06  23:31:21
18544         Log: Subject:  Re: [PATCH] Removed a redundant o->op_type
18545              From: Paul Johnson <paul@pjcj.net>
18546              Date: Tue, 28 Feb 2006 20:17:31 +0100
18547              Message-ID: <20060228191731.GD20933@pjcj.net>
18548      Branch: perl
18549            ! op.c
18550 ____________________________________________________________________________
18551 [ 27396] By: mhx                                   on 2006/03/06  22:18:52
18552         Log: Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero
18553              value as we're probably hunting memory leaks then
18554      Branch: perl
18555            ! perl.c
18556 ____________________________________________________________________________
18557 [ 27393] By: nicholas                              on 2006/03/06  20:44:02
18558         Log: Update David Dyck's e-mail address.
18559      Branch: perl
18560            ! AUTHORS Porting/checkAUTHORS.pl
18561 ____________________________________________________________________________
18562 [ 27390] By: rgs                                   on 2006/03/06  17:26:43
18563         Log: Add all new utilities in the perlutil man page.
18564              Includes lots of work by Zsban Ambrus.
18565      Branch: perl
18566            ! pod/perlutil.pod
18567 ____________________________________________________________________________
18568 [ 27389] By: rgs                                   on 2006/03/06  16:09:50
18569         Log: Subject: [PATCH] add Module::Build 0.27_08
18570              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18571              Date: Sun, 5 Mar 2006 12:08:30 -0800
18572              Message-ID: <20060305200830.GA2660@efn.org>
18573      Branch: perl
18574            + lib/Module/Build.pm lib/Module/Build/Authoring.pod
18575            + lib/Module/Build/Base.pm lib/Module/Build/Changes
18576            + lib/Module/Build/Compat.pm lib/Module/Build/ConfigData.pm
18577            + lib/Module/Build/Cookbook.pm lib/Module/Build/ModuleInfo.pm
18578            + lib/Module/Build/Notes.pm lib/Module/Build/PPMMaker.pm
18579            + lib/Module/Build/Platform/Amiga.pm
18580            + lib/Module/Build/Platform/Default.pm
18581            + lib/Module/Build/Platform/EBCDIC.pm
18582            + lib/Module/Build/Platform/MPEiX.pm
18583            + lib/Module/Build/Platform/MacOS.pm
18584            + lib/Module/Build/Platform/RiscOS.pm
18585            + lib/Module/Build/Platform/Unix.pm
18586            + lib/Module/Build/Platform/VMS.pm
18587            + lib/Module/Build/Platform/VOS.pm
18588            + lib/Module/Build/Platform/Windows.pm
18589            + lib/Module/Build/Platform/aix.pm
18590            + lib/Module/Build/Platform/cygwin.pm
18591            + lib/Module/Build/Platform/darwin.pm
18592            + lib/Module/Build/Platform/os2.pm lib/Module/Build/PodParser.pm
18593            + lib/Module/Build/scripts/config_data
18594            + lib/Module/Build/t/basic.t
18595            + lib/Module/Build/t/bundled/Tie/CPHash.pm
18596            + lib/Module/Build/t/compat.t lib/Module/Build/t/destinations.t
18597            + lib/Module/Build/t/ext.t lib/Module/Build/t/extend.t
18598            + lib/Module/Build/t/files.t lib/Module/Build/t/install.t
18599            + lib/Module/Build/t/lib/DistGen.pm
18600            + lib/Module/Build/t/lib/MBTest.pm
18601            + lib/Module/Build/t/manifypods.t lib/Module/Build/t/metadata.t
18602            + lib/Module/Build/t/metadata2.t lib/Module/Build/t/moduleinfo.t
18603            + lib/Module/Build/t/notes.t lib/Module/Build/t/parents.t
18604            + lib/Module/Build/t/pod_parser.t lib/Module/Build/t/ppm.t
18605            + lib/Module/Build/t/runthrough.t lib/Module/Build/t/signature.t
18606            + lib/Module/Build/t/tilde.t lib/Module/Build/t/versions.t
18607            + lib/Module/Build/t/xs.t utils/config_data.PL
18608            ! MANIFEST Porting/Maintainers.pl installperl pod/perlutil.pod
18609            ! utils.lst utils/Makefile vms/descrip_mms.template
18610            ! win32/Makefile win32/makefile.mk
18611 ____________________________________________________________________________
18612 [ 27388] By: rgs                                   on 2006/03/06  14:52:48
18613         Log: Upgrade to Archive::Tar 1.29
18614      Branch: perl
18615            ! lib/Archive/Tar.pm lib/Archive/Tar/t/00_setup.t
18616            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
18617 ____________________________________________________________________________
18618 [ 27387] By: rgs                                   on 2006/03/06  10:06:53
18619         Log: Add and remove files forgotten in change #27384
18620      Branch: perl
18621            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
18622            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
18623            + ext/Compress/IO/Zlib/lib/IO/Uncompress/AnyInflate.pm
18624            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Gunzip.pm
18625            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Inflate.pm
18626            + ext/Compress/IO/Zlib/lib/IO/Uncompress/RawInflate.pm
18627            + ext/Compress/IO/Zlib/lib/IO/Uncompress/Unzip.pm
18628            - (delete 110 files)
18629            ! MANIFEST
18630 ____________________________________________________________________________
18631 [ 27386] By: craigb                                on 2006/03/06  03:42:19
18632         Log: Subject: PATCH: 2 vms specific build files in perl @ 27383
18633              From: Peter Prymmer <PPrymmer@factset.com>
18634              Date: Sun, 05 Mar 2006 20:30:09 -0500
18635              Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com>
18636      Branch: perl
18637            ! configure.com vms/gen_shrfls.pl
18638 ____________________________________________________________________________
18639 [ 27385] By: craigb                                on 2006/03/06  03:26:39
18640         Log: Subject: Re: threads and VMS
18641              From: "John E. Malmberg" <wb8tyw@qsl.net>
18642              Date: Sun, 05 Mar 2006 00:32:27 -0500
18643              Message-id: <440A77EB.2030205@qsl.net>
18644      Branch: perl
18645            ! vms/vms.c
18646 ____________________________________________________________________________
18647 [ 27384] By: stevep                                on 2006/03/06  02:06:04
18648         Log: Subject: [PATCH] Compress::Zlib
18649              From: "Paul Marquess" <paul.marquess@ntlworld.com>
18650              Date: Fri, 3 Mar 2006 10:25:48 -0000
18651              Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com>
18652      Branch: perl
18653            + (add 129 files)
18654            ! MANIFEST ext/Compress/Zlib/Changes
18655            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
18656            ! ext/Compress/Zlib/examples/filtdef
18657            ! ext/Compress/Zlib/examples/filtinf
18658            ! ext/Compress/Zlib/examples/gzcat
18659            ! ext/Compress/Zlib/examples/gzgrep
18660            ! ext/Compress/Zlib/examples/gzstream
18661            ! ext/Compress/Zlib/t/01version.t
18662            ! ext/Compress/Zlib/t/03zlib-v1.t
18663            ! ext/Compress/Zlib/t/05examples.t
18664            ! ext/Compress/Zlib/t/06gzsetp.t
18665            ! ext/Compress/Zlib/t/08encoding.t
18666            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/99pod.t
18667            ! t/lib/compress/any.pl t/lib/compress/anyunc.pl
18668            ! t/lib/compress/destroy.pl t/lib/compress/generic.pl
18669            ! t/lib/compress/merge.pl t/lib/compress/multi.pl
18670            ! t/lib/compress/newtied.pl t/lib/compress/oneshot.pl
18671            ! t/lib/compress/prime.pl t/lib/compress/tied.pl
18672            ! t/lib/compress/truncate.pl t/lib/compress/zlib-generic.pl
18673 ____________________________________________________________________________
18674 [ 27383] By: nicholas                              on 2006/03/05  21:21:10
18675         Log: Change 27380 (HEK into the IV union failed to convert the code in the
18676              non-gcc-debugging ifdef. Whoops. Very lax of me)
18677      Branch: perl
18678            ! gv.h
18679 ____________________________________________________________________________
18680 [ 27382] By: nicholas                              on 2006/03/05  19:07:12
18681         Log: Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD
18682              to simplify GV initialisation.
18683      Branch: perl
18684            ! gv.c gv.h sv.c
18685 ____________________________________________________________________________
18686 [ 27381] By: nicholas                              on 2006/03/05  18:40:59
18687         Log: Change hv_name_set to take U32 length and flags parameters.
18688      Branch: perl
18689            ! embed.fnc hv.c proto.h
18690 ____________________________________________________________________________
18691 [ 27380] By: nicholas                              on 2006/03/05  18:13:42
18692         Log: Move the GvNAME HEK into the IV union - every GV is now 1 pointer
18693              smaller.
18694      Branch: perl
18695            ! av.h cv.h gv.c gv.h hv.h sv.h
18696 ____________________________________________________________________________
18697 [ 27379] By: nicholas                              on 2006/03/05  17:47:23
18698         Log: Use a HEK to store the GV's name, rather than a malloc()ed string.
18699              Saves 1 word in each GV (no more strlen), and will also save the memory
18700              used by the string itself, as the HEK will exist already due to the
18701              key used by the symbol table for this GV.
18702      Branch: perl
18703            ! gv.c gv.h sv.c sv.h
18704 ____________________________________________________________________________
18705 [ 27378] By: nicholas                              on 2006/03/05  12:12:56
18706         Log: Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined.
18707      Branch: perl
18708            ! perl.h
18709 ____________________________________________________________________________
18710 [ 27377] By: nicholas                              on 2006/03/05  11:53:55
18711         Log: Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.
18712      Branch: perl
18713            ! embed.fnc embed.h global.sym gv.c gv.h proto.h sv.c
18714 ____________________________________________________________________________
18715 [ 27376] By: craigb                                on 2006/03/05  00:03:31
18716         Log: Subject: Re: threads and VMS
18717              From: "John E. Malmberg" <wb8tyw@qsl.net>
18718              Date: Sat, 04 Mar 2006 18:29:22 -0500
18719              Message-id: <440A22D2.30009@qsl.net>
18720      Branch: perl
18721            ! doio.c
18722 ____________________________________________________________________________
18723 [ 27375] By: merijn                                on 2006/03/04  06:48:13
18724         Log: Subject: patch@27373 VMS build fix + more long pathname stuff
18725              From: "John E. Malmberg" <wb8tyw@qsl.net>
18726              Date: Sat, 04 Mar 2006 00:36:03 -0500
18727              Message-ID: <44092743.4030607@qsl.net>
18728      Branch: perl
18729            ! vms/vms.c
18730 ____________________________________________________________________________
18731 [ 27374] By: merijn                                on 2006/03/04  06:44:10
18732         Log: Subject: Re: [PATCH] include configure.com in Porting/checkcfgvar.pl
18733              From: Abe Timmerman <abe@ztreet.demon.nl>
18734              Date: Fri, 3 Mar 2006 22:56:47 +0100
18735              Message-Id: <200603032256.47170.abe@ztreet.demon.nl>
18736      Branch: perl
18737            ! Porting/checkcfgvar.pl configure.com
18738 ____________________________________________________________________________
18739 [ 27373] By: stevep                                on 2006/03/03  18:40:22
18740         Log: Add d_builtin_choose_expr and d_builtin_expect to configure.com as
18741              'undef'.
18742      Branch: perl
18743            ! configure.com
18744 ____________________________________________________________________________
18745 [ 27372] By: stevep                                on 2006/03/03  18:34:18
18746         Log: Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and
18747              HAS_BUILTIN_EXPECT.
18748      Branch: perl
18749            ! win32/config.bc win32/config.gc win32/config.vc
18750            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
18751            ! win32/config_H.vc win32/config_H.vc64
18752 ____________________________________________________________________________
18753 [ 27371] By: stevep                                on 2006/03/03  17:49:01
18754         Log: Subject: [PATCH] include configure.com in Porting/checkcfgvar.pl
18755              From: Abe Timmerman <abe@ztreet.demon.nl>
18756              Date: Fri, 3 Mar 2006 18:43:24 +0100
18757              Message-Id: <200603031843.24250.abe@ztreet.demon.nl>
18758      Branch: perl
18759            ! Porting/checkcfgvar.pl
18760 ____________________________________________________________________________
18761 [ 27370] By: merijn                                on 2006/03/03  16:40:57
18762         Log: Subject: [PATCH] Support for __builtin_expect and __builtin_choose_expr
18763              From: Andy Lester <andy@petdance.com>
18764              Date: Wed, 28 Dec 2005 15:34:08 -0600
18765              Message-ID: <20051228213408.GB26033@petdance.com>
18766      Branch: perl
18767            ! Configure Porting/Glossary config_h.SH perl.h
18768 ____________________________________________________________________________
18769 [ 27368] By: rgs                                   on 2006/03/03  15:45:32
18770         Log: Subject: [PATCH] Re: [perl #38657] -d:Foo=bar broke in 5.8.8
18771              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18772              Date: Thu, 02 Mar 2006 20:21:26 +0200
18773              Message-ID: <440737A6.4060606@gmail.com>
18774      Branch: perl
18775            ! t/lib/Devel/switchd.pm t/run/switchd.t
18776 ____________________________________________________________________________
18777 [ 27367] By: merijn                                on 2006/03/03  07:35:51
18778         Log: #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported
18779      Branch: perl
18780            ! Configure
18781 ____________________________________________________________________________
18782 [ 27365] By: stevep                                on 2006/03/03  00:18:40
18783         Log: Subject: Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7
18784              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
18785              Date: Thu, 02 Mar 2006 22:46:14 +0200
18786              Message-ID: <44075996.1000002@gmail.com>
18787      Branch: perl
18788            ! ext/Data/Dumper/t/bugs.t
18789 ____________________________________________________________________________
18790 [ 27364] By: merijn                                on 2006/03/02  20:14:50
18791         Log: Taint handling for runperl:
18792              - better taint detection (switch -T in command)
18793              - $ENV{PATH} stripping of writeable directories on unix/linux
18794      Branch: perl
18795            ! t/test.pl
18796 ____________________________________________________________________________
18797 [ 27363] By: merijn                                on 2006/03/02  20:07:51
18798         Log: Subject: [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp "predefined macros" 
18799              Date: Tue, 31 Jan 2006 09:50:32 -0800
18800              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
18801      Branch: perl
18802            ! Configure utils/h2ph.PL
18803 ____________________________________________________________________________
18804 [ 27361] By: rgs                                   on 2006/03/02  09:11:35
18805         Log: Subject: [PATCH] mgvtbl initialization
18806              From: andy@petdance.com (Andy Lester)
18807              Date: Wed, 1 Mar 2006 22:52:20 -0600
18808              Message-ID: <20060302045220.GA15985@petdance.com>
18809      Branch: perl
18810            ! perl.h
18811 ____________________________________________________________________________
18812 [ 27360] By: rgs                                   on 2006/03/02  09:08:30
18813         Log: Subject: [PATCH] Non-null optimizations
18814              From: andy@petdance.com (Andy Lester)
18815              Date: Wed, 1 Mar 2006 22:13:45 -0600
18816              Message-ID: <20060302041345.GA13731@petdance.com>
18817      Branch: perl
18818            ! embed.fnc pod/perlapi.pod proto.h sv.c
18819 ____________________________________________________________________________
18820 [ 27359] By: rgs                                   on 2006/03/01  22:39:24
18821         Log: Don't put strings with embedded NULs in the environment.
18822              This makes things like -d:Foo=bar work again.
18823      Branch: perl
18824            ! perl.c
18825 ____________________________________________________________________________
18826 [ 27358] By: stevep                                on 2006/03/01  20:15:27
18827         Log: Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby.
18828      Branch: perl
18829            ! lib/Locale/Maketext/TPJ13.pod
18830 ____________________________________________________________________________
18831 [ 27357] By: stevep                                on 2006/03/01  16:53:49
18832         Log: Upgrade to podlators-2.04
18833      Branch: perl
18834            + lib/Pod/t/filehandle.t
18835            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm
18836 ____________________________________________________________________________
18837 [ 27356] By: stevep                                on 2006/03/01  16:29:37
18838         Log: Upgrade to assertions-0.03
18839      Branch: perl
18840            ! lib/assertions.pm lib/assertions/activate.pm
18841            ! lib/assertions/compat.pm t/comp/assertions.t
18842            ! t/comp/asstcompat.t
18843 ____________________________________________________________________________
18844 [ 27355] By: rgs                                   on 2006/03/01  16:13:56
18845         Log: Subject: [PATCH] a buglet in fakesdio.h
18846              From: Anton Berezin <tobez@tobez.org>
18847              Date: Wed, 1 Mar 2006 16:56:13 +0100
18848              Message-ID: <20060301155613.GA30368@heechee.tobez.org>
18849      Branch: perl
18850            ! fakesdio.h
18851 ____________________________________________________________________________
18852 [ 27354] By: stevep                                on 2006/03/01  16:08:17
18853         Log: Upgrade to CGI.pm-3.17, but continuing the version bump for 
18854              unintegrated changes.
18855      Branch: perl
18856            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
18857 ____________________________________________________________________________
18858 [ 27353] By: rgs                                   on 2006/03/01  09:08:46
18859         Log: Subject: Re: Patch lint for grep { /.../ } and grep /.../,
18860              From: "Joshua ben Jore" <twists@gmail.com>
18861              Date: Wed, 1 Mar 2006 01:14:14 -0600
18862              Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com>
18863      Branch: perl
18864            ! ext/B/B/Lint.pm ext/B/t/lint.t
18865 ____________________________________________________________________________
18866 [ 27352] By: steveh                                on 2006/02/28  12:51:55
18867         Log: Silence another VC++ warning
18868              (signed/unsigned mismatch)
18869      Branch: perl
18870            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/src/sha.c
18871 ____________________________________________________________________________
18872 [ 27351] By: steveh                                on 2006/02/28  12:40:06
18873         Log: Silence a VC++ warning with DEBUGGING builds
18874              (signed/unsigned mismatch)
18875      Branch: perl
18876            ! sv.c
18877 ____________________________________________________________________________
18878 [ 27350] By: nicholas                              on 2006/02/27  21:41:58
18879         Log: In Perl_sv_setsv_flags, swap the default in the type based switch to
18880              the "Bizarre copy" failure case.
18881      Branch: perl
18882            ! sv.c
18883 ____________________________________________________________________________
18884 [ 27349] By: nicholas                              on 2006/02/27  21:10:21
18885         Log: Subject: [PATCH] Removed a redundant o->op_type
18886              From: andy@petdance.com (Andy Lester)
18887              Message-ID: <20060227202043.GA7783@petdance.com>
18888              Date: Mon, 27 Feb 2006 14:20:43 -0600
18889      Branch: perl
18890            ! op.c
18891 ____________________________________________________________________________
18892 [ 27348] By: steveh                                on 2006/02/27  17:48:55
18893         Log: Silence a GCC warning
18894              (assignment from incompatible pointer type)
18895      Branch: perl
18896            ! sv.h
18897 ____________________________________________________________________________
18898 [ 27347] By: steveh                                on 2006/02/27  17:24:37
18899         Log: Silence a VC++ warning
18900              (conversion from 'long ' to 'char ', possible loss of data)
18901      Branch: perl
18902            ! sv.c
18903 ____________________________________________________________________________
18904 [ 27346] By: rgs                                   on 2006/02/27  17:00:37
18905         Log: Upgrade to CPAN 1.87
18906      Branch: perl
18907            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
18908            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
18909 ____________________________________________________________________________
18910 [ 27345] By: nicholas                              on 2006/02/27  16:13:05
18911         Log: Move all the de-tainting logic for runperl into test.pl.
18912      Branch: perl
18913            ! t/op/utftaint.t t/test.pl
18914 ____________________________________________________________________________
18915 [ 27344] By: rgs                                   on 2006/02/27  15:43:41
18916         Log: Subject: [PATCH] fix up gv.c and gv.h
18917              From: andy@petdance.com (Andy Lester)
18918              Date: Sat, 25 Feb 2006 20:52:16 -0600
18919              Message-ID: <20060226025216.GA12758@petdance.com>
18920      Branch: perl
18921            ! gv.h
18922 ____________________________________________________________________________
18923 [ 27343] By: rgs                                   on 2006/02/27  15:36:46
18924         Log: Subject: [PATCH] PERL_TRACK_MEMPOOL cripples environment after exit()
18925              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
18926              Date: Sun, 26 Feb 2006 20:47:21 +0100
18927              Message-ID: <20060226204721.00be2bff@r2d2>
18928      Branch: perl
18929            ! miniperlmain.c
18930 ____________________________________________________________________________
18931 [ 27342] By: rgs                                   on 2006/02/27  14:45:00
18932         Log: Subject: [patch] dumping tied globs without FILENO method on the debugger fails
18933              From: Salvador Fandino <sfandino@yahoo.com>
18934              Date: Sat, 25 Feb 2006 11:14:20 +0100
18935              Message-ID: <20060225101254.726.qmail@lists.develooper.com>
18936      Branch: perl
18937            ! lib/dumpvar.pl
18938 ____________________________________________________________________________
18939 [ 27341] By: steveh                                on 2006/02/27  14:39:46
18940         Log: Fix op/utftaint.t on Win32 following change #27248
18941              (Don't remove PATH completely because it'll break on Unix if you
18942              have . in the PATH)
18943      Branch: perl
18944            ! t/op/utftaint.t
18945 ____________________________________________________________________________
18946 [ 27340] By: nicholas                              on 2006/02/27  14:19:32
18947         Log: There is now the potential for an upgrade from something without an
18948              offset (PVNV or PVMG) to something with one (PVCV, PVFM). Deal with
18949              this correctly.
18950      Branch: perl
18951            ! sv.c
18952 ____________________________________________________________________________
18953 [ 27339] By: rgs                                   on 2006/02/27  13:40:44
18954         Log: ptr_table_find() is only defined with ithreads
18955      Branch: perl
18956            ! embed.fnc embed.h proto.h sv.c
18957 ____________________________________________________________________________
18958 [ 27338] By: merijn                                on 2006/02/27  13:28:04
18959         Log: Workaround for initialization errors on HP's pre-compiler
18960              Do not ask me to explain. This re-definition works on AIX
18961              and HP-UX. Let's await the smokes.
18962      Branch: perl
18963            ! sv.c
18964 ____________________________________________________________________________
18965 [ 27337] By: steveh                                on 2006/02/27  12:21:14
18966         Log: Fix code-before-declaration error (under VC++) from change #27334
18967      Branch: perl
18968            ! perlio.c
18969 ____________________________________________________________________________
18970 [ 27336] By: nicholas                              on 2006/02/27  12:00:12
18971         Log: Change 27330 failed to decontaminate SvCUR/GvFLAGS when upgrading an
18972              SvPV acting as a prototype placeholder to a full typeglob.
18973      Branch: perl
18974            ! gv.c
18975 ____________________________________________________________________________
18976 [ 27335] By: rgs                                   on 2006/02/27  11:26:58
18977         Log: Subject: Testing hash key stringification
18978              From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
18979              Date: Sun, 26 Feb 2006 23:30:01 +0100
18980              Message-Id: <4871E87D-4B59-40A3-A091-A7A3CFA221CF@mailbox.tu-berlin.de>
18981      Branch: perl
18982            ! t/op/hashassign.t
18983 ____________________________________________________________________________
18984 [ 27334] By: rgs                                   on 2006/02/27  11:06:30
18985         Log: Subject: [PATCH] Speedups and shrinkages of SvREFCNT_inc
18986              From: andy@petdance.com (Andy Lester)
18987              Date: Fri, 24 Feb 2006 14:54:35 -0600
18988              Message-ID: <20060224205434.GA17867@petdance.com>
18989      Branch: perl
18990            ! av.c cop.h doio.c doop.c gv.c hv.c mg.c op.c pad.c perl.c
18991            ! perl.h perlio.c pod/perlapi.pod pod/perlintern.pod pp.c
18992            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
18993            ! sv.h toke.c
18994 ____________________________________________________________________________
18995 [ 27333] By: rgs                                   on 2006/02/27  10:33:59
18996         Log: Subject: [PATCH] Suppress System V IPC for 64-bit Darwin builds
18997              From: Dominic Dunlop <shouldbedomo@mac.com>
18998              Date: Fri, 24 Feb 2006 17:22:54 +0100
18999              Message-Id: <A685C5DB-23CE-430E-95F1-CC7A9480DDF9@mac.com>
19000      Branch: perl
19001            ! README.macosx hints/darwin.sh
19002 ____________________________________________________________________________
19003 [ 27332] By: rgs                                   on 2006/02/27  10:30:35
19004         Log: Subject: [perl #38633] doc patch: perlfunc "new" section lacks lock and qr 
19005              From: Zsban Ambrus (via RT) <perlbug-followup@perl.org>
19006              Date: Sat, 25 Feb 2006 05:11:03 -0800
19007              Message-ID: <rt-3.0.11-38633-130596.7.22367548359067@perl.org>
19008      Branch: perl
19009            ! pod/perlfunc.pod
19010 ____________________________________________________________________________
19011 [ 27331] By: rgs                                   on 2006/02/27  07:33:53
19012         Log: Fix argument grouping for some macros
19013      Branch: perl
19014            ! gv.h
19015 ____________________________________________________________________________
19016 [ 27330] By: nicholas                              on 2006/02/25  17:16:24
19017         Log: GvFLAGS can be overlaid with SvCUR.
19018      Branch: perl
19019            ! gv.h sv.h
19020 ____________________________________________________________________________
19021 [ 27329] By: nicholas                              on 2006/02/25  16:51:34
19022         Log: Subject: Re: [perl #38619] Bug in lc and uc (interaction between UTF-8, substr, and lc/uc)
19023              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
19024              Date: Sat, 25 Feb 2006 18:16:45 +0900
19025              Message-Id: <20060225180934.FCC3.BQW10602@nifty.com>
19026      Branch: perl
19027            ! pp.c t/op/lc.t
19028 ____________________________________________________________________________
19029 [ 27328] By: nicholas                              on 2006/02/25  16:50:15
19030         Log: Use xpv_len rather than xpv_cur in GVs to store GvASSIGN_GENERATION.
19031              Assert that GVs do not access SvCUR or SvLEN.
19032      Branch: perl
19033            ! gv.h sv.h
19034 ____________________________________________________________________________
19035 [ 27327] By: nicholas                              on 2006/02/25  16:48:46
19036         Log: Abstract the specific use of SvCUR in GVs for detecting variables on
19037              both sides of an assignment using GvASSIGN_GENERATION() and
19038              GvASSIGN_GENERATION_set().
19039      Branch: perl
19040            ! gv.h op.c
19041 ____________________________________________________________________________
19042 [ 27326] By: nicholas                              on 2006/02/25  15:38:25
19043         Log: xgv_stash can be stored as a union with the NV, reducing the size of
19044              PVGVs by another pointer.
19045      Branch: perl
19046            ! av.h cv.h gv.h hv.h sv.h
19047 ____________________________________________________________________________
19048 [ 27325] By: nicholas                              on 2006/02/25  15:11:28
19049         Log: Curiously none of the macros SvIVX, SvUVX or SvNVX are used on
19050              typeglobs.
19051      Branch: perl
19052            ! dump.c ext/Devel/Peek/t/Peek.t sv.h
19053 ____________________________________________________________________________
19054 [ 27324] By: nicholas                              on 2006/02/25  14:50:38
19055         Log: Amazingly, it seems that none of the other GV specific macros are
19056              accessed unless the GV thinks that it is a GV.
19057      Branch: perl
19058            ! gv.h sv.c
19059 ____________________________________________________________________________
19060 [ 27323] By: nicholas                              on 2006/02/25  00:39:30
19061         Log: Store GvGP in the SV head union. For all the common lookups [eg GvCV()]
19062              this avoids 1 pointer dereference and the associated risk of a CPU
19063              cache miss. Although this patch looks deceptively small, I fear its
19064              CBV(*) might be rather high.
19065              (* Crack By Volume)
19066      Branch: perl
19067            ! dump.c ext/Devel/Peek/t/Peek.t gv.c gv.h pp.c pp_hot.c sv.c
19068            ! sv.h
19069 ____________________________________________________________________________
19070 [ 27322] By: nicholas                              on 2006/02/24  23:30:50
19071         Log: With PERL_DONT_CREATE_GVSV, don't need to create a new GvSV in
19072              Perl_save_scalar.
19073      Branch: perl
19074            ! scope.c
19075 ____________________________________________________________________________
19076 [ 27321] By: nicholas                              on 2006/02/24  22:43:14
19077         Log: Given that SvPV on a typeglob is now irrelevant, really we only need
19078              to store the GvGP.
19079      Branch: perl
19080            ! scope.c
19081 ____________________________________________________________________________
19082 [ 27320] By: nicholas                              on 2006/02/24  21:42:33
19083         Log: Given that Perl_gp_free() is refcount-dec-and-maybe-free for the glob
19084              pointer, it's inconsistent that it only sets this GV's GvGP to 0 if
19085              this GV happened to have the last reference. Why should this GV care if
19086              it had the last reference? So always set it to 0. It's free. Gone.
19087      Branch: perl
19088            ! gv.c
19089 ____________________________________________________________________________
19090 [ 27319] By: nicholas                              on 2006/02/24  19:32:11
19091         Log: Avoid special case SvMAGIC macros just to cope with Perl_sv_unmagic.
19092      Branch: perl
19093            ! sv.c sv.h
19094 ____________________________________________________________________________
19095 [ 27313] By: nicholas                              on 2006/02/24  14:19:37
19096         Log: Use PVMGs rather than PVGVs to store the names of our variables in the
19097              pad.
19098      Branch: perl
19099            ! pad.c sv.c sv.h
19100 ____________________________________________________________________________
19101 [ 27312] By: nicholas                              on 2006/02/24  13:59:57
19102         Log: Store the stash for our in the magic slot. This will allow us to use
19103              PVMGs in pad names where previously PVGVs were used. In turn, this
19104              gives much greater flexibility for the layout of PVGVs.
19105      Branch: perl
19106            ! av.h cv.h hv.h pad.c sv.c sv.h
19107 ____________________________________________________________________________
19108 [ 27311] By: stevep                                on 2006/02/24  13:55:23
19109         Log: Upgrade to CPAN-1.86
19110      Branch: perl
19111            ! lib/CPAN.pm lib/CPAN/SIGNATURE
19112 ____________________________________________________________________________
19113 [ 27309] By: rgs                                   on 2006/02/24  12:52:01
19114         Log: Skip unportable test on VMS
19115      Branch: perl
19116            ! t/comp/opsubs.t
19117 ____________________________________________________________________________
19118 [ 27307] By: nicholas                              on 2006/02/24  11:52:53
19119         Log: Assert that GvSTASH is only called on PVGVs and PVLVs.
19120      Branch: perl
19121            ! gv.h
19122 ____________________________________________________________________________
19123 [ 27306] By: nicholas                              on 2006/02/24  11:52:28
19124         Log: Replace usage of GvSTASH for storing the stash of C<our> with
19125              OURSTASH. Set the stash with OURSTASH_SET.
19126      Branch: perl
19127            ! pad.c pad.h sv.h
19128 ____________________________________________________________________________
19129 [ 27304] By: nicholas                              on 2006/02/24  11:21:06
19130         Log: assert that SvMAGIC is never non-NULL for any PVMG used as a pad name.
19131      Branch: perl
19132            ! sv.h
19133 ____________________________________________________________________________
19134 [ 27302] By: nicholas                              on 2006/02/24  10:56:00
19135         Log: Redo previous sv.h change.
19136      Branch: perl
19137            ! sv.h
19138 ____________________________________________________________________________
19139 [ 27301] By: stevep                                on 2006/02/24  10:54:14
19140         Log: Subject: [PATCH] Perl_save_aelem can't be const
19141              From: Andy Lester <andy@petdance.com>
19142              Date: Thu, 23 Feb 2006 22:53:40 -0600
19143              Message-ID: <20060224045340.GA6318@petdance.com>
19144      Branch: perl
19145            ! embed.fnc proto.h scope.c
19146 ____________________________________________________________________________
19147 [ 27300] By: stevep                                on 2006/02/24  10:41:53
19148         Log: Subject: [PATCH] unused context warnings
19149              From: andy@petdance.com (Andy Lester)
19150              Date: Tue, 21 Feb 2006 00:27:11 -0600
19151              Message-ID: <20060221062711.GA16160@petdance.com>
19152      Branch: perl
19153            ! deb.c embed.pl hv.c locale.c mathoms.c mg.c miniperlmain.c
19154            ! numeric.c op.c perl.c perl.h perlapi.c perlio.c pp_ctl.c
19155            ! regcomp.c scope.c sv.c toke.c universal.c utf8.c util.c
19156 ____________________________________________________________________________
19157 [ 27297] By: nicholas                              on 2006/02/24  10:29:48
19158         Log: As SVs can't both be in a pad, and the name of a variable in the pad,
19159              overlay SVs_PADTMP with SVpad_TYPED and SVs_PADMY with SVpad_OUR.
19160      Branch: perl
19161            ! pad.h
19162 ____________________________________________________________________________
19163 [ 27296] By: stevep                                on 2006/02/24  02:56:02
19164         Log: Revert change #27295, which I thought fixed builds on Win32.
19165              Instead remove &PL_vtbl_glob from globvar.sym.
19166      Branch: perl
19167            ! XSUB.h globvar.sym
19168 ____________________________________________________________________________
19169 [ 27295] By: stevep                                on 2006/02/24  02:02:14
19170         Log: Last instance of PL_vtbl_glob removed.  It was missed change #27289.
19171      Branch: perl
19172            ! XSUB.h
19173 ____________________________________________________________________________
19174 [ 27294] By: nicholas                              on 2006/02/23  23:45:39
19175         Log: Replace direct flags tests & manipulations for SVpad_TYPED and
19176              SVpad_OUR with macros SvPAD_TYPED(), SvPAD_OUR() etc, to abstract
19177              away the flags bits acutally used to store this information.
19178      Branch: perl
19179            ! XSUB.h dump.c op.c pad.c pad.h pp.c sv.c sv.h toke.c
19180 ____________________________________________________________________________
19181 [ 27293] By: nicholas                              on 2006/02/23  22:17:07
19182         Log: Document a sixth use for SVf_FAKE
19183      Branch: perl
19184            ! sv.h
19185 ____________________________________________________________________________
19186 [ 27292] By: nicholas                              on 2006/02/23  20:28:34
19187         Log: We have sufficient spare bits to store the SV type in body_details,
19188              so add a small sanity check to ensure that we have the array in the
19189              correct order.
19190      Branch: perl
19191            ! sv.c
19192 ____________________________________________________________________________
19193 [ 27291] By: nicholas                              on 2006/02/23  19:40:23
19194         Log: Shrink struct body_details and hence sv.o slightly further by using
19195              bitfields.
19196      Branch: perl
19197            ! sv.c
19198 ____________________________________________________________________________
19199 [ 27290] By: nicholas                              on 2006/02/23  19:15:48
19200         Log: Using U8 rather than size type shrinks the body_details table.
19201      Branch: perl
19202            ! sv.c
19203 ____________________________________________________________________________
19204 [ 27289] By: nicholas                              on 2006/02/23  18:00:19
19205         Log: Remove set magic from typeglobs. Remove typeglob magic entirely.
19206              Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
19207              valid GvGP().
19208      Branch: perl
19209            ! dump.c ext/Devel/Peek/t/Peek.t gv.c perl.h pod/perlguts.pod
19210            ! sv.c util.c
19211 ____________________________________________________________________________
19212 [ 27288] By: nicholas                              on 2006/02/23  17:45:55
19213         Log: In XS_attributes__guess_stash, attempting to call Gv* on a PVMG is
19214              bad and wrong.
19215      Branch: perl
19216            ! xsutils.c
19217 ____________________________________________________________________________
19218 [ 27287] By: stevep                                on 2006/02/23  17:42:09
19219         Log: Add test for RT #2166: foreach spuriously autovivifies
19220      Branch: perl
19221            ! t/cmd/for.t
19222 ____________________________________________________________________________
19223 [ 27286] By: stevep                                on 2006/02/23  16:24:19
19224         Log: Converted t/op/pos.t to use test.pl and added TODO test for 
19225              RT #1716 - search position reset after 'local' save/restore
19226      Branch: perl
19227            ! t/op/pos.t
19228 ____________________________________________________________________________
19229 [ 27283] By: rgs                                   on 2006/02/23  14:07:13
19230         Log: Subject: [PATCH] Implement ${^WIN32_SLOPPY_STAT}
19231              From: "Jan Dubois" <jand@ActiveState.com>
19232              Date: Tue, 21 Feb 2006 12:36:31 -0800
19233              Message-ID: <019601c63726$7fcca200$6062a8c0@candy>
19234      Branch: perl
19235            ! win32/win32.c
19236 ____________________________________________________________________________
19237 [ 27282] By: nicholas                              on 2006/02/23  13:42:29
19238         Log: Recalculate dstr in Perl_sv_setsv_flags, as dstr may have been upgraded.
19239      Branch: perl
19240            ! sv.c
19241 ____________________________________________________________________________
19242 [ 27279] By: nicholas                              on 2006/02/23  13:07:54
19243         Log: Remove un-needed case in Perl_sv_setsv_flags (sv_upgrade will cover
19244              this one for us).
19245      Branch: perl
19246            ! sv.c
19247 ____________________________________________________________________________
19248 [ 27278] By: nicholas                              on 2006/02/23  11:11:12
19249         Log: Remove get magic from typeglobs. This means that PVGVs holding
19250              typeglobs never need to use SvPVX. This comes at price - typeglobs
19251              were using magic get for their stringificiation, and to pass SvOK(),
19252              so need to make typeglobs SvOK by default (by sucking SVp_SCREAM into
19253              SVf_OK - it's the only flag left), tweak SvSCREAM() to also check
19254              SVp_POK, and teach sv_2[inpu]v how to convert globs.
19255              However, it should free up SvPVX for the next part of the plan to
19256              pointer indirections, and therefore CPU cache pressure.
19257      Branch: perl
19258            ! embed.fnc embed.h ext/Devel/Peek/t/Peek.t gv.c mg.c perl.h
19259            ! proto.h sv.c sv.h
19260 ____________________________________________________________________________
19261 [ 27276] By: nicholas                              on 2006/02/23  00:29:04
19262         Log: Fix the copy sizes for PVFM and PVCV back to sanity.
19263      Branch: perl
19264            ! sv.c
19265 ____________________________________________________________________________
19266 [ 27274] By: nicholas                              on 2006/02/22  23:43:10
19267         Log: Fix typos and a missing bracket.
19268      Branch: perl
19269            ! pp.c t/op/studytied.t
19270 ____________________________________________________________________________
19271 [ 27273] By: nicholas                              on 2006/02/22  22:30:19
19272         Log: Avoid C<study>ing any strings that might change underneath us, such
19273              as tied scalars and scalars with overloaded stringification.
19274      Branch: perl
19275            ! pp.c t/op/studytied.t
19276 ____________________________________________________________________________
19277 [ 27272] By: rgs                                   on 2006/02/22  22:09:41
19278         Log: Mark some new study tests as TODO
19279      Branch: perl
19280            ! t/op/studytied.t
19281 ____________________________________________________________________________
19282 [ 27271] By: rgs                                   on 2006/02/22  21:04:33
19283         Log: Add a test for study() on tied scalars, by Andy Lester after
19284              Rick Delaney
19285      Branch: perl
19286            + t/op/studytied.t
19287            ! MANIFEST
19288 ____________________________________________________________________________
19289 [ 27270] By: rgs                                   on 2006/02/22  20:28:41
19290         Log: Turn on match string copying when /e flag is set on a substitution.
19291              
19292              Subject: [PATCH] dodge a valgrind error (for maint or blead)
19293              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
19294              Date: Feb 22, 2006 8:16 PM
19295              Message-ID: <43FCB896.7060106@gmail.com>
19296      Branch: perl
19297            ! pp_hot.c
19298 ____________________________________________________________________________
19299 [ 27269] By: nicholas                              on 2006/02/22  18:21:30
19300         Log: sv_dump should report the PV for PVGVs, as it can get set.
19301              (Typeglobs stringify via a call to GET magic, which uses the PV slot.)
19302      Branch: perl
19303            ! dump.c ext/Devel/Peek/t/Peek.t
19304 ____________________________________________________________________________
19305 [ 27268] By: nicholas                              on 2006/02/22  16:50:25
19306         Log: Test warnings for converting globs to other forms.
19307      Branch: perl
19308            ! t/op/gv.t
19309 ____________________________________________________________________________
19310 [ 27267] By: nicholas                              on 2006/02/22  00:23:49
19311         Log: Change 24643 made the mistake of assuming that CvCONST can only be true
19312              on XSUBs. Somehow it can also end up on perl subs. Bug spotted by and
19313              test case from Marcus Holland-Moritz.
19314      Branch: perl
19315            ! sv.c t/op/threads.t
19316 ____________________________________________________________________________
19317 [ 27265] By: nicholas                              on 2006/02/21  20:09:25
19318         Log: Can merge the two arms of Perl_magic_getglob to save space.
19319      Branch: perl
19320            ! mg.c
19321 ____________________________________________________________________________
19322 [ 27264] By: nicholas                              on 2006/02/21  19:04:39
19323         Log: Reorder the SV flags so that SVp_?OK and SVf_?OK occupy 8 contiguous
19324              bits (0x0000XX00). This makes perl 3K smaller with -Os on x86 FreeBSD,
19325              and might also help on other architectures (eg with 8 contiguous bits,
19326              the SvOK() test on ARM won't need an intermediate constant).
19327      Branch: perl
19328            ! sv.h
19329 ____________________________________________________________________________
19330 [ 27263] By: stevep                                on 2006/02/21  18:44:21
19331         Log: Additional hints needed to build threaded Perls on NetBSD.
19332      Branch: perl
19333            ! hints/netbsd.sh
19334 ____________________________________________________________________________
19335 [ 27262] By: nicholas                              on 2006/02/21  18:00:57
19336         Log: PL_body_arenas should be set to NULL when the interpreter is cleared.
19337      Branch: perl
19338            ! sv.c
19339 ____________________________________________________________________________
19340 [ 27261] By: nicholas                              on 2006/02/21  16:28:02
19341         Log: Teach B about CVf_ISXSUB
19342      Branch: perl
19343            ! ext/B/defsubs_h.PL ext/B/t/concise-xs.t
19344 ____________________________________________________________________________
19345 [ 27260] By: nicholas                              on 2006/02/21  16:12:37
19346         Log: Goodbye PERL_XSUB_OLDSTYLE.
19347      Branch: perl
19348            ! cv.h ext/B/defsubs_h.PL ext/B/t/concise-xs.t
19349            ! ext/Devel/Peek/t/Peek.t pp_ctl.c pp_hot.c
19350 ____________________________________________________________________________
19351 [ 27259] By: nicholas                              on 2006/02/21  15:40:04
19352         Log: Re-order the definitions of the private bits in SvFLAGS by value, so
19353              that we can see where we're already double-booked.
19354      Branch: perl
19355            ! sv.h
19356 ____________________________________________________________________________
19357 [ 27258] By: nicholas                              on 2006/02/21  15:23:21
19358         Log: Document the many uses of SVf_FAKE.
19359      Branch: perl
19360            ! sv.h
19361 ____________________________________________________________________________
19362 [ 27257] By: stevep                                on 2006/02/21  15:18:58
19363         Log: Add tests for the previously untested Hash::Util::all_keys().
19364      Branch: perl
19365            ! ext/Hash/Util/t/Util.t
19366 ____________________________________________________________________________
19367 [ 27256] By: stevep                                on 2006/02/21  00:43:43
19368         Log: $ExtUtils::MM_Unix::VERSION needs to stay numeric to avoid test
19369              warnings.
19370      Branch: perl
19371            ! lib/ExtUtils/MM_Unix.pm
19372 ____________________________________________________________________________
19373 [ 27255] By: stevep                                on 2006/02/21  00:40:23
19374         Log: Subject: Patches: B, CGI, ExtUtils::MM_Unix
19375              From: "Joshua ben Jore" <twists@gmail.com>
19376              Date: Sun, 19 Feb 2006 02:58:10 -0600
19377              Message-ID: <dc5c751d0602190058t78d915fv78c6318370307b63@mail.gmail.com>
19378      Branch: perl
19379            ! AUTHORS lib/CGI.pm
19380 ____________________________________________________________________________
19381 [ 27254] By: stevep                                on 2006/02/21  00:02:46
19382         Log: Subject: Re: Patches: B, CGI, ExtUtils::MM_Unix
19383              From: "Joshua ben Jore" <twists@gmail.com>
19384              Date: Mon, 20 Feb 2006 09:50:15 -0600
19385              Message-ID: <dc5c751d0602200750j21447031m86ea670b04ac27ed@mail.gmail.com>
19386              
19387              Includes changes to increment test count in ext/B/t/concise-xs.t and
19388              uses "no warnings 'once';" in ext/B/t/b.t rather than kludging to 
19389              avoid the warning.
19390      Branch: perl
19391            ! ext/B/B.pm ext/B/B.xs ext/B/t/b.t ext/B/t/concise-xs.t
19392 ____________________________________________________________________________
19393 [ 27252] By: stevep                                on 2006/02/20  23:01:41
19394         Log: Subject: [PATCH] op/magic failure on cygwin after 1.5.19-4
19395              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19396              Date: Mon, 20 Feb 2006 11:09:33 -0800
19397              Message-ID: <20060220190933.GA1316@efn.org>
19398      Branch: perl
19399            ! t/op/magic.t
19400 ____________________________________________________________________________
19401 [ 27251] By: nicholas                              on 2006/02/20  20:32:09
19402         Log: Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena
19403              arrays, rather than SVt_LAST, so that SVt_LAST can truthfully remain
19404              the number of genuine SV types, unclouded by implementation details.
19405      Branch: perl
19406            ! intrpvar.h sv.c sv.h
19407 ____________________________________________________________________________
19408 [ 27250] By: rgs                                   on 2006/02/20  20:03:37
19409         Log: Subject: [PATCH] Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)
19410              From: Dominic Dunlop <shouldbedomo@mac.com>
19411              Date: Feb 20, 2006 1:46 PM
19412              Message-Id: <B699DDDE-EC4E-495D-AFF5-3D7399332A24@mac.com>
19413      Branch: perl
19414            ! ext/SDBM_File/Makefile.PL hints/darwin.sh
19415 ____________________________________________________________________________
19416 [ 27249] By: nicholas                              on 2006/02/20  19:00:22
19417         Log: PVCVs don't need XNVs either.
19418              (And actually remove xcv_depth)
19419              (And fix the copy lengths in bodies_by_type)
19420      Branch: perl
19421            ! cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t sv.c
19422 ____________________________________________________________________________
19423 [ 27248] By: rgs                                   on 2006/02/20  17:59:42
19424         Log: Subject: [PATCH] Trouble with $ENV{CDPATH} after change #27236
19425              From: Dominic Dunlop <shouldbedomo@mac.com>
19426              Date: Feb 20, 2006 2:49 PM
19427              Message-Id: <6393FA5A-6B84-46E9-A557-DED3BB0AD7EE@mac.com>
19428      Branch: perl
19429            ! t/op/utftaint.t
19430 ____________________________________________________________________________
19431 [ 27247] By: nicholas                              on 2006/02/20  17:48:21
19432         Log: PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving
19433              xcv_depth into the IV union saves 4(ish) bytes per CV and format.
19434              "ish" because it was a long, but has been changed to I32 (along with
19435              the corresponding field in struct block_sub) so as not to enlarge the
19436              IV union on platforms where sizeof(long) > sizeof(IV), or struct
19437              block_sub where sizeof(long) > sizeof(I32)
19438      Branch: perl
19439            ! cop.h cv.h dump.c ext/B/B/Bytecode.pm ext/Devel/Peek/t/Peek.t
19440            ! op.c sv.c sv.h
19441 ____________________________________________________________________________
19442 [ 27245] By: nicholas                              on 2006/02/20  14:01:59
19443         Log: Fix sv_dump to dump formats without the (non-existent) NVX.
19444      Branch: perl
19445            ! dump.c
19446 ____________________________________________________________________________
19447 [ 27244] By: nicholas                              on 2006/02/20  13:42:47
19448         Log: xcv_root and xcv_xsub can also be merged into a union, providing a new
19449              flag is added to denote whether the PVCV is perl or XSUB.
19450      Branch: perl
19451            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t op.c sv.c sv.h
19452 ____________________________________________________________________________
19453 [ 27243] By: nicholas                              on 2006/02/20  11:54:38
19454         Log: xcv_start and xcv_xsubany can be merged into a union, as they are never
19455              both needed.
19456      Branch: perl
19457            ! cv.h dump.c ext/B/B.xs ext/Devel/Peek/t/Peek.t sv.h
19458 ____________________________________________________________________________
19459 [ 27242] By: nicholas                              on 2006/02/20  11:54:03
19460         Log: Need to clear CvXSUBANY() too to turn a constant sub into a prototype.
19461      Branch: perl
19462            ! lib/ExtUtils/Constant/ProxySubs.pm
19463 ____________________________________________________________________________
19464 [ 27241] By: nicholas                              on 2006/02/20  10:40:59
19465         Log: Add a new CvISXSUB() macro, for abstracting the test as to whether a
19466              PVCV is perl or XS.
19467      Branch: perl
19468            ! cv.h dump.c ext/Devel/Peek/Peek.xs gv.c op.c pad.c pp_ctl.c
19469            ! pp_hot.c pp_sort.c sv.c
19470 ____________________________________________________________________________
19471 [ 27240] By: nicholas                              on 2006/02/20  10:10:11
19472         Log: Abolish BROKEN_UNION_INIT in B::C, as it works around problems in
19473              pre-ANSI C compilers, but pays in code duplication.
19474      Branch: perl
19475            ! cv.h ext/B/B/C.pm
19476 ____________________________________________________________________________
19477 [ 27239] By: rgs                                   on 2006/02/20  09:31:03
19478         Log: Subject: patch@27236 vms glob/readdir/chdir EFS/long filename support
19479              From: John E. Malmberg <wb8tyw@qsl.net>
19480              Date: Feb 20, 2006 3:43 AM
19481              Message-ID: <43F92CE6.5040704@qsl.net>
19482      Branch: perl
19483            ! doio.c t/io/fs.t vms/vms.c
19484 ____________________________________________________________________________
19485 [ 27238] By: rgs                                   on 2006/02/20  09:26:15
19486         Log: More NullXXX macro removal from Andy Lester
19487      Branch: perl
19488            ! cop.h deb.c doio.c doop.c hv.c intrpvar.h mg.h pad.c pad.h
19489            ! perl.c pp_ctl.c pp_hot.c pp_sys.c scope.c sv.c toke.c
19490            ! universal.c util.c
19491 ____________________________________________________________________________
19492 [ 27237] By: rgs                                   on 2006/02/20  08:54:22
19493         Log: Yitzchak points out that the perldiag entry for "Integer overflow in
19494              division" is no longer useful.
19495      Branch: perl
19496            ! pod/perldiag.pod
19497 ____________________________________________________________________________
19498 [ 27236] By: nicholas                              on 2006/02/20  00:36:34
19499         Log: utftaint.t won't be able to run tests with -T if you have
19500              Insecure directory in $ENV{PATH}
19501              so skip them. (Probably this means you have . in your PATH)
19502      Branch: perl
19503            ! t/op/utftaint.t
19504 ____________________________________________________________________________
19505 [ 27235] By: nicholas                              on 2006/02/20  00:21:09
19506         Log: Remove the last (U16) cast for CV depths, missed by change 17835.
19507      Branch: perl
19508            ! pp_ctl.c
19509 ____________________________________________________________________________
19510 [ 27234] By: nicholas                              on 2006/02/20  00:02:53
19511         Log: Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,
19512              and make other flag bits that are paired in the code adjacent.
19513              Will produce tighter code on ARM; might help on other platforms too.
19514      Branch: perl
19515            ! cv.h ext/Devel/Peek/t/Peek.t
19516 ____________________________________________________________________________
19517 [ 27233] By: nicholas                              on 2006/02/19  23:59:52
19518         Log: Ministry of Truth removes typo in description of Change 26166.
19519              Change 26166 was correct from the start.
19520              Nothing to see. Move along.
19521              We thank Big Brother for raising the chocolate ration to 20g per week.
19522      Branch: perl
19523            ! Changes
19524 ____________________________________________________________________________
19525 [ 27231] By: nicholas                              on 2006/02/19  22:35:24
19526         Log: Shave sizeof(NV) bytes from formats, by using the same offset
19527              manoeuvre as PVs, PVIVs, PVAVs and PVHVs.
19528      Branch: perl
19529            ! sv.c sv.h
19530 ____________________________________________________________________________
19531 [ 27230] By: nicholas                              on 2006/02/19  20:30:24
19532         Log: AVs and HVs don't have IVXs or NVXs, so assert this too.
19533      Branch: perl
19534            ! sv.h
19535 ____________________________________________________________________________
19536 [ 27229] By: nicholas                              on 2006/02/19  20:10:34
19537         Log: Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being
19538              used on scalars that don't have the memory allocated. Correct
19539              SvSTASH and SvMAGIC to only evaluate the sv argument once.
19540      Branch: perl
19541            ! sv.h
19542 ____________________________________________________________________________
19543 [ 27228] By: nicholas                              on 2006/02/19  18:57:35
19544         Log: To make arithmetic on tainted dualvars work properly requires that
19545              sv_2nv uses SvIVX in preference to SvPVX, if SVp_IOK is true.
19546      Branch: perl
19547            ! sv.c t/op/taint.t
19548 ____________________________________________________________________________
19549 [ 27227] By: nicholas                              on 2006/02/19  12:14:15
19550         Log: SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the
19551              code inside the if() test in sv_2pv_flags is dead and can be removed.
19552      Branch: perl
19553            ! sv.c
19554 ____________________________________________________________________________
19555 [ 27223] By: rgs                                   on 2006/02/18  20:13:51
19556         Log: As Anno Siegel points out, mtime/ctime test should be skipped
19557              on OS X on HFS+.
19558      Branch: perl
19559            ! t/op/stat.t
19560 ____________________________________________________________________________
19561 [ 27222] By: nicholas                              on 2006/02/18  19:01:48
19562         Log: save_re_context() and even errsv_save = newSVsv(ERRSV); can turn
19563              PL_tainted back on, so defer turning if off as late as possible.
19564              This gets lib/locale.t working once more.
19565      Branch: perl
19566            ! utf8.c
19567 ____________________________________________________________________________
19568 [ 27221] By: nicholas                              on 2006/02/18  18:23:43
19569         Log: Turn of tainting locally inside swash_init(), as the internal
19570              implementation of the regexp engine has nothing to do with user data,
19571              so when and where it happens to call require is agnostic of the current
19572              expression's taintedness.
19573      Branch: perl
19574            ! t/op/utftaint.t utf8.c
19575 ____________________________________________________________________________
19576 [ 27220] By: nicholas                              on 2006/02/18  18:22:13
19577         Log: Assume that if runperl is called under tainting, that the caller really
19578              really wanted to run perl, so brute force untaint everything.
19579      Branch: perl
19580            ! t/test.pl
19581 ____________________________________________________________________________
19582 [ 27219] By: nicholas                              on 2006/02/18  17:38:38
19583         Log: Convert utftaint.t to test.pl (from Test.pm) and provide it with
19584              tainted() from taint.t to remove the dependency on Scalar::Util.
19585              (So it will now work with miniperl)
19586      Branch: perl
19587            ! t/op/utftaint.t
19588 ____________________________________________________________________________
19589 [ 27218] By: stevep                                on 2006/02/18  12:58:49
19590         Log: Upgrade to Digest-SHA-5.34.
19591      Branch: perl
19592            ! ext/Digest/SHA/Changes ext/Digest/SHA/README
19593            ! ext/Digest/SHA/SHA.pm ext/Digest/SHA/bin/shasum
19594            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/src/hmac.c
19595            ! ext/Digest/SHA/src/hmac.h ext/Digest/SHA/src/sha.c
19596            ! ext/Digest/SHA/src/sha.h ext/Digest/SHA/t/0-pod-coverage.t
19597            ! ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
19598            ! ext/Digest/SHA/t/1-hello-world.t
19599            ! ext/Digest/SHA/t/2-nist-sha-1.t
19600            ! ext/Digest/SHA/t/2-nist-sha-224.t
19601            ! ext/Digest/SHA/t/2-nist-sha-256.t
19602            ! ext/Digest/SHA/t/2-nist-sha-384.t
19603            ! ext/Digest/SHA/t/2-nist-sha-512.t
19604            ! ext/Digest/SHA/t/2-nist-sha-base64.t
19605            ! ext/Digest/SHA/t/2-nist-sha-oo.t
19606            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
19607            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
19608            ! ext/Digest/SHA/t/3-gillogly-easy.t
19609            ! ext/Digest/SHA/t/3-gillogly-hard.t
19610            ! ext/Digest/SHA/t/4-bitstr-increasing.t
19611            ! ext/Digest/SHA/t/4-bitstr-large.t
19612            ! ext/Digest/SHA/t/4-bitstr-random.t
19613            ! ext/Digest/SHA/t/5-hmac-fips198.t
19614            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
19615            ! ext/Digest/SHA/t/5-hmac-sha-256.t
19616            ! ext/Digest/SHA/t/5-hmac-woodbury.t
19617            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
19618 ____________________________________________________________________________
19619 [ 27215] By: nicholas                              on 2006/02/18  00:11:07
19620         Log: Subject: arena-rework : consolidated patch
19621              From: Jim Cromie <jim.cromie@gmail.com>
19622              Message-ID: <43F0F649.9040205@gmail.com>
19623              Date: Mon, 13 Feb 2006 14:12:41 -0700
19624              
19625              Tweaked somewhat to split the arena boolean from the arena_size,
19626              and with the PTE still doubling-up with one of the SV types in the
19627              array.
19628      Branch: perl
19629            ! embed.fnc embed.h hv.c perl.h pod/perlapi.pod proto.h sv.c
19630            ! sv.h
19631 ____________________________________________________________________________
19632 [ 27214] By: nicholas                              on 2006/02/17  23:26:58
19633         Log: Subject: Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)
19634              From: Abe Timmerman <abe@ztreet.demon.nl>
19635              Message-Id: <200602172358.23977.abe@ztreet.demon.nl>
19636              Date: Fri, 17 Feb 2006 23:58:23 +0100
19637      Branch: perl
19638            ! Makefile.SH
19639 ____________________________________________________________________________
19640 [ 27213] By: nicholas                              on 2006/02/17  22:40:31
19641         Log: The two whitespace changes from
19642              
19643              Subject: arena-rework : consolidated patch
19644              From: Jim Cromie <jim.cromie@gmail.com>
19645              Message-ID: <43F0F649.9040205@gmail.com>
19646              Date: Mon, 13 Feb 2006 14:12:41 -0700
19647      Branch: perl
19648            ! sv.c
19649 ____________________________________________________________________________
19650 [ 27212] By: gisle                                 on 2006/02/17  21:21:05
19651         Log: Don't add -fPIC if already present.
19652              
19653              Subject: [PATCH] 5.8.8: Debian patches
19654              From: "Brendan O'Dea" <bod@debian.org>
19655              Date: Sat, 11 Feb 2006 00:37:15 +1100
19656              Message-ID: <20060210133715.GA6826@londo.c47.org>
19657      Branch: perl
19658            ! hints/linux.sh
19659 ____________________________________________________________________________
19660 [ 27211] By: gisle                                 on 2006/02/17  21:19:03
19661         Log: Fix precedence.
19662              
19663              Subject: [PATCH] 5.8.8: Debian patches
19664              From: "Brendan O'Dea" <bod@debian.org>
19665              Date: Sat, 11 Feb 2006 00:37:15 +1100
19666              Message-ID: <20060210133715.GA6826@londo.c47.org>
19667      Branch: perl
19668            ! lib/Net/NNTP.pm
19669 ____________________________________________________________________________
19670 [ 27210] By: gisle                                 on 2006/02/17  20:54:46
19671         Log: Fix quote typo.
19672              
19673              Subject: [PATCH] 5.8.8: Debian patches
19674              From: "Brendan O'Dea" <bod@debian.org>
19675              Date: Sat, 11 Feb 2006 00:37:15 +1100
19676              Message-ID: <20060210133715.GA6826@londo.c47.org>
19677      Branch: perl
19678            ! utils/c2ph.PL
19679 ____________________________________________________________________________
19680 [ 27209] By: rgs                                   on 2006/02/17  15:48:59
19681         Log: In TODO: make encoding.pm lexical ?
19682      Branch: perl
19683            ! pod/perltodo.pod
19684 ____________________________________________________________________________
19685 [ 27208] By: rgs                                   on 2006/02/17  15:09:11
19686         Log: Subject: [PATCH] cleaning up perly.c
19687              From: andy@petdance.com (Andy Lester)
19688              Date: Sun, 12 Feb 2006 23:04:56 -0600
19689              Message-ID: <20060213050455.GA27993@petdance.com>
19690      Branch: perl
19691            ! perly.c
19692 ____________________________________________________________________________
19693 [ 27207] By: rgs                                   on 2006/02/17  14:27:22
19694         Log: Subject: Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19695              From: Robin Houston <robin@cpan.org>
19696              Date: Sun, 27 Nov 2005 00:43:13 +0000
19697              Message-ID: <20051127004313.GA7007@rpc142.cs.man.ac.uk>
19698              
19699              Simplification of the code in my_exit_jump() that unwinds context
19700              stacks
19701      Branch: perl
19702            ! perl.c
19703 ____________________________________________________________________________
19704 [ 27205] By: rgs                                   on 2006/02/17  08:50:27
19705         Log: Subject: Re: [perl #38485] use integer; 0x80000000/-1; # coredump
19706              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19707              Date: Mon, 13 Feb 2006 01:39:25 -0800
19708              Message-ID: <20060213093925.GA3476@efn.org>
19709      Branch: perl
19710            ! lib/integer.t pp.c
19711 ____________________________________________________________________________
19712 [ 27204] By: rgs                                   on 2006/02/16  14:44:10
19713         Log: Subject: Re: how to build with -DPERL_MEM_LOG ?
19714              From: Andy Dougherty <doughera@lafayette.edu>
19715              Date: Fri, 3 Feb 2006 11:55:58 -0500 (EST)
19716              Message-ID: <Pine.SOC.4.62.0602031129530.9630@maxwell.phys.lafayette.edu>
19717      Branch: perl
19718            ! x2p/a2p.h
19719 ____________________________________________________________________________
19720 [ 27203] By: rgs                                   on 2006/02/16  14:15:53
19721         Log: Subject: Problem compiling swigged c++ code with 5.8.8
19722              From: Merijn Broeren <merijnb@iloquent.com>
19723              Date: Wed, 15 Feb 2006 13:51:49 +0100
19724              Message-ID: <20060215125148.GA12535@brugman.iloquent.nl>
19725      Branch: perl
19726            ! XSUB.h perl.h
19727 ____________________________________________________________________________
19728 [ 27202] By: stevep                                on 2006/02/16  12:54:08
19729         Log: Upgrade to CGI-3.16, with version bump on CGI.pm for documentation
19730              fixes not yet integrated.
19731      Branch: perl
19732            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
19733            ! lib/CGI/Fast.pm lib/CGI/t/cookie.t lib/CGI/t/function.t
19734            ! lib/CGI/t/html.t
19735 ____________________________________________________________________________
19736 [ 27201] By: rgs                                   on 2006/02/16  12:47:13
19737         Log: Remove lib/Hash directory when doing make distclean
19738      Branch: perl
19739            ! Makefile.SH
19740 ____________________________________________________________________________
19741 [ 27200] By: rgs                                   on 2006/02/16  11:46:51
19742         Log: Subject: [PATCH] stat() on Windows doesn't handle trailing slashes/backslashes correctly
19743              From: "Jan Dubois" <jand@ActiveState.com>
19744              Date: Wed, 15 Feb 2006 17:19:29 -0800
19745              Message-ID: <017901c63297$08e1e3f0$2217a8c0@candy>
19746      Branch: perl
19747            ! win32/win32.c
19748 ____________________________________________________________________________
19749 [ 27199] By: rgs                                   on 2006/02/16  11:43:09
19750         Log: Subject: [patch] t/lib/warnings/pp_sys
19751              From: "Green, Paul" <Paul.Green@stratus.com>
19752              Date: Wed, 15 Feb 2006 11:09:57 -0500
19753              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB011A19AF@EXNA.corp.stratus.com>
19754      Branch: perl
19755            ! t/lib/warnings/pp_sys
19756 ____________________________________________________________________________
19757 [ 27198] By: rgs                                   on 2006/02/16  11:40:42
19758         Log: CPAN::FirstTime can go as well from the untested module list
19759      Branch: perl
19760            ! t/lib/1_compile.t
19761 ____________________________________________________________________________
19762 [ 27197] By: rgs                                   on 2006/02/16  11:38:00
19763         Log: Pod::Plainer is tested, actually (spotted by chromatic)
19764      Branch: perl
19765            ! t/lib/1_compile.t
19766 ____________________________________________________________________________
19767 [ 27195] By: rgs                                   on 2006/02/16  09:10:38
19768         Log: Subject: [PATCH] Make XCOPY not prompt every two seconds when rebuilding on Win32
19769              From: demerphq <demerphq@gmail.com>
19770              Date: Mon, 13 Feb 2006 09:41:37 +0100
19771              Message-ID: <9b18b3110602130041q2d64122am5c83392dd75e0413@mail.gmail.com>
19772      Branch: perl
19773            ! win32/Makefile win32/makefile.mk
19774 ____________________________________________________________________________
19775 [ 27194] By: gisle                                 on 2006/02/15  15:25:36
19776         Log: Get perl_fini() running on HP-UX again.
19777              It was effectively disabled by change 24667 since
19778              __ux_version is only available under DCE threads
19779              which isn't used when perl is built on HP-UX 11
19780              and later.
19781      Branch: perl
19782            ! perl.c
19783 ____________________________________________________________________________
19784 [ 27193] By: rgs                                   on 2006/02/15  13:22:27
19785         Log: Fix to run this test in the core
19786      Branch: perl
19787            ! lib/CPAN/t/03pkgs.t
19788 ____________________________________________________________________________
19789 [ 27192] By: stevep                                on 2006/02/15  13:11:06
19790         Log: Subject:  [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.84.tar.gz
19791              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
19792              Date: Wed, 15 Feb 2006 09:19:56 +0100
19793              Message-ID: <87oe19owyb.fsf@k75.linux.bogus>
19794      Branch: perl
19795            + lib/CPAN/t/01loadme.t lib/CPAN/t/02nox.t lib/CPAN/t/03pkgs.t
19796            + lib/CPAN/t/10version.t lib/CPAN/t/11mirroredby.t
19797            - lib/CPAN/t/Nox.t lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t
19798            - lib/CPAN/t/vcmp.t lib/CPAN/t/version.t
19799            ! MANIFEST lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
19800            ! lib/CPAN/HandleConfig.pm lib/CPAN/Nox.pm lib/CPAN/SIGNATURE
19801            ! lib/CPAN/Tarzip.pm lib/CPAN/Version.pm
19802 ____________________________________________________________________________
19803 [ 27190] By: merijn                                on 2006/02/15  09:11:12
19804         Log: Added hints/dragonfly.sh for #27189
19805      Branch: perl
19806            ! MANIFEST
19807 ____________________________________________________________________________
19808 [ 27189] By: merijn                                on 2006/02/15  09:07:43
19809         Log: Subject: Patch for perl to compile/work on DragonFlyBSD
19810              From: Robert Sebastian Gerus <arachnist@gmail.com>
19811              Date: Tue, 14 Feb 2006 17:27:52 +0100
19812              Message-ID: <4a1e16420602140827w17fd6595w@mail.gmail.com>
19813      Branch: perl
19814            + hints/dragonfly.sh
19815            ! Configure Makefile.SH
19816 ____________________________________________________________________________
19817 [ 27187] By: craigb                                on 2006/02/15  04:32:14
19818         Log: Subject: patch@27162 long path name support in readdir / cando_by_name
19819              From: "John E. Malmberg" <wb8tyw@qsl.net>
19820              Date: Sun, 12 Feb 2006 15:24:58 -0500
19821              Message-id: <43EF999A.1020500@qsl.net>
19822      Branch: perl
19823            ! vms/vms.c vms/vmsish.h
19824 ____________________________________________________________________________
19825 [ 27186] By: stevep                                on 2006/02/15  02:55:13
19826         Log: Version bump to go along with change #27185
19827      Branch: perl
19828            ! lib/Getopt/Long.pm
19829 ____________________________________________________________________________
19830 [ 27185] By: stevep                                on 2006/02/15  02:53:10
19831         Log: Subject: Getopt::Long::Configure 'no_getopt_compat'
19832              From: Abigail <abigail@abigail.nl>
19833              Date: Tue, 14 Feb 2006 23:58:07 +0100
19834              Message-ID: <20060214225806.GA4120@abigail.nl>
19835      Branch: perl
19836            ! lib/Getopt/Long.pm
19837 ____________________________________________________________________________
19838 [ 27184] By: nicholas                              on 2006/02/14  23:42:45
19839         Log: Back out change change 10214 (drop SVp_IOK from >> PRIVSHIFT) as it
19840              never felt quite correct, and other parts of the SV conversion
19841              implementation have improved such that the symptoms 10214 covered
19842              over are gone even without it.
19843      Branch: perl
19844            ! mg.c scope.c sv.c
19845 ____________________________________________________________________________
19846 [ 27182] By: stevep                                on 2006/02/14  17:50:06
19847         Log: Upgrade to Time-HiRes-1.87
19848      Branch: perl
19849            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19850            ! ext/Time/HiRes/t/HiRes.t
19851 ____________________________________________________________________________
19852 [ 27181] By: stevep                                on 2006/02/14  17:41:02
19853         Log: Hash::Util tests should check if Hash::Util has been built, not
19854              List::Util (spotted by Rafael).
19855      Branch: perl
19856            ! ext/Hash/Util/t/Util.t
19857 ____________________________________________________________________________
19858 [ 27180] By: stevep                                on 2006/02/14  17:08:08
19859         Log: Subject: [Patch] Enhance Hash::Util
19860              From: demerphq <demerphq@gmail.com>
19861              Date: Mon, 13 Feb 2006 11:39:33 +0100
19862              Message-ID: <9b18b3110602130239w311d05fcr776ae8333776ca2e@mail.gmail.com>
19863      Branch: perl
19864            + ext/Hash/Util/Changes ext/Hash/Util/Makefile.PL
19865            + ext/Hash/Util/Util.xs ext/Hash/Util/lib/Hash/Util.pm
19866            + ext/Hash/Util/t/Util.t
19867            - lib/Hash/Util.pm lib/Hash/Util.t
19868            ! MANIFEST win32/Makefile win32/makefile.mk
19869 ____________________________________________________________________________
19870 [ 27179] By: rgs                                   on 2006/02/14  13:23:04
19871         Log: One shouldn't be able to dereference a GLOB as a SCALAR.
19872              
19873              Subject: Re: [perl #38484] Data::Dumper only warns on unhandled reference types
19874              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19875              Date: Sun, 12 Feb 2006 09:18:39 -0800
19876              Message-ID: <20060212171839.GA3604@efn.org>
19877              
19878              plus regression tests.
19879      Branch: perl
19880            ! pp.c t/op/ref.t
19881 ____________________________________________________________________________
19882 [ 27178] By: rgs                                   on 2006/02/14  10:18:48
19883         Log: Remove a my_perl that slipped in
19884      Branch: perl
19885            ! perlio.c
19886 ____________________________________________________________________________
19887 [ 27177] By: rgs                                   on 2006/02/14  10:00:36
19888         Log: Subject: [PATCH] Sun Studio lint patches
19889              From: andy@petdance.com (Andy Lester)
19890              Date: Mon, 13 Feb 2006 23:46:17 -0600
19891              Message-ID: <20060214054617.GA8824@petdance.com>
19892      Branch: perl
19893            ! Makefile.SH gv.c hv.c op.c pad.c perlio.c pp.c pp_ctl.c
19894            ! pp_hot.c regcomp.c sv.c toke.c utf8.c
19895 ____________________________________________________________________________
19896 [ 27176] By: nicholas                              on 2006/02/13  21:46:13
19897         Log: Ensure that public I, N and P flags are off when SvTAINT is called on
19898              something that already has taint magic.
19899      Branch: perl
19900            ! sv.c
19901 ____________________________________________________________________________
19902 [ 27174] By: rgs                                   on 2006/02/13  17:27:59
19903         Log: Subject: [PATCH] perldiag.pod patching re: integer overflow
19904              From: andy@petdance.com (Andy Lester)
19905              Date: Sun, 12 Feb 2006 23:08:48 -0600
19906              Message-ID: <20060213050848.GB27993@petdance.com>
19907      Branch: perl
19908            ! pod/perldiag.pod pod/perlop.pod
19909 ____________________________________________________________________________
19910 [ 27173] By: rgs                                   on 2006/02/13  17:17:40
19911         Log: Subject: [perl #38346] [PATCH] Re: B::Deparse's bug?
19912              From: Stephen McCamant <smcc@mit.edu>
19913              Date: Wed, 8 Feb 2006 17:48:49 -0800
19914              Message-ID: <17386.40833.64309.454938@conquest.OCF.Berkeley.EDU>
19915      Branch: perl
19916            ! ext/B/B/Deparse.pm
19917 ____________________________________________________________________________
19918 [ 27172] By: steveh                                on 2006/02/13  16:46:14
19919         Log: Teach checkAUTHORS.pl about Changelogs with leading tabs
19920              in the log entries, and fix a malformed log entry in Changes5.005
19921      Branch: perl
19922            ! Changes5.005 Porting/checkAUTHORS.pl
19923 ____________________________________________________________________________
19924 [ 27171] By: steveh                                on 2006/02/13  16:03:23
19925         Log: Revert an assert() fix in the light of change #27152
19926              
19927              The MinGW problem described here:
19928              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-01/msg00146.html
19929              was fixed by change #26664. This is no longer relevant in the light of
19930              change #27152, so revert it.
19931              
19932              (The other problems with VC++ 6 and BCC, fixed by change #26634, have
19933              not gone away, however.)
19934      Branch: perl
19935            ! gv.h
19936 ____________________________________________________________________________
19937 [ 27169] By: nicholas                              on 2006/02/13  15:12:58
19938         Log: All the bits of clone_params.flags need to be initialised, not just
19939              CLONEf_JOIN_IN.
19940      Branch: perl
19941            ! ext/threads/threads.xs
19942 ____________________________________________________________________________
19943 [ 27166] By: nicholas                              on 2006/02/12  19:03:47
19944         Log: Fix change 27059 so that it actually works with >16 file descriptors.
19945              With programmers like these, we need Stadler & Waldorf on code review.
19946      Branch: perl
19947            ! perlio.c
19948 ____________________________________________________________________________
19949 [ 27162] By: nicholas                              on 2006/02/11  22:52:40
19950         Log: In perldiag.pod add an entry for the error message that change 27155
19951              introduced.
19952      Branch: perl
19953            ! pod/perldiag.pod
19954 ____________________________________________________________________________
19955 [ 27161] By: nicholas                              on 2006/02/11  16:10:22
19956         Log: Remove SOFT_CAST() as it no longer does anything useful.
19957      Branch: perl
19958            ! perl.h scope.h
19959 ____________________________________________________________________________
19960 [ 27159] By: nicholas                              on 2006/02/11  15:10:32
19961         Log: Coalesce 2 if blocks with duplicated conditions in Perl_sv_dup.
19962      Branch: perl
19963            ! sv.c
19964 ____________________________________________________________________________
19965 [ 27158] By: stevep                                on 2006/02/11  14:16:45
19966         Log: Test to go with change #27155.
19967      Branch: perl
19968            ! lib/integer.t
19969 ____________________________________________________________________________
19970 [ 27155] By: stevep                                on 2006/02/11  06:14:02
19971         Log: Die when integer overflow condition is detected in division under
19972              C<use integer>.  Hopefully fixes RT #38485.
19973      Branch: perl
19974            ! pp.c
19975 ____________________________________________________________________________
19976 [ 27154] By: nicholas                              on 2006/02/11  00:40:04
19977         Log: assert() that we can't reach two unreachable code paths
19978              (in Perl_magic_get and Perl_pp_shift).
19979      Branch: perl
19980            ! mg.c pp.c
19981 ____________________________________________________________________________
19982 [ 27153] By: nicholas                              on 2006/02/10  22:37:23
19983         Log: The return value from S_hv_auxinit can be ignored, as it's also stored
19984              within the passed in hv parameter.
19985      Branch: perl
19986            ! embed.fnc proto.h
19987 ____________________________________________________________________________
19988 [ 27152] By: steveh                                on 2006/02/10  17:46:35
19989         Log: A better fix than 27148
19990              
19991              Subject: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19992              From: Nicholas Clark <nick@ccl4.org>
19993              Date: Fri, 10 Feb 2006 14:58:47 +0000
19994              Message-ID: <20060210145847.GA85020@plum.flirble.org>
19995              
19996              Subject: RE: Win32 assert (was Re: Smoke [5.9.4] 27145 FAIL(M) MSWin32 WinXP/.Net SP2 (x86/2 cpu))
19997              From: "Jan Dubois" <jand@ActiveState.com>
19998              Date: Fri, 10 Feb 2006 09:03:41 -0800
19999              Message-ID: <024401c62e63$f1e53c10$6062a8c0@candy>
20000      Branch: perl
20001            ! embed.fnc embed.h hv.c perl.h proto.h sv.c
20002 ____________________________________________________________________________
20003 [ 27151] By: nicholas                              on 2006/02/10  14:25:33
20004         Log: With PERL_POISON defined, ensure freshly malloc()ed memory isn't zeros,
20005              and when PERL_TRACK_MEMPOOL is also defined scribble on any extension
20006              added by realloc().
20007      Branch: perl
20008            ! util.c
20009 ____________________________________________________________________________
20010 [ 27148] By: steveh                                on 2006/02/10  11:20:23
20011         Log: Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYS
20012      Branch: perl
20013            ! embed.fnc embed.h hv.c proto.h sv.c
20014 ____________________________________________________________________________
20015 [ 27145] By: nicholas                              on 2006/02/09  23:23:59
20016         Log: Change 27136 seems to have inadvertently upset some compilers,
20017              presumably where NULL was defined as 0, not (void *)0
20018      Branch: perl
20019            ! op.c
20020 ____________________________________________________________________________
20021 [ 27140] By: stevep                                on 2006/02/09  18:25:02
20022         Log: Fix breakage in S_set_csh() from change #27136.
20023      Branch: perl
20024            ! toke.c
20025 ____________________________________________________________________________
20026 [ 27139] By: gisle                                 on 2006/02/09  18:09:01
20027         Log: Document incompatible interpretation of chdir FOO.
20028              Ref change 27125.
20029      Branch: perl
20030            ! pod/perl594delta.pod
20031 ____________________________________________________________________________
20032 [ 27138] By: rgs                                   on 2006/02/09  17:49:18
20033         Log: Really regenerate headers
20034      Branch: perl
20035            ! embed.h proto.h
20036 ____________________________________________________________________________
20037 [ 27137] By: stevep                                on 2006/02/09  17:40:02
20038         Log: Regenerated headers for change #27136.
20039      Branch: perl
20040            ! embed.h proto.h
20041 ____________________________________________________________________________
20042 [ 27136] By: stevep                                on 2006/02/09  16:49:32
20043         Log: Subject: [PATCH] Trying my "remove the pTHXes" patch again
20044              From: Andy Lester <andy@petdance.com>
20045              Date: Thu, 9 Feb 2006 09:40:18 -0600
20046              Message-ID: <20060209154018.GA14610@petdance.com>
20047      Branch: perl
20048            ! Makefile.SH cc_runtime.h cop.h deb.c embed.fnc hv.c mg.c op.c
20049            ! op.h perl.c pp.c pp_ctl.c pp_sort.c regcomp.c regexec.c sv.c
20050            ! toke.c utf8.c util.c
20051 ____________________________________________________________________________
20052 [ 27135] By: rgs                                   on 2006/02/09  12:38:35
20053         Log: Skip new chdir warning test if fchdir is not available
20054      Branch: perl
20055            ! t/lib/warnings/pp_sys
20056 ____________________________________________________________________________
20057 [ 27134] By: nicholas                              on 2006/02/09  12:37:13
20058         Log: Avoid calling all the scanning code in gv_fetchpvn_flags when saving
20059              $1 etc, as we can perfom a hash lookup on %:: directly.
20060      Branch: perl
20061            ! regcomp.c
20062 ____________________________________________________________________________
20063 [ 27133] By: nicholas                              on 2006/02/08  20:57:24
20064         Log: lastparen in the regexp structure is never initialised, and so will
20065              still be uninitialised after a failed match, yet various points in
20066              mg.c read it come what may. Should fix bug 38461.
20067      Branch: perl
20068            ! regcomp.c
20069 ____________________________________________________________________________
20070 [ 27132] By: gisle                                 on 2006/02/08  17:52:16
20071         Log: Bareword file handles not supported for chown/chmod/utime.
20072      Branch: perl
20073            ! pod/perlfunc.pod
20074 ____________________________________________________________________________
20075 [ 27131] By: rgs                                   on 2006/02/08  16:57:48
20076         Log: Wave hands about encoding::warnings
20077      Branch: perl
20078            ! pod/perltodo.pod
20079 ____________________________________________________________________________
20080 [ 27130] By: rgs                                   on 2006/02/08  13:15:51
20081         Log: Subject: [perl #38464] chdir() on closed handles 
20082              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
20083              Date: Wed, 08 Feb 2006 01:33:54 -0800
20084              Message-ID: <rt-3.0.11-38464-129771.3.46114092925276@perl.org>
20085              
20086              Plus a regression test.
20087      Branch: perl
20088            ! pp_sys.c t/lib/warnings/pp_sys
20089 ____________________________________________________________________________
20090 [ 27129] By: stevep                                on 2006/02/08  03:23:27
20091         Log: Subject: [PATCH] Handle unused args
20092              From: andy@petdance.com (Andy Lester)
20093              Date: Tue, 7 Feb 2006 16:36:56 -0600
20094              Message-ID: <20060207223656.GA5177@petdance.com>
20095      Branch: perl
20096            ! doio.c pad.c perl.c pp_sys.c
20097 ____________________________________________________________________________
20098 [ 27128] By: stevep                                on 2006/02/08  03:04:05
20099         Log: Subject: [patch] several broken make *.valgrind targets
20100              From: Jim Cromie <jim.cromie@gmail.com>
20101              Date: Tue, 07 Feb 2006 15:11:54 -0700
20102              Message-ID: <43E91B2A.4060700@gmail.com>
20103      Branch: perl
20104            ! Makefile.SH
20105 ____________________________________________________________________________
20106 [ 27127] By: nicholas                              on 2006/02/08  00:05:44
20107         Log: Borland's C compiler warns that the & is unnecessary.
20108      Branch: perl
20109            ! pp.c
20110 ____________________________________________________________________________
20111 [ 27126] By: nicholas                              on 2006/02/07  18:01:26
20112         Log: Merging pp_bit_or and pp_bit_xor shrinks the object code by about .7K.
20113              The overloading tests are not free.
20114      Branch: perl
20115            ! mathoms.c opcode.h opcode.pl pp.c pp.h
20116 ____________________________________________________________________________
20117 [ 27125] By: gisle                                 on 2006/02/07  17:32:50
20118         Log: Allow bareword file handle as argument to chdir().
20119              This copies the mechanism used by truncate().
20120              Fixes bug #38457.
20121      Branch: perl
20122            ! embed.h op.c opcode.h opcode.pl pp.sym pp_proto.h pp_sys.c
20123            ! t/op/chdir.t
20124 ____________________________________________________________________________
20125 [ 27124] By: nicholas                              on 2006/02/07  17:12:08
20126         Log: All the trancendental unary operators can be merged into PP_sin
20127              (cos, exp, log, sqrt)
20128      Branch: perl
20129            ! mathoms.c opcode.h opcode.pl pp.c
20130 ____________________________________________________________________________
20131 [ 27123] By: nicholas                              on 2006/02/07  15:52:18
20132         Log: Avoid gcc warning about possibly uninitialised variables.
20133      Branch: perl
20134            ! pp.c
20135 ____________________________________________________________________________
20136 [ 27122] By: nicholas                              on 2006/02/07  15:28:41
20137         Log: Create new macros AMG_CALLun_var, AMG_CALLun_var and tryAMAGICun_var
20138              which don't do the pre-processor string manipulation internally.
20139      Branch: perl
20140            ! pp.c pp.h
20141 ____________________________________________________________________________
20142 [ 27121] By: nicholas                              on 2006/02/07  14:57:36
20143         Log: pp_pop can be implemented by pp_shift.
20144      Branch: perl
20145            ! mathoms.c opcode.h opcode.pl pp.c
20146 ____________________________________________________________________________
20147 [ 27120] By: rgs                                   on 2006/02/07  14:37:15
20148         Log: Subject: Re: [PATCH] Documentation patch for overload
20149              From: Steffen Mueller <dtr8sin02@sneakemail.com>
20150              Date: Mon, 06 Feb 2006 10:58:44 +0100
20151              Message-ID: <43E71DD4.5010108@sneakemail.com>
20152      Branch: perl
20153            ! lib/overload.pm
20154 ____________________________________________________________________________
20155 [ 27119] By: nicholas                              on 2006/02/07  14:11:42
20156         Log: pp_hex can be implemented trivially by pp_oct, making pp_hex a mathom.
20157      Branch: perl
20158            ! mathoms.c opcode.h opcode.pl pp.c
20159 ____________________________________________________________________________
20160 [ 27118] By: nicholas                              on 2006/02/07  13:13:44
20161         Log: Merge pp_index and pp_rindex - we have another mathom.
20162      Branch: perl
20163            ! mathoms.c opcode.h opcode.pl pp.c
20164 ____________________________________________________________________________
20165 [ 27117] By: nicholas                              on 2006/02/07  12:41:27
20166         Log: Some refactoring to converge pp_index and pp_rindex
20167      Branch: perl
20168            ! pp.c
20169 ____________________________________________________________________________
20170 [ 27116] By: nicholas                              on 2006/02/07  12:19:17
20171         Log: Fix bug 38454 (rindex corrects for $[ on bytes rather than UTF-8)
20172      Branch: perl
20173            ! pp.c t/op/index.t
20174 ____________________________________________________________________________
20175 [ 27115] By: craigb                                on 2006/02/07  04:46:47
20176         Log: Subject: Re: Configure.com issue, more quoting needed.
20177              From: Peter Prymmer <PPrymmer@factset.com>
20178              Date: Mon, 06 Feb 2006 13:27:14 -0500
20179              Message-id:  <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com>
20180      Branch: perl
20181            ! configure.com
20182 ____________________________________________________________________________
20183 [ 27114] By: craigb                                on 2006/02/07  04:39:09
20184         Log: Subject: patch@27082 Allow fatal exceptions to bring up VMS debugger
20185              From: "John E. Malmberg" <wb8tyw@qsl.net>
20186              Date: Sat, 04 Feb 2006 16:04:32 -0500
20187              Message-id: <43E516E0.1000508@qsl.net>
20188
20189      Branch: perl
20190            ! vms/perlvms.pod vms/vms.c
20191 ____________________________________________________________________________
20192 [ 27113] By: nicholas                              on 2006/02/06  22:28:41
20193         Log: Optimise index so that if the big string is ISO-8859-1 but the little
20194              string is UTF-8, it tries to downgrade the little string, rather than
20195              upgrade the big string. For half-meg big strings this is a fourfold
20196              speed gain.
20197      Branch: perl
20198            ! pp.c
20199 ____________________________________________________________________________
20200 [ 27112] By: nicholas                              on 2006/02/06  21:40:57
20201         Log: Given that the memory allocated in Perl_bytes_from_utf8 and
20202              Perl_bytes_to_utf8 will immediately be written to, I see no need to
20203              allocate it zeroed.
20204      Branch: perl
20205            ! utf8.c
20206 ____________________________________________________________________________
20207 [ 27111] By: nicholas                              on 2006/02/06  20:52:41
20208         Log: Rename S_glob_assign to S_glob_assign_glob
20209              Rename S_pvgv_assign to S_glob_assign_ref
20210              
20211              I don't think that they share enough common code to merge them.
20212      Branch: perl
20213            ! sv.c
20214 ____________________________________________________________________________
20215 [ 27110] By: nicholas                              on 2006/02/06  20:12:58
20216         Log: I think that "merge Perl_sv_2[inpu]v" and "reduce duplication in
20217              sv_setsv_flags" are about as done as they can be.
20218      Branch: perl
20219            ! pod/perltodo.pod
20220 ____________________________________________________________________________
20221 [ 27109] By: nicholas                              on 2006/02/06  20:04:35
20222         Log: In Perl_sv_upgrade, the assignment to new_type_details only needs to
20223              be done once.
20224      Branch: perl
20225            ! sv.c
20226 ____________________________________________________________________________
20227 [ 27108] By: stevep                                on 2006/02/06  19:43:17
20228         Log: Document the limitations of calling exit() (instead of _exit()) from
20229              a child process on Solaris.
20230      Branch: perl
20231            ! pod/perlfork.pod
20232 ____________________________________________________________________________
20233 [ 27107] By: nicholas                              on 2006/02/06  18:45:35
20234         Log: Remove a duplicate flag copy line from Perl_sv_setsv_flags.
20235      Branch: perl
20236            ! sv.c
20237 ____________________________________________________________________________
20238 [ 27106] By: nicholas                              on 2006/02/06  18:07:28
20239         Log: Move Perl_save_long, Perl_save_I16, Perl_save_I8, Perl_save_iv,
20240              Perl_save_nogv, Perl_save_list, Perl_save_destructor to mathoms.c
20241              Perl_save_svref can't actually move because it calls a static function.
20242      Branch: perl
20243            ! mathoms.c scope.c
20244 ____________________________________________________________________________
20245 [ 27105] By: nicholas                              on 2006/02/06  16:50:22
20246         Log: Expunge USE_5005THREADS from perl.c
20247      Branch: perl
20248            ! perl.c
20249 ____________________________________________________________________________
20250 [ 27104] By: nicholas                              on 2006/02/06  13:08:34
20251         Log: Fix bug #38439 - reference to typeglob assignment needs to be based
20252              on SvROK(sstr) rather than SvTYPE(sstr) == SVt_RV.
20253      Branch: perl
20254            ! sv.c t/op/gv.t
20255 ____________________________________________________________________________
20256 [ 27103] By: rgs                                   on 2006/02/06  09:42:33
20257         Log: Subject: [PATCH] 5.8.8: Unicos test skip (and for the record: config.sh and harness results)
20258              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
20259              Date: Sun, 05 Feb 2006 12:16:37 +0200
20260              Message-ID: <43E5D085.90400@iki.fi>
20261      Branch: perl
20262            ! lib/Math/BigInt/t/bigintc.t
20263 ____________________________________________________________________________
20264 [ 27102] By: stevep                                on 2006/02/06  04:48:04
20265         Log: Subject: [PATCH] Cleaning up shadowed variables
20266              From: Andy Lester <andy@petdance.com>
20267              Date: Sun, 5 Feb 2006 21:56:43 -0600
20268              Message-Id: <B375E848-FA07-479D-9571-FA3925106D16@petdance.com>
20269      Branch: perl
20270            ! op.c pp_ctl.c
20271 ____________________________________________________________________________
20272 [ 27101] By: nicholas                              on 2006/02/05  23:44:12
20273         Log: Merge the PVCV case into the common code in S_pvgv_assign.
20274      Branch: perl
20275            ! sv.c
20276 ____________________________________________________________________________
20277 [ 27100] By: nicholas                              on 2006/02/05  23:20:21
20278         Log: Merge the PVAV and PVHV clauses into the common code of S_pvgv_assign.
20279      Branch: perl
20280            ! sv.c
20281 ____________________________________________________________________________
20282 [ 27099] By: nicholas                              on 2006/02/05  23:02:58
20283         Log: Merge the default case (GvSV) with the common code in S_pvgv_assign.
20284      Branch: perl
20285            ! sv.c
20286 ____________________________________________________________________________
20287 [ 27098] By: nicholas                              on 2006/02/05  22:41:42
20288         Log: Start to merge the 6 arms of S_pvgv_assign into one.
20289      Branch: perl
20290            ! sv.c
20291 ____________________________________________________________________________
20292 [ 27097] By: nicholas                              on 2006/02/05  22:00:11
20293         Log: Subject: [patch] rework arenas - repair arenasets
20294              From: Jim Cromie <jim.cromie@gmail.com>
20295              Message-ID: <43E5F012.1080203@gmail.com>
20296              Date: Sun, 05 Feb 2006 05:31:14 -0700
20297      Branch: perl
20298            ! hv.c sv.c
20299 ____________________________________________________________________________
20300 [ 27096] By: rgs                                   on 2006/02/05  21:22:03
20301         Log: Subject: [PATCH] Documentation patch for overload
20302              From: Steffen Mueller <dtr8sin02@sneakemail.com>
20303              Date: Feb 5, 2006 12:26 PM
20304              Message-ID: <43E5E0E9.1070707@sneakemail.com>
20305      Branch: perl
20306            ! lib/overload.pm
20307 ____________________________________________________________________________
20308 [ 27095] By: nicholas                              on 2006/02/05  20:51:43
20309         Log: The message "Can't upgrade that kind of scalar" can be far more
20310              informative.
20311      Branch: perl
20312            ! pod/perldiag.pod sv.c
20313 ____________________________________________________________________________
20314 [ 27094] By: nicholas                              on 2006/02/05  20:33:57
20315         Log: new_body_type doesn't need to subtract the offset, that's what
20316              new_body_allocated is for.
20317      Branch: perl
20318            ! sv.c
20319 ____________________________________________________________________________
20320 [ 27093] By: nicholas                              on 2006/02/05  20:26:40
20321         Log: Yes, I broke Win32 with change 27089 by having a { in the wrong place.
20322      Branch: perl
20323            ! perl.c
20324 ____________________________________________________________________________
20325 [ 27092] By: nicholas                              on 2006/02/05  19:52:50
20326         Log: Remove "Can't upgrade to undef" from perldiag, as the corresponding
20327              code is now gone from sv_upgrade.
20328      Branch: perl
20329            ! pod/perldiag.pod
20330 ____________________________________________________________________________
20331 [ 27091] By: nicholas                              on 2006/02/05  19:45:37
20332         Log: Merge and refactor the PVAV and PVHV code in Perl_sv_upgrade, which
20333              reduces the object size by about 80 bytes.
20334      Branch: perl
20335            ! sv.c
20336 ____________________________________________________________________________
20337 [ 27090] By: nicholas                              on 2006/02/05  18:51:17
20338         Log: Eliminate a croak we can't get to.
20339      Branch: perl
20340            ! sv.c
20341 ____________________________________________________________________________
20342 [ 27089] By: nicholas                              on 2006/02/05  11:15:34
20343         Log: Without this Windows and Netware compilers should be complaining 
20344              about perl.c having code before a declaration, *but only if compiling
20345              with PERL_TRACK_MEMPOOL*. So, will it fix the smoke failures? Place
20346              bets now.
20347      Branch: perl
20348            ! perl.c
20349 ____________________________________________________________________________
20350 [ 27088] By: stevep                                on 2006/02/05  05:08:02
20351         Log: Don't export PL_memory_debug_header to Win32 (and others) unless 
20352              PERL_TRACK_MEMPOOL is defined.
20353      Branch: perl
20354            ! makedef.pl
20355 ____________________________________________________________________________
20356 [ 27087] By: stevep                                on 2006/02/05  04:13:27
20357         Log: Fixed embed.fnc entry for S_forbid_setid() and picked up a change in 
20358              pod/perlapi.pod for good measure when regenerating files.
20359      Branch: perl
20360            ! embed.fnc pod/perlapi.pod proto.h
20361 ____________________________________________________________________________
20362 [ 27086] By: nicholas                              on 2006/02/04  22:51:17
20363         Log: bcc was issuing a warning about this line in Perl_sv_2cv, so tweak it
20364              to keep it happy.
20365      Branch: perl
20366            ! sv.c
20367 ____________________________________________________________________________
20368 [ 27085] By: nicholas                              on 2006/02/04  22:13:08
20369         Log: Add regression tests to lib/charnames.t to ensure that unicore/Names.pl
20370              is 100% 7 bit ASCII.
20371      Branch: perl
20372            ! lib/charnames.t
20373 ____________________________________________________________________________
20374 [ 27084] By: nicholas                              on 2006/02/04  19:09:17
20375         Log: Enhance PERL_TRACK_MEMPOOL so that it also emulates the PerlHost
20376              behaviour of freeing up all memory at thread exit. With this and
20377              tools such as valgrind you will now get warnings as soon as you
20378              read from the deallocated memory, rather than just a warning much
20379              later about freeing to the wrong pool.
20380      Branch: perl
20381            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h pod/perltodo.pod
20382            ! sv.c util.c
20383 ____________________________________________________________________________
20384 [ 27083] By: nicholas                              on 2006/02/04  18:48:09
20385         Log: The TODO 'Tidy up global variables' can go, replaced with a second
20386              paragraph on 'Ordering of "global" variables'.
20387      Branch: perl
20388            ! pod/perltodo.pod
20389 ____________________________________________________________________________
20390 [ 27082] By: nicholas                              on 2006/02/04  17:11:54
20391         Log: I believe that mathoms have been completely TODOne.
20392      Branch: perl
20393            ! pod/perltodo.pod
20394 ____________________________________________________________________________
20395 [ 27081] By: nicholas                              on 2006/02/04  13:27:00
20396         Log: Rejig the definition of ARENAS_PER_SET to maximise the size of the
20397              array whilst keeping the structure within PERL_ARENA_SIZE.
20398      Branch: perl
20399            ! sv.c
20400 ____________________________________________________________________________
20401 [ 27080] By: nicholas                              on 2006/02/04  13:00:06
20402         Log: Tweak arena sets to avoid assignment between different pointers.
20403      Branch: perl
20404            ! sv.c
20405 ____________________________________________________________________________
20406 [ 27079] By: nicholas                              on 2006/02/04  12:28:03
20407         Log: Subject: [patch] arena rework - arena sets
20408              From: Jim Cromie <jim.cromie@gmail.com>
20409              Message-ID: <43DF4F66.4080808@gmail.com>
20410              Date: Tue, 31 Jan 2006 04:52:06 -0700
20411      Branch: perl
20412            ! embed.fnc embed.h hv.c proto.h sv.c
20413 ____________________________________________________________________________
20414 [ 27078] By: nicholas                              on 2006/02/04  11:10:52
20415         Log: warnings.h does some evil(*) pointer arithmetic on (SV *)0, so a
20416              simple replace of Nullsv with NULL turns out to be a bad idea.
20417              * Technically undefined behaviour, I believe.
20418      Branch: perl
20419            ! warnings.h warnings.pl
20420 ____________________________________________________________________________
20421 [ 27077] By: nicholas                              on 2006/02/04  10:37:08
20422         Log: Remove obsolete comment.
20423      Branch: perl
20424            ! perl.c
20425 ____________________________________________________________________________
20426 [ 27076] By: nicholas                              on 2006/02/03  23:21:37
20427         Log: S_find_beginning is only called from one place, so by hoisting the
20428              forbid_setid check for -x into the caller, we can eliminate the
20429              suidscript parameter from S_find_beginning.
20430      Branch: perl
20431            ! embed.fnc embed.h perl.c proto.h
20432 ____________________________________________________________________________
20433 [ 27075] By: nicholas                              on 2006/02/03  22:41:55
20434         Log: And as we've now got to the point where all calls to Perl_moreswitches
20435              have -1 as the second argument, we can remove the second argument,
20436              which gets us back to where we started, only with the elimination of
20437              a per-thread variable.
20438      Branch: perl
20439            ! embed.fnc embed.h perl.c proto.h toke.c
20440 ____________________________________________________________________________
20441 [ 27074] By: nicholas                              on 2006/02/03  22:18:45
20442         Log: The MSDOS-only call to moreswitches will never reach forbid_setid, so
20443              it can have a parameter of -1 without changing any behaviour.
20444              I see no reason to forbid "command line" switches when they are
20445              actually coming from the #! line of the script itself (as read by perl)
20446              as they must have been written by the owner of the script, rather than
20447              being crafted by the user manipulating the command line, and therefore
20448              cannot be subverted. (Or alternatively, can be subverted as easily as
20449              the rest of the script, and we're permitting *that* to be run)
20450      Branch: perl
20451            ! perl.c
20452 ____________________________________________________________________________
20453 [ 27073] By: nicholas                              on 2006/02/03  21:47:04
20454         Log: Pull the variables fdscript and suidscript into a much smaller scope.
20455              Replace suidscript with literal -1 where it could only have been -1.
20456              (Re-indent the other code inside the new block creating the scope.
20457              Rejig the indentation of the conditionals)
20458      Branch: perl
20459            ! perl.c
20460 ____________________________________________________________________________
20461 [ 27072] By: nicholas                              on 2006/02/03  21:23:21
20462         Log: Change 27070 failed to initialise a variable. (But despite that still
20463              passed all tests locally.)
20464      Branch: perl
20465            ! perl.c
20466 ____________________________________________________________________________
20467 [ 27071] By: nicholas                              on 2006/02/03  20:12:10
20468         Log: Silence a warning about "statement not reached" from the Sun C compiler.
20469              It was accurate - the conditional code used to give 2 return statements.
20470      Branch: perl
20471            ! mathoms.c
20472 ____________________________________________________________________________
20473 [ 27070] By: nicholas                              on 2006/02/03  20:10:07
20474         Log: Eliminating PL_suidscript is more tricky, and requires changing the
20475              prototype of Perl_moreswitches.
20476      Branch: perl
20477            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
20478            ! proto.h toke.c
20479 ____________________________________________________________________________
20480 [ 27069] By: nicholas                              on 2006/02/03  18:27:52
20481         Log: Passing the flag to S_forbit_setid as a single char rather than a
20482              string is a slight space optimisation.
20483      Branch: perl
20484            ! embed.fnc intrpvar.h perl.c proto.h
20485 ____________________________________________________________________________
20486 [ 27068] By: nicholas                              on 2006/02/03  18:10:45
20487         Log: Oops. I *thought* that I had checked that all changed files were open.
20488              Clearly not. (Fixes change 27066)
20489      Branch: perl
20490            ! embed.h embedvar.h perlapi.h proto.h
20491 ____________________________________________________________________________
20492 [ 27067] By: nicholas                              on 2006/02/03  17:06:43
20493         Log: Oops. When changing warnings.pl one should re-run it. Well spotted
20494              Rafael.
20495      Branch: perl
20496            ! warnings.h
20497 ____________________________________________________________________________
20498 [ 27066] By: nicholas                              on 2006/02/03  17:06:04
20499         Log: It's actually easier to get rid of PL_fdscript than we thought.
20500      Branch: perl
20501            ! embed.fnc intrpvar.h perl.c
20502 ____________________________________________________________________________
20503 [ 27065] By: nicholas                              on 2006/02/03  16:03:01
20504         Log: Subject: Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
20505              From: Steven Schubiger <schubiger@cpan.org>
20506              Message-ID: <20060203152449.GI12591@accognoscere.homeunix.org>
20507              Date: Fri, 3 Feb 2006 16:24:49 +0100
20508      Branch: perl
20509            ! cop.h doio.c doop.c dump.c embed.pl gv.c hv.c hv.h intrpvar.h
20510            ! locale.c mathoms.c mg.c op.c pad.c pad.h perl.c perlio.c
20511            ! perlio.h pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
20512            ! regexec.c scope.c sv.c sv.h thrdvar.h toke.c utf8.c util.c
20513            ! warnings.pl
20514 ____________________________________________________________________________
20515 [ 27064] By: rgs                                   on 2006/02/03  15:18:18
20516         Log: Fix file where internal XS functions are defined
20517      Branch: perl
20518            ! universal.c
20519 ____________________________________________________________________________
20520 [ 27063] By: rgs                                   on 2006/02/03  14:06:40
20521         Log: Help to compile on VMS with UNLINK_ALL_VERSIONS
20522              See :
20523              Subject: bug@26347 embed.fnc/embed.h with unlnk macro
20524              From: "John E. Malmberg" <wb8tyw@qsl.net>
20525              Date: Tue, 13 Dec 2005 22:18:56 -0500
20526              Message-ID: <439F8F20.4050207@qsl.net>
20527      Branch: perl
20528            ! perl.h
20529 ____________________________________________________________________________
20530 [ 27062] By: rgs                                   on 2006/02/03  13:46:46
20531         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_64.tar.gz
20532              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
20533              Date: Thu, 02 Feb 2006 12:35:41 +0100
20534              Message-ID: <87acda0z8y.fsf@k75.linux.bogus>
20535      Branch: perl
20536            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20537            ! lib/CPAN/SIGNATURE
20538 ____________________________________________________________________________
20539 [ 27061] By: rgs                                   on 2006/02/03  13:35:44
20540         Log: Subject: L<PerlIO> and Pod::Html
20541              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
20542              Date: Mon, 09 Jan 2006 12:53:15 +0900
20543              Message-Id: <20060109125220.3BB0.BQW10602@nifty.com>
20544      Branch: perl
20545            ! lib/Pod/Html.pm
20546 ____________________________________________________________________________
20547 [ 27060] By: nicholas                              on 2006/02/03  13:21:46
20548         Log: Subject: [PATCH] s/Nullcv/NULL/g
20549              From: Steven Schubiger <schubiger@cpan.org>
20550              Message-ID: <20060202150241.GF12591@accognoscere.homeunix.org>
20551              Date: Thu, 2 Feb 2006 16:02:41 +0100
20552      Branch: perl
20553            ! cop.h dump.c gv.c gv.h mg.c op.c pad.c perl.c pp_ctl.c sv.c
20554 ____________________________________________________________________________
20555 [ 27059] By: nicholas                              on 2006/02/03  13:06:00
20556         Log: Change PL_perlio_fd_refcnt from a fixed size static array to a pointer
20557              to a dynamic array.
20558      Branch: perl
20559            ! embedvar.h perlapi.h perlio.c perlvars.h
20560 ____________________________________________________________________________
20561 [ 27057] By: stevep                                on 2006/02/02  20:57:01
20562         Log: It would be nice to have tests in B for the functions getting changed.
20563      Branch: perl
20564            ! ext/B/t/b.t
20565 ____________________________________________________________________________
20566 [ 27056] By: stevep                                on 2006/02/02  20:42:56
20567         Log: Death to magic characters!  No pun intended.
20568      Branch: perl
20569            ! ext/B/B.xs
20570 ____________________________________________________________________________
20571 [ 27054] By: rgs                                   on 2006/02/02  14:24:03
20572         Log: Subject: Re: [PATCH] s/Null(av|ch)/NULL/g
20573              From: Steven Schubiger <schubiger@cpan.org>
20574              Date: Thu, 2 Feb 2006 10:38:49 +0100
20575              Message-ID: <20060202093849.GD12591@accognoscere.homeunix.org>
20576      Branch: perl
20577            ! XSUB.h cop.h doio.c doop.c dump.c gv.c hv.c hv.h locale.c
20578            ! malloc.c mathoms.c mg.c op.c op.h pad.c perl.c perl.h perlio.c
20579            ! perlsdio.h pod/perlapi.pod pp_sort.c pp_sys.c regcomp.h
20580            ! regexec.c sv.c sv.h thrdvar.h toke.c util.c
20581 ____________________________________________________________________________
20582 [ 27053] By: nicholas                              on 2006/02/02  12:31:30
20583         Log: gv_fetchpvn_flags ranks highly in the profile, and the ::/' scanning
20584              loop is iterated over millions of times. Add a flag GV_NOTQUAL purely
20585              as an optimisation, when the caller is passing in a string that is
20586              known not to contain any package separators.
20587      Branch: perl
20588            ! doio.c gv.c gv.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c
20589            ! toke.c util.c
20590 ____________________________________________________________________________
20591 [ 27052] By: rgs                                   on 2006/02/02  11:22:43
20592         Log: Update to Module::CoreList 3.04.
20593              Cleanup corelist manpage.
20594              Remove -w in corelist shebang to avoid spurious warnings.
20595      Branch: perl
20596            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
20597 ____________________________________________________________________________
20598 [ 27051] By: gisle                                 on 2006/02/02  10:05:32
20599         Log: perl-5.8.8 also contained change 27040.
20600      Branch: perl
20601            ! lib/Module/CoreList.pm
20602 ____________________________________________________________________________
20603 [ 27050] By: nicholas                              on 2006/02/02  00:36:38
20604         Log: Yet more instances of gv_fetchpv... that should be GV_ADD rather than
20605              TRUE.
20606              Convert two gv_fetchpvn_flags to gv_fetchpvs.
20607      Branch: perl
20608            ! doio.c gv.c perl.c pp_ctl.c pp_sort.c util.c
20609 ____________________________________________________________________________
20610 [ 27049] By: nicholas                              on 2006/02/02  00:24:06
20611         Log: And another assumption.
20612      Branch: perl
20613            ! gv.c
20614 ____________________________________________________________________________
20615 [ 27048] By: nicholas                              on 2006/02/01  23:38:53
20616         Log: Since PERL_COPY_ON_WRITE becamse PERL_OLD_COPY_ON_WRITE it seems that
20617              no-one has been testing it, as there was a const too far.
20618      Branch: perl
20619            ! sv.c
20620 ____________________________________________________________________________
20621 [ 27047] By: stevep                                on 2006/02/01  23:34:47
20622         Log: Doc nit found by Stephen Gordon.
20623      Branch: perl
20624            ! pod/perlfunc.pod
20625 ____________________________________________________________________________
20626 [ 27046] By: nicholas                              on 2006/02/01  23:03:11
20627         Log: doubleplusoops. Apart from the documented NUL termination assumption.
20628              Now removed.
20629      Branch: perl
20630            ! gv.c
20631 ____________________________________________________________________________
20632 [ 27045] By: nicholas                              on 2006/02/01  22:39:29
20633         Log: References can't have SVp_IOK or SVp_NOK set, so no need for all the
20634              conditional code to copy IVX and NVX if true. "You cannot get here".
20635      Branch: perl
20636            ! sv.c
20637 ____________________________________________________________________________
20638 [ 27044] By: nicholas                              on 2006/02/01  22:03:37
20639         Log: Oops. 1 NUL termination assumption remains in Perl_gv_fetchpvn_flags
20640      Branch: perl
20641            ! gv.c
20642 ____________________________________________________________________________
20643 [ 27043] By: nicholas                              on 2006/02/01  20:26:46
20644         Log: Correct my comment, so that it's actually useful. :-)
20645      Branch: perl
20646            ! sv.c
20647 ____________________________________________________________________________
20648 [ 27042] By: nicholas                              on 2006/02/01  19:30:52
20649         Log: , tweaked from
20650              Subject: Re: [:...:] and \p{...} character class equivalence in utf8 regexps
20651              From: Steve Purkis <Steve.Purkis@multimap.com>
20652              Message-Id: <0DAE5956-3ECC-4692-A0C9-C62C8F790C97@multimap.com>
20653              Date: Fri, 20 Jan 2006 12:35:06 -0500
20654      Branch: perl
20655            ! pod/perlre.pod
20656 ____________________________________________________________________________
20657 [ 27039] By: rgs                                   on 2006/02/01  18:07:26
20658         Log: Improve a bit the documentation for kill() with SIGNAL==0
20659      Branch: perl
20660            ! pod/perlfunc.pod
20661 ____________________________________________________________________________
20662 [ 27038] By: nicholas                              on 2006/02/01  18:05:20
20663         Log: Mmm, it looks like it's a bad plan to rebuild the TOC from a tree that
20664              has other modules in ext/
20665              TODO - fix buildtoc to cross check with MANIFEST.
20666      Branch: perl
20667            ! pod/perltoc.pod
20668 ____________________________________________________________________________
20669 [ 27037] By: nicholas                              on 2006/02/01  17:53:28
20670         Log: Integrate perl588delta.pod from maint, and re-run pod/buildtoc.
20671      Branch: perl
20672           +> pod/perl588delta.pod
20673            ! pod/perl.pod vms/descrip_mms.template
20674           !> MANIFEST Makefile.SH pod.lst pod/perltoc.pod win32/Makefile
20675           !> win32/makefile.mk win32/pod.mak
20676 ____________________________________________________________________________
20677 [ 27036] By: rgs                                   on 2006/02/01  17:49:53
20678         Log: Doc nit by Andy Dougherty
20679      Branch: perl
20680            ! README.aix
20681 ____________________________________________________________________________
20682 [ 27035] By: rgs                                   on 2006/02/01  16:14:07
20683         Log: autouse actually requires perl 5.6 at least.
20684      Branch: perl
20685            ! lib/autouse.pm
20686 ____________________________________________________________________________
20687 [ 27034] By: rgs                                   on 2006/02/01  15:51:35
20688         Log: Avoid "Prototype mismatch" warnings with autouse.
20689      Branch: perl
20690            ! lib/autouse.pm
20691 ____________________________________________________________________________
20692 [ 27033] By: rgs                                   on 2006/02/01  13:22:26
20693         Log: Fix corelist data for 5.8.8
20694      Branch: perl
20695            ! lib/Module/CoreList.pm
20696 ____________________________________________________________________________
20697 [ 27032] By: rgs                                   on 2006/02/01  12:41:37
20698         Log: More history
20699      Branch: perl
20700            ! pod/perlhist.pod
20701 ____________________________________________________________________________
20702 [ 27031] By: rgs                                   on 2006/02/01  12:30:14
20703         Log: Update to Module::CoreList 2.03 (includes 5.8.8 and 5.9.3)
20704      Branch: perl
20705            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
20706 ____________________________________________________________________________
20707 [ 27030] By: nicholas                              on 2006/02/01  11:53:04
20708         Log: Subject: [patch] arena rework - unify arenaroots
20709              From: Jim Cromie <jim.cromie@gmail.com>
20710              Message-ID: <43DF3D0A.3040102@gmail.com>
20711              Date: Tue, 31 Jan 2006 03:33:46 -0700
20712      Branch: perl
20713            ! embedvar.h hv.c intrpvar.h perlapi.h sv.c
20714 ____________________________________________________________________________
20715 [ 27028] By: nicholas                              on 2006/01/31  22:59:27
20716         Log: Make Perl_gv_fetchpvn_flags actually heed the passed in length.
20717              This means that \0 bytes in symbolic references now work.
20718      Branch: perl
20719            ! doio.c gv.c perl.c t/op/ref.t toke.c
20720 ____________________________________________________________________________
20721 [ 27027] By: stevep                                on 2006/01/31  18:42:31
20722         Log: Intel C Compiler 9.0 hatefully defines __GNUC__.  Unfortunately, 
20723              icc does not support gcc built-ins like __attribiute__.
20724      Branch: perl
20725            ! perl.h
20726 ____________________________________________________________________________
20727 [ 27022] By: nicholas                              on 2006/01/31  15:33:15
20728         Log: Subject: [perl #38380] Typo in perlfunc.pod 
20729              From: p.boven@sara.nl (via RT) <perlbug-followup@perl.org>
20730              Message-ID: <rt-3.0.11-38380-129047.11.4217468041333@perl.org>
20731              Date: Tue, 31 Jan 2006 05:22:28 -0800
20732      Branch: perl
20733            ! pod/perlfunc.pod
20734 ____________________________________________________________________________
20735 [ 27021] By: nicholas                              on 2006/01/31  15:10:37
20736         Log: Eliminate save_threadsv, as it is never linked to, and all it does
20737              post 5005 threads is croak().
20738      Branch: perl
20739            ! embed.fnc embed.h global.sym proto.h scope.c
20740 ____________________________________________________________________________
20741 [ 27016] By: rgs                                   on 2006/01/31  10:07:00
20742         Log: Subject: Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm build error)
20743              From: demerphq <demerphq@gmail.com>
20744              Date: Tue, 31 Jan 2006 09:55:25 +0100
20745              Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
20746      Branch: perl
20747            ! lib/ExtUtils/Install.pm
20748 ____________________________________________________________________________
20749 [ 27015] By: craigb                                on 2006/01/31  04:37:27
20750         Log: Subject: patch@26996 - patch around stat("_NLA0:") bug
20751              From: "John E. Malmberg" <wb8tyw@qsl.net>Date: Mon, 30 Jan 2006 23:21:34 -0500
20752              Message-id: <43DEE5CE.7060108@qsl.net>
20753
20754      Branch: perl
20755            ! vms/vms.c vms/vmsish.h
20756 ____________________________________________________________________________
20757 [ 27014] By: nicholas                              on 2006/01/31  00:15:26
20758         Log: Silence a warning from the MS compiler about signed/unsigned mismatch.
20759      Branch: perl
20760            ! util.c
20761 ____________________________________________________________________________
20762 [ 27010] By: rgs                                   on 2006/01/30  17:47:56
20763         Log: Add perl594delta
20764      Branch: perl
20765            + pod/perl594delta.pod
20766            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
20767            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20768            ! win32/pod.mak
20769 ____________________________________________________________________________
20770 [ 27009] By: nicholas                              on 2006/01/30  17:12:54
20771         Log: Change the author aliasing to reflect updates to AUTHORS.
20772      Branch: perl
20773            ! Porting/checkAUTHORS.pl
20774 ____________________________________________________________________________
20775 [ 27007] By: rgs                                   on 2006/01/30  16:58:47
20776         Log: Bump version number to 5.9.4
20777              Regenerate template config in Porting
20778      Branch: perl
20779            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
20780            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
20781            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
20782            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
20783            ! win32/makefile.mk wince/Makefile.ce wince/config_H.ce
20784 ____________________________________________________________________________
20785 [ 27006] By: nicholas                              on 2006/01/30  16:50:38
20786         Log: Silence another Irix compiler warning.
20787      Branch: perl
20788            ! toke.c
20789 ____________________________________________________________________________
20790 [ 27005] By: nicholas                              on 2006/01/30  16:29:38
20791         Log: Avoid a warning from the Irix C compiler.
20792      Branch: perl
20793            ! hv.c
20794 ____________________________________________________________________________
20795 [ 27004] By: stevep                                on 2006/01/30  15:04:50
20796         Log: Teach the Makefile how to cleanup config.over.
20797      Branch: perl
20798            ! Makefile.SH
20799 ____________________________________________________________________________
20800 [ 27002] By: nicholas                              on 2006/01/30  13:42:56
20801         Log: Code assumes that *FOO{SCALAR} will always return a scalar reference,
20802              so make it so, creating $FOO if necessary.
20803              (Effectively this is a policy decision that PERL_DONT_CREATE_GVSV is
20804              visible to XS code, but isn't visible to Perl code)
20805      Branch: perl
20806            ! pp.c t/op/gv.t
20807 ____________________________________________________________________________
20808 [ 27001] By: stevep                                on 2006/01/30  13:25:04
20809         Log: Add -DPTR_IS_LONG when building with -Duse64bitint on Solaris/i386.  
20810              Otherwise, the build fails in POSIX.
20811      Branch: perl
20812            ! hints/solaris_2.sh
20813 ____________________________________________________________________________
20814 [ 27000] By: nicholas                              on 2006/01/30  12:59:12
20815         Log: Use a union for storing the shared hash key reference count, rather
20816              than messy pointer hacks.
20817      Branch: perl
20818            ! ext/XS/APItest/APItest.xs hv.c hv.h perl.c
20819 ____________________________________________________________________________
20820 [ 26999] By: rgs                                   on 2006/01/30  09:52:06
20821         Log: Subject: [DOC PATCH] $^X isn't necessarily argv[0]
20822              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20823              Date: Mon, 30 Jan 2006 01:06:24 -0800
20824              Message-ID: <20060130090624.GA3760@efn.org>
20825      Branch: perl
20826            ! pod/perlvar.pod
20827 ____________________________________________________________________________
20828 [ 26998] By: merijn                                on 2006/01/30  09:10:53
20829         Log: Subject: [PATCH] maint and blead: unicos.sh hints
20830              From: Jarkko Hietaniemi <jhi@cc.hut.fi>
20831              Date: Sun, 29 Jan 2006 23:45:03 +0200 (EET)
20832              Message-Id: <200601292145.k0TLj3mW320311@kosh.hut.fi>
20833      Branch: perl
20834            ! hints/unicos.sh
20835 ____________________________________________________________________________
20836 [ 26997] By: nicholas                              on 2006/01/30  00:18:52
20837         Log: Assert that IVs and NVs can never be tainted.
20838      Branch: perl
20839            ! sv.c
20840 ____________________________________________________________________________
20841 [ 26996] By: nicholas                              on 2006/01/29  22:00:11
20842         Log: Solaris seems not to enjoy initialising constants from SIG_??? on 64
20843              bit builds.
20844      Branch: perl
20845            ! ext/POSIX/Makefile.PL
20846 ____________________________________________________________________________
20847 [ 26995] By: stevep                                on 2006/01/29  20:43:44
20848         Log: Upgrade to podlators-2.0.3
20849      Branch: perl
20850            ! lib/Pod/t/basic.t lib/Pod/t/color.t lib/Pod/t/man.t
20851            ! lib/Pod/t/termcap.t lib/Pod/t/text-options.t lib/Pod/t/text.t
20852 ____________________________________________________________________________
20853 [ 26994] By: rgs                                   on 2006/01/29  18:31:52
20854         Log: Email change for Steven Schubiger
20855      Branch: perl
20856            ! AUTHORS
20857 ____________________________________________________________________________
20858 [ 26993] By: merijn                                on 2006/01/29  10:14:09
20859         Log: Subject: Re: [patch] s/ar ts/ar s/g
20860              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
20861              Date: Thu, 26 Jan 2006 13:53:07 -0800
20862              Message-ID: <43D944C3.60101@ActiveState.com>
20863      Branch: perl
20864            ! Configure
20865 ____________________________________________________________________________
20866 [ 26991] By: nicholas                              on 2006/01/29  00:25:04
20867         Log: C compilers don't let you return void. Pay attention gcc, and
20868              stop aping Shildt.
20869      Branch: perl
20870            ! sv.c
20871 ____________________________________________________________________________
20872 [ 26990] By: nicholas                              on 2006/01/29  00:09:10
20873         Log: Avoid using space to create 2 functions just to force mathoms to be
20874              linked. Instead, force the link via the perl interpreter structure
20875              via a function pointer that gets replaced at run time anyway.
20876      Branch: perl
20877            ! embed.fnc embed.h intrpvar.h mathoms.c perl.c proto.h
20878 ____________________________________________________________________________
20879 [ 26989] By: nicholas                              on 2006/01/28  17:46:56
20880         Log: Call gv_fetchpvn_flags where we already know the length.
20881      Branch: perl
20882            ! doio.c toke.c
20883 ____________________________________________________________________________
20884 [ 26988] By: stevep                                on 2006/01/28  17:25:03
20885         Log: Upgrade to podlators-2.0.2
20886      Branch: perl
20887            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
20888            ! lib/Pod/Text/Termcap.pm lib/Pod/t/basic.t lib/Pod/t/color.t
20889            ! lib/Pod/t/man.t lib/Pod/t/termcap.t lib/Pod/t/text-options.t
20890            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
20891 ____________________________________________________________________________
20892 [ 26987] By: nicholas                              on 2006/01/28  17:15:21
20893         Log: Squeeze more flag manipulations together in sv_setsv_flags.
20894      Branch: perl
20895            ! sv.c
20896 ____________________________________________________________________________
20897 [ 26986] By: stevep                                on 2006/01/28  16:50:32
20898         Log: Upgrade to CPAN-1.83_59
20899      Branch: perl
20900            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
20901            ! lib/CPAN/SIGNATURE
20902 ____________________________________________________________________________
20903 [ 26985] By: stevep                                on 2006/01/28  16:43:43
20904         Log: Upgrade to Archive-Tar-1.28
20905      Branch: perl
20906            ! lib/Archive/Tar.pm lib/Archive/Tar/bin/ptardiff
20907            ! lib/Archive/Tar/t/02_methods.t
20908            ! lib/Archive/Tar/t/04_resolved_issues.t
20909 ____________________________________________________________________________
20910 [ 26983] By: nicholas                              on 2006/01/28  15:44:04
20911         Log: Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
20912              Many strlen()s saved.
20913      Branch: perl
20914            ! doio.c handy.h op.c perl.c pp_ctl.c pp_sort.c pp_sys.c toke.c
20915            ! util.c
20916 ____________________________________________________________________________
20917 [ 26982] By: nicholas                              on 2006/01/28  14:46:35
20918         Log: Merge the IOK and NOK clauses together in sv_setsv_flags.
20919      Branch: perl
20920            ! sv.c
20921 ____________________________________________________________________________
20922 [ 26981] By: nicholas                              on 2006/01/28  14:23:49
20923         Log: The flags manipulation in sv_setsv_flags can be more efficient.
20924      Branch: perl
20925            ! sv.c
20926 ____________________________________________________________________________
20927 [ 26980] By: nicholas                              on 2006/01/28  14:02:10
20928         Log: PERL_DONT_CREATE_GVSV wasn't as effective as it should have been.
20929      Branch: perl
20930            ! gv.c
20931 ____________________________________________________________________________
20932 [ 26979] By: nicholas                              on 2006/01/28  13:38:28
20933         Log: By changing SvVOK() from returning 0/1 to 0/pointer-to-magic we can
20934              save duplicating mg_find calls, without changing the semantics in any
20935              boolean context.
20936      Branch: perl
20937            ! sv.c sv.h util.c
20938 ____________________________________________________________________________
20939 [ 26978] By: nicholas                              on 2006/01/28  12:49:15
20940         Log: Pull the other large chunk of PVGV assignment code into S_pvgv_assign.
20941              There seems to be some duplication with S_glob_assign.
20942      Branch: perl
20943            ! sv.c
20944 ____________________________________________________________________________
20945 [ 26977] By: nicholas                              on 2006/01/28  12:26:47
20946         Log: Remove goto glob_assign;
20947      Branch: perl
20948            ! sv.c
20949 ____________________________________________________________________________
20950 [ 26976] By: nicholas                              on 2006/01/28  12:08:01
20951         Log: Pull glob_assign out from sv_setsv_flags into a static function.
20952      Branch: perl
20953            ! sv.c
20954 ____________________________________________________________________________
20955 [ 26975] By: rgs                                   on 2006/01/28  11:00:30
20956         Log: Update Changes
20957      Branch: perl
20958            ! Changes
20959 ____________________________________________________________________________
20960 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
20961         Log: Add perl 5.9.3 in release list
20962      Branch: perl
20963            ! pod/perlhist.pod
20964 ____________________________________________________________________________
20965 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
20966         Log: Subject: Re: Make Passive mode the default for Net::FTP
20967              From: Gisle Aas <gisle@ActiveState.com>
20968              Date: 27 Jan 2006 07:21:16 -0800
20969              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
20970      Branch: perl
20971            ! lib/Net/Config.pm lib/Net/FTP.pm
20972 ____________________________________________________________________________
20973 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
20974         Log: Oops. Forgot to add this file.
20975      Branch: perl
20976            + utils/ptardiff.PL
20977 ____________________________________________________________________________
20978 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
20979         Log: Regenerate META.yml
20980      Branch: perl
20981            ! META.yml
20982 ____________________________________________________________________________
20983 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
20984         Log: Regenerate Changes; remove ^M chars in Changes
20985      Branch: perl
20986            ! Changes
20987 ____________________________________________________________________________
20988 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
20989         Log: Remove patch number
20990      Branch: perl
20991            ! patchlevel.h
20992 ____________________________________________________________________________
20993 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
20994         Log: Mention ptardiff in perldelta.
20995      Branch: perl
20996            ! pod/perl593delta.pod
20997 ____________________________________________________________________________
20998 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
20999         Log: Don't install ptardiff in the module tree
21000      Branch: perl
21001            ! installperl
21002 ____________________________________________________________________________
21003 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
21004         Log: Install the ptardiff utility that comes with Archive::Tar
21005      Branch: perl
21006            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
21007            ! win32/Makefile win32/makefile.mk
21008 ____________________________________________________________________________
21009 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
21010         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
21011      Branch: perl
21012            ! installperl
21013 ____________________________________________________________________________
21014 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
21015         Log: Regenerate PODs
21016      Branch: perl
21017            ! pod/perlmodlib.pod pod/perltoc.pod
21018 ____________________________________________________________________________
21019 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
21020         Log: Some spelling fixes by David Landgren.
21021              Mention perltodo.
21022      Branch: perl
21023            ! pod/perl593delta.pod
21024 ____________________________________________________________________________
21025 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
21026         Log: Revert change 24461, now that change 26757 allows TEST
21027              to accept extra output from module tests
21028      Branch: perl
21029            ! cygwin/perlld.in
21030 ____________________________________________________________________________
21031 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
21032         Log: Subject: [PATCH] quiet gcc Info message in cygwin
21033              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21034              Date: Wed, 25 Jan 2006 19:16:09 -0800
21035              Message-ID: <20060126031608.GA2588@efn.org>
21036      Branch: perl
21037            ! hints/cygwin.sh
21038 ____________________________________________________________________________
21039 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
21040         Log: Remove note about #elif, see :
21041              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
21042              From: Steve Hay <steve.hay@uk.radan.com>
21043              Date: Fri, 27 Jan 2006 11:09:02 +0000
21044              Message-ID: <43D9FF4E.6010501@uk.radan.com>
21045      Branch: perl
21046            ! Porting/pumpkin.pod
21047 ____________________________________________________________________________
21048 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
21049         Log: A description of the new constants.
21050      Branch: perl
21051            ! pod/perl593delta.pod
21052 ____________________________________________________________________________
21053 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
21054         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
21055      Branch: perl
21056            ! mg.c
21057 ____________________________________________________________________________
21058 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
21059         Log: Safer implementation of RTRIM().
21060              Don't rely on SvCUR to be sane unless SvPOK.
21061      Branch: perl
21062            ! mg.c
21063 ____________________________________________________________________________
21064 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
21065         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
21066              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
21067              Message-ID: <43D941AF.1060503@ActiveState.com>
21068              Date: Thu, 26 Jan 2006 13:39:59 -0800
21069      Branch: perl
21070            ! mg.c
21071 ____________________________________________________________________________
21072 [ 26951] By: stevep                                on 2006/01/26  19:23:48
21073         Log: Fix a few nits in perl593delta
21074      Branch: perl
21075            ! pod/perl593delta.pod
21076 ____________________________________________________________________________
21077 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
21078         Log: miniperl isn't enough anymore to run pod2man.
21079      Branch: perl
21080            ! pod/Makefile.SH
21081 ____________________________________________________________________________
21082 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
21083         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
21084              grammer, more succinct)
21085      Branch: perl
21086            ! pod/perl593delta.pod
21087 ____________________________________________________________________________
21088 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
21089         Log: More work on perldelta
21090      Branch: perl
21091            ! pod/perl593delta.pod
21092 ____________________________________________________________________________
21093 [ 26947] By: steveh                                on 2006/01/26  16:25:20
21094         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
21095              such as was seen here:
21096              
21097              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
21098              From: demerphq <demerphq@gmail.com>
21099              Date: Thu, 26 Jan 2006 15:40:42 +0100
21100              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
21101      Branch: perl
21102            ! perl.c pod/perldiag.pod pod/perlport.pod
21103 ____________________________________________________________________________
21104 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
21105         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
21106              hash key scalars, so decompose them to normal scalars if they ever
21107              get here.
21108      Branch: perl
21109            ! mg.c
21110 ____________________________________________________________________________
21111 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
21112         Log: assertions.pm is dual-lived
21113      Branch: perl
21114            ! Porting/Maintainers.pl
21115 ____________________________________________________________________________
21116 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
21117         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
21118              From: Stephen McCamant <smcc@mit.edu>
21119              Date: Jan 24, 2006 7:23 AM
21120              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
21121      Branch: perl
21122            + ext/B/t/optree_misc.t
21123            ! MANIFEST ext/B/B.xs
21124 ____________________________________________________________________________
21125 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
21126         Log: Subject: Simplify &IO::Handle::say
21127              From: Gisle Aas <gisle@ActiveState.com>
21128              Date: 24 Jan 2006 05:01:28 -0800
21129              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
21130      Branch: perl
21131            ! ext/IO/lib/IO/Handle.pm
21132 ____________________________________________________________________________
21133 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
21134         Log: Fix a regression on suidperl : the error message "No #! line" was
21135              produced in erroneous cases, because we used to read values in a
21136              string buffer that pointed to nothing.
21137      Branch: perl
21138            ! perl.c
21139 ____________________________________________________________________________
21140 [ 26936] By: steveh                                on 2006/01/24  12:13:15
21141         Log: Remove d_nanosleep from win32 configs
21142              Change 19899 removed them before, but they have accidentally crept back.
21143      Branch: perl
21144            ! win32/config.bc win32/config.gc win32/config.vc
21145            ! win32/config.vc64
21146 ____________________________________________________________________________
21147 [ 26935] By: steveh                                on 2006/01/24  09:22:44
21148         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
21149              From: Gisle Aas <gisle@ActiveState.com>
21150              Date: 23 Jan 2006 02:12:04 -0800
21151              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
21152              
21153              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
21154              From: "Jan Dubois" <jand@ActiveState.com>
21155              Date: Mon, 23 Jan 2006 11:30:51 -0800
21156              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
21157      Branch: perl
21158            ! makedef.pl perl.c
21159 ____________________________________________________________________________
21160 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
21161         Log: More work on perldelta
21162      Branch: perl
21163            ! pod/perl593delta.pod
21164 ____________________________________________________________________________
21165 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
21166         Log: constant_add_symbol needs to be static, else static builds can fail at
21167              link time. (*How* many meanings is "static" overloaded with?)
21168      Branch: perl
21169            ! lib/ExtUtils/Constant/ProxySubs.pm
21170 ____________________________________________________________________________
21171 [ 26930] By: stevep                                on 2006/01/23  18:40:08
21172         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
21173              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
21174              Date: Mon, 23 Jan 2006 20:34:18 +0200
21175              Message-ID: <43D521AA.7030008@gmail.com>
21176      Branch: perl
21177            ! lib/ExtUtils/t/Embed.t
21178 ____________________________________________________________________________
21179 [ 26929] By: stevep                                on 2006/01/23  15:56:34
21180         Log: Upgrade to Pod-Simple-3.04
21181      Branch: perl
21182            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
21183            ! lib/Pod/Simple/Search.pm
21184 ____________________________________________________________________________
21185 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
21186         Log: Now that change #26410 is reverted, mark as TODO the tests added
21187              by change #26925.
21188      Branch: perl
21189            ! t/op/pat.t
21190 ____________________________________________________________________________
21191 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
21192         Log: Missing chunk in change #26926
21193      Branch: perl
21194            ! t/op/taint.t
21195 ____________________________________________________________________________
21196 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
21197         Log: Revert change 26410, marking the test that was added there as TODO.
21198              See the thread :
21199              Subject: LVALUE m//g (was Re: au revoir ...)
21200              From: Nicholas Clark <nick@ccl4.org>
21201              Date: Jan 18, 2006 9:30 PM
21202              Message-ID: <20060118203058.GQ616@plum.flirble.org>
21203      Branch: perl
21204            ! op.c
21205 ____________________________________________________________________________
21206 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
21207         Log: Change the regression test added by 26410 to use test.pl; this makes
21208              it easier to TODO if needed.
21209              Add the TODO test provided by Rick Delaney, but not as TODO, because
21210              change 26410 also made pos on LVALUE subroutines work for the first
21211              time.
21212      Branch: perl
21213            ! t/op/pat.t t/op/taint.t
21214 ____________________________________________________________________________
21215 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
21216         Log: Un-const magic virtual tables; this consting breaks the nasty
21217              things done by Swig, as noticed by Audrey.
21218      Branch: perl
21219            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
21220 ____________________________________________________________________________
21221 [ 26923] By: stevep                                on 2006/01/23  14:35:52
21222         Log: Upgrade to CPAN-1.83_58
21223      Branch: perl
21224            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
21225            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
21226            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
21227 ____________________________________________________________________________
21228 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
21229         Log: Avoid warning with MS Visual C compiler.
21230              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
21231      Branch: perl
21232            ! ext/Encode/Encode.xs
21233 ____________________________________________________________________________
21234 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
21235         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
21236              From: Gisle Aas <gisle@ActiveState.com>
21237              Date: 18 Jan 2006 09:28:24 -0800
21238              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
21239      Branch: perl
21240            ! ext/IO/lib/IO/Socket/INET.pm
21241 ____________________________________________________________________________
21242 [ 26919] By: craigb                                on 2006/01/21  17:05:07
21243         Log: Make Manifest.t do what is says it's doing.
21244      Branch: perl
21245            ! lib/ExtUtils/t/Manifest.t
21246 ____________________________________________________________________________
21247 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
21248         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
21249              the return value of upg_version() at least once in the core.
21250      Branch: perl
21251            ! pp_ctl.c util.c
21252 ____________________________________________________________________________
21253 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
21254         Log: Note 5.8.8-RC1
21255      Branch: perl
21256            ! pod/perlhist.pod
21257 ____________________________________________________________________________
21258 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
21259         Log: Upgrade to Devel::PPPort 3.08
21260      Branch: perl
21261            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21262            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21263            ! ext/Devel/PPPort/PPPort_pm.PL
21264            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
21265 ____________________________________________________________________________
21266 [ 26913] By: craigb                                on 2006/01/19  04:55:19
21267         Log: find_perl() must be after environment initialization
21268      Branch: perl
21269            ! ext/Devel/PPPort/t/ppphtest.t
21270 ____________________________________________________________________________
21271 [ 26912] By: stevep                                on 2006/01/19  02:58:37
21272         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
21273              to fail on VMS.
21274      Branch: perl
21275            ! ext/List/Util/t/p_tainted.t
21276 ____________________________________________________________________________
21277 [ 26911] By: stevep                                on 2006/01/19  02:32:06
21278         Log: Fix another concatenated filepath in a test for Digest::SHA.
21279      Branch: perl
21280            ! ext/Digest/SHA/t/6-dump-load.t
21281 ____________________________________________________________________________
21282 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
21283         Log: Integrate 26847 from maint.
21284              [Whoops, that was never the plan. Didn't realise which directory I was
21285              in]
21286      Branch: perl
21287           !> AUTHORS Porting/Maintainers.pl
21288 ____________________________________________________________________________
21289 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
21290         Log: Change 26410 caused a regression, with the RVALUE return value of
21291              method calls now failing if bound to a global match. Add a TODO test.
21292      Branch: perl
21293            ! t/op/pat.t
21294 ____________________________________________________________________________
21295 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
21296         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
21297              These were introduced in change 26897.
21298      Branch: perl
21299            ! ext/Socket/Socket.pm
21300 ____________________________________________________________________________
21301 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
21302         Log: Use the IPPROTO_TCP constant instead of 6.
21303      Branch: perl
21304            ! ext/Socket/t/Socket.t
21305 ____________________________________________________________________________
21306 [ 26901] By: steveh                                on 2006/01/18  14:23:09
21307         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
21308              Keep NEWSV() itself for backwards-compatibility outside of the core,
21309              but don't advertise it any more.
21310              (cf. change #25101).
21311      Branch: perl
21312            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
21313            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
21314            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
21315            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
21316            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
21317            ! vms/ext/Stdio/Stdio.xs
21318 ____________________________________________________________________________
21319 [ 26900] By: stevep                                on 2006/01/18  13:32:09
21320         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
21321              VMS as well.
21322      Branch: perl
21323            ! ext/Digest/SHA/t/2-nist-sha-oo.t
21324 ____________________________________________________________________________
21325 [ 26899] By: stevep                                on 2006/01/18  13:09:10
21326         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
21327              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
21328              element that caused test failures on VMS (reported by John E. Malmberg
21329              <wb8tyw@qsl.net>).
21330      Branch: perl
21331            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
21332 ____________________________________________________________________________
21333 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
21334         Log: Make sure the most common IPPROTO_* constants are always available.
21335              These are well known numbers so it should not be a problem to
21336              hardcode values when no constant is provided by the C library.
21337              Ref <http://www.iana.org/assignments/protocol-numbers>.
21338              
21339              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
21340              and this change workaround that problem as well.
21341      Branch: perl
21342            ! ext/Socket/Makefile.PL
21343 ____________________________________________________________________________
21344 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
21345         Log: Suppress "statement not reached" warning from the Sun C compiler.
21346      Branch: perl
21347            ! doio.c
21348 ____________________________________________________________________________
21349 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
21350         Log: Explain better how that test count works.
21351      Branch: perl
21352            ! t/comp/require.t
21353 ____________________________________________________________________________
21354 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
21355         Log: New t/comp/require.t tests should go before the conditional exit.
21356      Branch: perl
21357            ! t/comp/require.t
21358 ____________________________________________________________________________
21359 [ 26889] By: craigb                                on 2006/01/18  05:12:10
21360         Log: special VMS handling no longer needed since we now close the file
21361      Branch: perl
21362            ! lib/File/Compare.t
21363 ____________________________________________________________________________
21364 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
21365         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
21366              Due to how embed.pl is implemented, this also has the unfortunate
21367              side-effect of removing __attribute__malloc__ from the attributes of
21368              this function, but given that the new pointer is stored elsewhere
21369              anyway, this shouldn't impact what gcc could have optimized.
21370      Branch: perl
21371            ! embed.fnc proto.h
21372 ____________________________________________________________________________
21373 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
21374         Log: Regression test for change #26881
21375      Branch: perl
21376            ! t/comp/require.t
21377 ____________________________________________________________________________
21378 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
21379         Log: The current OP that is tested in doeval() can be a require(), an
21380              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
21381              sure to take into account that it's the eval-related meaning of
21382              OPf_SPECIAL we're testing for, not the require-related one.
21383      Branch: perl
21384            ! pp_ctl.c
21385 ____________________________________________________________________________
21386 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
21387         Log: Make the description of $^M in perlvar a bit more clear
21388              w.r.t. cross-references to the INSTALL document. (spotted
21389              by Stas Bekman)
21390      Branch: perl
21391            ! pod/perlvar.pod
21392 ____________________________________________________________________________
21393 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
21394         Log: Subject: Re: [PATCH] Updated README.macosx
21395              From: Sherm Pendley <sherm@dot-app.org>
21396              Date: Mon, 16 Jan 2006 16:53:23 -0500
21397              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
21398      Branch: perl
21399            ! README.macosx
21400 ____________________________________________________________________________
21401 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
21402         Log: More readable MEM_WRAP_CHECK_1() macro.
21403              This form also avoids the "dead part of constant expression is nonconstant"
21404              warning from the Sun Studio 10 compiler.
21405      Branch: perl
21406            ! README.solaris handy.h
21407 ____________________________________________________________________________
21408 [ 26870] By: craigb                                on 2006/01/17  04:03:01
21409         Log: Dots in directory names aren't nice on VMS.
21410      Branch: perl
21411            ! lib/Archive/Tar/t/04_resolved_issues.t
21412 ____________________________________________________________________________
21413 [ 26869] By: craigb                                on 2006/01/17  03:28:20
21414         Log: more case tolerance for vms/ext/filespec.t
21415      Branch: perl
21416            ! vms/ext/filespec.t
21417 ____________________________________________________________________________
21418 [ 26868] By: stevep                                on 2006/01/16  22:31:52
21419         Log: Don't warn about a directory being closed in the DESTROY for
21420              IO::Dir.
21421      Branch: perl
21422            ! ext/IO/lib/IO/Dir.pm
21423 ____________________________________________________________________________
21424 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
21425         Log: defined %foo::bar:: wasn't working like it used to do in evals
21426              (and, consequently, when require'ing modules.)
21427      Branch: perl
21428            ! t/op/stash.t toke.c
21429 ____________________________________________________________________________
21430 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
21431         Log: Upgrade to Devel::PPPort 3.07
21432      Branch: perl
21433            + ext/Devel/PPPort/parts/base/5008007
21434            + ext/Devel/PPPort/parts/base/5009003
21435            + ext/Devel/PPPort/parts/inc/Sv_set
21436            + ext/Devel/PPPort/parts/inc/memory
21437            + ext/Devel/PPPort/parts/inc/variables
21438            + ext/Devel/PPPort/parts/todo/5008007
21439            + ext/Devel/PPPort/parts/todo/5009003
21440            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
21441            + ext/Devel/PPPort/t/variables.t
21442            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
21443            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
21444            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21445            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
21446            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
21447            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
21448            ! ext/Devel/PPPort/devel/buildperl.pl
21449            ! ext/Devel/PPPort/devel/mkapidoc.sh
21450            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
21451            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
21452            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
21453            ! ext/Devel/PPPort/parts/apicheck.pl
21454            ! ext/Devel/PPPort/parts/apidoc.fnc
21455            ! ext/Devel/PPPort/parts/base/5004000
21456            ! ext/Devel/PPPort/parts/base/5004050
21457            ! ext/Devel/PPPort/parts/base/5006000
21458            ! ext/Devel/PPPort/parts/base/5007001
21459            ! ext/Devel/PPPort/parts/base/5008001
21460            ! ext/Devel/PPPort/parts/embed.fnc
21461            ! ext/Devel/PPPort/parts/inc/MY_CXT
21462            ! ext/Devel/PPPort/parts/inc/SvPV
21463            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
21464            ! ext/Devel/PPPort/parts/inc/exception
21465            ! ext/Devel/PPPort/parts/inc/format
21466            ! ext/Devel/PPPort/parts/inc/grok
21467            ! ext/Devel/PPPort/parts/inc/limits
21468            ! ext/Devel/PPPort/parts/inc/mPUSH
21469            ! ext/Devel/PPPort/parts/inc/magic
21470            ! ext/Devel/PPPort/parts/inc/misc
21471            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
21472            ! ext/Devel/PPPort/parts/inc/newRV
21473            ! ext/Devel/PPPort/parts/inc/ppphbin
21474            ! ext/Devel/PPPort/parts/inc/ppphdoc
21475            ! ext/Devel/PPPort/parts/inc/ppphtest
21476            ! ext/Devel/PPPort/parts/inc/sv_xpvf
21477            ! ext/Devel/PPPort/parts/inc/threads
21478            ! ext/Devel/PPPort/parts/inc/uv
21479            ! ext/Devel/PPPort/parts/inc/version
21480            ! ext/Devel/PPPort/parts/ppptools.pl
21481            ! ext/Devel/PPPort/parts/todo/5004000
21482            ! ext/Devel/PPPort/parts/todo/5007001
21483            ! ext/Devel/PPPort/parts/todo/5008001
21484            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
21485            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
21486            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
21487 ____________________________________________________________________________
21488 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
21489         Log: Upgrade to Encode 2.14
21490      Branch: perl
21491            + ext/Encode/t/from_to.t
21492            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
21493            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
21494            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
21495            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
21496            ! ext/Encode/lib/Encode/MIME/Header.pm
21497            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
21498 ____________________________________________________________________________
21499 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
21500         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
21501              whose e-mail address I recognise.
21502      Branch: perl
21503            ! Porting/checkAUTHORS.pl
21504 ____________________________________________________________________________
21505 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
21506         Log: Add new directories from C::Zlib to make clean
21507      Branch: perl
21508            ! Makefile.SH
21509 ____________________________________________________________________________
21510 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
21511         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
21512              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
21513              Date: Sat, 14 Jan 2006 12:57:48 +0100
21514              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
21515      Branch: perl
21516            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
21517            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
21518 ____________________________________________________________________________
21519 [ 26857] By: craigb                                on 2006/01/14  16:45:56
21520         Log: Give up on through.t on VMS for now -- no can do with current 
21521              pipe implementation.
21522      Branch: perl
21523            ! t/io/through.t
21524 ____________________________________________________________________________
21525 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
21526         Log: Can now count the patches committed with --thanks-applied.
21527              Changes5.8's top 3:
21528              3332:   jhi
21529              321:    ams
21530              60:     nick
21531      Branch: perl
21532            ! Porting/checkAUTHORS.pl
21533 ____________________________________________________________________________
21534 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
21535         Log: Oops. When the e-mail address came first, or there was no name with it,
21536              checkAUTHORS.pl wasn't recognising it, which caused the change to be
21537              attributed to the committer rather than the author. This now reveals
21538              several people "missing" from the AUTHORS file.
21539      Branch: perl
21540            ! Porting/checkAUTHORS.pl
21541 ____________________________________________________________________________
21542 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
21543         Log: Some reordering and one new address for Stéphane Payrard
21544      Branch: perl
21545            ! Porting/checkAUTHORS.pl
21546 ____________________________________________________________________________
21547 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
21548         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
21549              AUTHORS where necessary.
21550      Branch: perl
21551            ! AUTHORS Porting/checkAUTHORS.pl
21552 ____________________________________________________________________________
21553 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
21554         Log: Add Ken Hirsch to AUTHORS.
21555      Branch: perl
21556            ! AUTHORS
21557 ____________________________________________________________________________
21558 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
21559         Log: e-mail update from Phil Lobbes
21560      Branch: perl
21561            ! AUTHORS Porting/checkAUTHORS.pl
21562 ____________________________________________________________________________
21563 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
21564         Log: Perldelta nits by Jim Cromie
21565      Branch: perl
21566            ! pod/perl593delta.pod
21567 ____________________________________________________________________________
21568 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
21569         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
21570              by Jim Cromie
21571      Branch: perl
21572            ! t/TEST
21573 ____________________________________________________________________________
21574 [ 26845] By: craigb                                on 2006/01/14  05:16:27
21575         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
21576              lookup stuff on older systems that don't know what it means (broken
21577              in #25306).
21578      Branch: perl
21579            ! vms/vms.c
21580 ____________________________________________________________________________
21581 [ 26844] By: craigb                                on 2006/01/14  05:02:38
21582         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
21583              having to do with dirent, opendir, etc.  Must be Friday the 13th.
21584      Branch: perl
21585            ! configure.com vms/vms.c vms/vmsish.h
21586 ____________________________________________________________________________
21587 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
21588         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
21589      Branch: perl
21590            ! Porting/checkAUTHORS.pl
21591 ____________________________________________________________________________
21592 [ 26835] By: stevep                                on 2006/01/13  19:31:19
21593         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
21594              in getopts.pl".
21595      Branch: perl
21596            ! t/op/local.t
21597 ____________________________________________________________________________
21598 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
21599         Log: Subject: Re: Today's compiling adventure
21600              From: Ken Hirsch <kenhirsch@ftml.net>
21601              Message-ID: <43C69F48.7090600@ftml.net>
21602              Date: Thu, 12 Jan 2006 13:26:16 -0500
21603      Branch: perl
21604            ! pp_sys.c
21605 ____________________________________________________________________________
21606 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
21607         Log: More perldelta work
21608      Branch: perl
21609            ! pod/perl593delta.pod
21610 ____________________________________________________________________________
21611 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
21612         Log: $utf8::VERSION++ # Documentation.
21613      Branch: perl
21614            ! lib/utf8.pm
21615 ____________________________________________________________________________
21616 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
21617         Log: Fix internal links in POD.
21618      Branch: perl
21619            ! lib/utf8.pm
21620 ____________________________________________________________________________
21621 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
21622         Log: More $VERSION bumps.
21623      Branch: perl
21624            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
21625 ____________________________________________________________________________
21626 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
21627         Log: Better wording for change 26796. Plus, make podchecker happy.
21628      Branch: perl
21629            ! lib/PerlIO.pm
21630 ____________________________________________________________________________
21631 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
21632         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
21633      Branch: perl
21634            ! perl.h
21635 ____________________________________________________________________________
21636 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
21637         Log: Add a link to the Opcode doc in Safe.
21638              (see RT CPAN ticket #8579)
21639      Branch: perl
21640            ! ext/Opcode/Safe.pm
21641 ____________________________________________________________________________
21642 [ 26813] By: craigb                                on 2006/01/13  01:12:44
21643         Log: Assorted VMS-only MakeMaker fixes for blead
21644      Branch: perl
21645            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21646            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
21647 ____________________________________________________________________________
21648 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
21649         Log: Make h2ph recognize (and skip) const and __const__ in C function
21650              prototypes. This makes it produce better files on linux-sparc64.
21651      Branch: perl
21652            ! utils/h2ph.PL
21653 ____________________________________________________________________________
21654 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
21655         Log: Upgrade to Devel::PPPort 3.06_01
21656      Branch: perl
21657            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
21658            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
21659            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
21660            ! ext/Devel/PPPort/devel/buildperl.pl
21661            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
21662            ! ext/Devel/PPPort/parts/apicheck.pl
21663            ! ext/Devel/PPPort/parts/apidoc.fnc
21664            ! ext/Devel/PPPort/parts/base/5006000
21665            ! ext/Devel/PPPort/parts/base/5009002
21666            ! ext/Devel/PPPort/parts/embed.fnc
21667            ! ext/Devel/PPPort/parts/inc/MY_CXT
21668            ! ext/Devel/PPPort/parts/inc/SvPV
21669            ! ext/Devel/PPPort/parts/inc/format
21670            ! ext/Devel/PPPort/parts/inc/grok
21671            ! ext/Devel/PPPort/parts/inc/misc
21672            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
21673            ! ext/Devel/PPPort/parts/inc/ppphbin
21674            ! ext/Devel/PPPort/parts/inc/ppphdoc
21675            ! ext/Devel/PPPort/parts/inc/ppphtest
21676            ! ext/Devel/PPPort/parts/inc/version
21677            ! ext/Devel/PPPort/parts/ppptools.pl
21678            ! ext/Devel/PPPort/parts/todo/5004040
21679            ! ext/Devel/PPPort/parts/todo/5005000
21680            ! ext/Devel/PPPort/parts/todo/5006000
21681            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
21682            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
21683 ____________________________________________________________________________
21684 [ 26808] By: merijn                                on 2006/01/12  19:54:57
21685         Log: Add new mpeix file from #26807
21686      Branch: perl
21687            ! MANIFEST
21688 ____________________________________________________________________________
21689 [ 26807] By: merijn                                on 2006/01/12  19:52:01
21690         Log: Subject: Re: Today's compiling adventure
21691              From: Ken Hirsch <kenhirsch@ftml.net>
21692              Date: Thu, 12 Jan 2006 13:26:16 -0500
21693              Message-ID: <43C69F48.7090600@ftml.net>
21694      Branch: perl
21695            + mpeix/mpeix_setjmp.c
21696            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
21697            ! pp_sys.c
21698 ____________________________________________________________________________
21699 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
21700         Log: $Socket::VERSION++; # You always miss one.
21701      Branch: perl
21702            ! ext/Socket/Socket.pm
21703 ____________________________________________________________________________
21704 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
21705         Log: Bump $VERSION in many modules that have changed.
21706      Branch: perl
21707            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
21708            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
21709            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
21710            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
21711            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
21712            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
21713            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
21714            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
21715            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
21716            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
21717            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
21718            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
21719 ____________________________________________________________________________
21720 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
21721         Log: Don't warn when localizing $[
21722      Branch: perl
21723            ! op.c t/lib/warnings/op
21724 ____________________________________________________________________________
21725 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
21726         Log: Subject: [perl #38205] misleading typo in perlfaq8
21727              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
21728              Date: Wed, 11 Jan 2006 14:56:28 -0800
21729              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
21730      Branch: perl
21731            ! pod/perlfaq8.pod
21732 ____________________________________________________________________________
21733 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
21734         Log: FAQ sync.
21735      Branch: perl
21736            ! pod/perlfaq.pod pod/perlfaq2.pod
21737 ____________________________________________________________________________
21738 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
21739         Log: Subject: [PATCH] Compress::Zlib
21740              From: "Paul Marquess" <paul.marquess@ntlworld.com>
21741              Date: Thu, 12 Jan 2006 13:20:58 -0000
21742              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
21743      Branch: perl
21744            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
21745            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
21746 ____________________________________________________________________________
21747 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
21748         Log: Subject: Re: cloning and foo_dup functions
21749              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21750              Date: Thu, 12 Jan 2006 01:41:18 -0800
21751              Message-ID: <20060112094118.GA1432@efn.org>
21752      Branch: perl
21753            ! embed.fnc pod/perltodo.pod proto.h
21754 ____________________________________________________________________________
21755 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
21756         Log: Test comment fix by Dominic Dunlop
21757      Branch: perl
21758            ! lib/locale.t
21759 ____________________________________________________________________________
21760 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
21761         Log: Typo fix.
21762      Branch: perl
21763            ! pod/perlvar.pod
21764 ____________________________________________________________________________
21765 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
21766         Log: Subject: [PATCH] fix for :crlf example 
21767              From: Xavier Noria <fxn@hashref.com> 
21768              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
21769              Date: Wed, 11 Jan 2006 23:11:49 +0100 
21770              
21771              plus bump its $VERSION
21772      Branch: perl
21773            ! lib/PerlIO.pm
21774 ____________________________________________________________________________
21775 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
21776         Log: A few more places that can use hv_fetchs().
21777              Ref change 26676.
21778      Branch: perl
21779            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
21780            ! utf8.c util.c
21781 ____________________________________________________________________________
21782 [ 26793] By: merijn                                on 2006/01/11  21:02:14
21783         Log: Cygwin issue (26792) and patchlevel (26790)
21784              
21785              Subject: Re: Cygwin status, maint and blead
21786              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21787              Date: Fri, 6 Jan 2006 13:47:10 -0800
21788              Message-ID: <20060106214710.GA592@efn.org>
21789              
21790              Subject: Re: Cygwin status, maint and blead
21791              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21792              Date: Thu, 10 Nov 2005 00:46:33 -0800
21793              Message-ID: <20051110084633.GA3364@efn.org>
21794      Branch: perl
21795            ! Configure
21796 ____________________________________________________________________________
21797 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
21798         Log: Make $( and $) list the groups in the order they
21799              are returned from the OS.  Linux seems to return
21800              the gids sorted and it seemed wrong for perl to
21801              reverse this order.
21802      Branch: perl
21803            ! mg.c
21804 ____________________________________________________________________________
21805 [ 26789] By: stevep                                on 2006/01/11  19:07:04
21806         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
21807              From: Dominic Dunlop <domo@computer.org>
21808              Date: Wed, 11 Jan 2006 19:52:20 +0100
21809              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
21810      Branch: perl
21811            ! lib/locale.t
21812 ____________________________________________________________________________
21813 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
21814         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
21815      Branch: perl
21816            ! embed.fnc embed.h proto.h util.c
21817 ____________________________________________________________________________
21818 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
21819         Log: Get rid of the following gcc format warnings by    simplifying the
21820              getgroups implementation:
21821              
21822              mg.c: In function Perl_magic_get':
21823              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
21824              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
21825              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
21826              
21827              Since we already cast the numeric Gid_t values to an IV it should not
21828              be too risky to also cast the Group_t values.  Converting these values
21829              with Gid_t_f wasn't quite right anyway.
21830      Branch: perl
21831            ! mg.c
21832 ____________________________________________________________________________
21833 [ 26785] By: steveh                                on 2006/01/11  14:07:47
21834         Log: Clean up temp files/dirs left by Archive-Tar tests
21835              
21836              Part of this reinstates change 25043 which was mistakenly removed
21837              by change 25312
21838      Branch: perl
21839            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
21840 ____________________________________________________________________________
21841 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
21842         Log: Make description of new warning introduced in change 26780 more precise
21843      Branch: perl
21844            ! pod/perldiag.pod
21845 ____________________________________________________________________________
21846 [ 26783] By: steveh                                on 2006/01/11  12:31:26
21847         Log: Clean up libdirs left behind by new Compress-Zlib
21848      Branch: perl
21849            ! win32/Makefile win32/makefile.mk
21850 ____________________________________________________________________________
21851 [ 26782] By: stevep                                on 2006/01/11  12:25:24
21852         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
21853              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
21854              Date: Wed, 11 Jan 2006 02:13:31 +0100
21855              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
21856      Branch: perl
21857            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
21858 ____________________________________________________________________________
21859 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
21860         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
21861      Branch: perl
21862            ! mg.c
21863 ____________________________________________________________________________
21864 [ 26780] By: stevep                                on 2006/01/11  11:53:07
21865         Log: Fix the new warning created with version-0.53
21866      Branch: perl
21867            ! pod/perldiag.pod util.c
21868 ____________________________________________________________________________
21869 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
21870         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
21871              argv[0] munging when $0 is assigned to.
21872      Branch: perl
21873            ! mg.c perl.c pod/perlembed.pod
21874 ____________________________________________________________________________
21875 [ 26778] By: steveh                                on 2006/01/11  09:04:38
21876         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
21877              of libwin32 (0.26), so bump the $VERSION a little
21878      Branch: perl
21879            ! win32/ext/Win32/Win32.pm
21880 ____________________________________________________________________________
21881 [ 26777] By: stevep                                on 2006/01/11  03:22:57
21882         Log: Upgrade to version-0.53
21883      Branch: perl
21884            ! lib/version.pm lib/version.t util.c
21885 ____________________________________________________________________________
21886 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
21887         Log: s/superceded/superseded/g
21888      Branch: perl
21889            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
21890 ____________________________________________________________________________
21891 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
21892         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
21893              From: Alan Burlison <Alan.Burlison@sun.com>
21894              Message-ID: <43C3D80E.20704@sun.com>
21895              Date: Tue, 10 Jan 2006 15:51:42 +0000
21896      Branch: perl
21897            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
21898 ____________________________________________________________________________
21899 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
21900         Log: Gisle is correct - $host needs to stay in case the user sets it
21901              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
21902      Branch: perl
21903            ! ext/Sys/Syslog/Syslog.pm
21904 ____________________________________________________________________________
21905 [ 26770] By: merijn                                on 2006/01/10  15:16:03
21906         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
21907              broken optimizer
21908              2. Remove a compiler warning in a try program
21909      Branch: perl
21910            ! hints/hpux.sh
21911 ____________________________________________________________________________
21912 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
21913         Log: Why should Syslog jump through hoops to look up the hostname so it can
21914              immediately convert it to an IP address, when all it really wants is
21915              a connection to the loopback device?
21916      Branch: perl
21917            ! ext/Sys/Syslog/Syslog.pm
21918 ____________________________________________________________________________
21919 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
21920         Log: If getservbyname fails tell what service the lookup
21921              attempt tried to use.
21922      Branch: perl
21923            ! ext/Sys/Syslog/Syslog.pm
21924 ____________________________________________________________________________
21925 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
21926         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
21927      Branch: perl
21928            ! toke.c
21929 ____________________________________________________________________________
21930 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
21931         Log: Remove Syslog tests that use external modules
21932      Branch: perl
21933            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
21934            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
21935            - ext/Sys/Syslog/t/portfs.t
21936            ! MANIFEST
21937 ____________________________________________________________________________
21938 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
21939         Log: Move initialization of old values prior to moreswitches()
21940              closer to their use and together with 'switches_done'.
21941      Branch: perl
21942            ! toke.c
21943 ____________________________________________________________________________
21944 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
21945         Log: Subject: [PATCH] It's the Barbie bus patch
21946              From: Andy Lester <andy@petdance.com>
21947              Date: Mon, 9 Jan 2006 23:42:43 -0600
21948              Message-ID: <20060110054243.GA26165@petdance.com>
21949      Branch: perl
21950            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
21951            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
21952            ! regexec.c sv.c toke.c uconfig.sh util.c
21953 ____________________________________________________________________________
21954 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
21955         Log: Remove stale date.
21956      Branch: perl
21957            ! pod/perlembed.pod
21958 ____________________________________________________________________________
21959 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
21960         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
21961              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
21962              Date: Mon, 9 Jan 2006 20:25:00 -0000
21963              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
21964      Branch: perl
21965            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
21966            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
21967            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
21968            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
21969            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
21970            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
21971            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
21972            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
21973            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
21974            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
21975            + ext/Compress/Zlib/t/04generic-deflate.t
21976            + ext/Compress/Zlib/t/04generic-gzip.t
21977            + ext/Compress/Zlib/t/04generic-rawdeflate.t
21978            + ext/Compress/Zlib/t/04generic-zip.t
21979            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
21980            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
21981            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
21982            + ext/Compress/Zlib/t/04zlib-generic-zip.t
21983            + ext/Compress/Zlib/t/12any-deflate.t
21984            + ext/Compress/Zlib/t/12any-gzip.t
21985            + ext/Compress/Zlib/t/12any-rawdeflate.t
21986            + ext/Compress/Zlib/t/12any-transparent.t
21987            + ext/Compress/Zlib/t/12any-zip.t
21988            + ext/Compress/Zlib/t/13prime-deflate.t
21989            + ext/Compress/Zlib/t/13prime-gzip.t
21990            + ext/Compress/Zlib/t/13prime-rawdeflate.t
21991            + ext/Compress/Zlib/t/13prime-zip.t
21992            + ext/Compress/Zlib/t/15multi-deflate.t
21993            + ext/Compress/Zlib/t/15multi-gzip.t
21994            + ext/Compress/Zlib/t/15multi-rawdeflate.t
21995            + ext/Compress/Zlib/t/15multi-zip.t
21996            + ext/Compress/Zlib/t/16oneshot-deflate.t
21997            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
21998            + ext/Compress/Zlib/t/16oneshot-gzip.t
21999            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
22000            + ext/Compress/Zlib/t/16oneshot-zip-only.t
22001            + ext/Compress/Zlib/t/16oneshot-zip.t
22002            + ext/Compress/Zlib/t/19destroy-deflate.t
22003            + ext/Compress/Zlib/t/19destroy-gzip.t
22004            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
22005            + ext/Compress/Zlib/t/19destroy-zip.t
22006            + ext/Compress/Zlib/t/20tied-deflate.t
22007            + ext/Compress/Zlib/t/20tied-gzip.t
22008            + ext/Compress/Zlib/t/20tied-rawdeflate.t
22009            + ext/Compress/Zlib/t/20tied-zip.t
22010            + ext/Compress/Zlib/t/21newtied-deflate.t
22011            + ext/Compress/Zlib/t/21newtied-gzip.t
22012            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
22013            + ext/Compress/Zlib/t/21newtied-zip.t
22014            + ext/Compress/Zlib/t/22merge-deflate.t
22015            + ext/Compress/Zlib/t/22merge-gzip.t
22016            + ext/Compress/Zlib/t/22merge-rawdeflate.t
22017            + ext/Compress/Zlib/t/22merge-zip.t
22018            + ext/Compress/Zlib/t/25anyunc-deflate.t
22019            + ext/Compress/Zlib/t/25anyunc-gzip.t
22020            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
22021            + ext/Compress/Zlib/t/25anyunc-transparent.t
22022            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
22023            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
22024            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
22025            + t/lib/compress/generic.pl t/lib/compress/merge.pl
22026            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
22027            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
22028            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
22029            + t/lib/compress/zlib-generic.pl
22030            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
22031            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
22032            - ext/Compress/Zlib/t/16oneshot.t
22033            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22034            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22035            - t/lib/ZlibTestUtils.pm
22036            ! MANIFEST ext/Compress/Zlib/Changes
22037            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
22038            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
22039            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
22040            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
22041            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
22042            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
22043            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
22044            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
22045            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
22046            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
22047            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
22048            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
22049            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
22050            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
22051            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
22052            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
22053            ! ext/Compress/Zlib/t/03zlib-v1.t
22054            ! ext/Compress/Zlib/t/05examples.t
22055            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
22056            ! ext/Compress/Zlib/t/08encoding.t
22057            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22058            ! ext/Compress/Zlib/t/11truncate.t
22059            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
22060            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
22061            ! ext/Compress/Zlib/t/globmapper.t
22062 ____________________________________________________________________________
22063 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
22064         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
22065              This can only happen when perlparse is called with no argv.
22066              Don't try to update PL_origargv unless PL_origalen is at least 2.
22067      Branch: perl
22068            ! mg.c perl.c
22069 ____________________________________________________________________________
22070 [ 26759] By: craigb                                on 2006/01/10  04:28:25
22071         Log: Make FAKE,READONLY optional on VMS in test 21
22072      Branch: perl
22073            ! ext/Devel/Peek/t/Peek.t
22074 ____________________________________________________________________________
22075 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
22076         Log: Add Digest::SHA to the Win32 makefiles
22077      Branch: perl
22078            ! win32/Makefile win32/makefile.mk
22079 ____________________________________________________________________________
22080 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
22081         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
22082              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
22083              Date: Mon, 9 Jan 2006 06:38:25 -0800
22084              Message-ID: <20060109143825.GB4132@efn.org>
22085      Branch: perl
22086            ! t/TEST
22087 ____________________________________________________________________________
22088 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
22089         Log: Subject: [patch] more about embed.fnc in perlguts
22090              From: Jim Cromie <jim.cromie@gmail.com>
22091              Date: Sun, 08 Jan 2006 11:35:46 -0700
22092              Message-ID: <43C15B82.9090309@gmail.com>
22093              
22094              (with a few nits)
22095      Branch: perl
22096            ! embed.fnc pod/perlguts.pod
22097 ____________________________________________________________________________
22098 [ 26755] By: stevep                                on 2006/01/09  14:27:07
22099         Log: Added standard core header to test cases for Digest::SHA
22100      Branch: perl
22101            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
22102            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
22103            ! ext/Digest/SHA/t/2-nist-sha-1.t
22104            ! ext/Digest/SHA/t/2-nist-sha-224.t
22105            ! ext/Digest/SHA/t/2-nist-sha-256.t
22106            ! ext/Digest/SHA/t/2-nist-sha-384.t
22107            ! ext/Digest/SHA/t/2-nist-sha-512.t
22108            ! ext/Digest/SHA/t/2-nist-sha-base64.t
22109            ! ext/Digest/SHA/t/2-nist-sha-oo.t
22110            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
22111            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
22112            ! ext/Digest/SHA/t/3-gillogly-easy.t
22113            ! ext/Digest/SHA/t/3-gillogly-hard.t
22114            ! ext/Digest/SHA/t/4-bitstr-increasing.t
22115            ! ext/Digest/SHA/t/4-bitstr-large.t
22116            ! ext/Digest/SHA/t/4-bitstr-random.t
22117            ! ext/Digest/SHA/t/5-hmac-fips198.t
22118            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
22119            ! ext/Digest/SHA/t/5-hmac-sha-256.t
22120            ! ext/Digest/SHA/t/5-hmac-woodbury.t
22121            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
22122 ____________________________________________________________________________
22123 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
22124         Log: POSIX and Fcntl both export the same constants derived from the same
22125              C macros. Given that constants are now real inline and *defined*,
22126              rather than merely declared and AUTOLOADed as needed, it is best that
22127              POSIX quite litereally re-exports the constants defined by Fcntl.
22128      Branch: perl
22129            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
22130 ____________________________________________________________________________
22131 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
22132         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
22133              This is actually needed for the current Configure logic
22134              to pick up the real patchnum from the .patch file.
22135      Branch: perl
22136            ! patchlevel.h
22137 ____________________________________________________________________________
22138 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
22139         Log: Upgrade to Sys::Syslog 0.12
22140      Branch: perl
22141            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
22142            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
22143            ! ext/Sys/Syslog/t/podspell.t
22144 ____________________________________________________________________________
22145 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
22146         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
22147              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
22148              Date: Sun, 8 Jan 2006 23:47:33 -0000
22149              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
22150      Branch: perl
22151            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
22152            ! ext/Compress/Zlib/t/05examples.t
22153            ! ext/Compress/Zlib/t/06gzsetp.t
22154            ! ext/Compress/Zlib/t/08encoding.t
22155            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
22156            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
22157            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
22158            ! ext/Compress/Zlib/t/16oneshot.t
22159            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
22160            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
22161            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
22162 ____________________________________________________________________________
22163 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
22164         Log: Revert change 26749
22165      Branch: perl
22166            ! pod/perlvar.pod
22167 ____________________________________________________________________________
22168 [ 26749] By: davem                                 on 2006/01/09  02:20:51
22169         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
22170              From:  Xavier Noria <fxn@hashref.com>
22171              Date:  Sun, 23 Oct 2005 09:47:37 +0200
22172              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
22173              
22174              clarify which variables are always forced into main::
22175      Branch: perl
22176            ! pod/perlvar.pod
22177 ____________________________________________________________________________
22178 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
22179         Log: Cope with change entries that are \r terminated
22180      Branch: perl
22181            ! Porting/genlog
22182 ____________________________________________________________________________
22183 [ 26745] By: craigb                                on 2006/01/08  22:37:47
22184         Log: follow-up to 26740, shasum --> shasum.com
22185      Branch: perl
22186            ! vms/descrip_mms.template
22187 ____________________________________________________________________________
22188 [ 26744] By: craigb                                on 2006/01/08  22:19:39
22189         Log: Grr.  #26690 broke handling of old ODS-2 style names
22190              on current versions of VMS
22191      Branch: perl
22192            ! configure.com
22193 ____________________________________________________________________________
22194 [ 26743] By: craigb                                on 2006/01/08  22:14:13
22195         Log: VMS needs the meta-quoted version of $0
22196      Branch: perl
22197            ! lib/Test/Simple/t/is_deeply_fail.t
22198 ____________________________________________________________________________
22199 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
22200         Log: Install shasum on Windows and VMS too
22201      Branch: perl
22202            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
22203 ____________________________________________________________________________
22204 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
22205         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
22206              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
22207              Date: Mon, 09 Jan 2006 01:29:30 +0900
22208              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
22209      Branch: perl
22210            ! lib/open.pm pod/perlfunc.pod
22211 ____________________________________________________________________________
22212 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
22213         Log: Update copyright with the 2 years where changes were made.
22214      Branch: perl
22215            ! pad.h
22216 ____________________________________________________________________________
22217 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
22218         Log: Update the copyright years in the generated files, and nostdio.h
22219      Branch: perl
22220            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
22221 ____________________________________________________________________________
22222 [ 26735] By: davem                                 on 2006/01/08  20:41:16
22223         Log: document svt_copy, svt_dup and svt_local vtable slots
22224      Branch: perl
22225            ! pod/perlguts.pod
22226 ____________________________________________________________________________
22227 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
22228         Log: Add shasum (from Digest::SHA) to utils.lst
22229      Branch: perl
22230            ! utils.lst
22231 ____________________________________________________________________________
22232 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
22233         Log: Update copyright years (including some years where we made changes but
22234              did not update)
22235      Branch: perl
22236            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
22237            ! perlvars.h perly.c run.c scope.c taint.c thread.h
22238 ____________________________________________________________________________
22239 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
22240         Log: run pod/buildtoc --build-all
22241      Branch: perl
22242            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
22243            ! win32/Makefile win32/makefile.mk
22244 ____________________________________________________________________________
22245 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
22246         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
22247              tweaking
22248      Branch: perl
22249            ! pod/buildtoc
22250 ____________________________________________________________________________
22251 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
22252         Log: Add an option 'opened' which reports on the maintainers of all files
22253              perforce currently has open.
22254      Branch: perl
22255            ! Porting/Maintainers.pm
22256 ____________________________________________________________________________
22257 [ 26710] By: craigb                                on 2006/01/08  13:33:43
22258         Log: pod2usage2.t is not readily portable to VMS either
22259      Branch: perl
22260            ! t/pod/pod2usage2.t
22261 ____________________________________________________________________________
22262 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
22263         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
22264              the array ends up with shared hash key scalars, for a memory saving.
22265      Branch: perl
22266            ! ext/POSIX/POSIX.pm
22267 ____________________________________________________________________________
22268 [ 26708] By: merijn                                on 2006/01/08  12:27:29
22269         Log: Subject: [PATCH] blead: format warnings
22270              Date: Sat, 07 Jan 2006 21:42:08 +0200
22271              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22272              Message-ID: <43C01990.6020207@gmail.com>
22273      Branch: perl
22274            ! mg.c regcomp.c sv.c
22275 ____________________________________________________________________________
22276 [ 26707] By: merijn                                on 2006/01/08  09:53:56
22277         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
22278              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22279              Date: Sun, 08 Jan 2006 11:38:34 +0200
22280              Message-ID: <43C0DD9A.9080809@gmail.com>
22281      Branch: perl
22282            ! hints/dec_osf.sh
22283 ____________________________________________________________________________
22284 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
22285         Log: Add utils/shasum.PL to MANIFEST
22286      Branch: perl
22287            ! MANIFEST
22288 ____________________________________________________________________________
22289 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
22290         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
22291      Branch: perl
22292            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
22293            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
22294            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
22295            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
22296 ____________________________________________________________________________
22297 [ 26704] By: stevep                                on 2006/01/08  04:17:08
22298         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
22299      Branch: perl
22300            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
22301            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
22302            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
22303            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
22304            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
22305            + ext/Digest/SHA/t/1-hello-world.t
22306            + ext/Digest/SHA/t/2-nist-sha-1.t
22307            + ext/Digest/SHA/t/2-nist-sha-224.t
22308            + ext/Digest/SHA/t/2-nist-sha-256.t
22309            + ext/Digest/SHA/t/2-nist-sha-384.t
22310            + ext/Digest/SHA/t/2-nist-sha-512.t
22311            + ext/Digest/SHA/t/2-nist-sha-base64.t
22312            + ext/Digest/SHA/t/2-nist-sha-oo.t
22313            + ext/Digest/SHA/t/2-nist-vectors-bit.t
22314            + ext/Digest/SHA/t/2-nist-vectors-byte.t
22315            + ext/Digest/SHA/t/3-gillogly-easy.t
22316            + ext/Digest/SHA/t/3-gillogly-hard.t
22317            + ext/Digest/SHA/t/4-bitstr-increasing.t
22318            + ext/Digest/SHA/t/4-bitstr-large.t
22319            + ext/Digest/SHA/t/4-bitstr-random.t
22320            + ext/Digest/SHA/t/5-hmac-fips198.t
22321            + ext/Digest/SHA/t/5-hmac-rfc2202.t
22322            + ext/Digest/SHA/t/5-hmac-sha-256.t
22323            + ext/Digest/SHA/t/5-hmac-woodbury.t
22324            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
22325            + ext/Digest/SHA/t/gillogly/state.011
22326            + ext/Digest/SHA/t/gillogly/state.110
22327            + ext/Digest/SHA/t/nist/COPYRIGHT
22328            + ext/Digest/SHA/t/nist/Readme.txt
22329            + ext/Digest/SHA/t/nist/bit-hashes.sha1
22330            + ext/Digest/SHA/t/nist/bit-messages.sha1
22331            + ext/Digest/SHA/t/nist/byte-hashes.sha1
22332            + ext/Digest/SHA/t/nist/byte-messages.sha1
22333            + ext/Digest/SHA/t/state/state.1
22334            + ext/Digest/SHA/t/state/state.256
22335            + ext/Digest/SHA/t/state/state.384
22336            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
22337            + utils/shasum.PL
22338            ! MANIFEST Porting/Maintainers.pl utils/Makefile
22339 ____________________________________________________________________________
22340 [ 26703] By: craigb                                on 2006/01/07  22:12:16
22341         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
22342              some other version-dependency checks.
22343      Branch: perl
22344            ! configure.com
22345 ____________________________________________________________________________
22346 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
22347         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
22348              and the greedy quantifier on the (?:) don't fight each other until the
22349              C stack is exhausted.
22350      Branch: perl
22351            ! lib/Pod/Simple/BlackBox.pm
22352 ____________________________________________________________________________
22353 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
22354         Log: Reorder Fcntl's bootstrapping so that the constants actually get
22355              inlined within the functions that Fcntl defines.
22356      Branch: perl
22357            ! ext/Fcntl/Fcntl.pm
22358 ____________________________________________________________________________
22359 [ 26695] By: davem                                 on 2006/01/07  03:13:08
22360         Log: preserve the referent associated with a shared RV.
22361              its faster, and the user doesn't see a different address each time
22362              for ref($sharedref).
22363      Branch: perl
22364            ! ext/threads/shared/shared.xs
22365 ____________________________________________________________________________
22366 [ 26694] By: stevep                                on 2006/01/07  03:13:05
22367         Log: Additional const prototype fixes.
22368      Branch: perl
22369            ! os2/os2.c wince/wince.c
22370 ____________________________________________________________________________
22371 [ 26693] By: davem                                 on 2006/01/07  01:24:37
22372         Log: fix coredump on 'local $shared[N]' introduced by change #24942
22373      Branch: perl
22374            ! ext/threads/shared/shared.xs
22375 ____________________________________________________________________________
22376 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
22377         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
22378              better to subtract the number of tests that don't get run.
22379      Branch: perl
22380            ! t/comp/require.t
22381 ____________________________________________________________________________
22382 [ 26690] By: craigb                                on 2006/01/06  23:16:30
22383         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
22384      Branch: perl
22385            ! configure.com
22386 ____________________________________________________________________________
22387 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
22388         Log: Correct the typo in the description of change 24253
22389      Branch: perl
22390            ! Changes
22391 ____________________________________________________________________________
22392 [ 26685] By: stevep                                on 2006/01/06  21:59:00
22393         Log: Upgrade to version-0.52
22394      Branch: perl
22395            ! lib/version.pm lib/version.pod lib/version.t sv.c
22396            ! t/op/sprintf.t util.c
22397 ____________________________________________________________________________
22398 [ 26684] By: davem                                 on 2006/01/06  21:13:12
22399         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
22400              struct. Also document how it works.
22401      Branch: perl
22402            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
22403 ____________________________________________________________________________
22404 [ 26680] By: stevep                                on 2006/01/06  18:59:54
22405         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
22406              Perl core, but not the modules, to compile cleanly. 
22407      Branch: perl
22408            ! djgpp/djgpp.c djgpp/djgpp.h
22409 ____________________________________________________________________________
22410 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
22411         Log: Negating an unsigned value generates warnings for some compilers, so
22412              cast it first.
22413      Branch: perl
22414            ! lib/ExtUtils/Constant/ProxySubs.pm
22415 ____________________________________________________________________________
22416 [ 26677] By: steveh                                on 2006/01/06  17:20:47
22417         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
22418              
22419              (Fixes BCC compilation error in POSIX introduced by change 26455)
22420      Branch: perl
22421            ! ext/POSIX/Makefile.PL
22422 ____________________________________________________________________________
22423 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
22424         Log: Subject: [PATCH] hv_fetchs() support
22425              From: Andy Lester <andy@petdance.com>
22426              Date: Fri, 6 Jan 2006 09:57:19 -0600
22427              Message-ID: <20060106155719.GB9035@petdance.com>
22428      Branch: perl
22429            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
22430 ____________________________________________________________________________
22431 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
22432         Log: Subject: [PATCH] sprinkle dVAR
22433              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
22434              Date: Fri, 06 Jan 2006 16:18:53 +0200
22435              Message-ID: <43BE7C4D.1010302@gmail.com>
22436      Branch: perl
22437            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
22438            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
22439            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
22440            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
22441            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
22442            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
22443 ____________________________________________________________________________
22444 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
22445         Log: Subject: [PATCH] performance tweaking op.c
22446              From: Andy Lester <andy@petdance.com>
22447              Date: Fri, 6 Jan 2006 01:44:48 -0600
22448              Message-ID: <20060106074448.GB3401@petdance.com>
22449      Branch: perl
22450            ! op.c
22451 ____________________________________________________________________________
22452 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
22453         Log: Remove code duplicated a few lines above by change 19695.
22454      Branch: perl
22455            ! toke.c
22456 ____________________________________________________________________________
22457 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
22458         Log: Move "DEVEL####" marker to the 'perl -v' output.
22459              This avoids problem with using STRINGIFY in patchlevel.h
22460              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
22461      Branch: perl
22462            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
22463 ____________________________________________________________________________
22464 [ 26671] By: stevep                                on 2006/01/06  13:04:44
22465         Log: Replacing broken call to savepvn() with savepvs() to get threaded
22466              Cygwin to compile again.
22467      Branch: perl
22468            ! perl.c
22469 ____________________________________________________________________________
22470 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
22471         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
22472              This feature was broken by change 19695 some years ago
22473              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
22474              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
22475      Branch: perl
22476            ! perl.c t/run/switches.t
22477 ____________________________________________________________________________
22478 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
22479         Log: Improve description of the -s switch.
22480              I found the "This means you can have switches
22481              with two leading dashes." sentence introduced by
22482              change 7144 really confusing.  The note after
22483              the example should make it clear enough that double
22484              dash switches can be used for those that insist.
22485      Branch: perl
22486            ! pod/perlrun.pod
22487 ____________________________________________________________________________
22488 [ 26668] By: merijn                                on 2006/01/05  21:04:32
22489         Log: Test if the probed availability of v?snprintf () is
22490              actually usable. Thanks to Russ and Jarkko.
22491      Branch: perl
22492            ! Configure
22493 ____________________________________________________________________________
22494 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
22495         Log: Upgrade to CPAN.pm 1.83
22496      Branch: perl
22497            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
22498            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
22499 ____________________________________________________________________________
22500 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
22501         Log: Regenerate PODs
22502      Branch: perl
22503            ! pod/perlmodlib.pod pod/perltoc.pod
22504 ____________________________________________________________________________
22505 [ 26664] By: steveh                                on 2006/01/05  17:24:44
22506         Log: Workaround another problem following change 26395
22507              
22508              MinGW doesn't like 26395 either! (ref: change 26634)
22509      Branch: perl
22510            ! gv.h
22511 ____________________________________________________________________________
22512 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
22513         Log: Really commit change 26662 (duh)
22514      Branch: perl
22515            ! pod.lst pod/perl.pod
22516 ____________________________________________________________________________
22517 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
22518         Log: Let table of contents know about perllinux man page
22519      Branch: perl
22520            ! pod.lst pod/perl.pod
22521 ____________________________________________________________________________
22522 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
22523         Log: Update Changes
22524      Branch: perl
22525            ! Changes
22526 ____________________________________________________________________________
22527 [ 26659] By: steveh                                on 2006/01/05  16:22:50
22528         Log: Subject: MinGW and lib/CORE/Win32.h
22529              From: "Sisyphus" <sisyphus1@optusnet.com.au>
22530              Date: Wed, 4 Jan 2006 21:29:19 +1100
22531              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
22532      Branch: perl
22533            ! win32/win32.h
22534 ____________________________________________________________________________
22535 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
22536         Log: Install less README files
22537      Branch: perl
22538            ! installperl
22539 ____________________________________________________________________________
22540 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
22541         Log: Remove old Pod::Man parser creation.
22542              Fix a run-time warning.
22543      Branch: perl
22544            ! installman
22545 ____________________________________________________________________________
22546 [ 26656] By: stevep                                on 2006/01/05  14:33:16
22547         Log: Change installman to instantiate a new Pod::Man instance for each
22548              file processed.  This is now required with podlators-2.0.
22549      Branch: perl
22550            ! installman
22551 ____________________________________________________________________________
22552 [ 26655] By: steveh                                on 2006/01/05  09:21:52
22553         Log: Reorder changes made in change 26630
22554              
22555              (Keep the order in win32/config.* and win32/config_H.* the same as in
22556              Configure and config_H.SH for easier diffing)
22557      Branch: perl
22558            ! win32/config.bc win32/config.gc win32/config.vc
22559            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22560            ! win32/config_H.vc win32/config_H.vc64
22561 ____________________________________________________________________________
22562 [ 26654] By: steveh                                on 2006/01/04  17:57:14
22563         Log: Run regen.pl (Just updating copyright years)
22564      Branch: perl
22565            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
22566            ! proto.h
22567 ____________________________________________________________________________
22568 [ 26653] By: steveh                                on 2006/01/04  17:49:38
22569         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
22570              PERL_IMPLICIT_CONTEXT is not defined
22571              
22572              Fixes non-threaded build errors on Win32 following change 26523
22573      Branch: perl
22574            ! makedef.pl
22575 ____________________________________________________________________________
22576 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
22577         Log: More copyright updates
22578      Branch: perl
22579            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
22580            ! pp_pack.c sv.h thread.h universal.c xsutils.c
22581 ____________________________________________________________________________
22582 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
22583         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22584              From: Jim Cromie <jim.cromie@gmail.com>
22585              Date: Tue, 03 Jan 2006 23:18:09 -0700
22586              Message-ID: <43BB68A1.7060708@gmail.com>
22587              
22588              With syntactic tweaks to the test file
22589      Branch: perl
22590            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
22591            ! ext/B/t/optree_constants.t
22592 ____________________________________________________________________________
22593 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
22594         Log: Move all the xxxpvs() macros to handy.h.
22595              This brings them closer to STR_WITH_LEN.  Besides only half
22596              of them were sv-related after change 26649.
22597      Branch: perl
22598            ! handy.h sv.h
22599 ____________________________________________________________________________
22600 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
22601         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
22602              Can't use STR_WITH_LEN() as argument to a macro :-(
22603      Branch: perl
22604            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
22605 ____________________________________________________________________________
22606 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
22607         Log: Add an extra NUL so that we can use sv_catpvs()
22608              for "our @F=split..." and get rid of 15 and the
22609              explaination for why it's there.
22610      Branch: perl
22611            ! toke.c
22612 ____________________________________________________________________________
22613 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
22614         Log: Get rid of hardcoded string length.
22615      Branch: perl
22616            ! thread.h
22617 ____________________________________________________________________________
22618 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
22619         Log: Introduce newSVpvs_share() macro.
22620              Gets rid of some hardcoded string lengths.
22621      Branch: perl
22622            ! op.c perl.c sv.h
22623 ____________________________________________________________________________
22624 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
22625         Log: Get rid of a few more hardcoded string lengths.
22626      Branch: perl
22627            ! locale.c mg.c perl.c perlio.c sv.c
22628 ____________________________________________________________________________
22629 [ 26644] By: stevep                                on 2006/01/04  13:13:50
22630         Log: Update copyright year.
22631      Branch: perl
22632            ! pp_sys.c
22633 ____________________________________________________________________________
22634 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
22635         Log: Fix some compilation warnings
22636      Branch: perl
22637            ! pp_hot.c
22638 ____________________________________________________________________________
22639 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
22640         Log: Get rid of a few more hardcoded string lengths.
22641      Branch: perl
22642            ! gv.c perl.c perlio.c pp_sys.c
22643 ____________________________________________________________________________
22644 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
22645         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
22646              Gets rid of many hardcoded string lengths.
22647      Branch: perl
22648            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
22649            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
22650            ! xsutils.c
22651 ____________________________________________________________________________
22652 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
22653         Log: Removed unused part of string passed to sv_catpvn().
22654      Branch: perl
22655            ! toke.c
22656 ____________________________________________________________________________
22657 [ 26639] By: stevep                                on 2006/01/04  12:31:17
22658         Log: Updates to various configurations courtesy of Jarkko.
22659      Branch: perl
22660            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
22661            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
22662            ! wince/config.ce
22663 ____________________________________________________________________________
22664 [ 26638] By: stevep                                on 2006/01/04  12:19:49
22665         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
22666      Branch: perl
22667            ! lib/DirHandle.pm
22668 ____________________________________________________________________________
22669 [ 26637] By: steveh                                on 2006/01/04  11:10:36
22670         Log: Make Borland and MinGW happy with change 26379
22671              
22672              (They both complain "invalid conversion from `void*' to `HWND__*'"
22673              otherwise)
22674      Branch: perl
22675            ! win32/perlhost.h
22676 ____________________________________________________________________________
22677 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
22678         Log: Fix typo in comment.
22679      Branch: perl
22680            ! handy.h
22681 ____________________________________________________________________________
22682 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
22683         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
22684      Branch: perl
22685            ! handy.h toke.c
22686 ____________________________________________________________________________
22687 [ 26634] By: steveh                                on 2006/01/04  10:39:13
22688         Log: Workaround Win32 compiler bugs following change 26395
22689              
22690              Can't understand what VC++ 6 and Borland don't like about it.  There
22691              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
22692              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
22693              are all happy.
22694      Branch: perl
22695            ! gv.h
22696 ____________________________________________________________________________
22697 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
22698         Log: Silence compiler warning; ref change 26598
22699      Branch: perl
22700            ! op.c
22701 ____________________________________________________________________________
22702 [ 26632] By: stevep                                on 2006/01/04  03:43:20
22703         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
22704      Branch: perl
22705            ! configure.com
22706 ____________________________________________________________________________
22707 [ 26631] By: stevep                                on 2006/01/04  03:31:08
22708         Log: Add warnings for the various other *dir() functions when attempted
22709              on invalid dirhandles.
22710      Branch: perl
22711            ! pod/perldiag.pod pp_sys.c
22712 ____________________________________________________________________________
22713 [ 26630] By: stevep                                on 2006/01/04  02:47:39
22714         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
22715              files.
22716      Branch: perl
22717            ! win32/config.bc win32/config.gc win32/config.vc
22718            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
22719            ! win32/config_H.vc win32/config_H.vc64
22720 ____________________________________________________________________________
22721 [ 26625] By: stevep                                on 2006/01/03  20:03:49
22722         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
22723              From: Mike Guy <mjtg@cam.ac.uk>
22724              Date: Tue, 03 Jan 2006 19:18:41 +0000 
22725              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
22726      Branch: perl
22727            ! pod/perlobj.pod
22728 ____________________________________________________________________________
22729 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
22730         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
22731              the NV only if the new body has an NV. (D'oh!)
22732      Branch: perl
22733            ! sv.c
22734 ____________________________________________________________________________
22735 [ 26617] By: stevep                                on 2006/01/03  18:14:27
22736         Log: Attemting to readdir() something that isn't a dirhandle should cause
22737              a warning.
22738      Branch: perl
22739            ! pod/perldiag.pod pp_sys.c
22740 ____________________________________________________________________________
22741 [ 26608] By: steveh                                on 2006/01/03  15:57:18
22742         Log: Fix release mode builds following change 26598
22743      Branch: perl
22744            ! cop.h
22745 ____________________________________________________________________________
22746 [ 26607] By: stevep                                on 2006/01/03  15:56:19
22747         Log: perldiag.pod additions to go with change #26602.
22748      Branch: perl
22749            ! pod/perldiag.pod
22750 ____________________________________________________________________________
22751 [ 26606] By: merijn                                on 2006/01/03  15:46:10
22752         Log: Add probe for snprintf () and vsnprintf ()
22753              
22754              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
22755              From: Steve Peters <steve@fisharerojo.org>
22756              Date: Mon, 2 Jan 2006 09:37:27 -0600
22757              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
22758      Branch: perl
22759            ! Configure Porting/Glossary config_h.SH handy.h
22760 ____________________________________________________________________________
22761 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
22762         Log: Update perldelta, up to change 25344 more or less.
22763      Branch: perl
22764            ! pod/perl593delta.pod
22765 ____________________________________________________________________________
22766 [ 26602] By: stevep                                on 2006/01/03  14:58:21
22767         Log: Bad symbols that are pretending to be dirhandles, should say they 
22768              are dirhandles in their error messages.
22769      Branch: perl
22770            ! gv.c
22771 ____________________________________________________________________________
22772 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
22773         Log: Sync perlfaq.
22774      Branch: perl
22775            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
22776            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
22777            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
22778            ! pod/perlfaq9.pod
22779 ____________________________________________________________________________
22780 [ 26598] By: davem                                 on 2006/01/03  12:29:38
22781         Log: silence some compiler warnings
22782      Branch: perl
22783            ! cop.h toke.c
22784 ____________________________________________________________________________
22785 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
22786         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22787              From: Jim Cromie <jim.cromie@gmail.com>
22788              Date: Mon, 02 Jan 2006 15:06:48 -0700
22789              Message-ID: <43B9A3F8.8060609@gmail.com>
22790      Branch: perl
22791            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
22792            ! ext/B/t/optree_constants.t
22793 ____________________________________________________________________________
22794 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
22795         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
22796              From: Stephen McCamant <smcc@mit.edu>
22797              Date: Mon, 2 Jan 2006 18:52:24 -0800
22798              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
22799      Branch: perl
22800            ! ext/B/B/Deparse.pm
22801 ____________________________________________________________________________
22802 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
22803         Log: Subject: [patch@26561] utf8.c const issue.
22804              From: "John E. Malmberg" <wb8tyw@qsl.net>
22805              Date: Mon, 02 Jan 2006 14:16:02 -0500
22806              Message-ID: <43B97BF2.2050201@qsl.net>
22807      Branch: perl
22808            ! utf8.c
22809 ____________________________________________________________________________
22810 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
22811         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
22812              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
22813              Date: Tue, 03 Jan 2006 00:33:27 +0100
22814              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
22815      Branch: perl
22816            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
22817 ____________________________________________________________________________
22818 [ 26591] By: davem                                 on 2006/01/03  02:20:28
22819         Log: ithreads: SVs that were only on the tmps stack leaked
22820      Branch: perl
22821            ! sv.c
22822 ____________________________________________________________________________
22823 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
22824         Log: The two never used NOTYET switch ops can go.
22825      Branch: perl
22826            ! pp_ctl.c
22827 ____________________________________________________________________________
22828 [ 26587] By: davem                                 on 2006/01/02  21:50:55
22829         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
22830              (change #25775 wasn't complete)
22831      Branch: perl
22832            ! sv.c
22833 ____________________________________________________________________________
22834 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
22835         Log: More missing AUTHORS
22836      Branch: perl
22837            ! AUTHORS Porting/checkAUTHORS.pl
22838 ____________________________________________________________________________
22839 [ 26581] By: craigb                                on 2006/01/02  19:22:52
22840         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
22841              From: "John E. Malmberg" <wb8tyw@qsl.net>
22842              Date: Mon, 02 Jan 2006 14:05:43 -0500
22843              Message-id: <43B97987.70201@qsl.net>
22844      Branch: perl
22845            ! vms/vms.c
22846 ____________________________________________________________________________
22847 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
22848         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
22849              Long term, need to fix the update changes script to cope.
22850      Branch: perl
22851            ! Changes
22852 ____________________________________________________________________________
22853 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
22854         Log: More missing AUTHORS
22855      Branch: perl
22856            ! AUTHORS Porting/checkAUTHORS.pl
22857 ____________________________________________________________________________
22858 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
22859         Log: Fix up missing and duplicate AUTHORS
22860      Branch: perl
22861            ! AUTHORS Porting/checkAUTHORS.pl
22862 ____________________________________________________________________________
22863 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
22864         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
22865              From: Jim Cromie <jim.cromie@gmail.com>
22866              Date: Sun, 01 Jan 2006 23:05:00 -0700
22867              Message-ID: <43B8C28C.20502@gmail.com>
22868      Branch: perl
22869            + ext/B/t/optree_constants.t
22870            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
22871 ____________________________________________________________________________
22872 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
22873         Log: Since we no longer autovivify stashes (change #26370), we need
22874              to turn off strict-refs on them, or we'll have a stricture
22875              error the first time we'd try to access them (when they'll be
22876              actually autovivified).
22877      Branch: perl
22878            ! op.c t/op/stash.t
22879 ____________________________________________________________________________
22880 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
22881         Log: Documentation fix for File::Temp::new
22882              
22883              Subject: [perl #38127] Bug in perldoc File::Temp 
22884              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
22885              Date: Mon, 02 Jan 2006 02:48:41 -0800
22886              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
22887      Branch: perl
22888            ! lib/File/Temp.pm
22889 ____________________________________________________________________________
22890 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
22891         Log: Happy New Year. (It's not just embed.pl).
22892      Branch: perl
22893            ! README opcode.pl perl.c reentr.pl
22894 ____________________________________________________________________________
22895 [ 26571] By: stevep                                on 2006/01/02  14:24:58
22896         Log: Note that the "unlink"ing directories is attempted when running as a
22897              superuser, and that some operating systems may not support it.
22898      Branch: perl
22899            ! pod/perlfunc.pod pod/perlrun.pod
22900 ____________________________________________________________________________
22901 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
22902         Log: Typo fix in the description of change 26370.
22903              (Also corrected in the repository) 
22904      Branch: perl
22905            ! Changes
22906 ____________________________________________________________________________
22907 [ 26569] By: davem                                 on 2006/01/02  12:09:37
22908         Log: add svt_local slot to magic vtable, and fix local $shared
22909      Branch: perl
22910            ! ext/threads/shared/shared.xs mg.c mg.h
22911 ____________________________________________________________________________
22912 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
22913         Log: Add 2006 to the copyright years in the header generated by embed.pl
22914      Branch: perl
22915            ! embed.pl
22916 ____________________________________________________________________________
22917 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
22918         Log: Subject: [patch] comment grammar and indentation, spurious tab
22919              From: Jim Cromie <jim.cromie@gmail.com>
22920              Date: Fri, 30 Dec 2005 22:45:55 -0700
22921              Message-ID: <43B61B13.3050704@gmail.com>
22922      Branch: perl
22923            ! sv.c
22924 ____________________________________________________________________________
22925 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
22926         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
22927              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
22928              Date: Sun, 01 Jan 2006 10:12:46 +0100
22929              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
22930      Branch: perl
22931            ! lib/CPAN.pm
22932 ____________________________________________________________________________
22933 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
22934         Log: Update copyrights for files modified in 2006
22935      Branch: perl
22936            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22937            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22938 ____________________________________________________________________________
22939 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
22940         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
22941      Branch: perl
22942            ! toke.c
22943 ____________________________________________________________________________
22944 [ 26558] By: merijn                                on 2006/01/01  10:42:16
22945         Log: Subject: [PATCH] Making 0 pointers to NULLs
22946              From: Andy Lester <andy@petdance.com>
22947              Date: Fri, 30 Dec 2005 23:05:58 -0600
22948              Message-ID: <20051231050558.GA29093@petdance.com>
22949      Branch: perl
22950            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22951            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22952 ____________________________________________________________________________
22953 [ 26556] By: merijn                                on 2006/01/01  10:23:19
22954         Log: Subject: [PATCH] Making 0 pointers to NULLs
22955              From: Andy Lester <andy@petdance.com>
22956              Date: Fri, 30 Dec 2005 23:05:58 -0600
22957              Message-ID: <20051231050558.GA29093@petdance.com>
22958      Branch: perl
22959            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
22960            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
22961 ____________________________________________________________________________
22962 [ 26555] By: davem                                 on 2005/12/31  23:24:26
22963         Log: make threads use MY_CXT API rather than using PL_modglobal
22964      Branch: perl
22965            ! ext/threads/threads.xs
22966 ____________________________________________________________________________
22967 [ 26554] By: davem                                 on 2005/12/31  21:36:05
22968         Log: tidy index arrangements in new MY_CXT code
22969      Branch: perl
22970            ! intrpvar.h sv.c util.c
22971 ____________________________________________________________________________
22972 [ 26553] By: stevep                                on 2005/12/31  18:45:37
22973         Log: Upgrade to CPAN-1.80_57
22974      Branch: perl
22975            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
22976            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
22977 ____________________________________________________________________________
22978 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
22979         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
22980      Branch: perl
22981            ! hv.c
22982 ____________________________________________________________________________
22983 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
22984         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
22985              would turn lazy delete on, causing the hash to become corrupted at the
22986              next iterator change.
22987      Branch: perl
22988            ! hv.c lib/Hash/Util.t
22989 ____________________________________________________________________________
22990 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
22991         Log: Remove unneeded test in Perl_hv_clear_placeholders.
22992              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
22993      Branch: perl
22994            ! hv.c
22995 ____________________________________________________________________________
22996 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
22997         Log: Subject: [PATCH] op/pack.t failure on Win64
22998              From: Jan Dubois <jand@activestate.com>
22999              Date: Dec 30, 2005 9:55 PM
23000              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
23001      Branch: perl
23002            ! pp_pack.c
23003 ____________________________________________________________________________
23004 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
23005         Log: Add a test for change 26547. (We no longer expect to see errors about
23006              unbalanced string table reference counts.)
23007      Branch: perl
23008            ! t/op/stash.t
23009 ____________________________________________________________________________
23010 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
23011         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
23012              Panic if we seem to be looping forever.
23013      Branch: perl
23014            ! hv.c pod/perldiag.pod
23015 ____________________________________________________________________________
23016 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
23017         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
23018              became lost.
23019      Branch: perl
23020            ! hv.c
23021 ____________________________________________________________________________
23022 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
23023         Log: Marcus Holland-Moritz suggested that assert should 
23024              Perl_croak_nocontext rather than Perl_croak.
23025      Branch: perl
23026            ! perl.h
23027 ____________________________________________________________________________
23028 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
23029         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
23030              scalar, and hence avoid thrashing the shared string table for "main".
23031      Branch: perl
23032            ! perl.c
23033 ____________________________________________________________________________
23034 [ 26543] By: stevep                                on 2005/12/30  17:47:45
23035         Log: Convert t/op/sleep.t to using test.pl
23036      Branch: perl
23037            ! t/op/sleep.t
23038 ____________________________________________________________________________
23039 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
23040         Log: Document why it's a bad plan to move the backreferences array from
23041              the magic structure to the hv_aux structure during backreference
23042              deletion. Add an optimisation for an empty backreference array.
23043      Branch: perl
23044            ! hv.c sv.c
23045 ____________________________________________________________________________
23046 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
23047         Log: Now that the backreference array has no NULL entries, and is correctly
23048              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
23049              it.
23050      Branch: perl
23051            ! sv.c
23052 ____________________________________________________________________________
23053 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
23054         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
23055              needs to define them with a prototype to match.
23056      Branch: perl
23057            ! lib/Net/Ping.pm
23058 ____________________________________________________________________________
23059 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
23060         Log: Update perltodo. First shot at perl593delta.
23061      Branch: perl
23062            ! pod/perl593delta.pod pod/perltodo.pod
23063 ____________________________________________________________________________
23064 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
23065         Log: In the shared string table, if we add new entries to the head of the
23066              linked list chain, then we don't need as much bookkeeping in the loop.
23067      Branch: perl
23068            ! hv.c
23069 ____________________________________________________________________________
23070 [ 26537] By: stevep                                on 2005/12/30  14:39:49
23071         Log: Subject: [PATCH] Differences from Perl 6
23072              From: Robin Houston <robin@cpan.org> 
23073              Date: Fri, 30 Dec 2005 13:45:34 +0000 
23074              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
23075      Branch: perl
23076            ! pod/perlsyn.pod
23077 ____________________________________________________________________________
23078 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
23079         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
23080              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
23081              Date: Mon, 12 Dec 2005 19:22:32 +0100
23082              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
23083      Branch: perl
23084            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
23085            ! lib/ExtUtils/MakeMaker.pm
23086 ____________________________________________________________________________
23087 [ 26535] By: davem                                 on 2005/12/30  12:21:05
23088         Log: fix errors in new MY_CTX code
23089      Branch: perl
23090            ! perl.c sv.c
23091 ____________________________________________________________________________
23092 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
23093         Log: Reduce size of buffers for identifier names, as suggested in
23094              
23095              Subject: Stack usage (in gv_stashpvn and others)
23096              From: Tels <nospam-abuse@bloodgate.com>
23097              Date: Thu, 29 Dec 2005 18:40:49 +0100
23098              Message-Id: <200512291840.50765@bloodgate.com>
23099      Branch: perl
23100            ! gv.c
23101 ____________________________________________________________________________
23102 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
23103         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
23104              From: Tels <nospam-abuse@bloodgate.com>
23105              Date: Thu, 29 Dec 2005 18:57:43 +0100
23106              Message-Id: <200512291857.59458@bloodgate.com>
23107      Branch: perl
23108            ! perlio.c
23109 ____________________________________________________________________________
23110 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
23111         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
23112              From: Tels <nospam-abuse@bloodgate.com>
23113              Date: Thu, 29 Dec 2005 18:32:10 +0100
23114              Message-Id: <200512291832.20651@bloodgate.com>
23115      Branch: perl
23116            ! gv.c
23117 ____________________________________________________________________________
23118 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
23119         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
23120              (spotted by Jan Dubois)
23121      Branch: perl
23122            ! makedef.pl
23123 ____________________________________________________________________________
23124 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
23125         Log: RMAGIC on symbol tables is bad, m'kay.
23126              Allow hashes (and therefore all symbol tables) to store the
23127              backreference array in the hv_aux structure, and thereby undo the
23128              performance damage of 24966, which resulted in 60% of all hash lookups
23129              trying to mg_find tiehash magic.
23130      Branch: perl
23131            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
23132 ____________________________________________________________________________
23133 [ 26529] By: davem                                 on 2005/12/30  01:06:05
23134         Log: change #26523 didn't make my_cxt_init public
23135      Branch: perl
23136            ! embed.fnc embed.h global.sym
23137 ____________________________________________________________________________
23138 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
23139         Log: Subject: [PATCH] $a = \$a oddity
23140              From: Tels <nospam-abuse@bloodgate.com>
23141              Date: Thu, 29 Dec 2005 18:01:42 +0100
23142              Message-Id: <200512291802.00742@bloodgate.com>
23143              
23144              plus trim some whitespace
23145      Branch: perl
23146            ! pod/perlreftut.pod
23147 ____________________________________________________________________________
23148 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
23149         Log: Subject: [PATCH] Actual real consting of parms
23150              From: Andy Lester <andy@petdance.com>
23151              Date: Thu, 29 Dec 2005 01:15:09 -0600
23152              Message-ID: <20051229071509.GA32653@petdance.com>
23153      Branch: perl
23154            ! embed.fnc proto.h sv.c
23155 ____________________________________________________________________________
23156 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
23157         Log: Subject: [PATCH] av.c cleanup, plus!
23158              From: Andy Lester <andy@petdance.com>
23159              Date: Wed, 28 Dec 2005 15:44:14 -0600
23160              Message-ID: <20051228214414.GD26033@petdance.com>
23161      Branch: perl
23162            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
23163 ____________________________________________________________________________
23164 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
23165         Log: Fix test for perl version number in Makefile.PL
23166      Branch: perl
23167            ! ext/Sys/Syslog/Makefile.PL
23168 ____________________________________________________________________________
23169 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
23170         Log: Subject: [PATCH] Fixing the SVREFCNT macro
23171              From: Andy Lester <andy@petdance.com>
23172              Date: Wed, 28 Dec 2005 13:30:51 -0600
23173              Message-ID: <20051228193051.GD23207@petdance.com>
23174      Branch: perl
23175            ! sv.h
23176 ____________________________________________________________________________
23177 [ 26523] By: davem                                 on 2005/12/29  12:00:29
23178         Log: re-implement MY_CXT API more efficiently, and add explicit
23179              interpeter arg variant
23180      Branch: perl
23181            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
23182            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
23183            ! sv.c util.c
23184 ____________________________________________________________________________
23185 [ 26522] By: davem                                 on 2005/12/29  11:35:04
23186         Log: add tests for MY_CXT API and improve its documentation
23187      Branch: perl
23188            + ext/XS/APItest/t/my_cxt.t
23189            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
23190            ! pod/perlxs.pod
23191 ____________________________________________________________________________
23192 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
23193         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
23194              From: Robin Houston <robin@cpan.org>
23195              Date: Mon, 26 Dec 2005 17:56:48 +0000
23196              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
23197      Branch: perl
23198            ! lib/overload.t
23199 ____________________________________________________________________________
23200 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
23201         Log: Subject: [DOC PATCH] rindex clarification
23202              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23203              Date: Mon, 26 Dec 2005 18:42:40 -0800
23204              Message-ID: <20051227024240.GA2940@efn.org>
23205              
23206              plus another formatting nit
23207      Branch: perl
23208            ! pod/perlfunc.pod
23209 ____________________________________________________________________________
23210 [ 26519] By: craigb                                on 2005/12/29  03:49:58
23211         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
23212              From: "Craig A. Berry" <craigberry@mac.com>
23213              Date: Tue, 27 Dec 2005 17:59:35 -0600
23214              Message-id: <43B1D567.9080504@mac.com>
23215      Branch: perl
23216            ! lib/Pod/Simple/Search.pm
23217            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
23218 ____________________________________________________________________________
23219 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
23220         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
23221              without checking.
23222      Branch: perl
23223            ! pp.c
23224 ____________________________________________________________________________
23225 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
23226         Log: As the backreferences AV doesn't hold references on its contents,
23227              surely it should have AvREAL turned off?
23228      Branch: perl
23229            ! sv.c
23230 ____________________________________________________________________________
23231 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
23232         Log: PL_amagic_generation is always non-zero, so remove the test for this.
23233              (Since change 17990 added version object overloading)
23234      Branch: perl
23235            ! pp.h
23236 ____________________________________________________________________________
23237 [ 26515] By: stevep                                on 2005/12/28  13:31:02
23238         Log: Upgrade to Sys-Syslog-0.11
23239      Branch: perl
23240            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
23241            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
23242            ! ext/Sys/Syslog/t/syslog.t
23243 ____________________________________________________________________________
23244 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
23245         Log: Cleanup; replace a croak("panic: ...") with assert().
23246      Branch: perl
23247            ! av.c
23248 ____________________________________________________________________________
23249 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
23250         Log: assert(av);  Cleanup the way that the av_*() functions check
23251              that they are really passed an av argument.
23252              Should improve the test coverage a bit.
23253      Branch: perl
23254            ! av.c pod/perldiag.pod
23255 ____________________________________________________________________________
23256 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
23257         Log: Use memchr() instead of ninstr() to locate the end-of-line.
23258              The call to memchr() will faster.
23259      Branch: perl
23260            ! toke.c
23261 ____________________________________________________________________________
23262 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
23263         Log: Leaner ninstr().
23264              The compiled function ended up 37% smaller on Linux/gcc.
23265              I ought to be faster as well, but I did not try to measure that.
23266      Branch: perl
23267            ! util.c
23268 ____________________________________________________________________________
23269 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
23270         Log: Remove test for NUL ending in r?instr().
23271              This test is actually harmful because we will search
23272              for any garbage found past the empty search string.
23273              Ref change 26509.
23274      Branch: perl
23275            ! util.c
23276 ____________________________________________________________________________
23277 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
23278         Log: Fix 2 off-by-one errors in the call to ninstr().
23279              This code managed to still work because of a bug
23280              in how ninstr() treats empty search strings.
23281      Branch: perl
23282            ! ext/Filter/Util/Call/Call.xs
23283 ____________________________________________________________________________
23284 [ 26508] By: stevep                                on 2005/12/28  03:27:13
23285         Log: Upgrade to PathTools-3.15
23286      Branch: perl
23287            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
23288 ____________________________________________________________________________
23289 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
23290         Log: s/%/%%/ in the package name so that it can be used safely in the
23291              sprintf format string (and hence not need runtime %s interpolation)
23292      Branch: perl
23293            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
23294 ____________________________________________________________________________
23295 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
23296         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
23297              Prototype all the missing constants, so that parsing doesn't depend on
23298              the phase of the moon. (Well, the system headers)
23299              Add an option for making missing constants generate errors at read time
23300              (which can be during constant folding). This isn't the default.
23301      Branch: perl
23302            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
23303 ____________________________________________________________________________
23304 [ 26505] By: stevep                                on 2005/12/27  22:07:44
23305         Log: Subject: [PATCH] pre-likely cleanup
23306              From: Andy Lester <andy@petdance.com> 
23307              Date: Tue, 27 Dec 2005 14:39:39 -0600
23308              Message-ID: <20051227203939.GC1781@petdance.com> 
23309              
23310              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
23311      Branch: perl
23312            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
23313 ____________________________________________________________________________
23314 [ 26504] By: stevep                                on 2005/12/27  18:36:19
23315         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
23316      Branch: perl
23317            ! Porting/Maintainers.pl
23318 ____________________________________________________________________________
23319 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
23320         Log: gv_fetch_flags in newATTRSUB can actually be const.
23321              Comment the logic behind the terms in the ternary that chooses the
23322              flags value.
23323      Branch: perl
23324            ! op.c
23325 ____________________________________________________________________________
23326 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
23327         Log: As what we're doing is generating subroutines, which are methods, we
23328              need to invalidate cached methods. For constant.pm we need to create
23329              &Internals::inc_sub_generation
23330      Branch: perl
23331            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
23332 ____________________________________________________________________________
23333 [ 26501] By: stevep                                on 2005/12/27  14:10:20
23334         Log: Subject: [patch] ext/b/t/lint.t fails on win32
23335              From: demerphq <demerphq@gmail.com>
23336              Date: Fri, 23 Dec 2005 20:06:52 +0100 
23337              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
23338      Branch: perl
23339            ! ext/B/t/lint.t
23340 ____________________________________________________________________________
23341 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
23342         Log: Refactor the require failure message generation to use 1 less temporary
23343              SV, and to build as much text as possible with newSVpvf
23344      Branch: perl
23345            ! pp_ctl.c
23346 ____________________________________________________________________________
23347 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
23348         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
23349              any -j flags. (And their implied disabling of backwards compatibility,
23350              which is the real cause of the make disttest failure).
23351      Branch: perl
23352            ! lib/ExtUtils/t/basic.t
23353 ____________________________________________________________________________
23354 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
23355         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
23356              Or whether it could be relaxed.
23357      Branch: perl
23358            ! MANIFEST
23359 ____________________________________________________________________________
23360 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
23361         Log: Remove the hard wired test numbers in the generated test script for
23362              simple tests. Use this script twice, firstly for testing the old style
23363              autoloaded constants, then for testing the ProxySubs.
23364              Make testing the dogfood/regeneration code optional, as the ProxySubs
23365              output doesn't contain it.
23366      Branch: perl
23367            ! lib/ExtUtils/t/Constant.t
23368 ____________________________________________________________________________
23369 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
23370         Log: Support type UNDEF, and correct a bug in the macro generation by using
23371              macro_from_item.
23372      Branch: perl
23373            ! lib/ExtUtils/Constant/ProxySubs.pm
23374 ____________________________________________________________________________
23375 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
23376         Log: Add method macro_from_item to encapsulate the entire logic for getting
23377              the correct macro direct from the item hash.
23378      Branch: perl
23379            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
23380 ____________________________________________________________________________
23381 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
23382         Log: Don't try to store PL_sv_undef in pads. (For now)
23383      Branch: perl
23384            ! op.c
23385 ____________________________________________________________________________
23386 [ 26493] By: stevep                                on 2005/12/26  22:01:49
23387         Log: Upgrade to CPAN-1.80_56
23388      Branch: perl
23389            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
23390            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
23391            ! lib/CPAN/bin/cpan
23392 ____________________________________________________________________________
23393 [ 26492] By: stevep                                on 2005/12/26  17:29:13
23394         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
23395              a mere committer to remove the last of the NGROUPS-sized arrays...
23396              
23397              Perl_magic_set() was using the last of these arrays to do the 
23398              lvalue work on $).  Instead of an array, a pointer is used and 
23399              re-sized as needed.  
23400      Branch: perl
23401            ! mg.c
23402 ____________________________________________________________________________
23403 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
23404         Log: Add a couple of newlines for tidier regen output, consistent with the
23405              code generated by WriteConstants()
23406      Branch: perl
23407            ! lib/ExtUtils/Constant/XS.pm
23408 ____________________________________________________________________________
23409 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
23410         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
23411              to allow the caller to pass in file handles. Use this in Contant.t
23412              with tied file handles to capture the output, rather than calling
23413              the lower level routines directly.
23414      Branch: perl
23415            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
23416 ____________________________________________________________________________
23417 [ 26489] By: stevep                                on 2005/12/26  16:08:49
23418         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
23419              From: Jim Cromie <jim.cromie@gmail.com>
23420              Date: Mon, 26 Dec 2005 07:57:51 -0700
23421              Message-ID: <43B004EF.8060500@gmail.com>
23422      Branch: perl
23423            ! doio.c
23424 ____________________________________________________________________________
23425 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
23426         Log: The values for proxy constant subroutines need to be read only.
23427      Branch: perl
23428            ! lib/ExtUtils/Constant/ProxySubs.pm
23429 ____________________________________________________________________________
23430 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
23431         Log: Rework constant.pm to take advantage of the space savings of proxy
23432              constant subroutines whenever it can.
23433      Branch: perl
23434            ! lib/constant.pm
23435 ____________________________________________________________________________
23436 [ 26486] By: stevep                                on 2005/12/26  03:51:24
23437         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
23438              Adapt change #26480 to reduce memory usage here as well.
23439      Branch: perl
23440            ! doio.c
23441 ____________________________________________________________________________
23442 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
23443         Log: The value from caller doesn't change, so my $pkg = caller;
23444              should be moved out of the loop.
23445      Branch: perl
23446            ! lib/constant.pm
23447 ____________________________________________________________________________
23448 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
23449         Log: Tests for creating constants where prototypes or other symbols of the
23450              same name already exist.
23451      Branch: perl
23452            ! lib/constant.t
23453 ____________________________________________________________________________
23454 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
23455         Log: Using a hash reference rather than a hash can save a hash copy.
23456      Branch: perl
23457            ! lib/constant.pm
23458 ____________________________________________________________________________
23459 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
23460         Log: Unless the peephole optimiser already knows that we're in void context,
23461              avoid even attempting the whole proxy constant sub copying
23462              optimisation.
23463      Branch: perl
23464            ! op.c
23465 ____________________________________________________________________________
23466 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
23467         Log: Given that IO::Socket is documented as exporting all of Socket's
23468              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
23469              use both. (And re-exporting removes some of the efficiency of the new
23470              constants implementation)
23471      Branch: perl
23472            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
23473 ____________________________________________________________________________
23474 [ 26480] By: stevep                                on 2005/12/24  03:30:02
23475         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
23476              From: Jim Cromie <jim.cromie@gmail.com>
23477              Date: Fri, 23 Dec 2005 13:24:29 -0700
23478              Message-ID: <43AC5CFD.3060200@gmail.com>
23479              
23480              Includes a change in variable names from "j" to "num_groups".
23481      Branch: perl
23482            ! mg.c
23483 ____________________________________________________________________________
23484 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
23485         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
23486      Branch: perl
23487            ! ext/POSIX/Makefile.PL
23488 ____________________________________________________________________________
23489 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
23490         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
23491              being shrunk in realloc()
23492      Branch: perl
23493            ! util.c
23494 ____________________________________________________________________________
23495 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
23496         Log: For the rare case of EMFILE during require, save object code space
23497              by using newSVpvf
23498              (Would it be worth using it for all require failures?)
23499      Branch: perl
23500            ! pp_ctl.c
23501 ____________________________________________________________________________
23502 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
23503         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
23504              over memory to invalidate it just before free()ing it.
23505      Branch: perl
23506            ! perl.h util.c
23507 ____________________________________________________________________________
23508 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
23509         Log: Provide support for types PVN and UNDEF in
23510              ExtUtils::Constant::ProxySubs
23511      Branch: perl
23512            ! lib/ExtUtils/Constant/ProxySubs.pm
23513 ____________________________________________________________________________
23514 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
23515         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
23516              other information can be stored in it.
23517      Branch: perl
23518            ! perl.h util.c
23519 ____________________________________________________________________________
23520 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
23521         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
23522              in #INCLUDEs work.
23523      Branch: perl
23524            ! lib/ExtUtils/ParseXS.pm
23525 ____________________________________________________________________________
23526 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
23527         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
23528              use in Sys::Syslog
23529      Branch: perl
23530            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
23531 ____________________________________________________________________________
23532 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
23533         Log: inlining autoloaded constants is TODOne.
23534      Branch: perl
23535            ! pod/perltodo.pod
23536 ____________________________________________________________________________
23537 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
23538         Log: Now that proxy subroutines can be unproxied in 2 places without
23539              becoming the same newCONSTSUB, need an explicit check to avoid a
23540              warning about subroutines being redefined, as there has never been
23541              a warning when you assing the same subroutine to a glob's GvCV()
23542      Branch: perl
23543            ! sv.c t/op/gv.t
23544 ____________________________________________________________________________
23545 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
23546         Log: like and unlike weren't reporting failure where correctly in test.pl
23547      Branch: perl
23548            ! t/test.pl
23549 ____________________________________________________________________________
23550 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
23551         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
23552      Branch: perl
23553            ! ext/Compress/Zlib/zlib-src/zconf.h
23554 ____________________________________________________________________________
23555 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
23556         Log: Clarify example of .. in perlop
23557              to fix [perl #38008] Documentation bug: perlop
23558              plus some minor formatting nits
23559      Branch: perl
23560            ! pod/perlop.pod
23561 ____________________________________________________________________________
23562 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
23563         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
23564              From: chromatic <chromatic@wgz.org>
23565              Date: Dec 22, 2005 8:58 PM
23566              Message-Id: <200512221158.54474.chromatic@wgz.org>
23567      Branch: perl
23568            ! lib/UNIVERSAL.pm
23569 ____________________________________________________________________________
23570 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
23571         Log: Need to be more careful with the symbol table manipulation - if there
23572              is already an entry in place, back off and generate a real constant
23573              subroutine. (fixes lib/Net/hostent.t failure)
23574              Fix a bug with how hv_store was being called.
23575      Branch: perl
23576            ! lib/ExtUtils/Constant/ProxySubs.pm
23577 ____________________________________________________________________________
23578 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
23579         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
23580              aren't constants on (at least some) Linux.
23581              And more evil than that, HUGE_VAL likes to use the C preprocessor
23582              in its value, necessitating use of a temporary.
23583      Branch: perl
23584            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
23585 ____________________________________________________________________________
23586 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
23587         Log: Use inlineable proxy constant subs for Socket
23588      Branch: perl
23589            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
23590 ____________________________________________________________________________
23591 [ 26462] By: stevep                                on 2005/12/23  00:28:54
23592         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
23593      Branch: perl
23594            ! hints/hpux.sh
23595 ____________________________________________________________________________
23596 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
23597         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
23598              From: Andy Lester <andy@petdance.com>
23599              Message-ID: <20051222220044.GH4370@petdance.com>
23600              Date: Thu, 22 Dec 2005 16:00:44 -0600
23601      Branch: perl
23602            ! universal.c
23603 ____________________________________________________________________________
23604 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
23605         Log: Create a sub LC_ALL with the correct prototype.
23606      Branch: perl
23607            ! lib/locale.t
23608 ____________________________________________________________________________
23609 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
23610         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
23611              and some constants are mentioned in multiple tags).
23612              Should this logic be in Exporter::Heavy?
23613      Branch: perl
23614            ! ext/POSIX/POSIX.pm
23615 ____________________________________________________________________________
23616 [ 26458] By: stevep                                on 2005/12/23  00:10:25
23617         Log: Make hostname.t deal with undefined or blank hostnames and domain 
23618              names.
23619      Branch: perl
23620            ! lib/Net/t/hostname.t
23621 ____________________________________________________________________________
23622 [ 26457] By: stevep                                on 2005/12/23  00:06:58
23623         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
23624              the Pod::Man 2.04.
23625      Branch: perl
23626            ! lib/ExtUtils/Command/MM.pm
23627 ____________________________________________________________________________
23628 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
23629         Log: Subject: [PATCH] Speedup (rn|n)?instr
23630              From: Andy Lester <andy@petdance.com>
23631              Message-ID: <20051222223839.GI4370@petdance.com>
23632              Date: Thu, 22 Dec 2005 16:38:39 -0600
23633      Branch: perl
23634            ! util.c
23635 ____________________________________________________________________________
23636 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
23637         Log: Use inlineable proxy constant subs for POSIX.
23638              There may be trouble ahead, as it seems that not all POSIX "constants"
23639              are. I wonder if too many systems are going to have too many
23640              variations to make this viable.
23641      Branch: perl
23642            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
23643            ! lib/ExtUtils/Constant/ProxySubs.pm
23644 ____________________________________________________________________________
23645 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
23646         Log: Missing ; in Tie::File
23647      Branch: perl
23648            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
23649 ____________________________________________________________________________
23650 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
23651         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
23652              So far just enough to make Fcntl work.
23653      Branch: perl
23654            + lib/ExtUtils/Constant/ProxySubs.pm
23655            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
23656 ____________________________________________________________________________
23657 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
23658         Log: Compilation help for EBCDIC platforms, from Jarkko,
23659              tested by Rajarshi Das
23660      Branch: perl
23661            ! utf8.h
23662 ____________________________________________________________________________
23663 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
23664         Log: Break out the code to generate #ifdef/#endif into new methods
23665              macro_to_ifdef and macro_to_endif
23666              Add an args hashref to normalise_items; provide a
23667              disable_utf8_duplication argument to disable the utf8 duplication code.
23668      Branch: perl
23669            ! lib/ExtUtils/Constant/Base.pm
23670 ____________________________________________________________________________
23671 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
23672         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
23673              From: Andy Lester <andy@petdance.com>
23674              Date: Thu, 22 Dec 2005 10:57:17 -0600
23675              Message-ID: <20051222165717.GA2874@petdance.com>
23676      Branch: perl
23677            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
23678            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
23679 ____________________________________________________________________________
23680 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
23681         Log: Break out the item normalisation code into a method normalise_items.
23682      Branch: perl
23683            ! lib/ExtUtils/Constant/Base.pm
23684 ____________________________________________________________________________
23685 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
23686         Log: Regression tests for proxy subroutine glob assignment.
23687              Fix a bug (it turns out that a typeglob isn't SvOK())
23688              Remove stray debugging code.
23689      Branch: perl
23690            ! pp_hot.c t/op/gv.t
23691 ____________________________________________________________________________
23692 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
23693         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
23694              From: Robin Houston <robin@cpan.org>
23695              Date: Thu, 22 Dec 2005 11:54:55 +0000
23696              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
23697      Branch: perl
23698            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
23699            ! t/comp/hints.t
23700 ____________________________________________________________________________
23701 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
23702         Log: Add an optimisation to allow proxy constant subroutines to be copied
23703              as proxy constant subroutines in a new symbol table where possible.
23704              (Rather than converting them to full blown constant subroutines and
23705              instantiating 2 typeglobs)
23706      Branch: perl
23707            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
23708 ____________________________________________________________________________
23709 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
23710         Log: Regenerate Changes
23711      Branch: perl
23712            ! Changes
23713 ____________________________________________________________________________
23714 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
23715         Log: Remove unused variable 'stash' since change 26437.
23716      Branch: perl
23717            ! pp_hot.c
23718 ____________________________________________________________________________
23719 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
23720         Log: Regenerate perlapi.pod.
23721              Fix indentation of code examples in perlsyn.
23722      Branch: perl
23723            ! pod/perlapi.pod pod/perlsyn.pod
23724 ____________________________________________________________________________
23725 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
23726         Log: Subject: [PATCH] switch / ~~ doccos
23727              From: Robin Houston <robin@cpan.org>
23728              Date: Wed, 21 Dec 2005 13:51:18 +0000
23729              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
23730      Branch: perl
23731            ! pod/perlsyn.pod
23732 ____________________________________________________________________________
23733 [ 26441] By: merijn                                on 2005/12/22  07:02:37
23734         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
23735              From: "Jan Dubois" <jand@ActiveState.com>
23736              Date: Wed, 21 Dec 2005 15:04:30 -0800
23737              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
23738      Branch: perl
23739            ! win32/config.vc64
23740 ____________________________________________________________________________
23741 [ 26440] By: stevep                                on 2005/12/22  03:08:59
23742         Log: Add documentation for method domainname() in Net::Domain.  Add some
23743              additional tests for Net::Domain.  Also, since it is tested, remove 
23744              test case from lib/1_compile.t.  One step closer to $500.
23745      Branch: perl
23746            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
23747 ____________________________________________________________________________
23748 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
23749         Log: Avoid negating an unsigned value. (The offset in the SV body table)
23750      Branch: perl
23751            ! sv.c
23752 ____________________________________________________________________________
23753 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
23754         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
23755              for some cases. Although it seems that only pp_sort pays any attention
23756              to it, of all the code on CPAN.
23757      Branch: perl
23758            ! sv.c
23759 ____________________________________________________________________________
23760 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
23761         Log: Localise the stash variable in pp_entersub().
23762      Branch: perl
23763            ! pp_hot.c
23764 ____________________________________________________________________________
23765 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
23766         Log: Undo my goto spaghetti from change 18340 - what we really need are
23767              hints to compilers about likey/unlikely branches.
23768      Branch: perl
23769            ! pp_hot.c
23770 ____________________________________________________________________________
23771 [ 26435] By: stevep                                on 2005/12/21  19:04:37
23772         Log: Add tests for untested math functions in POSIX
23773      Branch: perl
23774            + ext/POSIX/t/math.t
23775            ! MANIFEST
23776 ____________________________________________________________________________
23777 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
23778         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
23779              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
23780      Branch: perl
23781            ! mg.c pp.c pp_hot.c sv.c
23782 ____________________________________________________________________________
23783 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
23784         Log: Remove switch from perltodo
23785      Branch: perl
23786            ! pod/perltodo.pod
23787 ____________________________________________________________________________
23788 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
23789         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
23790              From: Robin Houston <robin@cpan.org>
23791              Date: Wed, 21 Dec 2005 11:00:08 +0000
23792              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
23793      Branch: perl
23794            + t/lib/feature/err
23795            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
23796            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
23797            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
23798            ! t/op/dor.t t/run/switches.t toke.c
23799 ____________________________________________________________________________
23800 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
23801         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
23802              based on copying part of change #22196 from do_chomp() to do_chop().
23803      Branch: perl
23804            ! doop.c
23805 ____________________________________________________________________________
23806 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
23807         Log: Subject: [PATCH] Fix bug in change #26379
23808              From: "Jan Dubois" <jand@ActiveState.com>
23809              Date: Tue, 20 Dec 2005 16:42:24 -0800
23810              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
23811      Branch: perl
23812            ! win32/win32.c
23813 ____________________________________________________________________________
23814 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
23815         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
23816              descriptive comment to include them.
23817      Branch: perl
23818            ! op.h
23819 ____________________________________________________________________________
23820 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
23821         Log: Remove some hardcoded references to ./perl in tests
23822      Branch: perl
23823            ! t/op/closure.t t/op/magic.t t/run/runenv.t
23824 ____________________________________________________________________________
23825 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
23826         Log: Take care in toke.c not to convert constant subroutine reference
23827              proxies into full blown PVGVs with PVCVs, and recognise them and inline
23828              their values. Adds a new function gv_const_sv(gv) to return the value
23829              of the constant subroutine from a GV, and adds a cv parameter to
23830              S_intuit_method.
23831      Branch: perl
23832            ! embed.fnc embed.h gv.c proto.h toke.c
23833 ____________________________________________________________________________
23834 [ 26426] By: merijn                                on 2005/12/20  19:56:58
23835         Log: Small update on using threads on HP-UX 10.20
23836              64bit is far beyond experimental by now
23837      Branch: perl
23838            ! README.hpux
23839 ____________________________________________________________________________
23840 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
23841         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
23842              addition of new typeglobs, and also disables initialisation of any
23843              typeglob placeholders. Needed to make the new constant subroutine
23844              proxy references work efficiently.
23845      Branch: perl
23846            ! gv.c gv.h
23847 ____________________________________________________________________________
23848 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
23849         Log: Fix typos in regular expressions
23850      Branch: perl
23851            ! ext/POSIX/t/time.t
23852 ____________________________________________________________________________
23853 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
23854         Log: Get the "cv" from the "gv" once, and be more careful so that we can
23855              cope if either aren't their regular types.
23856              cv_const_sv should verify the type of SV passed, instead of assuming
23857              that it's a viable CV.
23858      Branch: perl
23859            ! op.c toke.c
23860 ____________________________________________________________________________
23861 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
23862         Log: Croak if gv_init doesn't know how to create a typeglob from that type
23863              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
23864              Globs are actually first class assignable objects, so test that you
23865              can create a constant subroutine that returns one.
23866      Branch: perl
23867            ! gv.c pod/perldiag.pod t/op/gv.t
23868 ____________________________________________________________________________
23869 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
23870         Log: POD nits on B::Lint
23871      Branch: perl
23872            ! ext/B/B/Lint.pm
23873 ____________________________________________________________________________
23874 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
23875         Log: Subject: Re: Pluggable lint patch
23876              From: Joshua ben Jore <twists@gmail.com>
23877              Date: Mon, 19 Dec 2005 09:22:04 -0600
23878              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
23879      Branch: perl
23880            ! ext/B/B/Lint.pm ext/B/t/lint.t
23881 ____________________________________________________________________________
23882 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
23883         Log: Make perlivp skip the *.ph tests by default, since these
23884              files are normally not generated.
23885              The -a option is now needed for it to run all tests.
23886      Branch: perl
23887            ! utils/perlivp.PL
23888 ____________________________________________________________________________
23889 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
23890         Log: Subject: [TEST PATCH] %^H can now propagate into eval
23891              From: Robin Houston <robin@cpan.org>
23892              Date: Tue, 20 Dec 2005 12:06:15 +0000
23893              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
23894      Branch: perl
23895            ! t/comp/hints.t
23896 ____________________________________________________________________________
23897 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
23898         Log: Verify that the code for initialising typeglobs from other types works.
23899      Branch: perl
23900            ! t/op/gv.t
23901 ____________________________________________________________________________
23902 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
23903         Log: Use PTR2IV instead of casting directly
23904      Branch: perl
23905            ! pp_ctl.c
23906 ____________________________________________________________________________
23907 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
23908         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
23909              than a simple boolean, so passing FALSE or TRUE is bogus.
23910      Branch: perl
23911            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
23912            ! toke.c universal.c
23913 ____________________________________________________________________________
23914 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
23915         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
23916              the block labelled keylookup.
23917      Branch: perl
23918            ! toke.c
23919 ____________________________________________________________________________
23920 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
23921         Log: Subject: [PATCH] make failing cygwin test TODO'd
23922              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23923              Date: Mon, 19 Dec 2005 03:41:12 -0800
23924              Message-ID: <20051219114112.GA5568@efn.org>
23925      Branch: perl
23926            ! lib/File/Compare.t
23927 ____________________________________________________________________________
23928 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
23929         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
23930              which it is used.
23931      Branch: perl
23932            ! toke.c
23933 ____________________________________________________________________________
23934 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
23935         Log: Assert that orig_keyword, gv and gvp aren't used before the main
23936              keyword parser of Perl_yylex.
23937      Branch: perl
23938            ! toke.c
23939 ____________________________________________________________________________
23940 [ 26410] By: davem                                 on 2005/12/19  22:07:49
23941         Log: //g loops infinitely on tainted data
23942              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
23943              attached to it stays attached.
23944      Branch: perl
23945            ! op.c t/op/taint.t
23946 ____________________________________________________________________________
23947 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
23948         Log: Make gv_init recognise a reference-to-something in a symbol table as
23949              meaning a constant subroutine with that thing as it value
23950      Branch: perl
23951            ! gv.c
23952 ____________________________________________________________________________
23953 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
23954         Log: Fix internal broken link ; reindent code examples
23955      Branch: perl
23956            ! pod/perlsyn.pod
23957 ____________________________________________________________________________
23958 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
23959         Log: Fix typo.
23960              Add empty lines after =items.
23961      Branch: perl
23962            ! pod/perldiag.pod
23963 ____________________________________________________________________________
23964 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
23965         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
23966      Branch: perl
23967            ! pod/perlfunc.pod
23968 ____________________________________________________________________________
23969 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
23970         Log: Attempt at making IO::Handle backwards compatible again
23971      Branch: perl
23972            ! ext/IO/lib/IO/Handle.pm
23973 ____________________________________________________________________________
23974 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
23975         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
23976              constant in inlineable constant subroutines.
23977      Branch: perl
23978            ! dump.c ext/Devel/Peek/t/Peek.t
23979 ____________________________________________________________________________
23980 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
23981         Log: sort.pm deserves a new version number
23982      Branch: perl
23983            ! lib/sort.pm
23984 ____________________________________________________________________________
23985 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
23986         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
23987              From: Robin Houston <robin@cpan.org>
23988              Date: Dec 19, 2005 6:46 PM
23989              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
23990      Branch: perl
23991            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
23992            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
23993            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
23994 ____________________________________________________________________________
23995 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
23996         Log: Missing file from last change
23997      Branch: perl
23998            + t/lib/common.pl
23999 ____________________________________________________________________________
24000 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
24001         Log: Subject: [PATCH] latest switch/say/~~
24002              From: Robin Houston <robin@cpan.org>
24003              Date: Sat, 17 Dec 2005 20:44:31 +0000
24004              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
24005      Branch: perl
24006            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
24007            + t/lib/feature/say t/lib/feature/smartmatch
24008            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
24009            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
24010            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
24011            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
24012            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
24013            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
24014            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
24015            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
24016            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
24017 ____________________________________________________________________________
24018 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
24019         Log: Un-TODO a fixed test
24020              
24021              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
24022              From: demerphq <demerphq@gmail.com>
24023              Date: Sat, 17 Dec 2005 17:23:23 +0100
24024              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
24025      Branch: perl
24026            ! t/op/pat.t
24027 ____________________________________________________________________________
24028 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
24029         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
24030              it's an unexpected success
24031              
24032              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
24033              From: demerphq <demerphq@gmail.com>
24034              Date: Sat, 17 Dec 2005 17:23:23 +0100
24035              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
24036      Branch: perl
24037            ! t/test.pl
24038 ____________________________________________________________________________
24039 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
24040         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
24041              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
24042              Date: Dec 17, 2005 7:52 PM
24043              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
24044      Branch: perl
24045            ! patchlevel.h
24046 ____________________________________________________________________________
24047 [ 26396] By: craigb                                on 2005/12/18  00:16:42
24048         Log: Two test workarounds for VMS
24049      Branch: perl
24050            ! lib/File/Copy.t t/op/goto.t
24051 ____________________________________________________________________________
24052 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
24053         Log: Add some paranoia to check that GP accesses aren't being done on the
24054              wrong types of SV.
24055      Branch: perl
24056            ! gv.h
24057 ____________________________________________________________________________
24058 [ 26394] By: stevep                                on 2005/12/17  19:21:35
24059         Log: Upgrade to Time-HiRes-1.86
24060      Branch: perl
24061            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24062            ! ext/Time/HiRes/t/HiRes.t
24063 ____________________________________________________________________________
24064 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
24065         Log: Two it's => its grammar fixes.
24066      Branch: perl
24067            ! op.c perl.h
24068 ____________________________________________________________________________
24069 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
24070         Log: Move and const some definitions of variables used to save errno.
24071      Branch: perl
24072            ! doio.c perlio.c
24073 ____________________________________________________________________________
24074 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
24075         Log: Add t/op/negate.t to MANIFEST.
24076      Branch: perl
24077            ! MANIFEST
24078 ____________________________________________________________________________
24079 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
24080         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
24081              it's used.
24082      Branch: perl
24083            ! sv.c
24084 ____________________________________________________________________________
24085 [ 26389] By: stevep                                on 2005/12/17  15:47:39
24086         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
24087              From: Dominic Dunlop <shouldbedomo@mac.com>
24088              Date: Sat, 17 Dec 2005 15:57:54 +0100
24089              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
24090      Branch: perl
24091            ! ext/Time/HiRes/t/HiRes.t
24092 ____________________________________________________________________________
24093 [ 26388] By: stevep                                on 2005/12/17  15:41:38
24094         Log: Fix a typo and add some clarification to change #26387.
24095      Branch: perl
24096            ! pod/perlop.pod
24097 ____________________________________________________________________________
24098 [ 26387] By: stevep                                on 2005/12/17  15:35:45
24099         Log: Addition documentation explaining aritmetic negation on strings.  Also,
24100              additional test cases based partially on code by Piotr Fusik in 
24101              RT #36675: -'-10' eq '+10'.
24102      Branch: perl
24103            + t/op/negate.t
24104            ! pod/perlop.pod
24105 ____________________________________________________________________________
24106 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
24107         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
24108      Branch: perl
24109            ! sv.c
24110 ____________________________________________________________________________
24111 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
24112         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
24113              sv_2uv_flags should have been else if.
24114      Branch: perl
24115            ! sv.c
24116 ____________________________________________________________________________
24117 [ 26384] By: stevep                                on 2005/12/17  04:03:05
24118         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
24119              that aren't quite up to SUS3.  Based on a patch by David Dyck in
24120              RT #37960: POSIX/t/time fails bleadperl
24121      Branch: perl
24122            ! ext/POSIX/t/time.t
24123 ____________________________________________________________________________
24124 [ 26383] By: stevep                                on 2005/12/17  01:46:58
24125         Log: Upgrade to Time-HiRes-1.85
24126      Branch: perl
24127            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24128            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
24129            ! ext/Time/HiRes/fallback/const-c.inc
24130            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
24131 ____________________________________________________________________________
24132 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
24133         Log: Typo fixes from Robin Houston in
24134              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
24135      Branch: perl
24136            ! sv.h
24137 ____________________________________________________________________________
24138 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
24139         Log: s/Nullhv/NULL/g;
24140              # Although I see that Robin is proposing to add some :-)
24141      Branch: perl
24142            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
24143            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
24144 ____________________________________________________________________________
24145 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
24146         Log: s/Nullav/NULL/g
24147      Branch: perl
24148            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
24149            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
24150 ____________________________________________________________________________
24151 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
24152         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
24153              From: Jan Dubois <jand@activestate.com>
24154              Date: Dec 16, 2005 7:12 AM
24155              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
24156              
24157              (Without the proposed alarm.t test)
24158      Branch: perl
24159            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
24160 ____________________________________________________________________________
24161 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
24162         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
24163              length to copy.
24164      Branch: perl
24165            ! sv.c
24166 ____________________________________________________________________________
24167 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
24168         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
24169              add "new" tests before the end.
24170      Branch: perl
24171            ! t/comp/require.t
24172 ____________________________________________________________________________
24173 [ 26376] By: davem                                 on 2005/12/15  22:03:57
24174         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
24175      Branch: perl
24176            ! pp_ctl.c
24177 ____________________________________________________________________________
24178 [ 26375] By: stevep                                on 2005/12/15  18:16:20
24179         Log: Added test for change #26373.
24180      Branch: perl
24181            ! t/comp/require.t
24182 ____________________________________________________________________________
24183 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
24184         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
24185      Branch: perl
24186            ! pod/perl593delta.pod pp.c t/lib/strict/refs
24187 ____________________________________________________________________________
24188 [ 26373] By: stevep                                on 2005/12/15  17:48:42
24189         Log: Prevent require() from attempting to open directories and block 
24190              devices.  This fixes RT #24404.
24191      Branch: perl
24192            ! embed.fnc embed.h pp_ctl.c proto.h
24193 ____________________________________________________________________________
24194 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
24195         Log: Use PL_op_desc rather than literal strings in pp_ioctl
24196      Branch: perl
24197            ! pp_sys.c
24198 ____________________________________________________________________________
24199 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
24200         Log: Expand the comment describing the intent of change 26370, and how it
24201              relates to change 24660.
24202      Branch: perl
24203            ! toke.c
24204 ____________________________________________________________________________
24205 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
24206         Log: Don't autovivify stashes as soon as the lexer sees them.
24207              This makes defined %foo::bar:: work again.
24208              Add tests for it, remove note in perldelta about having broken it.
24209      Branch: perl
24210            ! pod/perl593delta.pod t/op/stash.t toke.c
24211 ____________________________________________________________________________
24212 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
24213         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
24214              of using local string constants.
24215      Branch: perl
24216            ! doio.c
24217 ____________________________________________________________________________
24218 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
24219         Log: More general fix for bug [perl #37915]
24220              Make Net::Ping::mselect return undef on error instead of -1.
24221      Branch: perl
24222            ! lib/Net/Ping.pm
24223 ____________________________________________________________________________
24224 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
24225         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
24226              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
24227              Date: Tue, 13 Dec 2005 10:44:47 -0800
24228              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
24229      Branch: perl
24230            ! lib/Net/Ping.pm
24231 ____________________________________________________________________________
24232 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
24233         Log: Silence test output to STDERR
24234              because it makes the 'make test' output look ugly.
24235      Branch: perl
24236            ! ext/Sys/Syslog/t/00-load.t
24237 ____________________________________________________________________________
24238 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
24239         Log: Subject: Re: [perl #37897] sprintf of version objects
24240              From: John Peacock <jpeacock@rowman.com>
24241              Date: Wed, 14 Dec 2005 10:12:56 -0500
24242              Message-ID: <43A03678.2060700@rowman.com>
24243              
24244              (with some formatting tweaks and extra test cases)
24245      Branch: perl
24246            ! sv.c t/op/sprintf.t
24247 ____________________________________________________________________________
24248 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
24249         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
24250      Branch: perl
24251            ! Porting/check83.pl
24252 ____________________________________________________________________________
24253 [ 26363] By: craigb                                on 2005/12/15  03:59:21
24254         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
24255              in order to avoid collisions with [.lib.Pod]
24256      Branch: perl
24257            ! configure.com installperl vms/descrip_mms.template
24258 ____________________________________________________________________________
24259 [ 26362] By: stevep                                on 2005/12/15  02:33:11
24260         Log: Reverting change #26360 and #26361 since it appears that the bugs I
24261              thought I fixed had been previously fixed with change #25953.
24262      Branch: perl
24263            ! pp_sort.c
24264 ____________________________________________________________________________
24265 [ 26361] By: stevep                                on 2005/12/15  02:02:25
24266         Log: Again, FREETMPS not SAVETMPS!
24267      Branch: perl
24268            ! pp_sort.c
24269 ____________________________________________________________________________
24270 [ 26360] By: stevep                                on 2005/12/15  02:00:19
24271         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
24272              fixes problems with nested sorts.  (RTs #7063 and #36430).
24273      Branch: perl
24274            ! pp_sort.c
24275 ____________________________________________________________________________
24276 [ 26359] By: stevep                                on 2005/12/15  00:36:25
24277         Log: Upgrade to Getopt-Long-2.35
24278      Branch: perl
24279            ! lib/Getopt/Long.pm
24280 ____________________________________________________________________________
24281 [ 26358] By: craigb                                on 2005/12/14  22:03:28
24282         Log: Using the system's utime() requires a patch to vms/vmsish.h
24283              that has not been submitted yet.
24284      Branch: perl
24285            ! vms/vms.c
24286 ____________________________________________________________________________
24287 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
24288         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
24289              correctly in TAP. (or alternatively if it really wants to skip, it
24290              needs to print ok)
24291      Branch: perl
24292            ! lib/Pod/t/man.t
24293 ____________________________________________________________________________
24294 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
24295         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
24296              sv_2uv_flags, sv_2nv and sv_2pv_flags.
24297      Branch: perl
24298            ! sv.c
24299 ____________________________________________________________________________
24300 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
24301         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
24302      Branch: perl
24303            ! sv.c
24304 ____________________________________________________________________________
24305 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
24306         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
24307              warn for uninitialized values.
24308      Branch: perl
24309            ! sv.c
24310 ____________________________________________________________________________
24311 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
24312         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
24313              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
24314      Branch: perl
24315            ! sv.c
24316 ____________________________________________________________________________
24317 [ 26351] By: davem                                 on 2005/12/14  12:46:29
24318         Log: forgot to add new file to change #26350
24319      Branch: perl
24320            + ext/threads/shared/t/blessed.t
24321 ____________________________________________________________________________
24322 [ 26350] By: davem                                 on 2005/12/14  12:44:20
24323         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
24324              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
24325              Date:  Tue, 13 Dec 2005 15:11:20 -0800
24326              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
24327              
24328              Unlike arrays and hashes, coping blessed refs to shared scalars left
24329              the copy unblessed
24330      Branch: perl
24331            ! MANIFEST ext/threads/shared/shared.xs
24332 ____________________________________________________________________________
24333 [ 26349] By: steveh                                on 2005/12/14  12:41:02
24334         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
24335      Branch: perl
24336            ! util.c
24337 ____________________________________________________________________________
24338 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
24339         Log: Convert range.t to test.pl
24340      Branch: perl
24341            ! t/op/range.t
24342 ____________________________________________________________________________
24343 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
24344         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
24345      Branch: perl
24346            ! embed.fnc embed.h proto.h
24347 ____________________________________________________________________________
24348 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
24349         Log: Inline asIV and asUV, as each is only used once, and it distracts from
24350              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
24351              and sv_2pv_flags. Add a comment noting the return path from the end of
24352              the SvGMAGICAL case to all 4.
24353      Branch: perl
24354            ! sv.c
24355 ____________________________________________________________________________
24356 [ 26344] By: craigb                                on 2005/12/13  17:27:48
24357         Log: Don't include utime.h in vms.c -- it collides with 
24358              homegroun definitions in vmsish.h.
24359      Branch: perl
24360            ! vms/vms.c
24361 ____________________________________________________________________________
24362 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
24363         Log: Fix realclean target for Sys::Syslog
24364      Branch: perl
24365            ! ext/Sys/Syslog/Makefile.PL
24366 ____________________________________________________________________________
24367 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
24368         Log: Remove tests that were not portable to 64bit ints.
24369      Branch: perl
24370            ! t/op/sprintf2.t
24371 ____________________________________________________________________________
24372 [ 26341] By: stevep                                on 2005/12/13  12:17:57
24373         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
24374              friendly.
24375      Branch: perl
24376           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
24377           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
24378           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
24379           +> lib/Pod/Simple/t/perlfaq3.pod
24380           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
24381           +> lib/Pod/Simple/t/perlvar_out.txt
24382            - lib/Pod/Simple/t/test_junk1.pod
24383            - lib/Pod/Simple/t/test_junk1_out.txt
24384            - lib/Pod/Simple/t/test_junk2.pod
24385            - lib/Pod/Simple/t/test_junk2_out.txt
24386            - lib/Pod/Simple/t/test_old_perlcygwin.pod
24387            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
24388            - lib/Pod/Simple/t/test_old_perlfaq3.pod
24389            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
24390            - lib/Pod/Simple/t/test_old_perlvar.pod
24391            - lib/Pod/Simple/t/test_old_perlvar_out.txt
24392            ! MANIFEST lib/Pod/Simple/t/render.t
24393 ____________________________________________________________________________
24394 [ 26340] By: stevep                                on 2005/12/13  11:54:54
24395         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
24396              directory names.
24397      Branch: perl
24398            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
24399            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
24400            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
24401            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
24402            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
24403            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
24404            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
24405            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
24406            + lib/Pod/Simple/t/test_lib/Blorm.pm
24407            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
24408            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
24409            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
24410            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
24411            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
24412            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
24413            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
24414            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
24415            + lib/Pod/Simple/t/test_lib/squaa.pm
24416            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
24417            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
24418            + lib/Pod/Simple/t/test_lib/zikzik.pod
24419            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
24420            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
24421            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
24422            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
24423            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
24424            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
24425            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
24426            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
24427            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
24428            - lib/Pod/Simple/t/test^lib/Blorm.pm
24429            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
24430            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
24431            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
24432            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
24433            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
24434            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
24435            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
24436            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
24437            - lib/Pod/Simple/t/test^lib/squaa.pm
24438            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
24439            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
24440            - lib/Pod/Simple/t/test^lib/zikzik.pod
24441            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
24442            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
24443            ! lib/Pod/Simple/t/search_10survey_specific.t
24444            ! lib/Pod/Simple/t/search_12survey_cwd.t
24445            ! lib/Pod/Simple/t/search_20survey_two.t
24446            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
24447            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
24448            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
24449            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
24450            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
24451            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
24452 ____________________________________________________________________________
24453 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
24454         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
24455              sprintf() or printf() will now croak if any of the indexes and
24456              widths specified in the format string are too large.
24457      Branch: perl
24458            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
24459 ____________________________________________________________________________
24460 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
24461         Log: Subject: Re: check83.pl
24462              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
24463              Date: Sun, 11 Dec 2005 07:19:58 -0800
24464              Message-ID: <20051211151958.GA6188@efn.org>
24465      Branch: perl
24466            ! Porting/check83.pl
24467 ____________________________________________________________________________
24468 [ 26337] By: steveh                                on 2005/12/13  09:41:29
24469         Log: Fix lib/File/Compare.t test failures on Win32
24470              
24471              Change 26225, updated by 26245, added a test for another filename with
24472              a trailing space but failed to open the new filehandle in binary mode
24473              
24474              To compound matters, creating a file called "foo " on Win32 "succeeds"
24475              but actually creates a file called just "foo", so we have actually
24476              overwritten the original file with this non-binary mode version, and
24477              hence some of the original tests started failing too!
24478              
24479              (And because of this the new test doesn't actually add anything new on
24480              Win32 at the moment, but right now I can't think of a filename that
24481              would have failed under 2-arg open but succeeds with 3-arg open, which
24482              was the purpose of this test)
24483      Branch: perl
24484            ! lib/File/Compare.t
24485 ____________________________________________________________________________
24486 [ 26336] By: steveh                                on 2005/12/13  08:54:45
24487         Log: Don't try to export Perl_pad_sv when it isn't defined
24488              
24489              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
24490      Branch: perl
24491            ! makedef.pl
24492 ____________________________________________________________________________
24493 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
24494         Log: A suggestion by Yamashina Hio to speed up substitutions
24495              with right-hand side expressions by freeing temporaries.
24496              See :
24497              
24498              Subject: s///ge; consumes PL_tmps_stack in its loop
24499              From: YAMASHINA Hio <hio@hio.jp>
24500              Date: Tue, 30 Aug 2005 17:17:23 +0900
24501              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
24502      Branch: perl
24503            ! pp_ctl.c
24504 ____________________________________________________________________________
24505 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
24506         Log: Check that %v$foo does not crash.
24507      Branch: perl
24508            ! t/op/sprintf2.t
24509 ____________________________________________________________________________
24510 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
24511         Log: Use load_module() instead of perl_eval_sv("require $mod") to
24512              load modules.  This is safer since $mod comes from an external
24513              source.
24514      Branch: perl
24515            ! ext/Storable/Storable.xs
24516 ____________________________________________________________________________
24517 [ 26329] By: stevep                                on 2005/12/12  13:21:03
24518         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
24519              test for now.
24520      Branch: perl
24521            ! lib/Pod/t/man.t
24522 ____________________________________________________________________________
24523 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
24524         Log: Robin Houston points out a better way to replace
24525              the C<defined %foo::bar::> construct.
24526      Branch: perl
24527            ! pod/perl593delta.pod
24528 ____________________________________________________________________________
24529 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
24530         Log: Oops, change 26326 broke t/run/switches.t
24531              Reverting change 24912 fixes it.
24532      Branch: perl
24533            ! t/run/switches.t
24534 ____________________________________________________________________________
24535 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
24536         Log: Drop "v" prefix from sprintf("%vd", $^V).
24537              
24538              The sprintf documentation has this example:
24539              
24540              printf "version is v%vd\n", $^V;
24541              
24542              and it printed 'version is vv5.9.3\n'.
24543      Branch: perl
24544            ! sv.c t/op/sprintf.t
24545 ____________________________________________________________________________
24546 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
24547         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
24548      Branch: perl
24549            ! sv.c t/uni/sprintf.t
24550 ____________________________________________________________________________
24551 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
24552         Log: Move the rest of the data munging into the test preparation loop.
24553      Branch: perl
24554            ! t/op/sprintf.t
24555 ____________________________________________________________________________
24556 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
24557         Log: Move the $data and $result munging into the test preparation loop.
24558      Branch: perl
24559            ! t/op/sprintf.t
24560 ____________________________________________________________________________
24561 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
24562         Log: Disallow sprintf's vector handling for non-integer formats.
24563              Avoids core dump for printf("%vs") and similar.
24564      Branch: perl
24565            ! sv.c t/op/sprintf.t
24566 ____________________________________________________________________________
24567 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
24568         Log: Quench the other 2 ways obscure ways of abusing positional parameters
24569              to generate bogus array indexes. These two are inside the vector
24570              formatting code.
24571      Branch: perl
24572            ! sv.c t/op/sprintf.t
24573 ____________________________________________________________________________
24574 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
24575         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
24576              the XS fails. (Needed to bootstrap the core build)
24577      Branch: perl
24578            ! lib/Cwd.pm
24579 ____________________________________________________________________________
24580 [ 26318] By: stevep                                on 2005/12/10  15:42:39
24581         Log: Upgrade to PathTools-3.14_01
24582      Branch: perl
24583            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
24584            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
24585            ! lib/File/Spec/t/Spec.t
24586 ____________________________________________________________________________
24587 [ 26317] By: stevep                                on 2005/12/10  15:21:37
24588         Log: Subject: [PATCH] Code tweaks in sv.c
24589              From: Andy Lester <andy@petdance.com>
24590              Date: Fri, 9 Dec 2005 11:09:21 -0600
24591              Message-ID: <20051209170921.GC16943@petdance.com>
24592              
24593              Includes a minor change the patch to account for code that moved
24594              elsewhere.
24595      Branch: perl
24596            ! sv.c
24597 ____________________________________________________________________________
24598 [ 26316] By: stevep                                on 2005/12/10  15:14:37
24599         Log: Subject: [PATCH] Excluding pad funcs when not debugging
24600              From: Andy Lester <andy@petdance.com>
24601              Date: Wed, 7 Dec 2005 21:58:05 -0600
24602              Message-ID: <20051208035805.GA23007@petdance.com>
24603      Branch: perl
24604            ! pad.c
24605 ____________________________________________________________________________
24606 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
24607         Log: A better hash for PTR_TABLE_HASH (?)
24608      Branch: perl
24609            ! sv.c
24610 ____________________________________________________________________________
24611 [ 26314] By: craigb                                on 2005/12/09  21:13:50
24612         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
24613              From: "John E. Malmberg" <wb8tyw@qsl.net>
24614              Date: Fri, 09 Dec 2005 14:08:53 -0500
24615              Message-id: <4399D645.8070803@qsl.net>
24616      Branch: perl
24617            ! vms/vms.c
24618 ____________________________________________________________________________
24619 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
24620         Log: An alternative way of structuring ptr_table_clear so that the variables
24621              can be assigned to at declaration time.
24622      Branch: perl
24623            ! sv.c
24624 ____________________________________________________________________________
24625 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
24626         Log: A more efficient way to loop in ptr_table_clear
24627      Branch: perl
24628            ! sv.c
24629 ____________________________________________________________________________
24630 [ 26311] By: stevep                                on 2005/12/09  13:22:33
24631         Log: Subject: Re: Pod::Simple integration
24632              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
24633              Date: Fri, 09 Dec 2005 07:06:00 +0100
24634              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
24635              
24636              These files are still giving problems after attempting to convert
24637              them to text in p4.  The tests pass without them, so we'll remove them
24638              from the Perl distribution.
24639      Branch: perl
24640            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
24641            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
24642            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
24643            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
24644            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
24645            ! MANIFEST
24646 ____________________________________________________________________________
24647 [ 26310] By: stevep                                on 2005/12/09  03:39:17
24648         Log: Fixes compile errors introduce with change #26301 when compiling
24649              with ithreads and DEBUGGING.
24650      Branch: perl
24651            ! sv.c
24652 ____________________________________________________________________________
24653 [ 26309] By: stevep                                on 2005/12/09  02:07:32
24654         Log: Upgrade to Sys-Syslog-0.10
24655      Branch: perl
24656            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
24657            + ext/Sys/Syslog/fallback/const-c.inc
24658            + ext/Sys/Syslog/fallback/const-xs.inc
24659            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
24660            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
24661            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
24662            + ext/Sys/Syslog/t/portfs.t
24663            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
24664            ! ext/Sys/Syslog/t/syslog.t
24665 ____________________________________________________________________________
24666 [ 26308] By: stevep                                on 2005/12/09  01:41:44
24667         Log: Upgrade to CGI.pm-3.15
24668      Branch: perl
24669            ! lib/CGI.pm lib/CGI/Changes
24670 ____________________________________________________________________________
24671 [ 26307] By: stevep                                on 2005/12/08  19:40:33
24672         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
24673      Branch: perl
24674            ! pod/perltodo.pod
24675 ____________________________________________________________________________
24676 [ 26306] By: stevep                                on 2005/12/08  19:21:25
24677         Log: One final Pod::Usage yak to shave...
24678      Branch: perl
24679            ! lib/Pod/Usage.pm
24680 ____________________________________________________________________________
24681 [ 26305] By: stevep                                on 2005/12/08  19:07:38
24682         Log: Version bump for Pod::Usage
24683      Branch: perl
24684            ! lib/Pod/Usage.pm
24685 ____________________________________________________________________________
24686 [ 26304] By: stevep                                on 2005/12/08  19:04:59
24687         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
24688              pass.
24689      Branch: perl
24690            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
24691 ____________________________________________________________________________
24692 [ 26303] By: stevep                                on 2005/12/08  15:53:36
24693         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
24694              includes a change to the Pod::Usage test file for compatibility
24695              purposes.
24696      Branch: perl
24697            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
24698 ____________________________________________________________________________
24699 [ 26302] By: craigb                                on 2005/12/08  14:47:57
24700         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
24701              structures.  They may be allocated during start-up and are torn down
24702              in an exit handler, where thread context and other Perlish support
24703              are iffy.
24704      Branch: perl
24705            ! vms/vms.c
24706 ____________________________________________________________________________
24707 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
24708         Log: Merge common code from ptr_table_fetch and ptr_table_store into
24709              S_ptr_table_find.
24710      Branch: perl
24711            ! sv.c
24712 ____________________________________________________________________________
24713 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
24714         Log: Fixup the setsockopt usage message; missing OPTVAL.
24715      Branch: perl
24716            ! ext/IO/lib/IO/Socket.pm
24717 ____________________________________________________________________________
24718 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
24719         Log: Improve the setsockopt description.
24720              Removed claim that OPTVAL might be undef as it is just treated
24721              the same as 0 and give the usual use-of-uninitialized-value
24722              warning.  Added an example.
24723      Branch: perl
24724            ! pod/perlfunc.pod
24725 ____________________________________________________________________________
24726 [ 26298] By: craigb                                on 2005/12/08  04:34:42
24727         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
24728              From: "John E. Malmberg" <wb8tyw@qsl.net>
24729              Date: Wed, 07 Dec 2005 22:26:21 -0500
24730              Message-id: <4397A7DD.8030403@qsl.net>
24731      Branch: perl
24732            ! vms/vms.c
24733 ____________________________________________________________________________
24734 [ 26297] By: stevep                                on 2005/12/07  20:39:24
24735         Log: One quick fix to the test for differences in error output.
24736      Branch: perl
24737            ! lib/Pod/t/Usage.t
24738 ____________________________________________________________________________
24739 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
24740         Log: Subject: [PATCH] All args in embed.fnc should be named
24741              From: Andy Lester <andy@petdance.com>
24742              Date: Wed, 7 Dec 2005 10:08:18 -0600
24743              Message-ID: <20051207160818.GA13465@petdance.com>
24744      Branch: perl
24745            ! embed.fnc embed.pl pod/perlapi.pod proto.h
24746 ____________________________________________________________________________
24747 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
24748         Log: Don't build manpages for Encode and Unicode::Normalize
24749              (when compiling perl manpages are built afterwards, not
24750              by MakeMaker like when installing modules.) This fix a
24751              bootstrap problem (now that Pod::Man uses POSIX.)
24752      Branch: perl
24753            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
24754 ____________________________________________________________________________
24755 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
24756         Log: Check in those files as text, not binary
24757      Branch: perl
24758            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
24759            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
24760            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
24761            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
24762            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
24763 ____________________________________________________________________________
24764 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
24765         Log: Remove space
24766      Branch: perl
24767            ! MANIFEST
24768 ____________________________________________________________________________
24769 [ 26292] By: stevep                                on 2005/12/07  12:36:59
24770         Log: Upgrade to podlators-2.00
24771      Branch: perl
24772            + lib/Pod/t/color.t lib/Pod/t/termcap.t
24773            - lib/Pod/t/text-errors.t
24774            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
24775            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
24776            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
24777            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
24778            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
24779            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
24780 ____________________________________________________________________________
24781 [ 26291] By: stevep                                on 2005/12/07  11:38:00
24782         Log: Assimilate Pod-Simple-3.03 to the Perl core
24783      Branch: perl
24784            + (add 170 files)
24785            ! MANIFEST Porting/Maintainers.pl
24786 ____________________________________________________________________________
24787 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
24788         Log: Pull the regexp stringification code out into S_stringify_regexp, to
24789              make sv_2pv_flags clearer.
24790      Branch: perl
24791            ! sv.c
24792 ____________________________________________________________________________
24793 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
24794         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
24795      Branch: perl
24796            ! sv.c
24797 ____________________________________________________________________________
24798 [ 26288] By: stevep                                on 2005/12/07  02:10:26
24799         Log: Upgrade to CGI-3.14.
24800              
24801              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
24802              yet been applied to the actual CGI distribution yet.
24803      Branch: perl
24804            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
24805 ____________________________________________________________________________
24806 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
24807         Log: Add a ; that 26281 was lacking.
24808              (Dear Mark, please can I have back one of the two that I sent you after
24809              change 23614)
24810      Branch: perl
24811            ! util.c
24812 ____________________________________________________________________________
24813 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
24814         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
24815              into S_sv_2iuv_common.
24816      Branch: perl
24817            ! sv.c
24818 ____________________________________________________________________________
24819 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
24820         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
24821              duplication.
24822      Branch: perl
24823            ! sv.c
24824 ____________________________________________________________________________
24825 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
24826         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
24827              From: Andy Lester <andy@petdance.com>
24828              Date: Mon, 5 Dec 2005 13:46:13 -0600
24829              Message-ID: <20051205194613.GB7791@petdance.com>
24830      Branch: perl
24831            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
24832            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
24833            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
24834 ____________________________________________________________________________
24835 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
24836         Log: Subject: Re: stringification of v-string references
24837              From: John Peacock <jpeacock@rowman.com>
24838              Message-ID: <439592B4.2050101@rowman.com>
24839              Date: Tue, 06 Dec 2005 08:31:32 -0500
24840      Branch: perl
24841            ! t/op/ref.t
24842 ____________________________________________________________________________
24843 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
24844         Log: Fix typo spotted by Ronald J Kimball.
24845      Branch: perl
24846            ! ext/Sys/Syslog/Syslog.pm
24847 ____________________________________________________________________________
24848 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
24849         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
24850              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
24851              Date: Tue, 6 Dec 2005 09:56:12 -0500
24852              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
24853      Branch: perl
24854            ! ext/Sys/Syslog/Syslog.pm
24855 ____________________________________________________________________________
24856 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
24857         Log: Document why syslog($priority, "%s", $message) is a good idea
24858              if the code might be running with older versions of Sys::Syslog.
24859      Branch: perl
24860            ! ext/Sys/Syslog/Syslog.pm
24861 ____________________________________________________________________________
24862 [ 26276] By: merijn                                on 2005/12/06  14:30:53
24863         Log: Itanium blade servers added to the model list
24864      Branch: perl
24865            ! README.hpux
24866 ____________________________________________________________________________
24867 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
24868         Log: Don't use Copy for 1 and 2 character string constants.
24869      Branch: perl
24870            ! sv.c
24871 ____________________________________________________________________________
24872 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
24873         Log: Eliminate an unneeded local variable.
24874      Branch: perl
24875            ! sv.c
24876 ____________________________________________________________________________
24877 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
24878         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
24879              code into the GMAGIC block.
24880      Branch: perl
24881            ! sv.c
24882 ____________________________________________________________________________
24883 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
24884         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
24885              only constant non-"" string returned.
24886      Branch: perl
24887            ! sv.c
24888 ____________________________________________________________________________
24889 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
24890         Log: Make all the return statements closer to the final calcuation of the
24891              returned value in the reference stringification code. Pull variables
24892              into tigher scope which also allows some to become const.
24893      Branch: perl
24894            ! sv.c
24895 ____________________________________________________________________________
24896 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
24897         Log: Move the scope of origsv inwards, and rename variables to avoid the
24898              need to re-assign to sv.
24899      Branch: perl
24900            ! sv.c
24901 ____________________________________________________________________________
24902 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
24903         Log: Clone the brief return logic and thereby remove a goto.
24904      Branch: perl
24905            ! sv.c
24906 ____________________________________________________________________________
24907 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
24908         Log: As they are now the same, can fold the entire switch statement for
24909              reference type in sv_2pv_flags into a call to sv_reftype.
24910      Branch: perl
24911            ! sv.c
24912 ____________________________________________________________________________
24913 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
24914         Log: Untease the regexp stringification from the reference naming in
24915              sv_2pv_flags. (Lots of re-indentation, little real change)
24916      Branch: perl
24917            ! sv.c
24918 ____________________________________________________________________________
24919 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
24920         Log: References to version objects should stringify as VSTRING. This makes
24921              stringification consistent with the output of ref().
24922      Branch: perl
24923            ! sv.c
24924 ____________________________________________________________________________
24925 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
24926         Log: The extra return is actually a duplicated code path, and can go.
24927      Branch: perl
24928            ! sv.c
24929 ____________________________________________________________________________
24930 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
24931         Log: Fix typo in description.
24932      Branch: perl
24933            ! MANIFEST
24934 ____________________________________________________________________________
24935 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
24936         Log: Add ext/MIME/Base64/README to MANIFEST
24937      Branch: perl
24938            ! MANIFEST
24939 ____________________________________________________________________________
24940 [ 26262] By: stevep                                on 2005/12/05  16:35:14
24941         Log: Upgrade to MIME-Base64-3.07
24942      Branch: perl
24943            + ext/MIME/Base64/README
24944            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
24945            ! ext/MIME/Base64/QuotedPrint.pm
24946 ____________________________________________________________________________
24947 [ 26261] By: stevep                                on 2005/12/05  16:29:46
24948         Log: Upgrade to Digest-MD5-2.36
24949      Branch: perl
24950            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
24951            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
24952 ____________________________________________________________________________
24953 [ 26260] By: stevep                                on 2005/12/05  16:20:17
24954         Log: Upgrade to CGI.pm-3.13
24955      Branch: perl
24956            + lib/CGI/t/no_tabindex.t
24957            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
24958            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
24959 ____________________________________________________________________________
24960 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
24961         Log: "Malformed UTF-8 character" was a severe warning, and can now be
24962              also a fatal error (since change #26258)
24963      Branch: perl
24964            ! pod/perldiag.pod
24965 ____________________________________________________________________________
24966 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
24967         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
24968              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24969              Date: Tue, 06 Dec 2005 00:35:52 +0900
24970              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
24971      Branch: perl
24972            ! regexec.c
24973 ____________________________________________________________________________
24974 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
24975         Log: Better variable names make code clearer
24976              
24977              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24978              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24979              Date: Sun, 04 Dec 2005 16:24:29 +0900
24980              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
24981      Branch: perl
24982            ! embed.fnc proto.h utf8.c
24983 ____________________________________________________________________________
24984 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
24985         Log: Rework the error messages from the swashget code.
24986              
24987              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24988              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24989              Date: Sun, 04 Dec 2005 16:24:59 +0900
24990              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
24991      Branch: perl
24992            ! pod/perldiag.pod utf8.c
24993 ____________________________________________________________________________
24994 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
24995         Log: Clarification and cleanup of the XS SWASHGET code
24996              
24997              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
24998              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24999              Date: Sun, 04 Dec 2005 16:28:35 +0900
25000              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
25001      Branch: perl
25002            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
25003 ____________________________________________________________________________
25004 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
25005         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
25006              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
25007              Date: Sat, 03 Dec 2005 12:24:05 +0100
25008              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
25009      Branch: perl
25010            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
25011 ____________________________________________________________________________
25012 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
25013         Log: NULL is a legal value for newXS()'s name parameter.
25014              (This caused strange build failures with gcc4 -O3)
25015      Branch: perl
25016            ! embed.fnc proto.h
25017 ____________________________________________________________________________
25018 [ 26252] By: stevep                                on 2005/12/04  15:30:55
25019         Log: Fix handling of author's names that had apostrophes.  Based on a patch
25020              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
25021      Branch: perl
25022            ! utils/h2xs.PL
25023 ____________________________________________________________________________
25024 [ 26251] By: davem                                 on 2005/12/03  15:20:24
25025         Log: clarify description of vector (v) sprintf format modifier
25026      Branch: perl
25027            ! pod/perlfunc.pod
25028 ____________________________________________________________________________
25029 [ 26250] By: craigb                                on 2005/12/03  15:15:47
25030         Log: In vms/vms.c, don't use the thread-specific Newx() during
25031              startup before threads are initialized.  
25032      Branch: perl
25033            ! vms/vms.c
25034 ____________________________________________________________________________
25035 [ 26249] By: stevep                                on 2005/12/03  12:31:02
25036         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
25037      Branch: perl
25038            ! pod/perlhack.pod
25039 ____________________________________________________________________________
25040 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
25041         Log: Missing chunk in change #26247.
25042      Branch: perl
25043            ! ext/Sys/Syslog/Syslog.pm
25044 ____________________________________________________________________________
25045 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
25046         Log: Sys::Syslog::syslog can accept a message without printf
25047              escapes and arguments.
25048              
25049              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
25050              From: Gisle Aas <gisle@activestate.com>
25051              Date: 03 Dec 2005 03:35:32 -0800
25052              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
25053      Branch: perl
25054            ! ext/Sys/Syslog/Syslog.pm
25055 ____________________________________________________________________________
25056 [ 26246] By: stevep                                on 2005/12/03  03:30:00
25057         Log: Upgrade to version-0.50
25058      Branch: perl
25059            ! lib/version.pm lib/version.pod lib/version.t util.c
25060 ____________________________________________________________________________
25061 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
25062         Log: Replace ^M by a space in test for bug #37716, to make
25063              Cygwin happy (found by Yitzchak)
25064      Branch: perl
25065            ! lib/File/Compare.t
25066 ____________________________________________________________________________
25067 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
25068         Log: Address Hugo's comment on Dave's change (26240)
25069      Branch: perl
25070            ! sv.c
25071 ____________________________________________________________________________
25072 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
25073         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
25074              From: Gisle Aas <gisle@ActiveState.com>
25075              Date: 28 Nov 2005 04:48:18 -0800
25076              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
25077              
25078              and
25079              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
25080      Branch: perl
25081            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
25082 ____________________________________________________________________________
25083 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
25084         Log: Subject: [PATCH] Signs, signs, everywhere a sign
25085              From: Andy Lester <andy@petdance.com>
25086              Date: Thu, 1 Dec 2005 14:24:51 -0600
25087              Message-ID: <20051201202451.GI22713@petdance.com>
25088      Branch: perl
25089            ! pp_pack.c
25090 ____________________________________________________________________________
25091 [ 26241] By: stevep                                on 2005/12/01  20:27:34
25092         Log: Nit from change #26232 noticed by H. Merijn Brand
25093      Branch: perl
25094            ! pod/perlop.pod
25095 ____________________________________________________________________________
25096 [ 26240] By: davem                                 on 2005/12/01  16:40:29
25097         Log: sprintf %NNN$ check for large values wrapping to negative
25098      Branch: perl
25099            ! sv.c t/op/sprintf2.t
25100 ____________________________________________________________________________
25101 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
25102         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
25103      Branch: perl
25104            ! makedef.pl perl.h sv.c
25105 ____________________________________________________________________________
25106 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
25107         Log: Missing #ifdef, noticed by Jan Dubois
25108      Branch: perl
25109            ! sv.c
25110 ____________________________________________________________________________
25111 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
25112         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
25113              From: Gisle Aas <gisle@ActiveState.com>
25114              Date: 01 Dec 2005 06:20:14 -0800
25115              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
25116              
25117              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
25118              From: Gisle Aas <gisle@ActiveState.com>
25119              Date: 01 Dec 2005 06:11:44 -0800
25120              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
25121      Branch: perl
25122            ! sv.c t/op/sprintf.t
25123 ____________________________________________________________________________
25124 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
25125         Log: Subject: [PATCH] Disable constant folding of sprintf
25126              From: Gisle Aas <gisle@ActiveState.com>
25127              Date: 01 Dec 2005 03:22:10 -0800
25128              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
25129      Branch: perl
25130            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
25131 ____________________________________________________________________________
25132 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
25133         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
25134              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
25135              Date: Wed, 30 Nov 2005 20:17:31 -0800
25136              Message-ID: <438E795B.9060805@ActiveState.com>
25137      Branch: perl
25138            ! sv.c
25139 ____________________________________________________________________________
25140 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
25141         Log: Revert change #26110 (already reverted in maintperl by change 26182)
25142      Branch: perl
25143            ! op.c
25144 ____________________________________________________________________________
25145 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
25146         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
25147              not siteperl
25148      Branch: perl
25149            ! pod/perlrun.pod
25150 ____________________________________________________________________________
25151 [ 26232] By: stevep                                on 2005/11/30  19:09:17
25152         Log: dor-assign (//=) was missing from perlop.pod
25153      Branch: perl
25154            ! pod/perlop.pod
25155 ____________________________________________________________________________
25156 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
25157         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
25158              From: Gisle Aas <gisle@ActiveState.com>
25159              Date: 30 Nov 2005 09:28:54 -0800
25160              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
25161      Branch: perl
25162            ! pp.c sv.c
25163 ____________________________________________________________________________
25164 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
25165         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
25166              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25167              Date: Sun, 27 Nov 2005 17:02:02 +0900
25168              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
25169      Branch: perl
25170            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
25171            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
25172            ! utfebcdic.h
25173 ____________________________________________________________________________
25174 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
25175         Log: The regexp engine should check SV flags rather than SV type for
25176              determining if something is a reference, because under the debugger
25177              the value returned by the swash code is SVt_PVMG.
25178              Not doing this has the side effect of repeatedly reassigning the
25179              same array element, which causes destructors to fire on the reassignment
25180              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
25181              of save_re_context, which under the debugger involves re-entering the
25182              regexp engine, which causes corruption of the regexp engine's global
25183              state.
25184      Branch: perl
25185            ! regexec.c
25186 ____________________________________________________________________________
25187 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
25188         Log: Fix B::Concise tests after change #26226
25189      Branch: perl
25190            ! ext/B/t/optree_varinit.t
25191 ____________________________________________________________________________
25192 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
25193         Log: Revert change #22520 (optimise away my $foo = undef and similar
25194              constructs), in order to fix bug perl #37776
25195      Branch: perl
25196            ! op.c t/op/my.t
25197 ____________________________________________________________________________
25198 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
25199         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
25200              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
25201              Date: Tue, 29 Nov 2005 08:07:19 +0100
25202              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
25203      Branch: perl
25204            ! lib/File/Compare.pm lib/File/Compare.t
25205 ____________________________________________________________________________
25206 [ 26224] By: stevep                                on 2005/11/29  12:36:46
25207         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
25208              which is now a prereq for podlators.
25209      Branch: perl
25210            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
25211            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
25212            + lib/Pod/Escapes/t/10_main.t
25213            + lib/Pod/Escapes/t/15_name2charnum.t
25214            ! MANIFEST Porting/Maintainers.pl
25215 ____________________________________________________________________________
25216 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
25217         Log: Typo fix, by Olivier Blin
25218      Branch: perl
25219            ! lib/Getopt/Long.pm
25220 ____________________________________________________________________________
25221 [ 26222] By: steveh                                on 2005/11/28  17:07:25
25222         Log: Fix ext/POSIX/t/time.t on Win32
25223              
25224              According to MSDN, "The string result produced by ctime contains
25225              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
25226              so we *do* want the leading zero on the day returned by strftime
25227      Branch: perl
25228            ! ext/POSIX/t/time.t
25229 ____________________________________________________________________________
25230 [ 26221] By: stevep                                on 2005/11/28  14:11:23
25231         Log: Mac OS X/Darwin seems to have problems with tzname().
25232      Branch: perl
25233            ! ext/POSIX/t/time.t
25234 ____________________________________________________________________________
25235 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
25236         Log: FAQ sync.
25237      Branch: perl
25238            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
25239            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
25240 ____________________________________________________________________________
25241 [ 26219] By: stevep                                on 2005/11/28  02:48:18
25242         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
25243              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
25244              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
25245              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
25246      Branch: perl
25247            ! lib/Math/Trig.pm
25248 ____________________________________________________________________________
25249 [ 26218] By: stevep                                on 2005/11/28  02:34:49
25250         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
25251              operator added to close two tickets.
25252      Branch: perl
25253            ! pod/perlobj.pod
25254 ____________________________________________________________________________
25255 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
25256         Log: Don't let MakeMaker install doc for MIME::Base64
25257              (since installpod does it already)
25258      Branch: perl
25259            ! ext/MIME/Base64/Makefile.PL
25260 ____________________________________________________________________________
25261 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
25262         Log: Upgrade to Getopt::Long 2.34_04
25263      Branch: perl
25264            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
25265            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
25266            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
25267            ! lib/Getopt/Long/t/gol-oo.t
25268 ____________________________________________________________________________
25269 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
25270         Log: Subject: [PATCH] fix wrong pool error in cygwin build
25271              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25272              Date: Nov 27, 2005 9:29 AM
25273              Message-ID: <20051127082918.GA2556@efn.org>
25274      Branch: perl
25275            ! cygwin/cygwin.c
25276 ____________________________________________________________________________
25277 [ 26214] By: stevep                                on 2005/11/27  02:35:25
25278         Log: Upgrade to MIME-Base64-3.06
25279      Branch: perl
25280            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
25281            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
25282            ! ext/MIME/Base64/QuotedPrint.pm
25283 ____________________________________________________________________________
25284 [ 26213] By: stevep                                on 2005/11/26  12:48:42
25285         Log: Deal with differences in what clock() does between POSIX and BSD.
25286      Branch: perl
25287            ! ext/POSIX/t/time.t
25288 ____________________________________________________________________________
25289 [ 26212] By: stevep                                on 2005/11/26  12:04:00
25290         Log: Upgrade to Scalar-List-Utils-1.18
25291      Branch: perl
25292            + ext/List/Util/t/00version.t
25293            ! MANIFEST ext/List/Util/Changes
25294 ____________________________________________________________________________
25295 [ 26211] By: stevep                                on 2005/11/26  11:50:17
25296         Log: Upgrade to Digest-MD5-2.35
25297      Branch: perl
25298            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
25299            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
25300            ! ext/Digest/MD5/t/files.t
25301 ____________________________________________________________________________
25302 [ 26210] By: stevep                                on 2005/11/26  11:40:57
25303         Log: Actually update one of the files from the previous change.
25304      Branch: perl
25305            ! lib/Digest.pm
25306 ____________________________________________________________________________
25307 [ 26209] By: stevep                                on 2005/11/26  11:38:02
25308         Log: Upgrade to Digest-1.14
25309      Branch: perl
25310            ! lib/Digest.pm lib/Digest/Changes
25311 ____________________________________________________________________________
25312 [ 26208] By: stevep                                on 2005/11/26  02:56:26
25313         Log: Just be explicit about $TZ.  
25314      Branch: perl
25315            ! ext/POSIX/t/time.t
25316 ____________________________________________________________________________
25317 [ 26207] By: stevep                                on 2005/11/26  02:32:10
25318         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
25319              on OpenBSD.
25320      Branch: perl
25321            ! ext/POSIX/t/time.t
25322 ____________________________________________________________________________
25323 [ 26206] By: stevep                                on 2005/11/26  01:31:24
25324         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
25325              but I don't expect any black smokes because of testing on OpenBSD,
25326              Linux, Win32, an Cygwin.
25327      Branch: perl
25328            + ext/POSIX/t/time.t
25329            ! MANIFEST ext/B/t/b.t
25330 ____________________________________________________________________________
25331 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
25332         Log: Move report_uninit() and its static supporting functions to the end of
25333              sv.c, so that they are not sandwiched between the two halves of the
25334              SV allocation code. However, the diff looks far more evil than it
25335              should given that this is just moving a single albeit large hunk.
25336      Branch: perl
25337            ! sv.c
25338 ____________________________________________________________________________
25339 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
25340         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
25341              From: demerphq <demerphq@gmail.com>
25342              Date: Fri, 25 Nov 2005 13:57:38 +0100
25343              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
25344      Branch: perl
25345            ! pod/perlpod.pod
25346 ____________________________________________________________________________
25347 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
25348         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
25349              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25350              Date: Fri, 25 Nov 2005 00:19:35 +0900
25351              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
25352              
25353              Date: Fri, 25 Nov 2005 01:18:17 +0900
25354              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
25355      Branch: perl
25356            ! universal.c utf8.c
25357 ____________________________________________________________________________
25358 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
25359         Log: Document new perldoc -L switch
25360              
25361              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
25362              From: Enrico Sorcinelli <bepi@perl.it>
25363              Date: Thu, 24 Nov 2005 16:04:03 +0100
25364              Message-Id: <20051124160403.568a194b.bepi@perl.it>
25365      Branch: perl
25366            ! pod/perldoc.pod
25367 ____________________________________________________________________________
25368 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
25369         Log: Delete a README made redundant by change 26200.
25370      Branch: perl
25371            - wince/README.perlce
25372 ____________________________________________________________________________
25373 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
25374         Log: Subject: [PATCH @26198] perlce touches
25375              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
25376              Date: Nov 23, 2005 8:55 PM
25377              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
25378      Branch: perl
25379            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
25380            ! wince/wince.c
25381 ____________________________________________________________________________
25382 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
25383         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
25384              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25385              Date: Wed, 23 Nov 2005 17:57:34 +0900
25386              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
25387              
25388              And :
25389              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
25390              
25391              with some nits to use U8 instead of char more consistently
25392      Branch: perl
25393            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
25394 ____________________________________________________________________________
25395 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
25396         Log: Notes in perlstyle about POD formatting, by Sébastien
25397              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
25398      Branch: perl
25399            ! pod/perlstyle.pod
25400 ____________________________________________________________________________
25401 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
25402         Log: Note the URL describing the vast riches awaiting us.
25403      Branch: perl
25404            ! t/lib/1_compile.t
25405 ____________________________________________________________________________
25406 [ 26196] By: davem                                 on 2005/11/22  16:52:24
25407         Log: include PERL_TRACK_MEMPOOL in perl -V output
25408      Branch: perl
25409            ! perl.c
25410 ____________________________________________________________________________
25411 [ 26195] By: davem                                 on 2005/11/22  16:32:42
25412         Log: perl segfaults on reversed array reference
25413              
25414              The 'for (reverse @a)' optimisation got its index wrong when
25415              create LVALUE SVs for undef elements
25416      Branch: perl
25417            ! pp_ctl.c pp_hot.c t/op/loopctl.t
25418 ____________________________________________________________________________
25419 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
25420         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
25421              From: Robin Houston <robin@cpan.org>
25422              Date: Tue, 22 Nov 2005 13:28:17 +0000
25423              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
25424      Branch: perl
25425            ! pod/perlfunc.pod
25426 ____________________________________________________________________________
25427 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
25428         Log: Use the system's free to dealloc a PV allocated by the system
25429              (more precisely by libgdbm.) See :
25430              
25431              Subject: GDBM_file realloc failures
25432              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
25433              Date: Mon, 21 Nov 2005 18:22:00 +0100
25434              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
25435      Branch: perl
25436            ! ext/GDBM_File/GDBM_File.xs
25437 ____________________________________________________________________________
25438 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
25439         Log: Subject: Re: [PATCH] concat interacts badly with magic
25440              From: Robin Houston <robin@cpan.org>
25441              Date: Tue, 22 Nov 2005 14:07:27 +0000
25442              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
25443              
25444              (new version of patch for bug #37722)
25445      Branch: perl
25446            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
25447            ! t/op/tie.t
25448 ____________________________________________________________________________
25449 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
25450         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
25451              From: Enrico Sorcinelli <bepi@perl.it>
25452              Date: Sun, 20 Nov 2005 10:20:51 +0100
25453              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
25454              
25455              Also, bump version number of Perldoc.
25456      Branch: perl
25457            ! lib/Pod/Perldoc.pm
25458 ____________________________________________________________________________
25459 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
25460         Log: Revert change #26185, which could have some unwanted side-effects.
25461              (lib/warnings.t had failures due to this patch.)
25462              Moreover Dave Mitchell correctly pointed out that [perl #37722]
25463              wasn't really a bug.
25464      Branch: perl
25465            ! pp_hot.c t/op/tie.t
25466 ____________________________________________________________________________
25467 [ 26189] By: merijn                                on 2005/11/22  06:33:05
25468         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
25469              From: "Jan Dubois" <jand@ActiveState.com>
25470              Date: Mon, 21 Nov 2005 21:35:51 -0800
25471              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
25472      Branch: perl
25473            ! win32/include/sys/socket.h
25474 ____________________________________________________________________________
25475 [ 26188] By: stevep                                on 2005/11/22  03:41:17
25476         Log: Subject: [PATCH] ff_chop.patch redux
25477              From: Andy Lester <andy@petdance.com>
25478              Date: Mon, 21 Nov 2005 21:16:14 -0600
25479              Message-ID: <20051122031614.GB19424@petdance.com>
25480      Branch: perl
25481            ! pp_ctl.c
25482 ____________________________________________________________________________
25483 [ 26187] By: stevep                                on 2005/11/22  03:37:30
25484         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
25485              From: "John E. Malmberg" <wb8tyw@qsl.net>
25486              Date: Mon, 21 Nov 2005 22:09:17 -0500
25487              Message-ID: <43828BDD.7080302@qsl.net>
25488      Branch: perl
25489            ! t/op/pat.t
25490 ____________________________________________________________________________
25491 [ 26186] By: stevep                                on 2005/11/22  03:32:04
25492         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
25493              From: "John E. Malmberg" <wb8tyw@qsl.net>
25494              Date: Mon, 21 Nov 2005 21:19:31 -0500
25495              Message-ID: <43828033.9040708@qsl.net>
25496      Branch: perl
25497            ! t/op/array.t
25498 ____________________________________________________________________________
25499 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
25500         Log: Subject: [PATCH] concat interacts badly with magic
25501              From: Robin Houston <robin@cpan.org>
25502              Date: Mon, 21 Nov 2005 17:03:39 +0000
25503              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
25504      Branch: perl
25505            ! pp_hot.c t/op/tie.t
25506 ____________________________________________________________________________
25507 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
25508         Log: Flip the sign of the value in body details offset, and change its type
25509              to size_t.
25510      Branch: perl
25511            ! sv.c
25512 ____________________________________________________________________________
25513 [ 26183] By: merijn                                on 2005/11/21  14:11:28
25514         Log: Thread failures on AIX (and others) caused by interleaved output
25515              
25516              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
25517              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
25518              Date: Sun, 20 Nov 2005 14:36 +0100
25519              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
25520      Branch: perl
25521            ! t/op/threads.t
25522 ____________________________________________________________________________
25523 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
25524         Log: Upgrade to Time::HiRes 1.83
25525      Branch: perl
25526            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
25527            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
25528 ____________________________________________________________________________
25529 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
25530         Log: Eliminate two more strlen()s, by using the return value of sprintf().
25531      Branch: perl
25532            ! pp_ctl.c
25533 ____________________________________________________________________________
25534 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
25535         Log: Declarations must come first, or some compilers aren't happy.
25536              (spotted by Jarkko)
25537      Branch: perl
25538            ! ext/B/B.xs
25539 ____________________________________________________________________________
25540 [ 26178] By: stevep                                on 2005/11/20  02:41:01
25541         Log: Subject: [PATCH] Pulling ancient RCS comments
25542              From: Andy Lester <andy@petdance.com>
25543              Date: Sat, 19 Nov 2005 00:16:39 -0600
25544              Message-ID: <20051119061639.GA25086@petdance.com>
25545      Branch: perl
25546            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
25547            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
25548            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
25549            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
25550            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
25551            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
25552            ! t/op/read.t t/op/time.t t/op/unshift.t
25553 ____________________________________________________________________________
25554 [ 26177] By: stevep                                on 2005/11/20  02:31:10
25555         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
25556              From: "Jan Dubois" <jand@ActiveState.com>
25557              Date: Fri, 18 Nov 2005 11:38:24 -0800
25558              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
25559      Branch: perl
25560            ! perl.h util.c
25561 ____________________________________________________________________________
25562 [ 26176] By: stevep                                on 2005/11/19  19:14:42
25563         Log: Down with "warning: code has no effect"
25564      Branch: perl
25565            ! XSUB.h
25566 ____________________________________________________________________________
25567 [ 26175] By: stevep                                on 2005/11/19  18:06:14
25568         Log: Cleaning up some warnings generated by "gcc -W"
25569      Branch: perl
25570            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
25571            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
25572 ____________________________________________________________________________
25573 [ 26174] By: stevep                                on 2005/11/19  13:46:27
25574         Log: Upgrade to PathTools-3.14
25575      Branch: perl
25576            + lib/File/Spec/t/tmpdir.t
25577            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
25578            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
25579            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
25580            ! lib/File/Spec/t/Spec.t
25581 ____________________________________________________________________________
25582 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
25583         Log: Norman observed that a couple of macros could make the body defintion
25584              table a lot more readable.
25585      Branch: perl
25586            ! sv.c
25587 ____________________________________________________________________________
25588 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
25589         Log: With -DPURFIY we change the flags so that everything is allocated
25590              directly. (Don't use arenas at all.) This seems a rather elegant way
25591              to simplify some of the code in sv.c by removing conditional
25592              compilation.
25593      Branch: perl
25594            ! sv.c
25595 ____________________________________________________________________________
25596 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
25597         Log: Map the HE arena onto SV type 0 (SVt_NULL).
25598              Abolish PL_he_root and PL_he_arenaroot.
25599      Branch: perl
25600            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
25601            ! sv.c sv.h
25602 ____________________________________________________________________________
25603 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
25604         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
25605      Branch: perl
25606            ! sv.c
25607 ____________________________________________________________________________
25608 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
25609         Log: sv_clear can manipulate the arena array directly too.
25610              Also, I think that we may have been "leaking" NV bodies in blead since
25611              25051. Oops. (Will not have been detectable except with -DPURIFY as
25612              the leak is not returning them as free to the arena)
25613      Branch: perl
25614            ! sv.c
25615 ____________________________________________________________________________
25616 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
25617         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
25618              zero as it's copying over the same sized structure. So change
25619              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
25620      Branch: perl
25621            ! sv.c
25622 ____________________________________________________________________________
25623 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
25624         Log: Merge the arms of the switch. The decision about what comes from an
25625              arena and what comes from malloc is now solely in the table.
25626      Branch: perl
25627            ! sv.c
25628 ____________________________________________________________________________
25629 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
25630         Log: Eliminate new_body_length from sv_dup. Replace SvTYPE(sstr) with
25631              sv_type, which is a constant variable with the same value.
25632      Branch: perl
25633            ! sv.c
25634 ____________________________________________________________________________
25635 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
25636         Log: Eliminate new_body_offset from sv_dup()
25637      Branch: perl
25638            ! sv.c
25639 ____________________________________________________________________________
25640 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
25641         Log: Merge the last remaining case duplication in sv_upgrade
25642      Branch: perl
25643            ! sv.c
25644 ____________________________________________________________________________
25645 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
25646         Log: Eliminate new_body_length from sv_upgrade
25647      Branch: perl
25648            ! sv.c
25649 ____________________________________________________________________________
25650 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
25651         Log: Eliminate new_body_offset from sv_upgrade
25652      Branch: perl
25653            ! sv.c
25654 ____________________________________________________________________________
25655 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
25656         Log: new_body_inline doesn't need to be passed the root, as it's already
25657              inferring the arenaroot directly from the passed-in type.
25658      Branch: perl
25659            ! sv.c
25660 ____________________________________________________________________________
25661 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
25662         Log: Tabs are still required in the MANIFEST
25663      Branch: perl
25664            ! MANIFEST
25665 ____________________________________________________________________________
25666 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
25667         Log: Add a flag to the body details of which types come from arenas.
25668              Update the allocation information for all the types.
25669              Add a new macro new_NOARENA() for allocating the non-arena types.
25670              Use calloc rather than malloc for the new_NOARENA so that the Zero()
25671              can be skipped.
25672      Branch: perl
25673            ! sv.c
25674 ____________________________________________________________________________
25675 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
25676         Log: Simplify the expression for the upgrade logic for SVt_IV.
25677              Replace the "can't happen" comment for SVt_PVIV with assertions
25678              that it didn't happen.
25679      Branch: perl
25680            ! sv.c
25681 ____________________________________________________________________________
25682 [ 26157] By: stevep                                on 2005/11/18  11:07:34
25683         Log: Adding README.linux to the MANIFEST
25684      Branch: perl
25685            ! MANIFEST
25686 ____________________________________________________________________________
25687 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
25688         Log: const and static for the const static private table.
25689              Replace the "upgrade" special case for SVt_PV with assertions as it's
25690              not been needed since we forced *up*grades.
25691      Branch: perl
25692            ! sv.c
25693 ____________________________________________________________________________
25694 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
25695         Log: Rename sv_upgrade's parameter mt to new_type.
25696      Branch: perl
25697            ! sv.c
25698 ____________________________________________________________________________
25699 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
25700         Log: Subject: Dumpvalue doc patch
25701              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
25702              Date: Fri, 18 Nov 2005 03:42:52 +0100
25703              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
25704      Branch: perl
25705            ! lib/Dumpvalue.pm
25706 ____________________________________________________________________________
25707 [ 26153] By: stevep                                on 2005/11/18  00:54:53
25708         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
25709              compilers of Linux.
25710      Branch: perl
25711            + README.linux
25712            ! hints/linux.sh
25713 ____________________________________________________________________________
25714 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
25715         Log: All that can be in the first switch statement of sv_upgrade is now
25716              table driven. The shrinking continues on the morrow.
25717      Branch: perl
25718            ! sv.c
25719 ____________________________________________________________________________
25720 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
25721         Log: "Can you see what it is yet?"
25722              Next steps towards making as much as possible table driven.
25723      Branch: perl
25724            ! sv.c
25725 ____________________________________________________________________________
25726 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
25727         Log: Add the size of the structure to copy as a field in the per type
25728              data table.
25729      Branch: perl
25730            ! sv.c
25731 ____________________________________________________________________________
25732 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
25733         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
25734              of structures.
25735      Branch: perl
25736            ! sv.c
25737 ____________________________________________________________________________
25738 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
25739         Log: Move the location of the definition of the arena slot used for pte
25740              into sv.h, to keep it in one central place.
25741              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
25742              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
25743      Branch: perl
25744            ! sv.c sv.h
25745 ____________________________________________________________________________
25746 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
25747         Log: Subject: [PATCH] Sort subs now in embed.fnc
25748              From: Andy Lester <andy@petdance.com>
25749              Date: Thu, 17 Nov 2005 07:53:38 -0600
25750              Message-ID: <20051117135338.GA31715@petdance.com>
25751      Branch: perl
25752            ! embed.fnc embed.h pp_sort.c proto.h
25753 ____________________________________________________________________________
25754 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
25755         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
25756              in that variable.
25757              Don't compile S_new_body with -DPURIFY
25758      Branch: perl
25759            ! sv.c
25760 ____________________________________________________________________________
25761 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
25762         Log: It's clearer to use "morphing" than "polymorphing" when
25763              describing what exec() does
25764      Branch: perl
25765            ! pod/perlmod.pod
25766 ____________________________________________________________________________
25767 [ 26144] By: stevep                                on 2005/11/17  00:18:31
25768         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
25769              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25770              Date: Wed, 16 Nov 2005 07:11:41 -0800
25771              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
25772      Branch: perl
25773            ! universal.c
25774 ____________________________________________________________________________
25775 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
25776         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
25777              Wanting sizeof(void) isn't even a compilation error with -ansi
25778              -pedantic. Just a warning. Lame! I'm going to send it back for a full
25779              refund. Hateful software.
25780      Branch: perl
25781            ! sv.c
25782 ____________________________________________________________________________
25783 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
25784         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
25785              an erroneous remaining reference to PL_pte_root to correct.
25786      Branch: perl
25787            ! embedvar.h intrpvar.h perlapi.h sv.c
25788 ____________________________________________________________________________
25789 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
25790         Log: Subject: Re: eliminate discreet arenaroots
25791              From: Jim Cromie <jim.cromie@gmail.com>
25792              Message-ID: <4378E5B0.3010708@gmail.com>
25793              Date: Mon, 14 Nov 2005 12:29:52 -0700
25794      Branch: perl
25795            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
25796 ____________________________________________________________________________
25797 [ 26140] By: merijn                                on 2005/11/16  19:26:13
25798         Log: Subject: [PATCH @26137] for wince
25799              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
25800              Date: Wed, 16 Nov 2005 20:57:13 +0300
25801              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
25802      Branch: perl
25803            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
25804            ! wince/wince.c
25805 ____________________________________________________________________________
25806 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
25807         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
25808              From: hv@crypt.org
25809              Date: Wed, 16 Nov 2005 14:54:55 +0000
25810              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
25811      Branch: perl
25812            ! regexec.c t/op/re_tests
25813 ____________________________________________________________________________
25814 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
25815         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
25816              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25817              Date: Wed, 09 Nov 2005 02:12:00 +0900
25818              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
25819      Branch: perl
25820            ! doop.c t/op/bop.t
25821 ____________________________________________________________________________
25822 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
25823         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
25824              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25825              Date: Sun, 13 Nov 2005 16:01:02 -0800
25826              Message-ID: <20051114000102.GA5556@efn.org>
25827      Branch: perl
25828            ! Makefile.SH
25829 ____________________________________________________________________________
25830 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
25831         Log: Remove the two register keywords from auto variables that PERL_POSION
25832              wants to take the address of.
25833      Branch: perl
25834            ! hv.c scope.c
25835 ____________________________________________________________________________
25836 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
25837         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
25838              (by using the union pointer to chain the freed heads together)
25839      Branch: perl
25840            ! sv.c
25841 ____________________________________________________________________________
25842 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
25843         Log: Mark all places where perl needs to look at a possibly-freed scalar
25844              with a macro SvIS_FREED(sv)
25845      Branch: perl
25846            ! av.c mg.c op.c pad.c pp_hot.c sv.h
25847 ____________________________________________________________________________
25848 [ 26131] By: stevep                                on 2005/11/14  17:31:59
25849         Log: Removed reference to the non-existent C<Opcode::Custom>.
25850      Branch: perl
25851            ! pod/perlguts.pod
25852 ____________________________________________________________________________
25853 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
25854         Log: The warning "Field too wide in 'u' format in pack" was emitted even
25855              when pack warnings were not enabled
25856      Branch: perl
25857            ! pp_pack.c
25858 ____________________________________________________________________________
25859 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
25860         Log: Provide a crude way for specifying the command line for
25861              make test.valgrind
25862      Branch: perl
25863            ! Makefile.SH t/TEST
25864 ____________________________________________________________________________
25865 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
25866         Log: A better fix for [perl #35847] File::Find not performing as documented,
25867              suggested by Darren Dunham. Includes a fix to the code example that
25868              uses File::Find in perlfaq3.
25869      Branch: perl
25870            ! lib/File/Find.pm pod/perlfaq3.pod
25871 ____________________________________________________________________________
25872 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
25873         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
25874      Branch: perl
25875            ! autodoc.pl
25876 ____________________________________________________________________________
25877 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
25878         Log: Fix indentation of apidoc for sv_2pvutf8
25879              (so perlapi.pod is correctly generated)
25880      Branch: perl
25881            ! pod/perlapi.pod sv.c
25882 ____________________________________________________________________________
25883 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
25884         Log: Suppress gcc warnings when ignoring the return value of io_close(),
25885              as suggested by Gisle Aas.
25886      Branch: perl
25887            ! embed.fnc proto.h
25888 ____________________________________________________________________________
25889 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
25890         Log: Subject: [PATCH] Missing ; in Storable.xs
25891              From: Gisle Aas <gisle@ActiveState.com>
25892              Date: 14 Nov 2005 02:32:14 -0800
25893              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
25894      Branch: perl
25895            ! ext/Storable/Storable.xs
25896 ____________________________________________________________________________
25897 [ 26120] By: steveh                                on 2005/11/14  09:39:48
25898         Log: Subject: [PATCH] Compress::Zlib
25899              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
25900              Date: Sun, 13 Nov 2005 17:09:08 -0000
25901              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
25902      Branch: perl
25903            ! ext/Compress/Zlib/Zlib.pm
25904            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
25905            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
25906            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
25907            ! ext/Compress/Zlib/t/09gziphdr.t
25908 ____________________________________________________________________________
25909 [ 26119] By: steveh                                on 2005/11/14  09:39:02
25910         Log: Fix code-before-declaration in boot_Storable added by 26107
25911      Branch: perl
25912            ! ext/Storable/Storable.xs
25913 ____________________________________________________________________________
25914 [ 26118] By: stevep                                on 2005/11/14  01:13:16
25915         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
25916              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25917              Date: Sun, 13 Nov 2005 16:00:49 -0800
25918              Message-ID: <20051114000049.GA7676@efn.org>
25919      Branch: perl
25920            ! utils/perlbug.PL
25921 ____________________________________________________________________________
25922 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
25923         Log: Fix breakages that prevended -DPERL_POISON from compiling.
25924      Branch: perl
25925            ! handy.h sv.h
25926 ____________________________________________________________________________
25927 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
25928         Log: Integrate:
25929              [ 26108]
25930              BEGIN blocks should start a new stack, as they can be called as a
25931              side effect of "regular" Perl API calls within subroutines that have
25932              already cached the current stack's address. If they don't, any stack
25933              extension during the call may move the stack, rendering that cached
25934              value invalid without the cachee realising. (For example, PP code
25935              calling gv_fetchpv() which triggers a load of Errno.pm)
25936      Branch: perl
25937           !> op.c
25938 ____________________________________________________________________________
25939 [ 26107] By: stevep                                on 2005/11/13  00:40:25
25940         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
25941              From: Gisle Aas <gisle@ActiveState.com>
25942              Date: 12 Nov 2005 13:13:23 -0800
25943              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
25944      Branch: perl
25945            + ext/Storable/t/file_magic.t
25946            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
25947            ! ext/Storable/Storable.xs
25948 ____________________________________________________________________________
25949 [ 26103] By: stevep                                on 2005/11/12  20:44:16
25950         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
25951              into the module release, I bumped the version number and added the
25952              missing code.
25953      Branch: perl
25954            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
25955 ____________________________________________________________________________
25956 [ 26101] By: stevep                                on 2005/11/12  19:46:18
25957         Log: Subject: [perl #37657] segfault with binmode ":pop"
25958              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
25959              Date: Fri, 11 Nov 2005 06:36:20 -0800
25960              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
25961      Branch: perl
25962            ! perlio.c
25963 ____________________________________________________________________________
25964 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
25965         Log: Make B's tests skip correctly when PerlIO is not configured.
25966      Branch: perl
25967            ! ext/B/t/concise-xs.t ext/B/t/concise.t
25968 ____________________________________________________________________________
25969 [ 26099] By: stevep                                on 2005/11/12  16:59:49
25970         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
25971              From: Andy Lester <andy@petdance.com>
25972              Date: Fri, 11 Nov 2005 17:20:30 -0600
25973              Message-ID: <20051111232030.GA882@petdance.com>
25974      Branch: perl
25975            ! mathoms.c perl.c
25976 ____________________________________________________________________________
25977 [ 26096] By: stevep                                on 2005/11/12  15:41:09
25978         Log: Andy Lester maintains Locale::Maketext now.
25979      Branch: perl
25980            ! Porting/Maintainers.pl
25981 ____________________________________________________________________________
25982 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
25983         Log: Change 26063 got one conditional the wrong way round.
25984      Branch: perl
25985            ! ext/B/B/Bytecode.pm
25986 ____________________________________________________________________________
25987 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
25988         Log: Make the removal of references to AvFLAGS in the B modules conditional
25989              on perl version.
25990      Branch: perl
25991            ! ext/B/B/C.pm ext/B/B/Debug.pm
25992 ____________________________________________________________________________
25993 [ 26090] By: stevep                                on 2005/11/11  22:47:06
25994         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
25995              Netdb_host_t is a macro that for a const pointer.
25996      Branch: perl
25997            ! pp_sys.c
25998 ____________________________________________________________________________
25999 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
26000         Log: 26085 was wrong. Undo it.
26001              (I suspect that I got this wrong because more changes have been made
26002              in blead subsequent to the change I was attempting to merge in, and
26003              and jiggled around with the number of tests)
26004      Branch: perl
26005            ! ext/B/t/concise-xs.t
26006 ____________________________________________________________________________
26007 [ 26088] By: stevep                                on 2005/11/11  16:44:39
26008         Log: Subject: [PATCH] DB_File 1.814
26009              From: Paul Marquess <Paul.Marquess@ntlworld.com>
26010              Date: Fri, 11 Nov 2005 12:09:55 -0000
26011              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
26012      Branch: perl
26013            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26014            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
26015 ____________________________________________________________________________
26016 [ 26087] By: stevep                                on 2005/11/11  16:17:03
26017         Log: Subject: [PATCH] Storable 0.1 compatibility
26018              From: Gisle Aas <gisle@ActiveState.com> 
26019              Date: 11 Nov 2005 05:42:29 -0800 
26020              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
26021              
26022              Also added an entry in the main MANIFEST file for the new test and 
26023              a version bump in Storable.pm.
26024      Branch: perl
26025            + ext/Storable/t/compat01.t
26026            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
26027            ! ext/Storable/Storable.xs
26028 ____________________________________________________________________________
26029 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
26030         Log: Correct the version-dependant expression for the number of tests, as it
26031              is now giving the wrong number for 5.8.x
26032      Branch: perl
26033            ! ext/B/t/concise-xs.t
26034 ____________________________________________________________________________
26035 [ 26082] By: stevep                                on 2005/11/11  04:55:56
26036         Log: Subject: [PATCH] Const & local: Special Victims Unit
26037              From: Andy Lester <andy@petdance.com>
26038              Date: Thu, 10 Nov 2005 22:47:00 -0600
26039              Message-ID: <20051111044700.GA24161@petdance.com>
26040      Branch: perl
26041            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
26042            ! util.c
26043 ____________________________________________________________________________
26044 [ 26081] By: stevep                                on 2005/11/11  03:27:35
26045         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
26046      Branch: perl
26047            ! ext/Encode/Encode.pm
26048 ____________________________________________________________________________
26049 [ 26080] By: stevep                                on 2005/11/11  03:18:11
26050         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
26051      Branch: perl
26052            ! lib/English.pm
26053 ____________________________________________________________________________
26054 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
26055         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
26056              From: Dominic Dunlop <domo@computer.org>
26057              Date: Thu, 10 Nov 2005 18:10:00 +0100
26058              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
26059      Branch: perl
26060            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
26061 ____________________________________________________________________________
26062 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
26063         Log: Patch by Ilya Zakharevich to give more meaningful error
26064              messages from if.pm when invoked with a condition in list
26065              context. Also bump if's VERSION.
26066      Branch: perl
26067            ! lib/if.pm
26068 ____________________________________________________________________________
26069 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
26070         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
26071              (that is, before embed.h, that uses this symbol, is included)
26072      Branch: perl
26073            ! perl.h
26074 ____________________________________________________________________________
26075 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
26076         Log: Subject: [perl #35847] File::Find not performing as documented 
26077              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
26078              Date: 17 May 2005 10:40:08 -0000
26079              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
26080      Branch: perl
26081            ! lib/File/Find.pm
26082 ____________________________________________________________________________
26083 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
26084         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
26085              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
26086              Date: Thu, 10 Nov 2005 04:31:39 -0800
26087              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
26088      Branch: perl
26089            ! perlio.c
26090 ____________________________________________________________________________
26091 [ 26074] By: stevep                                on 2005/11/10  12:22:43
26092         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
26093              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
26094              Date: Tue, 01 Nov 2005 15:22:45 -0800
26095              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
26096      Branch: perl
26097            ! utils/h2ph.PL
26098 ____________________________________________________________________________
26099 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
26100         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
26101              From: Steven Schubiger <schubiger@cpan.org>
26102              Date: Mon, 31 Oct 2005 22:48:27 +0100
26103              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
26104      Branch: perl
26105            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
26106            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
26107            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
26108            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
26109            ! pod/perlxs.pod
26110 ____________________________________________________________________________
26111 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
26112         Log: Really apply change #26071.
26113      Branch: perl
26114            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
26115            ! wince/config_sh.PL
26116 ____________________________________________________________________________
26117 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
26118         Log: Subject: [PATCH @26062] wince patch
26119              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
26120              Date: Wed, 9 Nov 2005 20:22:52 +0300 
26121              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
26122      Branch: perl
26123            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
26124            ! wince/config_sh.PL
26125 ____________________________________________________________________________
26126 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
26127         Log: Add tests for two untested syntax error messages about \N
26128      Branch: perl
26129            ! t/comp/parser.t
26130 ____________________________________________________________________________
26131 [ 26069] By: steveh                                on 2005/11/10  08:41:53
26132         Log: Make Perl_seed public
26133              
26134              Fixes Win32 linker error in List::Util introduced by change #26054
26135      Branch: perl
26136            ! embed.fnc embed.h global.sym
26137 ____________________________________________________________________________
26138 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
26139         Log: Subject: [PATCH] blead@26052 Symbian update
26140              From: <jarkko.hietaniemi@nokia.com>
26141              Date: Wed, 9 Nov 2005 17:45:07 +0200
26142              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
26143      Branch: perl
26144            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
26145            ! symbian/sdk.pl symbian/sisify.pl
26146 ____________________________________________________________________________
26147 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
26148         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
26149              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
26150              Fixed by opening with :bytes.
26151      Branch: perl
26152            ! ext/Encode/t/perlio.t
26153 ____________________________________________________________________________
26154 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
26155         Log: I/O is UTF-8, not "UNICODE"
26156      Branch: perl
26157            ! t/io/layers.t
26158 ____________________________________________________________________________
26159 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
26160         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
26161              change 25925 had the side effect of breaking t/io/utf8.t
26162              Fixed by adding the missing binmode()s.
26163      Branch: perl
26164            ! t/io/utf8.t
26165 ____________________________________________________________________________
26166 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
26167         Log: Better diagnostics from io/utf8.t
26168      Branch: perl
26169            ! t/io/utf8.t
26170 ____________________________________________________________________________
26171 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
26172         Log: Make the Bytecode changes conditional on perl version.
26173      Branch: perl
26174            ! ext/B/B/Bytecode.pm
26175 ____________________________________________________________________________
26176 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
26177         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
26178              From: Graham Barr <gbarr@pobox.com>
26179              Date: Wed, 9 Nov 2005 06:09:48 -0600
26180              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
26181      Branch: perl
26182            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
26183            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
26184            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
26185            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
26186            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
26187            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
26188            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
26189            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
26190            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
26191 ____________________________________________________________________________
26192 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
26193         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
26194              case.
26195      Branch: perl
26196            ! op.c
26197 ____________________________________________________________________________
26198 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
26199         Log: Add a comment about possible future refactoring of the pad code.
26200      Branch: perl
26201            ! pad.c
26202 ____________________________________________________________________________
26203 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
26204         Log: Remove superfluous strlen() from pp_require().
26205      Branch: perl
26206            ! pp_ctl.c
26207 ____________________________________________________________________________
26208 [ 26058] By: stevep                                on 2005/11/09  10:45:57
26209         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
26210      Branch: perl
26211            ! perl.c
26212 ____________________________________________________________________________
26213 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
26214         Log: Don't declare a function inside another function
26215      Branch: perl
26216            ! perl.c
26217 ____________________________________________________________________________
26218 [ 26056] By: merijn                                on 2005/11/09  09:54:28
26219         Log: Subject: Configure setting patchlevel broken
26220              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26221              Date: Fri, 14 Oct 2005 00:33:29 -0700
26222              Message-ID: <20051014073329.GA3236@efn.org>
26223      Branch: perl
26224            ! Configure
26225 ____________________________________________________________________________
26226 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
26227         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
26228              From: Robin Houston <robin@cpan.org>
26229              Date: Tue, 8 Nov 2005 19:02:34 +0000
26230              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
26231      Branch: perl
26232            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26233            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
26234            ! ext/List/Util/t/reduce.t pod/perlcall.pod
26235 ____________________________________________________________________________
26236 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
26237         Log: Subject: patch@26052 - compile rule for mathoms.c
26238              From: "John E. Malmberg" <wb8tyw@qsl.net>
26239              Date: Tue, 08 Nov 2005 23:09:03 -0500
26240              Message-ID: <4371765F.1000900@qsl.net>
26241      Branch: perl
26242            ! vms/descrip_mms.template
26243 ____________________________________________________________________________
26244 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
26245         Log: It helps to actually *remove* the now-superfluous strlen().
26246              (An addendum to 26050.)
26247      Branch: perl
26248            ! toke.c
26249 ____________________________________________________________________________
26250 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
26251         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
26252              function makes the object code slightly smaller.
26253      Branch: perl
26254            ! util.c
26255 ____________________________________________________________________________
26256 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
26257         Log: Eliminate some unnecessary strlen()s
26258      Branch: perl
26259            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
26260 ____________________________________________________________________________
26261 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
26262         Log: Eliminate duplicate strlen()s by explicitly calling it.
26263              Note two places for future audit with FIXME.
26264              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
26265      Branch: perl
26266            ! pp_ctl.c
26267 ____________________________________________________________________________
26268 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
26269         Log: 3 calls to strlen() we can avoid.
26270      Branch: perl
26271            ! doio.c
26272 ____________________________________________________________________________
26273 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
26274         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
26275              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26276              Date: Tue, 8 Nov 2005 08:46:42 -0800
26277              Message-ID: <20051108164642.GD7972@efn.org>
26278      Branch: perl
26279            ! pod/perl561delta.pod pod/perl56delta.pod
26280 ____________________________________________________________________________
26281 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
26282         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
26283              its presence changes structure sizes.
26284      Branch: perl
26285            ! perl.c
26286 ____________________________________________________________________________
26287 [ 26045] By: stevep                                on 2005/11/08  14:24:39
26288         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26289              Subject: Re: A surprising segfault
26290              Date: Tue, 08 Nov 2005 23:36:13 +0900
26291              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
26292      Branch: perl
26293            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
26294 ____________________________________________________________________________
26295 [ 26044] By: steveh                                on 2005/11/08  10:16:56
26296         Log: Remove an unused variable left over from change #26041
26297      Branch: perl
26298            ! win32/win32.c
26299 ____________________________________________________________________________
26300 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
26301         Log: Subject: Re: C<undef %::> considered harmful
26302              From: Benjamin Sugars <bsugars@canoe.ca>
26303              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
26304              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
26305              
26306              except the part that increases the refcount of PL_stderrgv, already
26307              fixed separately.
26308      Branch: perl
26309            ! perl.c
26310 ____________________________________________________________________________
26311 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
26312         Log: Upgrade to CPAN 1.76_65
26313      Branch: perl
26314            - lib/CPAN/Admin.pm
26315            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
26316            ! lib/CPAN/t/version.t
26317 ____________________________________________________________________________
26318 [ 26041] By: merijn                                on 2005/11/08  06:29:56
26319         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
26320              From: "Jan Dubois" <jand@ActiveState.com>
26321              Date: Mon, 7 Nov 2005 20:39:02 -0800
26322              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
26323      Branch: perl
26324            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
26325            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
26326 ____________________________________________________________________________
26327 [ 26040] By: stevep                                on 2005/11/08  00:41:51
26328         Log: Updated perldiag.pod entry for "Can't use subscript..."
26329      Branch: perl
26330            ! pod/perldiag.pod
26331 ____________________________________________________________________________
26332 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
26333         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
26334              of the 4. Not that any are that popular.)
26335      Branch: perl
26336            ! mathoms.c opcode.h opcode.pl pp.c
26337 ____________________________________________________________________________
26338 [ 26038] By: stevep                                on 2005/11/07  18:35:47
26339         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
26340              From: shouldbedomo@mac.com (Dominic Dunlop)
26341              Date: Mon, 7 Nov 2005 18:24:50 +0100
26342              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
26343              
26344              README.macosx updates
26345      Branch: perl
26346            ! README.macosx
26347 ____________________________________________________________________________
26348 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
26349         Log: s/Nick Clark/Nicholas Clark/
26350      Branch: perl
26351            ! Changes Changes5.8 doio.c t/op/lc.t
26352 ____________________________________________________________________________
26353 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
26354         Log: For each test function, test it as is, and with extra data appended
26355              after each test character.
26356      Branch: perl
26357            ! t/uni/case.pl
26358 ____________________________________________________________________________
26359 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
26360         Log: The rarely used lcfirst and ucfirst share almost all their code.
26361              Merge the two as pp_ucfirst.
26362      Branch: perl
26363            ! mathoms.c opcode.h opcode.pl pp.c
26364 ____________________________________________________________________________
26365 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
26366         Log: Fix bug #37628 (both lcfirst and ucfirst)
26367      Branch: perl
26368            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
26369 ____________________________________________________________________________
26370 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
26371         Log: Subject: [PATCH] Cleaning up x2p directory
26372              From: Andy Lester <andy@petdance.com>
26373              Date: Fri, 4 Nov 2005 15:13:55 -0600
26374              Message-ID: <20051104211355.GB12651@petdance.com>
26375      Branch: perl
26376            - x2p/proto.h
26377            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
26378            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
26379            ! x2p/util.h x2p/walk.c
26380 ____________________________________________________________________________
26381 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
26382         Log: Subject: [PATCH] Missing static declarations 
26383              From: Gisle Aas <gisle@ActiveState.com>
26384              Date: 05 Nov 2005 05:08:03 -0800
26385              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
26386      Branch: perl
26387            ! genpacksizetables.pl pp_pack.c
26388 ____________________________________________________________________________
26389 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
26390         Log: Remove CPAN.pm's META.yml.
26391              Add CPAN.pm's SIGNATURE in MANIFEST.
26392      Branch: perl
26393            - lib/CPAN/META.yml
26394            ! MANIFEST
26395 ____________________________________________________________________________
26396 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
26397         Log: Subject: [PATCH] Symbian update blead@26025
26398              From: <jarkko.hietaniemi@nokia.com>
26399              Date: Mon, 7 Nov 2005 13:32:15 +0200
26400              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
26401      Branch: perl
26402            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
26403            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
26404            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
26405            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
26406            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
26407            + symbian/ext/Moped/Msg/bld.inf
26408            + symbian/ext/Moped/Msg/location.pl
26409            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
26410            - symbian/PerlAppUIQ.rss
26411            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
26412            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
26413            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
26414            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
26415            ! symbian/symbian_utils.cpp symbian/symbianish.h
26416            ! symbian/xsbuild.pl
26417 ____________________________________________________________________________
26418 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
26419         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
26420      Branch: perl
26421            + lib/CPAN/Admin.pm
26422            ! MANIFEST
26423 ____________________________________________________________________________
26424 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
26425         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
26426              From: Andy Lester <andy@petdance.com>
26427              Date: Fri, 4 Nov 2005 15:12:56 -0600
26428              Message-ID: <20051104211256.GA12651@petdance.com>
26429      Branch: perl
26430            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
26431            ! universal.c utf8.c util.c
26432 ____________________________________________________________________________
26433 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
26434         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
26435              From: "Chris Heath via RT" <perlbug-followup@perl.org>
26436              Date: Sun, 06 Nov 2005 20:08:05 -0800
26437              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
26438      Branch: perl
26439            ! cop.h
26440 ____________________________________________________________________________
26441 [ 26026] By: merijn                                on 2005/11/07  08:14:59
26442         Log: Subject: [PATCH] follow up on 25969 for VMS
26443              From: Abe Timmerman <abe@ztreet.demon.nl>
26444              Date: Sat, 5 Nov 2005 13:29:58 +0200
26445              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
26446      Branch: perl
26447            ! vms/vms.c vms/vmsish.h
26448 ____________________________________________________________________________
26449 [ 26025] By: stevep                                on 2005/11/07  03:42:53
26450         Log: Added note to README.macosx regarding failures from broken locale
26451              files.
26452      Branch: perl
26453            ! README.macosx
26454 ____________________________________________________________________________
26455 [ 26024] By: stevep                                on 2005/11/07  02:58:31
26456         Log: Fix documentation for gmtime().
26457      Branch: perl
26458            ! pod/perlfunc.pod
26459 ____________________________________________________________________________
26460 [ 26023] By: stevep                                on 2005/11/06  20:18:23
26461         Log: Upgrade to CPAN-1.76_61
26462      Branch: perl
26463            + lib/CPAN/PAUSE2005.pub
26464            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
26465            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
26466            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
26467            ! lib/CPAN/t/version.t
26468 ____________________________________________________________________________
26469 [ 26022] By: stevep                                on 2005/11/06  19:16:54
26470         Log: Nits in the pp_defined code spotted by Jarkko.
26471      Branch: perl
26472            ! pp_hot.c
26473 ____________________________________________________________________________
26474 [ 26021] By: stevep                                on 2005/11/06  18:38:02
26475         Log: Upgrade to Time-HiRes-1.82
26476      Branch: perl
26477            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26478            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26479            ! ext/Time/HiRes/t/HiRes.t
26480 ____________________________________________________________________________
26481 [ 26020] By: merijn                                on 2005/11/06  07:23:15
26482         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
26483              From: "John E. Malmberg" <wb8tyw@qsl.net>
26484              Date: Sat, 05 Nov 2005 21:28:33 -0500
26485              Message-ID: <436D6A51.5040700@qsl.net>
26486      Branch: perl
26487            ! configure.com
26488 ____________________________________________________________________________
26489 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
26490         Log: Make the 5.9 changes to B conditional on perl version.
26491      Branch: perl
26492            ! ext/B/B.pm ext/B/B.xs
26493 ____________________________________________________________________________
26494 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
26495         Log: '[at]' should be '@'
26496              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
26497      Branch: perl
26498            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
26499            ! lib/CPAN/t/version.t
26500 ____________________________________________________________________________
26501 [ 26017] By: stevep                                on 2005/11/05  14:49:11
26502         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
26503              is passed in.
26504      Branch: perl
26505            ! pp_hot.c
26506 ____________________________________________________________________________
26507 [ 26016] By: stevep                                on 2005/11/05  13:44:10
26508         Log: Upgrade to CPAN-1.76_60.
26509      Branch: perl
26510            + lib/CPAN/Version.pm lib/CPAN/t/version.t
26511            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
26512            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
26513 ____________________________________________________________________________
26514 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
26515         Log: Allow passing of the full enum name into the tryAMAGICbin family of
26516              macros, to avoid needing C pre-processor string concatenation within
26517              the lowest level expansion.
26518      Branch: perl
26519            ! pp.c pp.h
26520 ____________________________________________________________________________
26521 [ 26014] By: stevep                                on 2005/11/05  12:55:47
26522         Log: Upgrade to Time-HiRes-1.81
26523      Branch: perl
26524            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26525            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
26526 ____________________________________________________________________________
26527 [ 26013] By: merijn                                on 2005/11/05  11:38:32
26528         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
26529              From: Abe Timmerman <abe@ztreet.demon.nl>
26530              Date: Sat, 5 Nov 2005 11:26:33 +0200
26531              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
26532      Branch: perl
26533            ! configure.com
26534 ____________________________________________________________________________
26535 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
26536         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
26537              (noticed by Robin Houston)
26538      Branch: perl
26539            ! pod/perlcall.pod
26540 ____________________________________________________________________________
26541 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
26542         Log: Subject: Re: A surprising segfault
26543              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26544              Date: Nov 5, 2005 5:54 AM
26545              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
26546      Branch: perl
26547            ! pp.c pp_sort.c pp_sys.c
26548 ____________________________________________________________________________
26549 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
26550         Log: dorassign doesn't need --SP;
26551      Branch: perl
26552            ! pp_hot.c
26553 ____________________________________________________________________________
26554 [ 26009] By: davem                                 on 2005/11/05  01:57:23
26555         Log: pp_print didn't extend the stack before pushing its return value
26556      Branch: perl
26557            ! pp_hot.c
26558 ____________________________________________________________________________
26559 [ 26008] By: stevep                                on 2005/11/05  01:39:51
26560         Log: Typos in opcode.pl this time.
26561      Branch: perl
26562            ! opcode.h opcode.pl
26563 ____________________________________________________________________________
26564 [ 26007] By: stevep                                on 2005/11/05  01:36:17
26565         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
26566              pp_or, and pp_defined, respectively.
26567      Branch: perl
26568            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
26569 ____________________________________________________________________________
26570 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
26571         Log: s/printf/my_printf/ because we're using the return value.
26572              My mistake spotted by Gisle.
26573      Branch: perl
26574            ! regcomp.c
26575 ____________________________________________________________________________
26576 [ 26005] By: stevep                                on 2005/11/04  21:41:43
26577         Log: s/pp_dor/pp_defined/
26578      Branch: perl
26579            ! mathoms.c
26580 ____________________________________________________________________________
26581 [ 26004] By: stevep                                on 2005/11/04  21:39:44
26582         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
26583              This change has also caused pp_defined to be promoted to being a hot
26584              op.
26585      Branch: perl
26586            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
26587 ____________________________________________________________________________
26588 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
26589         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
26590      Branch: perl
26591            ! sv.c
26592 ____________________________________________________________________________
26593 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
26594         Log: You can't there from here. (Dead code in sv_2pv_flags)
26595      Branch: perl
26596            ! sv.c
26597 ____________________________________________________________________________
26598 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
26599         Log: Use the return value from sprintf().
26600      Branch: perl
26601            ! regcomp.c taint.c universal.c util.c
26602 ____________________________________________________________________________
26603 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
26604         Log: pp_semop can fit within Perl_pp_shmwrite().
26605      Branch: perl
26606            ! mathoms.c opcode.h opcode.pl pp_sys.c
26607 ____________________________________________________________________________
26608 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
26609         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
26610              which is actually already 50% syswrite.
26611      Branch: perl
26612            ! mathoms.c opcode.h opcode.pl pp_sys.c
26613 ____________________________________________________________________________
26614 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
26615         Log: Revert patch #25993.
26616      Branch: perl
26617            ! regexec.c t/op/pat.t
26618 ____________________________________________________________________________
26619 [ 25997] By: steveh                                on 2005/11/04  17:23:49
26620         Log: Fix a Win32 linker error following change #25972
26621      Branch: perl
26622            ! pp_sys.c
26623 ____________________________________________________________________________
26624 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
26625         Log: Subject: [PATCH] use clearenv if available
26626              From: Alan Burlison <Alan.Burlison@sun.com>
26627              Date: Fri, 04 Nov 2005 16:33:30 +0000
26628              Message-ID: <436B8D5A.4010502@sun.com>
26629      Branch: perl
26630            ! embed.fnc embed.h mg.c proto.h sv.c util.c
26631 ____________________________________________________________________________
26632 [ 25995] By: merijn                                on 2005/11/04  16:30:03
26633         Log: Subject: Re: futimes [PATCH]
26634              From: Steve Peters <steve@fisharerojo.org>
26635              Date: Fri, 4 Nov 2005 09:00:25 -0600
26636              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
26637      Branch: perl
26638            ! Configure
26639 ____________________________________________________________________________
26640 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
26641         Log: Subject: [perl #19049] Incorrect $` after replacement
26642              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
26643              Date: Fri, 04 Nov 2005 08:17:25 +0100
26644              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
26645      Branch: perl
26646            ! regexec.c t/op/pat.t
26647 ____________________________________________________________________________
26648 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
26649         Log: Subject: Re: [PATCH] sort/multicall patch
26650              From: Robin Houston <robin@cpan.org>
26651              Date: Fri, 4 Nov 2005 15:20:29 +0000
26652              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
26653      Branch: perl
26654            ! pp_ctl.c t/op/sort.t
26655 ____________________________________________________________________________
26656 [ 25991] By: stevep                                on 2005/11/04  15:10:44
26657         Log: Subject: Re: Configure -Dno_mathoms
26658              From: gisle@ActiveState.com (Gisle Aas)
26659              Date: 01 Nov 2005 03:27:49 -0800
26660              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
26661      Branch: perl
26662            ! mathoms.c perl.c
26663 ____________________________________________________________________________
26664 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
26665         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
26666              "Perfection is achieved not when there's nothing more to add,
26667              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
26668      Branch: perl
26669            ! mathoms.c opcode.h opcode.pl pp_sys.c
26670 ____________________________________________________________________________
26671 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
26672         Log: Once more, with feeling.
26673              [Mmm, has someone been swapping the coffee for decaf?]
26674              [Actual cause - make sure the edited version of the file is in the
26675              correct directory]
26676      Branch: perl
26677            ! pod/perldiag.pod
26678 ____________________________________________________________________________
26679 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
26680         Log: Meta-oops. Change 25987 was not the change you were looking for.
26681      Branch: perl
26682            ! pod/perldiag.pod
26683 ____________________________________________________________________________
26684 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
26685         Log: Oops. This new panic was meant to be added to the documented
26686              diagnostics.
26687      Branch: perl
26688            ! pod/perldiag.pod
26689 ____________________________________________________________________________
26690 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
26691         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
26692              with Perl_pp_ftrread().
26693      Branch: perl
26694            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
26695            ! pp_sys.c
26696 ____________________________________________________________________________
26697 [ 25985] By: stevep                                on 2005/11/04  12:02:51
26698         Log: Upgrade to Time-HiRes-1.80
26699      Branch: perl
26700            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26701            ! ext/Time/HiRes/HiRes.xs
26702 ____________________________________________________________________________
26703 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
26704         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
26705      Branch: perl
26706            ! pp_sys.c
26707 ____________________________________________________________________________
26708 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
26709         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
26710              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
26711              with the other 3 implemented in terms of it.
26712      Branch: perl
26713            ! pp_sys.c
26714 ____________________________________________________________________________
26715 [ 25982] By: merijn                                on 2005/11/04  09:16:53
26716         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
26717              From: Andy Lester <andy@petdance.com>
26718              Date: Fri, 4 Nov 2005 00:37:54 -0600
26719              Message-ID: <20051104063753.GA3863@petdance.com>
26720      Branch: perl
26721            ! pp_sys.c
26722 ____________________________________________________________________________
26723 [ 25981] By: stevep                                on 2005/11/04  00:10:21
26724         Log: Upgrade to Time-HiRes 1.79
26725      Branch: perl
26726            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26727            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
26728 ____________________________________________________________________________
26729 [ 25980] By: stevep                                on 2005/11/03  21:23:48
26730         Log: Reverting the reversion.  va_end() goes with va_start().
26731      Branch: perl
26732            ! mg.c
26733 ____________________________________________________________________________
26734 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
26735         Log: Fix test failures introduced by the change of flags on op_sort
26736      Branch: perl
26737            ! ext/B/t/f_sort.t
26738 ____________________________________________________________________________
26739 [ 25978] By: stevep                                on 2005/11/03  20:28:20
26740         Log: Upgrade to Time-HiRes-1.78
26741      Branch: perl
26742            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26743            ! ext/Time/HiRes/t/HiRes.t
26744 ____________________________________________________________________________
26745 [ 25977] By: stevep                                on 2005/11/03  17:27:58
26746         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
26747              was that line about Jenga again?
26748      Branch: perl
26749            ! mg.c
26750 ____________________________________________________________________________
26751 [ 25976] By: stevep                                on 2005/11/03  17:14:17
26752         Log: Missing va_end(args) from SA_SIGINFO related code.
26753      Branch: perl
26754            ! mg.c
26755 ____________________________________________________________________________
26756 [ 25975] By: stevep                                on 2005/11/03  16:00:12
26757         Log: Test for the right signal should use the constant for that signal.
26758      Branch: perl
26759            ! ext/POSIX/t/sigaction.t
26760 ____________________________________________________________________________
26761 [ 25974] By: stevep                                on 2005/11/03  15:07:26
26762         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
26763      Branch: perl
26764            ! t/io/fs.t
26765 ____________________________________________________________________________
26766 [ 25973] By: stevep                                on 2005/11/03  14:56:25
26767         Log: More core test cleanups.  Mainly fixes to remove code that caused 
26768              warnings, but there were a few bug fixes that were hidden by 
26769              no using warnings.
26770      Branch: perl
26771            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
26772            ! t/io/read.t t/io/tell.t
26773 ____________________________________________________________________________
26774 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
26775         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
26776              but the actual finished code is not as bad as it seems.
26777      Branch: perl
26778            ! mathoms.c opcode.h opcode.pl pp_sys.c
26779 ____________________________________________________________________________
26780 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
26781         Log: Document some bogus compiler warnings in README.solaris
26782              
26783              Subject: Re: Why is malloc_wrap now the default?
26784              From: Alan Burlison <Alan.Burlison@sun.com>
26785              Date: Thu, 03 Nov 2005 12:54:16 +0000
26786              Message-ID: <436A0878.1030703@sun.com>
26787      Branch: perl
26788            ! README.solaris
26789 ____________________________________________________________________________
26790 [ 25970] By: stevep                                on 2005/11/03  11:37:31
26791         Log: Upgrade to Time-HiRes-1.77
26792      Branch: perl
26793            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26794            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
26795            ! ext/Time/HiRes/fallback/const-c.inc
26796            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
26797 ____________________________________________________________________________
26798 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
26799         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
26800              ingroup() is a boolean flag, not a GID or UID.
26801      Branch: perl
26802            ! doio.c embed.fnc proto.h
26803 ____________________________________________________________________________
26804 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
26805         Log: Avoiding source code duplication for the lstat() on filehandle %s
26806              warning also makes the object code slightly smaller.
26807      Branch: perl
26808            ! pp_sys.c
26809 ____________________________________________________________________________
26810 [ 25967] By: stevep                                on 2005/11/03  02:09:30
26811         Log: Clean up some test files.
26812      Branch: perl
26813            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
26814            ! t/io/through.t
26815 ____________________________________________________________________________
26816 [ 25966] By: stevep                                on 2005/11/03  01:45:45
26817         Log: Make harness warning-free when running with -Mdiagnostics
26818      Branch: perl
26819            ! t/harness
26820 ____________________________________________________________________________
26821 [ 25965] By: stevep                                on 2005/11/02  22:37:48
26822         Log: Test case should not execute /no_such_process if it does exist.
26823      Branch: perl
26824            ! t/io/pipe.t
26825 ____________________________________________________________________________
26826 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
26827         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
26828      Branch: perl
26829            ! mathoms.c opcode.h opcode.pl pp_sys.c
26830 ____________________________________________________________________________
26831 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
26832         Log: Move the conditonal compiles that report absence of kill and chown
26833              from pp_kill() and pp_chown() into apply().
26834      Branch: perl
26835            ! doio.c pp_sys.c
26836 ____________________________________________________________________________
26837 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
26838         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
26839      Branch: perl
26840            ! mathoms.c opcode.h opcode.pl pp_sys.c
26841 ____________________________________________________________________________
26842 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
26843         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
26844              Perl_pp_ftrowned
26845      Branch: perl
26846            ! mathoms.c opcode.h opcode.pl pp_sys.c
26847 ____________________________________________________________________________
26848 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
26849         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
26850              flag that it needed a target (OP_FTIS)
26851      Branch: perl
26852            ! pp_sys.c
26853 ____________________________________________________________________________
26854 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
26855         Log: Correct error in 25958 for threaded builds.
26856      Branch: perl
26857            ! mathoms.c
26858 ____________________________________________________________________________
26859 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
26860         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
26861      Branch: perl
26862            ! mathoms.c opcode.h opcode.pl pp_sys.c
26863 ____________________________________________________________________________
26864 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
26865         Log: Remove last sort test, that was failing with and without threads.
26866              Silence some warnings.
26867      Branch: perl
26868            ! t/op/sort.t
26869 ____________________________________________________________________________
26870 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
26871         Log: Adjust test count
26872      Branch: perl
26873            ! ext/B/t/concise-xs.t
26874 ____________________________________________________________________________
26875 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
26876         Log: Add missing file from change 25953
26877      Branch: perl
26878            + ext/List/Util/multicall.h
26879 ____________________________________________________________________________
26880 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
26881         Log: Regen headers
26882      Branch: perl
26883            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
26884 ____________________________________________________________________________
26885 [ 25953] By: merijn                                on 2005/11/02  12:49:54
26886         Log: Subject: [PATCH] sort/multicall patch
26887              From: Robin Houston <robin@cpan.org>
26888              Date: Sat, 29 Oct 2005 21:33:07 +0100
26889              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
26890      Branch: perl
26891            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
26892            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
26893            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
26894            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
26895            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
26896            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
26897            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
26898            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
26899            ! thrdvar.h
26900 ____________________________________________________________________________
26901 [ 25952] By: steveh                                on 2005/11/02  09:41:25
26902         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
26903              From: "Paul Marquess" <paul.marquess@ntlworld.com>
26904              Date: Tue, 1 Nov 2005 17:05:38 -0000
26905              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
26906      Branch: perl
26907            ! t/op/stat.t win32/win32.c
26908 ____________________________________________________________________________
26909 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
26910         Log: Subject: Re: futimes [PATCH]
26911              From: Gisle Aas <gisle@ActiveState.com>
26912              Date: 01 Nov 2005 00:02:37 -0800
26913              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
26914      Branch: perl
26915            ! t/io/fs.t
26916 ____________________________________________________________________________
26917 [ 25950] By: stevep                                on 2005/11/02  04:59:47
26918         Log: Ambiguous test cases may be hazardous to your health.
26919      Branch: perl
26920            ! t/op/list.t
26921 ____________________________________________________________________________
26922 [ 25949] By: stevep                                on 2005/11/02  04:54:52
26923         Log: Lowercase barewords considered harmful to your health.
26924      Branch: perl
26925            ! t/io/fs.t
26926 ____________________________________________________________________________
26927 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
26928         Log: Subject: [PATCH] perlio.c consting
26929              From: Andy Lester <andy@petdance.com>
26930              Date: Oct 31, 2005 6:54 PM
26931              Message-ID: <20051031175411.GA18480@petdance.com>
26932      Branch: perl
26933            ! op.c perlio.c
26934 ____________________________________________________________________________
26935 [ 25947] By: steveh                                on 2005/11/01  17:20:18
26936         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
26937      Branch: perl
26938            ! perl.h
26939 ____________________________________________________________________________
26940 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
26941         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
26942      Branch: perl
26943            ! embed.fnc embed.h proto.h
26944 ____________________________________________________________________________
26945 [ 25945] By: steveh                                on 2005/11/01  10:33:48
26946         Log: Make PerlLIOUtime()'s filename const
26947              
26948              Fixes a warning brought about by change #25941 (which made the
26949              filename argument const).
26950              The various implementations of PerlLIOUtime() (in NetWare/, win32/
26951              and wince/) already take a const filename.
26952      Branch: perl
26953            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
26954            ! win32/perlhost.h wince/perlhost.h
26955 ____________________________________________________________________________
26956 [ 25944] By: steveh                                on 2005/11/01  08:45:09
26957         Log: Fix nit in pod nit fix
26958      Branch: perl
26959            ! pod/perlhack.pod
26960 ____________________________________________________________________________
26961 [ 25943] By: steveh                                on 2005/11/01  08:39:32
26962         Log: Update win32 config files w.r.t. change #25935
26963      Branch: perl
26964            ! win32/config.bc win32/config.gc win32/config.vc
26965            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
26966            ! win32/config_H.vc win32/config_H.vc64
26967 ____________________________________________________________________________
26968 [ 25942] By: stevep                                on 2005/10/31  23:46:01
26969         Log: Upgrade to DB_File 1.813.
26970      Branch: perl
26971            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26972            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
26973 ____________________________________________________________________________
26974 [ 25941] By: merijn                                on 2005/10/31  22:15:01
26975         Log: Subject: futimes [PATCH]
26976              From: Gisle Aas <gisle@ActiveState.com>
26977              Date: 31 Oct 2005 13:53:53 -0800
26978              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
26979      Branch: perl
26980            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
26981 ____________________________________________________________________________
26982 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
26983         Log: All the ops that are simply C<return some_other_op();> can be bypassed
26984              in the op dispatch table, and the bodies retired.
26985      Branch: perl
26986            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
26987 ____________________________________________________________________________
26988 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
26989         Log: Simplify the implementation of the "unimplemented" message in the
26990              conditionally compiled ops.
26991      Branch: perl
26992            ! pp_sys.c
26993 ____________________________________________________________________________
26994 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
26995         Log: Further pod nit spotted by Jarkko
26996      Branch: perl
26997            ! pod/perlhack.pod
26998 ____________________________________________________________________________
26999 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
27000         Log: Replace the 3 currently "unreachable" ops with a single op body
27001              unimplemented_op() that panics descriptively if ever reached.
27002      Branch: perl
27003            ! opcode.h opcode.pl pod/perldiag.pod pp.c
27004 ____________________________________________________________________________
27005 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
27006         Log: Add "moving common filetest code to a static function" to the todo.
27007      Branch: perl
27008            ! pod/perltodo.pod
27009 ____________________________________________________________________________
27010 [ 25935] By: merijn                                on 2005/10/31  17:50:05
27011         Log: revive probe for futimes ()
27012      Branch: perl
27013            ! Configure Porting/Glossary config_h.SH handy.h
27014 ____________________________________________________________________________
27015 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
27016         Log: A B::Deparse fix from :
27017              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
27018              From: Bas van Sisseren <bas@quarantainenet.nl>
27019              Date: Wed, 26 Oct 2005 13:59:42 +0200
27020              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
27021      Branch: perl
27022            ! ext/B/B/Deparse.pm
27023 ____________________________________________________________________________
27024 [ 25933] By: merijn                                on 2005/10/31  16:25:23
27025         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
27026              From: <jarkko.hietaniemi@nokia.com>
27027              Date: Mon, 31 Oct 2005 18:38:42 +0200
27028              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
27029      Branch: perl
27030            + symbian/PerlAppUIQ.rss
27031            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
27032            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
27033            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
27034            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
27035 ____________________________________________________________________________
27036 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
27037         Log: Avoid corruption when calling mg_get to retrieve the value
27038              of a $digit variable. This is done by ensuring it's not
27039              tainted.
27040              See http://bugs.debian.org/303308
27041              Patch by Chris Heath <chris.heath@autoweb.net>
27042      Branch: perl
27043            ! mg.c
27044 ____________________________________________________________________________
27045 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
27046         Log: maddingue prefers this e-mail address.
27047      Branch: perl
27048            ! AUTHORS
27049 ____________________________________________________________________________
27050 [ 25930] By: merijn                                on 2005/10/31  16:18:03
27051         Log: Try to preserve the lost opcode alias info in comments
27052              extent to change #25929
27053      Branch: perl
27054            ! opcode.h opcode.pl
27055 ____________________________________________________________________________
27056 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
27057         Log: It appears that it's trivially easy to alias opcode functions in
27058              the opcode table. We should be able to get both a speed and size
27059              saving here. Time will tell how much.
27060      Branch: perl
27061            ! opcode.h opcode.pl
27062 ____________________________________________________________________________
27063 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
27064         Log: Add maddingue to AUTHORS
27065      Branch: perl
27066            ! AUTHORS
27067 ____________________________________________________________________________
27068 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
27069         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
27070              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
27071              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
27072              Date: Sun, 30 Oct 2005 23:52:41 +0100
27073              
27074              with tweaks by chromatic and me.
27075      Branch: perl
27076            ! lib/ExtUtils/Constant.pm
27077 ____________________________________________________________________________
27078 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
27079         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
27080      Branch: perl
27081            ! embed.fnc embed.h proto.h utf8.c utf8.h
27082 ____________________________________________________________________________
27083 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
27084         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
27085              Also, correct the documentation in open.pm that stated
27086              that open() did not override open.pm-given default encodings.
27087      Branch: perl
27088            ! lib/open.pm perlio.c
27089 ____________________________________________________________________________
27090 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
27091         Log: Perl_csighandler was in global.sym twice.
27092      Branch: perl
27093            ! global.sym
27094 ____________________________________________________________________________
27095 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
27096         Log: Arrange to only output each symbol once into global.sym
27097      Branch: perl
27098            ! embed.pl
27099 ____________________________________________________________________________
27100 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
27101         Log: Tests for index/rindex with empty search string,
27102              adapted from a patch by Rick Delaney
27103      Branch: perl
27104            ! t/op/index.t
27105 ____________________________________________________________________________
27106 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
27107         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
27108              systems, and not on EBCDIC, so some more thinking is going to be
27109              needed here.
27110      Branch: perl
27111            ! mathoms.c utf8.c
27112 ____________________________________________________________________________
27113 [ 25920] By: stevep                                on 2005/10/31  11:58:08
27114         Log: Coverage stats showed that there were no tests for taking a slice
27115              from ().
27116      Branch: perl
27117            ! t/op/list.t
27118 ____________________________________________________________________________
27119 [ 25919] By: steveh                                on 2005/10/31  11:53:05
27120         Log: Change some spaces to tabs for easier diffing against config_h.SH
27121      Branch: perl
27122            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27123            ! win32/config_H.vc64
27124 ____________________________________________________________________________
27125 [ 25918] By: steveh                                on 2005/10/31  11:30:15
27126         Log: Fixed threaded builds following change 25916
27127      Branch: perl
27128            ! pp_hot.c
27129 ____________________________________________________________________________
27130 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
27131         Log: POD nit spotted by Jarkko
27132      Branch: perl
27133            ! pod/perlhack.pod
27134 ____________________________________________________________________________
27135 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
27136         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
27137      Branch: perl
27138            ! pp_hot.c
27139 ____________________________________________________________________________
27140 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
27141         Log: Subject: [PATCH] Etta James presents: More consting
27142              From: Andy Lester <andy@petdance.com>
27143              Date: Sun, 30 Oct 2005 23:44:13 -0600
27144              Message-ID: <20051031054413.GA10767@petdance.com>
27145      Branch: perl
27146            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
27147            ! pp_sys.c sv.c toke.c universal.c util.c
27148 ____________________________________________________________________________
27149 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
27150         Log: Subject: [PATCH] S_tokereport's unused parm
27151              From: Andy Lester <andy@petdance.com>
27152              Date: Mon, 31 Oct 2005 00:04:59 -0600
27153              Message-ID: <20051031060459.GC10767@petdance.com>
27154      Branch: perl
27155            ! embed.fnc embed.h proto.h toke.c
27156 ____________________________________________________________________________
27157 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
27158         Log: Regenerate perlapi.pod
27159      Branch: perl
27160            ! pod/perlapi.pod
27161 ____________________________________________________________________________
27162 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
27163         Log: Robin Houston remarks that mention of a context is missing from the
27164              threads.pm documentation.
27165      Branch: perl
27166            ! ext/threads/threads.pm
27167 ____________________________________________________________________________
27168 [ 25911] By: stevep                                on 2005/10/31  03:51:08
27169         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
27170              used on Cygwin, at least.
27171      Branch: perl
27172            ! mathoms.c perlio.c
27173 ____________________________________________________________________________
27174 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
27175         Log: const const bad bad.
27176              gcc bad bad too, because it didn't grumble one bit. (or two, for that
27177              matter).
27178      Branch: perl
27179            ! utf8.c
27180 ____________________________________________________________________________
27181 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
27182         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
27183      Branch: perl
27184            ! utf8.c
27185 ____________________________________________________________________________
27186 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
27187         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
27188              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
27189      Branch: perl
27190            ! utf8.c
27191 ____________________________________________________________________________
27192 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
27193         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
27194              function S_is_utf8_common.
27195      Branch: perl
27196            ! utf8.c
27197 ____________________________________________________________________________
27198 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
27199         Log: Given that sv_nosharing performs the same function as sv_nolocking
27200              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
27201              to initialise all 3 variables, and elimiate the other two.
27202              For some reason all 3 are listed as being in the public API. Daft.
27203      Branch: perl
27204            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
27205 ____________________________________________________________________________
27206 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
27207         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
27208              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
27209      Branch: perl
27210            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
27211 ____________________________________________________________________________
27212 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
27213         Log: global.sym appears to have become out of date. Oops.
27214      Branch: perl
27215            ! global.sym
27216 ____________________________________________________________________________
27217 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
27218         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
27219              argument to is_utf8_string_loc(). Correct the description of its
27220              parameters in its POD.
27221      Branch: perl
27222            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
27223 ____________________________________________________________________________
27224 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
27225         Log: Fix typos in comments.
27226      Branch: perl
27227            ! utf8.c
27228 ____________________________________________________________________________
27229 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
27230         Log: Functions that die aren't exactly well used code.
27231              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
27232      Branch: perl
27233            ! mathoms.c op.c pp.c pp_ctl.c
27234 ____________________________________________________________________________
27235 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
27236         Log: save_hints is a mathom.
27237      Branch: perl
27238            ! mathoms.c op.c
27239 ____________________________________________________________________________
27240 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
27241         Log: I infer that change 25891 as-is would break OS2. This should fix it.
27242      Branch: perl
27243            ! perl.h
27244 ____________________________________________________________________________
27245 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
27246         Log: init_i18nl14n is a mathom.
27247      Branch: perl
27248            ! locale.c mathoms.c
27249 ____________________________________________________________________________
27250 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
27251         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
27252              old body to mathoms.c
27253      Branch: perl
27254            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
27255 ____________________________________________________________________________
27256 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
27257         Log: Fix win32 breakage inadvertently introduced by 25889
27258      Branch: perl
27259            ! perl.h
27260 ____________________________________________________________________________
27261 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
27262         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
27263              an extra 0 argument. Move the old body to mathoms.c
27264      Branch: perl
27265            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
27266 ____________________________________________________________________________
27267 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
27268         Log: Fix typo in comment.
27269      Branch: perl
27270            ! hv.c
27271 ____________________________________________________________________________
27272 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
27273         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
27274              with the extra TRUE argument.
27275      Branch: perl
27276            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
27277 ____________________________________________________________________________
27278 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
27279         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
27280              Maybe we should just remove this appendix.
27281      Branch: perl
27282            ! doio.c mathoms.c
27283 ____________________________________________________________________________
27284 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
27285         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
27286              0 arguments. Move the old body to mathoms.c
27287      Branch: perl
27288            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
27289 ____________________________________________________________________________
27290 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
27291         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
27292              0 arguments. Move the old body to mathoms.c
27293      Branch: perl
27294            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
27295 ____________________________________________________________________________
27296 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
27297         Log: Replace do_open() with a macro to call do_openn() with the extra two
27298              0 paramters. Move the old body to mathoms.c.
27299      Branch: perl
27300            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
27301 ____________________________________________________________________________
27302 [ 25888] By: stevep                                on 2005/10/30  04:20:45
27303         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
27304              From: Bram <perl-rt@wizbit.be>
27305              Date: Thu, 04 Aug 2005 23:55:33 +0200
27306              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
27307      Branch: perl
27308            ! lib/warnings.pm warnings.pl
27309 ____________________________________________________________________________
27310 [ 25887] By: stevep                                on 2005/10/29  22:37:50
27311         Log: Subject: Re: [PATCH] predecrement vs postdecrement
27312              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27313              Date: Sat, 29 Oct 2005 23:24:33 +0300
27314              Message-ID: <4363DA81.6060600@gmail.com>
27315              
27316              Nit in pod/perlhack.pod
27317      Branch: perl
27318            ! pod/perlhack.pod
27319 ____________________________________________________________________________
27320 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
27321         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
27322              sv_setpviv followed by SvSETMAGIC.
27323      Branch: perl
27324            ! sv.c
27325 ____________________________________________________________________________
27326 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
27327         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
27328              mathoms.c
27329      Branch: perl
27330            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
27331 ____________________________________________________________________________
27332 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
27333         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
27334              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
27335              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
27336              respectively.
27337      Branch: perl
27338            ! sv.c sv.h
27339 ____________________________________________________________________________
27340 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
27341         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
27342              with terse macros, and the function bodies retired.
27343      Branch: perl
27344            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
27345 ____________________________________________________________________________
27346 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
27347         Log: All the private implementations of @foo for compilers that can't do
27348              complex macro expansions became dead wood sometime around 5.7.3
27349              (Don't tell Otava this)
27350      Branch: perl
27351            ! mathoms.c sv.c
27352 ____________________________________________________________________________
27353 [ 25881] By: stevep                                on 2005/10/29  15:34:22
27354         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
27355              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
27356              Date: 2 Jul 2004 11:32:12 -0000
27357              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
27358              
27359              Also, a version bump to Storable.pm.
27360      Branch: perl
27361            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27362            ! ext/Storable/t/dclone.t
27363 ____________________________________________________________________________
27364 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
27365         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
27366              Remove duplicate declaration of Perl_sv_2uv
27367      Branch: perl
27368            ! mathoms.c sv.c
27369 ____________________________________________________________________________
27370 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
27371         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
27372      Branch: perl
27373            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
27374 ____________________________________________________________________________
27375 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
27376         Log: Replace sv_unref with a macro that calls sv_unref_flags
27377      Branch: perl
27378            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
27379 ____________________________________________________________________________
27380 [ 25877] By: stevep                                on 2005/10/29  14:33:30
27381         Log: Oops, missed an sv_force_normal()
27382      Branch: perl
27383            ! mg.c
27384 ____________________________________________________________________________
27385 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
27386         Log: sv_taint() can easily be replaced by a macro.
27387      Branch: perl
27388            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
27389 ____________________________________________________________________________
27390 [ 25875] By: stevep                                on 2005/10/29  14:14:25
27391         Log: Change to use sv_force_normal_flags() directly, rather than calling
27392              sv_force_normal() to call sv_force_normal_flags().
27393      Branch: perl
27394            ! NetWare/sv_nw.c mg.c
27395 ____________________________________________________________________________
27396 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
27397         Log: A terser implementation of S_varname, by using and post-processing
27398              gv_fullname4
27399      Branch: perl
27400            ! sv.c
27401 ____________________________________________________________________________
27402 [ 25873] By: stevep                                on 2005/10/29  11:47:55
27403         Log: Additional mathoms from doio.c
27404      Branch: perl
27405            ! doio.c mathoms.c
27406 ____________________________________________________________________________
27407 [ 25872] By: stevep                                on 2005/10/29  11:36:26
27408         Log: Coverage stats say av_fake() is a mathom too.
27409      Branch: perl
27410            ! av.c mathoms.c
27411 ____________________________________________________________________________
27412 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
27413         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
27414      Branch: perl
27415            ! gv.c mathoms.c
27416 ____________________________________________________________________________
27417 [ 25870] By: stevep                                on 2005/10/29  11:02:12
27418         Log: Subject: Re: [PATCH] predecrement vs postdecrement
27419              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
27420              Date: Sat, 29 Oct 2005 11:52:25 +0300
27421              Message-ID: <43633849.6060809@gmail.com>
27422      Branch: perl
27423            ! regcomp.c
27424 ____________________________________________________________________________
27425 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
27426         Log: gv_fullname and gv_efullname are definately mathoms.
27427      Branch: perl
27428            ! gv.c mathoms.c
27429 ____________________________________________________________________________
27430 [ 25868] By: stevep                                on 2005/10/28  23:38:35
27431         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
27432              From: Brendan O'Dea <bod@debian.org>
27433              Date: Sat, 29 Oct 2005 07:14:40 +1000
27434              Message-ID: <20051028211440.GA23305@londo.c47.org>
27435      Branch: perl
27436            ! lib/perl5db.pl
27437 ____________________________________________________________________________
27438 [ 25867] By: stevep                                on 2005/10/28  21:12:35
27439         Log: Makefiles like tabs, not spaces.
27440      Branch: perl
27441            ! win32/Makefile win32/makefile.mk
27442 ____________________________________________________________________________
27443 [ 25866] By: stevep                                on 2005/10/28  21:09:31
27444         Log: Add a new file, mathoms.c, to hold old code kept around for binary
27445              compatability with previous versions of Perl.  Change also includes
27446              various Makefile changes to compile the new file and link it into 
27447              libperl.
27448      Branch: perl
27449            + mathoms.c
27450            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
27451            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
27452            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27453            ! wince/Makefile.ce
27454 ____________________________________________________________________________
27455 [ 25865] By: stevep                                on 2005/10/28  11:30:51
27456         Log: Check for changes in IO on CPAN.
27457      Branch: perl
27458            ! Porting/Maintainers.pl
27459 ____________________________________________________________________________
27460 [ 25864] By: stevep                                on 2005/10/28  11:21:48
27461         Log: gbarr is maintaining IO.
27462      Branch: perl
27463            ! Porting/Maintainers.pl
27464 ____________________________________________________________________________
27465 [ 25863] By: stevep                                on 2005/10/28  10:48:32
27466         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
27467      Branch: perl
27468            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27469            ! win32/config_H.vc64
27470 ____________________________________________________________________________
27471 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
27472         Log: Use the return value from sprintf and avoid a call to strlen
27473      Branch: perl
27474            ! sv.c
27475 ____________________________________________________________________________
27476 [ 25861] By: stevep                                on 2005/10/27  11:13:50
27477         Log: Subject: Re: IO::File performace issue
27478              From: gisle@ActiveState.com (Gisle Aas)
27479              Date: 27 Oct 2005 01:00:39 -0700
27480              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
27481              
27482              Also includes a version bump for IO::File.
27483      Branch: perl
27484            ! ext/IO/lib/IO/File.pm
27485 ____________________________________________________________________________
27486 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
27487         Log: Change 25850 failed to include all changed headers
27488      Branch: perl
27489            ! embed.h proto.h
27490 ____________________________________________________________________________
27491 [ 25859] By: stevep                                on 2005/10/27  01:55:08
27492         Log: Win32 fix for change #25850.  I don't know if this define will ever
27493              be used on Win32, but it does fix the problem at hand.
27494      Branch: perl
27495            ! win32/perlhost.h
27496 ____________________________________________________________________________
27497 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
27498         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
27499              From: "John E. Malmberg" <wb8tyw@qsl.net>
27500              Date: Wed, 26 Oct 2005 08:08:05 -0400
27501              Message-ID: <435F71A5.6030809@qsl.net>
27502      Branch: perl
27503            ! vms/vms.c
27504 ____________________________________________________________________________
27505 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
27506         Log: FAQ sync.
27507      Branch: perl
27508            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
27509            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
27510            ! pod/perlfaq7.pod pod/perlfaq9.pod
27511 ____________________________________________________________________________
27512 [ 25856] By: merijn                                on 2005/10/26  12:37:47
27513         Log: Subject: [PATCH] Symbian: better Series 80 support
27514              From: <jarkko.hietaniemi@nokia.com>
27515              Date: Wed, 26 Oct 2005 15:50:08 +0300
27516              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
27517      Branch: perl
27518            + symbian/hexdump.pl
27519            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
27520            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
27521            ! symbian/sisify.pl
27522 ____________________________________________________________________________
27523 [ 25855] By: stevep                                on 2005/10/26  11:52:46
27524         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
27525      Branch: perl
27526            ! t/op/sprintf.t
27527 ____________________________________________________________________________
27528 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
27529         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
27530              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
27531              Date: Tue, 25 Oct 2005 08:11:42 +0200
27532              Message-id: <20051025061141.GA2256@ethan>
27533      Branch: perl
27534            ! pp.c
27535 ____________________________________________________________________________
27536 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
27537         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
27538              stringification, as removing the conversions saves time and code.
27539      Branch: perl
27540            ! util.c
27541 ____________________________________________________________________________
27542 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
27543         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
27544              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
27545              Date: Tue, 25 Oct 2005 15:27:28 -0700
27546              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
27547      Branch: perl
27548            ! perl.h
27549 ____________________________________________________________________________
27550 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
27551         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
27552              From: "John E. Malmberg" <wb8tyw@qsl.net>
27553              Date: Tue, 25 Oct 2005 13:36:20 -0400
27554              Message-ID: <435E6D14.7000104@qsl.net>
27555      Branch: perl
27556            ! perl.h vms/perlvms.pod
27557 ____________________________________________________________________________
27558 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
27559         Log: Most platforms don't actually need PL_pidstatus, or the associated
27560              .5K of code.
27561      Branch: perl
27562            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
27563            ! pp_sys.c sv.c util.c
27564 ____________________________________________________________________________
27565 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
27566         Log: Back out change #25839, and apply :
27567              
27568              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
27569              From: "John E. Malmberg" <wb8tyw@qsl.net>
27570              Date: Tue, 25 Oct 2005 11:09:37 -0400
27571              Message-ID: <435E4AB1.1000106@qsl.net>
27572      Branch: perl
27573            ! perl.c perl.h vms/perlvms.pod
27574 ____________________________________________________________________________
27575 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
27576         Log: Code in wait4pid was calling hv_delete with the hash iterator
27577              currently on that entry. On aggregate this does more work, beacuse
27578              the next call to hv_iterinit() would spot the flag, and have to call
27579              the delete routine, while in the meantime any new entries can't
27580              re-use that memory.
27581      Branch: perl
27582            ! util.c
27583 ____________________________________________________________________________
27584 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
27585         Log: t/TEST should require Time::HiRes only when it uses it.
27586              This fixes minitest.
27587      Branch: perl
27588            ! t/TEST
27589 ____________________________________________________________________________
27590 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
27591         Log: Rediff the Makefile.SH patch for cross-compilation.
27592              (this doesn't mean it works, though.)
27593      Branch: perl
27594            ! Cross/Makefile.SH.patch
27595 ____________________________________________________________________________
27596 [ 25845] By: stevep                                on 2005/10/25  11:56:53
27597         Log: Upgrade to Time-HiRes-1.76
27598      Branch: perl
27599            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27600            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27601            ! ext/Time/HiRes/t/HiRes.t
27602 ____________________________________________________________________________
27603 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
27604         Log: Remove remaining references to mv-if-diff
27605      Branch: perl
27606            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
27607 ____________________________________________________________________________
27608 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
27609         Log: Oops. the trick is to edit Makefile.SH
27610      Branch: perl
27611            ! Makefile.SH
27612 ____________________________________________________________________________
27613 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
27614         Log: Subject: [PATCH] remove mv-if-diff
27615              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
27616              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
27617              Date: Mon, 24 Oct 2005 19:32:57 +0200
27618              
27619              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
27620              this removal in MANIFEST)
27621      Branch: perl
27622            - mv-if-diff
27623            ! MANIFEST Makefile.SH
27624 ____________________________________________________________________________
27625 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
27626         Log: Replace all the strlen()s related to PL_pidstatus with the return
27627              value of my_sprintf
27628      Branch: perl
27629            ! util.c
27630 ____________________________________________________________________________
27631 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
27632         Log: Whoops. The Windows build is going to need to know that this symbol is
27633              defined.
27634      Branch: perl
27635            ! perl.c
27636 ____________________________________________________________________________
27637 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
27638         Log: Subject: VMS exit handling still broken, need some help.
27639              From: "John E. Malmberg" <wb8tyw@qsl.net>
27640              Date: Mon, 24 Oct 2005 01:34:41 -0400
27641              Message-ID: <435C7271.8070403@qsl.net>
27642      Branch: perl
27643            ! perl.c perl.h vms/vms.c
27644 ____________________________________________________________________________
27645 [ 25838] By: merijn                                on 2005/10/25  05:58:00
27646         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
27647              From: "John E. Malmberg" <wb8tyw@qsl.net>
27648              Date: Mon, 24 Oct 2005 23:37:46 -0400
27649              Message-ID: <435DA88A.90201@qsl.net>
27650      Branch: perl
27651            ! configure.com
27652 ____________________________________________________________________________
27653 [ 25837] By: merijn                                on 2005/10/24  23:35:40
27654         Log: Backport of changes #25831 and #25832. Re-order needed
27655              
27656              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
27657              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
27658              Date: Mon, 24 Oct 2005 13:04:58 -0700
27659              Message-ID: <20051024200458.GC2312@efn.org>
27660      Branch: perl
27661            ! Configure config_h.SH
27662 ____________________________________________________________________________
27663 [ 25833] By: merijn                                on 2005/10/24  22:44:22
27664         Log: Subject: [PATCH] Compress::Zlib
27665              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
27666              Date: Mon, 24 Oct 2005 23:19:48 +0100
27667              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
27668      Branch: perl
27669            ! ext/Compress/Zlib/Zlib.pm
27670            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
27671            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
27672            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
27673            ! ext/Compress/Zlib/t/03zlib-v1.t
27674            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
27675 ____________________________________________________________________________
27676 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
27677         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
27678              places where we want to use the return value of sprintf. This allows
27679              a wrapper to be used for platforms where the C library isn't ANSI-
27680              conformant.
27681      Branch: perl
27682            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
27683            ! proto.h util.c
27684 ____________________________________________________________________________
27685 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
27686         Log: Add a probe for whether sprintf returns the length of the buffer.
27687              Update all the canned config.sh files.
27688              Assume that symbian and Win32 are all ANSI conformant, note that ARM
27689              Linux (ie glibc) will be, don't assume that any other platform is.
27690      Branch: perl
27691            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
27692            ! Porting/Glossary configure.com epoc/config.sh
27693            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
27694            ! win32/config.bc win32/config.gc win32/config.vc
27695            ! win32/config.vc64 wince/config.ce
27696 ____________________________________________________________________________
27697 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
27698         Log: Fix path in code example
27699      Branch: perl
27700            ! pod/perlfunc.pod
27701 ____________________________________________________________________________
27702 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
27703         Log: Subject: Re: do { EXPR for EXPR }
27704              From: Robin Houston <robin@cpan.org>
27705              Date: Sat, 22 Oct 2005 16:56:27 +0100
27706              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
27707      Branch: perl
27708            ! op.c t/cmd/mod.t
27709 ____________________________________________________________________________
27710 [ 25828] By: stevep                                on 2005/10/24  14:16:32
27711         Log: Update one of merijn's previous emails.
27712      Branch: perl
27713            ! Porting/checkAUTHORS.pl
27714 ____________________________________________________________________________
27715 [ 25827] By: craigb                                on 2005/10/23  22:17:44
27716         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
27717              From: "John E. Malmberg" <wb8tyw@qsl.net>
27718              Date: Sun, 23 Oct 2005 17:46:46 -0400
27719              Message-id: <435C04C6.2090405@qsl.net>
27720      Branch: perl
27721            ! vms/vms.c
27722 ____________________________________________________________________________
27723 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
27724         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
27725      Branch: perl
27726            ! perl.c
27727 ____________________________________________________________________________
27728 [ 25824] By: craigb                                on 2005/10/22  16:43:40
27729         Log: VMS threaded build fixes for things broken in #25783
27730      Branch: perl
27731            ! vms/vms.c vms/vmsish.h
27732 ____________________________________________________________________________
27733 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
27734         Log: use more 'const' in the Encode data structures.
27735      Branch: perl
27736            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
27737 ____________________________________________________________________________
27738 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
27739         Log: Turn NN to NULLOK for functions that have code to handle
27740              the ptr == NULL case and are currently called with NULL
27741              pointers. Having parameters tagged NN can make gcc optimize
27742              away the code for the NULL case, causing segfaults.
27743      Branch: perl
27744            ! embed.fnc proto.h
27745 ____________________________________________________________________________
27746 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
27747         Log: Mark more static Encode data structures as const.
27748      Branch: perl
27749            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
27750            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
27751 ____________________________________________________________________________
27752 [ 25820] By: stevep                                on 2005/10/21  21:54:01
27753         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
27754              perlref.pod.  Thanks for David Wheeler for starting the discussion
27755              and Paul Johnson for confirming that it could actually be done.
27756      Branch: perl
27757            ! pod/perlref.pod
27758 ____________________________________________________________________________
27759 [ 25819] By: merijn                                on 2005/10/21  15:49:00
27760         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27761              From: <jarkko.hietaniemi@nokia.com>
27762              Date: Fri, 21 Oct 2005 17:15:23 +0300
27763              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27764      Branch: perl
27765            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
27766            ! MANIFEST
27767 ____________________________________________________________________________
27768 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
27769         Log: Subject: allow "" as select bitmask [PATCH]
27770              From: Gisle Aas <gisle@ActiveState.com>
27771              Date: 21 Oct 2005 08:04:40 -0700
27772              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
27773      Branch: perl
27774            ! pp_sys.c t/op/sselect.t
27775 ____________________________________________________________________________
27776 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
27777         Log: Rewording of doc change #25812
27778      Branch: perl
27779            ! pod/perlsub.pod
27780 ____________________________________________________________________________
27781 [ 25815] By: merijn                                on 2005/10/21  14:12:37
27782         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27783              From: <jarkko.hietaniemi@nokia.com>
27784              Date: Fri, 21 Oct 2005 17:15:23 +0300
27785              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27786      Branch: perl
27787            - symbian/PerlApp.rss
27788 ____________________________________________________________________________
27789 [ 25814] By: merijn                                on 2005/10/21  14:12:10
27790         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
27791              From: <jarkko.hietaniemi@nokia.com>
27792              Date: Fri, 21 Oct 2005 17:15:23 +0300
27793              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
27794      Branch: perl
27795            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
27796            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
27797            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
27798            ! symbian/xsbuild.pl
27799 ____________________________________________________________________________
27800 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
27801         Log: Subject: wrong maxlen in sselect [PATCH]
27802              From: Gisle Aas <gisle@ActiveState.com>
27803              Date: 21 Oct 2005 05:24:30 -0700
27804              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
27805              
27806              Plus a regression test for the new warning.
27807      Branch: perl
27808            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
27809 ____________________________________________________________________________
27810 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
27811         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
27812              From: Xavier Noria <fxn@hashref.com>
27813              Date: Fri, 21 Oct 2005 08:43:12 +0200
27814              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
27815              
27816              (with minor tweaks)
27817      Branch: perl
27818            ! pod/perlsub.pod
27819 ____________________________________________________________________________
27820 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
27821         Log: Remove last remaining reference to vax11c
27822      Branch: perl
27823            ! x2p/a2p.h
27824 ____________________________________________________________________________
27825 [ 25810] By: craigb                                on 2005/10/20  22:38:36
27826         Log: Subject: [patch@25809]restore documented exit behavior
27827              From: "John E. Malmberg" <wb8tyw@qsl.net>
27828              Date: Thu, 20 Oct 2005 18:21:20 -0400
27829              Message-id: <43581860.3020108@qsl.net>
27830      Branch: perl
27831            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
27832 ____________________________________________________________________________
27833 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
27834         Log: Fix doc typo, by Gisle Aas
27835      Branch: perl
27836            ! lib/User/grent.pm
27837 ____________________________________________________________________________
27838 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
27839         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
27840              From: Robin Houston <robin@cpan.org>
27841              Date: Oct 14, 2005 1:54 AM
27842              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
27843      Branch: perl
27844            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
27845 ____________________________________________________________________________
27846 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
27847         Log: Forgotten chunk by jhi
27848      Branch: perl
27849            ! symbian/makesis.pl
27850 ____________________________________________________________________________
27851 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
27852         Log: Subject: [PATCH] blead 25801: Symbian batch of today
27853              From: <jarkko.hietaniemi@nokia.com>
27854              Date: Wed, 19 Oct 2005 16:19:23 +0300
27855              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
27856      Branch: perl
27857            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
27858            ! symbian/xsbuild.pl
27859 ____________________________________________________________________________
27860 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
27861         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
27862              From: Andy Lester <andy@petdance.com>
27863              Date: Tue, 18 Oct 2005 09:57:23 -0500
27864              Message-ID: <20051018145723.GA4964@petdance.com>
27865      Branch: perl
27866            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
27867 ____________________________________________________________________________
27868 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
27869         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
27870              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
27871              Date: Tue, 18 Oct 2005 22:22:57 +0200
27872              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
27873              
27874              (tweaked to remove trailing whitespace to doc entries)
27875              Plus, regenerate doc and headers
27876      Branch: perl
27877            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
27878 ____________________________________________________________________________
27879 [ 25801] By: craigb                                on 2005/10/19  00:29:00
27880         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
27881              From: "John E. Malmberg" <wb8tyw@qsl.net>
27882              Date: Tue, 18 Oct 2005 14:43:29 -0400
27883              Message-id: <43554251.5020704@qsl.net>
27884      Branch: perl
27885            ! vms/vms.c vms/vmsish.h
27886 ____________________________________________________________________________
27887 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
27888         Log: Add notes about -f _ and defined %foo:: in perldelta
27889      Branch: perl
27890            ! pod/perl593delta.pod
27891 ____________________________________________________________________________
27892 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
27893         Log: Force _ to be always a bareword after filetest operators
27894      Branch: perl
27895            ! t/op/filetest.t toke.c
27896 ____________________________________________________________________________
27897 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
27898         Log: Add Rafael's 5.10 roadmap to perltodo.
27899              Add state variables.
27900              Remove xsubpp entry, as that had been done already.
27901      Branch: perl
27902            ! pod/perltodo.pod
27903 ____________________________________________________________________________
27904 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
27905         Log: Fix tokenizer debugging trace for file tests
27906      Branch: perl
27907            ! toke.c
27908 ____________________________________________________________________________
27909 [ 25796] By: stevep                                on 2005/10/18  19:15:40
27910         Log: Upgrade to Digest-1.13
27911      Branch: perl
27912            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
27913 ____________________________________________________________________________
27914 [ 25795] By: merijn                                on 2005/10/18  16:30:54
27915         Log: VMS does not have clearenv () according to John E. Malmberg
27916              Followup to 25793
27917      Branch: perl
27918            ! configure.com
27919 ____________________________________________________________________________
27920 [ 25794] By: steveh                                on 2005/10/18  15:03:50
27921         Log: Update win32 config files w.r.t. change #25793
27922      Branch: perl
27923            ! win32/config.bc win32/config.gc win32/config.vc
27924            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
27925            ! win32/config_H.vc win32/config_H.vc64
27926 ____________________________________________________________________________
27927 [ 25793] By: merijn                                on 2005/10/18  13:50:15
27928         Log: Add probe for clearenv (), like #25733 for unsetenv ()
27929      Branch: perl
27930            ! Configure Porting/Glossary config_h.SH handy.h
27931 ____________________________________________________________________________
27932 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
27933         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
27934              From: <jarkko.hietaniemi@nokia.com>
27935              Date: Tue, 18 Oct 2005 16:07:28 +0300
27936              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
27937      Branch: perl
27938            ! perl.h util.h
27939 ____________________________________________________________________________
27940 [ 25789] By: stevep                                on 2005/10/18  10:52:01
27941         Log: Upgrade to Time-HiRes-1.75
27942      Branch: perl
27943            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27944            ! ext/Time/HiRes/Makefile.PL
27945 ____________________________________________________________________________
27946 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
27947         Log: Subject: [PATCH] Symbian: New vs New
27948              From: <jarkko.hietaniemi@nokia.com>
27949              Date: Tue, 18 Oct 2005 12:53:16 +0300
27950              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
27951      Branch: perl
27952            ! symbian/PerlUtil.cpp
27953 ____________________________________________________________________________
27954 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
27955         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
27956              From: "John E. Malmberg" <wb8tyw@qsl.net>
27957              Date: Mon, 17 Oct 2005 17:08:19 -0400
27958              Message-ID: <435412C3.3080504@qsl.net>
27959      Branch: perl
27960            ! vms/vmsish.h
27961 ____________________________________________________________________________
27962 [ 25784] By: steveh                                on 2005/10/17  15:48:24
27963         Log: Silence gcc complaints about comments in config.h
27964              
27965              This suppresses dozens of lines of warnings seen, e.g. here:
27966              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
27967      Branch: perl
27968            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
27969 ____________________________________________________________________________
27970 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
27971         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
27972              From: "John E. Malmberg" <wb8tyw@qsl.net>
27973              Date: Mon, 17 Oct 2005 08:12:37 -0400
27974              Message-ID: <43539535.70609@qsl.net>
27975      Branch: perl
27976            ! vms/vms.c vms/vmsish.h
27977 ____________________________________________________________________________
27978 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
27979         Log: Subject: [PATCH] even more Symbian
27980              From: <jarkko.hietaniemi@nokia.com>
27981              Date: Mon, 17 Oct 2005 18:27:57 +0300
27982              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
27983      Branch: perl
27984            ! ext/Storable/Storable.xs symbian/TODO
27985            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
27986 ____________________________________________________________________________
27987 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
27988         Log: Correct precedence from and to && in an expression with assignment.
27989      Branch: perl
27990            ! ext/IO/t/io_sock.t
27991 ____________________________________________________________________________
27992 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
27993         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
27994              From: Xavier Noria <fxn@hashref.com>
27995              Date: Sun, 16 Oct 2005 12:27:30 +0200
27996              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
27997      Branch: perl
27998            ! pod/perlvar.pod
27999 ____________________________________________________________________________
28000 [ 25779] By: steveh                                on 2005/10/17  10:14:46
28001         Log: Make some casts explicit to keep VC++ 7 happy
28002              
28003              Specifically, this silences the warnings from the following smoke:
28004              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
28005              (Hmm. Looks like you need to decode the base64 yourself before you
28006              can read that.)
28007      Branch: perl
28008            ! numeric.c op.c pp_pack.c toke.c
28009 ____________________________________________________________________________
28010 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
28011         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
28012              From: <jarkko.hietaniemi@nokia.com>
28013              Date: Mon, 17 Oct 2005 13:19:34 +0300
28014              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
28015      Branch: perl
28016            + symbian/find_writeable_data.pl
28017            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
28018            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
28019            ! util.c
28020 ____________________________________________________________________________
28021 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
28022         Log: Doc/style fixes pointed out by Gisle
28023      Branch: perl
28024            ! lib/warnings/register.pm
28025 ____________________________________________________________________________
28026 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
28027         Log: Subject: [PATCH] blead@25775 Symbian update
28028              From: <jarkko.hietaniemi@nokia.com>
28029              Date: Mon, 17 Oct 2005 11:49:20 +0300
28030              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
28031      Branch: perl
28032            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
28033            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
28034            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
28035            ! symbian/symbian_proto.h symbian/xsbuild.pl
28036 ____________________________________________________________________________
28037 [ 25775] By: davem                                 on 2005/10/16  23:05:44
28038         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
28039      Branch: perl
28040            ! sv.c
28041 ____________________________________________________________________________
28042 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
28043         Log: Subject: [PATCH] Keys of %INC always use forward slashes
28044              From: Jan Dubois <jand@activestate.com>
28045              Date: Oct 16, 2005 8:24 PM
28046              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
28047      Branch: perl
28048            ! lib/CPAN.pm
28049 ____________________________________________________________________________
28050 [ 25772] By: craigb                                on 2005/10/16  19:10:56
28051         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
28052              From: "John E. Malmberg" <wb8tyw@qsl.net>
28053              Message-id: <4351F393.8030809@qsl.net>
28054              Date: Sun, 16 Oct 2005 02:30:43 -0400
28055      Branch: perl
28056            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
28057 ____________________________________________________________________________
28058 [ 25771] By: davem                                 on 2005/10/16  17:46:10
28059         Log: an assert in av_undef was leaking memory
28060      Branch: perl
28061            ! av.c
28062 ____________________________________________________________________________
28063 [ 25770] By: davem                                 on 2005/10/16  17:39:20
28064         Log: static functions should be prefixed S_
28065      Branch: perl
28066            ! ext/threads/threads.xs
28067 ____________________________________________________________________________
28068 [ 25769] By: davem                                 on 2005/10/16  14:53:45
28069         Log: free a thread's interpreter after $t->join() rather than after undef $t
28070              This should fix some ithreads memory leaks.
28071      Branch: perl
28072            ! ext/threads/threads.xs
28073 ____________________________________________________________________________
28074 [ 25768] By: stevep                                on 2005/10/16  13:53:00
28075         Log: Upgrade to version-0.49
28076      Branch: perl
28077            ! lib/version.pm lib/version.pod
28078 ____________________________________________________________________________
28079 [ 25767] By: stevep                                on 2005/10/16  13:24:23
28080         Log: No more attempting to edit Pod before the first coffee of the morning.
28081      Branch: perl
28082            ! ext/DynaLoader/XSLoader_pm.PL
28083 ____________________________________________________________________________
28084 [ 25766] By: stevep                                on 2005/10/16  13:10:02
28085         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
28086      Branch: perl
28087            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
28088 ____________________________________________________________________________
28089 [ 25765] By: stevep                                on 2005/10/16  13:02:19
28090         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
28091              to work within the core).
28092      Branch: perl
28093            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
28094            ! MANIFEST lib/Pod/Find.pm
28095 ____________________________________________________________________________
28096 [ 25764] By: stevep                                on 2005/10/16  12:36:37
28097         Log: Upgrade to ExtUtils-ParseXS-2.15.
28098      Branch: perl
28099            ! lib/ExtUtils/ParseXS.pm
28100 ____________________________________________________________________________
28101 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
28102         Log: Subject: pre{inc,dec} is faster, even with integers
28103              From: hv@crypt.org
28104              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
28105              Date: Fri, 14 Oct 2005 18:22:41 +0100
28106      Branch: perl
28107            ! op.c t/op/inc.t
28108 ____________________________________________________________________________
28109 [ 25761] By: craigb                                on 2005/10/15  03:59:44
28110         Log: Subject: [patch@blead] perlport.pod
28111              From: "John E. Malmberg" <wb8tyw@qsl.net>
28112              Date: Fri, 14 Oct 2005 23:48:20 -0400
28113              Message-id: <43507C04.8050003@qsl.net>
28114      Branch: perl
28115            ! pod/perlport.pod
28116 ____________________________________________________________________________
28117 [ 25760] By: craigb                                on 2005/10/15  03:43:30
28118         Log: Subject: patch for blead - Perlvms.pod update
28119              From: "John E. Malmberg" <wb8tyw@qsl.net>
28120              Date: Fri, 14 Oct 2005 21:15:26 -0400
28121              Message-id: <4350582E.4070209@qsl.net>
28122      Branch: perl
28123            ! vms/perlvms.pod
28124 ____________________________________________________________________________
28125 [ 25759] By: craigb                                on 2005/10/14  15:31:33
28126         Log: Grab enough room from the outset in do_tovmsspec()
28127      Branch: perl
28128            ! vms/vms.c
28129 ____________________________________________________________________________
28130 [ 25758] By: steveh                                on 2005/10/14  08:00:58
28131         Log: Subject: [PATCH] Compress::Zlib - fix for win32
28132              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28133              Date: Thu, 13 Oct 2005 23:06:25 +0100
28134              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
28135      Branch: perl
28136            ! ext/Compress/Zlib/Zlib.xs
28137 ____________________________________________________________________________
28138 [ 25757] By: stevep                                on 2005/10/14  03:46:24
28139         Log: gcc complains when it sees variables declared
28140              
28141              const register ...
28142              
28143              switched them all to 
28144              
28145              register const ...
28146      Branch: perl
28147            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
28148 ____________________________________________________________________________
28149 [ 25756] By: stevep                                on 2005/10/14  01:20:21
28150         Log: Upgrade to Unicode-Collate-0.52
28151      Branch: perl
28152            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28153            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
28154 ____________________________________________________________________________
28155 [ 25755] By: stevep                                on 2005/10/13  23:31:03
28156         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
28157      Branch: perl
28158            ! perl.c
28159 ____________________________________________________________________________
28160 [ 25754] By: stevep                                on 2005/10/13  23:03:46
28161         Log: Subject: [PATCH] Stas' croak patch and then some
28162              From: Andy Lester <andy@petdance.com>
28163              Date: Thu, 13 Oct 2005 16:42:12 -0500
28164              Message-ID: <20051013214212.GA1122@petdance.com>
28165      Branch: perl
28166            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
28167            ! sv.c t/TEST toke.c utf8.c
28168 ____________________________________________________________________________
28169 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
28170         Log: If /dev/null is not readable, perl -e fails with
28171              an obscure error message. Make it more understandable.
28172      Branch: perl
28173            ! perl.c
28174 ____________________________________________________________________________
28175 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
28176         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
28177              From: "John E. Malmberg" <wb8tyw@qsl.net>
28178              Date: Thu, 13 Oct 2005 10:28:23 -0400
28179              Message-ID: <434E6F07.5020108@qsl.net>
28180      Branch: perl
28181            ! t/op/local.t
28182 ____________________________________________________________________________
28183 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
28184         Log: Subject: SvPVutf8_nolen crashes [PATCH]
28185              From: Gisle Aas <gisle@ActiveState.com>
28186              Date: 13 Oct 2005 06:00:49 -0700
28187              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
28188      Branch: perl
28189            ! sv.c
28190 ____________________________________________________________________________
28191 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
28192         Log: Better cleanup of directories created by C::Zlib
28193      Branch: perl
28194            ! Makefile.SH
28195 ____________________________________________________________________________
28196 [ 25749] By: merijn                                on 2005/10/13  12:17:41
28197         Log: PL_use_safe_putenv needs to be in the export lists
28198      Branch: perl
28199            ! makedef.pl
28200 ____________________________________________________________________________
28201 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
28202         Log: Subject: [PATCH] POD index entries with X<>
28203              From: Ivan Tubert-Brohman <itub@cpan.org>
28204              Date: Wed, 12 Oct 2005 19:20:18 -0400
28205              Message-ID: <434D9A32.4050305@cpan.org>
28206      Branch: perl
28207            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
28208            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
28209            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
28210            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
28211            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
28212            ! pod/perlsyn.pod pod/perltie.pod
28213 ____________________________________________________________________________
28214 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
28215         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
28216              From: Gisle Aas <gisle@ActiveState.com>
28217              Date: 13 Oct 2005 01:42:32 -0700
28218              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
28219      Branch: perl
28220            ! lib/Pod/Html.pm
28221 ____________________________________________________________________________
28222 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
28223         Log: The new REQUIRE token introduced by change 25599 must be
28224              nonassoc, just like the UNIOP token it's patterned after.
28225              (While we're at it, allow to use bison 2.1 to regenerate
28226              the parser files.)
28227      Branch: perl
28228            ! perly.act perly.h perly.tab perly.y regen_perly.pl
28229 ____________________________________________________________________________
28230 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
28231         Log: Document that -F doesn't accept whitespace in patterns.
28232              (fixes bug #37366)
28233      Branch: perl
28234            ! pod/perlrun.pod
28235 ____________________________________________________________________________
28236 [ 25744] By: merijn                                on 2005/10/13  06:10:27
28237         Log: Subject: RE: [PATCH] Compress::Zlib
28238              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28239              Date: Wed, 12 Oct 2005 22:41:41 +0100
28240              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
28241      Branch: perl
28242            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
28243 ____________________________________________________________________________
28244 [ 25743] By: stevep                                on 2005/10/12  23:28:04
28245         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
28246              From: Abigail <abigail@abigail.nl>
28247              Date: Thu, 13 Oct 2005 01:25:10 +0200
28248              Message-ID: <20051012232509.GA1018@abigail.nl>
28249      Branch: perl
28250            ! pp_sort.c
28251 ____________________________________________________________________________
28252 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
28253         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
28254              From: <jarkko.hietaniemi@nokia.com>
28255              Date: Wed, 12 Oct 2005 19:12:57 +0300
28256              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
28257      Branch: perl
28258            + symbian/sisify.pl
28259            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
28260            ! symbian/TODO symbian/config.pl symbian/port.pl
28261 ____________________________________________________________________________
28262 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
28263         Log: Update to the config boilerplates, by Jarkko
28264      Branch: perl
28265            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
28266            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
28267            ! wince/config.ce
28268 ____________________________________________________________________________
28269 [ 25740] By: craigb                                on 2005/10/11  23:58:26
28270         Log: disarm unsetenv() on VMS for now (function is present
28271              but %ENV is more complicated)
28272      Branch: perl
28273            ! configure.com
28274 ____________________________________________________________________________
28275 [ 25739] By: stevep                                on 2005/10/11  22:27:18
28276         Log: Subject: [PATCH] Compress::Zlib
28277              From: Paul Marquess <Paul.Marquess@ntlworld.com>
28278              Date: Tue, 11 Oct 2005 22:54:25 +0100
28279              
28280              This silences a few warnings on AIX
28281      Branch: perl
28282            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
28283            ! ext/Compress/Zlib/t/04def.t
28284 ____________________________________________________________________________
28285 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
28286         Log: Comment fix
28287      Branch: perl
28288            ! perl.c
28289 ____________________________________________________________________________
28290 [ 25737] By: merijn                                on 2005/10/11  15:15:37
28291         Log: Subject: [PATCH] environ fixup
28292              From: Alan Burlison <Alan.Burlison@sun.com>
28293              Date: Tue, 11 Oct 2005 16:29:54 +0100
28294              Message-ID: <434BDA72.4090109@sun.com>
28295      Branch: perl
28296            ! handy.h hints/solaris_2.sh perl.c util.c
28297 ____________________________________________________________________________
28298 [ 25736] By: merijn                                on 2005/10/11  11:30:22
28299         Log: Subject: [PATCH] Symbian blead fix
28300              From: <jarkko.hietaniemi@nokia.com>
28301              Date: Tue, 11 Oct 2005 14:48:49 +0300
28302              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
28303      Branch: perl
28304            ! symbian/PerlApp.cpp
28305 ____________________________________________________________________________
28306 [ 25735] By: merijn                                on 2005/10/11  11:25:46
28307         Log: Subject: [PATCH] Compress::Zlib
28308              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28309              Date: Tue, 11 Oct 2005 12:35:22 +0100
28310              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
28311      Branch: perl
28312            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
28313            ! ext/Compress/Zlib/t/16oneshot.t
28314 ____________________________________________________________________________
28315 [ 25734] By: steveh                                on 2005/10/11  10:09:48
28316         Log: Update win32 config files w.r.t. change #25733
28317      Branch: perl
28318            ! win32/config.bc win32/config.gc win32/config.vc
28319            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
28320            ! win32/config_H.vc win32/config_H.vc64
28321 ____________________________________________________________________________
28322 [ 25733] By: merijn                                on 2005/10/10  13:47:17
28323         Log: Add probe for unsetenv ()
28324              Subject: Re: Perl's handling of environ breaks on Solaris 10
28325              From: Steve Peters <steve@fisharerojo.org>
28326              Date: Mon, 10 Oct 2005 07:51:17 -0500
28327              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
28328      Branch: perl
28329            ! Configure Porting/Glossary config_h.SH handy.h
28330 ____________________________________________________________________________
28331 [ 25731] By: stevep                                on 2005/10/10  13:14:50
28332         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
28333              From: Gisle Aas <gisle@ActiveState.com>
28334              Date: 10 Oct 2005 06:20:23 -0700
28335              
28336              Change to remove a call to Win32::GetShortPathName() from 
28337              Test::Harness::Straps.
28338      Branch: perl
28339            ! lib/Test/Harness/Straps.pm
28340 ____________________________________________________________________________
28341 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
28342         Log: Subject: [PATCH] Symbian bleadperl@25725 update
28343              From: <jarkko.hietaniemi@nokia.com>
28344              Date: Mon, 10 Oct 2005 14:28:31 +0300
28345              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
28346      Branch: perl
28347            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
28348            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
28349            ! symbian/xsbuild.pl
28350 ____________________________________________________________________________
28351 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
28352         Log: Subject: RE: [PATCH] Compress::Zlib
28353              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28354              Date: Mon, 10 Oct 2005 12:24:29 +0100
28355              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
28356      Branch: perl
28357            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
28358 ____________________________________________________________________________
28359 [ 25728] By: merijn                                on 2005/10/10  10:36:51
28360         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
28361              From: Gisle Aas <gisle@ActiveState.com>
28362              Date: 10 Oct 2005 03:58:09 -0700
28363              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
28364      Branch: perl
28365            ! win32/ext/Win32/Win32.pm
28366 ____________________________________________________________________________
28367 [ 25727] By: merijn                                on 2005/10/10  10:27:12
28368         Log: Making t/14gzopen.t a bit more robust.
28369              Subject: [PATCH] Compress::Zlib
28370              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
28371              Date: Mon, 10 Oct 2005 11:40:00 +0100
28372              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
28373      Branch: perl
28374            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
28375            ! ext/Compress/Zlib/t/14gzopen.t
28376 ____________________________________________________________________________
28377 [ 25726] By: merijn                                on 2005/10/10  06:14:30
28378         Log: Compress::Zlib should not ask under Cygwin in CORE
28379      Branch: perl
28380            ! ext/Compress/Zlib/Makefile.PL
28381 ____________________________________________________________________________
28382 [ 25725] By: stevep                                on 2005/10/10  01:18:58
28383         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
28384              Subject: RE: [PATCH] DB_File 1.1812
28385              Date: Sun, 9 Oct 2005 23:25:38 +0100
28386              
28387              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
28388      Branch: perl
28389            ! ext/Compress/Zlib/Zlib.xs
28390 ____________________________________________________________________________
28391 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
28392         Log: Upgrade to DB_File 1.1812, by Paul Marquess
28393      Branch: perl
28394            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28395            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
28396            ! ext/DB_File/t/db-hash.t
28397 ____________________________________________________________________________
28398 [ 25723] By: stevep                                on 2005/10/09  18:53:02
28399         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
28400      Branch: perl
28401            ! lib/Test/Simple/t/tbt_01basic.t
28402            ! lib/Test/Simple/t/tbt_04line_num.t
28403 ____________________________________________________________________________
28404 [ 25722] By: stevep                                on 2005/10/09  18:06:13
28405         Log: Upgraded to ExtUtils-ParseXS-2.14.
28406      Branch: perl
28407            ! lib/ExtUtils/ParseXS.pm
28408 ____________________________________________________________________________
28409 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
28410         Log: Don't use a regexp in DB::sub().
28411              This should work around perlbug #37102.
28412      Branch: perl
28413            ! lib/DB.pm
28414 ____________________________________________________________________________
28415 [ 25720] By: stevep                                on 2005/10/09  15:37:41
28416         Log: It would be nice to upgrade the right file.   Double grrrrr.
28417      Branch: perl
28418            ! lib/ExtUtils/CBuilder.pm
28419 ____________________________________________________________________________
28420 [ 25719] By: stevep                                on 2005/10/09  15:32:29
28421         Log: Add standard core test header to Test::Builder::Tester tests.
28422      Branch: perl
28423            ! lib/Test/Simple/t/tbt_01basic.t
28424            ! lib/Test/Simple/t/tbt_02fhrestore.t
28425            ! lib/Test/Simple/t/tbt_03die.t
28426            ! lib/Test/Simple/t/tbt_04line_num.t
28427            ! lib/Test/Simple/t/tbt_05faildiag.t
28428            ! lib/Test/Simple/t/tbt_06errormess.t
28429            ! lib/Test/Simple/t/tbt_07args.t
28430 ____________________________________________________________________________
28431 [ 25718] By: stevep                                on 2005/10/09  15:24:43
28432         Log: Upgrade to Test-Simple-0.62.
28433      Branch: perl
28434            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
28435            + lib/Test/Simple/t/tbt_01basic.t
28436            + lib/Test/Simple/t/tbt_02fhrestore.t
28437            + lib/Test/Simple/t/tbt_03die.t
28438            + lib/Test/Simple/t/tbt_04line_num.t
28439            + lib/Test/Simple/t/tbt_05faildiag.t
28440            + lib/Test/Simple/t/tbt_06errormess.t
28441            + lib/Test/Simple/t/tbt_07args.t
28442            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
28443            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
28444            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
28445            ! lib/Test/Simple/t/is_deeply_fail.t
28446 ____________________________________________________________________________
28447 [ 25717] By: stevep                                on 2005/10/09  14:51:12
28448         Log: Missed files in upgrading modules.  Grrrr
28449      Branch: perl
28450            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
28451 ____________________________________________________________________________
28452 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
28453         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
28454              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28455              Date: Oct 8, 2005 9:59 AM
28456              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
28457      Branch: perl
28458            ! lib/utf8.t utf8.c utf8.h
28459 ____________________________________________________________________________
28460 [ 25712] By: stevep                                on 2005/10/07  15:41:32
28461         Log: Documentation nit in INSTALL found by Alan Burlison.
28462      Branch: perl
28463            ! INSTALL
28464 ____________________________________________________________________________
28465 [ 25711] By: stevep                                on 2005/10/07  03:29:37
28466         Log: Upgrade to Pathtools-3.12
28467      Branch: perl
28468            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
28469            ! lib/File/Spec/Win32.pm
28470 ____________________________________________________________________________
28471 [ 25710] By: craigb                                on 2005/10/07  02:41:03
28472         Log: Parse symbols for the linker when more than one declaration
28473              on the same line (the way PERLVARISC now throws at us).
28474      Branch: perl
28475            ! vms/gen_shrfls.pl
28476 ____________________________________________________________________________
28477 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
28478         Log: Avoid a cast
28479      Branch: perl
28480            ! perl.c
28481 ____________________________________________________________________________
28482 [ 25708] By: stevep                                on 2005/10/06  19:23:59
28483         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
28484              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
28485      Branch: perl
28486            ! ext/Compress/Zlib/Zlib.xs
28487 ____________________________________________________________________________
28488 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
28489         Log: Be nice with subversion hidden directories
28490      Branch: perl
28491            ! ext/Compress/Zlib/Makefile.PL
28492 ____________________________________________________________________________
28493 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
28494         Log: Update with new files from C::Zlib
28495      Branch: perl
28496            ! Porting/Maintainers.pl
28497 ____________________________________________________________________________
28498 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
28499         Log: Move ZlibTestUtils.pm under t/
28500      Branch: perl
28501            + t/lib/ZlibTestUtils.pm
28502            - lib/ZlibTestUtils.pm
28503            ! MANIFEST ext/Compress/Zlib/t/01version.t
28504            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
28505            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
28506            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28507            ! ext/Compress/Zlib/t/08encoding.t
28508            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28509            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28510            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28511            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28512            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28513            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28514            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28515            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
28516 ____________________________________________________________________________
28517 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
28518         Log: Don't install pods via MakeMaker for C::Zlib,
28519              as suggested by Robin Barker
28520      Branch: perl
28521            ! ext/Compress/Zlib/Makefile.PL
28522 ____________________________________________________________________________
28523 [ 25703] By: merijn                                on 2005/10/06  08:42:56
28524         Log: Add -C to allowed $PERL5OPT options
28525              Add -C to the $PERL5OPT documentation (and added the missing -A too)
28526              t/run/runenv.t Could use some more tests about how supported
28527              and unsupported options in $PERL5OPT are handled
28528      Branch: perl
28529            ! perl.c pod/perldiag.pod pod/perlrun.pod
28530 ____________________________________________________________________________
28531 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
28532         Log: Remove the getprotobynumber test, for portability concerns
28533      Branch: perl
28534            - t/op/getprotobynumber.t
28535            ! MANIFEST
28536 ____________________________________________________________________________
28537 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
28538         Log: Fix Compress::Zlib test boilerplate
28539      Branch: perl
28540            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
28541            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
28542            ! ext/Compress/Zlib/t/05examples.t
28543            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28544            ! ext/Compress/Zlib/t/08encoding.t
28545            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28546            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28547            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28548            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28549            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28550            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28551            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28552            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
28553 ____________________________________________________________________________
28554 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
28555         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
28556      Branch: perl
28557            ! ext/Compress/Zlib/Makefile.PL
28558 ____________________________________________________________________________
28559 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
28560         Log: Add test preambles to Compress::Zlib.
28561              Remove 99pod.t, useless in the core
28562      Branch: perl
28563            - ext/Compress/Zlib/t/99pod.t
28564            ! MANIFEST ext/Compress/Zlib/t/01version.t
28565            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
28566            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
28567            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28568            ! ext/Compress/Zlib/t/08encoding.t
28569            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28570            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28571            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28572            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28573            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28574            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28575            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28576            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
28577 ____________________________________________________________________________
28578 [ 25697] By: stevep                                on 2005/10/05  18:20:54
28579         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
28580              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
28581              Date: Thu, 2 Jun 2005 13:34:49 +0200
28582              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
28583      Branch: perl
28584            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
28585 ____________________________________________________________________________
28586 [ 25696] By: steveh                                on 2005/10/05  16:04:26
28587         Log: Subject: [PATCH] Re: Untested builtins
28588              From: Steven Schubiger <sts@accognoscere.org>
28589              Date: Wed, 28 Sep 2005 15:46:45 +0200
28590              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
28591      Branch: perl
28592            + t/op/getprotobynumber.t
28593            ! MANIFEST
28594 ____________________________________________________________________________
28595 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
28596         Log: Upgrade to Compress::Zlib 2.000_05
28597      Branch: perl
28598            + ext/Compress/Zlib/examples/gzcat.zlib
28599            + ext/Compress/Zlib/fallback/constants.h
28600            + ext/Compress/Zlib/fallback/constants.xs
28601            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
28602            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
28603            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
28604            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
28605            + ext/Compress/Zlib/lib/File/GlobMapper.pm
28606            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
28607            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
28608            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
28609            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
28610            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
28611            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
28612            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
28613            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
28614            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
28615            + ext/Compress/Zlib/t/05examples.t
28616            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
28617            + ext/Compress/Zlib/t/08encoding.t
28618            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
28619            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
28620            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
28621            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
28622            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
28623            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
28624            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
28625            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
28626            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
28627            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
28628            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
28629            - ext/Compress/Zlib/t/04encoding.t
28630            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
28631            - ext/Compress/Zlib/zlib-src/gzio.c
28632            ! MANIFEST ext/Compress/Zlib/Changes
28633            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
28634            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
28635            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
28636            ! ext/Compress/Zlib/examples/filtinf
28637            ! ext/Compress/Zlib/examples/gzcat
28638            ! ext/Compress/Zlib/examples/gzgrep
28639            ! ext/Compress/Zlib/examples/gzstream
28640            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
28641            ! ext/Compress/Zlib/typemap
28642 ____________________________________________________________________________
28643 [ 25694] By: steveh                                on 2005/10/05  15:34:18
28644         Log: Fix $Config{ccflags} for Win32 perls built with dmake
28645              
28646              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
28647              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
28648              (win32/makefile.mk) doesn't.  This means that extensions built with
28649              perls built with VC++ and dmake spit out damn M$ logo messages and use
28650              a lower warning level.
28651              
28652              The reason for the difference is probably that the dmake makefile
28653              supports multiple compilers.  Therefore, put the extra ccflags into a
28654              new macro, and set it appropriately for each compiler.  Add the new
28655              macro to the nmake makefile too for orthogonality.
28656      Branch: perl
28657            ! win32/Makefile win32/makefile.mk
28658 ____________________________________________________________________________
28659 [ 25693] By: merijn                                on 2005/10/05  15:34:09
28660         Log: Subject: Re: [PATCH] Random constings and printf cleanup
28661              From: Andy Lester <andy@petdance.com>
28662              Date: Tue, 4 Oct 2005 15:16:05 -0500
28663              Message-ID: <20051004201605.GA31682@petdance.com>
28664      Branch: perl
28665            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
28666 ____________________________________________________________________________
28667 [ 25691] By: stevep                                on 2005/10/04  16:24:28
28668         Log: Fixes to Pod errors found by podchecker.
28669      Branch: perl
28670            ! README.os2 pod/perlfunc.pod
28671 ____________________________________________________________________________
28672 [ 25690] By: stevep                                on 2005/10/04  12:02:04
28673         Log: Upgrade to ExtUtils-ParseXS-2.13
28674      Branch: perl
28675            ! lib/ExtUtils/ParseXS.pm
28676 ____________________________________________________________________________
28677 [ 25689] By: stevep                                on 2005/10/04  11:01:11
28678         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
28679              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
28680      Branch: perl
28681            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28682            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
28683            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
28684            ! lib/ExtUtils/CBuilder/Platform/os2.pm
28685            ! lib/ExtUtils/CBuilder/t/02-link.t
28686 ____________________________________________________________________________
28687 [ 25688] By: merijn                                on 2005/10/04  10:10:41
28688         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
28689              From: Gisle Aas <gisle@ActiveState.com>
28690              Date: 04 Oct 2005 02:18:27 -0700
28691              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
28692      Branch: perl
28693            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
28694            ! wince/perlhost.h
28695 ____________________________________________________________________________
28696 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
28697         Log: Subject: Clone PL_statusvalue_posix [PATCH]
28698              From: Gisle Aas <gisle@ActiveState.com>
28699              Date: 03 Oct 2005 09:37:57 -0700
28700              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
28701      Branch: perl
28702            ! sv.c
28703 ____________________________________________________________________________
28704 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
28705         Log: Pod::Usage documentation fix, suggested by :
28706              
28707              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
28708              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
28709              Date: Sun, 02 Oct 2005 07:25:37 -0700
28710              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
28711      Branch: perl
28712            ! lib/Pod/Usage.pm
28713 ____________________________________________________________________________
28714 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
28715         Log: Yitzchak points out that this function argument is NULLOK
28716      Branch: perl
28717            ! embed.fnc proto.h
28718 ____________________________________________________________________________
28719 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
28720         Log: Spaces to tabs
28721      Branch: perl
28722            ! MANIFEST
28723 ____________________________________________________________________________
28724 [ 25683] By: craigb                                on 2005/10/03  03:43:31
28725         Log: We lied about strtoq way back in #8120
28726      Branch: perl
28727            ! configure.com
28728 ____________________________________________________________________________
28729 [ 25682] By: stevep                                on 2005/10/03  03:10:05
28730         Log: Upgrade to Digest-1.12
28731      Branch: perl
28732            ! lib/Digest.pm lib/Digest/Changes
28733 ____________________________________________________________________________
28734 [ 25681] By: craigb                                on 2005/10/03  00:20:30
28735         Log: fix bug introduced by #25507 that kept ccflags from
28736              making it into config.sh
28737      Branch: perl
28738            ! configure.com
28739 ____________________________________________________________________________
28740 [ 25680] By: craigb                                on 2005/10/02  21:45:20
28741         Log: assorted blead build help for VMS (mostly ithreads-related)
28742      Branch: perl
28743            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
28744 ____________________________________________________________________________
28745 [ 25679] By: stevep                                on 2005/10/02  12:50:02
28746         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
28747              From: perlbug-followup[at]perl.org (Yves Orton)
28748              Date: Thu, 22 Sep 2005 11:31:02 -0700
28749              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
28750      Branch: perl
28751            ! lib/Carp/Heavy.pm
28752 ____________________________________________________________________________
28753 [ 25678] By: stevep                                on 2005/10/02  04:42:46
28754         Log: Clarify the documentation regarding the return value from C<push>.
28755      Branch: perl
28756            ! pod/perlfunc.pod
28757 ____________________________________________________________________________
28758 [ 25677] By: stevep                                on 2005/10/02  04:32:48
28759         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
28760              give an appropriate error message rather than saying the module
28761              cannot be found in @INC.
28762      Branch: perl
28763            ! pp_ctl.c
28764 ____________________________________________________________________________
28765 [ 25676] By: stevep                                on 2005/10/02  03:30:55
28766         Log: Missed test changes and a bit of debugging code that should 
28767              have been removed.
28768      Branch: perl
28769            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
28770 ____________________________________________________________________________
28771 [ 25675] By: stevep                                on 2005/10/02  02:24:12
28772         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
28773              with a debugger to figure out what is going on.
28774      Branch: perl
28775            ! lib/Pod/Html.pm
28776 ____________________________________________________________________________
28777 [ 25674] By: davem                                 on 2005/10/01  23:51:40
28778         Log: Improve -DT output and fix wild buffer pointer error
28779      Branch: perl
28780            ! toke.c
28781 ____________________________________________________________________________
28782 [ 25672] By: steveh                                on 2005/09/30  15:52:30
28783         Log: Make building perl on Win32 with the free VC++ toolkit easier
28784              
28785              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
28786              versions of MS VC++ 7.x respectively.  Perl can now be built with the
28787              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
28788              hacking of the win32/Makefile required.  Update README.win32 with
28789              these changes.
28790              
28791              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
28792              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
28793              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
28794      Branch: perl
28795            ! README.win32 win32/Makefile win32/makefile.mk
28796 ____________________________________________________________________________
28797 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
28798         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
28799              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
28800      Branch: perl
28801            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
28802 ____________________________________________________________________________
28803 [ 25665] By: davem                                 on 2005/09/29  22:57:44
28804         Log: PL_defoutgv could be used after being freed
28805              Was giving "use of freed value" warnings in t/io/through.t
28806              and t/io/crlf_through.t
28807      Branch: perl
28808            ! perl.c
28809 ____________________________________________________________________________
28810 [ 25664] By: davem                                 on 2005/09/29  21:01:54
28811         Log: the return value of start_subparse() can legally be ignored
28812      Branch: perl
28813            ! embed.fnc gv.c proto.h
28814 ____________________________________________________________________________
28815 [ 25663] By: stevep                                on 2005/09/29  20:43:52
28816         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
28817              compatibility mode.
28818      Branch: perl
28819            ! utils/h2xs.PL
28820 ____________________________________________________________________________
28821 [ 25662] By: stevep                                on 2005/09/29  18:04:29
28822         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
28823              if the compatible version is less than 5.006 (the first version with 
28824              XSLoader).
28825      Branch: perl
28826            ! utils/h2xs.PL
28827 ____________________________________________________________________________
28828 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
28829         Log: 2 more e-mail addresses that map to rgs
28830      Branch: perl
28831            ! Porting/checkAUTHORS.pl
28832 ____________________________________________________________________________
28833 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
28834         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
28835      Branch: perl
28836            ! Porting/checkAUTHORS.pl
28837 ____________________________________________________________________________
28838 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
28839         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
28840      Branch: perl
28841            ! Changes
28842 ____________________________________________________________________________
28843 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
28844         Log: Teach the alias mapping about new committers.
28845      Branch: perl
28846            ! Porting/checkAUTHORS.pl
28847 ____________________________________________________________________________
28848 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
28849         Log: Cope with completely empty lines within the Changes file.
28850              Better diagnostics on "malformed" lines.
28851      Branch: perl
28852            ! Porting/checkAUTHORS.pl
28853 ____________________________________________________________________________
28854 [ 25652] By: steveh                                on 2005/09/29  08:47:26
28855         Log: Clean up CBuilder and ParseXS test files
28856              
28857              This was done once already in change 25222, but then modified in change
28858              25225.  The new versions of CBuilder and ParseXS that sync'ed those
28859              changes and have now been integrated back into bleadperl missed some
28860              bits of change 25225.  Try again.
28861      Branch: perl
28862            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
28863            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
28864            ! lib/ExtUtils/ParseXS/t/basic.t
28865 ____________________________________________________________________________
28866 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
28867         Log: Attempting to do too many things simultaneously with the C pre-
28868              processor considered harmful.
28869      Branch: perl
28870            ! perl.c
28871 ____________________________________________________________________________
28872 [ 25650] By: stevep                                on 2005/09/29  00:23:44
28873         Log: Upgrade to ExtUtils::CBuilder 0.14
28874      Branch: perl
28875            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
28876            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
28877            ! lib/ExtUtils/CBuilder/t/01-basic.t
28878            ! lib/ExtUtils/CBuilder/t/02-link.t
28879 ____________________________________________________________________________
28880 [ 25649] By: stevep                                on 2005/09/28  22:59:08
28881         Log: Upgrade to Test::Harness 2.56
28882      Branch: perl
28883            + t/lib/sample-tests/bignum_many
28884            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
28885            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
28886            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
28887            ! t/lib/sample-tests/bignum
28888 ____________________________________________________________________________
28889 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
28890         Log: savepv and savepvn are actually NULLOK
28891      Branch: perl
28892            ! embed.fnc proto.h
28893 ____________________________________________________________________________
28894 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
28895         Log: Forgot to run embed.pl after change 25637
28896      Branch: perl
28897            ! proto.h
28898 ____________________________________________________________________________
28899 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
28900         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
28901              From: Andy Lester <andy@petdance.com>
28902              Message-ID: <20050928172254.GE20201@petdance.com>
28903              Date: Wed, 28 Sep 2005 12:22:54 -0500
28904      Branch: perl
28905            ! embed.fnc embed.pl
28906 ____________________________________________________________________________
28907 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
28908         Log: We can use the C pre-processor to build a single, longer string
28909              constant which makes the object code slightly smaller.
28910      Branch: perl
28911            ! perl.c
28912 ____________________________________________________________________________
28913 [ 25627] By: steveh                                on 2005/09/28  08:23:01
28914         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
28915              
28916              Subject: Improved File::Spec::Win32->path [PATCH]
28917              From: Gisle Aas <gisle@ActiveState.com>
28918              Date: 17 Sep 2005 00:13:41 -0700
28919              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
28920              
28921              Subject: Re: Improved File::Spec::Win32->path [PATCH]
28922              From: Michael G Schwern <schwern@pobox.com>
28923              Date: Tue, 27 Sep 2005 13:05:54 -0700
28924              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
28925      Branch: perl
28926            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
28927 ____________________________________________________________________________
28928 [ 25626] By: stevep                                on 2005/09/28  00:06:29
28929         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
28930              bleadperl.
28931      Branch: perl
28932            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
28933 ____________________________________________________________________________
28934 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
28935         Log: Comment nit by Vadim Konovalov
28936              And while we're at it, reindent consistently.
28937      Branch: perl
28938            ! t/io/crlf.t
28939 ____________________________________________________________________________
28940 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
28941         Log: POD nit by Yitzchak
28942      Branch: perl
28943            ! pod/perlfunc.pod
28944 ____________________________________________________________________________
28945 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
28946         Log: Clarify what -MFoo=number does on the command-line
28947      Branch: perl
28948            ! pod/perlrun.pod
28949 ____________________________________________________________________________
28950 [ 25621] By: stevep                                on 2005/09/27  15:05:18
28951         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
28952              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
28953              Date: Tue, 27 Sep 2005 15:18:00 +0200
28954      Branch: perl
28955            ! doio.c
28956 ____________________________________________________________________________
28957 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
28958         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
28959              too many warnings.
28960      Branch: perl
28961            ! mg.c t/io/binmode.t t/lib/warnings/2use
28962 ____________________________________________________________________________
28963 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
28964         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
28965              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28966              Date: Tue, 27 Sep 2005 02:07:35 -0700
28967              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
28968      Branch: perl
28969            + t/io/crlf_through.t t/io/through.t
28970            ! MANIFEST perlio.c
28971 ____________________________________________________________________________
28972 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
28973         Log: OPpRUNTIME can be set on OP_QR too
28974      Branch: perl
28975            ! ext/B/B/Concise.pm
28976 ____________________________________________________________________________
28977 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
28978         Log: Fix the overriding of CORE::do, just like change 25599
28979              was fixing the overriding of CORE::require
28980      Branch: perl
28981            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
28982 ____________________________________________________________________________
28983 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
28984         Log: Micro-optimisation: use PL_globalstash instead of looking up
28985              CORE::GLOBAL::require by name
28986      Branch: perl
28987            ! op.c
28988 ____________________________________________________________________________
28989 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
28990         Log: Addition to change 25612
28991      Branch: perl
28992            ! symbian/PerlApp.cpp
28993 ____________________________________________________________________________
28994 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
28995         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
28996              From: "Jan Dubois" <jand@ActiveState.com>
28997              Date: Mon, 26 Sep 2005 21:19:51 -0700
28998              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
28999      Branch: perl
29000            ! XSUB.h
29001 ____________________________________________________________________________
29002 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
29003         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
29004              From: <jarkko.hietaniemi@nokia.com>
29005              Date: Tue, 27 Sep 2005 11:54:00 +0300
29006              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
29007      Branch: perl
29008            ! symbian/PerlApp.cpp symbian/config.sh
29009 ____________________________________________________________________________
29010 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
29011         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
29012              Plus a regression test by Schwern.
29013      Branch: perl
29014            ! pp_ctl.c t/op/override.t
29015 ____________________________________________________________________________
29016 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
29017         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
29018              From: Michael G Schwern <schwern@pobox.com>
29019              Date: Mon, 26 Sep 2005 14:21:09 -0700
29020              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
29021      Branch: perl
29022            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
29023 ____________________________________________________________________________
29024 [ 25609] By: stevep                                on 2005/09/27  02:45:50
29025         Log: Upgrade to Encode 2.12
29026      Branch: perl
29027            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
29028            ! ext/Encode/Encode.xs ext/Encode/META.yml
29029            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
29030            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
29031 ____________________________________________________________________________
29032 [ 25608] By: stevep                                on 2005/09/26  23:09:44
29033         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
29034      Branch: perl
29035            ! lib/Digest.pm lib/Digest/Changes
29036 ____________________________________________________________________________
29037 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
29038         Log: const sausage const const bacon const tomato and const
29039              The search_ext parameter to find_script can be a little more const.
29040      Branch: perl
29041            ! embed.fnc proto.h util.c
29042 ____________________________________________________________________________
29043 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
29044         Log: Upgrade to Test::Simple 0.61
29045      Branch: perl
29046            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
29047            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
29048            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
29049            ! lib/Test/Simple.pm lib/Test/Simple/Changes
29050            ! lib/Test/Simple/t/00test_harness_check.t
29051            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
29052            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
29053            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
29054            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
29055            ! lib/Test/Simple/t/fail_one.t
29056            ! lib/Test/Simple/t/harness_active.t
29057            ! lib/Test/Simple/t/has_plan2.t
29058            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
29059            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
29060            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
29061            ! lib/Test/Simple/t/undef.t
29062            ! t/lib/Test/Simple/sample_tests/too_few.plx
29063 ____________________________________________________________________________
29064 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
29065         Log: Fix change 25597 for non-Windows platforms
29066      Branch: perl
29067            ! lib/File/Find.pm
29068 ____________________________________________________________________________
29069 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
29070         Log: Make B::Deparse handle correctly CORE::require
29071      Branch: perl
29072            ! ext/B/B/Deparse.pm
29073 ____________________________________________________________________________
29074 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
29075         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
29076      Branch: perl
29077            ! op.h
29078 ____________________________________________________________________________
29079 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
29080         Log: CORE::require was always parsed as require().
29081              That's because require() isn't overridable at tokenizer-level
29082              like other overridable built-ins, but is handled by the optree
29083              builder. So, find a way to pass the information that require()
29084              was written as CORE::require() to Perl_ck_require. This is
29085              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
29086              to OP_REQUIRE when it's saw as CORE::require in the program text.
29087              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
29088      Branch: perl
29089            ! op.c perly.act perly.h perly.tab perly.y toke.c
29090 ____________________________________________________________________________
29091 [ 25597] By: steveh                                on 2005/09/26  08:54:13
29092         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
29093              From: "Steve Peters via RT" <perlbug-followup@perl.org>
29094              Date: Sun, 25 Sep 2005 14:41:03 -0700
29095              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
29096              
29097              and update docs
29098      Branch: perl
29099            ! lib/File/Find.pm
29100 ____________________________________________________________________________
29101 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
29102         Log: Upgrade to Compress::Zlib 1.40
29103      Branch: perl
29104            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
29105            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
29106            ! ext/Compress/Zlib/t/03examples.t
29107 ____________________________________________________________________________
29108 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
29109         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
29110              From: Steve Peters <steve@fisharerojo.org>
29111              Date: Sep 23, 2005 8:11 PM
29112              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
29113      Branch: perl
29114            ! sv.h
29115 ____________________________________________________________________________
29116 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
29117         Log: Subject: Re: pod/pod2usage2.t
29118              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
29119              Date: Thu, 22 Sep 2005 12:12:49 +0200
29120              Message-ID: <20050922121249.5077ee3e@pc09>
29121              
29122              Also, skip all tests on Windows until we find a way
29123              to write them portably
29124      Branch: perl
29125            ! t/pod/pod2usage2.t
29126 ____________________________________________________________________________
29127 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
29128         Log: Subject: [PATCH] quiet a few warnings
29129              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29130              Date: Wed, 21 Sep 2005 18:45:56 -0700
29131              Message-ID: <20050922014555.GA2852@efn.org>
29132      Branch: perl
29133            ! cygwin/cygwin.c embed.fnc proto.h
29134 ____________________________________________________________________________
29135 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
29136         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
29137              From: Steve Peters <steve@fisharerojo.org>
29138              Date: Fri, 23 Sep 2005 08:38:58 -0500
29139              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
29140      Branch: perl
29141            ! hints/linux.sh
29142 ____________________________________________________________________________
29143 [ 25581] By: steveh                                on 2005/09/23  13:46:40
29144         Log: Extend 25579 to cover vc64 too
29145      Branch: perl
29146            ! Porting/checkcfgvar.pl
29147 ____________________________________________________________________________
29148 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
29149         Log: Add Porting/checkcfgvar.pl by Jarkko
29150      Branch: perl
29151            + Porting/checkcfgvar.pl
29152            ! MANIFEST
29153 ____________________________________________________________________________
29154 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
29155         Log: SAPER is the new maintainer of XSLoader
29156      Branch: perl
29157            ! Porting/Maintainers.pl
29158 ____________________________________________________________________________
29159 [ 25573] By: steveh                                on 2005/09/23  08:40:58
29160         Log: Change 25226 should have done this too
29161      Branch: perl
29162            ! win32/config.bc
29163 ____________________________________________________________________________
29164 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
29165         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
29166      Branch: perl
29167            ! sv.h
29168 ____________________________________________________________________________
29169 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
29170         Log: The New*() compatibility macros aren't needed inside the perl core.
29171      Branch: perl
29172            ! handy.h
29173 ____________________________________________________________________________
29174 [ 25563] By: steveh                                on 2005/09/22  07:26:20
29175         Log: Forgot to update MANIFEST in change 25547
29176      Branch: perl
29177            ! MANIFEST
29178 ____________________________________________________________________________
29179 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
29180         Log: Add an option --ignore to installhtml
29181              and use it to avoid to install doc in Porting/.
29182              Skip also test modules.
29183      Branch: perl
29184            ! Makefile.SH installhtml
29185 ____________________________________________________________________________
29186 [ 25547] By: steveh                                on 2005/09/21  16:19:03
29187         Log: Localize $@ in Locale::Maketext::maketext()
29188              so that $lh->maketext("Error: [_1]\n", $@) works as expected
29189              
29190              Also added a new test for this fix
29191      Branch: perl
29192            + lib/Locale/Maketext/t/30_local.t
29193            ! lib/Locale/Maketext.pm
29194 ____________________________________________________________________________
29195 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
29196         Log: A few POD fixes
29197      Branch: perl
29198            ! Porting/pumpkin.pod ext/B/B/Concise.pm
29199            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
29200 ____________________________________________________________________________
29201 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
29202         Log: Upgrade to Pod::Parser 1.33
29203      Branch: perl
29204            + t/pod/pod2usage2.t
29205            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
29206            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
29207            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
29208 ____________________________________________________________________________
29209 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
29210         Log: PodParser is now Pod-Parser on CPAN
29211      Branch: perl
29212            ! Porting/Maintainers.pl
29213 ____________________________________________________________________________
29214 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
29215         Log: Subject: [PATCH 5.8.7] misc a2p fixes
29216              From: Brendan O'Dea <bod@debian.org>
29217              Date: Sun, 11 Sep 2005 19:43:14 +1000
29218              Message-ID: <20050911094314.GA15155@londo.c47.org>
29219              
29220              and remove the check_byacc target from the x2p makefile
29221      Branch: perl
29222            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
29223 ____________________________________________________________________________
29224 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
29225         Log: Upgrade to ExtUtils::ParseXS 2.12
29226      Branch: perl
29227            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
29228 ____________________________________________________________________________
29229 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
29230         Log: Upgrade to Time::HiRes 1.74
29231      Branch: perl
29232            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29233            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
29234 ____________________________________________________________________________
29235 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
29236         Log: Remove the last STRLEN n_a;s that my compiler can reach.
29237      Branch: perl
29238            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
29239            ! perly.y pp_pack.c sv.h
29240 ____________________________________________________________________________
29241 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
29242         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
29243              (Text-Tabs+Wrap-2005.0824). Keep local changes.
29244      Branch: perl
29245            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
29246 ____________________________________________________________________________
29247 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
29248         Log: Yitzchak says that Tim says that we can distribute
29249              the perl glossary under the same terms as Perl itself.
29250      Branch: perl
29251            ! pod/perlglossary.pod
29252 ____________________________________________________________________________
29253 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
29254         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
29255              From: Rick Delaney <rick@bort.ca>
29256              Date: Thu, 8 Sep 2005 08:55:16 -0400
29257              Message-ID: <20050908125516.GA18184@localhost.localdomain>
29258      Branch: perl
29259            ! hv.c t/op/local.t
29260 ____________________________________________________________________________
29261 [ 25513] By: steveh                                on 2005/09/20  09:20:16
29262         Log: Resolve [perl #37110]: Update README.win32
29263              
29264              I give up trying to keep the Platform SDK links up-to-date. They seem
29265              to have changed every time that I look at them, so make the
29266              instructions more general.
29267      Branch: perl
29268            ! README.win32
29269 ____________________________________________________________________________
29270 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
29271         Log: Upgrade to Compress::Zlib 1.39
29272      Branch: perl
29273            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
29274            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
29275 ____________________________________________________________________________
29276 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
29277         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
29278              From: Salvador "FandiXo" <sfandino@yahoo.com>
29279              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
29280              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
29281              
29282              (adapted to bleadperl)
29283      Branch: perl
29284            ! pp_ctl.c
29285 ____________________________________________________________________________
29286 [ 25507] By: merijn                                on 2005/09/20  06:51:38
29287         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
29288              From: "John E. Malmberg" <wb8tyw@qsl.net>
29289              Date: Tue, 20 Sep 2005 01:22:24 -0400
29290              Message-ID: <432F9C90.7080702@qsl.net>
29291      Branch: perl
29292            ! configure.com vms/descrip_mms.template x2p/s2p.PL
29293 ____________________________________________________________________________
29294 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
29295         Log: The second argument to Move() is the destination, so cannot possibly
29296              be const. Pesky casting in handy.h. Getting in the way of correctness.
29297      Branch: perl
29298            ! sv.c
29299 ____________________________________________________________________________
29300 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
29301         Log: Add parallel testing to TODO
29302      Branch: perl
29303            ! pod/perltodo.pod
29304 ____________________________________________________________________________
29305 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
29306         Log: First argument to he_dup is actually a const HE *
29307      Branch: perl
29308            ! embed.fnc hv.c proto.h sv.c
29309 ____________________________________________________________________________
29310 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
29311         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
29312              work with a macro version.
29313      Branch: perl
29314            ! ext/ByteLoader/bytecode.h
29315 ____________________________________________________________________________
29316 [ 25488] By: steveh                                on 2005/09/19  14:18:40
29317         Log: Update win32 config files w.r.t. change #25387
29318      Branch: perl
29319            ! win32/config.bc win32/config.gc win32/config.vc
29320            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
29321            ! win32/config_H.vc win32/config_H.vc64
29322 ____________________________________________________________________________
29323 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
29324         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
29325              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29326              Date: Sun, 18 Sep 2005 19:46:37 -0700
29327              Message-ID: <20050919024637.GA2860@efn.org>
29328      Branch: perl
29329            ! ext/Devel/DProf/DProf.xs
29330 ____________________________________________________________________________
29331 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
29332         Log: Improve failure case diagnostics from comp/package.t
29333      Branch: perl
29334            ! t/comp/package.t
29335 ____________________________________________________________________________
29336 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
29337         Log: Should have been embed.h, not proto.h, in 25475
29338      Branch: perl
29339            ! embed.h
29340 ____________________________________________________________________________
29341 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
29342         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
29343              macro in 5.8.x is to make it available as hv_name_set.
29344              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
29345              warnings or other games when Perl_hv_name_set() is a macro]
29346      Branch: perl
29347            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
29348 ____________________________________________________________________________
29349 [ 25474] By: merijn                                on 2005/09/18  18:36:15
29350         Log: Subject: [patch@25452] VMS fix required by Change 25387
29351              From: "John E. Malmberg" <wb8tyw@qsl.net>
29352              Date: Sun, 18 Sep 2005 14:53:09 -0400
29353              Message-ID: <432DB795.8050801@qsl.net>
29354      Branch: perl
29355            ! configure.com
29356 ____________________________________________________________________________
29357 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
29358         Log: Tidying up the unused or unneeded global variables would be good.
29359      Branch: perl
29360            ! pod/perltodo.pod
29361 ____________________________________________________________________________
29362 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
29363         Log: Controlling what the GNU linker exports from a shared library would
29364              be a useful thing TODO
29365      Branch: perl
29366            ! pod/perltodo.pod
29367 ____________________________________________________________________________
29368 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
29369         Log: Detail the minimal rewards programme we have on offer.
29370              Hoik relocatable perl to the top of its section.
29371              Some other formatting tweaks.
29372      Branch: perl
29373            ! pod/perltodo.pod
29374 ____________________________________________________________________________
29375 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
29376         Log: 
29377              refactoring xsubpp should have been in the "just perl" section.
29378      Branch: perl
29379            ! pod/perltodo.pod
29380 ____________________________________________________________________________
29381 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
29382         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
29383              to the TODO
29384      Branch: perl
29385            ! pod/perltodo.pod
29386 ____________________________________________________________________________
29387 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
29388         Log: Add shrinking GVs and CVs to the TODO
29389      Branch: perl
29390            ! pod/perltodo.pod
29391 ____________________________________________________________________________
29392 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
29393         Log: Add reduce duplication in sv_setsv_flags to TODO
29394      Branch: perl
29395            ! pod/perltodo.pod
29396 ____________________________________________________________________________
29397 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
29398         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
29399              (and the don't know the pointer size case)
29400      Branch: perl
29401            ! pp_pack.c
29402 ____________________________________________________________________________
29403 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
29404         Log: vv5.9.3 is clearly a bug.
29405      Branch: perl
29406            ! utils/perlbug.PL
29407 ____________________________________________________________________________
29408 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
29409         Log: Add ordering of "global" variables to TODO
29410      Branch: perl
29411            ! pod/perltodo.pod
29412 ____________________________________________________________________________
29413 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
29414         Log: Holding a mutex then croak()ing strikes me as deadlock.
29415      Branch: perl
29416            ! ext/threads/threads.xs
29417 ____________________________________________________________________________
29418 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
29419         Log: Add emulate the per-thread memory pool on Unix to the TODO
29420      Branch: perl
29421            ! pod/perltodo.pod
29422 ____________________________________________________________________________
29423 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
29424         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
29425      Branch: perl
29426            ! pod/perltodo.pod
29427 ____________________________________________________________________________
29428 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
29429         Log: add merge Perl_sv_2[inpu]v to TODO
29430      Branch: perl
29431            ! pod/perltodo.pod
29432 ____________________________________________________________________________
29433 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
29434         Log: Making make -j... work is a TODO
29435      Branch: perl
29436            ! pod/perltodo.pod
29437 ____________________________________________________________________________
29438 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
29439         Log: Add "automating coverage tests" as a TODO
29440      Branch: perl
29441            ! pod/perltodo.pod
29442 ____________________________________________________________________________
29443 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
29444         Log: Re-order the TODO tasks based on the skills they need, putting the
29445              easist tasks first. I've categorised them as
29446              
29447              =head1 Tasks that only need Perl knowledge
29448              =head1 Tasks that need a little sysadmin-type knowledge
29449              =head1 Tasks that need a little C knowledge
29450              =head1 Tasks that need a knowledge of XS
29451              =head1 Tasks that need a knowledge of the interpreter
29452              =head1 Big projects
29453              
29454              Lets see if we get any takers.
29455      Branch: perl
29456            ! pod/perltodo.pod
29457 ____________________________________________________________________________
29458 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
29459         Log: Revert change #24223 : select() will continue
29460              to return -1 on error, like in previous versions, and
29461              like other system builtins.
29462      Branch: perl
29463            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
29464 ____________________________________________________________________________
29465 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
29466         Log: Fix obsolete identifiers in comment
29467      Branch: perl
29468            ! av.h
29469 ____________________________________________________________________________
29470 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
29471         Log: Upgrade to version.pm 0.48
29472      Branch: perl
29473            + lib/version.pod
29474            ! MANIFEST lib/version.pm lib/version.t util.c
29475 ____________________________________________________________________________
29476 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
29477         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
29478              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
29479              Date: Wed, 14 Sep 2005 09:26:11 +0300
29480              Message-ID: <4327C283.80706@gmail.com>
29481      Branch: perl
29482            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
29483            ! lib/Math/Trig.t pod/perlfunc.pod
29484 ____________________________________________________________________________
29485 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
29486         Log: Subject: [perl #37163] dprofpp array subscript error 
29487              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
29488              Date: Tue, 13 Sep 2005 12:11:46 -0700
29489              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
29490      Branch: perl
29491            ! utils/dprofpp.PL
29492 ____________________________________________________________________________
29493 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
29494         Log: Change 25409 wasn't necessary for threaded perls
29495      Branch: perl
29496            ! toke.c
29497 ____________________________________________________________________________
29498 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
29499         Log: The debugger wasn't tracing correctly execution in eval("")'ed
29500              code containing #line directives
29501      Branch: perl
29502            ! toke.c
29503 ____________________________________________________________________________
29504 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
29505         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
29506              From: Dominic Dunlop <shouldbedomo@mac.com>
29507              Date: Sep 13, 2005 11:13 PM
29508              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
29509      Branch: perl
29510            ! lib/locale.t
29511 ____________________________________________________________________________
29512 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
29513         Log: Add Luke Closs to AUTHORS
29514      Branch: perl
29515            ! AUTHORS
29516 ____________________________________________________________________________
29517 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
29518         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
29519              From: Luke Closs (via RT) <perlbug-followup@perl.org>
29520              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
29521              Date: 1 Jul 2005 21:56:31 -0000
29522      Branch: perl
29523            ! Configure hints/darwin.sh
29524 ____________________________________________________________________________
29525 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
29526         Log: Allow non-arrowed form of chained subscripts after slices
29527              
29528              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
29529              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29530              Date: Thu, 1 Sep 2005 17:41:36 -0700
29531              Message-ID: <20050902004136.GA2656@efn.org>
29532              
29533              Date: Mon, 5 Sep 2005 08:10:20 -0700
29534              Message-ID: <20050905151020.GA3556@efn.org>
29535      Branch: perl
29536            ! perly.act perly.h perly.tab perly.y t/op/ref.t
29537 ____________________________________________________________________________
29538 [ 25398] By: merijn                                on 2005/09/13  06:22:58
29539         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
29540              From: "John E. Malmberg" <wb8tyw@qsl.net>
29541              Date: Mon, 12 Sep 2005 23:56:36 -0400
29542              Message-ID: <43264DF4.6090403@qsl.net>
29543      Branch: perl
29544            ! vms/vms.c
29545 ____________________________________________________________________________
29546 [ 25397] By: merijn                                on 2005/09/13  06:18:46
29547         Log: Subject: [PATCH] The return of the consting
29548              From: Andy Lester <andy@petdance.com>
29549              Date: Tue, 13 Sep 2005 01:08:36 -0500
29550              Message-ID: <20050913060835.GA1037@petdance.com>
29551      Branch: perl
29552            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
29553 ____________________________________________________________________________
29554 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
29555         Log: Subject: [perl #37142] h2xs skips enums with negative values 
29556              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
29557              Date: Sun, 11 Sep 2005 13:33:44 -0700
29558              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
29559      Branch: perl
29560            ! utils/h2xs.PL
29561 ____________________________________________________________________________
29562 [ 25387] By: merijn                                on 2005/09/12  13:26:31
29563         Log: Detection of malloc_size and malloc_good_size
29564      Branch: perl
29565            ! Configure Porting/Glossary config_h.SH handy.h
29566 ____________________________________________________________________________
29567 [ 25383] By: merijn                                on 2005/09/11  13:50:53
29568         Log: Reverted 25364 on authors request
29569      Branch: perl
29570            ! lib/ExtUtils/CBuilder/Base.pm
29571            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
29572 ____________________________________________________________________________
29573 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
29574         Log: Experiment with putting the F<.patch>level into patchlevel.h
29575              (a sure way to accelerate any change to subversion)
29576      Branch: perl
29577            ! cflags.SH patchlevel.h
29578 ____________________________________________________________________________
29579 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
29580         Log: Minor comment fix
29581      Branch: perl
29582            ! hv.h
29583 ____________________________________________________________________________
29584 [ 25365] By: merijn                                on 2005/09/08  07:20:19
29585         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
29586              From: Rick Delaney <rick@bort.ca>
29587              Date: Wed, 7 Sep 2005 22:45:44 -0400
29588              Message-ID: <20050908024544.GA4058@localhost.localdomain>
29589      Branch: perl
29590            ! t/op/local.t
29591 ____________________________________________________________________________
29592 [ 25364] By: merijn                                on 2005/09/08  06:07:53
29593         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
29594              From: "John E. Malmberg" <wb8tyw@qsl.net>
29595              Date: Wed, 07 Sep 2005 19:59:36 -0400
29596              Message-ID: <431F7EE8.3040908@qsl.net>
29597      Branch: perl
29598            ! lib/ExtUtils/CBuilder/Base.pm
29599            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
29600 ____________________________________________________________________________
29601 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
29602         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
29603              Work around it.
29604      Branch: perl
29605            ! lib/Carp/Heavy.pm
29606 ____________________________________________________________________________
29607 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
29608         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
29609              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
29610              Date: Tue, 06 Sep 2005 08:07:14 -0700
29611              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
29612      Branch: perl
29613            ! lib/File/Path.pm
29614 ____________________________________________________________________________
29615 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
29616         Log: Upgrade to Compress::Zlib 1.38
29617      Branch: perl
29618            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
29619            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
29620            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
29621 ____________________________________________________________________________
29622 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
29623         Log: Add a TODO test for bug #37038 - assigning to the match variable
29624              should not corrupt match vars such as $1 and $2
29625      Branch: perl
29626            ! t/op/pat.t
29627 ____________________________________________________________________________
29628 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
29629         Log: Revert Makefile.PL change from #25355
29630      Branch: perl
29631            ! ext/IO/Makefile.PL
29632 ____________________________________________________________________________
29633 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
29634         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
29635              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29636              Date: Fri, 2 Sep 2005 00:05:52 -0700
29637              Message-ID: <20050902070552.GA3992@efn.org>
29638      Branch: perl
29639            ! mg.c t/op/tie.t
29640 ____________________________________________________________________________
29641 [ 25357] By: merijn                                on 2005/09/06  14:10:28
29642         Log: Added amd64 and x86_64 to recognized predefined cpp syms
29643      Branch: perl
29644            ! Configure
29645 ____________________________________________________________________________
29646 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
29647         Log: Upgrade to IO 1.22 from gbarr
29648              - Adjust the regression tests to use t/test.pl from bleadperl
29649              when $ENV{PERL_CORE} is defined
29650              - Add can_ok and isa_ok to t/test.pl from the implementation
29651              found in the IO CPAN distribution
29652      Branch: perl
29653            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
29654            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
29655            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
29656            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
29657            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
29658            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
29659            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
29660            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
29661            ! ext/IO/t/io_utf8.t t/test.pl
29662 ____________________________________________________________________________
29663 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
29664         Log: Subject: regression test for 25352
29665              From: Jim Cromie <jim.cromie@gmail.com>
29666              Date: Sat, 03 Sep 2005 22:38:13 -0600
29667              Message-ID: <431A7A35.6050705@gmail.com>
29668      Branch: perl
29669            ! ext/B/t/optree_specials.t
29670 ____________________________________________________________________________
29671 [ 25353] By: davem                                 on 2005/09/04  09:40:05
29672         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
29673              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
29674              Date:  Thu, 1 Sep 2005 17:41:36 -0700
29675              Message-Id:  <20050902004136.GA2656@efn.org>
29676              
29677              Allow any variant of bison 1.875 to be used
29678      Branch: perl
29679            ! regen_perly.pl
29680 ____________________________________________________________________________
29681 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
29682         Log: Subject: Re: Optree Generation
29683              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29684              Date: Aug 31, 2005 2:18 PM
29685              Message-ID: <20050831121822.GA3464@efn.org>
29686      Branch: perl
29687            ! ext/B/B/Concise.pm
29688 ____________________________________________________________________________
29689 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
29690         Log: Subject: document index() with out of bounds POSITION
29691              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29692              Date: Sep 2, 2005 2:23 PM
29693              Message-ID: <20050902122311.GA3104@efn.org>
29694      Branch: perl
29695            ! pod/perlfunc.pod
29696 ____________________________________________________________________________
29697 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
29698         Log: Really fix the Archive::Tar setup test.
29699              p4 and svn don't behave similarly concerning removal
29700              of empty directories...
29701      Branch: perl
29702            ! lib/Archive/Tar/t/00_setup.t
29703 ____________________________________________________________________________
29704 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
29705         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
29706      Branch: perl
29707            ! lib/Archive/Tar/t/00_setup.t
29708 ____________________________________________________________________________
29709 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
29710         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
29711              From: Robin Barker <Robin.Barker@npl.co.uk>
29712              Date: Thu, 1 Sep 2005 20:09:43 +0100 
29713              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
29714      Branch: perl
29715            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
29716            ! MANIFEST lib/Archive/Tar/t/00_setup.t
29717            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
29718 ____________________________________________________________________________
29719 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
29720         Log: Regression test for the fix in change #25308,
29721              based on code by Troy Loveday
29722      Branch: perl
29723            + ext/Data/Dumper/t/bugs.t
29724            ! MANIFEST
29725 ____________________________________________________________________________
29726 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
29727         Log: Oops, fix threaded build
29728      Branch: perl
29729            ! toke.c
29730 ____________________________________________________________________________
29731 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
29732         Log: Don't list test modules when listing cpan versions
29733      Branch: perl
29734            ! Porting/corecpan.pl
29735 ____________________________________________________________________________
29736 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
29737         Log: Add the "no 6" / "no v6" syntax.
29738      Branch: perl
29739            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
29740            ! proto.h t/comp/use.t toke.c
29741 ____________________________________________________________________________
29742 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
29743         Log: Remove no 6 from the todo list
29744      Branch: perl
29745            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
29746            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
29747 ____________________________________________________________________________
29748 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
29749         Log: Document that Sys::Syslog::openlog might die.
29750              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
29751      Branch: perl
29752            ! ext/Sys/Syslog/Syslog.pm
29753 ____________________________________________________________________________
29754 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
29755         Log: Fix for [perl #37036] perl segfault at 'compile'-time
29756      Branch: perl
29757            ! op.c
29758 ____________________________________________________________________________
29759 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
29760         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
29761              From: "John E. Malmberg" <wb8tyw@qsl.net>
29762              Date: Tue, 30 Aug 2005 22:17:42 -0400
29763              Message-ID: <43151346.4010001@qsl.net>
29764      Branch: perl
29765            ! ext/Devel/Peek/t/Peek.t
29766 ____________________________________________________________________________
29767 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
29768         Log: Clarify the cases where system() returns 1,
29769              per a suggestion of Rick Delaney (bug #36976)
29770      Branch: perl
29771            ! pod/perlfunc.pod
29772 ____________________________________________________________________________
29773 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
29774         Log: Upgrade to PathTools 3.11
29775              (no real changes)
29776      Branch: perl
29777            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
29778 ____________________________________________________________________________
29779 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
29780         Log: Subject: sv-head refactor
29781              From: Jim Cromie <jim.cromie@gmail.com>
29782              Date: Thu, 25 Aug 2005 21:42:44 -0600
29783              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
29784      Branch: perl
29785            ! sv.h
29786 ____________________________________________________________________________
29787 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
29788         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
29789              From: "John E. Malmberg" <wb8tyw@qsl.net>
29790              Date: Sat, 27 Aug 2005 19:54:26 -0400
29791              Message-ID: <4310FD32.70809@qsl.net>
29792      Branch: perl
29793            ! t/op/magic.t
29794 ____________________________________________________________________________
29795 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
29796         Log: Subject: [patch@25334] hv.c vms environment fix.
29797              From: "John E. Malmberg" <wb8tyw@qsl.net>
29798              Date: Sat, 27 Aug 2005 19:20:50 -0400
29799              Message-ID: <4310F552.8050401@qsl.net>
29800      Branch: perl
29801            ! hv.c
29802 ____________________________________________________________________________
29803 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
29804         Log: Upgrade to PathTools 3.10
29805      Branch: perl
29806            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
29807            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
29808            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
29809 ____________________________________________________________________________
29810 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
29811         Log: Fix failure in Archive::Tar tests when perl is built
29812              with -Dmksymlinks
29813      Branch: perl
29814            ! lib/Archive/Tar/t/02_methods.t
29815 ____________________________________________________________________________
29816 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
29817         Log: Revert 25331 (except for the typo fix).
29818      Branch: perl
29819            ! sv.c
29820 ____________________________________________________________________________
29821 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
29822         Log: To make the current implementation of sv_replace sane, we should
29823              assert that the reference count of the target is also 1.
29824              (Given that we're splatting an SV with a reference count of 1 onto
29825              the target)
29826      Branch: perl
29827            ! sv.c
29828 ____________________________________________________________________________
29829 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
29830         Log: Promote the warning about reference miscount in sv_replace to a panic.
29831              TODO - document the panics
29832      Branch: perl
29833            ! sv.c
29834 ____________________________________________________________________________
29835 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
29836         Log: No need to manually set the reference count of a new IO to 1.
29837      Branch: perl
29838            ! gv.c
29839 ____________________________________________________________________________
29840 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
29841         Log: Don't mention redundant usethreads in -V output
29842              Be more consistent in using commas
29843      Branch: perl
29844            ! myconfig.SH
29845 ____________________________________________________________________________
29846 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
29847         Log: Subject: update B::Concise pod to reflect previous changes
29848              From: Jim Cromie <jcromie@divsol.com>
29849              Date: Wed, 24 Aug 2005 11:05:47 -0600
29850              Message-ID: <430CA8EB.3010904@divsol.com>
29851      Branch: perl
29852            ! ext/B/B/Concise.pm
29853 ____________________________________________________________________________
29854 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
29855         Log: Fix miniperl build with threaded perl
29856      Branch: perl
29857            ! util.c
29858 ____________________________________________________________________________
29859 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
29860         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
29861              From: "John Peacock" <jpeacock@rowman.com>
29862              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
29863              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
29864      Branch: perl
29865            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
29866            ! pod/perlapi.pod proto.h t/comp/use.t util.c
29867 ____________________________________________________________________________
29868 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
29869         Log: Unmatched parentheses (thanks to Steve Peters)
29870      Branch: perl
29871            ! pod/perlvar.pod
29872 ____________________________________________________________________________
29873 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
29874         Log: My system produces core.$$ files
29875      Branch: perl
29876            ! Makefile.SH
29877 ____________________________________________________________________________
29878 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
29879         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
29880              From: Rick Delaney <rick@bort.ca>
29881              Date: Mon, 22 Aug 2005 13:00:33 -0400
29882              Message-ID: <20050822170033.GH7674@localhost.localdomain>
29883      Branch: perl
29884            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
29885 ____________________________________________________________________________
29886 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
29887         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
29888              From: "Jan Dubois" <jand@ActiveState.com>
29889              Date: Mon, 22 Aug 2005 15:37:09 -0700
29890              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
29891      Branch: perl
29892            ! win32/ext/Win32/Win32.pm
29893 ____________________________________________________________________________
29894 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
29895         Log: Subject: Re: Documentation change for IPC::Open*.pm
29896              From: Ben Tilly <btilly@gmail.com>
29897              Date: Mon, 22 Aug 2005 08:30:14 -0700
29898              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
29899      Branch: perl
29900            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
29901 ____________________________________________________________________________
29902 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
29903         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
29904              From: Rick Delaney <rick@bort.ca>
29905              Date: Sun, 21 Aug 2005 15:09:57 -0400
29906              Message-ID: <20050821190957.GE7674@localhost.localdomain>
29907      Branch: perl
29908            ! pp_ctl.c t/op/range.t
29909 ____________________________________________________________________________
29910 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
29911         Log: Upgrade to Term::ANSIColor 1.10
29912      Branch: perl
29913            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
29914            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
29915 ____________________________________________________________________________
29916 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
29917         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
29918              From: Michael G Schwern <schwern@pobox.com>
29919              Date: Sun, 21 Aug 2005 00:16:26 -0700
29920              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
29921      Branch: perl
29922            ! lib/CPAN.pm
29923 ____________________________________________________________________________
29924 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
29925         Log: Argh. I've overwritten local changes to ptar with change 25312
29926      Branch: perl
29927            ! lib/Archive/Tar/bin/ptar
29928 ____________________________________________________________________________
29929 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
29930         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
29931              From: Abe Timmerman <abe@ztreet.demon.nl>
29932              Date: Sun, 21 Aug 2005 16:28:42 +0200
29933              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
29934      Branch: perl
29935            ! configure.com
29936 ____________________________________________________________________________
29937 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
29938         Log: Don't install ptar in module tree
29939      Branch: perl
29940            ! installperl
29941 ____________________________________________________________________________
29942 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
29943         Log: Fix typo in file name
29944      Branch: perl
29945            ! MANIFEST
29946 ____________________________________________________________________________
29947 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
29948         Log: Upgrade to Archive::Tar 1.26
29949              Preserve some local typo fixes
29950              Don't load Data::Dumper
29951      Branch: perl
29952            + lib/Archive/Tar/bin/ptardiff
29953            + lib/Archive/Tar/t/04_resolved_issues.t
29954            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
29955            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
29956            ! lib/Archive/Tar/t/02_methods.t
29957 ____________________________________________________________________________
29958 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
29959         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
29960              From: "John E. Malmberg" <wb8tyw@qsl.net>
29961              Message-ID: <4307F348.70603@qsl.net>
29962              Date: Sat, 20 Aug 2005 23:21:44 -0400
29963      Branch: perl
29964            ! t/op/arith.t
29965 ____________________________________________________________________________
29966 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
29967         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
29968              From: "John E. Malmberg" <wb8tyw@qsl.net>
29969              Message-ID: <43080395.50807@qsl.net>
29970              Date: Sun, 21 Aug 2005 00:31:17 -0400
29971      Branch: perl
29972            ! lib/ExtUtils/t/Constant.t
29973 ____________________________________________________________________________
29974 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
29975         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
29976              From: Abigail <abigail@abigail.nl>
29977              Message-ID: <20050723003235.GJ15093@abigail.nl>
29978              Date: Sat, 23 Jul 2005 02:32:35 +0200
29979      Branch: perl
29980            ! ext/POSIX/POSIX.xs
29981 ____________________________________________________________________________
29982 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
29983         Log: Subject: Re: Data::Dumper bug?
29984              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29985              Date: Mon, 8 Aug 2005 20:33:02 -0700
29986              Message-ID: <20050809033301.GA3804@efn.org>
29987      Branch: perl
29988            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
29989 ____________________________________________________________________________
29990 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
29991         Log: Subject: [PATCH] make threads.xs emit warnings properly
29992              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
29993              Date: Aug 7, 2005 7:10 AM
29994              Message-id: <20050807051041.GA3924@ethan>
29995      Branch: perl
29996            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
29997 ____________________________________________________________________________
29998 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
29999         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
30000              From: "John E. Malmberg" <wb8tyw@qsl.net>
30001              Date: Thu, 18 Aug 2005 21:18:27 -0400
30002              Message-ID: <43053363.8090809@qsl.net>
30003      Branch: perl
30004            ! vms/vms.c
30005 ____________________________________________________________________________
30006 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
30007         Log: Subject: make test of perl 5.8.7 failed on icc9
30008              From: YAMASHINA Hio <hio@ymir.co.jp>
30009              Date: Thu, 18 Aug 2005 20:36:57 +0900
30010              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
30011      Branch: perl
30012            ! hints/linux.sh
30013 ____________________________________________________________________________
30014 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
30015         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
30016              From: <jarkko.hietaniemi@nokia.com>
30017              Date: Thu, 18 Aug 2005 13:43:46 +0300
30018              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
30019      Branch: perl
30020            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
30021            ! symbian/TODO symbian/config.pl symbian/config.sh
30022            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
30023 ____________________________________________________________________________
30024 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
30025         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
30026              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
30027              Date: Fri, 12 Aug 2005 00:20:39 +0900
30028              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
30029      Branch: perl
30030            ! t/op/tr.t toke.c
30031 ____________________________________________________________________________
30032 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
30033         Log: Subject: autouse.pm: remove unneeded eval
30034              From: Alexey Tourbin <at@altlinux.ru>
30035              Date: Thu, 18 Aug 2005 08:13:24 +0400
30036              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
30037              
30038              Subject: autouse.pm: check stub, use goto in stub
30039              From: Alexey Tourbin <at@altlinux.ru>
30040              Date: Thu, 18 Aug 2005 09:06:20 +0400
30041              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
30042      Branch: perl
30043            ! lib/autouse.pm
30044 ____________________________________________________________________________
30045 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
30046         Log: FAQ sync
30047      Branch: perl
30048            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
30049            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
30050            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
30051 ____________________________________________________________________________
30052 [ 25300] By: steveh                                on 2005/08/17  14:33:00
30053         Log: Subject: Your bug reports for Time::Local
30054              From: Dave Rolsky <autarch@urth.org>
30055              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
30056              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
30057              
30058              An improvement on change 25287 from Dave Rolsky
30059      Branch: perl
30060            ! lib/Time/Local.t
30061 ____________________________________________________________________________
30062 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
30063         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
30064              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30065              Date: Aug 7, 2005 8:03 PM
30066              Message-ID: <20050807180308.GA2112@efn.org>
30067              
30068              Subject: Re: [perl #36654] Inconsistent treatment of NaN
30069              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30070              Date: Wed, 10 Aug 2005 22:53:51 -0700
30071              Message-ID: <20050811055351.GA2296@efn.org>
30072      Branch: perl
30073            ! numeric.c pod/perlop.pod
30074 ____________________________________________________________________________
30075 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
30076         Log: Upgrade to Time::HiRes 1.73
30077      Branch: perl
30078            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30079 ____________________________________________________________________________
30080 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
30081         Log: Given that we now have a union, there's no need for all the HvARRAY()
30082              casting games.
30083      Branch: perl
30084            ! hv.h sv.h
30085 ____________________________________________________________________________
30086 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
30087         Log: Fix for [perl #36853] -Dx can crash bleadperl
30088              The PL_op_sequence global hash wasn't initialized
30089      Branch: perl
30090            ! dump.c
30091 ____________________________________________________________________________
30092 [ 25295] By: merijn                                on 2005/08/16  07:36:58
30093         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
30094              From: Gisle Aas <gisle@ActiveState.com>
30095              Date: 15 Aug 2005 21:05:22 -0700
30096              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
30097      Branch: perl
30098            ! ext/Time/HiRes/hints/solaris.pl
30099 ____________________________________________________________________________
30100 [ 25294] By: merijn                                on 2005/08/15  09:36:30
30101         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
30102              From: "John E. Malmberg" <wb8tyw@qsl.net>
30103              Date: Sat, 13 Aug 2005 12:20:34 -0400
30104              Message-ID: <42FE1DD2.8050803@qsl.net>
30105      Branch: perl
30106            ! configure.com
30107 ____________________________________________________________________________
30108 [ 25293] By: merijn                                on 2005/08/15  09:34:28
30109         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
30110              From: Abe Timmerman <abe@ztreet.demon.nl>
30111              Date: Sat, 13 Aug 2005 18:16:29 +0200
30112              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
30113      Branch: perl
30114            ! configure.com
30115 ____________________________________________________________________________
30116 [ 25292] By: merijn                                on 2005/08/13  07:38:54
30117         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
30118              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
30119              Date: Fri, 12 Aug 2005 16:31:42 +0100
30120              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
30121      Branch: perl
30122            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
30123            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
30124            ! ext/Compress/Zlib/t/03examples.t
30125 ____________________________________________________________________________
30126 [ 25291] By: merijn                                on 2005/08/13  07:33:46
30127         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
30128              From: "John E. Malmberg" <wb8tyw@qsl.net>
30129              Date: Fri, 12 Aug 2005 13:39:25 -0400
30130              Message-ID: <42FCDECD.8090009@qsl.net>
30131      Branch: perl
30132            ! configure.com
30133 ____________________________________________________________________________
30134 [ 25290] By: merijn                                on 2005/08/13  07:30:05
30135         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
30136              From: "John E. Malmberg" <wb8tyw@qsl.net>
30137              Date: Fri, 12 Aug 2005 23:17:39 -0400
30138              Message-ID: <42FD6653.6010605@qsl.net>
30139      Branch: perl
30140            ! lib/bignum/t/bninfnan.t
30141 ____________________________________________________________________________
30142 [ 25289] By: steveh                                on 2005/08/12  16:13:11
30143         Log: Supply same libs for bcc32 builds as cl and gcc builds have
30144              
30145              It makes life easier for third-party extensions if perl provides a
30146              decent set of libs to link against. cl and gcc builds already have
30147              this (except that gcc was missing one lib), but bcc32 builds only
30148              have one or two libs supplied.  In particular, the ODBC libs
30149              required for building libwin32 were not specified.  One of these
30150              doesn't exist in the Borland lib dirs by default, so generate it
30151              from the DLL if it is missing.
30152      Branch: perl
30153            ! win32/makefile.mk
30154 ____________________________________________________________________________
30155 [ 25288] By: steveh                                on 2005/08/12  15:26:11
30156         Log: Make change 25286 better
30157              
30158              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
30159      Branch: perl
30160            ! win32/win32.c
30161 ____________________________________________________________________________
30162 [ 25287] By: steveh                                on 2005/08/11  11:56:26
30163         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
30164              
30165              See comments at:
30166              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
30167      Branch: perl
30168            ! lib/Time/Local.t
30169 ____________________________________________________________________________
30170 [ 25286] By: steveh                                on 2005/08/11  10:56:12
30171         Log: Silence Win32 compiler warnings following change 25280
30172      Branch: perl
30173            ! win32/win32.c
30174 ____________________________________________________________________________
30175 [ 25285] By: steveh                                on 2005/08/11  09:21:37
30176         Log: Run regen.pl
30177      Branch: perl
30178            ! pod/perlapi.pod proto.h
30179 ____________________________________________________________________________
30180 [ 25284] By: merijn                                on 2005/08/11  07:35:27
30181         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
30182              From: "John E. Malmberg" <wb8tyw@qsl.net>
30183              Date: Wed, 10 Aug 2005 23:26:03 -0400
30184              Message-ID: <42FAC54B.2050207@qsl.net>
30185      Branch: perl
30186            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
30187            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
30188            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
30189            ! utils/c2ph.PL vms/ext/Stdio/test.pl
30190 ____________________________________________________________________________
30191 [ 25283] By: merijn                                on 2005/08/11  07:25:32
30192         Log: Subject: [patch] blead@25282
30193              From: "John E. Malmberg" <wb8tyw@qsl.net>
30194              Date: Wed, 10 Aug 2005 23:47:47 -0400
30195              Message-ID: <42FACA63.4030805@qsl.net>
30196      Branch: perl
30197            ! t/op/exec.t t/run/exit.t
30198 ____________________________________________________________________________
30199 [ 25282] By: merijn                                on 2005/08/10  20:34:03
30200         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
30201              From: Andy Dougherty <doughera@lafayette.edu>
30202              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
30203              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
30204      Branch: perl
30205            ! hints/solaris_2.sh
30206 ____________________________________________________________________________
30207 [ 25281] By: merijn                                on 2005/08/10  11:45:11
30208         Log: Subject: conflicting types for 'Perl_my_popen'
30209              From: Alexey Tourbin <at@altlinux.ru>
30210              Date: Wed, 10 Aug 2005 15:19:15 +0400
30211              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
30212      Branch: perl
30213            ! util.c
30214 ____________________________________________________________________________
30215 [ 25280] By: merijn                                on 2005/08/10  09:14:23
30216         Log: Subject: patch@25279 VMS error handling and const fixes
30217              From: "John E. Malmberg" <wb8tyw@qsl.net>
30218              Date: Wed, 10 Aug 2005 00:37:13 -0400
30219              Message-ID: <42F98479.6030207@qsl.net>
30220      Branch: perl
30221            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
30222            ! vms/vmsish.h
30223 ____________________________________________________________________________
30224 [ 25279] By: merijn                                on 2005/08/09  11:24:54
30225         Log: Subject: [PATCH] Fix a couple of random warnings
30226              From: Steve Peters <steve@fisharerojo.org>
30227              Date: Tue, 9 Aug 2005 06:21:48 -0500
30228              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
30229      Branch: perl
30230            ! nostdio.h perl.c
30231 ____________________________________________________________________________
30232 [ 25278] By: steveh                                on 2005/08/08  16:12:12
30233         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
30234              
30235              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
30236              it supports the ServerAliveInterval config setting which prevents the
30237              ssh client from timing out every so often
30238      Branch: perl
30239            ! Porting/repository.pod
30240 ____________________________________________________________________________
30241 [ 25277] By: merijn                                on 2005/08/08  06:22:38
30242         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
30243              From: Andy Lester <andy@petdance.com>
30244              Date: Sun, 7 Aug 2005 00:59:11 -0500
30245              Message-ID: <20050807055911.GA6384@petdance.com>
30246      Branch: perl
30247            ! embed.fnc op.c
30248 ____________________________________________________________________________
30249 [ 25276] By: merijn                                on 2005/08/08  06:17:33
30250         Log: Subject: Re: [PATCH] undup
30251              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30252              Date: Sun, 07 Aug 2005 14:49:40 +0300
30253              Message-ID: <42F5F554.5020701@gmail.com>
30254      Branch: perl
30255            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
30256 ____________________________________________________________________________
30257 [ 25275] By: davem                                 on 2005/08/07  11:15:32
30258         Log: run regen.pl after change #25274
30259      Branch: perl
30260            ! pod/perlintern.pod
30261 ____________________________________________________________________________
30262 [ 25274] By: merijn                                on 2005/08/07  10:10:12
30263         Log: Subject: [PATCH] undup 
30264              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30265              Date: Sun, 07 Aug 2005 13:28:19 +0300
30266              Message-ID: <42F5E243.80500@gmail.com>
30267      Branch: perl
30268            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
30269            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
30270            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
30271 ____________________________________________________________________________
30272 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
30273         Log: Add files missed in change 25271
30274      Branch: perl
30275            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
30276            + ext/Encode/t/mime_header_iso2022jp.t
30277 ____________________________________________________________________________
30278 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
30279         Log: Clarify docs
30280      Branch: perl
30281            ! ext/PerlIO/encoding/encoding.pm
30282 ____________________________________________________________________________
30283 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
30284         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
30285              by Dan Kogai to fix encoding(utf-8-strict) with partial
30286              characters.
30287      Branch: perl
30288            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
30289            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
30290            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
30291            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
30292            ! ext/Encode/lib/Encode/Config.pm
30293            ! ext/Encode/lib/Encode/MIME/Header.pm
30294            ! ext/PerlIO/encoding/encoding.pm
30295 ____________________________________________________________________________
30296 [ 25270] By: merijn                                on 2005/08/06  15:54:55
30297         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
30298              From: Dominic Dunlop <shouldbedomo@mac.com>
30299              Date: Sat, 6 Aug 2005 17:47:40 +0200
30300              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
30301      Branch: perl
30302            ! pp.c t/op/arith.t
30303 ____________________________________________________________________________
30304 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
30305         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
30306              From: John E. Malmberg <wb8tyw@qsl.net>
30307              Date: Mon, 01 Aug 2005 19:54:22 -0400
30308              Message-ID: <42EEB62E.3020108@qsl.net>
30309      Branch: perl
30310            ! vms/vms.c
30311 ____________________________________________________________________________
30312 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
30313         Log: "thread failed to start" is a severe warning, not a fatal error
30314              as reported by Tassilo von Parseval.
30315      Branch: perl
30316            ! pod/perldiag.pod
30317 ____________________________________________________________________________
30318 [ 25267] By: merijn                                on 2005/08/05  14:13:26
30319         Log: ASCIZ is not a typo
30320      Branch: perl
30321            ! pod/perlfunc.pod
30322 ____________________________________________________________________________
30323 [ 25266] By: merijn                                on 2005/08/05  07:50:40
30324         Log: Subject: [PATCH] Typos in *.p[lm]
30325              From: "Piotr Fusik" <pfusik@op.pl>
30326              Date: Sun, 31 Jul 2005 12:50:04 +0200
30327              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
30328      Branch: perl
30329            ! ext/Encode/lib/Encode/PerlIO.pod
30330            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
30331            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
30332            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
30333            ! pod/perlfunc.pod pod/perltoc.pod
30334 ____________________________________________________________________________
30335 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
30336         Log: VMS debugging help, by John E. Malmberg
30337      Branch: perl
30338            ! vms/descrip_mms.template
30339 ____________________________________________________________________________
30340 [ 25264] By: merijn                                on 2005/08/03  10:30:54
30341         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
30342              From: Dominic Dunlop <shouldbedomo@mac.com>
30343              Date: Wed, 3 Aug 2005 12:19:03 +0200
30344              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
30345      Branch: perl
30346            ! t/op/sprintf.t
30347 ____________________________________________________________________________
30348 [ 25263] By: merijn                                on 2005/08/02  13:59:49
30349         Log: The typo changes from 25261 (of course) altered the MD5's
30350      Branch: perl
30351            ! ext/Digest/MD5/t/files.t
30352 ____________________________________________________________________________
30353 [ 25262] By: merijn                                on 2005/08/02  13:45:35
30354         Log: Typoes from 25261 also in expected for tests
30355      Branch: perl
30356            ! t/pod/pod2usage.xr
30357 ____________________________________________________________________________
30358 [ 25261] By: merijn                                on 2005/08/02  10:39:51
30359         Log: Subject: [PATCH] Typos in *.p[lm]
30360              From: "Piotr Fusik" <pfusik@op.pl>
30361              Date: Sun, 31 Jul 2005 12:50:04 +0200
30362              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
30363      Branch: perl
30364            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
30365            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
30366            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
30367            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
30368            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
30369            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
30370            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
30371            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
30372            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
30373            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
30374            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
30375            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
30376            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
30377            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
30378            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
30379            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
30380            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
30381            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
30382            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
30383            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
30384            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
30385            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
30386            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
30387            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
30388            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
30389            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
30390            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
30391            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
30392            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
30393            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
30394            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
30395            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
30396            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
30397            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
30398            ! wince/comp.pl
30399 ____________________________________________________________________________
30400 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
30401         Log: Document where to find maintainers of dual live modules
30402      Branch: perl
30403            ! pod/perlhack.pod
30404 ____________________________________________________________________________
30405 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
30406         Log: More typo fixes (damn generated pod files)
30407      Branch: perl
30408            ! pad.c
30409 ____________________________________________________________________________
30410 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
30411         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
30412              From: Michael G Schwern <schwern@pobox.com>
30413              Date: Sat, 23 Jul 2005 19:59:29 -0700
30414              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
30415      Branch: perl
30416            ! pod/perlfunc.pod
30417 ____________________________________________________________________________
30418 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
30419         Log: Various patches by John E. Malmberg to fix data
30420              corruption issues on VMS. Back out change 25218 and
30421              the parts of change 25217 that affect pp_ctl.c and
30422              pp_sys.c.
30423      Branch: perl
30424            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
30425            ! vms/vms.c vms/vmsish.h
30426 ____________________________________________________________________________
30427 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
30428         Log: Various patches by John E. Malmberg to fix data
30429              corruption issues on VMS. Back out change 25218 and
30430              the parts of change 25217 that affect pp_ctl.c and
30431              pp_sys.c.
30432      Branch: perl
30433            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
30434            ! vms/vms.c vms/vmsish.h
30435 ____________________________________________________________________________
30436 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
30437         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
30438              From: "John E. Malmberg" <wb8tyw@qsl.net>
30439              Date: Fri, 29 Jul 2005 10:24:15 -0400
30440              Message-ID: <42EA3C0F.9040900@qsl.net>
30441      Branch: perl
30442            ! vms/vms.c
30443 ____________________________________________________________________________
30444 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
30445         Log: Another typo fix
30446      Branch: perl
30447            ! XSUB.h pod/perlapi.pod
30448 ____________________________________________________________________________
30449 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
30450         Log: Subject: [PATCH] POD typos
30451              From: "Piotr Fusik" <pfusik@op.pl>
30452              Date: Sat, 30 Jul 2005 21:54:19 +0200
30453              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
30454      Branch: perl
30455            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
30456            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
30457            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
30458            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
30459            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
30460            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
30461 ____________________________________________________________________________
30462 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
30463         Log: Subject: Re: [perl #36622] y/// at end of file
30464              From: Michael G Schwern <schwern@pobox.com>
30465              Date: Fri, 22 Jul 2005 11:51:15 -0700
30466              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
30467      Branch: perl
30468            ! t/op/tr.t t/test.pl
30469 ____________________________________________________________________________
30470 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
30471         Log: Subject: Re: blead@25210 on OpenVMS (not good)
30472              From: "John E. Malmberg" <wb8tyw@qsl.net>
30473              Date: Sun, 24 Jul 2005 19:09:01 -0400
30474              Message-ID: <42E41F8D.3040306@qsl.net>
30475              
30476              constify Perl_unlnk
30477      Branch: perl
30478            ! embed.fnc perl.h proto.h util.c
30479 ____________________________________________________________________________
30480 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
30481         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
30482              From: "John E. Malmberg" <wb8tyw@qsl.net>
30483              Date: Sun, 31 Jul 2005 23:19:51 -0400
30484              Message-ID: <42ED94D6.7020104@qsl.net>
30485      Branch: perl
30486            ! ext/Compress/Zlib/t/03examples.t
30487 ____________________________________________________________________________
30488 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
30489         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
30490              From: "John E. Malmberg" <wb8tyw@qsl.net>
30491              Date: Sun, 31 Jul 2005 22:18:19 -0400
30492              Message-ID: <42ED866B.3000308@qsl.net>
30493      Branch: perl
30494            ! t/op/pack.t
30495 ____________________________________________________________________________
30496 [ 25248] By: merijn                                on 2005/07/31  15:50:45
30497         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
30498              POSIX::SigRt is not available on use
30499      Branch: perl
30500            ! ext/POSIX/t/sigaction.t
30501 ____________________________________________________________________________
30502 [ 25247] By: merijn                                on 2005/07/31  15:47:51
30503         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
30504              From: Dominic Dunlop <shouldbedomo@mac.com>
30505              Date: Fri, 29 Jul 2005 17:41:59 +0200
30506              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
30507      Branch: perl
30508            ! sv.h
30509 ____________________________________________________________________________
30510 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
30511         Log: Remove the documentation for $#, which has been removed
30512      Branch: perl
30513            ! pod/perlvar.pod
30514 ____________________________________________________________________________
30515 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
30516         Log: Update Changes
30517      Branch: perl
30518            ! Changes
30519 ____________________________________________________________________________
30520 [ 25244] By: steveh                                on 2005/07/29  09:41:38
30521         Log: Skip op/sprintf.t test 147 on MSWin32
30522              ... and fix the skip code so that it actually works ;-)
30523      Branch: perl
30524            ! t/op/sprintf.t
30525 ____________________________________________________________________________
30526 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
30527         Log: Subject: [PATCH] More embed.fnc goodness
30528              From: Andy Lester <andy@petdance.com>
30529              Date: Thu, 28 Jul 2005 14:09:56 -0500
30530              Message-ID: <20050728190956.GB607@petdance.com>
30531      Branch: perl
30532            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
30533            ! regexec.c sv.c util.c
30534 ____________________________________________________________________________
30535 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
30536         Log: Subject: [PATCH] Fix English error in overload.pm
30537              From: Andy Lester <andy@petdance.com>
30538              Date: Thu, 28 Jul 2005 14:10:43 -0500
30539              Message-ID: <20050728191043.GC607@petdance.com>
30540      Branch: perl
30541            ! lib/overload.pm
30542 ____________________________________________________________________________
30543 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
30544         Log: Clarification to the syntax of loop modifiers
30545              by Piotr Fusik
30546      Branch: perl
30547            ! pod/perlfunc.pod
30548 ____________________________________________________________________________
30549 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
30550         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
30551              From: "Green, Paul" <Paul.Green@stratus.com>
30552              Date: Mon, 25 Jul 2005 12:39:32 -0400
30553              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
30554      Branch: perl
30555            ! mg.c
30556 ____________________________________________________________________________
30557 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
30558         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
30559              From: Michael G Schwern <schwern@pobox.com>
30560              Date: Fri, 22 Jul 2005 12:53:34 -0700
30561              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
30562      Branch: perl
30563            ! t/run/fresh_perl.t
30564 ____________________________________________________________________________
30565 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
30566         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
30567              From: Robin Barker <Robin.Barker@npl.co.uk>
30568              Date: Thu, 28 Jul 2005 12:13:13 +0100
30569              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
30570      Branch: perl
30571            ! perl.h
30572 ____________________________________________________________________________
30573 [ 25237] By: merijn                                on 2005/07/28  13:03:09
30574         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
30575              From: Robin Barker <Robin.Barker@npl.co.uk>
30576              Date: Thu, 28 Jul 2005 14:05:51 +0100
30577              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
30578      Branch: perl
30579            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
30580 ____________________________________________________________________________
30581 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
30582         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
30583              From: Robin Barker <Robin.Barker@npl.co.uk>
30584              Date: Thu, 28 Jul 2005 13:57:31 +0100
30585              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
30586      Branch: perl
30587            ! ext/POSIX/POSIX.xs mg.c perl.h
30588 ____________________________________________________________________________
30589 [ 25235] By: merijn                                on 2005/07/28  12:22:27
30590         Log: sprintf now has all but two tests enabled.
30591              the list supports skipping of expected fails
30592              new test for %.0g from Dominic Dunlop
30593      Branch: perl
30594            ! t/op/sprintf.t
30595 ____________________________________________________________________________
30596 [ 25234] By: steveh                                on 2005/07/28  09:10:41
30597         Log: Subject: [PATCH] perlfunc.pod grammar fixes
30598              From: Steve Peters <steve@fisharerojo.org>
30599              Date: Wed, 27 Jul 2005 22:02:13 -0500
30600              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
30601              
30602              (with minor tweaks)
30603      Branch: perl
30604            ! pod/perlfunc.pod
30605 ____________________________________________________________________________
30606 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
30607         Log: Sync change 25229 to .h source files
30608      Branch: perl
30609            ! cv.h pad.h
30610 ____________________________________________________________________________
30611 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
30612         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
30613              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
30614              Date: Wed, 27 Jul 2005 15:43:17 -0700
30615              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
30616              
30617              (except the redundant test)
30618      Branch: perl
30619            ! opcode.h opcode.pl t/lib/warnings/9uninit
30620 ____________________________________________________________________________
30621 [ 25231] By: merijn                                on 2005/07/28  06:48:14
30622         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
30623              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30624              Date: Thu, 28 Jul 2005 10:01:51 +0300
30625              Message-ID: <42E882DF.6020100@gmail.com>
30626              Message-ID: <42E86DE9.6090709@gmail.com>
30627      Branch: perl
30628            ! handy.h hints/dec_osf.sh
30629 ____________________________________________________________________________
30630 [ 25230] By: merijn                                on 2005/07/27  16:28:58
30631         Log: Some signals are more real than others
30632              Also added comment about why the tests are there
30633      Branch: perl
30634            ! ext/POSIX/t/sigaction.t
30635 ____________________________________________________________________________
30636 [ 25229] By: merijn                                on 2005/07/27  16:26:16
30637         Log: Subject: [PATCH] id est is i.e.
30638              From: Steve Peters <steve@fisharerojo.org>
30639              Date: Tue, 26 Jul 2005 20:42:38 -0500
30640              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
30641      Branch: perl
30642            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
30643            ! pod/perlintern.pod
30644 ____________________________________________________________________________
30645 [ 25228] By: merijn                                on 2005/07/26  13:23:10
30646         Log: Use the correct gcc when more than one gcc is installed
30647              Thanks to Campo
30648      Branch: perl
30649            ! hints/aix.sh
30650 ____________________________________________________________________________
30651 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
30652         Log: Subject: [perl #36658] Typo in perlfunc.pod 
30653              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
30654              Date: Tue, 26 Jul 2005 01:07:18 -0700
30655              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
30656      Branch: perl
30657            ! pod/perlfunc.pod
30658 ____________________________________________________________________________
30659 [ 25226] By: steveh                                on 2005/07/25  14:37:41
30660         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
30661              
30662              This was disabled by change 22689 because it was severely broken
30663              at the time.  See the thread starting here:
30664              
30665              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
30666              
30667              The PERL_MALLOC_WRAP code in handy.h has since changed along the
30668              lines of what was discussed in that thread (in particular, by change
30669              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
30670              re-enabled.
30671      Branch: perl
30672            ! win32/config_H.bc
30673 ____________________________________________________________________________
30674 [ 25225] By: steveh                                on 2005/07/25  14:34:12
30675         Log: Ken pointed out that CBuilder's cleanup is too agrressive
30676              
30677              The Windows compile() and link() methods bizarrely include their own
30678              output files in the list of files to be cleaned up.  Now that they
30679              actually are being cleaned up, this isn't ideal ;-)
30680              
30681              Stop compile() and link() from cleaning up their own output, and
30682              reinstate the explicit deletion of those output files in the test
30683              scripts.
30684      Branch: perl
30685            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
30686            ! lib/ExtUtils/CBuilder/t/01-basic.t
30687            ! lib/ExtUtils/CBuilder/t/02-link.t
30688            ! lib/ExtUtils/ParseXS/t/basic.t
30689 ____________________________________________________________________________
30690 [ 25224] By: steveh                                on 2005/07/25  11:53:44
30691         Log: Silence uninitialized value warnings in Net::Cmd
30692              
30693              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
30694      Branch: perl
30695            ! lib/Net/Cmd.pm
30696 ____________________________________________________________________________
30697 [ 25223] By: merijn                                on 2005/07/25  11:47:03
30698         Log: use POSIX might not throw an error. Check for useful values also
30699      Branch: perl
30700            ! ext/POSIX/t/sigaction.t
30701 ____________________________________________________________________________
30702 [ 25222] By: steveh                                on 2005/07/25  11:11:29
30703         Log: Make CBuilder and ParseXS clean up their temp test files
30704      Branch: perl
30705            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
30706            ! lib/ExtUtils/CBuilder/t/01-basic.t
30707            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
30708            ! lib/ExtUtils/ParseXS/t/basic.t
30709 ____________________________________________________________________________
30710 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
30711         Log: Increment the version number of version.pm
30712              (no code changes on CPAN)
30713      Branch: perl
30714            ! lib/version.pm
30715 ____________________________________________________________________________
30716 [ 25220] By: merijn                                on 2005/07/25  08:53:34
30717         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
30718              From: Michael G Schwern <schwern@pobox.com>
30719              Date: Sat, 23 Jul 2005 17:25:18 -0700
30720              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
30721              
30722              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
30723              From: Michael G Schwern <schwern@pobox.com>
30724              Date: Sun, 24 Jul 2005 13:49:25 -0700
30725              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
30726      Branch: perl
30727            ! pod/perlfunc.pod
30728 ____________________________________________________________________________
30729 [ 25219] By: merijn                                on 2005/07/25  08:39:08
30730         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
30731              From: "Piotr Fusik" <pfusik@op.pl>
30732              Date: Sun, 24 Jul 2005 12:55:09 +0200
30733              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
30734      Branch: perl
30735            ! pod/perlfunc.pod
30736 ____________________________________________________________________________
30737 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
30738         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
30739              From: "Craig A. Berry" <craigberry@mac.com>
30740              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
30741              Date: Sun, 24 Jul 2005 17:47:26 -0500
30742      Branch: perl
30743            ! doio.c
30744 ____________________________________________________________________________
30745 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
30746         Log: Subject: [PATCH] blead help for VMS
30747              From: "Craig A. Berry" <craigberry@mac.com>
30748              Message-ID: <42E3FABB.1020900@mac.com>
30749              Date: Sun, 24 Jul 2005 15:31:55 -0500
30750      Branch: perl
30751           +> ext/Compress/Zlib/zlib-src/adler32.c
30752           +> ext/Compress/Zlib/zlib-src/compress.c
30753           +> ext/Compress/Zlib/zlib-src/crc32.c
30754           +> ext/Compress/Zlib/zlib-src/crc32.h
30755           +> ext/Compress/Zlib/zlib-src/deflate.c
30756           +> ext/Compress/Zlib/zlib-src/deflate.h
30757           +> ext/Compress/Zlib/zlib-src/gzio.c
30758           +> ext/Compress/Zlib/zlib-src/infback.c
30759           +> ext/Compress/Zlib/zlib-src/inffast.c
30760           +> ext/Compress/Zlib/zlib-src/inffast.h
30761           +> ext/Compress/Zlib/zlib-src/inffixed.h
30762           +> ext/Compress/Zlib/zlib-src/inflate.c
30763           +> ext/Compress/Zlib/zlib-src/inflate.h
30764           +> ext/Compress/Zlib/zlib-src/inftrees.c
30765           +> ext/Compress/Zlib/zlib-src/inftrees.h
30766           +> ext/Compress/Zlib/zlib-src/trees.c
30767           +> ext/Compress/Zlib/zlib-src/trees.h
30768           +> ext/Compress/Zlib/zlib-src/uncompr.c
30769           +> ext/Compress/Zlib/zlib-src/zconf.h
30770           +> ext/Compress/Zlib/zlib-src/zlib.h
30771           +> ext/Compress/Zlib/zlib-src/zutil.c
30772           +> ext/Compress/Zlib/zlib-src/zutil.h
30773            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
30774            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
30775            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
30776            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
30777            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
30778            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
30779            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
30780            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
30781            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
30782            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
30783            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
30784            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
30785            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
30786            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
30787            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
30788            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
30789            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
30790            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
30791            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
30792            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
30793            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
30794            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
30795            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
30796            ! vms/gen_shrfls.pl
30797 ____________________________________________________________________________
30798 [ 25216] By: steveh                                on 2005/07/22  16:53:11
30799         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
30800              
30801              Trawling through all these config files, I think I've found the
30802              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
30803              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
30804              lseeksize and lseektype were set to 8 and __int64, but Borland's
30805              <io.h> suggests that they should be 4 and long respectively.
30806              
30807              Changing them accordingly makes all tests pass. And I see that
30808              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
30809              presumably to cope with this difference?
30810      Branch: perl
30811            ! win32/config.bc
30812 ____________________________________________________________________________
30813 [ 25215] By: steveh                                on 2005/07/22  16:36:41
30814         Log: Tweak the canned win32/config.* files
30815              
30816              uselargefiles, usemultiplicity, useperlio and useithreads are now
30817              off in the canned win32/config_H.* files, so change these to match.
30818              
30819              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
30820              which don't actually work since no such CFG_VARS are passed in to
30821              config_sh.PL. (The useperlio and usesitecustomize entries actually
30822              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
30823      Branch: perl
30824            ! win32/config.bc win32/config.gc win32/config.vc
30825            ! win32/config.vc64
30826 ____________________________________________________________________________
30827 [ 25214] By: steveh                                on 2005/07/22  14:22:38
30828         Log: Add missing entries to win32/config.*
30829              
30830              No existing entries changed, just adding some missing ones based
30831              on Porting/config.sh
30832      Branch: perl
30833            ! win32/config.bc win32/config.gc win32/config.vc
30834            ! win32/config.vc64
30835 ____________________________________________________________________________
30836 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
30837         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
30838              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
30839              Date: Wed, 20 Jul 2005 18:26:23 -0700
30840              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
30841      Branch: perl
30842            ! pod/perlfunc.pod
30843 ____________________________________________________________________________
30844 [ 25212] By: steveh                                on 2005/07/22  10:32:02
30845         Log: Tidy up options / defines output from makedef.pl
30846              and change Win32-specific comments to say "On Win32 ..." now
30847              that AIX is using the same code too
30848      Branch: perl
30849            ! makedef.pl
30850 ____________________________________________________________________________
30851 [ 25211] By: steveh                                on 2005/07/22  10:29:51
30852         Log: Silence Win32 warnings when not using USE_LARGE_FILES
30853      Branch: perl
30854            ! win32/win32.c
30855 ____________________________________________________________________________
30856 [ 25210] By: merijn                                on 2005/07/21  17:40:06
30857         Log: I *DO* have AIX, and extending #25209 like this make it happy again
30858              Thank you Steve!
30859      Branch: perl
30860            ! makedef.pl
30861 ____________________________________________________________________________
30862 [ 25209] By: steveh                                on 2005/07/21  17:01:33
30863         Log: Make makedef.pl read "miniperl -V" on Win32
30864              
30865              Perhaps other platforms that use makedef.pl also need a similar
30866              change (currently required to pick up PERL_DONT_CREATE_GVSV),
30867              but it also requires them to have minimal canned configs (if they
30868              are using canned configs like Win32 does) and I don't have any
30869              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
30870              NetWare) for testing, so play it safe instead
30871      Branch: perl
30872            ! makedef.pl
30873 ____________________________________________________________________________
30874 [ 25208] By: steveh                                on 2005/07/21  16:50:27
30875         Log: Make the canned config.h files used on Win32 more minimal
30876              
30877              These are used in their unedited form to build miniperl, so should
30878              represent a minimal configuration
30879              
30880              The plan is to use miniperl's "-V" output in makedef.pl, so it is
30881              important that it doesn't include any of the optional things in the
30882              makefiles that the user might have chosen to disable
30883              
30884              (The actual config.h used to build perl itself is, of course, an
30885              edited version of these canned configs produced by using miniperl
30886              to run config_h.PL so these changes won't affect perl itself)
30887      Branch: perl
30888            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30889            ! win32/config_H.vc64
30890 ____________________________________________________________________________
30891 [ 25207] By: merijn                                on 2005/07/21  15:41:39
30892         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
30893              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30894              Date: Thu, 21 Jul 2005 18:33:22 +0300
30895              Message-ID: <42DFC042.1090201@gmail.com>
30896      Branch: perl
30897            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
30898 ____________________________________________________________________________
30899 [ 25206] By: steveh                                on 2005/07/21  14:20:06
30900         Log: Rearrange win32/config_H.* to match config_h.SH
30901              
30902              No actual changes, just reordering the contents of the files so that
30903              diff works better.
30904      Branch: perl
30905            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30906            ! win32/config_H.vc64
30907 ____________________________________________________________________________
30908 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
30909         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
30910              From: "Paul Marquess" <paul.marquess@ntlworld.com>
30911              Date: Thu, 21 Jul 2005 10:06:06 +0100
30912              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
30913      Branch: perl
30914            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
30915            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
30916            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
30917            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
30918            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
30919            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
30920            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
30921            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
30922            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
30923            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
30924            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
30925            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
30926            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
30927            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
30928            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
30929            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
30930            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
30931            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
30932            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
30933            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
30934            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
30935            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
30936            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
30937            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
30938            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
30939            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
30940            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
30941            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
30942            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
30943            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
30944            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
30945            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
30946            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
30947            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
30948            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
30949            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
30950            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
30951            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
30952            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
30953            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
30954            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
30955            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
30956            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
30957            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
30958            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
30959            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
30960            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
30961 ____________________________________________________________________________
30962 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
30963         Log: Remove :base_io from the set of default "safe" opcodes.
30964              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
30965              that allows access to any file" but introduces a backward
30966              compatibility issue.
30967      Branch: perl
30968            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
30969 ____________________________________________________________________________
30970 [ 25203] By: steveh                                on 2005/07/20  13:59:18
30971         Log: Fix definition of Perl_sighandler following change 25200
30972      Branch: perl
30973            ! mg.c
30974 ____________________________________________________________________________
30975 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
30976         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
30977              From: Steve Peters <steve@fisharerojo.org>
30978              Date: Wed, 20 Jul 2005 08:06:38 -0500
30979              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
30980      Branch: perl
30981            ! t/op/vec.t
30982 ____________________________________________________________________________
30983 [ 25201] By: steveh                                on 2005/07/20  13:08:54
30984         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
30985      Branch: perl
30986            ! pad.c
30987 ____________________________________________________________________________
30988 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
30989         Log: Subject: [PATCH] support POSIX SA_SIGINFO
30990              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
30991              Date: Wed, 20 Jul 2005 14:40:54 +0300
30992              Message-ID: <42DE3846.6050606@gmail.com>
30993      Branch: perl
30994            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
30995            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
30996            ! util.c
30997 ____________________________________________________________________________
30998 [ 25199] By: steveh                                on 2005/07/20  12:11:56
30999         Log: Silence warnings about NSIG redefinition on Win32
31000              
31001              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
31002              too, which it currently only does for DJGPP)
31003      Branch: perl
31004            ! dosish.h
31005 ____________________________________________________________________________
31006 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
31007         Log: Remove obsolete error messages
31008      Branch: perl
31009            ! pod/perldiag.pod
31010 ____________________________________________________________________________
31011 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
31012         Log: croak() accepts Nullch as a parameter.
31013              (spotted by Stas Bekman)
31014      Branch: perl
31015            ! embed.fnc proto.h
31016 ____________________________________________________________________________
31017 [ 25196] By: steveh                                on 2005/07/20  10:36:20
31018         Log: Fix Newz() backwards-compatibility macro
31019      Branch: perl
31020            ! handy.h
31021 ____________________________________________________________________________
31022 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
31023         Log: Remove :unique attribute from Config.pm,
31024              until we find a better implementation of it (or
31025              remove it). See [perl #36375].
31026      Branch: perl
31027            ! configpm
31028 ____________________________________________________________________________
31029 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
31030         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
31031              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
31032              Date: Wed, 20 Jul 2005 10:43:11 +0200
31033              Message-id: <20050720084311.GA20332@ethan>
31034      Branch: perl
31035            ! pp_hot.c t/op/sub_lval.t
31036 ____________________________________________________________________________
31037 [ 25193] By: steveh                                on 2005/07/20  09:00:29
31038         Log: Exit test script (if we're going to) *before* declaring a plan
31039      Branch: perl
31040            ! ext/POSIX/t/sigaction.t
31041 ____________________________________________________________________________
31042 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
31043         Log: Subject: [PATCH] RE: rebuilding lib/Config*
31044              From: Robin Barker <Robin.Barker@npl.co.uk>
31045              Date: Jul 14, 2005 3:27 PM
31046              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
31047      Branch: perl
31048            ! Makefile.SH
31049 ____________________________________________________________________________
31050 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
31051         Log: Subject: [PATCH] move NSIG logic
31052              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31053              Date: Wed, 20 Jul 2005 09:57:44 +0300
31054              Message-ID: <42DDF5E8.1060100@gmail.com>
31055      Branch: perl
31056            ! handy.h perl.h
31057 ____________________________________________________________________________
31058 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
31059         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
31060              (Certainly where there is AUTOLOADing and XS)
31061              Hopefully *this* fixes the POSIX breakage.
31062      Branch: perl
31063            ! ext/POSIX/POSIX.pm
31064 ____________________________________________________________________________
31065 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
31066         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
31067              (Certainly where there is AUTOLOADing and XS)
31068              Hopefully this fixes the POSIX breakage.
31069      Branch: perl
31070            ! ext/POSIX/POSIX.xs
31071 ____________________________________________________________________________
31072 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
31073         Log: XS constants fail when their value is called for, not at import.
31074              This might be construed as a bug. Fixing is probably a greater evil.
31075      Branch: perl
31076            ! ext/POSIX/t/sigaction.t
31077 ____________________________________________________________________________
31078 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
31079         Log: Extend the the "our variable redeclared" warning to the case:
31080              our $x; our $x;
31081              and add more tests
31082      Branch: perl
31083            ! pad.c t/lib/strict/vars t/lib/warnings/pad
31084 ____________________________________________________________________________
31085 [ 25186] By: steveh                                on 2005/07/19  13:25:42
31086         Log: Fix test following change #25181
31087      Branch: perl
31088            ! lib/Pod/t/htmlview.t
31089 ____________________________________________________________________________
31090 [ 25185] By: merijn                                on 2005/07/19  11:06:22
31091         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
31092              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31093              Date: Tue, 19 Jul 2005 12:06:00 +0300
31094              Message-ID: <42DCC278.2010009@gmail.com>
31095      Branch: perl
31096            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
31097            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
31098            ! handy.h
31099 ____________________________________________________________________________
31100 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
31101         Log: Fix strict test to go with the precedent warning change
31102      Branch: perl
31103            ! t/lib/strict/vars
31104 ____________________________________________________________________________
31105 [ 25181] By: steveh                                on 2005/07/19  10:07:46
31106         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
31107              From: Earl Hood (via RT) <perlbug-followup@perl.org>
31108              Date: Tue, 12 Jul 2005 23:55:28 -0700
31109              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
31110              
31111              (with old code deleted rather than commented out)
31112      Branch: perl
31113            ! lib/Pod/Html.pm
31114 ____________________________________________________________________________
31115 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
31116         Log: Silence new (expected) warnings
31117      Branch: perl
31118            ! t/op/mydef.t
31119 ____________________________________________________________________________
31120 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
31121         Log: Overhaul the semantics of the warning
31122              ""%s" variable %s masks earlier declaration",
31123              based on a patch by Rick Delaney. Now we have :
31124              my $x;   my $x; # warns
31125              my $x;  our $x; # warns
31126              our $x;  my $x; # warns
31127              our $x; our $x; # silent
31128      Branch: perl
31129            ! pad.c t/lib/warnings/pad
31130 ____________________________________________________________________________
31131 [ 25178] By: merijn                                on 2005/07/19  05:42:52
31132         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
31133              From: Steve Peters <steve@fisharerojo.org>
31134              Date: Mon, 18 Jul 2005 22:59:19 -0500
31135              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
31136      Branch: perl
31137            ! pp_sys.c
31138 ____________________________________________________________________________
31139 [ 25177] By: davem                                 on 2005/07/19  01:16:09
31140         Log: Subject:  Re: [PATCH] Faster **
31141              From:      "Piotr Fusik" <pfusik@op.pl>
31142              Date:      Fri, 24 Jun 2005 12:47:40 +0200
31143              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
31144      Branch: perl
31145            ! pp.c
31146 ____________________________________________________________________________
31147 [ 25176] By: davem                                 on 2005/07/19  01:05:18
31148         Log: the "local @foo with $#foo" tests are no longer TODO
31149      Branch: perl
31150            ! t/op/array.t
31151 ____________________________________________________________________________
31152 [ 25174] By: steveh                                on 2005/07/18  16:53:21
31153         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
31154              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
31155              Date: Mon, 18 Jul 2005 18:35:09 +0200
31156              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
31157      Branch: perl
31158            ! perl.h
31159 ____________________________________________________________________________
31160 [ 25173] By: merijn                                on 2005/07/18  16:37:11
31161         Log: Subject: Re: AIX 5.2 localtime bug attack
31162              From: Campo Weijerman <rfc822@nl.ibm.com>
31163              Date: Mon, 18 Jul 2005 17:34:55 +0200
31164              Message-ID: <20050718153455.GA29381@python>
31165              
31166              mday++ is also wday++ and yday++
31167      Branch: perl
31168            ! pp_sys.c
31169 ____________________________________________________________________________
31170 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
31171         Log: Subject: [PATCH] The continuing plod through embed.fnc
31172              From: Andy Lester <andy@petdance.com>
31173              Date: Mon, 18 Jul 2005 10:37:38 -0500
31174              Message-ID: <20050718153738.GB20193@petdance.com>
31175      Branch: perl
31176            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
31177            ! regcomp.c utf8.c
31178 ____________________________________________________________________________
31179 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
31180         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
31181              From: Robin Barker <Robin.Barker@npl.co.uk>
31182              Date: Jul 14, 2005 2:31 PM
31183              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
31184      Branch: perl
31185            ! perl.h sv.c t/op/sprintf.t
31186 ____________________________________________________________________________
31187 [ 25170] By: merijn                                on 2005/07/18  11:02:01
31188         Log: tests are expected to fail if dirfd () does not exist
31189              make the tests to expect failures in that case
31190      Branch: perl
31191            ! t/op/chdir.t
31192 ____________________________________________________________________________
31193 [ 25169] By: merijn                                on 2005/07/18  10:27:06
31194         Log: 1. Typo detected by Schwern (#25151)
31195              2. Added proza about patches (#25152)
31196              3. dirfd got the wrong define based on previous tests (#25168)
31197      Branch: perl
31198            ! Configure
31199 ____________________________________________________________________________
31200 [ 25167] By: steveh                                on 2005/07/18  09:54:58
31201         Log: Silence compiler warning following change 25157
31202              
31203              (DIE returns Perl_die's return value which is an OP*, not the I32
31204              that Perl_apply is expected to return)
31205      Branch: perl
31206            ! doio.c
31207 ____________________________________________________________________________
31208 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
31209         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
31210              From: Rick Delaney <rick@bort.ca>
31211              Date: Jul 14, 2005 4:10 PM
31212              Message-ID: <20050714141059.GF19090@localhost.localdomain>
31213      Branch: perl
31214            + t/op/regexp_qr_embed.t
31215            ! MANIFEST t/op/regexp.t
31216 ____________________________________________________________________________
31217 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
31218         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
31219              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31220              Date: Sun, 17 Jul 2005 11:38:05 +0900
31221              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
31222      Branch: perl
31223            ! pod/perlop.pod
31224 ____________________________________________________________________________
31225 [ 25164] By: steveh                                on 2005/07/18  08:38:27
31226         Log: Subject: Re: Why does our() cross packages? (PATCH)
31227              From: Michael G Schwern <schwern@pobox.com>
31228              Date: Fri, 15 Jul 2005 14:35:18 -0700
31229              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
31230              
31231              (with minor tweaks suggested in subsequent posts)
31232      Branch: perl
31233            ! pod/perlfunc.pod
31234 ____________________________________________________________________________
31235 [ 25163] By: davem                                 on 2005/07/18  00:16:31
31236         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
31237      Branch: perl
31238            ! pp_ctl.c
31239 ____________________________________________________________________________
31240 [ 25162] By: davem                                 on 2005/07/17  22:07:14
31241         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
31242              Spotted by Gisle Aas.
31243      Branch: perl
31244            ! t/op/stat.t
31245 ____________________________________________________________________________
31246 [ 25161] By: davem                                 on 2005/07/17  20:54:15
31247         Log: document what can be assigned to a shared scalar
31248      Branch: perl
31249            ! ext/threads/shared/shared.pm
31250 ____________________________________________________________________________
31251 [ 25160] By: davem                                 on 2005/07/17  20:12:54
31252         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
31253      Branch: perl
31254            ! t/op/goto.t util.c
31255 ____________________________________________________________________________
31256 [ 25159] By: davem                                 on 2005/07/17  19:02:10
31257         Log: change #25129 was overzealous in delaying the call to ckWARN
31258      Branch: perl
31259            ! doio.c pp_hot.c toke.c
31260 ____________________________________________________________________________
31261 [ 25158] By: merijn                                on 2005/07/16  13:20:09
31262         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
31263              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
31264              Date: Sat, 16 Jul 2005 22:05:13 +0900
31265              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
31266      Branch: perl
31267            ! doop.c t/op/chop.t
31268 ____________________________________________________________________________
31269 [ 25157] By: merijn                                on 2005/07/16  08:07:44
31270         Log: Subject: Re: fchmod, fchown, fchdir
31271              From: Gisle Aas <gisle@ActiveState.com>
31272              Date: 15 Jul 2005 02:32:50 -0700
31273              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
31274              
31275              + Schwern's ok -> like changes
31276      Branch: perl
31277            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
31278            ! t/op/chdir.t
31279 ____________________________________________________________________________
31280 [ 25156] By: steveh                                on 2005/07/15  16:30:05
31281         Log: Subject: [PATCH] more embed cleanup
31282              From: Andy Lester <andy@petdance.com>
31283              Date: Fri, 15 Jul 2005 10:51:15 -0500
31284              Message-ID: <20050715155115.GC29983@petdance.com>
31285              
31286              (and run regen.pl)
31287      Branch: perl
31288            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
31289            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
31290 ____________________________________________________________________________
31291 [ 25155] By: steveh                                on 2005/07/15  15:50:38
31292         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
31293              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31294              Date: Fri, 15 Jul 2005 02:11:29 -0700
31295              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
31296              
31297              (and bump $CPAN::FirstTime::VERSION)
31298      Branch: perl
31299            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
31300 ____________________________________________________________________________
31301 [ 25153] By: steveh                                on 2005/07/15  15:35:55
31302         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
31303              From: Michael G Schwern <schwern@pobox.com>
31304              Date: Wed, 13 Jul 2005 15:57:39 -0700
31305              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
31306              
31307              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
31308              From: Rick Delaney <rick@bort.ca>
31309              Date: Wed, 13 Jul 2005 20:24:56 -0400
31310              Message-ID: <20050714002456.GD19090@localhost.localdomain>
31311      Branch: perl
31312            ! ext/B/B/Deparse.pm t/op/inc.t
31313 ____________________________________________________________________________
31314 [ 25150] By: steveh                                on 2005/07/15  10:35:55
31315         Log: Fix static extensions when building with nmake on Win32
31316              
31317              They were broken because change 24806 forgot to add -DWITH_STATIC
31318              to the recipe for compiling perllib.c which meant that perllibst.h
31319              was not included and hence although they built OK, the static
31320              extensions could not actually be used!
31321              
31322              In fact, since perllibst.h is always created (it is more or less
31323              empty when static extensions are not being used), there is no need
31324              for -DWITH_STATIC at all. So rather than adding it to Makefile,
31325              just drop it from makefile.mk and perllib.c.
31326              
31327              Also add the missing cleanup of perllibst.h to Makefile.
31328      Branch: perl
31329            ! win32/Makefile win32/makefile.mk win32/perllib.c
31330 ____________________________________________________________________________
31331 [ 25149] By: steveh                                on 2005/07/15  09:04:57
31332         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
31333              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31334              Date: Thu, 14 Jul 2005 16:57:45 -0700
31335              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
31336              
31337              (with minor tweaks)
31338      Branch: perl
31339            ! pod/perlop.pod
31340 ____________________________________________________________________________
31341 [ 25148] By: steveh                                on 2005/07/15  07:48:31
31342         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
31343              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31344              Date: Thu, 14 Jul 2005 19:10:51 -0700
31345              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
31346      Branch: perl
31347            ! pod/perlfunc.pod
31348 ____________________________________________________________________________
31349 [ 25147] By: steveh                                on 2005/07/15  07:44:32
31350         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
31351              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31352              Date: Tue, 12 Jul 2005 00:00:17 -0700
31353              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
31354              
31355              (with spaces trimmed from username too)
31356      Branch: perl
31357            ! lib/CPAN/FirstTime.pm
31358 ____________________________________________________________________________
31359 [ 25146] By: merijn                                on 2005/07/15  07:33:01
31360         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
31361              From: Michael G Schwern <schwern@pobox.com>
31362              Date: Fri, 15 Jul 2005 00:49:12 -0700
31363              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
31364      Branch: perl
31365            ! t/op/universal.t
31366 ____________________________________________________________________________
31367 [ 25145] By: merijn                                on 2005/07/15  06:49:16
31368         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
31369              From: Matt Sergeant <matt@sergeant.org>
31370              Date: Thu, 14 Jul 2005 16:53:03 -0400
31371              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
31372      Branch: perl
31373            ! ext/NDBM_File/NDBM_File.pm
31374 ____________________________________________________________________________
31375 [ 25144] By: merijn                                on 2005/07/15  06:33:21
31376         Log: Subject: Typo in t/op/stat.t
31377              From: Gisle Aas <gisle@ActiveState.com>
31378              Date: 14 Jul 2005 23:20:18 -0700
31379              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
31380      Branch: perl
31381            ! t/op/stat.t
31382 ____________________________________________________________________________
31383 [ 25143] By: steveh                                on 2005/07/14  16:08:00
31384         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
31385              From: Michael G Schwern <schwern@pobox.com>
31386              Date: Tue, 12 Jul 2005 15:51:18 -0700
31387              Message-ID: <20050712225118.GA944@windhund.schwern.org>
31388              
31389              (and update SKIP counts)
31390      Branch: perl
31391            ! lib/File/Copy.pm lib/File/Copy.t
31392 ____________________________________________________________________________
31393 [ 25142] By: steveh                                on 2005/07/14  08:12:11
31394         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
31395              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31396              Date: Mon, 11 Jul 2005 22:41:06 -0700
31397              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
31398      Branch: perl
31399            ! lib/CPAN.pm
31400 ____________________________________________________________________________
31401 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
31402         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
31403              From: John Peacock <jpeacock@rowman.com>
31404              Message-ID: <42D55C46.5030905@rowman.com>
31405              Date: Wed, 13 Jul 2005 14:24:06 -0400
31406      Branch: perl
31407            ! universal.c
31408 ____________________________________________________________________________
31409 [ 25140] By: merijn                                on 2005/07/13  17:22:07
31410         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
31411              From: "Steve Peters via RT" <perlbug-followup@perl.org>
31412              Date: Wed, 13 Jul 2005 06:51:45 -0700
31413              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
31414      Branch: perl
31415            ! t/op/groups.t
31416 ____________________________________________________________________________
31417 [ 25139] By: merijn                                on 2005/07/13  16:52:48
31418         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
31419              From: Steve Peters <steve@fisharerojo.org>
31420              Date: Fri, 8 Jul 2005 16:42:56 -0500
31421              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
31422      Branch: perl
31423            ! t/io/dup.t t/io/open.t
31424 ____________________________________________________________________________
31425 [ 25138] By: merijn                                on 2005/07/13  16:37:48
31426         Log: Subject: [PATCH] More embed.fnc plowing
31427              From: Andy Lester <andy@petdance.com>
31428              Date: Wed, 13 Jul 2005 10:49:19 -0500
31429              Message-ID: <20050713154919.GA24586@petdance.com>
31430      Branch: perl
31431            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
31432            ! proto.h toke.c
31433 ____________________________________________________________________________
31434 [ 25137] By: merijn                                on 2005/07/13  16:27:43
31435         Log: Subject: [PATCH] Error in earlier patch in sv.c
31436              From: Robin Barker <Robin.Barker@npl.co.uk>
31437              Date: Wed, 13 Jul 2005 17:29:48 +0100
31438              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
31439      Branch: perl
31440            ! sv.c t/op/sprintf.t
31441 ____________________________________________________________________________
31442 [ 25136] By: steveh                                on 2005/07/13  13:39:44
31443         Log: Make -V "Compile-time options" list everything used in makedef.pl
31444      Branch: perl
31445            ! perl.c
31446 ____________________________________________________________________________
31447 [ 25135] By: steveh                                on 2005/07/13  09:48:10
31448         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
31449              From: David Manura <dm.list@math2.org>
31450              Date: Wed, 21 Jan 2004 20:59:27 -0500
31451              Message-ID: <400F2E7F.9090601@math2.org>
31452              
31453              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
31454              included in perl #25157.
31455      Branch: perl
31456            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
31457            ! lib/Text/Balanced/t/extqlk.t
31458 ____________________________________________________________________________
31459 [ 25134] By: steveh                                on 2005/07/13  09:23:37
31460         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
31461              From: Tels <nospam-abuse@bloodgate.com>
31462              Date: Sat, 9 Jul 2005 23:10:29 +0200
31463              Message-Id: <200507092310.30592@bloodgate.com>
31464              
31465              (with minor tweaks)
31466      Branch: perl
31467            ! lib/Text/Balanced.pm
31468 ____________________________________________________________________________
31469 [ 25133] By: steveh                                on 2005/07/13  08:34:53
31470         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
31471              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31472              Date: Tue, 12 Jul 2005 00:16:49 -0700
31473              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
31474              
31475              (and remove a couple of unused variables)
31476      Branch: perl
31477            ! lib/CPAN.pm
31478 ____________________________________________________________________________
31479 [ 25132] By: steveh                                on 2005/07/13  07:52:21
31480         Log: Subject: [perl #24275] CPAN shell - online help not clear 
31481              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31482              Date: Mon, 11 Jul 2005 23:32:12 -0700
31483              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
31484      Branch: perl
31485            ! lib/CPAN.pm
31486 ____________________________________________________________________________
31487 [ 25131] By: merijn                                on 2005/07/13  06:37:41
31488         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
31489              From: Michael G Schwern <schwern@pobox.com>
31490              Date: Tue, 12 Jul 2005 13:18:34 -0700
31491              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
31492      Branch: perl
31493            ! ext/IO/lib/IO/Socket.pm
31494 ____________________________________________________________________________
31495 [ 25130] By: merijn                                on 2005/07/13  06:27:48
31496         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
31497              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31498              Date: Tue, 12 Jul 2005 15:36:54 -0700
31499              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
31500      Branch: perl
31501            ! lib/dumpvar.pl
31502 ____________________________________________________________________________
31503 [ 25129] By: davem                                 on 2005/07/13  00:21:13
31504         Log: make the expensive ckWARN() be called as late as possible
31505              reorganise
31506              if (ckWARN(FOO) && should_not_happen_condition)
31507              to
31508              if (should_not_happen_condition && ckWARN(FOO))
31509      Branch: perl
31510            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
31511            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
31512 ____________________________________________________________________________
31513 [ 25128] By: davem                                 on 2005/07/12  18:46:34
31514         Log: Subject: Make PERL_MEM_LOG more portable.
31515              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
31516              Date:  Mon, 11 Jul 2005 15:29:46 +0300
31517              Message-Id:  <42D2663A.4050204@gmail.com>
31518      Branch: perl
31519            ! handy.h pod/perlhack.pod util.c
31520 ____________________________________________________________________________
31521 [ 25127] By: davem                                 on 2005/07/12  18:29:43
31522         Log: S_pad_findlex has side effects, so its return value may be ignored
31523      Branch: perl
31524            ! embed.fnc pad.c proto.h
31525 ____________________________________________________________________________
31526 [ 25126] By: davem                                 on 2005/07/12  18:15:48
31527         Log: get_?v have side effects, so their return values may be ignored
31528      Branch: perl
31529            ! embed.fnc proto.h
31530 ____________________________________________________________________________
31531 [ 25125] By: steveh                                on 2005/07/12  16:30:16
31532         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
31533              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31534              Date: Mon, 11 Jul 2005 23:24:56 -0700
31535              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
31536      Branch: perl
31537            ! lib/CPAN.pm
31538 ____________________________________________________________________________
31539 [ 25124] By: steveh                                on 2005/07/12  16:18:22
31540         Log: Subject: [perl #17487] ncftp only handles http 
31541              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31542              Date: Mon, 11 Jul 2005 23:19:06 -0700
31543              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
31544              
31545              (and bump $VERSION (1.76_01 is a CPAN release already))
31546      Branch: perl
31547            ! lib/CPAN.pm
31548 ____________________________________________________________________________
31549 [ 25123] By: steveh                                on 2005/07/12  13:19:51
31550         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
31551              From: Steve Hay <steve.hay@uk.radan.com>
31552              Date: Mon, 11 Jul 2005 13:29:37 +0100
31553              Message-ID: <42D26631.1070500@uk.radan.com>
31554      Branch: perl
31555            ! sv.c
31556 ____________________________________________________________________________
31557 [ 25122] By: steveh                                on 2005/07/12  11:42:07
31558         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
31559              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31560              Date: Mon, 11 Jul 2005 19:16:10 -0700
31561              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
31562      Branch: perl
31563            ! lib/File/Copy.t
31564 ____________________________________________________________________________
31565 [ 25121] By: steveh                                on 2005/07/12  11:33:01
31566         Log: Subject: [PATCH] Cleanup File::Copy tests
31567              From: Michael G Schwern <schwern@pobox.com>
31568              Date: Mon, 11 Jul 2005 18:45:42 -0700
31569              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
31570              
31571              (and fix the SKIP: {} blocks to say $how_many)
31572      Branch: perl
31573            ! lib/File/Copy.t
31574 ____________________________________________________________________________
31575 [ 25120] By: steveh                                on 2005/07/12  11:03:55
31576         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
31577              From: Michael G Schwern <schwern@pobox.com>
31578              Date: Mon, 11 Jul 2005 17:35:14 -0700
31579              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
31580      Branch: perl
31581            ! lib/File/Copy.pm
31582 ____________________________________________________________________________
31583 [ 25119] By: steveh                                on 2005/07/12  09:01:11
31584         Log: Missed a New() -> Newx().
31585              
31586              This one only had 3 args to start with! Presumably nobody uses
31587              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
31588              but someone else that is interested in YYERROR_VERBOSE will have
31589              to look into that.)
31590      Branch: perl
31591            ! perly.c
31592 ____________________________________________________________________________
31593 [ 25118] By: steveh                                on 2005/07/12  08:46:13
31594         Log: Hack out -DL documentation from perldebuguts.pod
31595              
31596              Now that the perl core uses Newx*() rather than New*() this chunk
31597              of old documentation is more obsolete than ever before.
31598      Branch: perl
31599            ! pod/perldebguts.pod
31600 ____________________________________________________________________________
31601 [ 25117] By: steveh                                on 2005/07/12  08:20:11
31602         Log: Fix worrying typo in handy.h :-s
31603      Branch: perl
31604            ! handy.h
31605 ____________________________________________________________________________
31606 [ 25116] By: steveh                                on 2005/07/12  08:17:47
31607         Log: Change New*() to Newx*() in various comments and documentation
31608      Branch: perl
31609            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
31610            ! pod/perlhack.pod sv.c
31611 ____________________________________________________________________________
31612 [ 25115] By: steveh                                on 2005/07/12  07:48:51
31613         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
31614              From: Jim Cromie <jcromie@divsol.com>
31615              Date: Mon, 11 Jul 2005 19:18:02 -0600
31616              Message-ID: <42D31A4A.1020305@divsol.com>
31617              
31618              (with some minor tweaks)
31619      Branch: perl
31620            ! handy.h pod/perlapi.pod
31621 ____________________________________________________________________________
31622 [ 25114] By: merijn                                on 2005/07/12  06:26:39
31623         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
31624              From: Michael G Schwern <schwern@pobox.com>
31625              Date: Mon, 11 Jul 2005 18:41:30 -0700
31626              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
31627      Branch: perl
31628            ! t/TEST
31629 ____________________________________________________________________________
31630 [ 25113] By: steveh                                on 2005/07/11  15:54:46
31631         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
31632              From: Jim Cromie <jcromie@divsol.com>
31633              Date: Sun, 10 Jul 2005 15:59:30 -0600
31634              Message-ID: <42D19A42.8040409@divsol.com>
31635      Branch: perl
31636            ! sv.c
31637 ____________________________________________________________________________
31638 [ 25112] By: steveh                                on 2005/07/11  15:19:11
31639         Log: Subject: [PATCH] perlfunc.pod
31640              From: "Piotr Fusik" <pfusik@op.pl>
31641              Date:      Sat, 9 Jul 2005 16:21:05 +0200
31642              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
31643      Branch: perl
31644            ! pod/perlfunc.pod
31645 ____________________________________________________________________________
31646 [ 25111] By: steveh                                on 2005/07/11  14:41:27
31647         Log: Subject: [patch hv.h doc] HvNAME
31648              From: Stas Bekman <stas@stason.org>
31649              Date: Fri, 08 Jul 2005 13:52:13 +0300
31650              Message-ID: <42CE5ADD.3020003@stason.org>
31651              
31652              Subject: Re: [patch hv.h doc] HvNAME
31653              From: Nicholas Clark <nick@ccl4.org>
31654              Date: Sat, 9 Jul 2005 15:23:51 +0100
31655              Message-ID: <20050709142351.GT15833@plum.flirble.org>
31656      Branch: perl
31657            ! hv.h pod/perlapi.pod
31658 ____________________________________________________________________________
31659 [ 25110] By: davem                                 on 2005/07/10  23:04:26
31660         Log: no code before declarations!
31661      Branch: perl
31662            ! doio.c
31663 ____________________________________________________________________________
31664 [ 25109] By: davem                                 on 2005/07/10  20:02:07
31665         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31666              Date: Sun, 10 Jul 2005 21:50:27 +0300
31667              Subject: [PATCH] yet another way of debugging memory allocations
31668              Message-ID: <42D16DF3.4040806@gmail.com>
31669              
31670              tweak PERL_MEM_LOG
31671      Branch: perl
31672            ! handy.h pod/perlhack.pod util.c
31673 ____________________________________________________________________________
31674 [ 25108] By: davem                                 on 2005/07/10  19:57:31
31675         Log: run regen.pl
31676      Branch: perl
31677            ! embed.h proto.h
31678 ____________________________________________________________________________
31679 [ 25107] By: merijn                                on 2005/07/10  19:19:56
31680         Log: Subject: [PATCH] Making my way thru embed.fnc
31681              From: Andy Lester <andy@petdance.com>
31682              Date: Sun, 10 Jul 2005 14:36:35 -0500
31683              Message-ID: <20050710193635.GC8081@petdance.com>
31684      Branch: perl
31685            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
31686            ! pp_hot.c regexec.c toke.c util.c
31687 ____________________________________________________________________________
31688 [ 25106] By: davem                                 on 2005/07/10  13:53:49
31689         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
31690              From: demerphq <demerphq@gmail.com>
31691              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
31692              Date: Fri, 8 Jul 2005 17:07:26 +0200
31693              
31694              Fix trie codepath of mixed utf8/latin1 pattern matches
31695      Branch: perl
31696            ! regexec.c t/op/pat.t
31697 ____________________________________________________________________________
31698 [ 25105] By: davem                                 on 2005/07/10  12:29:25
31699         Log: Message-ID: <42D0F25E.3040801@gmail.com>
31700              Date: Sun, 10 Jul 2005 13:03:10 +0300
31701              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
31702              Subject: [PATCH] yet another way of debugging memory allocations
31703              
31704              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
31705      Branch: perl
31706            ! handy.h util.c
31707 ____________________________________________________________________________
31708 [ 25104] By: davem                                 on 2005/07/10  11:39:50
31709         Log: silence some compiler warnings
31710      Branch: perl
31711            ! embed.fnc gv.h proto.h
31712 ____________________________________________________________________________
31713 [ 25103] By: davem                                 on 2005/07/10  11:15:32
31714         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
31715      Branch: perl
31716            ! handy.h
31717 ____________________________________________________________________________
31718 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
31719         Log: sv_dec is supposed to go *down*, m'kay.
31720      Branch: perl
31721            ! sv.c t/op/inc.t
31722 ____________________________________________________________________________
31723 [ 25101] By: steveh                                on 2005/07/08  16:35:10
31724         Log: Subject: Re: janitorial work ? [patch]
31725              From: Jim Cromie <jcromie@divsol.com>
31726              Date: Wed, 06 Jul 2005 14:19:53 -0600
31727              Message-ID: <42CC3CE9.5050606@divsol.com>
31728              
31729              (reverted all dual-lived modules since they must work with older
31730              perls too so must wait for a new Devel::PPPort)
31731      Branch: perl
31732            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
31733            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
31734            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
31735            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
31736            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
31737            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
31738            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
31739            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
31740            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
31741            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
31742            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
31743            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
31744            ! win32/win32sck.c wince/perlhost.h wince/wince.c
31745 ____________________________________________________________________________
31746 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
31747         Log: We no longer default to creating a new SV for GvSV.
31748      Branch: perl
31749            ! perl.h
31750 ____________________________________________________________________________
31751 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
31752         Log: DEFSV causes GvSVn() to be used in lvalue context.
31753              Not sure if instead we should recode DEFSV to avoid this, and leave
31754              GvSVn() as rvalue only, like its namesakes.
31755      Branch: perl
31756            ! gv.h
31757 ____________________________________________________________________________
31758 [ 25098] By: steveh                                on 2005/07/08  10:04:24
31759         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
31760              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31761              Date: Thu, 7 Jul 2005 15:05:51 -0700
31762              Message-ID: <20050707220551.GB2388@efn.org>
31763              
31764              (plus fix a couple of POD warnings)
31765      Branch: perl
31766            ! pod/perlglossary.pod
31767 ____________________________________________________________________________
31768 [ 25097] By: steveh                                on 2005/07/08  09:48:50
31769         Log: Subject: [PATCH] basename() and suffixes
31770              From: Michael G Schwern <schwern@pobox.com>
31771              Date: Thu, 7 Jul 2005 15:38:32 -0700
31772              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
31773      Branch: perl
31774            ! lib/File/Basename.pm lib/File/Basename.t
31775 ____________________________________________________________________________
31776 [ 25096] By: steveh                                on 2005/07/08  08:43:07
31777         Log: Subject: Re: [perl #36477] File::Basename basename() bug
31778              From: Michael G Schwern <schwern@pobox.com>
31779              Date: Thu, 7 Jul 2005 14:16:01 -0700
31780              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
31781      Branch: perl
31782            ! lib/File/Basename.pm lib/File/Basename.t
31783 ____________________________________________________________________________
31784 [ 25095] By: davem                                 on 2005/07/08  01:43:24
31785         Log: UTF8/Latin 1/i regexp "Malformed character" warning
31786              $utf8 =~ /latin/i didn't match. 
31787              Also added TODO for $latin =~ /utf8/i which also fails
31788      Branch: perl
31789            ! t/op/pat.t utf8.c
31790 ____________________________________________________________________________
31791 [ 25094] By: davem                                 on 2005/07/07  14:47:51
31792         Log: more taint fallout from change 24943
31793      Branch: perl
31794            ! mg.c scope.c t/op/taint.t
31795 ____________________________________________________________________________
31796 [ 25093] By: merijn                                on 2005/07/07  13:26:32
31797         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
31798              From: Tels <nospam-abuse@bloodgate.com>
31799              Date: Wed, 6 Jul 2005 21:11:59 +0200
31800              Message-Id: <200507062112.12159@bloodgate.com>
31801      Branch: perl
31802            ! lib/charnames.pm
31803 ____________________________________________________________________________
31804 [ 25092] By: steveh                                on 2005/07/07  12:11:38
31805         Log: Subject: ReadParse in the CGI docs
31806              From: "Ton Hospel" <me-02@ton.iguana.be>
31807              Date: 9 Oct 2003 15:04:53 -0000
31808              To: perlbug@perl.org
31809              
31810              (plus blank lines so example code is in verbatim paragraphs,
31811              and bump $VERSION)
31812      Branch: perl
31813            ! lib/CGI.pm
31814 ____________________________________________________________________________
31815 [ 25091] By: steveh                                on 2005/07/07  11:21:41
31816         Log: Subject: [PATCH] Mention File::Spec in File::Basename
31817              From: Michael G Schwern <schwern@pobox.com>
31818              Date: Wed, 6 Jul 2005 13:06:20 -0700
31819              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
31820              
31821              (plus bump $VERSION)
31822      Branch: perl
31823            ! lib/File/Basename.pm
31824 ____________________________________________________________________________
31825 [ 25090] By: steveh                                on 2005/07/07  11:06:17
31826         Log: Subject: [perl #22236] File::Basename behavior is misleading 
31827              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
31828              Date: 6 Jul 2005 19:45:40 -0000
31829              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
31830      Branch: perl
31831            ! lib/File/Basename.pm lib/File/Basename.t
31832 ____________________________________________________________________________
31833 [ 25089] By: steveh                                on 2005/07/07  09:22:48
31834         Log: Subject: [PATCH] Further lies in the File::Basename docs
31835              From: Michael G Schwern <schwern@pobox.com>
31836              Date: Wed, 6 Jul 2005 09:22:32 -0700
31837              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
31838              
31839              (plus some minor POD changes and a bug fix)
31840      Branch: perl
31841            ! lib/File/Basename.pm lib/File/Basename.t
31842 ____________________________________________________________________________
31843 [ 25088] By: davem                                 on 2005/07/07  00:11:00
31844         Log: bytes pragma error in substitution operator
31845      Branch: perl
31846            ! pp_ctl.c t/op/subst.t
31847 ____________________________________________________________________________
31848 [ 25087] By: davem                                 on 2005/07/06  20:09:29
31849         Log: 'undef $@; die' gives uninint value warning
31850      Branch: perl
31851            ! pp_sys.c t/op/die.t
31852 ____________________________________________________________________________
31853 [ 25086] By: steveh                                on 2005/07/06  09:36:08
31854         Log: Subject: [PATCH] File::Basename doc overhaul
31855              From: Michael G Schwern <schwern@pobox.com>
31856              Date: Tue, 5 Jul 2005 20:11:27 -0700
31857              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
31858              
31859              (with some minor changes)
31860      Branch: perl
31861            ! lib/File/Basename.pm
31862 ____________________________________________________________________________
31863 [ 25085] By: steveh                                on 2005/07/06  08:05:21
31864         Log: Subject: [PATCH @ 25084] simple authors removal
31865              From: Vadim Konovalov <vadim@vkonovalov.ru>
31866              Date: Wed, 06 Jul 2005 00:15:48 +0400
31867              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
31868      Branch: perl
31869            ! AUTHORS
31870 ____________________________________________________________________________
31871 [ 25084] By: davem                                 on 2005/07/05  18:17:34
31872         Log: a long /etc/groups entry could cause memory exhaustion.
31873              Too small a buffer would cause ERANGE and a retry with double the
31874              buffer size. later at EOF, the apparent error got 'stuck' as
31875              ERANGE rather than ENOENT, so the buffer size doubled recursively 
31876      Branch: perl
31877            ! reentr.h reentr.pl
31878 ____________________________________________________________________________
31879 [ 25083] By: steveh                                on 2005/07/05  16:55:29
31880         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
31881              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31882              Date: Mon, 4 Jul 2005 02:07:38 -0700
31883              Message-ID: <20050704090738.GA4056@efn.org>
31884              
31885              (plus a new test, although it is currently marked TODO)
31886      Branch: perl
31887            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
31888            ! MANIFEST lib/Pod/Html.pm
31889 ____________________________________________________________________________
31890 [ 25082] By: steveh                                on 2005/07/05  16:54:11
31891         Log: Oops! Change 25080 should have updated checksums too.
31892      Branch: perl
31893            ! ext/Digest/MD5/t/files.t
31894 ____________________________________________________________________________
31895 [ 25081] By: davem                                 on 2005/07/05  13:01:23
31896         Log: change 24943 broke restoration of localized taint values
31897      Branch: perl
31898            ! mg.c t/op/taint.t
31899 ____________________________________________________________________________
31900 [ 25080] By: steveh                                on 2005/07/05  10:32:08
31901         Log: Remove an unreferenced local variable in Digest-MD5
31902      Branch: perl
31903            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
31904 ____________________________________________________________________________
31905 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
31906         Log: Subject: [PATCH] Remove unnecessary null check
31907              From: Andy Lester <andy@petdance.com>
31908              Date: Mon, 4 Jul 2005 14:12:00 -0500
31909              Message-ID: <20050704191200.GA2614@petdance.com>
31910      Branch: perl
31911            ! embed.fnc hv.c proto.h
31912 ____________________________________________________________________________
31913 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
31914         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
31915              -DPURIFY too.
31916      Branch: perl
31917            ! ext/XS/APItest/APItest.xs
31918 ____________________________________________________________________________
31919 [ 25077] By: merijn                                on 2005/07/04  18:47:02
31920         Log: Subject: [PATCH] Better string constant in hv.c
31921              From: Andy Lester <andy@petdance.com>
31922              Date: Mon, 4 Jul 2005 13:53:49 -0500
31923              Message-ID: <20050704185349.GA2351@petdance.com>
31924      Branch: perl
31925            ! hv.c
31926 ____________________________________________________________________________
31927 [ 25076] By: steveh                                on 2005/07/04  16:15:37
31928         Log: Add regression test for change 25062
31929      Branch: perl
31930            ! t/op/magic.t
31931 ____________________________________________________________________________
31932 [ 25075] By: steveh                                on 2005/07/04  15:57:32
31933         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
31934      Branch: perl
31935            ! ext/XS/APItest/APItest.xs
31936 ____________________________________________________________________________
31937 [ 25074] By: steveh                                on 2005/07/04  15:36:04
31938         Log: Perl_share_hek needs exporting for change 25070 on Win32
31939      Branch: perl
31940            ! embed.fnc embed.h global.sym
31941 ____________________________________________________________________________
31942 [ 25073] By: steveh                                on 2005/07/04  15:34:11
31943         Log: Regen after change 25067
31944      Branch: perl
31945            ! proto.h
31946 ____________________________________________________________________________
31947 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
31948         Log: Implement hv_delayfree_ent in terms of hv_free_ent
31949      Branch: perl
31950            ! hv.c
31951 ____________________________________________________________________________
31952 [ 25071] By: steveh                                on 2005/07/04  14:53:54
31953         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
31954              From: Steve Peters <steve@fisharerojo.org>
31955              Date: Mon, 4 Jul 2005 10:10:13 -0500
31956              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
31957      Branch: perl
31958            ! t/op/lfs.t
31959 ____________________________________________________________________________
31960 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
31961         Log: Tests for hv_delayfree_ent and hv_free_ent
31962      Branch: perl
31963            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
31964            ! ext/XS/APItest/t/hash.t
31965 ____________________________________________________________________________
31966 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
31967         Log: Provide a macro version of S_new_body to inline it within the hot code.
31968      Branch: perl
31969            ! sv.c
31970 ____________________________________________________________________________
31971 [ 25068] By: steveh                                on 2005/07/04  13:21:36
31972         Log: Borland's .pdb files are called .tds
31973      Branch: perl
31974            ! win32/makefile.mk
31975 ____________________________________________________________________________
31976 [ 25067] By: steveh                                on 2005/07/04  12:30:50
31977         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
31978              From: Andy Lester <andy@petdance.com>
31979              Date: Sun, 3 Jul 2005 18:31:56 -0500
31980              Message-ID: <20050703233156.GA20967@petdance.com>
31981      Branch: perl
31982            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
31983 ____________________________________________________________________________
31984 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
31985         Log: Inlining del_HE is actually a space optimisation.
31986              It's therefore likely also to be a speed optimisation. :-)
31987      Branch: perl
31988            ! embed.fnc embed.h hv.c proto.h
31989 ____________________________________________________________________________
31990 [ 25065] By: steveh                                on 2005/07/04  10:40:10
31991         Log: Subject: [PATCH] perlglossary.pod: add jump points
31992              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
31993              Date: Mon, 4 Jul 2005 02:07:52 -0700
31994              Message-ID: <20050704090752.GB4056@efn.org>
31995      Branch: perl
31996            ! pod/perlglossary.pod
31997 ____________________________________________________________________________
31998 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
31999         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
32000              needed.
32001      Branch: perl
32002            ! sv.c
32003 ____________________________________________________________________________
32004 [ 25063] By: steveh                                on 2005/07/04  10:13:41
32005         Log: Subject: Re: How to suppress warnings when building Errno with gcc
32006              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32007              Date: Fri, 1 Jul 2005 10:56:23 -0700
32008              Message-ID: <20050701175623.GD216@efn.org>
32009      Branch: perl
32010            ! ext/Errno/Errno_pm.PL
32011 ____________________________________________________________________________
32012 [ 25062] By: steveh                                on 2005/07/04  09:17:06
32013         Log: Fix change 25045
32014      Branch: perl
32015            ! mg.c
32016 ____________________________________________________________________________
32017 [ 25061] By: steveh                                on 2005/07/04  08:26:38
32018         Log: Here's the rest of change 25058 ;-)
32019      Branch: perl
32020            ! embed.h global.sym
32021 ____________________________________________________________________________
32022 [ 25060] By: davem                                 on 2005/07/04  08:11:33
32023         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
32024              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
32025              Date:  Mon, 04 Jul 2005 00:19:28 +0300
32026              Message-Id:  <42C85660.50807@gmail.com>
32027      Branch: perl
32028            ! perl.h
32029 ____________________________________________________________________________
32030 [ 25059] By: steveh                                on 2005/07/04  08:10:27
32031         Log: Stop reentr.pl changing EOL on the files it writes on Win32
32032      Branch: perl
32033            ! reentr.pl
32034 ____________________________________________________________________________
32035 [ 25058] By: steveh                                on 2005/07/04  08:09:36
32036         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
32037              
32038              (At least PerlIO/via uses it, so it must be public)
32039      Branch: perl
32040            ! embed.fnc
32041 ____________________________________________________________________________
32042 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
32043         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
32044              a different compiler warnings. I guess we need a waterbed theory of
32045              compiler warnings.
32046      Branch: perl
32047            ! handy.h
32048 ____________________________________________________________________________
32049 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
32050         Log: Convert bless.t to test.pl
32051      Branch: perl
32052            ! t/op/bless.t
32053 ____________________________________________________________________________
32054 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
32055         Log: Copying the first parameter in the macro del_body seems to reduce
32056              code size.  Presumably an expression is no longer evaluated twice.
32057      Branch: perl
32058            ! sv.c
32059 ____________________________________________________________________________
32060 [ 25052] By: davem                                 on 2005/07/02  16:11:46
32061         Log: do just-in-time loading of Carp.pm in some modules
32062              
32063              From: Tels <nospam-abuse@bloodgate.com>
32064              Subject: [PATCH] No Carp #4 AutoSplit.pm
32065              Subject: [PATCH] no Carp #5 (File::Path)
32066              Subject: [PATCH] no Carp #7 - charnames.pm
32067              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
32068              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
32069      Branch: perl
32070            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
32071            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
32072            ! lib/open.pm
32073 ____________________________________________________________________________
32074 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
32075         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
32076              the body to. This comletely eliminates the second switch statement.
32077      Branch: perl
32078            ! sv.c
32079 ____________________________________________________________________________
32080 [ 25050] By: davem                                 on 2005/07/02  15:05:04
32081         Log: replace ckWARN macros with functions
32082      Branch: perl
32083            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
32084            ! warnings.pl
32085 ____________________________________________________________________________
32086 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
32087         Log: Given that the GV no longer owns a reference on the symbol table, we
32088              dont need the deferred SvREFCNT_dec games.
32089      Branch: perl
32090            ! sv.c
32091 ____________________________________________________________________________
32092 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
32093         Log: Passing gvtype as char rather than char * to S_varname generates
32094              smaller code.
32095      Branch: perl
32096            ! embed.fnc proto.h sv.c
32097 ____________________________________________________________________________
32098 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
32099         Log: Don't inline offer_nice_chunk, as it's rarely called.
32100      Branch: perl
32101            ! embed.fnc embed.h perl.h proto.h sv.c
32102 ____________________________________________________________________________
32103 [ 25046] By: davem                                 on 2005/07/02  12:35:12
32104         Log: missed one PAD_SET_CUR
32105      Branch: perl
32106            ! pp_hot.c
32107 ____________________________________________________________________________
32108 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
32109         Log: Don't check the pointer is non-NULL before calling Safefree() in
32110              little used code, code used only once per run (such as interpreter
32111              construction and destruction), and cases where the pointer nearly
32112              never is NULL. Safefree does its own non-NULL check, and even that
32113              isn't strictly necessary as all conformant free()s accept a NULL
32114              pointer.
32115      Branch: perl
32116            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
32117 ____________________________________________________________________________
32118 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
32119         Log: Upgrade to Time::HiRes 1.72
32120      Branch: perl
32121            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32122            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
32123 ____________________________________________________________________________
32124 [ 25043] By: steveh                                on 2005/07/01  16:33:42
32125         Log: Make Archive::Tar clean up its test files on Win32
32126              
32127              (The old "can't delete an open file on Win32" chestnut again)
32128      Branch: perl
32129            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
32130 ____________________________________________________________________________
32131 [ 25042] By: davem                                 on 2005/07/01  15:40:40
32132         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
32133      Branch: perl
32134            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
32135 ____________________________________________________________________________
32136 [ 25041] By: steveh                                on 2005/07/01  15:15:23
32137         Log: Silence MinGW warning about "'noreturn' function does return"
32138              
32139              (Thanks to Nicholas Clark)
32140      Branch: perl
32141            ! iperlsys.h
32142 ____________________________________________________________________________
32143 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
32144         Log: Install perlglossary on VMS and Windows
32145      Branch: perl
32146            ! vms/descrip_mms.template win32/pod.mak
32147 ____________________________________________________________________________
32148 [ 25039] By: davem                                 on 2005/07/01  14:34:52
32149         Log: undo some excessive Carp.pm minimalisation
32150      Branch: perl
32151            ! lib/Carp.pm
32152 ____________________________________________________________________________
32153 [ 25038] By: steveh                                on 2005/07/01  13:39:33
32154         Log: Remove unreferenced local variable (and the warning about it)
32155      Branch: perl
32156            ! ext/XS/APItest/APItest.xs
32157 ____________________________________________________________________________
32158 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
32159         Log: Add the perlglossary man page
32160              
32161              Subject: [PATCH] perlglossary.pod
32162              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32163              Date: Fri, 1 Jul 2005 03:10:50 -0700
32164              Message-ID: <20050701101050.GA2448@efn.org>
32165      Branch: perl
32166            + pod/perlglossary.pod
32167            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
32168            ! pod/perltoc.pod
32169 ____________________________________________________________________________
32170 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
32171         Log: Subject: [PATCH] Make Exporter.t warnings clean
32172              From: Michael G Schwern <schwern@pobox.com>
32173              Date: Tue, 28 Jun 2005 15:58:36 -0700
32174              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
32175      Branch: perl
32176            ! lib/Exporter.t
32177 ____________________________________________________________________________
32178 [ 25035] By: davem                                 on 2005/07/01  11:49:22
32179         Log: silence a warning in Perl_sv_compile_2op
32180      Branch: perl
32181            ! pp_ctl.c
32182 ____________________________________________________________________________
32183 [ 25034] By: davem                                 on 2005/07/01  11:45:40
32184         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
32185              Only a partial fix: works where sizeof(type)==1; since we
32186              can never wraparound in that case, disarm the check
32187      Branch: perl
32188            ! handy.h
32189 ____________________________________________________________________________
32190 [ 25033] By: steveh                                on 2005/07/01  07:44:50
32191         Log: Silence some cast warnings from bcc32 on Win32
32192              
32193              See the thread starting here for arguments:
32194              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
32195      Branch: perl
32196            ! win32/win32.c
32197 ____________________________________________________________________________
32198 [ 25032] By: davem                                 on 2005/06/30  22:41:07
32199         Log: assigning shared consts (eg __PACKAGE__) to magic vars
32200      Branch: perl
32201            ! sv.c t/op/magic.t
32202 ____________________________________________________________________________
32203 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
32204         Log: By grabbing the length, we can use sv_setpvn here.
32205      Branch: perl
32206            ! util.c
32207 ____________________________________________________________________________
32208 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
32209         Log: Use sv_setpvn where we know the length.
32210      Branch: perl
32211            ! universal.c
32212 ____________________________________________________________________________
32213 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
32214         Log: A terser way of implementing require_pv.
32215      Branch: perl
32216            ! perl.c
32217 ____________________________________________________________________________
32218 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
32219         Log: We know the length, so use sv_setpvn rather than sv_setpv.
32220      Branch: perl
32221            ! universal.c
32222 ____________________________________________________________________________
32223 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
32224         Log: Avoid using PL_Sv in the -V argument processing.
32225              Express the embedded perl program in a slightly terser way.
32226      Branch: perl
32227            ! perl.c
32228 ____________________________________________________________________________
32229 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
32230         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
32231              commandline -V options that q\0...\0.
32232      Branch: perl
32233            ! perl.c
32234 ____________________________________________________________________________
32235 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
32236         Log: Add TODO tests for bug #36434
32237      Branch: perl
32238            ! t/op/magic.t
32239 ____________________________________________________________________________
32240 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
32241         Log: The core shouldn't be using PL_na
32242      Branch: perl
32243            ! perl.c
32244 ____________________________________________________________________________
32245 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
32246         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
32247      Branch: perl
32248            ! perl.c
32249 ____________________________________________________________________________
32250 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
32251         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
32252      Branch: perl
32253            ! perl.c regcomp.c sv.c
32254 ____________________________________________________________________________
32255 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
32256         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
32257      Branch: perl
32258            ! perl.c
32259 ____________________________________________________________________________
32260 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
32261         Log: Subject: [PATCH] make t/uni/class.t faster
32262              From: Tels <nospam-abuse@bloodgate.com>
32263              Date: Wed, 29 Jun 2005 21:19:52 +0200
32264              Message-Id: <200506292120.05519@bloodgate.com>
32265      Branch: perl
32266            ! t/uni/class.t
32267 ____________________________________________________________________________
32268 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
32269         Log: If gp_flags is unused, why are we even allocating it?
32270      Branch: perl
32271            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
32272 ____________________________________________________________________________
32273 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
32274         Log: Nothing is actually relying on GvUNIQUE holding state.
32275      Branch: perl
32276            ! gv.h
32277 ____________________________________________________________________________
32278 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
32279         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
32280              From: Michael G Schwern <schwern@pobox.com>
32281              Date: Thu, 30 Jun 2005 01:02:30 -0700
32282              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
32283      Branch: perl
32284            ! lib/File/Basename.t
32285 ____________________________________________________________________________
32286 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
32287         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
32288              From: Steve Peters <steve@fisharerojo.org>
32289              Date: Wed, 29 Jun 2005 21:47:23 -0500
32290              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
32291      Branch: perl
32292            ! ext/IO/lib/IO/Handle.pm
32293 ____________________________________________________________________________
32294 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
32295         Log: Subject: some dusting off of the cross-compilation information
32296              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
32297              Date: Thu, 30 Jun 2005 08:41:17 +0300
32298              Message-ID: <42C385FD.9040601@gmail.com>
32299      Branch: perl
32300            ! Cross/README INSTALL
32301 ____________________________________________________________________________
32302 [ 25014] By: steveh                                on 2005/06/30  07:57:25
32303         Log: Silence MinGW warnings about system headers when building Errno
32304              
32305              Thanks to Mike Guy for the suggested fix.
32306      Branch: perl
32307            ! ext/Errno/Errno_pm.PL
32308 ____________________________________________________________________________
32309 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
32310         Log: Expand on parts of perltodo
32311      Branch: perl
32312            ! pod/perltodo.pod
32313 ____________________________________________________________________________
32314 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
32315         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
32316      Branch: perl
32317            ! pp.c pp_hot.c
32318 ____________________________________________________________________________
32319 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
32320         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
32321      Branch: perl
32322            ! pp_sys.c
32323 ____________________________________________________________________________
32324 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
32325         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
32326      Branch: perl
32327            ! doio.c gv.c perl.h sv.c
32328 ____________________________________________________________________________
32329 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
32330         Log: First stab at not automatically creating an unused SV for GvSV
32331              Enable it with -DPERL_DONT_CREATE_GVSV.
32332              Currently if enabled 22 test scripts have failures, so still some way
32333              to go.
32334      Branch: perl
32335            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
32336            ! pp_hot.c proto.h sv.c
32337 ____________________________________________________________________________
32338 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
32339         Log: Remove old variable needed for binary compatibility
32340      Branch: perl
32341            ! embedvar.h intrpvar.h perlapi.h sv.c
32342 ____________________________________________________________________________
32343 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
32344         Log: Convert strcpy to memcpy where we already know the length.
32345      Branch: perl
32346            ! gv.c sv.c util.c
32347 ____________________________________________________________________________
32348 [ 25006] By: davem                                 on 2005/06/28  11:28:20
32349         Log: move Carp.pod back into Carp.pm
32350      Branch: perl
32351            - lib/Carp.pod
32352            ! MANIFEST lib/Carp.pm
32353 ____________________________________________________________________________
32354 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
32355         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
32356      Branch: perl
32357            ! ext/B/B/Deparse.pm
32358 ____________________________________________________________________________
32359 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
32360         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
32361              From: Dominic Dunlop <domo@computer.org>
32362              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
32363              Date: Mon, 27 Jun 2005 19:46:59 +0200
32364      Branch: perl
32365            ! hints/darwin.sh
32366 ____________________________________________________________________________
32367 [ 25003] By: steveh                                on 2005/06/28  08:01:21
32368         Log: Stop "Possible use before definition" warning following change 24997
32369      Branch: perl
32370            ! pp_sys.c
32371 ____________________________________________________________________________
32372 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
32373         Log: Upgrade to Time::HiRes 1.71
32374      Branch: perl
32375            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32376            ! ext/Time/HiRes/Makefile.PL
32377 ____________________________________________________________________________
32378 [ 25001] By: steveh                                on 2005/06/28  07:40:01
32379         Log: Stop "suspicious pointer conversion" warning following change 24997
32380      Branch: perl
32381            ! hv.c
32382 ____________________________________________________________________________
32383 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
32384         Log: Don't install demo files with perl
32385      Branch: perl
32386            ! installperl
32387 ____________________________________________________________________________
32388 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
32389         Log: From: Mattia Barbon <mattia.barbon@libero.it>
32390              Subject: [PATCH] Avoid redefinition warning for MinGW
32391              Date: Jun 27, 2005 10:07 PM
32392              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
32393      Branch: perl
32394            ! win32/win32iop.h
32395 ____________________________________________________________________________
32396 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
32397         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
32398              (b) give -1, rather than +1
32399      Branch: perl
32400            ! sv.c t/op/inc.t
32401 ____________________________________________________________________________
32402 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
32403         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
32404              From: Andy Lester <andy@petdance.com>
32405              Date: Mon, 27 Jun 2005 13:06:59 -0500
32406              Message-ID: <20050627180659.GB29744@petdance.com>
32407              
32408              (edited)
32409      Branch: perl
32410            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
32411            ! regexec.c sv.c toke.c
32412 ____________________________________________________________________________
32413 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
32414         Log: Fix installation of ptar(1) manpage.
32415              The __END__ was making the POD being ignored by pod2man.
32416      Branch: perl
32417            ! lib/Archive/Tar/bin/ptar
32418 ____________________________________________________________________________
32419 [ 24995] By: davem                                 on 2005/06/27  16:34:34
32420         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
32421              Also move carp.pm pod to carp.pod
32422      Branch: perl
32423            + lib/Carp.pod
32424            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
32425            ! warnings.pl
32426 ____________________________________________________________________________
32427 [ 24994] By: steveh                                on 2005/06/27  15:45:05
32428         Log: Silence compiler warning in SDBM_File
32429              
32430              Unless I'm missing something it looks like "key" actually is used,
32431              and the "key = key" assignment causes bcc32 to complain about use
32432              before definition!
32433      Branch: perl
32434            ! ext/SDBM_File/SDBM_File.xs
32435 ____________________________________________________________________________
32436 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
32437         Log: Subject: [PATCH] XSLoader for Sys::Syslog
32438              From: Alexey Tourbin <at@altlinux.ru>
32439              Date: Sun, 26 Jun 2005 08:32:05 +0400
32440              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
32441      Branch: perl
32442            ! ext/Sys/Syslog/Syslog.pm
32443 ____________________________________________________________________________
32444 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
32445         Log: Oops (fix previous fix).
32446      Branch: perl
32447            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
32448            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32449            ! lib/Filter/Simple/t/import.t
32450 ____________________________________________________________________________
32451 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
32452         Log: Fix tests of Filter::Simple 0.82 in the core
32453      Branch: perl
32454            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
32455            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32456            ! lib/Filter/Simple/t/import.t
32457 ____________________________________________________________________________
32458 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
32459         Log: Upgrade to Filter::Simple 0.82
32460      Branch: perl
32461            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
32462            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
32463            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
32464            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
32465            ! t/lib/Filter/Simple/FilterOnlyTest.pm
32466            ! t/lib/Filter/Simple/FilterTest.pm
32467            ! t/lib/Filter/Simple/ImportTest.pm
32468 ____________________________________________________________________________
32469 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
32470         Log: Upgrade to Test::Harness 2.52
32471      Branch: perl
32472            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32473            ! lib/Test/Harness/bin/prove
32474 ____________________________________________________________________________
32475 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
32476         Log: Upgrade to Time::HiRes 1.70
32477      Branch: perl
32478            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32479            ! ext/Time/HiRes/HiRes.xs
32480 ____________________________________________________________________________
32481 [ 24987] By: steveh                                on 2005/06/27  07:41:52
32482         Log: Suppress warnings about a clash between redefined malloc and the
32483              use of __attribute__malloc__
32484              
32485              Subject: Re: Fun with __attribute__malloc__
32486              From: Andy Lester <andy@petdance.com>
32487              Date: Fri, 24 Jun 2005 12:11:59 -0500
32488              Message-ID: <20050624171159.GB29590@petdance.com>
32489      Branch: perl
32490            ! perl.h
32491 ____________________________________________________________________________
32492 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
32493         Log: Tweak the child dump socket protocol to return error messages to the
32494              parent so that it can display what went wrong.
32495      Branch: perl
32496            ! perl.c
32497 ____________________________________________________________________________
32498 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
32499         Log: Upgrade to Time::HiRes 1.69
32500      Branch: perl
32501            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
32502            ! ext/Time/HiRes/Makefile.PL
32503 ____________________________________________________________________________
32504 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
32505         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
32506              indefinite hangs when the debugging child holds open Perl_debug_log,
32507              and it happens to be a file descriptor that is one end of a pipe,
32508              with a process sitting at the other end waitng for EOF.
32509              So close all descriptors in the child *including* Perl_debug_log,
32510              and pass it back in over the control socket if it's needed.
32511      Branch: perl
32512            ! perl.c
32513 ____________________________________________________________________________
32514 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
32515         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
32516      Branch: perl
32517            ! pp_sys.c
32518 ____________________________________________________________________________
32519 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
32520         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
32521              Configure_heavy.pl gets truncated.
32522      Branch: perl
32523            ! configpm
32524 ____________________________________________________________________________
32525 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
32526         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
32527              using system malloc, because sbrk() stops giving us memory after about
32528              14Mb.
32529      Branch: perl
32530            ! hints/darwin.sh
32531 ____________________________________________________________________________
32532 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
32533         Log: Need to skip exporting PL_dumper_fd unless it is used.
32534      Branch: perl
32535            ! makedef.pl
32536 ____________________________________________________________________________
32537 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
32538         Log: If forking during global destruction, the child needs to close all
32539              unused file descriptors, else it can cause other processes to hang
32540              because it accidentally holds open pipes and sockets.
32541      Branch: perl
32542            ! perl.c
32543 ____________________________________________________________________________
32544 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
32545         Log: Upgrade to Unicode::Collate 0.51
32546      Branch: perl
32547            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32548            ! lib/Unicode/Collate/README
32549 ____________________________________________________________________________
32550 [ 24977] By: steveh                                on 2005/06/24  14:38:05
32551         Log: Fix typo in win32.c
32552              
32553              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
32554      Branch: perl
32555            ! win32/win32.c
32556 ____________________________________________________________________________
32557 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
32558         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
32559              which become unreferenced. This is less likely to be successful.
32560              The #define needs a better name.
32561      Branch: perl
32562            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
32563            ! proto.h sv.c
32564 ____________________________________________________________________________
32565 [ 24975] By: steveh                                on 2005/06/24  13:56:15
32566         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
32567      Branch: perl
32568            ! perl.h win32/config_H.gc
32569 ____________________________________________________________________________
32570 [ 24974] By: steveh                                on 2005/06/24  12:27:45
32571         Log: Make opendir() filename const in Win32-land & friends
32572              
32573              That fact that it wasn't const already was highlighted by a warning
32574              from pp_open_dir() generated by change 24743. Rather than undo the
32575              const change in pp_open_dir(), this seems to make more sense. Hope I
32576              haven't broken Netware or WinCE.
32577      Branch: perl
32578            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
32579            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
32580            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
32581 ____________________________________________________________________________
32582 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
32583         Log: Need to do some sort of die/warn to get the "global destruction"
32584              text if the bug is still present.
32585      Branch: perl
32586            ! t/op/gv.t
32587 ____________________________________________________________________________
32588 [ 24972] By: steveh                                on 2005/06/24  09:37:24
32589         Log: Fix t\op\gv.t on Win32
32590      Branch: perl
32591            ! t/op/gv.t
32592 ____________________________________________________________________________
32593 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
32594         Log: Remove cargo-culted binmode.
32595      Branch: perl
32596            ! lib/Archive/Tar/t/00_setup.t
32597 ____________________________________________________________________________
32598 [ 24970] By: steveh                                on 2005/06/24  07:42:41
32599         Log: Fix Archive-Tar tests on Win32 following change 24954
32600      Branch: perl
32601            ! lib/Archive/Tar/t/00_setup.t
32602 ____________________________________________________________________________
32603 [ 24969] By: merijn                                on 2005/06/24  07:41:08
32604         Log: Workaround localtime edge case where TZ makes time go beyond
32605              the defined working range (AIX 5.2)
32606      Branch: perl
32607            ! pp_sys.c
32608 ____________________________________________________________________________
32609 [ 24968] By: davem                                 on 2005/06/23  22:59:36
32610         Log: change 24967 got the #endif in the wrong place
32611      Branch: perl
32612            ! pad.c
32613 ____________________________________________________________________________
32614 [ 24967] By: davem                                 on 2005/06/23  22:48:40
32615         Log: don't repopulate PADTMP slots with null SVs when freeing ops
32616      Branch: perl
32617            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
32618 ____________________________________________________________________________
32619 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
32620         Log: Remove the reference loop between symbol tables and typeglobs.
32621              Typeglobs now have a weak reference onto their symbol table.
32622      Branch: perl
32623            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
32624 ____________________________________________________________________________
32625 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
32626         Log: Subject: [PATCH] Pre-YAPC consting fun
32627              From: Andy Lester <andy@petdance.com>
32628              Date: Jun 23, 2005 9:04 PM
32629              Message-ID: <20050623190423.GA13835@petdance.com>
32630      Branch: perl
32631            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
32632            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
32633            ! taint.c util.c
32634 ____________________________________________________________________________
32635 [ 24964] By: merijn                                on 2005/06/23  18:43:42
32636         Log: Take a larger margin to prevent 'X' failures in smokes
32637              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
32638              when reps was still 10000. With 15000 I didn't get a single warning
32639      Branch: perl
32640            ! t/op/rand.t
32641 ____________________________________________________________________________
32642 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
32643         Log: Warning suppression.
32644      Branch: perl
32645            ! pp_sys.c
32646 ____________________________________________________________________________
32647 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
32648         Log: The current implementation of :unique is fundamentally flawed,
32649              because declaring a scalar READONLY does not stop it being modified.
32650              Hence the current implementation of :unique is *not threadsafe*
32651              D'oh!
32652              Better implementations welcome.
32653      Branch: perl
32654            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
32655            ! proto.h sv.c
32656 ____________________________________________________________________________
32657 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
32658         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
32659      Branch: perl
32660            ! lib/Archive/Tar/t/02_methods.t
32661 ____________________________________________________________________________
32662 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
32663         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
32664              From: Steve Peters <steve@fisharerojo.org>
32665              Date: Fri, 17 Jun 2005 23:27:14 -0500
32666              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
32667      Branch: perl
32668            ! lib/File/Find.pm
32669 ____________________________________________________________________________
32670 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
32671         Log: Add a define PERL_POISON which tries to trip up anything accessing
32672              freed or uninitialised memory. Currently only Poison()s freed
32673              pointers.
32674      Branch: perl
32675            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
32676            ! sv.c
32677 ____________________________________________________________________________
32678 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
32679         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
32680              Simplify SvPV_free slightly.
32681      Branch: perl
32682            ! sv.h
32683 ____________________________________________________________________________
32684 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
32685         Log: This dummy test didn't pass
32686      Branch: perl
32687            ! lib/Archive/Tar/t/99_clean.t
32688 ____________________________________________________________________________
32689 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
32690         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
32691      Branch: perl
32692            + lib/Archive/Tar/t/99_clean.t
32693            ! MANIFEST
32694 ____________________________________________________________________________
32695 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
32696         Log: Remove test that relies on Test::POD
32697      Branch: perl
32698            - lib/Archive/Tar/t/99_pod.t
32699            ! MANIFEST
32700 ____________________________________________________________________________
32701 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
32702         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
32703      Branch: perl
32704            + lib/Archive/Tar/t/00_setup.t
32705            - lib/Archive/Tar/t/src/long/bar.tar
32706            - lib/Archive/Tar/t/src/long/foo.tgz
32707            - lib/Archive/Tar/t/src/short/bar.tar
32708            - lib/Archive/Tar/t/src/short/foo.tgz
32709            ! MANIFEST
32710 ____________________________________________________________________________
32711 [ 24953] By: steveh                                on 2005/06/23  11:02:42
32712         Log: Silence bcc32 compiler warnings following change 24945
32713              
32714              ("Possible use of '%s' before definition")
32715      Branch: perl
32716            ! pp_ctl.c pp_sys.c
32717 ____________________________________________________________________________
32718 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
32719         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
32720      Branch: perl
32721            ! perl.c
32722 ____________________________________________________________________________
32723 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
32724         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
32725              From: Salvador Fandino <sfandino@yahoo.com>
32726              Date: Tue, 21 Jun 2005 19:50:35 +0200
32727              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
32728      Branch: perl
32729            ! pp_sort.c
32730 ____________________________________________________________________________
32731 [ 24950] By: steveh                                on 2005/06/23  10:21:53
32732         Log: Oops! Change 24946 wasn't quite right
32733      Branch: perl
32734            ! doio.c
32735 ____________________________________________________________________________
32736 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
32737         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
32738      Branch: perl
32739            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
32740 ____________________________________________________________________________
32741 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
32742         Log: Define d_nv_zero_is_allbits_zero for symbian
32743              (noticed by Jarkko)
32744      Branch: perl
32745            ! symbian/config.sh
32746 ____________________________________________________________________________
32747 [ 24947] By: steveh                                on 2005/06/23  09:18:37
32748         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
32749              
32750              It still whines about 'in' and 'b' being assigned values that are
32751              never used on lines 348 and 505 respectively (as side effects of the
32752              calls to c2l and l2c respectively), but I'm not sure how to shut
32753              them up.
32754      Branch: perl
32755            ! win32/fcrypt.c
32756 ____________________________________________________________________________
32757 [ 24946] By: steveh                                on 2005/06/23  09:00:28
32758         Log: More bcc32 compiler warnings to silence
32759              
32760              ("Suspicious pointer conversion")
32761      Branch: perl
32762            ! doio.c win32/win32io.c
32763 ____________________________________________________________________________
32764 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
32765         Log: Subject: [PATCH] Const Boy II: The Localizing
32766              From: Andy Lester <andy@petdance.com>
32767              Date: Wed, 22 Jun 2005 09:41:00 -0500
32768              Message-ID: <20050622144059.GA19598@petdance.com>
32769      Branch: perl
32770            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
32771            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
32772            ! util.c
32773 ____________________________________________________________________________
32774 [ 24944] By: steveh                                on 2005/06/23  08:04:21
32775         Log: Silence another bcc32 compiler warning
32776              
32777              ("Possible use of '%s' before definition")
32778      Branch: perl
32779            ! toke.c
32780 ____________________________________________________________________________
32781 [ 24943] By: davem                                 on 2005/06/22  23:08:55
32782         Log: remove taint hack now that local $tainted no longer copies taint magic
32783      Branch: perl
32784            ! mg.c sv.c
32785 ____________________________________________________________________________
32786 [ 24942] By: davem                                 on 2005/06/22  21:42:54
32787         Log: handle magic in local correctly
32788              the local SV now gets a copy of any container magic, and no value
32789              magic; in the past the whole magic chain was either shared or
32790              moved
32791      Branch: perl
32792            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
32793            ! proto.h scope.c t/op/local.t
32794 ____________________________________________________________________________
32795 [ 24941] By: merijn                                on 2005/06/22  17:14:04
32796         Log: Upgrade to Test::Harness 2.50
32797      Branch: perl
32798            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
32799 ____________________________________________________________________________
32800 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
32801         Log: Add facility to fork() early in perl_destruct and use the child to
32802              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
32803              when DEBUG_LEAKING_SCALARS is already in force)
32804      Branch: perl
32805            ! perl.c
32806 ____________________________________________________________________________
32807 [ 24939] By: steveh                                on 2005/06/22  13:25:16
32808         Log: Silence yet more bcc32 compiler warnings
32809              
32810              ("Code has no effect")
32811      Branch: perl
32812            ! hv.c pp_ctl.c pp_hot.c
32813 ____________________________________________________________________________
32814 [ 24938] By: steveh                                on 2005/06/22  13:02:17
32815         Log: Silence some more bcc32 compiler warnings
32816              
32817              ("Suggest parentheses to clarify precedence")
32818      Branch: perl
32819            ! warnings.h warnings.pl
32820 ____________________________________________________________________________
32821 [ 24937] By: steveh                                on 2005/06/22  12:31:59
32822         Log: Silence some bcc32 compiler warnings
32823              
32824              ("Superfluous & with function")
32825      Branch: perl
32826            ! perlvars.h pp.c win32/win32.c
32827 ____________________________________________________________________________
32828 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
32829         Log: Now that the global string table is using a single hunk of memory
32830              for both HE and HEK, we need to actually free things in perl_destruct
32831      Branch: perl
32832            ! perl.c
32833 ____________________________________________________________________________
32834 [ 24935] By: steveh                                on 2005/06/22  09:40:25
32835         Log: Fix Archive-Tar tests on Win32
32836              
32837              (Patch from Jos Boumans, from his current dev version.)
32838      Branch: perl
32839            ! lib/Archive/Tar.pm
32840 ____________________________________________________________________________
32841 [ 24934] By: merijn                                on 2005/06/21  19:27:38
32842         Log: Redo generation of change #24898
32843              Do not forget to run Porting/config_h.pl!
32844      Branch: perl
32845            ! Configure config_h.SH
32846 ____________________________________________________________________________
32847 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
32848         Log: Upgrade to Test::Harness 2.49_02
32849      Branch: perl
32850            ! lib/Test/Harness.pm lib/Test/Harness/Changes
32851            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
32852            ! lib/Test/Harness/t/test-harness.t
32853 ____________________________________________________________________________
32854 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
32855         Log: Add Archive::Tar to the maintainers list
32856      Branch: perl
32857            ! Porting/Maintainers.pl
32858 ____________________________________________________________________________
32859 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
32860         Log: Trim trailing spaces
32861      Branch: perl
32862            ! lib/Archive/Tar/bin/ptar
32863 ____________________________________________________________________________
32864 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
32865         Log: Add pod, so ptar has a manpage
32866      Branch: perl
32867            ! lib/Archive/Tar/bin/ptar
32868 ____________________________________________________________________________
32869 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
32870         Log: POD nits
32871      Branch: perl
32872            ! ext/Storable/Storable.pm
32873 ____________________________________________________________________________
32874 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
32875         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
32876              (or at least into the decade of t/test.pl)
32877      Branch: perl
32878            ! t/op/gv.t
32879 ____________________________________________________________________________
32880 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
32881         Log: Add the ptar(1) utility from Archive::Tar
32882      Branch: perl
32883            + lib/Archive/Tar/bin/ptar utils/ptar.PL
32884            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
32885            ! win32/Makefile win32/makefile.mk
32886 ____________________________________________________________________________
32887 [ 24925] By: steveh                                on 2005/06/21  13:49:10
32888         Log: Trim trailing whitespace from $! and $^E
32889              
32890              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
32891              good for consistency anyway)
32892      Branch: perl
32893            ! mg.c
32894 ____________________________________________________________________________
32895 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
32896         Log: Avoid having NULL entries in the weakref backreference array, and
32897              make S_sv_add_backref O(1) (instead of O(n))
32898      Branch: perl
32899            ! sv.c
32900 ____________________________________________________________________________
32901 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
32902         Log: Cleanup after this test
32903      Branch: perl
32904            ! lib/Archive/Tar/t/02_methods.t
32905 ____________________________________________________________________________
32906 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
32907         Log: Add Archive::Tar 1.24, except ptar for now
32908      Branch: perl
32909            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
32910            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
32911            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
32912            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
32913            + lib/Archive/Tar/t/src/long/bar.tar
32914            + lib/Archive/Tar/t/src/long/foo.tgz
32915            + lib/Archive/Tar/t/src/short/b
32916            + lib/Archive/Tar/t/src/short/bar.tar
32917            + lib/Archive/Tar/t/src/short/foo.tgz
32918            ! MANIFEST
32919 ____________________________________________________________________________
32920 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
32921         Log: weak references aren't UVs, do don't show this in the dump flags.
32922      Branch: perl
32923            ! dump.c
32924 ____________________________________________________________________________
32925 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
32926         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
32927              From: Salvador Fandiño <sfandino@yahoo.com>
32928              Date: Fri, 17 Jun 2005 14:06:30 +0100
32929              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
32930              
32931              with wordings improvements suggested by Ronald J Kimball
32932      Branch: perl
32933            ! pod/perldiag.pod toke.c
32934 ____________________________________________________________________________
32935 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
32936         Log: No need to set flags twice.
32937      Branch: perl
32938            ! av.c
32939 ____________________________________________________________________________
32940 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
32941         Log: As there will be no old body to dispose of, we can return immediately.
32942      Branch: perl
32943            ! sv.c
32944 ____________________________________________________________________________
32945 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
32946         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
32947      Branch: perl
32948            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
32949            ! ext/Data/Dumper/t/dumper.t
32950 ____________________________________________________________________________
32951 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
32952         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
32953              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
32954              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
32955              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
32956      Branch: perl
32957            ! sv.c
32958 ____________________________________________________________________________
32959 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
32960         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
32961              From: Robin Barker <Robin.Barker@npl.co.uk>
32962              Date: Mon, 20 Jun 2005 13:47:37 +0100
32963              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
32964      Branch: perl
32965            ! perl.h
32966 ____________________________________________________________________________
32967 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
32968         Log: Replace the non-const initialiser block + loop with a series of calls
32969              to a small static function.
32970              c.f. "I will replace you with a small shell script..."
32971      Branch: perl
32972            ! sv.c
32973 ____________________________________________________________________________
32974 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
32975         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
32976              From: Andy Lester <andy@petdance.com>
32977              Date: Mon, 20 Jun 2005 10:22:37 -0500
32978              Message-ID: <20050620152237.GA5032@petdance.com>
32979      Branch: perl
32980            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
32981            ! perl.h proto.h sv.c universal.c util.c
32982 ____________________________________________________________________________
32983 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
32984         Log: Same fix, for the test, now.
32985      Branch: perl
32986            ! t/run/switches.t
32987 ____________________________________________________________________________
32988 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
32989         Log: perl -v was outputting a double v (spotted by Jarkko)
32990      Branch: perl
32991            ! perl.c
32992 ____________________________________________________________________________
32993 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
32994         Log: Remove signature test, which is always skipped
32995      Branch: perl
32996            - lib/Test/Simple/t/00signature.t
32997            ! MANIFEST
32998 ____________________________________________________________________________
32999 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
33000         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
33001              From: chromatic <chromatic@wgz.org>
33002              Date: Sat, 18 Jun 2005 12:15:41 -0700
33003              Message-Id: <1119122141.21521.9.camel@localhost>
33004      Branch: perl
33005            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
33006 ____________________________________________________________________________
33007 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
33008         Log: Remove the deprecated $# variable
33009      Branch: perl
33010            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
33011            ! pod/perldiag.pod sv.c t/lib/warnings/gv
33012 ____________________________________________________________________________
33013 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
33014         Log: Silence warning in debug printf
33015      Branch: perl
33016            ! doop.c
33017 ____________________________________________________________________________
33018 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
33019         Log: Subject: [PATCH] More random cleanups
33020              From: Andy Lester <andy@petdance.com>
33021              Date: Fri, 17 Jun 2005 09:50:29 -0500
33022              Message-ID: <20050617145029.GC11769@petdance.com>
33023      Branch: perl
33024            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
33025 ____________________________________________________________________________
33026 [ 24905] By: steveh                                on 2005/06/20  09:30:23
33027         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
33028              
33029              The try.c test program added to Configure by change 24898 outputs
33030              "Yes" using each of VC++, GCC and BCC32, so here goes...
33031      Branch: perl
33032            ! win32/config.bc win32/config.gc win32/config.vc
33033            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
33034            ! win32/config_H.vc win32/config_H.vc64
33035 ____________________________________________________________________________
33036 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
33037         Log: Hugo suggests this.
33038      Branch: perl
33039            ! pod/perlhack.pod
33040 ____________________________________________________________________________
33041 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
33042         Log: Missed a chunk in previous commit
33043      Branch: perl
33044            ! pod/perlsyn.pod
33045 ____________________________________________________________________________
33046 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
33047         Log: Subject: [perl #36328] Until Statement Undocumented 
33048              From: Eric Amick (via RT) <perlbug-followup@perl.org>
33049              Date: 18 Jun 2005 03:47:32 -0000
33050              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
33051      Branch: perl
33052            ! pod/perlsyn.pod
33053 ____________________________________________________________________________
33054 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
33055         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
33056              From: Rick Delaney <rick@bort.ca>
33057              Date: Sun, 19 Jun 2005 09:47:22 -0400
33058              Message-ID: <20050619134722.GB31592@localhost.localdomain>
33059      Branch: perl
33060            ! op.c t/comp/parser.t
33061 ____________________________________________________________________________
33062 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
33063         Log: S_del_body is sufficiently small that inlining it is a space win.
33064      Branch: perl
33065            ! sv.c
33066 ____________________________________________________________________________
33067 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
33068         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
33069              to 0.0, as the memset has already done it.
33070      Branch: perl
33071            ! sv.c
33072 ____________________________________________________________________________
33073 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
33074         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
33075              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
33076              
33077              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
33078              From: "Craig A. Berry" <craigberry@mac.com>
33079              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
33080              Date: Sat, 18 Jun 2005 18:23:59 -0500
33081      Branch: perl
33082            ! Configure Porting/Glossary config_h.SH configure.com
33083 ____________________________________________________________________________
33084 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
33085         Log: Move the offset calculations outside of new_body/del_body.
33086              This makes some of the upgrade code slightly simpler.
33087      Branch: perl
33088            ! sv.c
33089 ____________________________________________________________________________
33090 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
33091         Log: Refactor sv_dup to memcpy from source to destination, and only
33092              explicitly copy the structure members that need explicit duplication.
33093      Branch: perl
33094            ! sv.c
33095 ____________________________________________________________________________
33096 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
33097         Log: Squeeze a little more savings by moving pte and he arenas into the
33098              common arena free code.
33099      Branch: perl
33100            ! hv.h perl.h sv.c
33101 ____________________________________________________________________________
33102 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
33103         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
33104              From: Jim Cromie <jcromie@divsol.com>
33105              Message-ID: <42B3C388.2090902@divsol.com>
33106              Date: Sat, 18 Jun 2005 00:47:36 -0600
33107      Branch: perl
33108            ! sv.c
33109 ____________________________________________________________________________
33110 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
33111         Log: update AVs and HVs using the old_body, and remove all of the local
33112              variables used to hold the SV body piecemeal.
33113      Branch: perl
33114            ! sv.c
33115 ____________________________________________________________________________
33116 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
33117         Log: sv_upgrade by memcpy
33118              AV and HV cases need tidyup
33119      Branch: perl
33120            ! sv.c
33121 ____________________________________________________________________________
33122 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
33123         Log: Fix compiling with -DPURIFY
33124      Branch: perl
33125            ! sv.c
33126 ____________________________________________________________________________
33127 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
33128         Log: Change 24886 was buggy - should be taking (and passing in) the
33129              address of the arena.
33130      Branch: perl
33131            ! sv.c
33132 ____________________________________________________________________________
33133 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
33134         Log: Add new internal error message to perldiag
33135      Branch: perl
33136            ! pod/perldiag.pod
33137 ____________________________________________________________________________
33138 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
33139         Log: Collect a little more information about the body we're getting rid of
33140      Branch: perl
33141            ! sv.c
33142 ____________________________________________________________________________
33143 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
33144         Log: Missing aTHX_ (noticed by Jim Cromie)
33145      Branch: perl
33146            ! sv.c
33147 ____________________________________________________________________________
33148 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
33149         Log: Move freeing the old body after the creating of the new body.
33150      Branch: perl
33151            ! sv.c
33152 ____________________________________________________________________________
33153 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
33154         Log: The only way is up!
33155              (*up*grades. Or croak)
33156      Branch: perl
33157            ! sv.c
33158 ____________________________________________________________________________
33159 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
33160         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
33161              From: "Steve Peters via RT" <perlbug-followup@perl.org>
33162              Date: 16 Jun 2005 17:11:14 -0000
33163              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
33164      Branch: perl
33165            ! Makefile.SH
33166 ____________________________________________________________________________
33167 [ 24883] By: steveh                                on 2005/06/17  11:36:45
33168         Log: Silence STDERR grumblings from Borland's math library.
33169              
33170              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
33171              renders change 24870 obsolete, hence it is reverted here).
33172      Branch: perl
33173            ! lib/warnings.t makedef.pl win32/win32.c
33174 ____________________________________________________________________________
33175 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
33176         Log: Upgrade to PathTools 3.09
33177      Branch: perl
33178            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
33179            ! lib/File/Spec.pm
33180 ____________________________________________________________________________
33181 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
33182         Log: new_pte/del_pte can use new_body/del_body too
33183      Branch: perl
33184            ! sv.c
33185 ____________________________________________________________________________
33186 [ 24880] By: steveh                                on 2005/06/17  08:28:32
33187         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
33188              From: "Jan Dubois" <jand@ActiveState.com>
33189              Date: Thu, 16 Jun 2005 11:43:15 -0700
33190              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
33191      Branch: perl
33192            ! win32/win32.c
33193 ____________________________________________________________________________
33194 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
33195         Log: Storing the ixv for magic arrays seems to cause double free errors on
33196              OS X. This all feels like voodoo.
33197      Branch: perl
33198            ! ext/B/B/Bytecode.pm
33199 ____________________________________________________________________________
33200 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
33201         Log: Replace all the new/del static functions with calls to a single pair
33202              of functions that uproot/plant bodies
33203      Branch: perl
33204            ! embed.fnc embed.h proto.h sv.c
33205 ____________________________________________________________________________
33206 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
33207         Log: Making more_* return a pointer, and swapping to a ternary ?: in
33208              new_* seems to generate slightly terser object code.
33209      Branch: perl
33210            ! sv.c
33211 ____________________________________________________________________________
33212 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
33213         Log: Replace all the S_more_* functions with a single function.
33214              Saves 1.5K on the object file in OS X when built with -Os
33215      Branch: perl
33216            ! sv.c
33217 ____________________________________________________________________________
33218 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
33219         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
33220              From: Jim Cromie <jcromie@divsol.com>
33221              Message-ID: <42ADC8ED.4090009@divsol.com>
33222              Date: Mon, 13 Jun 2005 11:57:01 -0600
33223      Branch: perl
33224            ! sv.c
33225 ____________________________________________________________________________
33226 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
33227         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
33228              idea, but as we are, turning on shared keys makes sense.
33229      Branch: perl
33230            ! util.c
33231 ____________________________________________________________________________
33232 [ 24873] By: merijn                                on 2005/06/16  14:33:10
33233         Log: Subject: [PATCH] Lint support
33234              From: Andy Lester <andy@petdance.com>
33235              Date: Thu, 16 Jun 2005 09:35:21 -0500
33236              Message-ID: <20050616143521.GB22188@petdance.com>
33237      Branch: perl
33238            ! XSUB.h perl.h universal.c
33239 ____________________________________________________________________________
33240 [ 24872] By: merijn                                on 2005/06/16  14:24:43
33241         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
33242              From: Ken Williams <ken@mathforum.org>
33243              Date: Wed, 15 Jun 2005 20:00:42 -0500
33244              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
33245      Branch: perl
33246            ! lib/ExtUtils/ParseXS/t/XSTest.xs
33247 ____________________________________________________________________________
33248 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
33249         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
33250              From: Andy Lester <andy@petdance.com>
33251              Date: Thu, 16 Jun 2005 09:13:42 -0500
33252              Message-ID: <20050616141342.GA22188@petdance.com>
33253      Branch: perl
33254            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
33255            ! regexec.c sv.c toke.c util.c
33256 ____________________________________________________________________________
33257 [ 24870] By: steveh                                on 2005/06/16  13:16:56
33258         Log: Teach lib/warnings.t about Borland CRT error messages
33259      Branch: perl
33260            ! lib/warnings.t
33261 ____________________________________________________________________________
33262 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
33263         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
33264              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
33265              Date: 10 Jun 2005 12:46:41 -0000
33266              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
33267              
33268              and bump version number
33269      Branch: perl
33270            ! ext/IO/lib/IO/File.pm
33271 ____________________________________________________________________________
33272 [ 24868] By: steveh                                on 2005/06/16  11:10:01
33273         Log: Update README.win32
33274              
33275              (Mention Borland compiler is also free; update libwin32 link)
33276      Branch: perl
33277            ! README.win32
33278 ____________________________________________________________________________
33279 [ 24867] By: steveh                                on 2005/06/16  11:00:19
33280         Log: Give op/taint.t a helping hand for Borland compiler on Win32
33281      Branch: perl
33282            ! t/op/taint.t
33283 ____________________________________________________________________________
33284 [ 24866] By: steveh                                on 2005/06/16  09:51:33
33285         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
33286      Branch: perl
33287            ! win32/makefile.mk
33288 ____________________________________________________________________________
33289 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
33290         Log: Subs with builtin attributes shouldn't be made constant
33291              
33292              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
33293              From: Salvador "FandiXo" <sfandino@yahoo.com>
33294              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
33295              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
33296      Branch: perl
33297            ! op.c
33298 ____________________________________________________________________________
33299 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
33300         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
33301      Branch: perl
33302            ! pod/perl.pod pod/perlrun.pod
33303 ____________________________________________________________________________
33304 [ 24863] By: steveh                                on 2005/06/16  09:09:22
33305         Log: Simplify win32/makefile.mk for static extensions with GCC
33306      Branch: perl
33307            ! win32/makefile.mk
33308 ____________________________________________________________________________
33309 [ 24862] By: steveh                                on 2005/06/16  08:51:14
33310         Log: Enable static extensions with Borland compiler on Win32
33311      Branch: perl
33312            ! win32/buildext.pl win32/makefile.mk
33313 ____________________________________________________________________________
33314 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
33315         Log: Revert part of change #24854
33316      Branch: perl
33317            ! ext/Devel/DProf/t/DProf.t perl.c
33318 ____________________________________________________________________________
33319 [ 24860] By: steveh                                on 2005/06/16  07:40:21
33320         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
33321              
33322              (Fixes a linker error on Win 32 introduced by change #24847)
33323      Branch: perl
33324            ! makedef.pl
33325 ____________________________________________________________________________
33326 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
33327         Log: Don't write bytecode to load the NVX of AVs and HVs
33328      Branch: perl
33329            ! ext/B/B/Bytecode.pm
33330 ____________________________________________________________________________
33331 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
33332         Log: We were failing to pring "not ok" if the text exited uncleanly
33333      Branch: perl
33334            ! ext/B/t/bytecode.t
33335 ____________________________________________________________________________
33336 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
33337         Log: assert that you aren't assigning to the NVX of an AV or HV
33338      Branch: perl
33339            ! sv.h
33340 ____________________________________________________________________________
33341 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
33342         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
33343              this can be useful to use valgrind for example
33344      Branch: perl
33345            ! t/test.pl
33346 ____________________________________________________________________________
33347 [ 24855] By: steveh                                on 2005/06/15  16:30:58
33348         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
33349              
33350              This pattern match seems a little saner, and stops " for Win32"
33351              getting picked up from the following output:
33352              
33353              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
33354              
33355              Maybe it breaks older versions, but at least the latest now works
33356              correctly. If anyone knows what older versions' messages look like
33357              then speak up!
33358      Branch: perl
33359            ! win32/config_sh.PL
33360 ____________________________________________________________________________
33361 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
33362         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
33363              From: Steve Peters <steve@fisharerojo.org>
33364              Date: Wed, 15 Jun 2005 11:30:41 -0500
33365              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
33366      Branch: perl
33367            ! ext/Devel/DProf/t/DProf.t perl.c
33368 ____________________________________________________________________________
33369 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
33370         Log: Subject: sort optimization
33371              From: Salvador Fandiño <sfandino@yahoo.com>
33372              Date: Mon, 06 Jun 2005 12:05:05 +0100
33373              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
33374      Branch: perl
33375            ! pp_sort.c
33376 ____________________________________________________________________________
33377 [ 24852] By: steveh                                on 2005/06/15  16:02:06
33378         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
33379      Branch: perl
33380            ! win32/makefile.mk
33381 ____________________________________________________________________________
33382 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
33383         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
33384              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
33385              Date: 15 Jun 2005 13:54:53 -0000
33386              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
33387      Branch: perl
33388            ! op.c t/op/attrs.t
33389 ____________________________________________________________________________
33390 [ 24850] By: merijn                                on 2005/06/15  13:57:57
33391         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
33392              Thanks Nick!
33393      Branch: perl
33394            ! sv.c
33395 ____________________________________________________________________________
33396 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
33397         Log: Better phrasing
33398      Branch: perl
33399            ! pod/perlfunc.pod
33400 ____________________________________________________________________________
33401 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
33402         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
33403              From: Alexey Tourbin <at@altlinux.ru>
33404              Date: Sun, 5 Jun 2005 03:42:42 +0400
33405              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
33406      Branch: perl
33407            ! ext/Storable/Storable.xs
33408 ____________________________________________________________________________
33409 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
33410         Log: Subject: [PATCH] CopSTASH_eq again
33411              From: Andy Lester <andy@petdance.com>
33412              Date: Tue, 14 Jun 2005 23:49:26 -0500
33413              Message-ID: <20050615044926.GA29087@petdance.com>
33414      Branch: perl
33415            ! cop.h embed.fnc embed.h global.sym proto.h util.c
33416 ____________________________________________________________________________
33417 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
33418         Log: Fix warning nits, by Jarkko
33419      Branch: perl
33420            ! sv.c
33421 ____________________________________________________________________________
33422 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
33423         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
33424              From: Steve Peters <steve@fisharerojo.org>
33425              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
33426              Date: Tue, 14 Jun 2005 14:30:52 -0500
33427      Branch: perl
33428            ! embed.fnc proto.h
33429 ____________________________________________________________________________
33430 [ 24844] By: davem                                 on 2005/06/14  17:24:18
33431         Log: whoops, Perl_magic_freearylen_p returns int
33432      Branch: perl
33433            ! mg.c
33434 ____________________________________________________________________________
33435 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
33436         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
33437              Here's a temporary hack, pending a way for B to correctly identify
33438              PVs that are variable names in pads.
33439      Branch: perl
33440            ! ext/B/B.xs
33441 ____________________________________________________________________________
33442 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
33443         Log: Add core test preamble
33444      Branch: perl
33445            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
33446            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
33447            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
33448            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
33449            ! lib/IO/Zlib/t/uncomp2.t
33450 ____________________________________________________________________________
33451 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
33452         Log: Test was coredumping with a shared perl library.
33453              This is wrong. It seems that what gets peephole optimised
33454              (in this case named method calls into shared string scalars) depends
33455              on whether there is a shared perl library.
33456              Anyway, fix the symptom - the coredump.
33457      Branch: perl
33458            ! ext/XS/APItest/t/hash.t
33459 ____________________________________________________________________________
33460 [ 24840] By: steveh                                on 2005/06/14  13:36:03
33461         Log: Stop "test" filename clashing with "TEST" on Win32
33462              
33463              (and bump $IO::Zlib::VERSION again)
33464      Branch: perl
33465            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
33466 ____________________________________________________________________________
33467 [ 24839] By: steveh                                on 2005/06/14  13:26:30
33468         Log: Actually skip tests when they're supposed to be skipped!
33469              
33470              (and bump $IO::Zlib::VERSION)
33471      Branch: perl
33472            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
33473 ____________________________________________________________________________
33474 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
33475         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
33476              From: Steve Peters <steve@fisharerojo.org>
33477              Date: Tue, 14 Jun 2005 08:16:38 -0500
33478              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
33479      Branch: perl
33480            ! ext/B/B.xs
33481 ____________________________________________________________________________
33482 [ 24837] By: steveh                                on 2005/06/14  13:13:17
33483         Log: Don't delete IO/Zlib during distclean on Win32
33484              
33485              (IO/Socket still needs to go, though)
33486      Branch: perl
33487            ! win32/Makefile win32/makefile.mk
33488 ____________________________________________________________________________
33489 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
33490         Log: Document ${^UTF8LOCALE}
33491      Branch: perl
33492            ! pod/perlvar.pod
33493 ____________________________________________________________________________
33494 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
33495         Log: Add IO::Zlib in maintainers list
33496      Branch: perl
33497            ! Porting/Maintainers.pl
33498 ____________________________________________________________________________
33499 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
33500         Log: Add IO::Zlib 1.04 to bleadperl
33501      Branch: perl
33502            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
33503            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
33504            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
33505            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
33506            + lib/IO/Zlib/t/uncomp2.t
33507            ! MANIFEST Makefile.SH
33508 ____________________________________________________________________________
33509 [ 24833] By: davem                                 on 2005/06/14  10:15:10
33510         Log: Perl_magic_freearylen_p could coredump
33511      Branch: perl
33512            ! mg.c
33513 ____________________________________________________________________________
33514 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
33515         Log: Subject: better assertion support
33516              From: Salvador Fandiño <sfandino@yahoo.com>
33517              Date: Mon, 13 Jun 2005 16:48:01 +0100
33518              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
33519      Branch: perl
33520            + lib/assertions/compat.pm t/comp/asstcompat.t
33521            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
33522            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
33523 ____________________________________________________________________________
33524 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
33525         Log: Since the version module is use'd afterwards, use_ok needs to be
33526              in a BEGIN block
33527      Branch: perl
33528            ! lib/version.t
33529 ____________________________________________________________________________
33530 [ 24830] By: steveh                                on 2005/06/14  07:42:33
33531         Log: Add BUILDOPTEXTRA to Win32 makefiles
33532              
33533              This allows extra build options, e.g. -DNO_HASH_SEED, to be
33534              specified on the command line, which is otherwise not possible
33535              under nmake using the existing BUILDOPT macro
33536              
33537              Suggested by Jan Dubois <jand@ActiveState.com>
33538      Branch: perl
33539            ! win32/Makefile win32/makefile.mk
33540 ____________________________________________________________________________
33541 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
33542         Log: Pay attention to the comments that Dave writes.
33543      Branch: perl
33544            ! sv.c
33545 ____________________________________________________________________________
33546 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
33547         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
33548      Branch: perl
33549            ! ext/POSIX/POSIX.xs
33550 ____________________________________________________________________________
33551 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
33552         Log: Croak if an attempt is made to modify PL_strtab
33553              (er, TODO - these should be in perldiag)
33554      Branch: perl
33555            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
33556            ! ext/XS/APItest/t/hash.t hv.c
33557 ____________________________________________________________________________
33558 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
33559         Log: More SvPV consting
33560      Branch: perl
33561            ! perl.c
33562 ____________________________________________________________________________
33563 [ 24825] By: steveh                                on 2005/06/13  16:35:19
33564         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
33565              From: vadim <vadim@vkonovalov.ru>
33566              Date: Mon, 13 Jun 2005 15:41:41 -0400
33567              Message-Id: <1118691701.6333.32.camel@mdk10>
33568      Branch: perl
33569            ! win32/Makefile win32/makefile.mk
33570 ____________________________________________________________________________
33571 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
33572         Log: With shared hash key scalars now accessing the hash via the PVX, you
33573              can't fake them with regular PVIVs. So fake method calls have to use
33574              real shared hask key scalars.
33575      Branch: perl
33576            ! ext/B/t/optree_specials.t op.c
33577 ____________________________________________________________________________
33578 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
33579         Log: Subject: [PATCH] Bring bleadperl up to version.pm
33580              From: John Peacock <jpeacock@rowman.com>
33581              Date: Mon, 06 Jun 2005 05:18:21 -0400
33582              Message-ID: <42A414DD.8090504@rowman.com>
33583      Branch: perl
33584            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
33585            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
33586            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
33587 ____________________________________________________________________________
33588 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
33589         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
33590              From: Offer Kaye <offer.kaye@gmail.com>
33591              Date: Thu, 2 Jun 2005 09:14:53 +0300
33592              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
33593      Branch: perl
33594            ! pod/perlmod.pod
33595 ____________________________________________________________________________
33596 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
33597         Log: Change 24816 forgot to update makedef.pl
33598      Branch: perl
33599            ! makedef.pl
33600 ____________________________________________________________________________
33601 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
33602         Log: Make some variables global, to avoid some "will not stay
33603              shared" warnings at compile time
33604      Branch: perl
33605            ! lib/ExtUtils/ParseXS.pm
33606 ____________________________________________________________________________
33607 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
33608         Log: S_share_hek_flags can revert to returning a HEK
33609      Branch: perl
33610            ! embed.fnc hv.c proto.h
33611 ____________________________________________________________________________
33612 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
33613         Log: Remove MANIFEST for Compress::Zlib
33614      Branch: perl
33615            - ext/Compress/Zlib/MANIFEST
33616            ! MANIFEST
33617 ____________________________________________________________________________
33618 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
33619         Log: Make SvUPGRADE always have the value '1'
33620              Make sv_upgrade a void function
33621      Branch: perl
33622            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
33623 ____________________________________________________________________________
33624 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
33625         Log: We no longer need PL_shared_hek_table
33626      Branch: perl
33627            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
33628            ! sv.c
33629 ____________________________________________________________________________
33630 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
33631         Log: Help "make distclean"
33632      Branch: perl
33633            ! Makefile.SH
33634 ____________________________________________________________________________
33635 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
33636         Log: Clone all shared string PVs as shared string PVs (now that we can do
33637              it very efficiently)
33638      Branch: perl
33639            ! sv.c
33640 ____________________________________________________________________________
33641 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
33642         Log: duping shared hask key scalars can use hek_dup
33643      Branch: perl
33644            ! sv.c
33645 ____________________________________________________________________________
33646 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
33647         Log: hek_dup can now store the HEK rather than the HE, as there is now a
33648              fast way to share a hek
33649      Branch: perl
33650            ! hv.c
33651 ____________________________________________________________________________
33652 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
33653         Log: Provide share_hek_hek, and use it for fast copying of shared string
33654              scalars.
33655      Branch: perl
33656            ! hv.h sv.c
33657 ____________________________________________________________________________
33658 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
33659         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
33660              HEKs
33661      Branch: perl
33662            ! hv.c
33663 ____________________________________________________________________________
33664 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
33665         Log: Shortcut chasing round strtab when we're not the last reference.
33666      Branch: perl
33667            ! hv.c
33668 ____________________________________________________________________________
33669 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
33670         Log: In the shared string table, store the HE and HEK next to each other
33671              in one malloc()ed block.
33672      Branch: perl
33673            ! hv.c hv.h
33674 ____________________________________________________________________________
33675 [ 24807] By: merijn                                on 2005/06/12  09:58:32
33676         Log: Subject: [PATCH] perlipc.pod: mkfifo()
33677              From: Alexey Tourbin <at@altlinux.ru>
33678              Date: Sat, 11 Jun 2005 16:26:56 +0400
33679              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
33680      Branch: perl
33681            ! pod/perlipc.pod
33682 ____________________________________________________________________________
33683 [ 24806] By: merijn                                on 2005/06/12  09:54:07
33684         Log: Subject: improve static build for win32/Makefile
33685              From: vadim <vadim@vkonovalov.ru>
33686              Date: Sun, 12 Jun 2005 14:09:11 -0400
33687              Message-Id: <1118599750.2732.2.camel@mdk10>
33688      Branch: perl
33689            ! win32/Makefile
33690 ____________________________________________________________________________
33691 [ 24805] By: merijn                                on 2005/06/12  09:19:38
33692         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
33693              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
33694              Date: Sat, 11 Jun 2005 22:23:00 +0100
33695              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
33696      Branch: perl
33697            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
33698            ! ext/Compress/Zlib/t/05gzsetp.t
33699 ____________________________________________________________________________
33700 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
33701         Log: This isn't an LVALUE, so make the compiler enforce that.
33702      Branch: perl
33703            ! sv.h
33704 ____________________________________________________________________________
33705 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
33706         Log: hash key code cleanup
33707      Branch: perl
33708            ! embed.fnc hv.c hv.h proto.h
33709 ____________________________________________________________________________
33710 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
33711         Log: Shrink shared hash scalars from PVIV to PV
33712      Branch: perl
33713            ! embed.fnc embed.h proto.h sv.c sv.h
33714 ____________________________________________________________________________
33715 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
33716         Log: Propagate const/mutable/not into the SvPV call for retrieving an
33717              overloaded value.
33718      Branch: perl
33719            ! sv.c
33720 ____________________________________________________________________________
33721 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
33722         Log: More SvPV consting. And other related drive-by refactoring.
33723      Branch: perl
33724            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
33725            ! xsutils.c
33726 ____________________________________________________________________________
33727 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
33728         Log: More SvPV consting, including some code cleanup and living dangerously
33729              with socket API calls.
33730      Branch: perl
33731            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
33732 ____________________________________________________________________________
33733 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
33734         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
33735      Branch: perl
33736            ! doio.c doop.c dump.c op.c sv.c
33737 ____________________________________________________________________________
33738 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
33739         Log: Allison says that "Media" isn't really needed in the name.
33740      Branch: perl
33741            ! pod/perl.pod
33742 ____________________________________________________________________________
33743 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
33744         Log: Add SvGROW_mutable
33745      Branch: perl
33746            ! sv.c sv.h
33747 ____________________________________________________________________________
33748 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
33749         Log: Passing read only values (such as string constants) to select should
33750              croak.
33751      Branch: perl
33752            + t/op/sselect.t
33753            ! MANIFEST pp_sys.c
33754 ____________________________________________________________________________
33755 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
33756         Log: Don't pass constants to select
33757      Branch: perl
33758            ! t/op/lex_assign.t
33759 ____________________________________________________________________________
33760 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
33761         Log: Pre-run and disarm the code automodification run by
33762              Compress::Zlib's Makefile
33763      Branch: perl
33764            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
33765            ! ext/Compress/Zlib/examples/filtdef
33766            ! ext/Compress/Zlib/examples/filtinf
33767            ! ext/Compress/Zlib/examples/gzcat
33768            ! ext/Compress/Zlib/examples/gzgrep
33769            ! ext/Compress/Zlib/examples/gzstream
33770            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33771            ! ext/Compress/Zlib/t/03examples.t
33772            ! ext/Compress/Zlib/t/04encoding.t
33773            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
33774 ____________________________________________________________________________
33775 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
33776         Log: Update Windows makefiles
33777      Branch: perl
33778            ! win32/Makefile win32/makefile.mk
33779 ____________________________________________________________________________
33780 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
33781         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
33782              $#... interaction. 
33783      Branch: perl
33784            ! scope.c t/op/array.t
33785 ____________________________________________________________________________
33786 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
33787         Log: Update maintainers list
33788      Branch: perl
33789            ! Porting/Maintainers.pl
33790 ____________________________________________________________________________
33791 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
33792         Log: Bump version number
33793      Branch: perl
33794            ! ext/Compress/Zlib/Zlib.pm
33795 ____________________________________________________________________________
33796 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
33797         Log: Makefile.PL adjustments for the core
33798      Branch: perl
33799            ! ext/Compress/Zlib/Makefile.PL
33800 ____________________________________________________________________________
33801 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
33802         Log: SvUPGRADE returns void in blead
33803      Branch: perl
33804            ! ext/Compress/Zlib/Zlib.xs
33805 ____________________________________________________________________________
33806 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
33807         Log: Drom Compress::Zlib 1.34 in ext/
33808      Branch: perl
33809            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
33810            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
33811            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
33812            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
33813            + ext/Compress/Zlib/examples/filtdef
33814            + ext/Compress/Zlib/examples/filtinf
33815            + ext/Compress/Zlib/examples/gzcat
33816            + ext/Compress/Zlib/examples/gzgrep
33817            + ext/Compress/Zlib/examples/gzstream
33818            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
33819            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
33820            + ext/Compress/Zlib/t/03examples.t
33821            + ext/Compress/Zlib/t/04encoding.t
33822            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
33823            + ext/Compress/Zlib/typemap
33824            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
33825            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
33826            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
33827            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
33828            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
33829            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
33830            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
33831            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
33832            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
33833            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
33834            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
33835            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
33836            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
33837            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
33838            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
33839            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
33840            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
33841            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
33842            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
33843            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
33844            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
33845            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
33846            ! MANIFEST
33847 ____________________________________________________________________________
33848 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
33849         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
33850      Branch: perl
33851            ! sv.c
33852 ____________________________________________________________________________
33853 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
33854         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
33855      Branch: perl
33856            ! av.c pod/perldiag.pod t/op/array.t
33857 ____________________________________________________________________________
33858 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
33859         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
33860              (but not \$#a after local @a or my @a leave a block)
33861      Branch: perl
33862            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
33863 ____________________________________________________________________________
33864 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
33865         Log: Convert op/array.t to test.pl
33866      Branch: perl
33867            ! t/op/array.t
33868 ____________________________________________________________________________
33869 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
33870         Log: Revert part of previous patch
33871      Branch: perl
33872            ! util.c
33873 ____________________________________________________________________________
33874 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
33875         Log: Subject: [PATCH] regcomp.c and more
33876              From: Andy Lester <andy@petdance.com>
33877              Date: Thu, 9 Jun 2005 10:05:56 -0500
33878              Message-ID: <20050609150556.GA30554@petdance.com>
33879      Branch: perl
33880            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
33881 ____________________________________________________________________________
33882 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
33883         Log: More SvPV consting
33884      Branch: perl
33885            ! mg.c perlio.c pp_pack.c
33886 ____________________________________________________________________________
33887 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
33888         Log: Don't ignore errors from an eval.
33889      Branch: perl
33890            ! t/op/pack.t
33891 ____________________________________________________________________________
33892 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
33893         Log: Update API docs.
33894      Branch: perl
33895            ! pod/perlapi.pod
33896 ____________________________________________________________________________
33897 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
33898         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
33899      Branch: perl
33900            ! opnames.h reentr.c reentr.h
33901 ____________________________________________________________________________
33902 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
33903         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
33904              starts.
33905      Branch: perl
33906            ! reentr.pl
33907 ____________________________________________________________________________
33908 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
33909         Log: Make minitest pass (must skip if no dynaloading)
33910      Branch: perl
33911            ! t/op/goto_xs.t
33912 ____________________________________________________________________________
33913 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
33914         Log: Subject: [PATCH] pp_pack.c cleanup
33915              From: Andy Lester <andy@petdance.com>
33916              Date: Wed, 8 Jun 2005 10:23:53 -0500
33917              Message-ID: <20050608152353.GA6253@petdance.com>
33918      Branch: perl
33919            ! pp_pack.c
33920 ____________________________________________________________________________
33921 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
33922         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
33923              From: Alexey Tourbin <at@altlinux.ru>
33924              Date: Wed, 8 Jun 2005 13:45:08 +0400
33925              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
33926      Branch: perl
33927            ! pod/perlfunc.pod
33928 ____________________________________________________________________________
33929 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
33930         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
33931              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
33932              Date: Thu, 09 Jun 2005 08:50:56 +0300
33933              Message-ID: <42A7D8C0.1080104@gmail.com>
33934      Branch: perl
33935            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
33936 ____________________________________________________________________________
33937 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
33938         Log: More SvPV consting
33939      Branch: perl
33940            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
33941 ____________________________________________________________________________
33942 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
33943         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
33944      Branch: perl
33945            ! sv.c
33946 ____________________________________________________________________________
33947 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
33948         Log: Add SvPV_mutable for use by the old COW code.
33949      Branch: perl
33950            ! sv.h
33951 ____________________________________________________________________________
33952 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
33953         Log: sv_setsv is allowed to swipe buffers from read only scalars
33954      Branch: perl
33955            ! sv.c
33956 ____________________________________________________________________________
33957 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
33958         Log: const-ize pp_formline
33959      Branch: perl
33960            ! pp_ctl.c
33961 ____________________________________________________________________________
33962 [ 24764] By: merijn                                on 2005/06/08  19:14:19
33963         Log: Cygwin fails to open $^X on many occasion here
33964              afile is still available from the previous test
33965      Branch: perl
33966            ! t/io/layers.t
33967 ____________________________________________________________________________
33968 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
33969         Log: Remove repeated C<n_a>s
33970      Branch: perl
33971            ! perl.c
33972 ____________________________________________________________________________
33973 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
33974         Log: Remove the n_a
33975      Branch: perl
33976            ! malloc.c
33977 ____________________________________________________________________________
33978 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
33979         Log: Add and use MgPV_nolen_const
33980      Branch: perl
33981            ! mg.c mg.h
33982 ____________________________________________________________________________
33983 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
33984         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
33985      Branch: perl
33986            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
33987            ! proto.h regcomp.c taint.c toke.c
33988 ____________________________________________________________________________
33989 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
33990         Log: Allow a null length pointer to sv_pvn_force_flags.
33991              Add SvPV_force_nolen and use it to remove some C<n_a>s
33992      Branch: perl
33993            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
33994 ____________________________________________________________________________
33995 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
33996         Log: n_a no more
33997      Branch: perl
33998            ! perl.c pp_ctl.c pp_sys.c universal.c
33999 ____________________________________________________________________________
34000 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
34001         Log: Eliminate more C<n_a>s
34002      Branch: perl
34003            ! XSUB.h pp.h
34004 ____________________________________________________________________________
34005 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
34006         Log: A mising cast (given that rx->subbeg is only char *)
34007      Branch: perl
34008            ! pp_hot.c
34009 ____________________________________________________________________________
34010 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
34011         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
34012      Branch: perl
34013            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
34014            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
34015            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
34016            ! sv.h
34017 ____________________________________________________________________________
34018 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
34019         Log: Subject: [PATCH] regexec.c utf8 loading
34020              From: Andy Lester <andy@petdance.com>
34021              Date: Wed, 8 Jun 2005 00:03:32 -0500
34022              Message-ID: <20050608050332.GA31059@petdance.com>
34023      Branch: perl
34024            ! regexec.c
34025 ____________________________________________________________________________
34026 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
34027         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
34028              From: José Pedro Oliveira <jpo@di.uminho.pt>
34029              Date: Tue, 07 Jun 2005 21:07:42 +0100
34030              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
34031      Branch: perl
34032            ! lib/FindBin.pm
34033 ____________________________________________________________________________
34034 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
34035         Log: One more SvPV_const
34036      Branch: perl
34037            ! pp.c
34038 ____________________________________________________________________________
34039 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
34040         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
34041      Branch: perl
34042            ! sv.h
34043 ____________________________________________________________________________
34044 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
34045         Log: Remove two more unused C<n_a>s
34046      Branch: perl
34047            ! pp_sys.c
34048 ____________________________________________________________________________
34049 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
34050         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
34051      Branch: perl
34052            ! sv.c
34053 ____________________________________________________________________________
34054 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
34055         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
34056              Elminate a lot of C<n_a>s
34057      Branch: perl
34058            ! pp.h pp_ctl.c pp_sys.c
34059 ____________________________________________________________________________
34060 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
34061         Log: Add SvPVx_nolen and SvPVbytex_nolen
34062      Branch: perl
34063            ! sv.h
34064 ____________________________________________________________________________
34065 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
34066         Log: More SvPV consting
34067      Branch: perl
34068            ! perly.act perly.y
34069 ____________________________________________________________________________
34070 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
34071         Log: Mark a static function as static
34072      Branch: perl
34073            ! utf8.c
34074 ____________________________________________________________________________
34075 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
34076         Log: More SvPV consting
34077      Branch: perl
34078            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
34079            ! sv.c toke.c
34080 ____________________________________________________________________________
34081 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
34082         Log: More SvPV consting
34083      Branch: perl
34084            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
34085            ! sv.c
34086 ____________________________________________________________________________
34087 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
34088         Log: More consting of SvPV
34089      Branch: perl
34090            ! embed.fnc pp_ctl.c proto.h sv.c
34091 ____________________________________________________________________________
34092 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
34093         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
34094      Branch: perl
34095            ! sv.h
34096 ____________________________________________________________________________
34097 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
34098         Log: More SvPV consting.
34099      Branch: perl
34100            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
34101            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
34102 ____________________________________________________________________________
34103 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
34104         Log: Add SvPV_nolen_const and SvPV_nomg_const
34105      Branch: perl
34106            ! sv.h
34107 ____________________________________________________________________________
34108 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
34109         Log: Add MgPV_const
34110      Branch: perl
34111            ! mg.h
34112 ____________________________________________________________________________
34113 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
34114         Log: Remove unused variable (thanks to Andy's lint)
34115      Branch: perl
34116            ! mg.c
34117 ____________________________________________________________________________
34118 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
34119         Log: Change 24733 allows several pointers to be NULL. Therefore this
34120              should be reflected in their attributes.
34121      Branch: perl
34122            ! embed.fnc proto.h
34123 ____________________________________________________________________________
34124 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
34125         Log: Subject: [PATCH] Random cleanups #47
34126              From: Andy Lester <andy@petdance.com>
34127              Date: Mon, 6 Jun 2005 10:11:07 -0500
34128              Message-ID: <20050606151107.GC7022@petdance.com>
34129      Branch: perl
34130            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
34131            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
34132 ____________________________________________________________________________
34133 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
34134         Log: make some more functions static
34135              
34136              Subject: [PATCH] B/C/C.xs: static my_runops()
34137              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
34138              
34139              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
34140              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
34141              
34142              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
34143              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
34144              
34145              all being :
34146              From: Alexey Tourbin <at@altlinux.ru>
34147              Date: Sun, 5 Jun 2005
34148      Branch: perl
34149            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
34150 ____________________________________________________________________________
34151 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
34152         Log: Simplify the implementation of SvPV*nolen functions
34153      Branch: perl
34154            ! sv.c sv.h
34155 ____________________________________________________________________________
34156 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
34157         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
34158      Branch: perl
34159            ! sv.c sv.h
34160 ____________________________________________________________________________
34161 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
34162         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
34163              (spotted by Steve_p)
34164      Branch: perl
34165            ! util.c
34166 ____________________________________________________________________________
34167 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
34168         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
34169              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34170              Date: Sun, 05 Jun 2005 18:06:12 +0300
34171              Message-ID: <42A314E4.8060608@gmail.com>
34172      Branch: perl
34173            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
34174            ! utf8.c utf8.h
34175 ____________________________________________________________________________
34176 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
34177         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
34178              From: Alexey Tourbin <at@altlinux.ru>
34179              Date: Sun, 5 Jun 2005 03:08:30 +0400
34180              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
34181      Branch: perl
34182            ! util.c
34183 ____________________________________________________________________________
34184 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
34185         Log: Fix apidoc for newSVhek
34186      Branch: perl
34187            ! pod/perlapi.pod sv.c
34188 ____________________________________________________________________________
34189 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
34190         Log: make pp_split const
34191      Branch: perl
34192            ! pp.c
34193 ____________________________________________________________________________
34194 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
34195         Log: Lots of consting
34196      Branch: perl
34197            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
34198            ! pp_sys.c
34199 ____________________________________________________________________________
34200 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
34201         Log: The FBM compile code is mutable, because it's permissible to FBM
34202              compile a read-only value.
34203      Branch: perl
34204            ! util.c
34205 ____________________________________________________________________________
34206 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
34207         Log: XS_VERSION_BOOTCHECK is read only.
34208      Branch: perl
34209            ! XSUB.h
34210 ____________________________________________________________________________
34211 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
34212         Log: POPpx needs a const equivalent.
34213      Branch: perl
34214            ! pp.h
34215 ____________________________________________________________________________
34216 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
34217         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
34218              routines need to be mutable, as it's permitted to change the type of
34219              a READONLY SV, or cache the string or number conversion.
34220              Other routines are mostly const.
34221      Branch: perl
34222            ! sv.c
34223 ____________________________________________________________________________
34224 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
34225         Log: Need const versions of SvPV(), so that its callers can indicate
34226              whether they are read/write or read only
34227              Also provide a mutable version, for the internals to use where it
34228              needs a non-const pointer, but will be writing. Callers of this are
34229              assumed to be aware of how copy on write is working, and to keep
34230              track of core changes.
34231              
34232              For now check that SVs are not READONLY when const versions are used.
34233              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
34234              READONLY flag, but for now it provides a good test indicator.
34235      Branch: perl
34236            ! sv.h
34237 ____________________________________________________________________________
34238 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
34239         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
34240              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34241              Date: Mon, 06 Jun 2005 20:28:35 +0300
34242              Message-ID: <42A487C3.8010306@gmail.com>
34243      Branch: perl
34244            ! pod/perlfunc.pod pp.c t/op/chr.t
34245 ____________________________________________________________________________
34246 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
34247         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
34248              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
34249              Date: Tue, 7 Jun 2005 13:19:33 +0400 
34250              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
34251      Branch: perl
34252            ! README.win32
34253 ____________________________________________________________________________
34254 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
34255         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
34256              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
34257              Date: 6 Jun 2005 23:24:28 -0000
34258              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
34259      Branch: perl
34260            ! toke.c
34261 ____________________________________________________________________________
34262 [ 24717] By: merijn                                on 2005/06/07  08:18:59
34263         Log: Subject: [PATCH] Unvoid SvUPGRADE
34264              From: Andy Lester <andy@petdance.com>
34265              Date: Mon, 6 Jun 2005 23:08:50 -0500
34266              Message-ID: <20050607040850.GA7033@petdance.com>
34267      Branch: perl
34268            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
34269            ! scope.c sv.c sv.h toke.c util.c
34270 ____________________________________________________________________________
34271 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
34272         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
34273      Branch: perl
34274            ! hv.c pp_hot.c sv.c sv.h
34275 ____________________________________________________________________________
34276 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
34277         Log: SvIsCOW_shared_hash is declared all the time, so use it.
34278      Branch: perl
34279            ! pp_hot.c
34280 ____________________________________________________________________________
34281 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
34282         Log: Shared hash key scalars can be safely copied as shared hash key scalars
34283              all the time.
34284      Branch: perl
34285            ! sv.c
34286 ____________________________________________________________________________
34287 [ 24713] By: steveh                                on 2005/06/06  07:52:59
34288         Log: NORETURN_FUNCTION_END is not a complete statement
34289              
34290              (Fix compilation error following change #24702)
34291      Branch: perl
34292            ! ext/IO/IO.xs
34293 ____________________________________________________________________________
34294 [ 24712] By: steveh                                on 2005/06/06  07:47:06
34295         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
34296              
34297              (Fix compilation error following change #24689)
34298      Branch: perl
34299            ! sv.c
34300 ____________________________________________________________________________
34301 [ 24711] By: merijn                                on 2005/06/06  06:18:51
34302         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
34303              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34304              Date: Sun, 05 Jun 2005 18:28:08 +0300
34305              Message-ID: <42A31A08.3070601@gmail.com>
34306      Branch: perl
34307            ! Makefile.SH
34308 ____________________________________________________________________________
34309 [ 24710] By: merijn                                on 2005/06/06  06:01:30
34310         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
34311              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34312              Date: Sun, 5 Jun 2005 20:43:55 -0700
34313              Message-ID: <20050606034354.GA1456@efn.org>
34314      Branch: perl
34315            ! cygwin/cygwin.c
34316 ____________________________________________________________________________
34317 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
34318         Log: New test for getppid(), by Alexey Tourbin
34319      Branch: perl
34320            + t/op/getppid.t
34321            ! MANIFEST
34322 ____________________________________________________________________________
34323 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
34324         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
34325              From: Salvador Fandiño <sfandino@yahoo.com>
34326              Date: Jun 5, 2005 4:25 AM
34327              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
34328      Branch: perl
34329            ! pp_sort.c
34330 ____________________________________________________________________________
34331 [ 24707] By: ams                                   on 2005/06/05  03:55:11
34332         Log: Subject: [PATCH] Fix minor bummer in 24706
34333              From: Andy Lester <andy@petdance.com>
34334              Date: Sat, 4 Jun 2005 23:09:04 -0500
34335              Message-Id: <20050605040904.GA27783@petdance.com>
34336      Branch: perl
34337            ! utf8.c
34338 ____________________________________________________________________________
34339 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
34340         Log: Subject: [PATCH] further speeding up of is_utf8_string()
34341              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34342              Date: Sat, 04 Jun 2005 13:40:15 +0300
34343              Message-ID: <42A1850F.4040109@gmail.com>
34344      Branch: perl
34345            + t/op/chr.t
34346            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
34347 ____________________________________________________________________________
34348 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
34349         Log: Silence a const warning
34350      Branch: perl
34351            ! sv.c
34352 ____________________________________________________________________________
34353 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
34354         Log: Improve FindBin discovery of current directory, based on :
34355              
34356              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
34357              From: José Pedro Oliveira <jpo@di.uminho.pt>
34358              Date: Thu, 12 May 2005 20:36:48 +0100
34359              Message-ID: <4283B050.6080805@di.uminho.pt>
34360              
34361              Plus POD fixes
34362      Branch: perl
34363            ! lib/FindBin.pm
34364 ____________________________________________________________________________
34365 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
34366         Log: Simplify the getppid code, by Alexey Tourbin
34367      Branch: perl
34368            ! pp_sys.c
34369 ____________________________________________________________________________
34370 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
34371         Log: Subject: [PATCH] Consting IO and Devel::Peek
34372              From: Andy Lester <andy@petdance.com>
34373              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
34374              Message-ID: <20050531212621.GA12117@petdance.com>
34375      Branch: perl
34376            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
34377 ____________________________________________________________________________
34378 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
34379         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
34380              From: Andy Lester <andy@petdance.com>
34381              Date: Jun 3, 2005 7:14 PM
34382              Message-ID: <20050603171448.GA5834@petdance.com>
34383      Branch: perl
34384            ! toke.c
34385 ____________________________________________________________________________
34386 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
34387         Log: Subject: B::Concise torture
34388              From: Jim Cromie <jcromie@divsol.com>
34389              Date: Jun 2, 2005 6:36 AM
34390              Message-ID: <429E8CBE.406@divsol.com>
34391              (with formatting nits)
34392      Branch: perl
34393            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
34394 ____________________________________________________________________________
34395 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
34396         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
34397              From: Gisle Aas <gisle@activestate.com>
34398              Date: 03 Jun 2005 09:17:44 -0700
34399              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
34400      Branch: perl
34401            ! lib/Net/Ping.pm
34402 ____________________________________________________________________________
34403 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
34404         Log: Use newSVhek in the cloning code.
34405      Branch: perl
34406            ! sv.c
34407 ____________________________________________________________________________
34408 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
34409         Log: Use newSVhek where we're generating SVs from package names
34410      Branch: perl
34411            ! op.c pp.c sv.c toke.c
34412 ____________________________________________________________________________
34413 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
34414         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
34415      Branch: perl
34416            ! embed.fnc embed.h hv.c proto.h sv.c
34417 ____________________________________________________________________________
34418 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
34419         Log: Bump version number
34420      Branch: perl
34421            ! ext/Devel/DProf/DProf.pm
34422 ____________________________________________________________________________
34423 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
34424         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
34425              From: Duncan Findlay <duncf@debian.org>
34426              Date: Wed, 1 Jun 2005 12:18:08 -0400
34427              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
34428      Branch: perl
34429            ! utils/dprofpp.PL
34430 ____________________________________________________________________________
34431 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
34432         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
34433              turned into SVs
34434      Branch: perl
34435            ! embed.fnc embed.h global.sym hv.c sv.c
34436 ____________________________________________________________________________
34437 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
34438         Log: POD fixes
34439      Branch: perl
34440            ! pod/perlfunc.pod
34441 ____________________________________________________________________________
34442 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
34443         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
34444              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34445              Date: Thu, 2 Jun 2005 11:49:11 -0700
34446              Message-ID: <20050602184911.GA3292@efn.org>
34447      Branch: perl
34448            ! pod/perlop.pod
34449 ____________________________________________________________________________
34450 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
34451         Log: Subject: [PATCH] Random consting
34452              From: Andy Lester <andy@petdance.com>
34453              Date: Thu, 2 Jun 2005 12:19:43 -0500
34454              Message-ID: <20050602171943.GA16553@petdance.com>
34455      Branch: perl
34456            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
34457            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
34458            ! util.c
34459 ____________________________________________________________________________
34460 [ 24688] By: steveh                                on 2005/06/03  08:12:45
34461         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
34462              From: "Jan Dubois" <jand@ActiveState.com>
34463              Date: Mon, 18 Apr 2005 20:16:24 -0700
34464              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
34465              
34466              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
34467              From: "Jan Dubois" <jand@ActiveState.com>
34468              Date: Tue, 19 Apr 2005 01:49:51 -0700
34469              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
34470              
34471              (There was no reply from Rob Brown in over a month, so commit to blead
34472              for now.  I'll email him again...)
34473      Branch: perl
34474            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
34475            ! lib/Net/Ping/t/500_ping_icmp.t
34476 ____________________________________________________________________________
34477 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
34478         Log: Subject: [PATCH] speed up is_utf8_char()
34479              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34480              Date: Thu, 02 Jun 2005 21:52:46 +0300
34481              Message-ID: <429F557E.3090007@gmail.com>
34482      Branch: perl
34483            ! utf8.c utf8.h
34484 ____________________________________________________________________________
34485 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
34486         Log: Subject: [PATCH] Quotes in pod/*.pod
34487              From: Andy Lester <andy@petdance.com>
34488              Date: Thu, 2 Jun 2005 16:19:54 -0500
34489              Message-ID: <20050602211954.GA22107@petdance.com>
34490      Branch: perl
34491            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
34492            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
34493            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
34494            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
34495            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
34496            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
34497            ! pod/perlthrtut.pod
34498 ____________________________________________________________________________
34499 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
34500         Log: Indent fix
34501      Branch: perl
34502            ! pod/perlfaq7.pod
34503 ____________________________________________________________________________
34504 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
34505         Log: FAQ sync
34506      Branch: perl
34507            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
34508            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
34509            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
34510 ____________________________________________________________________________
34511 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
34512         Log: Subject: [PATCH] symbian/xsbuild.pl
34513              From: <jarkko.hietaniemi@nokia.com>
34514              Date: Fri, 3 Jun 2005 11:00:01 +0300
34515              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
34516      Branch: perl
34517            ! symbian/xsbuild.pl
34518 ____________________________________________________________________________
34519 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
34520         Log: Subject: [PATCH] SvPVX_const() - patch #4
34521              From: Steve Peters <steve@fisharerojo.org>
34522              Date: Thu, 2 Jun 2005 13:41:35 -0500
34523              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
34524      Branch: perl
34525            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
34526 ____________________________________________________________________________
34527 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
34528         Log: Subject: Re: [patch] teach B::Concise to see XS code
34529              From: Jim Cromie <jcromie@divsol.com>
34530              Date: Wed, 01 Jun 2005 08:01:17 -0600
34531              Message-ID: <429DBFAD.1090308@divsol.com>
34532      Branch: perl
34533            ! ext/B/B/Concise.pm ext/B/t/concise.t
34534 ____________________________________________________________________________
34535 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
34536         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
34537              the relevant makefiles and tables-of-contents to reflect this.
34538      Branch: perl
34539           +> pod/perl587delta.pod
34540           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
34541           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
34542           !> win32/makefile.mk win32/pod.mak
34543 ____________________________________________________________________________
34544 [ 24679] By: steveh                                on 2005/06/02  15:57:13
34545         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
34546              From: DH <crazyinsomniac@yahoo.com>
34547              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
34548              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
34549              
34550              (with a couple of minor tweaks)
34551      Branch: perl
34552            ! win32/dl_win32.xs
34553 ____________________________________________________________________________
34554 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
34555         Log: Dave can see a better way of doing the rounding.
34556      Branch: perl
34557            ! handy.h
34558 ____________________________________________________________________________
34559 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
34560         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
34561      Branch: perl
34562            ! toke.c
34563 ____________________________________________________________________________
34564 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
34565         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
34566              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
34567              it for now.
34568      Branch: perl
34569            ! hv.c sv.c toke.c
34570 ____________________________________________________________________________
34571 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
34572         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
34573      Branch: perl
34574            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
34575            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
34576            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
34577            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
34578            ! lib/ExtUtils/CBuilder/Platform/aix.pm
34579            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
34580            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
34581            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
34582 ____________________________________________________________________________
34583 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
34584         Log: CPP typo fix (by Dominic Dunlop)
34585      Branch: perl
34586            ! perl.c
34587 ____________________________________________________________________________
34588 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
34589         Log: Oops. My maths was too generous (by 1).
34590      Branch: perl
34591            ! handy.h
34592 ____________________________________________________________________________
34593 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
34594         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
34595              macro.
34596      Branch: perl
34597            ! toke.c
34598 ____________________________________________________________________________
34599 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
34600         Log: Fix changed diagnostic
34601      Branch: perl
34602            ! pod/perldiag.pod
34603 ____________________________________________________________________________
34604 [ 24670] By: ams                                   on 2005/06/02  08:44:41
34605         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
34606              From: Steve Peters <steve@fisharerojo.org>
34607              Date: Tue, 31 May 2005 09:55:43 -0500
34608              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
34609      Branch: perl
34610            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
34611            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
34612            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
34613            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
34614 ____________________________________________________________________________
34615 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
34616         Log: Subject: [PATCH] use lengths in sv_setpv() calls
34617              From: Andy Lester <andy@petdance.com>
34618              Date: Wed, 1 Jun 2005 23:16:56 -0500
34619              Message-ID: <20050602041656.GA3000@petdance.com>
34620      Branch: perl
34621            ! gv.c sv.c util.c
34622 ____________________________________________________________________________
34623 [ 24668] By: merijn                                on 2005/06/02  08:02:23
34624         Log: New HW model; more on threads for 10.20
34625      Branch: perl
34626            ! README.hpux
34627 ____________________________________________________________________________
34628 [ 24667] By: merijn                                on 2005/06/02  07:52:09
34629         Log: HP-UX specific #pragma entered in #23890 is not supported
34630              on HP-UX 10.20 and older
34631      Branch: perl
34632            ! perl.c
34633 ____________________________________________________________________________
34634 [ 24666] By: merijn                                on 2005/06/02  07:39:30
34635         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
34636              From: Andy Lester <andy@petdance.com>
34637              Date: Thu, 2 Jun 2005 00:02:38 -0500
34638              Message-ID: <20050602050238.GA4001@petdance.com>
34639      Branch: perl
34640            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
34641            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
34642            ! scope.h thrdvar.h toke.c util.c
34643 ____________________________________________________________________________
34644 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
34645         Log: Round up all string length requests to malloc()/realloc() to the next
34646              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
34647              internally will quantise, and so we're going to use space that
34648              otherwise would be wasted. Hopefully this will save realloc()ing.
34649      Branch: perl
34650            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
34651 ____________________________________________________________________________
34652 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
34653         Log: I think SvCUR() was intended rather than SvLEN()
34654      Branch: perl
34655            ! ext/Storable/Storable.xs
34656 ____________________________________________________________________________
34657 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
34658         Log: We don't have XRVs any more, so remove the typedef
34659      Branch: perl
34660            ! perl.h
34661 ____________________________________________________________________________
34662 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
34663         Log: Zero-ing the new HV array is pointless, as we write to every element.
34664              Also avoid calling into he_dup when the HE is 0, to save the function
34665              call overhead.
34666      Branch: perl
34667            ! sv.c
34668 ____________________________________________________________________________
34669 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
34670         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
34671              char rather than HE *. Bug was harmless, overallocating by a factor
34672              of sizeof(HE *)
34673      Branch: perl
34674            ! hv.c
34675 ____________________________________________________________________________
34676 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
34677         Log: Store the xhv_aux structure after the main array.
34678              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
34679              build. It has the side effect of defined %symbol_table:: now always
34680              being true. defined %hash is already deprecated.
34681      Branch: perl
34682            ! hv.c hv.h sv.c sv.h t/op/magic.t
34683 ____________________________________________________________________________
34684 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
34685         Log: If we're building config_heavy.pl somewhere else, then we need to
34686              require it, not something (or maybe nothing) in the correct place.
34687      Branch: perl
34688            ! configpm
34689 ____________________________________________________________________________
34690 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
34691         Log: Revert change #24656
34692      Branch: perl
34693            ! Makefile.SH
34694 ____________________________________________________________________________
34695 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
34696         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
34697              So PL_mess_sv contained an uninitialised value.
34698      Branch: perl
34699            ! util.c
34700 ____________________________________________________________________________
34701 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
34702         Log: Subject: [PATCH] eliminate always running mktables
34703              From: Robin Barker <Robin.Barker@npl.co.uk>
34704              Date: Wed, 1 Jun 2005 09:55:16 +0100 
34705              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
34706      Branch: perl
34707            ! Makefile.SH
34708 ____________________________________________________________________________
34709 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
34710         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
34711      Branch: perl
34712            ! Makefile.SH
34713 ____________________________________________________________________________
34714 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
34715         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
34716              From: Stephen McCamant <smcc@mit.edu>
34717              Date: Sat, 21 May 2005 21:52:31 -0700
34718              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
34719              
34720              Correctly nullify CvSTART when undef'ing a CV
34721      Branch: perl
34722            ! op.c
34723 ____________________________________________________________________________
34724 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
34725         Log: Subject: Re: [patch] teach B::Concise to see XS code
34726              From: Jim Cromie <jcromie@divsol.com>
34727              Date: Sat, 21 May 2005 09:24:24 -0600
34728              Message-ID: <428F52A8.20702@divsol.com>
34729      Branch: perl
34730            + ext/B/t/concise-xs.t
34731            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
34732 ____________________________________________________________________________
34733 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
34734         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
34735              From: Andy Lester <andy@petdance.com>
34736              Date: Tue, 31 May 2005 12:39:00 -0500
34737              Message-ID: <20050531173900.GA9820@petdance.com>
34738      Branch: perl
34739            ! lib/unicore/mktables
34740 ____________________________________________________________________________
34741 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
34742         Log: Remove duplicated line
34743      Branch: perl
34744            ! lib/Module/CoreList.pm
34745 ____________________________________________________________________________
34746 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
34747         Log: Upgrade to Module::CoreList 2.02
34748      Branch: perl
34749            ! lib/Module/CoreList.pm
34750 ____________________________________________________________________________
34751 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
34752         Log: Attempt 2 at a diet memory layout can go live.
34753      Branch: perl
34754            ! av.h hv.h
34755 ____________________________________________________________________________
34756 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
34757         Log: Avoid updating a variable in a loop.
34758              Only calculate the number of links in a hash bucket chain if we really
34759              need it.
34760      Branch: perl
34761            ! hv.c
34762 ____________________________________________________________________________
34763 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
34764         Log: Avoid updating a variable in the loop
34765      Branch: perl
34766            ! hv.c
34767 ____________________________________________________________________________
34768 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
34769         Log: Subject: [PATCH] ByteLoader.xs cleanup
34770              From: Andy Lester <andy@petdance.com>
34771              Date: Mon, 30 May 2005 22:28:36 -0500
34772              Message-ID: <20050531032836.GA32198@petdance.com>
34773      Branch: perl
34774            ! ext/ByteLoader/ByteLoader.xs
34775 ____________________________________________________________________________
34776 [ 24644] By: merijn                                on 2005/05/31  05:41:24
34777         Log: Add DECC to the symbol list
34778              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
34779              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
34780              Date: Mon, 30 May 2005 16:33:15 -0700
34781              Message-ID: <20050530233315.GA3088@efn.org>
34782      Branch: perl
34783            ! Configure
34784 ____________________________________________________________________________
34785 [ 24642] By: davem                                 on 2005/05/30  23:37:15
34786         Log: add pointer to email explaining why eval {goto &foo} is banned
34787      Branch: perl
34788            ! pp_ctl.c
34789 ____________________________________________________________________________
34790 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
34791         Log: Change the logic to avoid needing to set a variable during the loop
34792      Branch: perl
34793            ! hv.c
34794 ____________________________________________________________________________
34795 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
34796         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
34797      Branch: perl
34798            ! hv.c
34799 ____________________________________________________________________________
34800 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
34801         Log: Upgrade to PathTools 3.08
34802      Branch: perl
34803            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
34804 ____________________________________________________________________________
34805 [ 24630] By: merijn                                on 2005/05/30  11:07:45
34806         Log: gcc hints were not yet applied to gcc-4.x
34807              Now they are
34808      Branch: perl
34809            ! hints/hpux.sh
34810 ____________________________________________________________________________
34811 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
34812         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
34813              From: Olli Savia (via RT) <perlbug-followup@perl.org>
34814              Date: 30 May 2005 10:59:35 -0000
34815              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
34816      Branch: perl
34817            ! util.c
34818 ____________________________________________________________________________
34819 [ 24628] By: merijn                                on 2005/05/30  10:28:06
34820         Log: regen after #24627
34821      Branch: perl
34822            ! perlapi.h
34823 ____________________________________________________________________________
34824 [ 24627] By: merijn                                on 2005/05/30  10:19:09
34825         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
34826              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34827              Date: Mon, 30 May 2005 09:15:56 +0300
34828              Message-ID: <429AAF9C.30503@gmail.com>
34829      Branch: perl
34830            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
34831 ____________________________________________________________________________
34832 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
34833         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
34834              From: Andy Lester <andy@petdance.com>
34835              Date: Tue, 24 May 2005 11:41:15 -0500
34836              Message-ID: <20050524164115.GA12027@petdance.com>
34837      Branch: perl
34838            ! hv.c
34839 ____________________________________________________________________________
34840 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
34841         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
34842              From: Andy Lester <andy@petdance.com>
34843              Date: Tue, 24 May 2005 11:47:22 -0500
34844              Message-ID: <20050524164722.GC12027@petdance.com>
34845              
34846              Subject: [PATCH] Remove unused casts
34847              From: Andy Lester <andy@petdance.com>
34848              Date: Tue, 24 May 2005 11:42:18 -0500
34849              Message-ID: <20050524164218.GB12027@petdance.com>
34850      Branch: perl
34851            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
34852            ! sv.c
34853 ____________________________________________________________________________
34854 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
34855         Log: Minor grammar fix by Uri Guttman
34856      Branch: perl
34857            ! pod/perlre.pod
34858 ____________________________________________________________________________
34859 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
34860         Log: Subject: [PATCH] perlrun.pod -w description typo
34861              From: Offer Kaye <offer.kaye@gmail.com>
34862              Date: Mon, 30 May 2005 11:27:38 +0300
34863              Message-ID: <569425050530012768a9baca@mail.gmail.com>
34864      Branch: perl
34865            ! pod/perlrun.pod
34866 ____________________________________________________________________________
34867 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
34868         Log: Subject: [PATCH] Minor warning squashings
34869              From: Andy Lester <andy@petdance.com>
34870              Date: Sun, 29 May 2005 00:19:06 -0500
34871              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
34872              
34873              Subject: [PATCH] Consting in Opcode.xs
34874              From: Andy Lester <andy@petdance.com>
34875              Date: Sun, 29 May 2005 11:23:50 -0500
34876              Message-ID: <20050529162350.GA13965@petdance.com>
34877              
34878              Subject: [PATCH] consting attrs.xs
34879              From: Andy Lester <andy@petdance.com>
34880              Date: Sun, 29 May 2005 14:15:46 -0500
34881              Message-ID: <20050529191546.GA15581@petdance.com>
34882              
34883              Subject: [PATCH] consting B.xs
34884              From: Andy Lester <andy@petdance.com>
34885              Date: Sun, 29 May 2005 15:09:24 -0500
34886              Message-ID: <20050529200924.GA15873@petdance.com>
34887      Branch: perl
34888            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
34889            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
34890 ____________________________________________________________________________
34891 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
34892         Log: Need a cast to avoid a compiler warning.
34893      Branch: perl
34894            ! ext/ByteLoader/bytecode.h
34895 ____________________________________________________________________________
34896 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
34897         Log: Goodbye xav_arylen. You won't be missed that much.
34898              So now there's a buy 5 get one free offer on PVAV bodies.
34899      Branch: perl
34900            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
34901 ____________________________________________________________________________
34902 [ 24618] By: ams                                   on 2005/05/29  18:07:37
34903         Log: Subject: [PATCH configure.com] compiler awareness week
34904              From: "Craig A. Berry" <craigberry@mac.com>
34905              Date: Sun, 29 May 2005 12:43:09 -0500
34906              Message-Id: <4299FF2D.90209@mac.com>
34907      Branch: perl
34908            ! configure.com
34909 ____________________________________________________________________________
34910 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
34911         Log: Change the IV to a union.
34912              Revert the NV union back to a plain NV
34913              Transpose the positions of IV and NV (NV is now first)
34914              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
34915              currently disabled by default)
34916      Branch: perl
34917            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
34918 ____________________________________________________________________________
34919 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
34920         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
34921      Branch: perl
34922            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
34923            ! win32/makefile.mk
34924 ____________________________________________________________________________
34925 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
34926         Log: Restort into bulidtoc's preferred order
34927      Branch: perl
34928            ! MANIFEST
34929 ____________________________________________________________________________
34930 [ 24613] By: ams                                   on 2005/05/29  04:45:05
34931         Log: Subject: [PATCH] VMS build update for blead
34932              From: "Craig A. Berry" <craigberry@mac.com>
34933              Date: Sat, 28 May 2005 23:18:46 -0500
34934              Message-Id: <429942A6.10601@mac.com>
34935      Branch: perl
34936            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
34937            ! vms/vms.c vms/vmsish.h
34938 ____________________________________________________________________________
34939 [ 24612] By: ams                                   on 2005/05/28  14:40:32
34940         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
34941              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
34942              Date: Sat, 28 May 2005 11:47:47 +0300
34943              Message-Id: <42983033.5050509@gmail.com>
34944      Branch: perl
34945            ! t/uni/class.t
34946 ____________________________________________________________________________
34947 [ 24610] By: merijn                                on 2005/05/27  19:22:39
34948         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
34949              From: Michael G Schwern <schwern@pobox.com>
34950              Date: Fri, 27 May 2005 12:33:27 -0700
34951              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
34952      Branch: perl
34953            ! installperl
34954 ____________________________________________________________________________
34955 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
34956         Log: In assert(), we mustn't stringify the message as part of the first
34957              argument to croak, as it's a *printf format, and the thing we're
34958              asserting might itself contain % signs.
34959              Also, as __FILE__ is a string, we can append that to the format,
34960              rather than needing a %s for it.
34961      Branch: perl
34962            ! perl.h
34963 ____________________________________________________________________________
34964 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
34965         Log: is() is better than ok()
34966      Branch: perl
34967            ! t/op/each.t
34968 ____________________________________________________________________________
34969 [ 24607] By: steveh                                on 2005/05/27  16:22:59
34970         Log: Fix failing Cwd tests on Win32
34971              
34972              Patch was posted to Ken previously
34973              
34974              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
34975              
34976              but no reply as yet.  I'll mail him again...
34977      Branch: perl
34978            ! lib/Cwd.pm
34979 ____________________________________________________________________________
34980 [ 24606] By: steveh                                on 2005/05/27  16:15:41
34981         Log: Skip signals and core dump tests on Win32
34982              
34983              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
34984      Branch: perl
34985            ! t/run/exit.t
34986 ____________________________________________________________________________
34987 [ 24605] By: steveh                                on 2005/05/27  15:54:09
34988         Log: Fix more Win32 linker errors caused by change 24561
34989              
34990              Apparently sys_intern_init and sys_intern_clear are required even for
34991              non-threaded builds on Win32.
34992      Branch: perl
34993            ! embed.fnc embed.h proto.h
34994 ____________________________________________________________________________
34995 [ 24596] By: merijn                                on 2005/05/27  10:20:54
34996         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
34997              From: Michael G Schwern <schwern@pobox.com>
34998              Date: Thu, 26 May 2005 13:43:05 -0700
34999              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
35000      Branch: perl
35001            ! installperl
35002 ____________________________________________________________________________
35003 [ 24595] By: merijn                                on 2005/05/27  10:06:25
35004         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
35005              From: <jarkko.hietaniemi@nokia.com>
35006              Date: Fri, 27 May 2005 13:15:36 +0300
35007              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
35008      Branch: perl
35009            ! perl.h
35010 ____________________________________________________________________________
35011 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
35012         Log: Get the HEK once only in the hot code (class method calls)
35013      Branch: perl
35014            ! hv.h pp_hot.c
35015 ____________________________________________________________________________
35016 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
35017         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
35018              From: Michael G Schwern <schwern@pobox.com>
35019              Date: Thu, 26 May 2005 13:39:38 -0700
35020              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
35021      Branch: perl
35022            ! pod/perlfunc.pod pod/perlport.pod
35023 ____________________________________________________________________________
35024 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
35025         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
35026              From: Steve Peters <steve@fisharerojo.org>
35027              Date: Thu, 26 May 2005 14:58:50 -0500
35028              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
35029      Branch: perl
35030            ! pod/perlapi.pod sv.h
35031 ____________________________________________________________________________
35032 [ 24591] By: steveh                                on 2005/05/26  16:56:03
35033         Log: Fix some Win32 link errors
35034      Branch: perl
35035            ! global.sym makedef.pl proto.h
35036 ____________________________________________________________________________
35037 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
35038         Log: Rename the members of the SV head union to avoid pre-processor
35039              arguments with embed.h
35040      Branch: perl
35041            ! av.h hv.h sv.c sv.h
35042 ____________________________________________________________________________
35043 [ 24588] By: ams                                   on 2005/05/26  15:33:58
35044         Log: -Wall is intolerably noisy with icc.
35045      Branch: perl
35046            ! cflags.SH
35047 ____________________________________________________________________________
35048 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
35049         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
35050              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35051              Date: Thu, 26 May 2005 23:46:35 +0900
35052              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
35053      Branch: perl
35054            ! lib/bytes.pm lib/bytes.t
35055 ____________________________________________________________________________
35056 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
35057         Log: Store the package name as a shared HEK.
35058              Abolish HvNAME() - as the stored pointer is not a char* you can't set
35059              it directly now.
35060              Storing a pointer to a HEK tracks the length too, and seems to be
35061              faster.
35062      Branch: perl
35063            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
35064            ! xsutils.c
35065 ____________________________________________________________________________
35066 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
35067         Log: We know how big the global string table will be, so use that
35068              information.
35069      Branch: perl
35070            ! sv.c
35071 ____________________________________________________________________________
35072 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
35073         Log: It helps to set the total keys correctly when duplicating a hash.
35074              It helps even more to have a test for this.
35075      Branch: perl
35076            ! ext/threads/t/problems.t sv.c
35077 ____________________________________________________________________________
35078 [ 24581] By: merijn                                on 2005/05/26  11:26:05
35079         Log: More possible re-order dependencies solved
35080      Branch: perl
35081            ! Porting/config_h.pl config_h.SH
35082 ____________________________________________________________________________
35083 [ 24580] By: merijn                                on 2005/05/26  08:43:38
35084         Log: Subject: [PATCH] Updated lint infrastructure
35085              From: Andy Lester <andy@petdance.com>
35086              Date: Wed, 25 May 2005 12:31:39 -0500
35087              Message-ID: <20050525173139.GB1701@petdance.com>
35088      Branch: perl
35089            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
35090 ____________________________________________________________________________
35091 [ 24579] By: ams                                   on 2005/05/26  07:08:22
35092         Log: Subject: [PATCH] MPE/iX has no lchown()
35093              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35094              Date: Thu, 26 May 2005 08:36:19 +0300
35095              Message-Id: <42956053.4010200@gmail.com>
35096      Branch: perl
35097            ! hints/mpeix.sh
35098 ____________________________________________________________________________
35099 [ 24578] By: merijn                                on 2005/05/25  19:05:07
35100         Log: Added Porting/config_h.pl
35101      Branch: perl
35102            ! MANIFEST
35103 ____________________________________________________________________________
35104 [ 24576] By: merijn                                on 2005/05/25  18:41:52
35105         Log: Reordering config_h.SH after metaconfig now semi automated
35106              This will save me *a lot* of manual work
35107      Branch: perl
35108            + Porting/config_h.pl
35109            ! Configure config_h.SH
35110 ____________________________________________________________________________
35111 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
35112         Log: Export Perl_hek_dup, which duplicates shared hash keys.
35113      Branch: perl
35114            ! embed.fnc embed.h hv.c proto.h
35115 ____________________________________________________________________________
35116 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
35117         Log: Track the mapping between source shared hash keys and target shared
35118              hash keys to save repeated lookups during cloning.
35119      Branch: perl
35120            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
35121            ! perl.c perlapi.h proto.h sv.c
35122 ____________________________________________________________________________
35123 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
35124         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
35125              HvNAME_set
35126      Branch: perl
35127            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
35128            ! ext/ByteLoader/byterun.c
35129 ____________________________________________________________________________
35130 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
35131         Log: I think for now these have to be disabled by default.
35132      Branch: perl
35133            ! av.h hv.h
35134 ____________________________________________________________________________
35135 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
35136         Log: Update description of Term::ReadLine and fix typo
35137              Subject: [perl #35963] Typo in Term::ReadLine 
35138              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
35139              Date: 24 May 2005 23:29:37 -0000
35140              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
35141      Branch: perl
35142            ! lib/Term/ReadLine.pm
35143 ____________________________________________________________________________
35144 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
35145         Log: Initialising the hash seed needs to be early in case anything
35146              calcualtes HASHes during dup()ing.
35147      Branch: perl
35148            ! sv.c
35149 ____________________________________________________________________________
35150 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
35151         Log: Reorder the union to cause Win32 compilers to use void * alignment for
35152              it.
35153      Branch: perl
35154            ! av.h cv.h hv.h sv.h
35155 ____________________________________________________________________________
35156 [ 24568] By: ams                                   on 2005/05/24  16:44:53
35157         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
35158              From: jarkko.hietaniemi@nokia.com
35159              Date: Tue, 24 May 2005 12:48:38 +0300
35160              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
35161      Branch: perl
35162            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
35163 ____________________________________________________________________________
35164 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
35165         Log: Clarification on the behaviour of qw// and x :
35166              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
35167              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35168              Date: Tue, 24 May 2005 08:52:00 -0700
35169              Message-ID: <20050524155200.GA1784@efn.org>
35170      Branch: perl
35171            ! pod/perlop.pod
35172 ____________________________________________________________________________
35173 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
35174         Log: Leaking is bad, m'kay.
35175      Branch: perl
35176            ! hv.c sv.c
35177 ____________________________________________________________________________
35178 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
35179         Log: Remove Perl_ck_* functions from public API
35180      Branch: perl
35181            ! embed.fnc embed.h global.sym
35182 ____________________________________________________________________________
35183 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
35184         Log: Correct the description of pte_arenaroot
35185      Branch: perl
35186            ! intrpvar.h
35187 ____________________________________________________________________________
35188 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
35189         Log: Documentation nit on @-, found by Guillaume Rousse
35190              (plus POD markup simplification, for readability with pod2text)
35191      Branch: perl
35192            ! pod/perlvar.pod
35193 ____________________________________________________________________________
35194 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
35195         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
35196      Branch: perl
35197            ! ext/B/t/deparse.t
35198 ____________________________________________________________________________
35199 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
35200         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
35201              From: Andy Lester <andy@petdance.com>
35202              Date: Sat, 21 May 2005 09:06:40 -0500
35203              Message-ID: <20050521140640.GB875@petdance.com>
35204      Branch: perl
35205            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
35206            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
35207 ____________________________________________________________________________
35208 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
35209         Log: The tokenizer should expect an operator after qw().
35210              This fixes [perl #35885] qw and x operators doesn't mix
35211      Branch: perl
35212            ! t/op/repeat.t toke.c
35213 ____________________________________________________________________________
35214 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
35215         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
35216              From: demerphq <demerphq@gmail.com>
35217              Date: Mon, 23 May 2005 11:43:56 +0200
35218              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
35219      Branch: perl
35220            ! ext/B/t/deparse.t
35221 ____________________________________________________________________________
35222 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
35223         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
35224      Branch: perl
35225            ! Makefile.SH
35226 ____________________________________________________________________________
35227 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
35228         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
35229      Branch: perl
35230            ! av.h hv.h sv.h
35231 ____________________________________________________________________________
35232 [ 24556] By: ams                                   on 2005/05/23  16:58:46
35233         Log: Assorted 2.15 fixes.
35234      Branch: perl
35235            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
35236 ____________________________________________________________________________
35237 [ 24555] By: ams                                   on 2005/05/23  16:34:16
35238         Log: Remove one const to ensure that the universe doesn't tip over.
35239              (At least on AIX.)
35240      Branch: perl
35241            ! ext/Storable/Storable.xs
35242 ____________________________________________________________________________
35243 [ 24554] By: merijn                                on 2005/05/23  15:29:01
35244         Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) 
35245              From: Andrew Dougherty <doughera@lafayette.edu>
35246              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
35247              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
35248      Branch: perl
35249            ! ext/SDBM_File/sdbm/sdbm.c
35250 ____________________________________________________________________________
35251 [ 24553] By: ams                                   on 2005/05/23  15:24:05
35252         Log: Subject: [PATCH] universal.c warnings hushed
35253              From: Andy Lester <andy@petdance.com>
35254              Date: Mon, 23 May 2005 10:38:25 -0500
35255              Message-Id: <20050523153825.GA28498@petdance.com>
35256      Branch: perl
35257            ! universal.c
35258 ____________________________________________________________________________
35259 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
35260         Log: Attribute compilation fix for Windows by Andy Lester
35261      Branch: perl
35262            ! perl.h perlio.h
35263 ____________________________________________________________________________
35264 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
35265         Log: Update to Scalar-List-Utils-1.17
35266      Branch: perl
35267            ! ext/List/Util/Changes ext/List/Util/README
35268            ! ext/List/Util/lib/List/Util.pm
35269            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
35270            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
35271 ____________________________________________________________________________
35272 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
35273         Log: Declaration nit spotted by Jarkko
35274      Branch: perl
35275            ! hv.c
35276 ____________________________________________________________________________
35277 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
35278         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
35279              regexps. Don't attempt to look at the IVX if it's not an IV.
35280      Branch: perl
35281            ! perl.c sv.c
35282 ____________________________________________________________________________
35283 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
35284         Log: Oops. What is looking at an array's SvIVX()?
35285      Branch: perl
35286            ! sv.c
35287 ____________________________________________________________________________
35288 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
35289         Log: We don't need IV and RV arena variables anymore. We don't need to set
35290              SvIVX or SvNVX on hashes.
35291      Branch: perl
35292            ! embedvar.h intrpvar.h perlapi.h sv.c
35293 ____________________________________________________________________________
35294 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
35295         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
35296              containing pointers initialised to zero.
35297      Branch: perl
35298            ! ext/B/B/Bytecode.pm
35299 ____________________________________________________________________________
35300 [ 24545] By: steveh                                on 2005/05/23  08:46:37
35301         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
35302              
35303              (None are actually defined, but it's nice to have them there anyway)
35304      Branch: perl
35305            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35306            ! win32/config_H.vc64
35307 ____________________________________________________________________________
35308 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
35309         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
35310      Branch: perl
35311            ! av.h hv.h intrpvar.h sv.c sv.h
35312 ____________________________________________________________________________
35313 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
35314         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
35315              because PerlIOScalar_unread was broken.
35316              Bump version number of PerlIO::scalar to 0.04.
35317      Branch: perl
35318            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
35319            ! ext/PerlIO/t/scalar.t
35320 ____________________________________________________________________________
35321 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
35322         Log: Re-order IVX slot in SV bodies
35323      Branch: perl
35324            ! av.h cv.h hv.h sv.h
35325 ____________________________________________________________________________
35326 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
35327         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
35328              From: Michael G Schwern <schwern@pobox.com>
35329              Date: May 20, 2005 10:09 PM
35330              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
35331      Branch: perl
35332            ! lib/Carp.t
35333 ____________________________________________________________________________
35334 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
35335         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
35336              the memory to store pointers and integers.
35337              (Part 1 - will be reworked to be more efficient when IV or void*
35338              is 64 bit soon)
35339      Branch: perl
35340            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
35341            ! hv.h sv.h
35342 ____________________________________________________________________________
35343 [ 24537] By: ams                                   on 2005/05/21  22:26:34
35344         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
35345              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35346              Date: Sat, 21 May 2005 23:20:21 +0300
35347              Message-Id: <428F9805.70108@gmail.com>
35348      Branch: perl
35349            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
35350            ! MANIFEST
35351 ____________________________________________________________________________
35352 [ 24536] By: ams                                   on 2005/05/21  22:17:20
35353         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
35354              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
35355      Branch: perl
35356            ! perl.h
35357 ____________________________________________________________________________
35358 [ 24535] By: davem                                 on 2005/05/21  22:10:19
35359         Log: goto &xsub that croaks corrupts memory
35360              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
35361              goto &xs_sub mimic this behaviour by first popping the old CxSUB
35362      Branch: perl
35363            ! pp_ctl.c t/op/goto_xs.t
35364 ____________________________________________________________________________
35365 [ 24534] By: davem                                 on 2005/05/21  21:38:55
35366         Log: stop goto &foo wasting stack space
35367              it used to push @_ onto the end of the stack; now it pops the stack
35368              back to the old watermark first.
35369      Branch: perl
35370            ! pp_ctl.c
35371 ____________________________________________________________________________
35372 [ 24533] By: davem                                 on 2005/05/21  19:50:50
35373         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
35374      Branch: perl
35375            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
35376            ! ext/XS/APItest/t/exception.t
35377 ____________________________________________________________________________
35378 [ 24532] By: davem                                 on 2005/05/21  19:15:43
35379         Log: disallow eval { goto &foo }
35380              eval 'goto &foo' is already banned, and the try-version usually
35381              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
35382              Anyway exiting an eval but preserving "it's" @_ doesn't make much
35383              sense.
35384      Branch: perl
35385            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
35386 ____________________________________________________________________________
35387 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
35388         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
35389              IV and UV. Avoid allocating a body for IVs and RVs.
35390      Branch: perl
35391            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
35392            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
35393            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
35394 ____________________________________________________________________________
35395 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
35396         Log: Really fix change 24527
35397      Branch: perl
35398            ! gv.c
35399 ____________________________________________________________________________
35400 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
35401         Log: Fool. That should be I32 everywhere.
35402      Branch: perl
35403            ! hv.c
35404 ____________________________________________________________________________
35405 [ 24528] By: ams                                   on 2005/05/21  15:35:44
35406         Log: Subject: [PATCH] ctags parms need to know .h is C
35407              From: Andy Lester <andy@petdance.com>
35408              Date: Sat, 21 May 2005 08:58:14 -0500
35409              Message-Id: <20050521135814.GA875@petdance.com>
35410      Branch: perl
35411            ! Makefile.SH
35412 ____________________________________________________________________________
35413 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
35414         Log: Compilation fix
35415      Branch: perl
35416            ! gv.c
35417 ____________________________________________________________________________
35418 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
35419         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
35420              Provide (more efficient) _get and _set macros.
35421              Adjust the core to use them.
35422      Branch: perl
35423            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
35424            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
35425            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
35426            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
35427            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
35428            ! toke.c universal.c xsutils.c
35429 ____________________________________________________________________________
35430 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
35431         Log: Move placeholders into a new rhash magic type.
35432      Branch: perl
35433            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
35434            ! perl.h proto.h sv.c
35435 ____________________________________________________________________________
35436 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
35437         Log: Update to MakeMaker 6.30
35438      Branch: perl
35439            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
35440            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
35441            ! lib/ExtUtils/t/PL_FILES.t
35442            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
35443 ____________________________________________________________________________
35444 [ 24523] By: ams                                   on 2005/05/21  02:58:49
35445         Log: Subject: [PATCH] SvPVX_const - patch #2
35446              From: Steve Peters <steve@fisharerojo.org>
35447              Date: Fri, 20 May 2005 21:42:10 -0500
35448              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
35449      Branch: perl
35450            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
35451 ____________________________________________________________________________
35452 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
35453         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
35454              (PMROOT being needed to implement bare C<reset> - how often do you
35455              use that?)
35456      Branch: perl
35457            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
35458            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
35459            ! op.c perl.h sv.c
35460 ____________________________________________________________________________
35461 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
35462         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
35463      Branch: perl
35464            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
35465            ! ext/Storable/Storable.xs
35466 ____________________________________________________________________________
35467 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
35468         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
35469      Branch: perl
35470            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
35471 ____________________________________________________________________________
35472 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
35473         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
35474              it being redefined.
35475      Branch: perl
35476            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
35477 ____________________________________________________________________________
35478 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
35479         Log: Goodbye AvFLAGS
35480      Branch: perl
35481            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
35482            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
35483            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
35484            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
35485 ____________________________________________________________________________
35486 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
35487         Log: Upgrade to Math::BigInt 1.77
35488      Branch: perl
35489            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
35490            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
35491            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
35492            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
35493 ____________________________________________________________________________
35494 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
35495         Log: Fix a typo
35496      Branch: perl
35497            ! hv.h
35498 ____________________________________________________________________________
35499 [ 24514] By: ams                                   on 2005/05/20  14:42:21
35500         Log: Damnable applypatch nonsense.
35501      Branch: perl
35502            ! ext/Storable/t/sig_die.t
35503 ____________________________________________________________________________
35504 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
35505         Log: Update MANIFEST
35506      Branch: perl
35507            ! MANIFEST
35508 ____________________________________________________________________________
35509 [ 24512] By: ams                                   on 2005/05/20  14:21:21
35510         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
35511              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
35512      Branch: perl
35513            + ext/Storable/t/sig_die.t
35514            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
35515 ____________________________________________________________________________
35516 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
35517         Log: Subject: [PATCH] Add a Makefile target for ctags
35518              From: Andy Lester <andy@petdance.com>
35519              Date: Thu, 12 May 2005 11:40:52 -0500
35520              Message-ID: <20050512164052.GA30287@petdance.com>
35521      Branch: perl
35522            ! Makefile.SH
35523 ____________________________________________________________________________
35524 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
35525         Log: Upgrade to MakeMaker 6.29
35526      Branch: perl
35527            + lib/ExtUtils/t/FIRST_MAKEFILE.t
35528            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
35529            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
35530            ! lib/ExtUtils/t/Installed.t
35531 ____________________________________________________________________________
35532 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
35533         Log: Subject: SvPVX_const() - Patch #1
35534              From: Steve Peters <steve@fisharerojo.org>
35535              Date: Tue, 17 May 2005 18:17:01 -0500
35536              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
35537      Branch: perl
35538            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
35539 ____________________________________________________________________________
35540 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
35541         Log: Subject: [PATCH] Attribute configuration
35542              From: Andy Lester <andy@petdance.com>
35543              Date: Thu, 19 May 2005 12:32:56 -0500
35544              Message-ID: <20050519173256.GA29039@petdance.com>
35545      Branch: perl
35546            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
35547            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
35548            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
35549            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
35550            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
35551            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
35552            ! win32/config.bc win32/config.gc win32/config.vc
35553            ! win32/config.vc64 wince/config.ce
35554 ____________________________________________________________________________
35555 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
35556         Log: Gisle noted an unused variable
35557      Branch: perl
35558            ! t/run/exit.t
35559 ____________________________________________________________________________
35560 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
35561         Log: Fix the new exit() tests, by Gisle Aas :
35562              don't let the shell interfere with the process return value
35563      Branch: perl
35564            ! t/run/exit.t
35565 ____________________________________________________________________________
35566 [ 24505] By: ams                                   on 2005/05/19  17:51:48
35567         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
35568              From: yves orton <perlbug-followup@perl.org>
35569              Date: 18 May 2005 08:30:44 -0000
35570              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
35571      Branch: perl
35572            ! ext/B/B/Deparse.pm
35573 ____________________________________________________________________________
35574 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
35575         Log: tabs, not spaces. Bad editor. No cookie.
35576              Does the MANIFEST file support comments, sufficient to add an editor
35577              block?
35578      Branch: perl
35579            ! MANIFEST
35580 ____________________________________________________________________________
35581 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
35582         Log: Adjust VMS test count
35583      Branch: perl
35584            ! t/run/exit.t
35585 ____________________________________________________________________________
35586 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
35587         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
35588              From: Gisle Aas <gisle@ActiveState.com>
35589              Date: 18 May 2005 08:35:47 -0700
35590              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
35591      Branch: perl
35592            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
35593            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
35594 ____________________________________________________________________________
35595 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
35596         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
35597              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35598              Date: Wed, 18 May 2005 07:13:40 -0700
35599              Message-ID: <20050518141131.GA2704@efn.org>
35600      Branch: perl
35601            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
35602            + lib/ExtUtils/CBuilder/Platform/Unix.pm
35603            + lib/ExtUtils/CBuilder/Platform/VMS.pm
35604            + lib/ExtUtils/CBuilder/Platform/Windows.pm
35605            + lib/ExtUtils/CBuilder/Platform/aix.pm
35606            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
35607            + lib/ExtUtils/CBuilder/Platform/darwin.pm
35608            + lib/ExtUtils/CBuilder/Platform/os2.pm
35609            + lib/ExtUtils/CBuilder/t/01-basic.t
35610            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
35611            + lib/ExtUtils/ParseXS/t/XSTest.pm
35612            + lib/ExtUtils/ParseXS/t/XSTest.xs
35613            + lib/ExtUtils/ParseXS/t/basic.t
35614            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
35615            ! lib/ExtUtils/xsubpp
35616 ____________________________________________________________________________
35617 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
35618         Log: Subject: B::Disassembler.pm
35619              From: Nicholas Clark <nick@ccl4.org>
35620              Date: Tue, 17 May 2005 11:28:18 +0100
35621              Message-ID: <20050517102817.GD94420@plum.flirble.org>
35622      Branch: perl
35623            ! ext/B/B/Disassembler.pm
35624 ____________________________________________________________________________
35625 [ 24498] By: davem                                 on 2005/05/18  12:39:22
35626         Log: make t/TEST print summary times consistently to two decimal places
35627      Branch: perl
35628            ! t/TEST
35629 ____________________________________________________________________________
35630 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
35631         Log: Default to allocating the correct size for the array in the HV.
35632              Override this with -DPERL_USE_LARGE_HV_ALLOC
35633      Branch: perl
35634            ! hv.h
35635 ____________________________________________________________________________
35636 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
35637         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
35638              From: Michael G Schwern <schwern@pobox.com>
35639              Date: Mon, 16 May 2005 15:17:05 -0700
35640              Message-ID: <20050516221705.GA212@windhund.schwern.org>
35641              
35642              Subject: [PATCH] Eliminate function signatures from perlport
35643              From: Michael G Schwern <schwern@pobox.com>
35644              Date: Mon, 16 May 2005 15:24:18 -0700
35645              Message-ID: <20050516222418.GA422@windhund.schwern.org>
35646      Branch: perl
35647            ! pod/perlport.pod
35648 ____________________________________________________________________________
35649 [ 24495] By: merijn                                on 2005/05/17  18:45:56
35650         Log: Subject: [PATCH] more about __attribute__
35651              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35652              Date: Tue, 17 May 2005 20:36:43 +0300
35653              Message-ID: <428A2BAB.9020306@gmail.com>
35654      Branch: perl
35655            ! perl.h
35656 ____________________________________________________________________________
35657 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
35658         Log: Clarify definition of octal literals
35659              (thanks to Olivier Blin)
35660      Branch: perl
35661            ! pod/perldata.pod
35662 ____________________________________________________________________________
35663 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
35664         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
35665              From: <jarkko.hietaniemi@nokia.com>
35666              Date: Mon, 16 May 2005 17:59:35 +0300
35667              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
35668              
35669              completed by:
35670              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
35671      Branch: perl
35672            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
35673            ! symbian/port.pl universal.c
35674 ____________________________________________________________________________
35675 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
35676         Log: One last 1008 to replace with PERL_ARENA_SIZE
35677      Branch: perl
35678            ! sv.c
35679 ____________________________________________________________________________
35680 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
35681         Log: Upgrade to Encode 2.10
35682      Branch: perl
35683            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
35684            ! ext/Encode/Encode.xs ext/Encode/META.yml
35685            ! ext/Encode/lib/Encode/Alias.pm
35686 ____________________________________________________________________________
35687 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
35688         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
35689              From: Andy Lester <andy@petdance.com>
35690              Date: Mon, 16 May 2005 10:13:53 -0500
35691              Message-ID: <20050516151353.GA25387@petdance.com>
35692      Branch: perl
35693            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
35694            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
35695            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
35696            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
35697 ____________________________________________________________________________
35698 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
35699         Log: Bump the version number on Win32::Win32
35700      Branch: perl
35701            ! win32/ext/Win32/Win32.pm
35702 ____________________________________________________________________________
35703 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
35704         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
35705      Branch: perl
35706            ! sv.c
35707 ____________________________________________________________________________
35708 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
35709         Log: This seems to be the right thing to do to iterate over layers
35710      Branch: perl
35711            ! ext/PerlIO/via/via.xs
35712 ____________________________________________________________________________
35713 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
35714         Log: $! might contain "unknown" if strerror(3) says so
35715      Branch: perl
35716            ! t/op/mkdir.t
35717 ____________________________________________________________________________
35718 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
35719         Log: Upgrade to Time::HiRes 1.68
35720      Branch: perl
35721            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
35722            ! ext/Time/HiRes/HiRes.xs
35723 ____________________________________________________________________________
35724 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
35725         Log: Subject: [PATCH] Minor tweak to via
35726              From: Andy Lester <andy@petdance.com>
35727              Message-ID: <20050513163952.GA20167@petdance.com>
35728              Date: Fri, 13 May 2005 11:39:52 -0500
35729              
35730              from a bug report and patch by Matt Lawrence
35731      Branch: perl
35732            ! ext/PerlIO/via/via.xs
35733 ____________________________________________________________________________
35734 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
35735         Log: Upgrade to CGI.pm 3.10
35736      Branch: perl
35737            + lib/CGI/t/can.t
35738            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
35739 ____________________________________________________________________________
35740 [ 24469] By: davem                                 on 2005/05/15  00:09:35
35741         Log: avoid leaked scalar in BEGIN { threads->new(...) }
35742      Branch: perl
35743            ! sv.c
35744 ____________________________________________________________________________
35745 [ 24468] By: davem                                 on 2005/05/14  23:16:50
35746         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
35747      Branch: perl
35748            ! perl.c
35749 ____________________________________________________________________________
35750 [ 24467] By: davem                                 on 2005/05/14  15:11:30
35751         Log: initialize the PL_xpvgv_[arena]root vars during clone
35752      Branch: perl
35753            ! sv.c
35754 ____________________________________________________________________________
35755 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
35756         Log: Update to Scalar-List-Utils-1.15
35757      Branch: perl
35758            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
35759            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
35760            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
35761            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
35762            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
35763            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
35764            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
35765            + ext/List/Util/t/p_tainted.t
35766            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
35767            ! ext/List/Util/lib/List/Util.pm
35768            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
35769            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
35770            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
35771            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
35772            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
35773            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
35774            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
35775            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
35776            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
35777            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
35778 ____________________________________________________________________________
35779 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
35780         Log: Subject: change to quiet cygwin's perlld
35781              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
35782              Date: Fri, 13 May 2005 06:15:45 -0700
35783              Message-ID: <20050513131545.GB4024@efn.org>
35784      Branch: perl
35785            ! cygwin/perlld.in
35786 ____________________________________________________________________________
35787 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
35788         Log: Reorder the *more* arena allocation functions into a block
35789              As they are now ahead of their corresponding *new* functions, no need
35790              for all the embedding guff.
35791              Remove all the "register" keywords.
35792      Branch: perl
35793            ! embed.fnc embed.h hv.c proto.h sv.c
35794 ____________________________________________________________________________
35795 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
35796         Log: Allocate GV bodies from arenas
35797      Branch: perl
35798            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
35799 ____________________________________________________________________________
35800 [ 24455] By: davem                                 on 2005/05/12  19:07:27
35801         Log: make join.t threadsafe!
35802              tests 13 and 14 could output in reverse order. Add a lock to stop
35803              this.
35804      Branch: perl
35805            ! ext/threads/t/join.t
35806 ____________________________________________________________________________
35807 [ 24454] By: steveh                                on 2005/05/12  10:56:20
35808         Log: Remove a couple of unreferenced local variables
35809      Branch: perl
35810            ! win32/ext/Win32/Win32.xs
35811 ____________________________________________________________________________
35812 [ 24453] By: steveh                                on 2005/05/12  10:10:37
35813         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
35814              From: "Jan Dubois" <jand@ActiveState.com>
35815              Date: Wed, 11 May 2005 22:30:37 -0700
35816              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
35817      Branch: perl
35818            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
35819 ____________________________________________________________________________
35820 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
35821         Log: Silence DEBUGGING compilation warnings
35822      Branch: perl
35823            ! toke.c
35824 ____________________________________________________________________________
35825 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
35826         Log: SvUPGRADE doesn't return false.
35827      Branch: perl
35828            ! toke.c
35829 ____________________________________________________________________________
35830 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
35831         Log: Rework documentation of split(//,...)
35832      Branch: perl
35833            ! pod/perlfunc.pod
35834 ____________________________________________________________________________
35835 [ 24449] By: ams                                   on 2005/05/11  16:57:27
35836         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
35837              From: Steve Peters via RT <perlbug-followup@perl.org>
35838              Date: 11 May 2005 16:58:22 -0000
35839              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
35840              
35841              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
35842              From: Steve Peters via RT <perlbug-followup@perl.org>
35843              Date: 11 May 2005 17:13:29 -0000
35844              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
35845      Branch: perl
35846            ! pod/perlfunc.pod pod/perlsyn.pod
35847 ____________________________________________________________________________
35848 [ 24446] By: merijn                                on 2005/05/11  09:39:06
35849         Log: Subject: Hints changes for OS X 10.4
35850              From: Michael G Schwern <schwern@pobox.com>
35851              Date: Tue, 10 May 2005 18:10:47 -0700
35852              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
35853      Branch: perl
35854            ! hints/darwin.sh
35855 ____________________________________________________________________________
35856 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
35857         Log: Include vim/emacs modelines in generated files to open them
35858              in read-only mode. Make vi modelines compatible with non-vim
35859              vi versions.
35860      Branch: perl
35861            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
35862            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
35863            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
35864            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
35865            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
35866            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
35867            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
35868            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
35869            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
35870            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
35871 ____________________________________________________________________________
35872 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
35873         Log: Subject: potential [PATCH] Tru64 crank up strictness
35874              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
35875              Date: May 10, 2005 7:44 PM
35876              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
35877      Branch: perl
35878            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
35879 ____________________________________________________________________________
35880 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
35881         Log: "make regen" should run reentr.pl
35882      Branch: perl
35883            ! regen.pl
35884 ____________________________________________________________________________
35885 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
35886         Log: Regenerate reentr.[ch]
35887      Branch: perl
35888            ! reentr.c reentr.h
35889 ____________________________________________________________________________
35890 [ 24441] By: ams                                   on 2005/05/10  17:23:26
35891         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
35892              From: Steve Peters <steve@fisharerojo.org>
35893              Date: Tue, 10 May 2005 12:44:13 -0500
35894              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
35895      Branch: perl
35896            + README.openbsd
35897            ! MANIFEST reentr.pl
35898 ____________________________________________________________________________
35899 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
35900         Log: Add editor boilerplates to all C files
35901              (except the generated ones)
35902      Branch: perl
35903            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
35904            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
35905            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
35906            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
35907            ! universal.c utf8.c util.c xsutils.c
35908 ____________________________________________________________________________
35909 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
35910         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
35911              plus a couple of 1 byte sv_setpv()s too.
35912      Branch: perl
35913            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
35914            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
35915 ____________________________________________________________________________
35916 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
35917         Log: As we have the length of the string easily to hand, no reason not to
35918              use it.
35919      Branch: perl
35920            ! op.c
35921 ____________________________________________________________________________
35922 [ 24437] By: ams                                   on 2005/05/10  14:41:08
35923         Log: Subject: [PATCH] perlop.pod nit
35924              From: Steve Peters <steve@fisharerojo.org>
35925              Date: Tue, 10 May 2005 09:41:01 -0500
35926              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
35927      Branch: perl
35928            ! pod/perlop.pod
35929 ____________________________________________________________________________
35930 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
35931         Log: Experiment with using the ptr_table code to hold the seen hash
35932      Branch: perl
35933            ! ext/Storable/Storable.xs
35934 ____________________________________________________________________________
35935 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
35936         Log: Simplify the debug and assert logic.
35937      Branch: perl
35938            ! ext/Storable/Storable.xs
35939 ____________________________________________________________________________
35940 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
35941         Log: Change 24165 missed one s/class/classname/ in the debugging code.
35942      Branch: perl
35943            ! ext/Storable/Storable.xs
35944 ____________________________________________________________________________
35945 [ 24433] By: ams                                   on 2005/05/10  03:16:23
35946         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
35947              From: Steve Peters <steve@fisharerojo.org>
35948              Date: Mon, 9 May 2005 21:10:49 -0500
35949              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
35950      Branch: perl
35951            ! reentr.h
35952 ____________________________________________________________________________
35953 [ 24432] By: ams                                   on 2005/05/10  03:15:34
35954         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
35955              From: Jan Dubois <jand@ActiveState.com>
35956              Date: Mon, 9 May 2005 19:29:06 -0700
35957              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
35958      Branch: perl
35959            ! config_h.SH
35960 ____________________________________________________________________________
35961 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
35962         Log: Subject: [PATCH] attributes-two.patch, the next batch
35963              From: Andy Lester <andy@petdance.com>
35964              Date: May 9, 2005 5:45 PM
35965              Message-ID: <20050509154518.GA18273@petdance.com>
35966      Branch: perl
35967            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
35968            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
35969            ! utf8.c
35970 ____________________________________________________________________________
35971 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
35972         Log: Fix typo (bug #35368)
35973      Branch: perl
35974            ! pod/perlreftut.pod
35975 ____________________________________________________________________________
35976 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
35977         Log: Update the comment describing arenas.
35978      Branch: perl
35979            ! sv.c
35980 ____________________________________________________________________________
35981 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
35982         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
35983              object file slightly smaller, and also increases the proportion of
35984              read only data section.
35985      Branch: perl
35986            ! gv.c
35987 ____________________________________________________________________________
35988 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
35989         Log: Upgrade to Unicode::Collate 0.50
35990      Branch: perl
35991            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
35992            + lib/Unicode/Collate/t/override.t
35993            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35994            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
35995            ! lib/Unicode/Collate/t/contract.t
35996            ! lib/Unicode/Collate/t/hangtype.t
35997            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
35998            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
35999            ! lib/Unicode/Collate/t/normal.t
36000            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
36001            ! lib/Unicode/Collate/t/trailwt.t
36002            ! lib/Unicode/Collate/t/variable.t
36003            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
36004 ____________________________________________________________________________
36005 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
36006         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
36007              symbols are ithreads only.
36008      Branch: perl
36009            ! makedef.pl
36010 ____________________________________________________________________________
36011 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
36012         Log: Change 24420 should have hand updated globvar.sym to reflect the
36013              renaming of the global variable.
36014      Branch: perl
36015            ! globvar.sym
36016 ____________________________________________________________________________
36017 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
36018         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
36019              template. (Also slightly smaller object code)
36020      Branch: perl
36021            ! hv.c
36022 ____________________________________________________________________________
36023 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
36024         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
36025              From: Steve Peters <steve@fisharerojo.org>
36026              Date: Sun, 8 May 2005 20:49:17 -0500
36027              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
36028      Branch: perl
36029            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
36030 ____________________________________________________________________________
36031 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
36032         Log: Revert to Andy's first solution for nonnull attributes;
36033              add the missing defines for non-threaded perls in perl.h
36034      Branch: perl
36035            ! embed.h embed.pl global.sym perl.h proto.h
36036 ____________________________________________________________________________
36037 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
36038         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
36039              SvPV and a %s format.
36040      Branch: perl
36041            ! mg.c perl.h pp.c pp_hot.c
36042 ____________________________________________________________________________
36043 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
36044         Log: There's no need to set a reference count for the new SV heads, as it's
36045              always set to 1 at uprooting time.
36046              But set it to zero when DEBUGGING to make things clearer. Plus fix a
36047              bug introduced by change 22945, where the last SV head had an
36048              uninitialised reference count.
36049      Branch: perl
36050            ! sv.c
36051 ____________________________________________________________________________
36052 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
36053         Log: The idea is that when you find something, you stop looking.
36054              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
36055      Branch: perl
36056            ! sv.c
36057 ____________________________________________________________________________
36058 [ 24417] By: davem                                 on 2005/05/08  14:39:19
36059         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
36060      Branch: perl
36061            ! t/TEST
36062 ____________________________________________________________________________
36063 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
36064         Log: Tweak the insertion of __attribute__((nonnull())) declarations
36065              in proto.h so it compiles with and without threads with gcc 3.4
36066      Branch: perl
36067            ! embed.pl proto.h
36068 ____________________________________________________________________________
36069 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
36070         Log: Subject: [PATCH] GCC attributes!
36071              From: Andy Lester <andy@petdance.com>
36072              Date: May 4, 2005 11:55 PM
36073              Message-ID: <20050504215540.GA20413@petdance.com>
36074      Branch: perl
36075            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
36076            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
36077 ____________________________________________________________________________
36078 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
36079         Log: The ptr_table arena variables and code is only needed for ithreads.
36080      Branch: perl
36081            ! intrpvar.h sv.c
36082 ____________________________________________________________________________
36083 [ 24412] By: davem                                 on 2005/05/07  12:57:06
36084         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
36085              In the presence of 'my' in the conditional of a while(), until(),
36086              or for(;;) loop, add an extra scope to the body so that redo
36087              doesn't undef the lexical
36088      Branch: perl
36089            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
36090            ! pp_ctl.c proto.h t/op/loopctl.t
36091 ____________________________________________________________________________
36092 [ 24411] By: davem                                 on 2005/05/07  11:06:16
36093         Log: add 1.875c to the list of supported bisons
36094      Branch: perl
36095            ! regen_perly.pl
36096 ____________________________________________________________________________
36097 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
36098         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
36099              that other code assigning to $SIG{__WARN__} doesn't cause a premature
36100              free.
36101      Branch: perl
36102            ! perlio.c t/io/layers.t
36103 ____________________________________________________________________________
36104 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
36105         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
36106      Branch: perl
36107            ! sv.c
36108 ____________________________________________________________________________
36109 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
36110         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
36111      Branch: perl
36112            ! hv.c intrpvar.h sv.c
36113 ____________________________________________________________________________
36114 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
36115         Log: Upgrade to PathTools 3.07
36116      Branch: perl
36117            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
36118            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
36119            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
36120            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
36121            ! lib/File/Spec/t/Spec.t
36122 ____________________________________________________________________________
36123 [ 24406] By: ams                                   on 2005/05/06  15:17:26
36124         Log: Don't pretend SIGZERO exists [#35291].
36125      Branch: perl
36126            ! mg.c
36127 ____________________________________________________________________________
36128 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
36129         Log: Make the arena size changeable at compile time, and up the default by
36130              a factor of 4.
36131      Branch: perl
36132            ! hv.c perl.h sv.c
36133 ____________________________________________________________________________
36134 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
36135         Log: Allocate pointer table entries (for ithread cloning) from an arena
36136      Branch: perl
36137            ! embedvar.h intrpvar.h perlapi.h sv.c
36138 ____________________________________________________________________________
36139 [ 24402] By: davem                                 on 2005/05/05  20:52:11
36140         Log: avoid accessing a just-freed SV (keep ponie happy)
36141      Branch: perl
36142            ! pad.c
36143 ____________________________________________________________________________
36144 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
36145         Log: Missing files in Test::Simple
36146      Branch: perl
36147            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
36148            + t/lib/Test/Simple/sample_tests/exit.plx
36149 ____________________________________________________________________________
36150 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
36151         Log: Bump versions of non dual-life modules
36152      Branch: perl
36153            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
36154            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
36155 ____________________________________________________________________________
36156 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
36157         Log: Bump version numbers
36158      Branch: perl
36159            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
36160            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
36161 ____________________________________________________________________________
36162 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
36163         Log: Upgrade to Test::Simple 0.60
36164      Branch: perl
36165            - lib/Test/Simple/t/is_deeply.t
36166            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
36167            ! lib/Test/Simple.pm lib/Test/Simple/Changes
36168            ! lib/Test/Simple/t/00signature.t
36169            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
36170            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
36171            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
36172            ! lib/Test/Simple/t/require_ok.t
36173 ____________________________________________________________________________
36174 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
36175         Log: Bump B version numbers
36176      Branch: perl
36177            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
36178            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
36179            ! ext/B/t/OptreeCheck.pm
36180 ____________________________________________________________________________
36181 [ 24393] By: davem                                 on 2005/05/05  12:06:32
36182         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
36183      Branch: perl
36184            ! lib/Math/BigInt/t/bare_mbf.t
36185 ____________________________________________________________________________
36186 [ 24392] By: davem                                 on 2005/05/05  12:01:51
36187         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
36188              (made scope of %toto too narrow)
36189      Branch: perl
36190            ! t/TEST
36191 ____________________________________________________________________________
36192 [ 24390] By: davem                                 on 2005/05/05  00:34:50
36193         Log: make t/TEST detect various failure modes in testfile outputs
36194              in particular:
36195              multiple leader lines
36196              leader line not first or last line of file
36197              unrecognised lines
36198              out-of-sequence test numbers
36199      Branch: perl
36200            ! t/TEST
36201 ____________________________________________________________________________
36202 [ 24389] By: davem                                 on 2005/05/04  22:14:54
36203         Log: strictify t/TEST
36204              make most variables lexical, narrow their scope, and give some of
36205              them more meaningful names. Also fix a harmless bug where the wrong
36206              filehandles are closed (A+B rather than U+A)
36207      Branch: perl
36208            ! t/TEST
36209 ____________________________________________________________________________
36210 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
36211         Log: Document the unportability of atan2() edge cases
36212              and remove unportable tests (by Steve Peters)
36213      Branch: perl
36214            ! pod/perlport.pod t/op/exp.t
36215 ____________________________________________________________________________
36216 [ 24387] By: davem                                 on 2005/05/04  20:30:00
36217         Log: add test for [perl #34682] leaving eval via last in inner runops
36218      Branch: perl
36219            ! t/op/eval.t
36220 ____________________________________________________________________________
36221 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
36222         Log: Fix test numerotation
36223      Branch: perl
36224            ! t/op/goto.t
36225 ____________________________________________________________________________
36226 [ 24385] By: davem                                 on 2005/05/04  15:52:11
36227         Log: make goto.t use test.pl, strict and warnings
36228      Branch: perl
36229            ! t/op/goto.t
36230 ____________________________________________________________________________
36231 [ 24384] By: davem                                 on 2005/05/04  14:01:40
36232         Log: SEGV when next is followed by a goto
36233              
36234              next and redo didn't restore PL_curcop
36235      Branch: perl
36236            ! pp_ctl.c t/op/goto.t
36237 ____________________________________________________________________________
36238 [ 24383] By: ams                                   on 2005/05/04  12:12:30
36239         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
36240              From: Offer Kaye <offer.kaye@gmail.com>
36241              Date: Wed, 4 May 2005 15:10:37 +0300
36242              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
36243      Branch: perl
36244            ! pod/perlvar.pod
36245 ____________________________________________________________________________
36246 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
36247         Log: Sync synopses
36248      Branch: perl
36249            ! pod/perl.pod pod/perlrun.pod
36250 ____________________________________________________________________________
36251 [ 24381] By: davem                                 on 2005/05/03  22:10:45
36252         Log: document the internals of exception handling
36253      Branch: perl
36254            ! pod/perlhack.pod
36255 ____________________________________________________________________________
36256 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
36257         Log: Fix getting prototype of builtins mkdir and setpgrp.
36258              Hardcode special exceptions for exec and system, instead
36259              of trying to be clever and failing.
36260      Branch: perl
36261            ! opcode.h opcode.pl pp.c t/op/cproto.t
36262 ____________________________________________________________________________
36263 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
36264         Log: Error in the latest FindBin patch, noticed by Nicholas
36265      Branch: perl
36266            ! lib/FindBin.pm
36267 ____________________________________________________________________________
36268 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
36269         Log: mkdir without arguments now defaults to $_
36270      Branch: perl
36271            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
36272 ____________________________________________________________________________
36273 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
36274         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
36275              (The latter gives more diagnostics in the case of failure)
36276      Branch: perl
36277            ! t/op/exp.t
36278 ____________________________________________________________________________
36279 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
36280         Log: Convert to test.pl
36281      Branch: perl
36282            ! t/op/mkdir.t
36283 ____________________________________________________________________________
36284 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
36285         Log: Fix for [perl #34252] Access rights in FindBin::Bin
36286              At least on my platform, Cwd::getcwd doesn't find the current
36287              directory if it has no access to it. Try harder with Cwd::cwd.
36288      Branch: perl
36289            ! lib/FindBin.pm
36290 ____________________________________________________________________________
36291 [ 24374] By: steveh                                on 2005/05/03  08:51:24
36292         Log: Fix croak() and confess() so that they don't clobber $!
36293              (plus tests to check this)
36294      Branch: perl
36295            ! lib/Carp.pm lib/Carp.t
36296 ____________________________________________________________________________
36297 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
36298         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
36299      Branch: perl
36300            ! perl.c
36301 ____________________________________________________________________________
36302 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
36303         Log: Subject: [perl #33809] optimize macro dXSARGS 
36304              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
36305              Date: 17 Jan 2005 09:02:33 -0000
36306              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
36307      Branch: perl
36308            ! XSUB.h pod/perlapi.pod universal.c
36309 ____________________________________________________________________________
36310 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
36311         Log: Subject: [PATCH] IEEE math for the masses
36312              From: Steve Peters <steve@fisharerojo.org>
36313              Date: Fri, 15 Apr 2005 09:10:54 -0500
36314              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
36315              
36316              (tests added to t/op/exp.t)
36317      Branch: perl
36318            ! pp.c t/op/exp.t
36319 ____________________________________________________________________________
36320 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
36321         Log: Convert to test.pl
36322      Branch: perl
36323            ! t/op/exp.t
36324 ____________________________________________________________________________
36325 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
36326         Log: A slightly better layout for the diagram.
36327      Branch: perl
36328            ! ext/B/B.pm
36329 ____________________________________________________________________________
36330 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
36331         Log: Clarify the definition of the 'w' pack format, as suggested by
36332              Alexey Toptygin.
36333      Branch: perl
36334            ! pod/perlfunc.pod
36335 ____________________________________________________________________________
36336 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
36337         Log: For perls where pids and ppids are cached, when the ppid of
36338              the perl process becomes 1, refresh the ppid cache (this may
36339              indicate that the parent process has died.)
36340      Branch: perl
36341            ! pp_sys.c
36342 ____________________________________________________________________________
36343 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
36344         Log: Change inheritance hierarchy of B subclassses :
36345              
36346              Subject: @B::NV::ISA = 'B::IV';
36347              From: Nicholas Clark <nick@ccl4.org>
36348              Date: Wed, 27 Apr 2005 14:57:51 +0100
36349              Message-ID: <20050427135750.GD94420@plum.flirble.org>
36350      Branch: perl
36351            ! ext/B/B.pm
36352 ____________________________________________________________________________
36353 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
36354         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
36355              From: Andy Lester <andy@petdance.com>
36356              Date: Sun, 1 May 2005 15:07:55 -0500
36357              Message-ID: <20050501200755.GA30259@petdance.com>
36358      Branch: perl
36359            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
36360            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
36361 ____________________________________________________________________________
36362 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
36363         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
36364              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
36365              Date: Wed, 3 Nov 2004 16:38:01 +0100
36366              Message-ID: <20041103163801.6839be30@valis.local>
36367      Branch: perl
36368            ! ext/Data/Dumper/Dumper.pm
36369 ____________________________________________________________________________
36370 [ 24363] By: davem                                 on 2005/05/02  14:27:20
36371         Log: Better fix for #8738  (Core dump in 'leavetry')
36372              When in an inner runops loop (eg via a tie or sort), an eval
36373              needs a new JMPENV pushing by S_docatch. If an exception is raised,
36374              control is returned to S_docatch, and it must determine whether
36375              the eval that trapped the exception is an inner eval or an outer
36376              one. In the former case, restart the loop, in the latter case,
36377              rethrow the exception. This is determined by whether we are still
36378              at the same PL_curstackinfo level. This fails in the case of
36379              SPLICE(), which pushes a new SETJMP and runops level, but not a
36380              new stackinfo level. There may be other code which does similar.
36381              The solution is to store the current value of PL_top_env in each
36382              pushed CxEVAL, and see if it's still the same as PL_top_env when
36383              the exception is handled.
36384      Branch: perl
36385            ! cop.h pp_ctl.c
36386 ____________________________________________________________________________
36387 [ 24362] By: davem                                 on 2005/05/02  13:51:42
36388         Log: Revert change #15705 (Core dump in 'leavetry')
36389              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
36390              and reintroduces an eval optimisation for innter runops levels
36391      Branch: perl
36392            ! pp_ctl.c
36393 ____________________________________________________________________________
36394 [ 24361] By: davem                                 on 2005/05/02  13:29:17
36395         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
36396              so that a JMPENV* entry can be added to struct block_eval
36397      Branch: perl
36398            ! cop.h scope.h
36399 ____________________________________________________________________________
36400 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
36401         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
36402      Branch: perl
36403            ! lib/base.pm
36404 ____________________________________________________________________________
36405 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
36406         Log: Subject: [PATCH] undo pod utilities regression in 24034
36407              From: "Craig A. Berry" <craigberry@mac.com>
36408              Date: Fri, 29 Apr 2005 17:22:48 -0500
36409              Message-ID: <4272B3B8.6030603@mac.com>
36410      Branch: perl
36411            ! pod/pod2usage.PL pod/podselect.PL
36412 ____________________________________________________________________________
36413 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
36414         Log: Subject: [PATCH] uninitialized warnings in regcomp
36415              From: Steven Philip Schubiger <steven@accognoscere.org>
36416              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
36417              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
36418      Branch: perl
36419            ! regcomp.c
36420 ____________________________________________________________________________
36421 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
36422         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
36423              Should this be a panic: ?
36424      Branch: perl
36425            ! sv.c
36426 ____________________________________________________________________________
36427 [ 24355] By: merijn                                on 2005/04/29  15:32:17
36428         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
36429              unintendedly removed by patch #23435
36430      Branch: perl
36431            ! config_h.SH
36432 ____________________________________________________________________________
36433 [ 24354] By: merijn                                on 2005/04/29  13:59:36
36434         Log: Subject: [PATCH] Small patch to perlport.pod
36435              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
36436              Date: Thu, 28 Apr 2005 02:24:04 +0200
36437              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
36438      Branch: perl
36439            ! pod/perlport.pod
36440 ____________________________________________________________________________
36441 [ 24353] By: steveh                                on 2005/04/29  09:07:19
36442         Log: Subject: [PATCH] one cannot "static" exported functions
36443              From: <jarkko.hietaniemi@nokia.com>
36444              Date: Fri, 29 Apr 2005 11:02:01 +0300
36445              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
36446      Branch: perl
36447            ! perlio.c
36448 ____________________________________________________________________________
36449 [ 24352] By: steveh                                on 2005/04/29  08:24:50
36450         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
36451              (rather than when PERL_IMPLICIT_SYS is defined)
36452      Branch: perl
36453            ! makedef.pl
36454 ____________________________________________________________________________
36455 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
36456         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
36457      Branch: perl
36458            ! sv.c
36459 ____________________________________________________________________________
36460 [ 24350] By: steveh                                on 2005/04/28  16:42:13
36461         Log: Subject: (in blead) a missing const in a prototype
36462              From: <jarkko.hietaniemi@nokia.com>
36463              Date: Wed, 27 Apr 2005 17:35:27 +0300
36464              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
36465      Branch: perl
36466            ! embed.fnc proto.h
36467 ____________________________________________________________________________
36468 [ 24349] By: steveh                                on 2005/04/28  16:38:51
36469         Log: Silence a compilation warning on Win32
36470      Branch: perl
36471            ! pp.c
36472 ____________________________________________________________________________
36473 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
36474         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
36475              becase there's a lot of code around that calls SvOOK_off(), memmov()s
36476              the buffer, then promptly free()s it. So avoid the needless memmov().
36477      Branch: perl
36478            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
36479 ____________________________________________________________________________
36480 [ 24347] By: steveh                                on 2005/04/28  11:13:55
36481         Log: Remove temporary clean-up from Win32 makefiles
36482              
36483              Change 22501 temporarily added some clean-up to the Win32 makefiles
36484              which was only meant to stay until cpan rt #5616 was fixed.  It is
36485              now fixed (in EU-MM 6.22, which in turn has been in blead for a
36486              while now), so these hacks are no longer required.
36487              
36488              This change is also good for maint, which currently contains EU-MM
36489              6.17, which didn't create the blibdirs.exists files in question
36490              anyway.
36491      Branch: perl
36492            ! win32/Makefile win32/makefile.mk
36493 ____________________________________________________________________________
36494 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
36495         Log: Remove confusing punctuation
36496              (spotted by David Rigaudiere)
36497      Branch: perl
36498            ! pod/perlvar.pod
36499 ____________________________________________________________________________
36500 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
36501         Log: Calling sv_backoff() on something that's about to be free()d will
36502              memmov() memory that's about to be freed. Seems wasteful.
36503      Branch: perl
36504            ! sv.c
36505 ____________________________________________________________________________
36506 [ 24341] By: steveh                                on 2005/04/28  08:44:28
36507         Log: Fix perlsio_binmode() export breakage caused by change #24338
36508              
36509              Define and export perlsio_binmode() based on the same condition,
36510              namely, that USE_PERLIO is defined and USE_SFIO is not.
36511      Branch: perl
36512            ! makedef.pl perlio.c
36513 ____________________________________________________________________________
36514 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
36515         Log: The if() clause is the wrong way round, so OOK can never be true in
36516              this case. Given that OOK is never undone, we could never have been
36517              correctly upgrading a PV with OOK to HV or AV. I believe that only
36518              SVt_NULL is the only type ever upgraded to HV or AV.
36519      Branch: perl
36520            ! sv.c
36521 ____________________________________________________________________________
36522 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
36523         Log: A couple of warning fixes by Gisle
36524      Branch: perl
36525            ! pp.c pp_sys.c
36526 ____________________________________________________________________________
36527 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
36528         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
36529              From: Andy Lester <andy@petdance.com>
36530              Date: Wed, 27 Apr 2005 10:02:43 -0500
36531              Message-ID: <20050427150243.GA21883@petdance.com>
36532      Branch: perl
36533            ! perl.c perlio.c perlio.h perliol.h
36534 ____________________________________________________________________________
36535 [ 24334] By: steveh                                on 2005/04/27  08:35:40
36536         Log: Subject: Win32 MM test fix
36537              From: Michael G Schwern <schwern@pobox.com>
36538              Date: Mon, 18 Apr 2005 14:30:19 -0700
36539              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
36540              
36541              Subject: Re: Win32 MM test fix
36542              From: demerphq <demerphq@gmail.com>
36543              Date: Tue, 19 Apr 2005 00:57:59 +0200
36544              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
36545      Branch: perl
36546            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36547 ____________________________________________________________________________
36548 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
36549         Log: Subject: [PATCH] XS() __attribute__
36550              From: Andy Lester <andy@petdance.com>
36551              Date: Fri, 22 Apr 2005 17:39:47 -0500
36552              Message-ID: <20050422223947.GA4681@petdance.com>
36553      Branch: perl
36554            ! XSUB.h universal.c xsutils.c
36555 ____________________________________________________________________________
36556 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
36557         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
36558              From: Andy Lester <andy@petdance.com>
36559              Date: Mon, 25 Apr 2005 17:56:51 -0500
36560              Message-ID: <20050425225651.GB17271@petdance.com>
36561      Branch: perl
36562            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
36563 ____________________________________________________________________________
36564 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
36565         Log: Upgrade to CGI.pm 3.08
36566      Branch: perl
36567            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
36568            ! lib/CGI/Pretty.pm
36569 ____________________________________________________________________________
36570 [ 24325] By: merijn                                on 2005/04/26  11:28:42
36571         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
36572              Date: Tue, 26 Apr 2005 12:22:12 +0300
36573              From: <jarkko.hietaniemi@nokia.com>
36574              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
36575              From: Steve Hay <steve.hay@uk.radan.com>
36576              Message-ID: <426E11A3.8070002@uk.radan.com>
36577      Branch: perl
36578            ! ext/Storable/Storable.xs
36579 ____________________________________________________________________________
36580 [ 24321] By: steveh                                on 2005/04/25  13:09:57
36581         Log: Update location to fetch dmake from in README.win32
36582              
36583              Use the generic search.cpan.org URL so that the latest version is
36584              always found
36585      Branch: perl
36586            ! README.win32
36587 ____________________________________________________________________________
36588 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
36589         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
36590              From: demerphq <demerphq@gmail.com>
36591              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
36592              Date: Sun, 24 Apr 2005 21:35:35 +0200
36593      Branch: perl
36594            ! lib/unicore/README.perl lib/unicore/mktables
36595            ! lib/unicore/mktables.lst
36596 ____________________________________________________________________________
36597 [ 24319] By: steveh                                on 2005/04/25  11:05:24
36598         Log: Provide $Config{libswanted_uselargefiles} on Win32
36599              
36600              This fixes some test failures introduced by change 24271.
36601      Branch: perl
36602            ! win32/config.bc win32/config.gc win32/config.vc
36603            ! win32/config.vc64
36604 ____________________________________________________________________________
36605 [ 24318] By: steveh                                on 2005/04/25  07:47:11
36606         Log: Subject: [PATCH] combopatch
36607              From: Jarkko Hietaniemi <jhi@iki.fi>
36608              Date: Sun, 24 Apr 2005 22:58:15 +0300
36609              Message-ID: <426BFA57.9060105@iki.fi>
36610      Branch: perl
36611            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
36612            ! proto.h toke.c util.c
36613 ____________________________________________________________________________
36614 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
36615         Log: Fix typo, noticed by Randal Schwartz
36616      Branch: perl
36617            ! pod/perlfunc.pod
36618 ____________________________________________________________________________
36619 [ 24316] By: ams                                   on 2005/04/25  01:36:38
36620         Log: Add STORABLE_attach hook (Adam Kennedy).
36621      Branch: perl
36622            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
36623            + ext/Storable/t/attach_singleton.t
36624            + ext/Storable/t/circular_hook.t
36625            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
36626            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
36627 ____________________________________________________________________________
36628 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
36629         Log: Add files missing in 24314
36630      Branch: perl
36631            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
36632            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
36633            + lib/Test/Harness/t/version.t
36634 ____________________________________________________________________________
36635 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
36636         Log: Upgrade to Test::Harness 2.48
36637      Branch: perl
36638            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
36639            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
36640            ! lib/Test/Harness/t/00compile.t
36641            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
36642            ! t/lib/sample-tests/skip
36643 ____________________________________________________________________________
36644 [ 24313] By: merijn                                on 2005/04/24  11:52:03
36645         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
36646              From: Steve Peters <steve@fisharerojo.org>
36647              Date: Sat, 23 Apr 2005 22:37:48 -0500
36648              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
36649      Branch: perl
36650            ! Configure
36651 ____________________________________________________________________________
36652 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
36653         Log: Add %patchlevel hash to Module::CoreList
36654      Branch: perl
36655            ! lib/Module/CoreList.pm
36656 ____________________________________________________________________________
36657 [ 24310] By: merijn                                on 2005/04/24  09:12:37
36658         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
36659              From: "Craig A. Berry" <craigberry@mac.com>
36660              Date: Sat, 23 Apr 2005 18:25:52 -0500
36661              Message-ID: <426AD980.2010801@mac.com>
36662      Branch: perl
36663            ! lib/Time/Local.t
36664 ____________________________________________________________________________
36665 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
36666         Log: Variable declarations can't come after statements in C89.
36667      Branch: perl
36668            ! util.c
36669 ____________________________________________________________________________
36670 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
36671         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
36672              reducing embed.h by about 10%.
36673      Branch: perl
36674            ! embed.h embed.pl
36675 ____________________________________________________________________________
36676 [ 24307] By: davem                                 on 2005/04/23  13:56:18
36677         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
36678              From:  Steve Peters <steve@fisharerojo.org>
36679              Date:  Fri, 22 Apr 2005 22:36:03 -0500
36680              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
36681              
36682              localtime() can return null
36683      Branch: perl
36684            ! util.c
36685 ____________________________________________________________________________
36686 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
36687         Log: Convert to test.pl
36688      Branch: perl
36689            ! t/op/substr.t
36690 ____________________________________________________________________________
36691 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
36692         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
36693              From: "Craig A. Berry" <craigberry@mac.com>
36694              Message-ID: <42692501.6090809@mac.com>
36695              Date: Fri, 22 Apr 2005 11:23:29 -0500
36696      Branch: perl
36697            ! t/uni/class.t
36698 ____________________________________________________________________________
36699 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
36700         Log: Patch by Yves Orton to accept several options on the corelist(1)
36701              command-line. Plus POD nits.
36702      Branch: perl
36703            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
36704 ____________________________________________________________________________
36705 [ 24290] By: steveh                                on 2005/04/22  13:51:47
36706         Log: Fix last remaining Win32 linker error following change 24271
36707              
36708              (Supplied by Jarkko in a makedef.pl that was omitted from the
36709              aforementioned change)
36710      Branch: perl
36711            ! makedef.pl
36712 ____________________________________________________________________________
36713 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
36714         Log: There's no point listing '-f' in --help output
36715              when perl isn't built with USE_SITECUSTOMIZE, since it might
36716              confuse users about $sitelib/sitecustomize.pl being sourced
36717              at startup.
36718      Branch: perl
36719            ! perl.c
36720 ____________________________________________________________________________
36721 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
36722         Log: For now, TODO the 2 tests that fail on 5.8.x
36723      Branch: perl
36724            ! ext/B/t/optree_specials.t
36725 ____________________________________________________________________________
36726 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
36727         Log: -A wasn't listed in the --help output
36728      Branch: perl
36729            ! perl.c
36730 ____________________________________________________________________________
36731 [ 24280] By: steveh                                on 2005/04/22  09:59:54
36732         Log: Fix more Win32 linker errors following change 24271
36733              
36734              This clears up problems with Perl_free_global_struct and
36735              Perl_init_global_struct
36736      Branch: perl
36737            ! embed.fnc embed.h global.sym makedef.pl proto.h
36738 ____________________________________________________________________________
36739 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
36740         Log: Subject: [PATCH] pp_pack.c warning quieting
36741              From: Andy Lester <andy@petdance.com>
36742              Date: Thu, 21 Apr 2005 11:33:13 -0500
36743              Message-ID: <20050421163313.GA20930@petdance.com>
36744      Branch: perl
36745            ! pp_pack.c
36746 ____________________________________________________________________________
36747 [ 24278] By: steveh                                on 2005/04/22  08:59:58
36748         Log: Fix Win32 linker errors following change 24271
36749              
36750              This clears up "unresolved external" errors for the following symbols:
36751              
36752              PL_watch_pvx
36753              Perl_Gappctx_ptr
36754              Perl_Gmmap_page_size_ptr
36755              Perl_Gsig_defaulting_ptr
36756              Perl_Gsig_handlers_initted_ptr
36757              Perl_Gsig_ignoring_ptr
36758              Perl_Gsig_sv_ptr
36759              Perl_Gtimesbase_ptr
36760              Perl_Gwatch_pvx_ptr
36761      Branch: perl
36762            ! makedef.pl
36763 ____________________________________________________________________________
36764 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
36765         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
36766              From: Steve Peters <steve@fisharerojo.org>
36767              Date: Thu, 21 Apr 2005 18:55:47 -0500
36768              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
36769      Branch: perl
36770            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36771            ! sv.h
36772 ____________________________________________________________________________
36773 [ 24276] By: steveh                                on 2005/04/22  08:13:01
36774         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
36775      Branch: perl
36776            ! pp_sys.c
36777 ____________________________________________________________________________
36778 [ 24275] By: davem                                 on 2005/04/21  21:30:11
36779         Log: Sigh - really bump Text::Wrap version number this time.
36780      Branch: perl
36781            ! lib/Text/Wrap.pm
36782 ____________________________________________________________________________
36783 [ 24274] By: davem                                 on 2005/04/21  21:27:15
36784         Log: bump version number in Text::Wrap after change #24273
36785      Branch: perl
36786            ! lib/Text/Wrap.pm
36787 ____________________________________________________________________________
36788 [ 24273] By: davem                                 on 2005/04/21  21:22:54
36789         Log: Text::Wrap::wrap() fails with non-space separator
36790      Branch: perl
36791            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
36792 ____________________________________________________________________________
36793 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
36794         Log: Subject: [PATCH] Symbian port of Perl
36795              From: <jarkko.hietaniemi@nokia.com>
36796              Date: Mon, 18 Apr 2005 13:18:30 +0300
36797              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
36798      Branch: perl
36799            + README.symbian ext/DynaLoader/dl_symbian.xs
36800            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
36801            + symbian/PerlApp.rss symbian/PerlAppAif.rss
36802            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
36803            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
36804            + symbian/TODO symbian/bld.inf symbian/config.pl
36805            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
36806            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
36807            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
36808            + symbian/symbian_proto.h symbian/symbian_stubs.c
36809            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
36810            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
36811            + symbian/xsbuild.pl
36812            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
36813            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
36814            ! embed.h embed.pl embedvar.h ext/B/B.xs
36815            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
36816            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
36817            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
36818            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
36819            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
36820            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
36821            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
36822            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
36823            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
36824            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
36825            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
36826            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
36827            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
36828            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
36829            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
36830            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
36831            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
36832            ! win32/makefile.mk win32/win32io.c xsutils.c
36833 ____________________________________________________________________________
36834 [ 24270] By: davem                                 on 2005/04/21  15:36:14
36835         Log: substr uses utf8 length cache incorrectly
36836      Branch: perl
36837            ! sv.c t/op/substr.t
36838 ____________________________________________________________________________
36839 [ 24269] By: davem                                 on 2005/04/21  00:13:14
36840         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
36841              From:  Andy Lester <andy@petdance.com>
36842              Date:  Wed, 13 Apr 2005 21:06:01 -0500
36843              Message-Id:  <20050414020601.GA21346@petdance.com>
36844              
36845              add 'const', and remove extraneous code, from pp_concat
36846      Branch: perl
36847            ! pp_hot.c t/op/concat.t
36848 ____________________________________________________________________________
36849 [ 24268] By: davem                                 on 2005/04/20  23:56:18
36850         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
36851              From:  David Dyck <david.dyck@fluke.com>
36852              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
36853              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
36854              
36855              fix nits in change #24264:
36856              some preprocessors don't like #ifdefs within a macro's args;
36857              also removed duplicate semicolons from macro definitions.
36858      Branch: perl
36859            ! perl.h
36860 ____________________________________________________________________________
36861 [ 24267] By: davem                                 on 2005/04/20  23:35:54
36862         Log: In change 24266 I failed to actually change anything. Sigh.
36863      Branch: perl
36864            ! ext/Sys/Syslog/Syslog.pm
36865 ____________________________________________________________________________
36866 [ 24266] By: davem                                 on 2005/04/20  23:32:04
36867         Log: change misleading syslog() example
36868      Branch: perl
36869            ! ext/Sys/Syslog/Syslog.pm
36870 ____________________________________________________________________________
36871 [ 24265] By: davem                                 on 2005/04/20  21:47:40
36872         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
36873              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
36874              Date:  20 Apr 2005 19:28:14 -0000
36875              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
36876              
36877              improved version of change 21842 that copes with glob DB::sub
36878              existing but &DB::sub not existing.
36879      Branch: perl
36880            ! mg.c pp_ctl.c t/op/caller.t
36881 ____________________________________________________________________________
36882 [ 24264] By: davem                                 on 2005/04/20  21:32:23
36883         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
36884              From:  Andy Lester <andy@petdance.com>
36885              Date:  Wed, 20 Apr 2005 15:09:24 -0500
36886              Message-Id:  <20050420200923.GA3017@petdance.com>
36887              
36888              The MGVTBL structures contain 7 function pointers, but only 5 were
36889              getting initialized. Plus, there were repeated lists between
36890              declaration and definition; add a macro to declare or define
36891              all the global MGVTBLs as appropriate.
36892      Branch: perl
36893            ! perl.h
36894 ____________________________________________________________________________
36895 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
36896         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
36897              From: Steve Peters <steve@fisharerojo.org>
36898              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
36899              Date: Wed, 20 Apr 2005 06:27:20 -0500
36900      Branch: perl
36901            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
36902 ____________________________________________________________________________
36903 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
36904         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
36905      Branch: perl
36906            ! sv.c
36907 ____________________________________________________________________________
36908 [ 24257] By: davem                                 on 2005/04/19  23:47:38
36909         Log: run regen_headers after addition of FOO_set() macros
36910      Branch: perl
36911            ! ext/ByteLoader/byterun.c
36912 ____________________________________________________________________________
36913 [ 24256] By: davem                                 on 2005/04/19  23:43:54
36914         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
36915              From:  Andy Lester <andy@petdance.com>
36916              Date:  Tue, 19 Apr 2005 11:38:44 -0500
36917              Message-Id:  <20050419163844.GA19747@petdance.com>
36918      Branch: perl
36919            ! embed.fnc embed.h pad.c pad.h proto.h
36920 ____________________________________________________________________________
36921 [ 24255] By: davem                                 on 2005/04/19  23:31:52
36922         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
36923      Branch: perl
36924            ! op.c
36925 ____________________________________________________________________________
36926 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
36927         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
36928      Branch: perl
36929            ! sv.c
36930 ____________________________________________________________________________
36931 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
36932         Log: Restore SvEND_set
36933      Branch: perl
36934            ! sv.h
36935 ____________________________________________________________________________
36936 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
36937         Log: Force RVALUE macros when in PERL_DEBUG_COW
36938      Branch: perl
36939            ! ext/ByteLoader/byterun.c sv.c sv.h
36940 ____________________________________________________________________________
36941 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
36942         Log: Avoid generating thousands of UTF-8 warnings when testing under a
36943              UTF-8 locale
36944      Branch: perl
36945            ! t/op/pack.t
36946 ____________________________________________________________________________
36947 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
36948         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
36949              valid C code
36950      Branch: perl
36951            ! perl.h
36952 ____________________________________________________________________________
36953 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
36954         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
36955              From: Steve Peters <steve@fisharerojo.org>
36956              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
36957              Date: Mon, 18 Apr 2005 19:09:25 -0500
36958      Branch: perl
36959            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
36960            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
36961            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
36962            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
36963            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
36964            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
36965            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
36966            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
36967            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
36968            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
36969            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
36970            ! scope.c sv.c sv.h toke.c
36971 ____________________________________________________________________________
36972 [ 24247] By: davem                                 on 2005/04/19  01:38:54
36973         Log: Add CLONE_SKIP() class method to allow individual classes to skip
36974              cloning objects during thread creation
36975      Branch: perl
36976            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
36977 ____________________________________________________________________________
36978 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
36979         Log: PERL_DEBUG_COW for SvUVX and SvPVX
36980      Branch: perl
36981            ! ext/DynaLoader/dl_dyld.xs sv.h
36982 ____________________________________________________________________________
36983 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
36984         Log: SvPV_renew also calls SvLEN_set
36985              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
36986              For Ponie this can be a single call into the PMC
36987      Branch: perl
36988            ! pp_hot.c pp_sys.c sv.h toke.c
36989 ____________________________________________________________________________
36990 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
36991         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
36992              SvPVX
36993      Branch: perl
36994            ! pp_hot.c pp_sys.c sv.h toke.c
36995 ____________________________________________________________________________
36996 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
36997         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
36998      Branch: perl
36999            ! handy.h
37000 ____________________________________________________________________________
37001 [ 24242] By: steveh                                on 2005/04/18  16:04:20
37002         Log: Fix bug #33664: allow for transport providers with protocol == 0
37003              
37004              (This indicates that any protocol may be used, so don't bother checking
37005              that the requested protocol matches in this case.)
37006      Branch: perl
37007            ! win32/win32sck.c
37008 ____________________________________________________________________________
37009 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
37010         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
37011      Branch: perl
37012            ! pp_hot.c
37013 ____________________________________________________________________________
37014 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
37015         Log: Two more uses of lvalue SvIVX()
37016      Branch: perl
37017            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
37018 ____________________________________________________________________________
37019 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
37020         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
37021              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
37022              From: Steve Peters <steve@fisharerojo.org>
37023              Date: Sat, 16 Apr 2005 11:05:02 -0500
37024              
37025              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
37026      Branch: perl
37027            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
37028            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
37029            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
37030 ____________________________________________________________________________
37031 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
37032         Log: Update the outdated info in "Minimizing the Perl installation"
37033      Branch: perl
37034            ! INSTALL
37035 ____________________________________________________________________________
37036 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
37037         Log: Fix for:
37038              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
37039              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
37040              Date: 12 Apr 2005 19:12:58 -0000
37041              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
37042              
37043              This syntax error now produces a panic message.
37044      Branch: perl
37045            ! op.c
37046 ____________________________________________________________________________
37047 [ 24236] By: merijn                                on 2005/04/13  15:10:24
37048         Log: Subject: [PATCH] Removing yydestruct from perly.c
37049              From: Andy Lester <andy@petdance.com>
37050              Date: Wed, 13 Apr 2005 10:06:47 -0500
37051              Message-ID: <20050413150647.GA13464@petdance.com>
37052      Branch: perl
37053            ! perly.c
37054 ____________________________________________________________________________
37055 [ 24235] By: merijn                                on 2005/04/13  14:51:00
37056         Log: Mandrakesoft is now Mandriva
37057      Branch: perl
37058            ! AUTHORS
37059 ____________________________________________________________________________
37060 [ 24234] By: merijn                                on 2005/04/13  14:41:20
37061         Log: H.Merijn changed e-mail
37062      Branch: perl
37063            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
37064            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
37065 ____________________________________________________________________________
37066 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
37067         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
37068              From: Robin Barker <Robin.Barker@npl.co.uk>
37069              Date: Tue, 12 Apr 2005 18:53:32 +0100
37070              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
37071      Branch: perl
37072            ! perly.c regcomp.c regexec.c toke.c
37073 ____________________________________________________________________________
37074 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
37075         Log: Upgrade to ExtUtils::MakeMaker 6.28
37076      Branch: perl
37077            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
37078            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
37079            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
37080            ! lib/ExtUtils/Manifest.pm
37081 ____________________________________________________________________________
37082 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
37083         Log: Upgrade to Encode 2.0902
37084      Branch: perl
37085            + ext/Encode/t/utf8strict.t
37086            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
37087            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
37088            ! ext/Encode/MANIFEST ext/Encode/META.yml
37089            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
37090            ! ext/Encode/t/fallback.t
37091 ____________________________________________________________________________
37092 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
37093         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
37094              Plus add an editor block
37095      Branch: perl
37096            ! op.c
37097 ____________________________________________________________________________
37098 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
37099         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
37100              From: Steve Peters <steve@fisharerojo.org>
37101              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
37102              Date: Sun, 10 Apr 2005 21:37:36 -0500
37103              
37104              (with correction to SvUV_set)
37105      Branch: perl
37106            ! ext/List/Util/Util.xs sv.c sv.h
37107 ____________________________________________________________________________
37108 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
37109         Log: Avoid taking a reference to SvIVX and putting that address on the
37110              save stack
37111      Branch: perl
37112            ! perl.c pp_ctl.c pp_hot.c
37113 ____________________________________________________________________________
37114 [ 24227] By: steveh                                on 2005/04/11  10:39:59
37115         Log: Support d_libm_lib_version for Win32 (see change 24217)
37116      Branch: perl
37117            ! win32/config.bc win32/config.gc win32/config.vc
37118            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
37119            ! win32/config_H.vc win32/config_H.vc64
37120 ____________________________________________________________________________
37121 [ 24226] By: merijn                                on 2005/04/11  10:09:06
37122         Log: Out of sync metaunit caused the erroneous return of the
37123              removed d_sitecustomize. Mea Culpa.
37124      Branch: perl
37125            ! Configure
37126 ____________________________________________________________________________
37127 [ 24225] By: steveh                                on 2005/04/11  09:39:40
37128         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
37129      Branch: perl
37130            ! win32/Makefile win32/makefile.mk
37131 ____________________________________________________________________________
37132 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
37133         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
37134              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
37135              Date: Fri, 8 Apr 2005 15:28:28 -0300
37136              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
37137      Branch: perl
37138            ! pod/perlfunc.pod
37139 ____________________________________________________________________________
37140 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
37141         Log: Make the four-argument form of select() return undef
37142              instead of -1 on error.
37143      Branch: perl
37144            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
37145 ____________________________________________________________________________
37146 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
37147         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
37148      Branch: perl
37149            ! win32/Makefile win32/makefile.mk
37150 ____________________________________________________________________________
37151 [ 24221] By: merijn                                on 2005/04/11  06:06:13
37152         Log: Subject: Re: New Configure functionality
37153              From: Abe Timmerman <abe@ztreet.demon.nl>
37154              Date: Sun, 10 Apr 2005 22:19:28 +0200
37155              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
37156      Branch: perl
37157            ! configure.com
37158 ____________________________________________________________________________
37159 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
37160         Log: POD typo.
37161      Branch: perl
37162            ! lib/Module/CoreList.pm
37163 ____________________________________________________________________________
37164 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
37165         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
37166              5.00{0,1,2}. Upgrade version number.
37167      Branch: perl
37168            ! lib/Module/CoreList.pm
37169 ____________________________________________________________________________
37170 [ 24218] By: merijn                                on 2005/04/10  18:00:05
37171         Log: Sorting still is a mess. This is better.
37172      Branch: perl
37173            ! config_h.SH
37174 ____________________________________________________________________________
37175 [ 24217] By: merijn                                on 2005/04/10  17:08:36
37176         Log: Configure now probes for _LIB_VERSION support in math.h/libm
37177              LIBM_LIB_VERSION is defined if it does
37178      Branch: perl
37179            ! Configure Porting/config_H config_h.SH handy.h
37180 ____________________________________________________________________________
37181 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
37182         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
37183      Branch: perl
37184            ! pod/perldiag.pod pp_hot.c
37185 ____________________________________________________________________________
37186 [ 24214] By: merijn                                on 2005/04/10  09:14:06
37187         Log: Subject: [PATCH] usesitecustomize for VMS
37188              From: "Craig A. Berry" <craigberry@mac.com>
37189              Date: Sat, 09 Apr 2005 15:58:43 -0500
37190              Message-ID: <42584203.2090405@mac.com>
37191      Branch: perl
37192            ! configure.com
37193 ____________________________________________________________________________
37194 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
37195         Log: Mangle the expected output correctly for both 5.9 and 5.8
37196      Branch: perl
37197            ! ext/B/t/stash.t
37198 ____________________________________________________________________________
37199 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
37200         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
37201              From: Michael G Schwern <schwern@pobox.com>
37202              Date: Thu, 7 Apr 2005 15:15:00 -0700
37203              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
37204              
37205              Fix duplicate target warnings
37206      Branch: perl
37207            ! lib/ExtUtils/MM_Any.pm
37208 ____________________________________________________________________________
37209 [ 24211] By: merijn                                on 2005/04/08  14:22:05
37210         Log: The last remains of d_sitecustomize
37211      Branch: perl
37212            ! Porting/config.sh
37213 ____________________________________________________________________________
37214 [ 24210] By: merijn                                on 2005/04/08  14:16:59
37215         Log: now usesitecustomize is used more generic
37216      Branch: perl
37217            ! config_h.SH
37218 ____________________________________________________________________________
37219 [ 24209] By: steveh                                on 2005/04/08  14:15:14
37220         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
37221              From: Steven Schubiger <steven@accognoscere.org>
37222              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
37223              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
37224              
37225              (with arguments changed to match perlfunc.pod)
37226      Branch: perl
37227            ! pod/perlport.pod
37228 ____________________________________________________________________________
37229 [ 24208] By: merijn                                on 2005/04/08  14:12:54
37230         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
37231      Branch: perl
37232            ! Configure
37233 ____________________________________________________________________________
37234 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
37235         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
37236      Branch: perl
37237            ! pad.c sv.h
37238 ____________________________________________________________________________
37239 [ 24205] By: merijn                                on 2005/04/08  12:18:42
37240         Log: Subject: [PATCH] Removing Y2K warnings
37241              From: Andy Lester <andy@petdance.com>
37242              Date: Thu, 7 Apr 2005 17:44:42 -0500
37243              Message-ID: <20050407224442.GA23895@petdance.com>
37244      Branch: perl
37245            - README.Y2K
37246            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
37247            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
37248            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
37249 ____________________________________________________________________________
37250 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
37251         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
37252              From: Steve Peters <steve@fisharerojo.org>
37253              Date: Thu, 7 Apr 2005 13:51:49 -0500
37254              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
37255      Branch: perl
37256            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
37257            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
37258 ____________________________________________________________________________
37259 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
37260         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
37261              Copy-On-Write related source changes.
37262              Fix the problem this revealed.
37263      Branch: perl
37264            ! sv.c sv.h
37265 ____________________________________________________________________________
37266 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
37267         Log: MM_AIX needs neatvalue
37268      Branch: perl
37269            ! lib/ExtUtils/MM_AIX.pm
37270 ____________________________________________________________________________
37271 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
37272         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
37273              From: Steve Peters <steve@fisharerojo.org>
37274              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
37275              Date: Wed, 6 Apr 2005 18:21:10 -0500
37276      Branch: perl
37277            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
37278            ! toke.c
37279 ____________________________________________________________________________
37280 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
37281         Log: Add perl593delta.pod
37282      Branch: perl
37283            + pod/perl593delta.pod
37284            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
37285            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
37286            ! win32/pod.mak
37287 ____________________________________________________________________________
37288 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
37289         Log: Mention that select() returns -1 on error,
37290              as suggested by Hernan Perez Masci
37291      Branch: perl
37292            ! pod/perlfunc.pod
37293 ____________________________________________________________________________
37294 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
37295         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
37296              From: Abigail <abigail@abigail.nl>
37297              Date: Wed, 6 Apr 2005 01:41:55 +0200
37298              Message-ID: <20050405234154.GG8680@abigail.nl>
37299      Branch: perl
37300            ! t/japh/abigail.t
37301 ____________________________________________________________________________
37302 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
37303         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
37304              From: Autrijus Tang <autrijus@autrijus.org>
37305              Date: Wed, 6 Apr 2005 18:17:32 +0800
37306              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
37307      Branch: perl
37308            ! lib/unicore/mktables
37309 ____________________________________________________________________________
37310 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
37311         Log: Subject: perldbtty$$ location
37312              From: Gisle Aas <gisle@ActiveState.com>
37313              Date: 06 Apr 2005 01:49:54 -0700
37314              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
37315              (and remove trailing whitespace)
37316      Branch: perl
37317            ! pod/perldebug.pod
37318 ____________________________________________________________________________
37319 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
37320         Log: Tabs not spaces in MANIFEST
37321      Branch: perl
37322            ! MANIFEST
37323 ____________________________________________________________________________
37324 [ 24187] By: merijn                                on 2005/04/07  08:33:53
37325         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
37326              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
37327              Date: 7 Apr 2005 00:20:31 -0000
37328              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
37329      Branch: perl
37330            ! pod/perlpodspec.pod
37331 ____________________________________________________________________________
37332 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
37333         Log: Upgrade to ExtUtils::MakeMaker 6.27,
37334              plus a patch to restore functioning of 'distclean'
37335              for the perl core
37336      Branch: perl
37337            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
37338            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
37339            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
37340            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
37341            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
37342            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
37343            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
37344            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
37345            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
37346            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
37347            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
37348            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
37349            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
37350            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
37351            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
37352            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
37353            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
37354            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
37355            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
37356            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
37357            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
37358            ! t/lib/MakeMaker/Test/Utils.pm
37359 ____________________________________________________________________________
37360 [ 24178] By: steveh                                on 2005/04/06  15:57:36
37361         Log: Don't try to export symbols that don't exist
37362              
37363              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
37364              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
37365              to keep Win32 happy.
37366      Branch: perl
37367            ! makedef.pl
37368 ____________________________________________________________________________
37369 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
37370         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
37371      Branch: perl
37372            ! reentr.c reentr.h reentr.pl
37373 ____________________________________________________________________________
37374 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
37375         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
37376      Branch: perl
37377            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
37378            ! ext/threads/threads.xs pad.h sv.c
37379 ____________________________________________________________________________
37380 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
37381         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
37382      Branch: perl
37383            ! perl.h
37384 ____________________________________________________________________________
37385 [ 24173] By: merijn                                on 2005/04/06  06:14:51
37386         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
37387              2. Removed the depricated 'my $foo if expr' there
37388      Branch: perl
37389            ! t/TEST
37390 ____________________________________________________________________________
37391 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
37392         Log: D'oh! We were never correctly spotting a modfl prototype
37393      Branch: perl
37394            ! Configure
37395 ____________________________________________________________________________
37396 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
37397         Log: Add casting to allow g++ (3.3.5) to compile the core code.
37398              A C++ compiler produces lots of warnings that are probably valid
37399              concerns to investigate.
37400      Branch: perl
37401            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
37402            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
37403 ____________________________________________________________________________
37404 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
37405         Log: Tests need to skip if there is no Encode configured.
37406      Branch: perl
37407            ! lib/encoding/warnings/t/1-warning.t
37408            ! lib/encoding/warnings/t/2-fatal.t
37409 ____________________________________________________________________________
37410 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
37411         Log: Using savesvpv() here is terser and produces smaller object code.
37412      Branch: perl
37413            ! doio.c
37414 ____________________________________________________________________________
37415 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
37416         Log: Upgrade to Unicode::Normalize 0.32
37417      Branch: perl
37418            ! ext/Unicode/Normalize/Changes
37419            ! ext/Unicode/Normalize/Makefile.PL
37420            ! ext/Unicode/Normalize/Normalize.pm
37421            ! ext/Unicode/Normalize/Normalize.xs
37422            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
37423            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
37424 ____________________________________________________________________________
37425 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
37426         Log: Down with C++ reserved names
37427              (and also function pointer declarations that rely on the C semantics
37428              of ())
37429      Branch: perl
37430            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
37431            ! universal.c
37432 ____________________________________________________________________________
37433 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
37434         Log: Down with potentially incorrect duplicate prototypes
37435      Branch: perl
37436            ! pp_sys.c
37437 ____________________________________________________________________________
37438 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
37439         Log: Down with more K&R prototypes
37440      Branch: perl
37441            ! ext/DynaLoader/dl_dyld.xs
37442 ____________________________________________________________________________
37443 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
37444         Log: Down with unneeded duplicate prototypes
37445      Branch: perl
37446            ! x2p/a2p.c
37447 ____________________________________________________________________________
37448 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
37449         Log: Down with K&R function arguments
37450      Branch: perl
37451            ! ext/Cwd/Cwd.xs
37452 ____________________________________________________________________________
37453 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
37454         Log: Add Math::BigInt::FastCalc in maintainer list
37455      Branch: perl
37456            ! Porting/Maintainers.pl
37457 ____________________________________________________________________________
37458 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
37459         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
37460      Branch: perl
37461            ! ext/Math/BigInt/FastCalc/Makefile.PL
37462 ____________________________________________________________________________
37463 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
37464         Log: New core module, Math::BigInt::FastCalc
37465              
37466              Subject: [PATCH] integrate Math::BigInt::FastCalc
37467              From: Tels <nospam-abuse@bloodgate.com>
37468              Date: Sun, 3 Apr 2005 11:12:45 +0200
37469              Message-Id: <200504031112.55179@bloodgate.com>
37470      Branch: perl
37471            + ext/Math/BigInt/FastCalc/FastCalc.pm
37472            + ext/Math/BigInt/FastCalc/FastCalc.xs
37473            + ext/Math/BigInt/FastCalc/Makefile.PL
37474            + ext/Math/BigInt/FastCalc/t/bigintfc.t
37475            + ext/Math/BigInt/FastCalc/t/bootstrap.t
37476            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
37477            ! MANIFEST
37478 ____________________________________________________________________________
37479 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
37480         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
37481              From: Tels <nospam-abuse@bloodgate.com>
37482              Date: Sun, 3 Apr 2005 10:43:10 +0200
37483              Message-Id: <200504031043.12273@bloodgate.com>
37484      Branch: perl
37485            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
37486            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
37487            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
37488            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
37489            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
37490            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
37491            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
37492            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
37493            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
37494            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
37495 ____________________________________________________________________________
37496 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
37497         Log: That's C, not perl.
37498      Branch: perl
37499            ! patchlevel.h
37500 ____________________________________________________________________________
37501 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
37502         Log: Make -DFORMAT_CHECK compile with threads.
37503      Branch: perl
37504            ! perl.h
37505 ____________________________________________________________________________
37506 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
37507         Log: Bump version to 5.9.3
37508              Restore "DEVEL" tag in patchlevel.h
37509              Regenerate Porting/config*
37510      Branch: perl
37511            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
37512            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
37513            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
37514            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
37515            ! wince/Makefile.ce
37516 ____________________________________________________________________________
37517 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
37518         Log: Subject: [PATCH] const-eight.diff
37519              From: Andy Lester <andy@petdance.com>
37520              Date: Wed, 30 Mar 2005 11:40:24 -0600
37521              Message-ID: <20050330174024.GA12167@petdance.com>
37522      Branch: perl
37523            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
37524            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
37525 ____________________________________________________________________________
37526 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
37527         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
37528              From: Steven Schubiger <steven@accognoscere.org>
37529              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
37530              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
37531      Branch: perl
37532            ! pod/perltrap.pod
37533 ____________________________________________________________________________
37534 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
37535         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
37536              From: Steven Schubiger <steven@accognoscere.org>
37537              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
37538              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
37539      Branch: perl
37540            ! pod/perltrap.pod
37541 ____________________________________________________________________________
37542 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
37543         Log: Fix wrong version for byteorder modifiers feature.
37544      Branch: perl
37545            ! pod/perlpacktut.pod
37546 ____________________________________________________________________________
37547 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
37548         Log: Silence compiler warnings about possibly uninitialised variables.
37549              (None are, but it saves anyone else having to work this out)
37550      Branch: perl
37551            ! regexec.c
37552 ____________________________________________________________________________
37553 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
37554         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
37555      Branch: perl
37556            ! installperl
37557 ____________________________________________________________________________
37558 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
37559         Log: Oops. Forgot to add this.
37560      Branch: perl
37561            + lib/unicore/NamedSequences.txt
37562 ____________________________________________________________________________
37563 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
37564         Log: Subject: [PATCH] Unicode 4.1.0
37565              From: Jarkko Hietaniemi <jhi@iki.fi>
37566              Message-ID: <424E584D.5000508@iki.fi>
37567              Date: Sat, 02 Apr 2005 11:31:09 +0300
37568      Branch: perl
37569            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
37570            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
37571            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
37572            ! lib/unicore/CompositionExclusions.txt
37573            ! lib/unicore/EastAsianWidth.txt
37574            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
37575            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
37576            ! lib/unicore/NormalizationCorrections.txt
37577            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
37578            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
37579            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
37580            ! lib/unicore/SpecialCasing.txt
37581            ! lib/unicore/StandardizedVariants.txt
37582            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
37583 ____________________________________________________________________________
37584 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
37585         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
37586      Branch: perl
37587            ! META.yml Porting/Maintainers.pl
37588 ____________________________________________________________________________
37589 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
37590         Log: Update Changes
37591      Branch: perl
37592            ! Changes
37593 ____________________________________________________________________________
37594 [ 24131] By: steveh                                on 2005/04/01  08:18:27
37595         Log: Remove dependency on tr(1) for MinGW builds on Win32
37596              
37597              This leaves things slightly (more) broken for MinGW builds on Cygwin,
37598              but that doesn't currently quite work in other respects and isn't
37599              documented anyway.  See:
37600              
37601              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
37602      Branch: perl
37603            ! pod/perl592delta.pod win32/makefile.mk
37604 ____________________________________________________________________________
37605 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
37606         Log: Regenerate perltoc and perlmodlib
37607      Branch: perl
37608            ! pod/perlmodlib.pod pod/perltoc.pod
37609 ____________________________________________________________________________
37610 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
37611         Log: POD fixes.
37612      Branch: perl
37613            ! pod/perlfaq1.pod
37614 ____________________________________________________________________________
37615 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
37616         Log: FAQ sync.
37617      Branch: perl
37618            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
37619            ! pod/perlfaq6.pod pod/perlfaq7.pod
37620 ____________________________________________________________________________
37621 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
37622         Log: Add a note about installhtml
37623      Branch: perl
37624            ! pod/perltodo.pod
37625 ____________________________________________________________________________
37626 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
37627         Log: Subject: [PATCH] pp_pack.c warnings on VMS
37628              From: "Craig A. Berry" <craigberry@mac.com>
37629              Date: Thu, 31 Mar 2005 14:51:05 -0600
37630              Message-ID: <424C62B9.2030601@mac.com>
37631      Branch: perl
37632            ! pp_pack.c
37633 ____________________________________________________________________________
37634 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
37635         Log: Mention the current MinGW compilation problems
37636      Branch: perl
37637            ! pod/perl592delta.pod
37638 ____________________________________________________________________________
37639 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
37640         Log: Update Changes
37641      Branch: perl
37642            ! Changes
37643 ____________________________________________________________________________
37644 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
37645         Log: This is 5.9.2. Mostly.
37646      Branch: perl
37647            ! patchlevel.h pod/perlhist.pod
37648 ____________________________________________________________________________
37649 [ 24122] By: steveh                                on 2005/03/31  15:39:57
37650         Log: Fix USE_SITECUSTOMIZE on Win32
37651              
37652              This fixes the problem described in:
37653              
37654              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
37655      Branch: perl
37656            ! win32/win32.c
37657 ____________________________________________________________________________
37658 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
37659         Log: Update copyrights.
37660              Well, those are generated files anyway.
37661      Branch: perl
37662            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
37663            ! proto.h
37664 ____________________________________________________________________________
37665 [ 24120] By: steveh                                on 2005/03/31  14:36:44
37666         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
37667              
37668              Note that this feature doesn't actually work correctly on Win32
37669              until the problem described here is solved:
37670              
37671              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
37672      Branch: perl
37673            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
37674            ! win32/config.vc64 win32/makefile.mk
37675 ____________________________________________________________________________
37676 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
37677         Log: Upgrade to Module::CoreList 1.99
37678      Branch: perl
37679            ! lib/Module/CoreList.pm
37680 ____________________________________________________________________________
37681 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
37682         Log: More known problems.
37683      Branch: perl
37684            ! pod/perl592delta.pod
37685 ____________________________________________________________________________
37686 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
37687         Log: Known problems, reported by Merijn
37688      Branch: perl
37689            ! pod/perl592delta.pod
37690 ____________________________________________________________________________
37691 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
37692         Log: OS typo.
37693      Branch: perl
37694            ! pod/perl592delta.pod
37695 ____________________________________________________________________________
37696 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
37697         Log: Add a tool to generate data for Module::CoreList
37698      Branch: perl
37699            + Porting/corelist.pl
37700            ! MANIFEST
37701 ____________________________________________________________________________
37702 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
37703         Log: More work on perldelta
37704      Branch: perl
37705            ! pod/perl592delta.pod
37706 ____________________________________________________________________________
37707 [ 24113] By: steveh                                on 2005/03/31  10:01:18
37708         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
37709              Win32 makefiles
37710      Branch: perl
37711            ! win32/Makefile win32/makefile.mk
37712 ____________________________________________________________________________
37713 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
37714         Log: AUTHORS update
37715      Branch: perl
37716            ! AUTHORS
37717 ____________________________________________________________________________
37718 [ 24111] By: steveh                                on 2005/03/31  09:18:23
37719         Log: A few Win32 makefile tidy-ups (No real changes)
37720      Branch: perl
37721            ! win32/Makefile win32/makefile.mk
37722 ____________________________________________________________________________
37723 [ 24110] By: steveh                                on 2005/03/31  08:20:00
37724         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
37725      Branch: perl
37726            ! INSTALL
37727 ____________________________________________________________________________
37728 [ 24109] By: steveh                                on 2005/03/31  07:55:12
37729         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
37730      Branch: perl
37731            ! sv.c
37732 ____________________________________________________________________________
37733 [ 24108] By: steveh                                on 2005/03/31  07:36:52
37734         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
37735      Branch: perl
37736            ! malloc.c
37737 ____________________________________________________________________________
37738 [ 24107] By: merijn                                on 2005/03/30  17:03:19
37739         Log: Now that we have the full path, we can skip the which call,
37740              that might cause trouble on testdrive systems.
37741      Branch: perl
37742            ! hints/hpux.sh
37743 ____________________________________________________________________________
37744 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
37745         Log: Update copyrights.
37746      Branch: perl
37747            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
37748            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
37749            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
37750 ____________________________________________________________________________
37751 [ 24105] By: merijn                                on 2005/03/30  14:25:05
37752         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
37753      Branch: perl
37754            ! INSTALL
37755 ____________________________________________________________________________
37756 [ 24104] By: merijn                                on 2005/03/30  14:17:40
37757         Log: Support for -Dusesitecustomize
37758      Branch: perl
37759            ! Configure config_h.SH
37760 ____________________________________________________________________________
37761 [ 24102] By: merijn                                on 2005/03/30  13:43:12
37762         Log: USE_STRLCAT and USE_STRLCPY now actually used
37763              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
37764              for future use
37765      Branch: perl
37766            ! handy.h
37767 ____________________________________________________________________________
37768 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
37769         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
37770              From: Brendan O'Dea <bod@debian.org>
37771              Date: Wed, 30 Mar 2005 10:30:25 +1000
37772              Message-ID: <20050330003025.GA29797@londo.c47.org>
37773      Branch: perl
37774            ! ext/Errno/Errno_pm.PL
37775 ____________________________________________________________________________
37776 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
37777         Log: Subject: Re: PATCH: byte count feature request for unpack
37778              From: perl5-porters@ton.iguana.be (Ton Hospel)
37779              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
37780              Message-Id: <d26u7b$i3v$1@post.home.lunix>
37781              
37782              (rework of a patch from Arne Ahrend <aahrend@web.de>)
37783      Branch: perl
37784            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
37785 ____________________________________________________________________________
37786 [ 24099] By: steveh                                on 2005/03/30  08:36:50
37787         Log: A couple more Win32 compilation clean-ups
37788      Branch: perl
37789            ! win32/win32sck.c
37790 ____________________________________________________________________________
37791 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
37792         Log: Minor POD nits.
37793      Branch: perl
37794            ! ext/File/Glob/Glob.pm
37795 ____________________________________________________________________________
37796 [ 24097] By: merijn                                on 2005/03/30  07:49:46
37797         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
37798              From: Steven Schubiger <steven@accognoscere.org>
37799              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
37800              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
37801      Branch: perl
37802            ! ext/File/Glob/Glob.pm
37803 ____________________________________________________________________________
37804 [ 24096] By: steveh                                on 2005/03/29  15:18:30
37805         Log: Clean-up some warnings when compiling on Win32 with VC++
37806      Branch: perl
37807            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
37808 ____________________________________________________________________________
37809 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
37810         Log: Downconst external APIs
37811      Branch: perl
37812            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
37813            ! sv.c util.c
37814 ____________________________________________________________________________
37815 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
37816         Log: The core part of :
37817              Subject: [PATCH] Consting seven
37818              From: Andy Lester <andy@petdance.com>
37819              Date: Sun, 27 Mar 2005 15:57:22 -0600
37820              Message-ID: <20050327215722.GC20451@petdance.com>
37821      Branch: perl
37822            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
37823            ! regexec.c util.c
37824 ____________________________________________________________________________
37825 [ 24093] By: steveh                                on 2005/03/29  08:48:50
37826         Log: Fix Win32 compilation nit following change #24074
37827      Branch: perl
37828            ! util.c
37829 ____________________________________________________________________________
37830 [ 24092] By: steveh                                on 2005/03/29  08:22:45
37831         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
37832              
37833              This is the patch from the end of the thread that started here:
37834              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
37835      Branch: perl
37836            ! doio.c iperlsys.h pp_sys.c
37837 ____________________________________________________________________________
37838 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
37839         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
37840      Branch: perl
37841            ! ext/Devel/Peek/t/Peek.t
37842 ____________________________________________________________________________
37843 [ 24090] By: merijn                                on 2005/03/29  07:01:11
37844         Log: Make the spelling of whitespace (vs white-space and white space)
37845              more consistent
37846              From: Offer Kaye <offer.kaye@gmail.com>
37847              Date: Thu, 17 Mar 2005 14:47:36 -0500
37848              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
37849      Branch: perl
37850            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
37851            ! pod/perlre.pod pod/perlxstut.pod
37852 ____________________________________________________________________________
37853 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
37854         Log: Don't #ifdef out a return statement
37855      Branch: perl
37856            ! pad.c
37857 ____________________________________________________________________________
37858 [ 24088] By: davem                                 on 2005/03/28  21:38:44
37859         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
37860      Branch: perl
37861            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
37862            ! sv.c sv.h
37863 ____________________________________________________________________________
37864 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
37865         Log: Raw work on perl592delta.
37866      Branch: perl
37867            ! pod/perl592delta.pod
37868 ____________________________________________________________________________
37869 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
37870         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
37871              From: hv@crypt.org
37872              Date: Thu, 24 Mar 2005 19:51:08 +0000
37873              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
37874      Branch: perl
37875            ! regexec.c t/op/re_tests
37876 ____________________________________________________________________________
37877 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
37878         Log: Fix -C option of mktables (for VMS)
37879              
37880              Subject: Re: [PATCH] Consting five
37881              From: demerphq <demerphq@gmail.com>
37882              Date: Sat, 26 Mar 2005 21:45:09 +0100
37883              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
37884      Branch: perl
37885            ! lib/unicore/mktables
37886 ____________________________________________________________________________
37887 [ 24084] By: davem                                 on 2005/03/26  21:25:47
37888         Log: UTF-8 string substitution corrupts memory
37889              The implicit call of 'require utf8' triggered by code like
37890              "\x{100}" =~ /[[:print:]]/
37891              wasn't saving state correctly first.
37892      Branch: perl
37893            ! utf8.c
37894 ____________________________________________________________________________
37895 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
37896         Log: Remove an XXX note from the public doc.
37897              Hide it in the comments, instead
37898      Branch: perl
37899            ! pod/perlapi.pod sv.c
37900 ____________________________________________________________________________
37901 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
37902         Log: Need to return something when the compiler doesn't know that a
37903              function is "noreturn".
37904      Branch: perl
37905            ! mg.c op.c scope.c
37906 ____________________________________________________________________________
37907 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
37908         Log: Subject: [PATCH] Consting five
37909              Date: Fri, 25 Mar 2005 17:14:09 -0600
37910              From: Andy Lester <andy@petdance.com>
37911              Message-ID: <20050325231409.GB17660@petdance.com>
37912              
37913              [with modification - the extra argument to incpush was supposed to
37914              be being used]
37915      Branch: perl
37916            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
37917            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
37918            ! proto.h regcomp.c thrdvar.h toke.c
37919 ____________________________________________________________________________
37920 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
37921         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
37922              From: Gurusamy Sarathy <gsar@ActiveState.com>
37923              Date: Fri, 25 Mar 2005 10:31:09 -0800
37924              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
37925      Branch: perl
37926            ! op.c
37927 ____________________________________________________________________________
37928 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
37929         Log: Subject: [PATCH] Consting part 4
37930              From: Andy Lester <andy@petdance.com>
37931              Date: Fri, 25 Mar 2005 14:43:31 -0600
37932              Message-ID: <20050325204331.GA16388@petdance.com>
37933      Branch: perl
37934            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
37935            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
37936 ____________________________________________________________________________
37937 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
37938         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
37939              clean this variant up as well.
37940      Branch: perl
37941            ! lib/Memoize/t/tie_ndbm.t
37942 ____________________________________________________________________________
37943 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
37944         Log: Remove the const qualifier from argv and env variables
37945      Branch: perl
37946            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
37947 ____________________________________________________________________________
37948 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
37949         Log: Subject: [PATCH] const fix-up for vms/vms.c
37950              From: "Craig A. Berry" <craigberry@mac.com>
37951              Date: Fri, 25 Mar 2005 09:00:06 -0600
37952              Message-ID: <42442776.8030603@mac.com>
37953      Branch: perl
37954            ! vms/vms.c vms/vmsish.h
37955 ____________________________________________________________________________
37956 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
37957         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
37958              From: Steve Peters <steve@fisharerojo.org>
37959              Date: Tue, 22 Mar 2005 17:15:23 -0600
37960              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
37961      Branch: perl
37962            ! hints/linux.sh
37963 ____________________________________________________________________________
37964 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
37965         Log: Subject: [PATCH] Third consting batch
37966              From: Andy Lester <andy@petdance.com>
37967              Date: Tue, 22 Mar 2005 00:35:55 -0600
37968              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
37969      Branch: perl
37970            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
37971            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
37972            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
37973            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
37974            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
37975            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
37976 ____________________________________________________________________________
37977 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
37978         Log: Mention (un)?pack byte-order modifiers in perldelta
37979      Branch: perl
37980            ! pod/perl592delta.pod
37981 ____________________________________________________________________________
37982 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
37983         Log: Some updates in the new perldelta.
37984      Branch: perl
37985            ! pod/perl592delta.pod
37986 ____________________________________________________________________________
37987 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
37988         Log: Remove IPC::Run for 5.9.2
37989      Branch: perl
37990            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
37991            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
37992            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
37993            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
37994            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
37995            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
37996            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
37997            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
37998            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
37999            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
38000            ! MANIFEST
38001 ____________________________________________________________________________
38002 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
38003         Log: Forbid the -C option on the command-line
38004              as suggested by Merijn (see [perl #34087])
38005      Branch: perl
38006            ! pod/perldiag.pod toke.c
38007 ____________________________________________________________________________
38008 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
38009         Log: Upgrade to PathTools 3.05
38010      Branch: perl
38011            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
38012 ____________________________________________________________________________
38013 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
38014         Log: Upgrade to File::Temp 0.16
38015      Branch: perl
38016            ! lib/File/Temp.pm lib/File/Temp/t/object.t
38017            ! lib/File/Temp/t/tempfile.t
38018 ____________________________________________________________________________
38019 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
38020         Log: Revert change #24055, which was producing a segfault in installman
38021              when it was trying to install perltoc.
38022      Branch: perl
38023            ! regexec.c t/op/re_tests
38024 ____________________________________________________________________________
38025 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
38026         Log: Fix unresolved POD link
38027      Branch: perl
38028            ! pod/perlfunc.pod
38029 ____________________________________________________________________________
38030 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
38031         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
38032              and other neatification
38033      Branch: perl
38034            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
38035 ____________________________________________________________________________
38036 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
38037         Log: Subject: [PATCH] simple optimization for SelectSaver
38038              From: Alexey Tourbin <at@altlinux.ru>
38039              Date: Fri, 18 Mar 2005 21:05:51 +0300
38040              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
38041      Branch: perl
38042            ! lib/SelectSaver.pm
38043 ____________________________________________________________________________
38044 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
38045         Log: minitest fix
38046      Branch: perl
38047            ! t/run/fresh_perl.t
38048 ____________________________________________________________________________
38049 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
38050         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
38051              optimization, and debug flags for "use re".
38052      Branch: perl
38053            ! pod/perl592delta.pod
38054 ____________________________________________________________________________
38055 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
38056         Log: Casts needed to make VMS happy. (It gets very upset at assignments
38057              between char * and unsigned char *)
38058      Branch: perl
38059            ! pp_pack.c
38060 ____________________________________________________________________________
38061 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
38062         Log: Subject: Re: unpack A strip patch
38063              From: Ton Hospel <perl5-porters@ton.iguana.be>
38064              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
38065              Message-Id: <d1nefp$lpe$1@post.home.lunix>
38066      Branch: perl
38067            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
38068 ____________________________________________________________________________
38069 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
38070         Log: Subject: Re: regexp trie fails compile on VMS
38071              From: demerphq <demerphq@gmail.com>
38072              Date: Mon, 21 Mar 2005 22:29:09 +0100
38073              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
38074      Branch: perl
38075            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
38076 ____________________________________________________________________________
38077 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
38078         Log: Break up long lines in -V output for compile-time options
38079              
38080              Subject: Re: sitecustomize.pl [PATCH]
38081              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
38082              Date: Tue, 8 Mar 2005 17:46:04 -0800
38083              Message-ID: <20050309014604.GA5876[at]efn.org>
38084      Branch: perl
38085            ! perl.c
38086 ____________________________________________________________________________
38087 [ 24057] By: steveh                                on 2005/03/21  17:08:26
38088         Log: Oops - forgot to update MANIFEST for change 24056.
38089      Branch: perl
38090            ! MANIFEST
38091 ____________________________________________________________________________
38092 [ 24056] By: steveh                                on 2005/03/21  17:06:45
38093         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
38094              From: demerphq <demerphq@gmail.com>
38095              Date: Tue, 8 Mar 2005 02:24:10 +0100
38096              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
38097              
38098              Change 24004 stopped mktables from needlessly re-running when using
38099              dmake on Win32, but it can still happen when using nmake because it
38100              doesn't support the .UPDATEALL attribute that was used to fix dmake.
38101              e.g. Build perl, touch a core header file, then rebuild -- mktables
38102              re-runs when it didn't need to, and 7 times over at that!  This change
38103              alleviates the pain by making mktables exit quickly in such cases.
38104      Branch: perl
38105            + lib/unicore/mktables.lst
38106            ! lib/unicore/mktables
38107 ____________________________________________________________________________
38108 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
38109         Log: Resubmit change #24053.
38110      Branch: perl
38111            ! regexec.c t/op/re_tests
38112 ____________________________________________________________________________
38113 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
38114         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
38115              From: Alexey Tourbin <at@altlinux.ru>
38116              Date: Sat, 19 Mar 2005 16:37:12 +0300
38117              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
38118              
38119              and
38120              
38121              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
38122      Branch: perl
38123            ! t/lib/h2ph.h utils/h2ph.PL
38124 ____________________________________________________________________________
38125 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
38126         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
38127              From: hv@crypt.org
38128              Date: Mon, 21 Feb 2005 17:59:49 +0000
38129              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
38130      Branch: perl
38131            ! regexec.c t/op/re_tests
38132 ____________________________________________________________________________
38133 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
38134         Log: Subject: pack / for general types
38135              From: perl5-porters@ton.iguana.be (Ton Hospel)
38136              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
38137              Message-Id: <d1i7ed$62c$1@post.home.lunix>
38138              
38139              Allow "len/format" to work for any format type, not just strings.
38140      Branch: perl
38141            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
38142 ____________________________________________________________________________
38143 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
38144         Log: perldelta suggestions on (un)?pack by Ton Hospel
38145      Branch: perl
38146            ! pod/perl592delta.pod
38147 ____________________________________________________________________________
38148 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
38149         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
38150              From: Alexey Tourbin <at@altlinux.ru>
38151              Date: Sat, 19 Mar 2005 06:10:45 +0300
38152              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
38153      Branch: perl
38154            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
38155            ! MANIFEST
38156 ____________________________________________________________________________
38157 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
38158         Log: Subject: [PATCH] More consting goodness
38159              From: Andy Lester <andy@petdance.com>
38160              Date: Sat, 19 Mar 2005 01:28:30 -0600
38161              Message-ID: <20050319072830.GA7721@petdance.com>
38162      Branch: perl
38163            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
38164            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
38165            ! sv.c toke.c
38166 ____________________________________________________________________________
38167 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
38168         Log: Upgrade to Math::BigInt 1.75, by Tels
38169      Branch: perl
38170            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
38171            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
38172            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
38173            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
38174            ! lib/Math/BigInt/t/sub_mbi.t
38175 ____________________________________________________________________________
38176 [ 24047] By: merijn                                on 2005/03/20  10:50:11
38177         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
38178              From: Alexey Tourbin <at@altlinux.ru>
38179              Date: Sat, 19 Mar 2005 03:40:13 +0300
38180              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
38181      Branch: perl
38182            ! pod/perlrun.pod
38183 ____________________________________________________________________________
38184 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
38185         Log: Remove an useless line, spotted by Andy Lester
38186      Branch: perl
38187            ! toke.c
38188 ____________________________________________________________________________
38189 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
38190         Log: Remove trie optimisation from the todo list
38191      Branch: perl
38192            ! pod/perltodo.pod
38193 ____________________________________________________________________________
38194 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
38195         Log: Subject: Re: Reworked Trie Patch
38196              From: demerphq <demerphq@gmail.com>
38197              Date: Mon, 14 Mar 2005 08:55:39 +0100
38198              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
38199              
38200              Subject: Re: Reworked Trie Patch
38201              From: demerphq <demerphq@gmail.com>
38202              Date: Wed, 16 Mar 2005 19:48:18 +0100
38203              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
38204              
38205              Plus minor nits in the documentation of re.pm,
38206              a version bump, and addition of an OPTIMIZE alias
38207      Branch: perl
38208            + t/op/regexp_notrie.t t/op/regexp_trielist.t
38209            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
38210            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
38211            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
38212 ____________________________________________________________________________
38213 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
38214         Log: Subject: Re: sitecustomize.pl [PATCH]
38215              From: Gisle Aas <gisle@ActiveState.com>
38216              Date: 18 Mar 2005 04:06:40 -0800
38217              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
38218              
38219              Adds a new command-line switch, -f, and a new optional
38220              compile-time setting -DUSE_SITECUSTOMIZE
38221      Branch: perl
38222            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
38223 ____________________________________________________________________________
38224 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
38225         Log: Subject: [PATCH] More const parms
38226              From: Andy Lester <andy@petdance.com>
38227              Date: Mon, 14 Mar 2005 13:59:54 -0600
38228              Message-ID: <20050314195954.GB7141@petdance.com>
38229      Branch: perl
38230            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
38231            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
38232            ! toke.c utf8.c
38233 ____________________________________________________________________________
38234 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
38235         Log: Don't use vars in DynaLoader
38236              Remove left-over maintenance code
38237      Branch: perl
38238            ! ext/DynaLoader/DynaLoader_pm.PL
38239 ____________________________________________________________________________
38240 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
38241         Log: Subject: [PATCH] $B::Disassembler::VERSION
38242              From: Alexey Tourbin <at@altlinux.ru>
38243              Date: Thu, 17 Mar 2005 19:02:38 +0300
38244              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
38245      Branch: perl
38246            ! ext/B/B/Disassembler.pm
38247 ____________________________________________________________________________
38248 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
38249         Log: Upgrade to CGI 3.07.
38250              Add CGI's changelog
38251      Branch: perl
38252            + lib/CGI/Changes
38253            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
38254 ____________________________________________________________________________
38255 [ 24038] By: merijn                                on 2005/03/14  15:55:44
38256         Log: Subject: pp_pack.c, simplifying genpacksizetables
38257              From: perl5-porters@ton.iguana.be (Ton Hospel)
38258              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
38259              Message-Id: <d11kvt$1k7$1@post.home.lunix>
38260      Branch: perl
38261            ! genpacksizetables.pl pp_pack.c
38262 ____________________________________________________________________________
38263 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
38264         Log: Subject: [PATCH] Adding const qualifiers
38265              From: Andy Lester <andy@petdance.com>
38266              Date: Sun, 13 Mar 2005 14:20:05 -0600
38267              Message-ID: <20050313202005.GA23535@petdance.com>
38268      Branch: perl
38269            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
38270            ! proto.h scope.c utf8.c
38271 ____________________________________________________________________________
38272 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
38273         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
38274              From: David Nicol <davidnicol@gmail.com>
38275              Date: Tue, 8 Mar 2005 18:23:11 -0600
38276              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
38277      Branch: perl
38278            ! pod/perlfunc.pod
38279 ____________________________________________________________________________
38280 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
38281         Log: Document pack changes in perldelta
38282      Branch: perl
38283            ! pod/perl592delta.pod
38284 ____________________________________________________________________________
38285 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
38286         Log: Upgrade to Pod::Parser 1.30
38287      Branch: perl
38288            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
38289            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
38290            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
38291            ! t/pod/poderrs.xr
38292 ____________________________________________________________________________
38293 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
38294         Log: Doc patches to clarify the stringification rules of {} and =>
38295              by Jarkko (bug #34419)
38296      Branch: perl
38297            ! pod/perldata.pod pod/perlop.pod
38298 ____________________________________________________________________________
38299 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
38300         Log: gcc warning patch by Andy Lester
38301      Branch: perl
38302            ! perl.h
38303 ____________________________________________________________________________
38304 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
38305         Log: Subject: Re: Encoding neutral unpack
38306              From: perl5-porters@ton.iguana.be (Ton Hospel)
38307              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
38308              Message-ID: <d0vdt5$81a$1@post.home.lunix>
38309              
38310              A new test.
38311      Branch: perl
38312            ! t/op/pack.t
38313 ____________________________________________________________________________
38314 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
38315         Log: Indentation patch by Ton Hospel for pp_pack
38316      Branch: perl
38317            ! pp_pack.c
38318 ____________________________________________________________________________
38319 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
38320         Log: Change my email, put real name of Pixel
38321      Branch: perl
38322            ! AUTHORS
38323 ____________________________________________________________________________
38324 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
38325         Log: Upgrade to DB_File 1.811, by Paul Marquess
38326      Branch: perl
38327            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
38328            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
38329            ! ext/DB_File/typemap
38330 ____________________________________________________________________________
38331 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
38332         Log: Add standard core test headers to the Class::ISA new tests
38333      Branch: perl
38334            ! lib/Class/ISA/t/00_about_verbose.t
38335            ! lib/Class/ISA/t/01_old_junk.t
38336 ____________________________________________________________________________
38337 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
38338         Log: Upgrade to Class::ISA 0.33
38339      Branch: perl
38340            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
38341            + lib/Class/ISA/t/01_old_junk.t
38342            - lib/Class/ISA/test.pl
38343            ! MANIFEST lib/Class/ISA.pm
38344 ____________________________________________________________________________
38345 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
38346         Log: Update Changes
38347      Branch: perl
38348            ! Changes
38349 ____________________________________________________________________________
38350 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
38351         Log: FAQ sync
38352      Branch: perl
38353            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38354            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38355            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38356            ! pod/perlfaq9.pod
38357 ____________________________________________________________________________
38358 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
38359         Log: Subject: [PATCH] pad_push numero three-o
38360              From: Andy Lester <andy@petdance.com>
38361              Date: Thu, 10 Mar 2005 15:17:28 -0600
38362              Message-ID: <20050310211728.GC32386@petdance.com>
38363      Branch: perl
38364            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
38365            ! proto.h
38366 ____________________________________________________________________________
38367 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
38368         Log: Make the return value of close() depend not only on the success of the
38369              close itself, but also on whether the output stream had a previous
38370              error. From Jim Meyering <jim@meyering.net>, via Debian.
38371      Branch: perl
38372            ! doio.c
38373 ____________________________________________________________________________
38374 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
38375         Log: 8 is not an octal digit. (from Debian)
38376      Branch: perl
38377            ! pod/perlreref.pod
38378 ____________________________________________________________________________
38379 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
38380         Log: Fix a2p manpage (from Debian)
38381      Branch: perl
38382            ! x2p/a2p.pod
38383 ____________________________________________________________________________
38384 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
38385         Log: Remove a spurious undefined warning when using getopts.pl with -w.
38386              (from Debian)
38387      Branch: perl
38388            ! lib/getopts.pl
38389 ____________________________________________________________________________
38390 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
38391         Log: Doc patch for Devel::DProf (from Debian)
38392      Branch: perl
38393            ! ext/Devel/DProf/DProf.pm
38394 ____________________________________________________________________________
38395 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
38396         Log: Add support for Debian GNU/k*BSD
38397      Branch: perl
38398            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
38399 ____________________________________________________________________________
38400 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
38401         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
38402      Branch: perl
38403            ! hints/gnu.sh
38404 ____________________________________________________________________________
38405 [ 24015] By: steveh                                on 2005/03/10  15:18:20
38406         Log: Subject: Minor AUTHORS patch
38407              From: "Mike Giroux" <rmgiroux@hotmail.com>
38408              Date: Thu, 10 Mar 2005 08:39:04 -0500
38409              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
38410      Branch: perl
38411            ! AUTHORS
38412 ____________________________________________________________________________
38413 [ 24014] By: steveh                                on 2005/03/10  11:25:36
38414         Log: More Win32 dmake fixes
38415
38416              Use $B macro as per change 23991 in more places, and fix some syntax
38417              errors in the subst's (missing trailing ",")
38418
38419              Tested with GCC and MSVC. I don't have BCC available, so those parts
38420              are untested.
38421      Branch: perl
38422            ! win32/makefile.mk
38423 ____________________________________________________________________________
38424 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
38425         Log: Upgrade to CGI.pm 3.06
38426      Branch: perl
38427            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
38428            ! lib/CGI/t/form.t lib/CGI/t/html.t
38429 ____________________________________________________________________________
38430 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
38431         Log: Further pack optimisations by Ton Hospel
38432      Branch: perl
38433            ! pp_pack.c
38434 ____________________________________________________________________________
38435 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
38436         Log: Fix memory corruption when growing pack utf8 buffer
38437      Branch: perl
38438            ! pp_pack.c
38439 ____________________________________________________________________________
38440 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
38441         Log: Subject: Encoding neutral unpack
38442              From: perl5-porters@ton.iguana.be (Ton Hospel)
38443              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
38444              Message-Id: <d0fi6i$k06$1@post.home.lunix>
38445      Branch: perl
38446            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
38447            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
38448            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
38449            ! t/op/utftaint.t
38450 ____________________________________________________________________________
38451 [ 24009] By: merijn                                on 2005/03/08  15:25:57
38452         Log: Subject: Minor AUTHORS patch
38453              From: Andy Lester <andy@petdance.com>
38454              Date: Tue, 8 Mar 2005 09:44:45 -0600
38455              Message-ID: <20050308154445.GB3213@petdance.com>
38456      Branch: perl
38457            ! AUTHORS
38458 ____________________________________________________________________________
38459 [ 24008] By: merijn                                on 2005/03/08  14:45:17
38460         Log: Some updates to current status
38461      Branch: perl
38462            ! README.hpux
38463 ____________________________________________________________________________
38464 [ 24007] By: steveh                                on 2005/03/07  11:02:12
38465         Log: Include regcomp.h in Win32 makefiles
38466
38467              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
38468              From: demerphq <demerphq@gmail.com>
38469              Date: Sun, 6 Mar 2005 09:16:12 +0100
38470              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
38471      Branch: perl
38472            ! win32/Makefile win32/makefile.mk
38473 ____________________________________________________________________________
38474 [ 24006] By: steveh                                on 2005/03/04  17:19:46
38475         Log: A better fix than change 24005 was ;)
38476
38477              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
38478              no-op.  This was being used in the Win95 case, but works fine on WinNT
38479              too, and is actually what ExtUtils-MakeMaker uses.
38480
38481              Also change the nmake Makefile.
38482      Branch: perl
38483            ! win32/Makefile win32/makefile.mk
38484 ____________________________________________________________________________
38485 [ 24005] By: steveh                                on 2005/03/04  17:11:56
38486         Log: Suppress "ECHO is on." messages when using dmake on Win32
38487
38488              (The shell's "echo" command displays the current echo setting when
38489              called with no arguments.  Use "echo." to display nothing.)
38490      Branch: perl
38491            ! win32/makefile.mk
38492 ____________________________________________________________________________
38493 [ 24004] By: steveh                                on 2005/03/04  17:01:24
38494         Log: Stop mktables from needlessly re-running when using dmake on Win32
38495      Branch: perl
38496            ! win32/makefile.mk
38497 ____________________________________________________________________________
38498 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
38499         Log: Update -v copyright notice
38500      Branch: perl
38501            ! perl.c
38502 ____________________________________________________________________________
38503 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
38504         Log: Add a regression test for bug #32193, and make the
38505              fix a bit more robust
38506      Branch: perl
38507            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
38508 ____________________________________________________________________________
38509 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
38510         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
38511              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
38512              Date: 28 Oct 2004 12:16:37 -0000
38513              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
38514      Branch: perl
38515            ! lib/Tie/RefHash.pm
38516 ____________________________________________________________________________
38517 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
38518         Log: do "filename" is not really used with perl subroutine librairies
38519              anymore.
38520      Branch: perl
38521            ! pod/perlfunc.pod
38522 ____________________________________________________________________________
38523 [ 23999] By: merijn                                on 2005/02/27  11:28:27
38524         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
38525              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
38526              If there was no TOP format the lines left on page was set
38527              to fixed number, now set to the current page length of the
38528              IO channel used. More debugging for yet another bug needed.
38529      Branch: perl
38530            ! pp_sys.c
38531 ____________________________________________________________________________
38532 [ 23998] By: davem                                 on 2005/02/26  11:32:59
38533         Log: ithreads: cond_signal() on a non-shared object coredumped
38534      Branch: perl
38535            ! ext/threads/shared/shared.xs
38536 ____________________________________________________________________________
38537 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
38538         Log: SvUTF8 can be present on scalars other than PVs
38539              (specifically references with overloaded stringification)
38540      Branch: perl
38541            ! dump.c
38542 ____________________________________________________________________________
38543 [ 23996] By: davem                                 on 2005/02/26  00:47:03
38544         Log: Fix leaks in List::Util::reduce,first
38545              When the block is a closure, the cloned CV created on each call
38546              was never freed
38547      Branch: perl
38548            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
38549 ____________________________________________________________________________
38550 [ 23995] By: steveh                                on 2005/02/24  15:52:01
38551         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
38552              From: demerphq <demerphq@gmail.com>
38553              Date: Wed, 23 Feb 2005 17:49:50 +0100
38554              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
38555      Branch: perl
38556            ! pod/perlhack.pod
38557 ____________________________________________________________________________
38558 [ 23994] By: merijn                                on 2005/02/24  10:12:26
38559         Log: Subject: [PATCH] dprofpp help
38560              From: Andy Lester <andy@petdance.com>
38561              Date: Thu, 24 Feb 2005 00:10:42 -0600
38562              Message-ID: <20050224061042.GA20259@petdance.com>
38563      Branch: perl
38564            ! utils/dprofpp.PL
38565 ____________________________________________________________________________
38566 [ 23993] By: steveh                                on 2005/02/23  13:36:59
38567         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
38568              From: demerphq <demerphq@gmail.com>
38569              Date: Sat, 19 Feb 2005 11:10:00 +0100
38570              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
38571      Branch: perl
38572            ! t/harness
38573 ____________________________________________________________________________
38574 [ 23992] By: steveh                                on 2005/02/23  12:28:55
38575         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
38576              From: demerphq <demerphq@gmail.com>
38577              Date: Sat, 19 Feb 2005 11:00:08 +0100
38578              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
38579      Branch: perl
38580            ! win32/Makefile win32/makefile.mk
38581 ____________________________________________________________________________
38582 [ 23991] By: steveh                                on 2005/02/23  09:17:55
38583         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
38584      Branch: perl
38585            ! win32/makefile.mk
38586 ____________________________________________________________________________
38587 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
38588         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
38589      Branch: perl
38590            ! MANIFEST
38591 ____________________________________________________________________________
38592 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
38593         Log: Subject: IPC::Run test failures with utf8
38594              From: Nicholas Clark <nick@ccl4.org>
38595              Date: Sat, 19 Feb 2005 00:27:57 +0000
38596              Message-ID: <20050219002757.GO13998@plum.flirble.org>
38597      Branch: perl
38598            ! lib/IPC/Run/t/run.t
38599 ____________________________________________________________________________
38600 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
38601         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
38602              From: "Craig A. Berry" <craigberry@mac.com>
38603              Date: Fri, 18 Feb 2005 09:42:52 -0600
38604              Message-ID: <42160CFC.3080304@mac.com>
38605      Branch: perl
38606            ! pp_pack.c
38607 ____________________________________________________________________________
38608 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
38609         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
38610              From: demerphq <demerphq@gmail.com>
38611              Date: Sat, 19 Feb 2005 11:04:00 +0100
38612              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
38613      Branch: perl
38614            ! t/japh/abigail.t
38615 ____________________________________________________________________________
38616 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
38617         Log: Subject: Patch for Perlbug #4253
38618              From: Nikolai Eipel <eipel@web.de>
38619              Date: Sat, 29 Jan 2005 16:52:53 +0100
38620              Message-Id: <200501291652.53841.eipel@web.de>
38621
38622              (-T and -B invalidate _ filehandle when no read permission on file)
38623              plus a regression test
38624      Branch: perl
38625            ! pp_sys.c t/op/stat.t
38626 ____________________________________________________________________________
38627 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
38628         Log: Install and build corelist on VMS, too
38629      Branch: perl
38630            ! vms/descrip_mms.template
38631 ____________________________________________________________________________
38632 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
38633         Log: Add corelist to the win32 makefiles
38634              (noticed by demerphq)
38635      Branch: perl
38636            ! win32/Makefile win32/makefile.mk
38637 ____________________________________________________________________________
38638 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
38639         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
38640              From: Stephen McCamant <smcc@MIT.EDU>
38641              Date: Tue, 28 Dec 2004 10:13:50 -0800
38642              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
38643      Branch: perl
38644            ! ext/B/B.xs op.h
38645 ____________________________________________________________________________
38646 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
38647         Log: Subject: Re: Integration of PathTools 3.04
38648              From: demerphq <demerphq@gmail.com>
38649              Date: Fri, 18 Feb 2005 16:31:50 +0100
38650              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
38651      Branch: perl
38652            ! lib/Cwd.pm
38653 ____________________________________________________________________________
38654 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
38655         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
38656              From: Gisle Aas <gisle@ActiveState.com>
38657              Date: 03 Feb 2005 03:16:46 -0800
38658              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
38659      Branch: perl
38660            ! ext/IO/lib/IO/Socket/INET.pm
38661 ____________________________________________________________________________
38662 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
38663         Log: Integrate encoding::warnings from Autrijus Tang.
38664      Branch: perl
38665            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
38666            + lib/encoding/warnings/t/2-fatal.t
38667            + lib/encoding/warnings/t/3-normal.t
38668            ! MANIFEST
38669 ____________________________________________________________________________
38670 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
38671         Log: Subject: [PATCH] find2perl, new options
38672              From: slaven@rezic.de
38673              Date: Thu, 17 Feb 2005 22:30:13 +0100
38674              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
38675      Branch: perl
38676            ! x2p/find2perl.PL
38677 ____________________________________________________________________________
38678 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
38679         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
38680      Branch: perl
38681            ! x2p/Makefile.SH
38682 ____________________________________________________________________________
38683 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
38684         Log: Upgrade to PathTools 3.04
38685              (plus tweaks to Cwd and cwd.t to run when building perl)
38686      Branch: perl
38687            + ext/Cwd/ppport.h
38688            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
38689            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
38690            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
38691            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
38692            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
38693            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
38694            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
38695            ! lib/File/Spec/t/rel2abs2rel.t
38696 ____________________________________________________________________________
38697 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
38698         Log: Upgrade to Pod::LaTeX 0.58
38699      Branch: perl
38700            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
38701 ____________________________________________________________________________
38702 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
38703         Log: Upgrade to Time::HiRes 1.66
38704      Branch: perl
38705            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38706            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
38707 ____________________________________________________________________________
38708 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
38709         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
38710              From: "Steve Peters via RT" <perlbug-followup@perl.org>
38711              Date: 1 Feb 2005 16:24:11 -0000
38712              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
38713      Branch: perl
38714            ! ext/IO/lib/IO/File.pm
38715 ____________________________________________________________________________
38716 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
38717         Log: Subject: Re: [PATCH] Re: perl winpid?
38718              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38719              Date: Tue, 15 Feb 2005 20:45:13 -0800
38720              Message-ID: <20050216044512.GA2516@efn.org>
38721      Branch: perl
38722            ! ext/B/t/stash.t
38723 ____________________________________________________________________________
38724 [ 23972] By: steveh                                on 2005/02/15  14:47:47
38725         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
38726      Branch: perl
38727            ! Porting/Maintainers.pl README.win32
38728 ____________________________________________________________________________
38729 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
38730         Log: Fix documentation bug in using Socket's import tags :
38731
38732              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
38733              From: David Dyck (via RT) <perlbug-followup@perl.org>
38734              Date: 15 Feb 2005 07:35:45 -0000
38735              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
38736      Branch: perl
38737            ! pod/perlfunc.pod
38738 ____________________________________________________________________________
38739 [ 23970] By: steveh                                on 2005/02/15  13:20:40
38740         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
38741
38742              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
38743              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
38744              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
38745              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
38746      Branch: perl
38747            ! win32/Makefile win32/makefile.mk
38748 ____________________________________________________________________________
38749 [ 23969] By: steveh                                on 2005/02/15  11:40:03
38750         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
38751      Branch: perl
38752            ! win32/makefile.mk
38753 ____________________________________________________________________________
38754 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
38755         Log: Use strl* functions in doio.c when available
38756              Based on :
38757              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
38758              From: Steve Peters <steve@fisharerojo.org>
38759              Date: Wed, 1 Dec 2004 19:42:14 -0600
38760              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
38761      Branch: perl
38762            ! doio.c
38763 ____________________________________________________________________________
38764 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
38765         Log: Subject: [PATCH] Additional tests for t/op/not.t
38766              From: Steve Peters <steve@fisharerojo.org>
38767              Date: Mon, 14 Feb 2005 19:54:17 -0600
38768              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
38769      Branch: perl
38770            ! t/op/not.t
38771 ____________________________________________________________________________
38772 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
38773         Log: Subject: Re: encoding neutral unpack
38774              From: perl5-porters@ton.iguana.be (Ton Hospel)
38775              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
38776              Message-ID: <cu17rk$k78$1@post.home.lunix>
38777
38778              tweaked to remove the 'not supported on this platform'
38779              error messages
38780      Branch: perl
38781            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
38782 ____________________________________________________________________________
38783 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
38784         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
38785      Branch: perl
38786            ! toke.c
38787 ____________________________________________________________________________
38788 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
38789         Log: Require version 0.05 of Devel::Tokenizer::C.
38790      Branch: perl
38791            ! perl_keyword.pl
38792 ____________________________________________________________________________
38793 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
38794         Log: Mac OS Classic vs Mac OS X clarications
38795              by Sherm Pendley
38796      Branch: perl
38797            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
38798            ! pod/perlrun.pod
38799 ____________________________________________________________________________
38800 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
38801         Log: README.cygwin additions by Reini Urban
38802      Branch: perl
38803            ! README.cygwin
38804 ____________________________________________________________________________
38805 [ 23961] By: merijn                                on 2005/02/11  09:32:50
38806         Log: Subject: Re: [PATCH] Re: perl winpid?
38807              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
38808              Date: Thu, 10 Feb 2005 20:04:35 -0800
38809              Message-ID: <20050211040434.GA3824@efn.org>
38810      Branch: perl
38811            + t/lib/cygwin.t
38812            ! MANIFEST README.cygwin cygwin/cygwin.c
38813 ____________________________________________________________________________
38814 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
38815         Log: not() || 1 produces segmentation fault
38816
38817              Fixed by making not() behave like not(0). This is also the
38818              way not() behaved before it started segfaulting in 5.6.0.
38819      Branch: perl
38820            + t/op/not.t
38821            ! MANIFEST perly.act perly.h perly.tab perly.y
38822 ____________________________________________________________________________
38823 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
38824         Log: regen_perly.pl runs fine with bison 2.0.
38825      Branch: perl
38826            ! regen_perly.pl
38827 ____________________________________________________________________________
38828 [ 23958] By: merijn                                on 2005/02/10  15:56:04
38829         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
38830              ccversion is important enough to jump through some hoops to get it
38831      Branch: perl
38832            ! hints/hpux.sh
38833 ____________________________________________________________________________
38834 [ 23957] By: merijn                                on 2005/02/10  14:19:51
38835         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
38836              translation *before* the chdir (), so it now DTRT
38837      Branch: perl
38838            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
38839            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
38840            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
38841            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
38842            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
38843            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
38844            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
38845 ____________________________________________________________________________
38846 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
38847         Log: Upgrade to Time::Local 1.11
38848      Branch: perl
38849            ! lib/Time/Local.pm lib/Time/Local.t
38850 ____________________________________________________________________________
38851 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
38852         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
38853              From: Tels <nospam-abuse@bloodgate.com>
38854              Date: Wed, 9 Feb 2005 21:44:22 +0100
38855              Message-Id: <200502092144.24051@bloodgate.com>
38856      Branch: perl
38857            ! lib/Math/BigInt/Calc.pm
38858 ____________________________________________________________________________
38859 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
38860         Log: Add IPC::Run 0.80.
38861
38862              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
38863              From: "Jos I. Boumans" <kane@xs4all.net>
38864              Date: Fri, 28 Jan 2005 18:32:44 +0100
38865              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
38866
38867              with PERL_CORE test premables hacked for better $^X portability
38868              (we hope.)
38869      Branch: perl
38870            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
38871            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
38872            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
38873            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
38874            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
38875            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
38876            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
38877            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
38878            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
38879            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
38880            ! MANIFEST
38881 ____________________________________________________________________________
38882 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
38883         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
38884              The rmtree() function in the perl File::Path module would remove
38885              directories in an insecure manner which could lead to the removal
38886              of arbitrary files and directories via a symlink attack.
38887      Branch: perl
38888            ! lib/File/Path.pm
38889 ____________________________________________________________________________
38890 [ 23952] By: merijn                                on 2005/02/08  16:30:43
38891         Log: IBM Released vac.C version 7, and changed the naming convention (again)
38892              Thanks to Campo for spotting, testing and the fix
38893      Branch: perl
38894            ! hints/aix.sh
38895 ____________________________________________________________________________
38896 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
38897         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
38898              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38899              Date: 6 Feb 2005 22:03:20 -0000
38900              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
38901      Branch: perl
38902            ! pp_pack.c
38903 ____________________________________________________________________________
38904 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
38905         Log: Remove mention of sub-packages in the Symbol manpage.
38906      Branch: perl
38907            ! lib/Symbol.pm
38908 ____________________________________________________________________________
38909 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
38910         Log: Add Module::CoreList in the maintainers list
38911      Branch: perl
38912            ! Porting/Maintainers.pl
38913 ____________________________________________________________________________
38914 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
38915         Log: Fix typo in corelist
38916      Branch: perl
38917            ! lib/Module/CoreList/bin/corelist
38918 ____________________________________________________________________________
38919 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
38920         Log: Add Module::CoreList to bleadperl.
38921
38922              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
38923              From: "Jos I. Boumans" <kane@xs4all.net>
38924              Date: Fri, 28 Jan 2005 17:38:27 +0100
38925              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
38926      Branch: perl
38927            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
38928            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
38929            ! MANIFEST installperl utils.lst utils/Makefile
38930 ____________________________________________________________________________
38931 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
38932         Log: Subject: [perl #34062] pack Z0 destroys the character before
38933              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
38934              Date: 5 Feb 2005 18:09:00 -0000
38935              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
38936              (plus a regression test)
38937      Branch: perl
38938            ! pp_pack.c t/op/pack.t
38939 ____________________________________________________________________________
38940 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
38941         Log: A small precision in the docs for overloaded regexp escapes
38942              (see bug #33906)
38943      Branch: perl
38944            ! pod/perlre.pod
38945 ____________________________________________________________________________
38946 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
38947         Log: Avoid evaluating a strlen twice due the new implementation
38948              of New() with PERL_MALLOC_WRAP
38949      Branch: perl
38950            ! util.c
38951 ____________________________________________________________________________
38952 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
38953         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
38954              itself on a previous run.
38955      Branch: perl
38956            ! lib/h2xs.t
38957 ____________________________________________________________________________
38958 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
38959         Log: With mallocwrap New() evaluates its arguments more than once, so they
38960              had better not have any side effects.
38961              :-(
38962      Branch: perl
38963            ! util.c
38964 ____________________________________________________________________________
38965 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
38966         Log: Let's (un)do the timewarp, again.
38967              Attempt to bodge round Makefile sometimes being older than Makefile.PL
38968              Pesky filesystems.
38969      Branch: perl
38970            ! lib/ExtUtils/t/Constant.t
38971 ____________________________________________________________________________
38972 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
38973         Log: Upgrade to Digest 1.10
38974      Branch: perl
38975            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
38976            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
38977 ____________________________________________________________________________
38978 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
38979         Log: Remove 2 unused variables from APItest.xs.
38980      Branch: perl
38981            ! ext/XS/APItest/APItest.xs
38982 ____________________________________________________________________________
38983 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
38984         Log: Upgrade to Devel::PPPort 3.06.
38985      Branch: perl
38986            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
38987            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
38988            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
38989            ! ext/Devel/PPPort/parts/inc/exception
38990            ! ext/Devel/PPPort/parts/inc/misc
38991 ____________________________________________________________________________
38992 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
38993         Log: Attempt to fix problems with new exception handling macros.
38994      Branch: perl
38995            + ext/XS/APItest/exception.c
38996            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
38997            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
38998            ! pod/perlguts.pod
38999 ____________________________________________________________________________
39000 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
39001         Log: Subject: Re: encoding neutral unpack
39002              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
39003              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
39004              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
39005
39006              Counted length prefixes shouldn't change C0/U0 mode
39007              in pack/unpack (plus a regression test)
39008      Branch: perl
39009            ! pp_pack.c t/op/pack.t
39010 ____________________________________________________________________________
39011 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
39012         Log: Subject: Re: encoding neutral unpack
39013              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
39014              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
39015              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
39016
39017              Make U0 and C0 scoped to () pack subtemplates.
39018              (plus a regression test)
39019      Branch: perl
39020            ! pp_pack.c t/op/pack.t
39021 ____________________________________________________________________________
39022 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
39023         Log: Subject: Re: encoding neutral unpack
39024              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
39025              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
39026              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
39027
39028              Ensure that with the C format, unpack checksums
39029              don't get overflowed. (plus a regression test)
39030      Branch: perl
39031            ! pp_pack.c t/op/pack.t
39032 ____________________________________________________________________________
39033 [ 23921] By: davem                                 on 2005/02/02  18:25:00
39034         Log: fix POSIX::strtod error handling documentation
39035      Branch: perl
39036            ! ext/POSIX/POSIX.pod
39037 ____________________________________________________________________________
39038 [ 23920] By: merijn                                on 2005/02/02  13:12:17
39039         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
39040              From: Abigail <abigail@abigail.nl>
39041              Date: Tue, 1 Feb 2005 21:33:14 +0100
39042              Message-ID: <20050201203314.GC335@abigail.nl>
39043      Branch: perl
39044            ! pod/perlfunc.pod
39045 ____________________________________________________________________________
39046 [ 23919] By: merijn                                on 2005/02/02  12:49:46
39047         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
39048              between declarations
39049      Branch: perl
39050            ! ext/Devel/PPPort/PPPort.xs
39051 ____________________________________________________________________________
39052 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
39053         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
39054              hints files to add to MANIFEST. Sort MANIFEST
39055              while I'm in the area.
39056      Branch: perl
39057            ! MANIFEST
39058 ____________________________________________________________________________
39059 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
39060         Log: Subject: Re: [perl #34010] localtime docs
39061              From: Andy Lester <andy@petdance.com>
39062              Date: Mon, 31 Jan 2005 21:24:29 -0600
39063              Message-ID: <20050201032429.GA29354@petdance.com>
39064      Branch: perl
39065            ! pod/perlfunc.pod
39066 ____________________________________________________________________________
39067 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
39068         Log: Subject: Re: encoding neutral unpack
39069              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
39070              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
39071              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
39072
39073              Forgotten character progress while checksumming over partial
39074              b or B format. (plus a regression test)
39075      Branch: perl
39076            ! pp_pack.c t/op/pack.t
39077 ____________________________________________________________________________
39078 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
39079         Log: Make Perl_keyword() another 30% faster.
39080      Branch: perl
39081            ! perl_keyword.pl toke.c
39082 ____________________________________________________________________________
39083 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
39084         Log: Regenerate perlapi.pod.
39085      Branch: perl
39086            ! pod/perlapi.pod
39087 ____________________________________________________________________________
39088 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
39089         Log: Upgrade to Devel::PPPort 3.05.
39090      Branch: perl
39091            + ext/Devel/PPPort/parts/base/5008006
39092            + ext/Devel/PPPort/parts/inc/exception
39093            + ext/Devel/PPPort/parts/todo/5008006
39094            + ext/Devel/PPPort/t/exception.t
39095            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
39096            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
39097            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
39098            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
39099            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
39100            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
39101            ! ext/Devel/PPPort/apicheck_c.PL
39102            ! ext/Devel/PPPort/devel/buildperl.pl
39103            ! ext/Devel/PPPort/devel/mkapidoc.sh
39104            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
39105            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
39106            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
39107            ! ext/Devel/PPPort/parts/apicheck.pl
39108            ! ext/Devel/PPPort/parts/base/5004000
39109            ! ext/Devel/PPPort/parts/base/5004050
39110            ! ext/Devel/PPPort/parts/base/5005000
39111            ! ext/Devel/PPPort/parts/base/5006000
39112            ! ext/Devel/PPPort/parts/base/5008001
39113            ! ext/Devel/PPPort/parts/base/5009002
39114            ! ext/Devel/PPPort/parts/embed.fnc
39115            ! ext/Devel/PPPort/parts/inc/MY_CXT
39116            ! ext/Devel/PPPort/parts/inc/SvPV
39117            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
39118            ! ext/Devel/PPPort/parts/inc/format
39119            ! ext/Devel/PPPort/parts/inc/grok
39120            ! ext/Devel/PPPort/parts/inc/limits
39121            ! ext/Devel/PPPort/parts/inc/mPUSH
39122            ! ext/Devel/PPPort/parts/inc/magic
39123            ! ext/Devel/PPPort/parts/inc/misc
39124            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
39125            ! ext/Devel/PPPort/parts/inc/newRV
39126            ! ext/Devel/PPPort/parts/inc/ppphbin
39127            ! ext/Devel/PPPort/parts/inc/ppphdoc
39128            ! ext/Devel/PPPort/parts/inc/ppphtest
39129            ! ext/Devel/PPPort/parts/inc/sv_xpvf
39130            ! ext/Devel/PPPort/parts/inc/threads
39131            ! ext/Devel/PPPort/parts/inc/uv
39132            ! ext/Devel/PPPort/parts/inc/version
39133            ! ext/Devel/PPPort/parts/ppptools.pl
39134            ! ext/Devel/PPPort/parts/todo/5009002
39135            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
39136            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
39137            ! ext/Devel/PPPort/typemap
39138 ____________________________________________________________________________
39139 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
39140         Log: Add simple exception handling macros for XS writers.
39141      Branch: perl
39142            + ext/XS/APItest/t/exception.t
39143            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
39144            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
39145 ____________________________________________________________________________
39146 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
39147         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
39148      Branch: perl
39149            ! MANIFEST
39150 ____________________________________________________________________________
39151 [ 23909] By: merijn                                on 2005/01/31  11:33:14
39152         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
39153              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
39154              Date: 31 Jan 2005 07:37:55 -0000
39155              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
39156      Branch: perl
39157            + ext/DynaLoader/hints/gnukfreebsd.pl
39158            + ext/DynaLoader/hints/gnuknetbsd.pl
39159            + ext/NDBM_File/hints/gnukfreebsd.pl
39160            + ext/NDBM_File/hints/gnuknetbsd.pl
39161            + ext/ODBM_File/hints/gnukfreebsd.pl
39162            + ext/ODBM_File/hints/gnuknetbsd.pl
39163            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
39164            + ext/Storable/hints/gnukfreebsd.pl
39165            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
39166            + hints/gnuknetbsd.sh
39167            ! Configure
39168 ____________________________________________________________________________
39169 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
39170         Log: Document the changes to PERLIO_DEBUG.
39171      Branch: perl
39172            ! pod/perlrun.pod
39173 ____________________________________________________________________________
39174 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
39175         Log: Really fix the bug [perl #33990].
39176              NB. -DIAMSUID is only set to compile sperl.o.
39177      Branch: perl
39178            ! perlio.c
39179 ____________________________________________________________________________
39180 [ 23905] By: steveh                                on 2005/01/31  10:03:56
39181         Log: Fix test suite hang on Win32 caused by change #23898
39182
39183              ("perl -e sleep 3" does an indefinite sleep!)
39184      Branch: perl
39185            ! t/op/alarm.t
39186 ____________________________________________________________________________
39187 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
39188         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
39189      Branch: perl
39190            ! perlio.c
39191 ____________________________________________________________________________
39192 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
39193         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
39194      Branch: perl
39195            ! perlio.c
39196 ____________________________________________________________________________
39197 [ 23900] By: davem                                 on 2005/01/30  17:46:35
39198         Log: minor corrections to comments in perly.y
39199      Branch: perl
39200            ! perly.y
39201 ____________________________________________________________________________
39202 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
39203         Log: Subject: h2hp: 2 fix
39204              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
39205              Date: Fri, 28 Jan 2005 16:53:11 +0100
39206              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
39207      Branch: perl
39208            ! utils/h2ph.PL
39209 ____________________________________________________________________________
39210 [ 23898] By: davem                                 on 2005/01/29  16:14:20
39211         Log: chomp() fails after alarm(), `sleep`
39212
39213              PP_backtick's temp altering of PL_rs didn't restore after
39214              an exception
39215      Branch: perl
39216            ! pp_sys.c t/op/alarm.t
39217 ____________________________________________________________________________
39218 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
39219         Log: More consistent names for all the parameter name/declaration methods
39220      Branch: perl
39221            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
39222            ! perl_keyword.pl
39223 ____________________________________________________________________________
39224 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
39225         Log: Calculate the number of tests in one place, so that the skip()s will
39226              always agree with the plan()s
39227      Branch: perl
39228            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
39229 ____________________________________________________________________________
39230 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
39231         Log: Add a reference to books.perl.org.
39232      Branch: perl
39233            ! pod/perlbook.pod
39234 ____________________________________________________________________________
39235 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
39236         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
39237              future use.
39238      Branch: perl
39239            ! genpacksizetables.pl pp_pack.c
39240 ____________________________________________________________________________
39241 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
39242         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
39243              From: Jim Cromie <jcromie@divsol.com>
39244              Date: Sun, 16 Jan 2005 17:16:00 -0700
39245              Message-ID: <41EB03C0.7030509@divsol.com>
39246              (with minor typos fixed)
39247      Branch: perl
39248            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
39249            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
39250            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
39251            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
39252            ! ext/B/t/optree_varinit.t
39253 ____________________________________________________________________________
39254 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
39255         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
39256              From: Gisle Aas <gisle@ActiveState.com>
39257              Date: 05 Jan 2005 03:21:06 -0800
39258              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
39259      Branch: perl
39260            ! perl.c
39261 ____________________________________________________________________________
39262 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
39263         Log: Make the byte order modifers < and > and the sign modifier ! (for
39264              n N v V) conditionally compile. This means that the refactored
39265              pp_pack/pp_unpack code can now be used in maint.
39266      Branch: perl
39267            ! genpacksizetables.pl pp_pack.c
39268 ____________________________________________________________________________
39269 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
39270         Log: Oops. Was forgetting to test n! N! v! V! in pack
39271      Branch: perl
39272            ! t/op/pack.t
39273 ____________________________________________________________________________
39274 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
39275         Log: Check that the warning behaviour on the modifiers !, < and > is as we
39276              expect it for this perl.
39277      Branch: perl
39278            ! t/op/pack.t
39279 ____________________________________________________________________________
39280 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
39281         Log: Make the tests for the endianness modifiers < and >, and the
39282              signnedness modifier ! conditional on perl version. Surprisingly
39283              little change needed.
39284      Branch: perl
39285            ! t/op/pack.t
39286 ____________________________________________________________________________
39287 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
39288         Log: &_q needs to *globally* escape ' and \ in its substitution.
39289      Branch: perl
39290            ! t/test.pl
39291 ____________________________________________________________________________
39292 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
39293         Log: Subject: [PATCH] BigInt mbi_rand.t failings
39294              From: Tels <nospam-abuse@bloodgate.com>
39295              Date: Tue, 25 Jan 2005 18:06:58 +0100
39296              Message-Id: <200501251806.59782@bloodgate.com>
39297      Branch: perl
39298            ! lib/Math/BigInt/Calc.pm
39299 ____________________________________________________________________________
39300 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
39301         Log: Integrate change #23880 in original comment
39302      Branch: perl
39303            ! util.c
39304 ____________________________________________________________________________
39305 [ 23880] By: merijn                                on 2005/01/25  15:41:30
39306         Log: Subject: [PATCH] perlapi.pod has pod errors
39307              From: "Jos I. Boumans" <kane@xs4all.net>
39308              Date: Tue, 25 Jan 2005 16:42:38 +0100
39309              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
39310      Branch: perl
39311            ! pod/perlapi.pod
39312 ____________________________________________________________________________
39313 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
39314         Log: Correct and update comments (before anyone writes in)
39315              Remove a temporary variable.
39316      Branch: perl
39317            ! lib/ExtUtils/Constant/Base.pm
39318 ____________________________________________________________________________
39319 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
39320         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
39321              the dump file. The newer format is only 135M
39322      Branch: perl
39323            ! toke.c
39324 ____________________________________________________________________________
39325 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
39326         Log: A script to regenerate Perl_keyword()
39327      Branch: perl
39328            + perl_keyword.pl
39329            ! MANIFEST
39330 ____________________________________________________________________________
39331 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
39332         Log: Add weights to ExtUtils::Constant to allow sorting by expected
39333              frequency. This makes the Perl_keyword() replacement 20% faster,
39334              rather than just 12%
39335      Branch: perl
39336            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
39337 ____________________________________________________________________________
39338 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
39339         Log: Replace Perl_keyword() with a version that's 20% faster on typical
39340              input, generated by subclassing ExtUtils::Constant. (Typical input
39341              being about 135M of input from running a lot of perl scripts)
39342      Branch: perl
39343            ! toke.c
39344 ____________________________________________________________________________
39345 [ 23874] By: merijn                                on 2005/01/24  15:10:55
39346         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
39347              From: "Craig A. Berry" <craigberry@mac.com>
39348              Date: Sun, 23 Jan 2005 14:23:17 -0600
39349              Message-ID: <41F407B5.7020106@mac.com>
39350      Branch: perl
39351            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
39352 ____________________________________________________________________________
39353 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
39354         Log: Revert change 23843.
39355              (See discussion for bug [perl #31924])
39356      Branch: perl
39357            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
39358            ! pp_ctl.c proto.h t/comp/require.t
39359 ____________________________________________________________________________
39360 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
39361         Log: Subject: [perl #33906] Missing \\ in perlre
39362              From: Andrew (via RT) <perlbug-followup@perl.org>
39363              Date: 23 Jan 2005 20:52:51 -0000
39364              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
39365      Branch: perl
39366            ! pod/perlre.pod
39367 ____________________________________________________________________________
39368 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
39369         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
39370              From: "Craig A. Berry" <craigberry@mac.com>
39371              Date: Sun, 23 Jan 2005 13:44:49 -0600
39372              Message-ID: <41F3FEB1.9020102@mac.com>
39373      Branch: perl
39374            ! lib/Test/Harness/Straps.pm
39375 ____________________________________________________________________________
39376 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
39377         Log: Subject: Re: [perl #33892] Add Interix support
39378              From: Todd Vierling <tv@duh.org>
39379              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
39380              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
39381      Branch: perl
39382            ! hints/interix.sh
39383 ____________________________________________________________________________
39384 [ 23869] By: davem                                 on 2005/01/23  22:20:10
39385         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
39386              From:  Jarkko Hietaniemi <jhi@iki.fi>
39387              Date:  Sun, 23 Jan 2005 21:25:01 +0200
39388              Message-Id:  <41F3FA0D.4010301@iki.fi>
39389
39390              The uc() memory reduction patch had a memory leak...
39391      Branch: perl
39392            ! pp.c
39393 ____________________________________________________________________________
39394 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
39395         Log: Tidy up 2 comments
39396      Branch: perl
39397            ! regcomp.c
39398 ____________________________________________________________________________
39399 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
39400         Log: Assimilate ExtUtils::Constant 0.16
39401      Branch: perl
39402            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
39403            + lib/ExtUtils/Constant/XS.pm
39404            ! MANIFEST lib/ExtUtils/Constant.pm
39405 ____________________________________________________________________________
39406 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
39407         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
39408      Branch: perl
39409            ! regcomp.c
39410 ____________________________________________________________________________
39411 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
39412         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
39413              From: Jarkko Hietaniemi <jhi@iki.fi>
39414              Message-ID: <41F2C427.7020003@iki.fi>
39415              Date: Sat, 22 Jan 2005 23:22:47 +0200
39416      Branch: perl
39417            ! hints/dec_osf.sh
39418 ____________________________________________________________________________
39419 [ 23863] By: davem                                 on 2005/01/22  18:27:58
39420         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
39421              From:  Jarkko Hietaniemi <jhi@iki.fi>
39422              Date:  Sat, 22 Jan 2005 11:33:12 +0200
39423              Message-Id:  <41F21DD8.3050500@iki.fi>
39424
39425              change #23857 miscalculated the SvGROW size
39426      Branch: perl
39427            ! pp.c
39428 ____________________________________________________________________________
39429 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
39430         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
39431              From: Jarkko Hietaniemi <jhi@iki.fi>
39432              Message-ID: <41F2911E.8090204@iki.fi>
39433              Date: Sat, 22 Jan 2005 19:45:02 +0200
39434
39435              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
39436      Branch: perl
39437            ! hints/dec_osf.sh
39438 ____________________________________________________________________________
39439 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
39440         Log: Update copyright years and add editor blocks
39441      Branch: perl
39442            ! doop.c hv.c utf8.c
39443 ____________________________________________________________________________
39444 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
39445         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
39446              Subject: Re: [PATCH] do not assume quads or long doubles
39447              Message-ID: <41F21B0A.2050301@iki.fi>
39448              Date: Sat, 22 Jan 2005 11:21:14 +0200
39449      Branch: perl
39450            ! pp_pack.c
39451 ____________________________________________________________________________
39452 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
39453         Log: Remove now-unnecessary check. (It's done earlier)
39454      Branch: perl
39455            ! pp_pack.c
39456 ____________________________________________________________________________
39457 [ 23857] By: davem                                 on 2005/01/22  00:17:40
39458         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
39459              From:  Jarkko Hietaniemi <jhi@iki.fi>
39460              Date:  Sat, 22 Jan 2005 00:20:12 +0200
39461              Message-Id:  <41F1801C.3080201@iki.fi>
39462
39463              Make buffer size estimates for utf8 case conversion less maximally
39464              pessimistic
39465      Branch: perl
39466            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
39467            ! toke.c utf8.c utf8.h
39468 ____________________________________________________________________________
39469 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
39470         Log: Shrink a switch() statment by driving the size calculations from the
39471              size table. This requires #ifdef()s in the size table initialiser.
39472              Astoundingly this shaves over 6K of the object size with -Os on OS X.
39473              I was expecting about 1K (due to shrinking a branch table). Mind you,
39474              I'm not going to argue with what I got. :-)
39475      Branch: perl
39476            ! genpacksizetables.pl pp_pack.c
39477 ____________________________________________________________________________
39478 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
39479         Log: Make the length overrun checking and stack extension table driven.
39480              (Shaves about 3k off pp_pack.o)
39481      Branch: perl
39482            + genpacksizetables.pl
39483            ! MANIFEST pp_pack.c
39484 ____________________________________________________________________________
39485 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
39486         Log: Subject: [perl #32503] Fix for Storable module
39487              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
39488              Date: 19 Nov 2004 13:06:57 -0000
39489              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
39490      Branch: perl
39491            ! ext/Storable/Storable.xs
39492 ____________________________________________________________________________
39493 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
39494         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
39495      Branch: perl
39496            ! ext/Data/Dumper/Dumper.pm
39497 ____________________________________________________________________________
39498 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
39499         Log: Name another pack test
39500      Branch: perl
39501            ! t/op/pack.t
39502 ____________________________________________________________________________
39503 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
39504         Log: Subject: [perl #33892] Add Interix support
39505              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
39506              Date: 21 Jan 2005 14:36:31 -0000
39507              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
39508
39509              (except the Configure chunk)
39510              (and bump version numbers of modules)
39511      Branch: perl
39512            + hints/interix.sh
39513            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
39514            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
39515 ____________________________________________________________________________
39516 [ 23848] By: merijn                                on 2005/01/21  14:47:31
39517         Log: Subject: [perl #33892] Add Interix support
39518              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
39519              Date: 21 Jan 2005 14:36:31 -0000
39520              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
39521      Branch: perl
39522            ! Configure
39523 ____________________________________________________________________________
39524 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
39525         Log: Upgrade to Test::Harness 2.46
39526      Branch: perl
39527            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
39528            + lib/Test/Harness/t/prove-globbing.t
39529            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
39530            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
39531            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
39532            ! lib/Test/Harness/t/strap.t
39533 ____________________________________________________________________________
39534 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
39535         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
39536              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
39537              Date: Tue, 28 Dec 2004 16:01:49 -0800
39538              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
39539      Branch: perl
39540            ! ext/B/B.pm
39541 ____________________________________________________________________________
39542 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
39543         Log: Subject: [Patch] [perl #32446]  close leaves fd open
39544              From: Steffen Ullrich <coyote.frank@gmx.net>
39545              Date: Wed, 01 Dec 2004 15:22:34 +0100
39546              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
39547      Branch: perl
39548            ! perlio.c
39549 ____________________________________________________________________________
39550 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
39551         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
39552              From: Rick Delaney <rick@bort.ca>
39553              Date: Wed, 13 Oct 2004 12:40:18 -0400
39554              Message-ID: <20041013164018.GA32174@biff.bort.ca>
39555      Branch: perl
39556            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
39557            ! pp_ctl.c proto.h t/comp/require.t
39558 ____________________________________________________________________________
39559 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
39560         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
39561              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39562              Date: Mon, 20 Dec 2004 16:08:56 -0800
39563              Message-ID: <20041221000856.GA2924@efn.org>
39564      Branch: perl
39565            ! pp_sys.c t/op/stat.t
39566 ____________________________________________________________________________
39567 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
39568         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
39569              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39570              Date: Sun, 19 Dec 2004 23:57:56 -0800
39571              Message-ID: <20041220075754.GA800@efn.org>
39572      Branch: perl
39573            ! ext/B/B.pm
39574 ____________________________________________________________________________
39575 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
39576         Log: Subject: [patch] cleanup perlsfio.h
39577              From: Stas Bekman <stas@stason.org>
39578              Date: Thu, 13 Jan 2005 16:14:23 -0500
39579              Message-ID: <41E6E4AF.8070303@stason.org>
39580      Branch: perl
39581            ! perlsfio.h
39582 ____________________________________________________________________________
39583 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
39584         Log: VERSION++
39585      Branch: perl
39586            ! lib/Text/ParseWords.pm
39587 ____________________________________________________________________________
39588 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
39589         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
39590              From: Alexey Tourbin <at@altlinux.ru>
39591              Date: Tue, 28 Dec 2004 22:29:37 +0300
39592              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
39593      Branch: perl
39594            + lib/Text/ParseWords/taint.t
39595            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
39596 ____________________________________________________________________________
39597 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
39598         Log: Run regen.pl and pod/buildtoc --build-all
39599      Branch: perl
39600            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
39601 ____________________________________________________________________________
39602 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
39603         Log: A little more determinacy in our sorting
39604      Branch: perl
39605            ! autodoc.pl
39606 ____________________________________________________________________________
39607 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
39608         Log: Make "assertion" attribute code and test conditional
39609      Branch: perl
39610            ! t/op/attrs.t xsutils.c
39611 ____________________________________________________________________________
39612 [ 23824] By: merijn                                on 2005/01/19  18:32:41
39613         Log: Subject: [PATCH] Further follow-up to 23767
39614              From: Robin Barker <Robin.Barker@npl.co.uk>
39615              Date: Wed, 19 Jan 2005 18:30:31 -0000
39616              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
39617      Branch: perl
39618            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
39619 ____________________________________________________________________________
39620 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
39621         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
39622              From: Noah <sitz@onastick.net>
39623              Date: Wed, 19 Jan 2005 12:33:52 -0500
39624              Message-ID: <20050119173352.GA15592@radu.onastick.net>
39625      Branch: perl
39626            ! utils/h2xs.PL
39627 ____________________________________________________________________________
39628 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
39629         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
39630              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39631              Date: Sun, 16 Jan 2005 10:30:45 -0800
39632              Message-ID: <20050116183045.GA2768@efn.org>
39633      Branch: perl
39634            ! t/op/stat.t
39635 ____________________________________________________________________________
39636 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
39637         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
39638              From: "Jos I. Boumans" <kane@xs4all.net>
39639              Date: Tue, 18 Jan 2005 15:12:03 +0100
39640              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
39641      Branch: perl
39642            ! ext/Data/Dumper/Dumper.pm
39643 ____________________________________________________________________________
39644 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
39645         Log: Fix dependencies in ext/B/Makefile.PL
39646              (bug #8254, fix by Alan Burlison)
39647      Branch: perl
39648            ! ext/B/Makefile.PL
39649 ____________________________________________________________________________
39650 [ 23817] By: steveh                                on 2005/01/19  09:33:27
39651         Log: Exclude "Thread" from $Config{extensions}
39652
39653              It is already excluded from $Config{dynamic_ext}, so should not be
39654              in $Config{extensions} either. (Note that Thread is actually still
39655              built, though. This is just for consistency with Unix builds.)
39656      Branch: perl
39657            ! win32/config_sh.PL
39658 ____________________________________________________________________________
39659 [ 23816] By: steveh                                on 2005/01/19  08:55:06
39660         Log: Exclude "Thread" from $Config{dynamic_ext}
39661
39662              This was accidentally broken by change 23757.  It has already been
39663              fixed in maint-5.8 when resolving conflicts during integration of
39664              23757, so this one does NOT need integrating itself!
39665
39666              For more details see:
39667              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
39668      Branch: perl
39669            ! win32/config_sh.PL
39670 ____________________________________________________________________________
39671 [ 23807] By: steveh                                on 2005/01/17  17:55:02
39672         Log: Fix for building with MinGW under Cygwin
39673
39674              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
39675              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39676              Date: Thu, 13 Jan 2005 16:11:36 -0800
39677              Message-ID: <20050114001136.GC2516@efn.org>
39678      Branch: perl
39679            ! ext/Errno/Errno_pm.PL
39680 ____________________________________________________________________________
39681 [ 23806] By: steveh                                on 2005/01/17  16:57:10
39682         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
39683      Branch: perl
39684            ! win32/config_sh.PL
39685 ____________________________________________________________________________
39686 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
39687         Log: Better test diagnostics for the numbers tests.
39688              (Failure diagnostics were always good, but now the tests have names,
39689              which show even when they pass)
39690      Branch: perl
39691            ! t/op/pack.t
39692 ____________________________________________________________________________
39693 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
39694         Log: Correct the editor block to match the perl 5 policy on tabs
39695      Branch: perl
39696            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
39697            ! sv.c universal.c
39698 ____________________________________________________________________________
39699 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
39700         Log: Refactor S_regclass to generate slightly smaller object code
39701      Branch: perl
39702            ! regcomp.c
39703 ____________________________________________________________________________
39704 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
39705         Log: A terser way to write the \-ing code in pv_uni_display
39706              Plus drive-by insert of a more correct editor block. (thanks Dave)
39707      Branch: perl
39708            ! utf8.c
39709 ____________________________________________________________________________
39710 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
39711         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
39712              is taken from the SV's UTF-8ness
39713      Branch: perl
39714            ! pod/perlapi.pod sv.c
39715 ____________________________________________________________________________
39716 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
39717         Log: SvUTF8_off() in do_join can be unconditional.
39718      Branch: perl
39719            ! doop.c
39720 ____________________________________________________________________________
39721 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
39722         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
39723      Branch: perl
39724            ! op.c regcomp.c toke.c utf8.c
39725 ____________________________________________________________________________
39726 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
39727         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
39728      Branch: perl
39729            ! sv.c
39730 ____________________________________________________________________________
39731 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
39732         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
39733      Branch: perl
39734            ! utf8.c
39735 ____________________________________________________________________________
39736 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
39737         Log: replace NEWSV(), SvSetSV() with newSVsv()
39738      Branch: perl
39739            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
39740 ____________________________________________________________________________
39741 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
39742         Log: Turn the unreachable code into assertions. (So prove me wrong...)
39743      Branch: perl
39744            ! pp_pack.c
39745 ____________________________________________________________________________
39746 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
39747         Log: Source code tidy up - avoid assigning to sv.
39748      Branch: perl
39749            ! pp_pack.c
39750 ____________________________________________________________________________
39751 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
39752         Log: Avoid dogfood problems when an empty string accidentally ends up
39753              as a constant name. [They don't work in qw(), strangely]
39754      Branch: perl
39755            ! lib/ExtUtils/Constant.pm
39756 ____________________________________________________________________________
39757 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
39758         Log: The leaktesting of NEWSV() is long dead, so create and initialise
39759              SV values in one, to simplify source code and shrink object code
39760              by about 1%
39761      Branch: perl
39762            ! pp_pack.c
39763 ____________________________________________________________________________
39764 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
39765         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
39766              representation.
39767      Branch: perl
39768            ! t/op/join.t
39769 ____________________________________________________________________________
39770 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
39771         Log: Update copyright years. Add an editor block while passing by.
39772      Branch: perl
39773            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
39774            ! universal.c
39775 ____________________________________________________________________________
39776 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
39777         Log: utf.pm needs to require Carp before croak()ing
39778      Branch: perl
39779            ! lib/utf8.pm lib/utf8.t
39780 ____________________________________________________________________________
39781 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
39782         Log: Refactor all the unpack checksum-or-not logic to avoid massive
39783              duplication.
39784      Branch: perl
39785            ! pp_pack.c
39786 ____________________________________________________________________________
39787 [ 23786] By: merijn                                on 2005/01/13  11:28:31
39788         Log: Subject: Re: killing USE_5005THREADS in blead?
39789              From: Stas Bekman <stas@stason.org>
39790              Date: Wed, 12 Jan 2005 16:32:42 -0500
39791              Message-ID: <41E5977A.3060306@stason.org>
39792      Branch: perl
39793            ! perl.c
39794 ____________________________________________________________________________
39795 [ 23785] By: steveh                                on 2005/01/13  10:24:13
39796         Log: Fix Win32 build problem caused by change 23757
39797
39798              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
39799              run by miniperl.exe when making the ..\config.sh target, but
39800              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
39801              perlglob.exe to do the glob().  perlglob.exe has been built, but is
39802              in the top-level of the source tree so is not found when miniperl.exe
39803              is executed from within the win32/ sub-directory.
39804
39805              This was causing smokes to fail on t/lib/commonsense.t because the
39806              "extensions" field in lib/Config_heavy.pl only contained
39807              "threads/shared" as a result of the glob() not finding anything.
39808
39809              Manual builds had been working fine for me because I had an installed
39810              perl in my PATH so perlglob.exe was being found there instead!
39811      Branch: perl
39812            ! win32/FindExt.pm
39813 ____________________________________________________________________________
39814 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
39815         Log: Subject: [PATCH] follow-up to #23765
39816              From: "Craig A. Berry" <craigberry@mac.com>
39817              Date: Tue, 11 Jan 2005 21:01:27 -0600
39818              Message-ID: <41E49307.7080900@mac.com>
39819      Branch: perl
39820            ! lib/warnings.t
39821 ____________________________________________________________________________
39822 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
39823         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
39824              (for cases of mixed UTF8/bytes)
39825              Test code based on bug report by John Gardiner Myers
39826      Branch: perl
39827            ! pp.c t/op/index.t
39828 ____________________________________________________________________________
39829 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
39830         Log: Subject: [PATCH] follow-up to 23767
39831              From: Robin Barker <Robin.Barker@npl.co.uk>
39832              Date: Tue, 11 Jan 2005 15:48:49 -0000
39833              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
39834      Branch: perl
39835            ! Porting/pumpkin.pod sv.c
39836 ____________________________________________________________________________
39837 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
39838         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
39839      Branch: perl
39840            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
39841            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
39842            ! proto.h scope.c scope.h sv.c thrdvar.h
39843 ____________________________________________________________________________
39844 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
39845         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
39846              From: "Craig A. Berry" <craigberry@mac.com>
39847              Message-ID: <41E1C261.5020100@mac.com>
39848              Date: Sun, 09 Jan 2005 17:46:41 -0600
39849      Branch: perl
39850            ! t/op/split.t
39851 ____________________________________________________________________________
39852 [ 23778] By: steveh                                on 2005/01/10  11:53:10
39853         Log: Need to close files before unlinking them on Win32
39854
39855              (Various files created by test programs are left behind otherwise,
39856              and distclean doesn't clean them up)
39857      Branch: perl
39858            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
39859            ! lib/FileCache/t/07noimport.t t/op/read.t
39860 ____________________________________________________________________________
39861 [ 23777] By: steveh                                on 2005/01/10  10:28:00
39862         Log: Make Win32's distclean target clean up properly
39863      Branch: perl
39864            ! win32/Makefile win32/makefile.mk
39865 ____________________________________________________________________________
39866 [ 23776] By: steveh                                on 2005/01/10  09:45:50
39867         Log: Get $Config{osvers} filled in on Win32
39868      Branch: perl
39869            ! win32/config_sh.PL
39870 ____________________________________________________________________________
39871 [ 23775] By: merijn                                on 2005/01/10  08:54:00
39872         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
39873              Date: Sun, 09 Jan 2005 17:52:09 -0600
39874              From: "Craig A. Berry" <craigberry@mac.com>
39875              Message-ID: <41E1C3A9.9080900@mac.com>
39876      Branch: perl
39877            ! configure.com
39878 ____________________________________________________________________________
39879 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
39880         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
39881      Branch: perl
39882            ! pp.c
39883 ____________________________________________________________________________
39884 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
39885         Log: If we know the length of the string constant, save a strlen()
39886      Branch: perl
39887            ! perl.c pp_sys.c
39888 ____________________________________________________________________________
39889 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
39890         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
39891              strlen(). Add savesvpv(sv), which gets the length from the SV,
39892              and returns a copy of its PV.
39893      Branch: perl
39894            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
39895            ! universal.c util.c
39896 ____________________________________________________________________________
39897 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
39898         Log: Can pass in a length here without introducing a bug. Might save
39899              a strlen()
39900      Branch: perl
39901            ! toke.c
39902 ____________________________________________________________________________
39903 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
39904         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
39905              as I think that it will be needed for utf8 soft references.
39906      Branch: perl
39907            ! toke.c
39908 ____________________________________________________________________________
39909 [ 23769] By: steveh                                on 2005/01/07  17:25:35
39910         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
39911              and force PERL_MALLOC off if USE_IMP_SYS is on
39912
39913              This brings makefile.mk into line with Makefile in this regard
39914
39915              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
39916              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
39917              so it is sensible to enforce this, and to not have the default set
39918              to a configuration that isn't allowed)
39919      Branch: perl
39920            ! win32/makefile.mk
39921 ____________________________________________________________________________
39922 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
39923         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
39924              From: Jim Cromie <jim.cromie@gmail.com>
39925              Date: Mon, 3 Jan 2005 06:36:16 -0700
39926              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
39927      Branch: perl
39928            + lib/vars_carp.t
39929            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
39930            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
39931            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
39932 ____________________________________________________________________________
39933 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
39934         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
39935              From: Robin Barker <Robin.Barker@npl.co.uk>
39936              Date: Wed, 5 Jan 2005 11:55:09 -0000
39937              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
39938      Branch: perl
39939            ! mg.c perl.h pp.h pp_sys.c sv.c
39940 ____________________________________________________________________________
39941 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
39942         Log: Stage 1 of utf8 support for soft references.
39943              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
39944              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
39945              Provide a backwards compatability gv_fetchpv
39946              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
39947              the pointer from an SV
39948              All tests still pass.
39949      Branch: perl
39950            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
39951            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
39952 ____________________________________________________________________________
39953 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
39954         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
39955              From: "Craig A. Berry" <craigberry@mac.com>
39956              Message-ID: <41DDCA71.1080704@mac.com>
39957              Date: Thu, 06 Jan 2005 17:32:01 -0600
39958      Branch: perl
39959            ! lib/warnings.t
39960 ____________________________________________________________________________
39961 [ 23764] By: steveh                                on 2005/01/07  08:35:29
39962         Log: Fix win32/config.*'s cc, ld and other related values
39963
39964              cc and ld themselves always get replaced with correct values anyway
39965              so we just provide example values as per other similar settings
39966
39967              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
39968              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
39969
39970              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39971              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39972              Date: Wed, 5 Jan 2005 10:01:41 -0800
39973              Message-ID: <20050105180141.GA676@efn.org>
39974
39975              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39976              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39977              Date: Thu, 6 Jan 2005 11:53:11 -0800
39978              Message-ID: <20050106195311.GC1300@efn.org>
39979      Branch: perl
39980            ! win32/config.bc win32/config.gc win32/config.vc
39981            ! win32/config.vc64
39982 ____________________________________________________________________________
39983 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
39984         Log: Add TODO tests for UTF8 encoded soft references
39985      Branch: perl
39986            ! t/op/ref.t
39987 ____________________________________________________________________________
39988 [ 23762] By: steveh                                on 2005/01/06  16:50:10
39989         Log: Allow static linking core extensions on Win32 with MinGW
39990
39991              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
39992              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
39993              Date: Wed, 5 Jan 2005 10:01:41 -0800
39994              Message-ID: <20050105180141.GA676@efn.org>
39995      Branch: perl
39996            ! win32/buildext.pl win32/makefile.mk
39997 ____________________________________________________________________________
39998 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
39999         Log: Silence a compilation warning
40000      Branch: perl
40001            ! pp_sort.c
40002 ____________________________________________________________________________
40003 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
40004         Log: Turn barewords into strings to run under strict subs.
40005              Run under strict refs outside the soft reference tests.
40006      Branch: perl
40007            ! t/op/ref.t
40008 ____________________________________________________________________________
40009 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
40010         Log: All tests now use test.pl
40011      Branch: perl
40012            ! t/op/ref.t
40013 ____________________________________________________________________________
40014 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
40015         Log: Start converting t/op/ref.t to use test.pl
40016      Branch: perl
40017            ! t/op/ref.t
40018 ____________________________________________________________________________
40019 [ 23757] By: steveh                                on 2005/01/06  11:26:12
40020         Log: Fix extensions config fields on Win32 to be as they are on Unix
40021
40022              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
40023              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
40024              Date: Wed, 5 Jan 2005 10:01:41 -0800
40025              Message-ID: <20050105180141.GA676@efn.org>
40026      Branch: perl
40027            ! win32/FindExt.pm win32/config_sh.PL
40028 ____________________________________________________________________________
40029 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
40030         Log: Correct a Greengrocer's apostrophe.
40031      Branch: perl
40032            ! ext/DynaLoader/dl_dyld.xs
40033 ____________________________________________________________________________
40034 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
40035         Log: Foolishly I committed change 23753 before remembering to test without
40036              ithreads. No tests => bugs. This should fix them.
40037      Branch: perl
40038            ! perl.c
40039 ____________________________________________________________________________
40040 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
40041         Log: Error-free constant folding is a TODO
40042      Branch: perl
40043            ! pod/perltodo.pod
40044 ____________________________________________________________________________
40045 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
40046         Log: Turn INIT_TLS_AND_INTERP into a static function
40047      Branch: perl
40048            ! perl.c
40049 ____________________________________________________________________________
40050 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
40051         Log: Shave off the explict 1; from the end of lib/Config.pm
40052      Branch: perl
40053            ! configpm
40054 ____________________________________________________________________________
40055 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
40056         Log: Subject: [PATCH] unnecessary rmdir in Makefile
40057              From: Robin Barker <Robin.Barker@npl.co.uk>
40058              Date: Wed, 5 Jan 2005 11:58:54 -0000
40059              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
40060      Branch: perl
40061            ! Makefile.SH
40062 ____________________________________________________________________________
40063 [ 23750] By: merijn                                on 2005/01/05  11:44:11
40064         Log: Subject: [PATCH] gcc and ld in Configure
40065              From: Robin Barker <Robin.Barker@npl.co.uk>
40066              Date: Wed, 5 Jan 2005 12:04:25 -0000
40067              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
40068      Branch: perl
40069            ! hints/solaris_2.sh
40070 ____________________________________________________________________________
40071 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
40072         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
40073              From: Gisle Aas <gisle@ActiveState.com>
40074              Date: 05 Jan 2005 01:09:51 -0800
40075              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
40076      Branch: perl
40077            ! thread.h
40078 ____________________________________________________________________________
40079 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
40080         Log: Subject: [PATCH] -Duselargefiles for VMS
40081              From: "Craig A. Berry" <craigberry@mac.com>
40082              Message-ID: <41DB63A6.7040504@mac.com>
40083              Date: Tue, 04 Jan 2005 21:48:54 -0600
40084      Branch: perl
40085            ! configure.com vms/descrip_mms.template vms/vmsish.h
40086 ____________________________________________________________________________
40087 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
40088         Log: Rafael spotted that my changes caused warnings. So clean up.
40089      Branch: perl
40090            ! t/op/attrs.t
40091 ____________________________________________________________________________
40092 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
40093         Log: Update copyright years.
40094      Branch: perl
40095            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
40096 ____________________________________________________________________________
40097 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
40098         Log: Make the switch statement discriminate similar names more
40099              efficiently.
40100      Branch: perl
40101            ! xsutils.c
40102 ____________________________________________________________________________
40103 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
40104         Log: Check all attributes in modify_SV_attributes are recognised.
40105              Fix bug where 'assertion' was always rejected as invalid.
40106      Branch: perl
40107            ! t/op/attrs.t xsutils.c
40108 ____________________________________________________________________________
40109 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
40110         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
40111      Branch: perl
40112            ! t/io/layers.t
40113 ____________________________________________________________________________
40114 [ 23742] By: merijn                                on 2005/01/04  12:38:03
40115         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
40116              From: Robin Barker <Robin.Barker@npl.co.uk>
40117              Date: Tue, 4 Jan 2005 12:32:29 -0000
40118              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
40119      Branch: perl
40120            ! pod/perlxs.pod
40121 ____________________________________________________________________________
40122 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
40123         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
40124      Branch: perl
40125            ! gv.c mg.c
40126 ____________________________________________________________________________
40127 [ 23740] By: steveh                                on 2005/01/04  10:56:55
40128         Log: Bring win32/config.* into line with win32/config_H.*
40129              so that "perl -V:usemallocwrap" tells us what the configuration is
40130              instead of saying 'UNKNOWN'.
40131      Branch: perl
40132            ! win32/config.bc win32/config.gc win32/config.vc
40133            ! win32/config.vc64
40134 ____________________________________________________________________________
40135 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
40136         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
40137              From: Tels <nospam-abuse@bloodgate.com>
40138              Date: Sat, 1 Jan 2005 18:59:51 +0100
40139              Message-Id: <200501011859.52858@bloodgate.com>
40140      Branch: perl
40141            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
40142            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
40143            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
40144            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
40145            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
40146            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
40147            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
40148            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
40149            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
40150            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
40151            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
40152            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
40153            ! lib/bignum/t/option_p.t lib/bigrat.pm
40154            ! t/lib/Math/BigFloat/Subclass.pm
40155 ____________________________________________________________________________
40156 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
40157         Log: Happy new year
40158      Branch: perl
40159            ! README
40160 ____________________________________________________________________________
40161 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
40162         Log: Return an immortal from attributes::_warn_reserved (a private
40163              function). (saves creating a new IV)
40164      Branch: perl
40165            ! xsutils.c
40166 ____________________________________________________________________________
40167 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
40168         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
40169      Branch: perl
40170            ! xsutils.c
40171 ____________________________________________________________________________
40172 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
40173         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
40174              threaded, but "oh no it isn't!" :-(
40175      Branch: perl
40176            ! toke.c
40177 ____________________________________________________________________________
40178 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
40179         Log: Integrate a patch from Gentoo for uclibc support.
40180              See :
40181              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
40182              From: Alexey Tourbin <at@altlinux.ru>
40183              Date: Tue, 28 Dec 2004 14:25:42 +0300
40184              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
40185      Branch: perl
40186            ! perlio.c
40187 ____________________________________________________________________________
40188 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
40189         Log: Remove compiler warnings.
40190      Branch: perl
40191            ! toke.c
40192 ____________________________________________________________________________
40193 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
40194         Log: Change 23727 broke code that relied on \ being escaped.
40195              Fix this. *Everything* should work now.
40196      Branch: perl
40197            + t/run/switchF1.t
40198            ! MANIFEST toke.c
40199 ____________________________________________________________________________
40200 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
40201         Log: Splitting the -n/-p code and concatenating strings generates
40202              smaller object code.
40203      Branch: perl
40204            ! toke.c
40205 ____________________________________________________________________________
40206 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
40207         Log: Concatenate some string constants
40208      Branch: perl
40209            ! toke.c
40210 ____________________________________________________________________________
40211 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
40212         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
40213              lot of quoting code
40214      Branch: perl
40215            ! toke.c
40216 ____________________________________________________________________________
40217 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
40218         Log: Probably should be using *pvn rather than *pv forms for speed in
40219              toke.c (to save a strlen())
40220      Branch: perl
40221            ! toke.c
40222 ____________________________________________________________________________
40223 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
40224         Log: strEQ/strNE of 1 character strings seems better hand inlined,
40225              because it generates smaller object code (as well as being
40226              faster than a true function call)
40227      Branch: perl
40228            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
40229 ____________________________________________________________________________
40230 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
40231         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
40232              Tweak is_gv_magical's string comparisons to produce smaller object
40233              code.
40234              First 2005 copyright notice.
40235      Branch: perl
40236            ! gv.c
40237 ____________________________________________________________________________
40238 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
40239         Log: Change 23714 accidentally broke t/io/layers.t when testing with
40240              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
40241              based on the locale, we have no perl space access to PL_utf8locale
40242              so assume for the moment that UTF8 is never conditionally enabled.
40243      Branch: perl
40244            ! t/io/layers.t
40245 ____________________________________________________________________________
40246 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
40247         Log: Skip the switch statement entirely if the pointer is null, rather
40248              than the old pointless switch on '\0'. Also skip re-comparing the
40249              first character. Faster, and generates terser object code.
40250      Branch: perl
40251            ! pp.c
40252 ____________________________________________________________________________
40253 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
40254         Log: Doing the strnEQ char by char for 2 and 3 character strings
40255              generates a smaller object file, and will be faster.
40256      Branch: perl
40257            ! doio.c
40258 ____________________________________________________________________________
40259 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
40260         Log: Improve documentation for is_gv_magical, and split the switch
40261              statement into 2 parts, lengths > 1 and lengths <= 1
40262              This should cause most variables (lower case, multicharacter)
40263              to escape the function without passing through a switch table.
40264      Branch: perl
40265            ! gv.c
40266 ____________________________________________________________________________
40267 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
40268         Log: Because name is always NUL terminated we can incorporate length
40269              0 names in the switch statement for length 1.
40270      Branch: perl
40271            ! gv.c
40272 ____________________________________________________________________________
40273 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
40274         Log: Generate smaller object code by using a single switch statement
40275              for determining which names are forced into main::
40276      Branch: perl
40277            ! gv.c
40278 ____________________________________________________________________________
40279 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
40280         Log: Tidy up comments in change 23716
40281      Branch: perl
40282            ! gv.c
40283 ____________________________________________________________________________
40284 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
40285         Log: Refactor gv_fetchpv so that the overwhelmingly common case
40286              (variable names starting with a lower case letter or _, longer
40287              than one character) get out of the function very quickly.
40288              (Without even passing through a switch statement jump table)
40289              Also fixes bug 33631
40290      Branch: perl
40291            ! gv.c
40292 ____________________________________________________________________________
40293 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
40294         Log: Subject: [PATCH] randbits and randfunc for VMS
40295              From: "Craig A. Berry" <craigberry@mac.com>
40296              Message-ID: <41D570BF.8010409@mac.com>
40297              Date: Fri, 31 Dec 2004 09:31:11 -0600
40298      Branch: perl
40299            ! configure.com
40300 ____________________________________________________________________________
40301 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
40302         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
40303      Branch: perl
40304            ! AUTHORS t/io/layers.t
40305 ____________________________________________________________________________
40306 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
40307         Log: Mention ppport.h and its --api-info switch in perlguts.
40308      Branch: perl
40309            ! pod/perlguts.pod
40310 ____________________________________________________________________________
40311 [ 23711] By: merijn                                on 2004/12/30  13:10:20
40312         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
40313              From: Gisle Aas <gisle@ActiveState.com>
40314              Date: 30 Dec 2004 03:39:36 -0800
40315              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
40316      Branch: perl
40317            ! Configure
40318 ____________________________________________________________________________
40319 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
40320         Log: Thinko in the description of Config::Extensions
40321      Branch: perl
40322            ! MANIFEST
40323 ____________________________________________________________________________
40324 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
40325         Log: Experimental module intended to simplify core regression tests
40326      Branch: perl
40327            + lib/Config/Extensions.pm lib/Config/Extensions.t
40328            ! MANIFEST
40329 ____________________________________________________________________________
40330 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
40331         Log: Skip tests that binmode :utf8 if there is no perlio
40332      Branch: perl
40333            ! t/op/read.t
40334 ____________________________________________________________________________
40335 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
40336         Log: Ooops. Fix unitialised variable
40337      Branch: perl
40338            ! pp_sys.c
40339 ____________________________________________________________________________
40340 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
40341         Log: Oops. Forgot to uncomment the last set of Unicode values for
40342              testing.
40343      Branch: perl
40344            ! t/op/read.t
40345 ____________________________________________________________________________
40346 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
40347         Log: read (and presuambly sysread) would expose the UTF8 internals when
40348              reading from a byte orientated file handle into a UTF8 scalar.
40349      Branch: perl
40350            ! pp_sys.c t/op/read.t
40351 ____________________________________________________________________________
40352 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
40353         Log: Add a lot of tests for combinations of values, offsets and lengths
40354      Branch: perl
40355            ! t/op/read.t
40356 ____________________________________________________________________________
40357 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
40358         Log: Convert op/read.t to use test.pl and make it stricture compliant.
40359      Branch: perl
40360            ! t/op/read.t
40361 ____________________________________________________________________________
40362 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
40363         Log: Upgrade to Devel::PPPort 3.04
40364      Branch: perl
40365            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
40366            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
40367            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
40368            ! ext/Devel/PPPort/parts/inc/ppphbin
40369            ! ext/Devel/PPPort/parts/inc/ppphdoc
40370            ! ext/Devel/PPPort/parts/inc/ppphtest
40371 ____________________________________________________________________________
40372 [ 23696] By: merijn                                on 2004/12/29  12:41:14
40373         Log: Rebuilt after backport start for 23674, 23675, and 23676
40374      Branch: perl
40375            ! Configure
40376 ____________________________________________________________________________
40377 [ 23691] By: merijn                                on 2004/12/29  11:57:57
40378         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
40379              Date: Tue, 28 Dec 2004 13:49:19 -0800
40380              From: Stephen McCamant <smcc@MIT.EDU>
40381              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
40382      Branch: perl
40383            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
40384            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
40385            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
40386            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
40387            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
40388            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
40389            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
40390            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
40391            ! ext/B/t/xref.t
40392 ____________________________________________________________________________
40393 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
40394         Log: Make Config.t warnings and strictures clean
40395      Branch: perl
40396            ! lib/Config.t
40397 ____________________________________________________________________________
40398 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
40399         Log: Subject: [patch sv.c] comment fix
40400              From: Stas Bekman <stas@stason.org>
40401              Message-ID: <41CF50FE.5070307@stason.org>
40402              Date: Sun, 26 Dec 2004 19:02:06 -0500
40403      Branch: perl
40404            ! sv.c
40405 ____________________________________________________________________________
40406 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
40407         Log: Add investigating self tie segfaults to the TODO
40408      Branch: perl
40409            ! pod/perltodo.pod
40410 ____________________________________________________________________________
40411 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
40412         Log: Subject: [perl #33173] shellwords.pl and tainting
40413              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
40414              Date: 24 Dec 2004 00:14:19 -0000
40415              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
40416      Branch: perl
40417            ! lib/shellwords.pl
40418 ____________________________________________________________________________
40419 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
40420         Log: Subject: Missign STATEMENT brackets in PUSHMARK
40421              From: perl5-porters@ton.iguana.be (Ton Hospel)
40422              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
40423              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
40424      Branch: perl
40425            ! pp.h
40426 ____________________________________________________________________________
40427 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
40428         Log: Don't do the ... expansion on archlib, sitelib etc, given that
40429              everyone should already be using archlibext etc
40430              Add the extra special case code for otherlibdirs
40431      Branch: perl
40432            ! configpm
40433 ____________________________________________________________________________
40434 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
40435         Log: Subject: Re: [patch perlapi doc] sv_magic
40436              From: Stas Bekman <stas@stason.org>
40437              Date: Thu, 23 Dec 2004 16:28:06 -0500
40438              Message-ID: <41CB3866.1080307@stason.org>
40439      Branch: perl
40440            ! pod/perlapi.pod sv.c
40441 ____________________________________________________________________________
40442 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
40443         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
40444              From: "Craig A. Berry" <craigberry@mac.com>
40445              Message-ID: <41CB6BD1.8030207@mac.com>
40446              Date: Thu, 23 Dec 2004 19:07:29 -0600
40447      Branch: perl
40448            ! configure.com
40449 ____________________________________________________________________________
40450 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
40451         Log: Bother. It helps if you also propagate the new entry to config.sh
40452      Branch: perl
40453            ! Configure
40454 ____________________________________________________________________________
40455 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
40456         Log: Oops. You can't add new entries to config_h.SH without making some
40457              sort of corresponding defined/undefined value in config.sh somehow.
40458      Branch: perl
40459            ! Configure
40460 ____________________________________________________________________________
40461 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
40462         Log: Relocatable @INC entries for Unix.
40463              (With appropriate fixups in Config.pm to complete the illusion)
40464              Currently can only be enabled with hackery to config.sh
40465              TODO - proper Configure support, and support for otherlibdirs in
40466              Config.pm
40467      Branch: perl
40468            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
40469            ! proto.h
40470 ____________________________________________________________________________
40471 [ 23673] By: merijn                                on 2004/12/23  21:04:37
40472         Log: 23669 was not such a good idea. More research needed.
40473      Branch: perl
40474            ! config_h.SH
40475 ____________________________________________________________________________
40476 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
40477         Log: The "Setuid script not plain file" error wasn't documented.
40478      Branch: perl
40479            ! pod/perldiag.pod
40480 ____________________________________________________________________________
40481 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
40482         Log: Subject: [PATCH] Data::Dumper Freezer fixes
40483              From: Sam Tregar <sam@tregar.com>
40484              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
40485              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
40486
40487              and bump Data::Dumper's VERSION
40488      Branch: perl
40489            + ext/Data/Dumper/t/freezer.t
40490            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
40491 ____________________________________________________________________________
40492 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
40493         Log: Fix typo
40494      Branch: perl
40495            ! ext/Storable/Storable.xs
40496 ____________________________________________________________________________
40497 [ 23669] By: merijn                                on 2004/12/22  20:16:53
40498         Log: Just to re-sync with metaconfig output. No real changes.
40499      Branch: perl
40500            ! config_h.SH
40501 ____________________________________________________________________________
40502 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
40503         Log: Move the definition of the S_procself_val() function before
40504              the point where it's used
40505      Branch: perl
40506            ! perl.c
40507 ____________________________________________________________________________
40508 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
40509         Log: Move the setting of $^X ahead of the initialisation of @INC
40510      Branch: perl
40511            ! perl.c
40512 ____________________________________________________________________________
40513 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
40514         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
40515              skip the test on platforms where it's not available
40516      Branch: perl
40517            ! t/op/bop.t
40518 ____________________________________________________________________________
40519 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
40520         Log: Note that the shell's test uses eq etc for numbers, = etc for
40521              strings, the reverse of Perl, which is definitely a trap.
40522              Spotted by Alexei Alexandrov.
40523      Branch: perl
40524            ! AUTHORS pod/perltrap.pod
40525 ____________________________________________________________________________
40526 [ 23662] By: merijn                                on 2004/12/20  13:38:45
40527         Log: Subject: [PATCH] AUTHORS
40528              From: Tels <nospam-abuse@bloodgate.com>
40529              Date: Sun, 19 Dec 2004 14:28:44 +0100
40530              Message-Id: <200412191428.45898@bloodgate.com>
40531      Branch: perl
40532            ! AUTHORS
40533 ____________________________________________________________________________
40534 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
40535         Log: Subject: Re: [perl #32717] BeOS specific Updates
40536              From: bonefish@cs.tu-berlin.de
40537              Date: Fri, 17 Dec 2004 01:17:40 +0100
40538              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
40539      Branch: perl
40540            - beos/beos_flock_server.cpp beos/beos_flock_server.h
40541            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
40542            ! hints/beos.sh
40543 ____________________________________________________________________________
40544 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
40545         Log: Subject: [PATCH] bop.t follow-up to #23645
40546              From: "Craig A. Berry" <craigberry@mac.com>
40547              Date: Thu, 16 Dec 2004 08:53:32 -0600
40548              Message-ID: <41C1A16C.9040700@mac.com>
40549      Branch: perl
40550            ! t/op/bop.t
40551 ____________________________________________________________________________
40552 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
40553         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
40554              From: Andy Dougherty <doughera@lafayette.edu>
40555              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
40556              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
40557      Branch: perl
40558            ! ext/POSIX/Makefile.PL
40559 ____________________________________________________________________________
40560 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
40561         Log: Two pod2html patches from Dave Sparks :
40562
40563              Fix anchors for some function names
40564              Subject: pod2html fragment fix [PATCH]
40565              From: Gisle Aas <gisle@ActiveState.com>
40566              Date: 11 Nov 2004 14:36:46 +0100
40567              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
40568
40569              Subject: Make 'pod2html --quiet' be quiet [PATCH]
40570              From: Gisle Aas <gisle@ActiveState.com>
40571              Date: 11 Nov 2004 15:19:58 +0100
40572              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
40573      Branch: perl
40574            ! lib/Pod/Html.pm
40575 ____________________________________________________________________________
40576 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
40577         Log: Pod::Html is not part of the podlators distribution
40578      Branch: perl
40579            ! Porting/Maintainers.pl
40580 ____________________________________________________________________________
40581 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
40582         Log: Security fix from Debian in the debugger (in the setterm()
40583              function), from:
40584              Subject: Re: Security patch from Debian?
40585              From: Brendan O'Dea <bod@debian.org>
40586              Date: Thu, 2 Dec 2004 13:42:17 +1100
40587              Message-ID: <20041202024217.GA12670@londo.c47.org>
40588      Branch: perl
40589            ! lib/perl5db.pl
40590 ____________________________________________________________________________
40591 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
40592         Log: A couple of SCO compilation patches
40593
40594              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
40595              From: "Ilya N. Golubev" <gin@mo.msk.ru>
40596              Date: Tue, 14 Dec 2004 22:37:27 +0300
40597              Message-ID: <028941bf40f648-gin@mo.msk.ru>
40598
40599              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
40600              From: Andy Dougherty <doughera@lafayette.edu>
40601              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
40602              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
40603      Branch: perl
40604            ! hints/sco.sh
40605 ____________________________________________________________________________
40606 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
40607         Log: Upgrade to Test::Simple 0.54
40608      Branch: perl
40609            + lib/Test/Simple/t/is_fh.t
40610            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
40611            ! lib/Test/Simple.pm lib/Test/Simple/Changes
40612            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
40613            ! lib/Test/Simple/t/harness_active.t
40614            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
40615            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
40616            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
40617 ____________________________________________________________________________
40618 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
40619         Log: Upgrade to ExtUtils::MakeMaker 6.25
40620      Branch: perl
40621            + lib/ExtUtils/t/dir_target.t
40622            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
40623            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
40624            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
40625            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
40626            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
40627            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40628            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
40629            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
40630            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
40631            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
40632            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
40633            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
40634            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
40635            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
40636            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
40637 ____________________________________________________________________________
40638 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
40639         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
40640      Branch: perl
40641            ! utils/h2xs.PL
40642 ____________________________________________________________________________
40643 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
40644         Log: Subject: Re: B::walkoptree segfaults
40645              From: Alexey Tourbin <at@altlinux.ru>
40646              Date: Fri, 3 Dec 2004 05:06:49 +0300
40647              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
40648      Branch: perl
40649            ! ext/B/B.pm
40650 ____________________________________________________________________________
40651 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
40652         Log: Make Sys::Syslog stricture-compliant
40653      Branch: perl
40654            ! ext/Sys/Syslog/Syslog.pm
40655 ____________________________________________________________________________
40656 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
40657         Log: Allow escaping %m as %%m in Sys::Syslog format strings
40658              (suggested by Joshua Richardson <jric@yahoo-inc.com>
40659              and Yitzchak Scott-Thoennes)
40660      Branch: perl
40661            ! ext/Sys/Syslog/Syslog.pm
40662 ____________________________________________________________________________
40663 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
40664         Log: Subject: [perl #24343] [PATCH] -w vs. -s
40665              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40666              Date: 14 Dec 2004 06:41:34 -0000
40667              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
40668      Branch: perl
40669            ! pod/perlrun.pod
40670 ____________________________________________________________________________
40671 [ 23647] By: merijn                                on 2004/12/14  07:51:43
40672         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
40673              Date: 14 Dec 2004 06:29:23 -0000
40674              From: "Steve Peters via RT" <perlbug-followup@perl.org>
40675              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
40676      Branch: perl
40677            ! pod/perlfaq5.pod
40678 ____________________________________________________________________________
40679 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
40680         Log: Fix test added in change 23645 with an eval()
40681      Branch: perl
40682            ! t/op/bop.t
40683 ____________________________________________________________________________
40684 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
40685         Log: Test patch for already-solved bug #33003,
40686              by Michael G Schwern.
40687      Branch: perl
40688            ! t/op/bop.t
40689 ____________________________________________________________________________
40690 [ 23644] By: steveh                                on 2004/12/13  17:26:46
40691         Log: Document gv_stashpvn
40692
40693              This is already in the API supported by Devel::PPPort, and is
40694              more efficient than gv_stashpv if the length is already known.
40695      Branch: perl
40696            ! embed.fnc gv.c pod/perlapi.pod
40697 ____________________________________________________________________________
40698 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
40699         Log: Subject: [PATCH] FileCache without import
40700              From: Michael G Schwern <schwern@pobox.com>
40701              Date: Sat, 11 Dec 2004 18:58:32 -0500
40702              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
40703      Branch: perl
40704            + lib/FileCache/t/07noimport.t
40705            ! MANIFEST lib/FileCache.pm
40706 ____________________________________________________________________________
40707 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
40708         Log: Subject: [PATCH] perlipc typo
40709              From: Brendan O'Dea <bod@debian.org>
40710              Date: Sun, 12 Dec 2004 10:25:04 +1100
40711              Message-ID: <20041211232504.GA8380@londo.c47.org>
40712      Branch: perl
40713            ! pod/perlipc.pod
40714 ____________________________________________________________________________
40715 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
40716         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
40717              From: "Craig A. Berry" <craigberry@mac.com>
40718              Date: Sat, 11 Dec 2004 11:03:57 -0600
40719              Message-ID: <41BB287D.6090001@mac.com>
40720      Branch: perl
40721            ! t/op/taint.t
40722 ____________________________________________________________________________
40723 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
40724         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
40725              From: Gisle Aas <gisle@ActiveState.com>
40726              Date: 11 Dec 2004 02:57:19 -0800
40727              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
40728      Branch: perl
40729            ! utf8.c
40730 ____________________________________________________________________________
40731 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
40732         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
40733              From: mjtg@cam.ac.uk (Mike Guy)
40734              Date: Fri, 10 Dec 2004 19:08:01 +0000
40735              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
40736      Branch: perl
40737            ! pod/perlfunc.pod
40738 ____________________________________________________________________________
40739 [ 23638] By: steveh                                on 2004/12/10  14:58:59
40740         Log: Fix Win32 breakage caused by change 23610
40741
40742              Simply skip the offending tests on Win32.  There is no sense in testing
40743              that $Config dir entries appear in @INC because the $Config entries
40744              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
40745              win32/Makefile), whereas @INC entries are dynamic, based on where
40746              perlXX.dll is currently located.
40747      Branch: perl
40748            ! lib/Config.t
40749 ____________________________________________________________________________
40750 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
40751         Log: Pod nit ([perl #32800])
40752      Branch: perl
40753            ! pod/perlfunc.pod
40754 ____________________________________________________________________________
40755 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
40756         Log: Subject: [PATCH] Test rt.perl.org 5900
40757              From: Michael G Schwern <schwern@pobox.com>
40758              Date: Thu, 9 Dec 2004 22:11:59 -0500
40759              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
40760      Branch: perl
40761            ! t/op/taint.t
40762 ____________________________________________________________________________
40763 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
40764         Log: Subject: [PATCH] cleanup t/op/taint.t
40765              From: Michael G Schwern <schwern@pobox.com>
40766              Date: Fri, 10 Dec 2004 02:04:49 -0500
40767              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
40768
40769              Subject: [PATCH] Add todo_skip() to test.pl
40770              From: Michael G Schwern <schwern@pobox.com>
40771              Date: Fri, 10 Dec 2004 04:27:06 -0500
40772              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
40773      Branch: perl
40774            ! t/op/taint.t t/test.pl
40775 ____________________________________________________________________________
40776 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
40777         Log: Evade using @ in the 1 liner with some perl 1 syntax.
40778      Branch: perl
40779            ! lib/Config.t
40780 ____________________________________________________________________________
40781 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
40782         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
40783              From: Robin Barker <Robin.Barker@npl.co.uk>
40784              Date: Wed, 1 Dec 2004 15:15:44 -0000
40785              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
40786      Branch: perl
40787            ! perl.h
40788 ____________________________________________________________________________
40789 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
40790         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
40791              From: Gisle Aas <gisle@activestate.com>
40792              Date: 06 Dec 2004 02:59:24 -0800
40793              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
40794      Branch: perl
40795            ! utf8.h
40796 ____________________________________________________________________________
40797 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
40798         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
40799              From: Gisle Aas <gisle@ActiveState.com>
40800              Date: 03 Dec 2004 06:09:19 -0800
40801              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
40802      Branch: perl
40803            ! ext/PerlIO/t/encoding.t
40804 ____________________________________________________________________________
40805 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
40806         Log: Upgrade to perldoc 3.14
40807      Branch: perl
40808            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
40809 ____________________________________________________________________________
40810 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
40811         Log: Fix test to cope with the previous h2ph change.
40812      Branch: perl
40813            ! t/lib/h2ph.pht
40814 ____________________________________________________________________________
40815 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
40816         Log: Subject: [perl #32962] h2ph - use of local() in generated code
40817              From: Peter.Dintelmann@dresdner-bank.com (via RT)
40818              Date: 8 Dec 2004 15:49:32 -0000
40819              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
40820      Branch: perl
40821            ! utils/h2ph.PL
40822 ____________________________________________________________________________
40823 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
40824         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
40825              From: "Jos I. Boumans" <kane@xs4all.net>
40826              Date: Wed, 8 Dec 2004 14:24:19 +0100
40827              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
40828      Branch: perl
40829            + lib/FileCache/t/06export.t
40830            ! MANIFEST lib/FileCache.pm
40831 ____________________________________________________________________________
40832 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
40833         Log: Avoid getting the stash name twice (at least visually, if not also
40834              in the generated code)
40835      Branch: perl
40836            ! sv.c
40837 ____________________________________________________________________________
40838 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
40839         Log: Upgrade to Encode 2.09
40840      Branch: perl
40841            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
40842            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
40843            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
40844 ____________________________________________________________________________
40845 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
40846         Log: Revert part of the change to gv_fullname4(), as the change seems to
40847              be fractionally slower. Re-investigation prompted by a comment from
40848              Tim Bunce, who seems to be more on the ball than I am.
40849      Branch: perl
40850            ! gv.c
40851 ____________________________________________________________________________
40852 [ 23622] By: steveh                                on 2004/12/07  10:50:26
40853         Log: Update AUTHORS (for changes #23200 and #23621)
40854      Branch: perl
40855            ! AUTHORS
40856 ____________________________________________________________________________
40857 [ 23621] By: steveh                                on 2004/12/07  10:35:59
40858         Log: Updates to README.win32 (aka perlwin32), with some changes.
40859
40860              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
40861              From: Max Maischein <corion@corion.net>
40862              Date: Sun, 05 Dec 2004 19:39:40 +0100
40863              Message-ID: <41B355EC.9010505@corion.net>
40864      Branch: perl
40865            ! README.win32
40866 ____________________________________________________________________________
40867 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
40868         Log: Upgrade to Term::ANSIColor 1.09
40869      Branch: perl
40870            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
40871            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
40872 ____________________________________________________________________________
40873 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
40874         Log: Small addition to perlsec by Stas Bekman.
40875      Branch: perl
40876            ! pod/perlsec.pod
40877 ____________________________________________________________________________
40878 [ 23618] By: steveh                                on 2004/12/06  15:54:30
40879         Log: Fix another Win32 breakage caused by change 23554
40880      Branch: perl
40881            ! t/win32/system.t
40882 ____________________________________________________________________________
40883 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
40884         Log: Break out setting $^X into its own static function S_set_caret_X
40885      Branch: perl
40886            ! perl.c
40887 ____________________________________________________________________________
40888 [ 23616] By: steveh                                on 2004/12/06  14:42:32
40889         Log: Fix typo from change 23554 which screwed up Windows smokes
40890      Branch: perl
40891            ! win32/Makefile
40892 ____________________________________________________________________________
40893 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
40894         Log: sanity check the arguments to runperl(), to try to avoid it
40895              hanging waiting on STDIN for a script.
40896      Branch: perl
40897            ! t/test.pl
40898 ____________________________________________________________________________
40899 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
40900         Log: Remove spurious semicolons
40901              (As these 2 are spare, I guess I should send them to Mark Rhodes
40902              (former office mate) as he often said that he kept mislaying his)
40903      Branch: perl
40904            ! gv.h
40905 ____________________________________________________________________________
40906 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
40907         Log: Tests for Config.pm much better now - toDONE
40908      Branch: perl
40909            ! pod/perltodo.pod
40910 ____________________________________________________________________________
40911 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
40912         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
40913              gv_fullname4 and gv_efullname4 directly, saving overhead.
40914      Branch: perl
40915            ! embed.fnc embed.h gv.h proto.h
40916 ____________________________________________________________________________
40917 [ 23611] By: merijn                                on 2004/12/06  12:00:10
40918         Log: New Itanium servers
40919      Branch: perl
40920            ! README.hpux
40921 ____________________________________________________________________________
40922 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
40923         Log: Check that @INC entries and %Config path entries are consistent.
40924      Branch: perl
40925            ! lib/Config.t
40926 ____________________________________________________________________________
40927 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
40928         Log: gv_fullname4() can get rid of the main:: for us.
40929              (well, actually, it never puts it in)
40930      Branch: perl
40931            ! op.c
40932 ____________________________________________________________________________
40933 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
40934         Log: $foo::_ was wrongly forced as $main::_.
40935              Since we still want "our $_" to be always forced to $main::_,
40936              deplace the forcing code at our-pad allocation time.
40937              (Making execution probably a tiny bit faster)
40938      Branch: perl
40939            ! gv.c op.c t/op/mydef.t
40940 ____________________________________________________________________________
40941 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
40942         Log: Remove double checking of acceptable switches on tr/// ops.
40943      Branch: perl
40944            ! toke.c
40945 ____________________________________________________________________________
40946 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
40947         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
40948              The latter gives larger code, is less clear and can't be any faster
40949      Branch: perl
40950            ! perl.c toke.c
40951 ____________________________________________________________________________
40952 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
40953         Log: Small code tidy up in gv_fullname4
40954      Branch: perl
40955            ! gv.c
40956 ____________________________________________________________________________
40957 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
40958         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
40959              They seem to produce slightly smaller object code too.
40960      Branch: perl
40961            ! gv.c
40962 ____________________________________________________________________________
40963 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
40964         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
40965      Branch: perl
40966            ! perl.c
40967 ____________________________________________________________________________
40968 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
40969         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
40970              S_pushinc into a new function S_pushinc_if_exists
40971              Avoid the SV copy when pushing onto @INC by creating a new scratch
40972              SV each time a push is done.
40973      Branch: perl
40974            ! perl.c
40975 ____________________________________________________________________________
40976 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
40977         Log: Subject: [PATCH] configure.com: no more CONFIG=true
40978              From: "Craig A. Berry" <craigberry@mac.com>
40979              Message-ID: <41AF87BA.1080108@mac.com>
40980              Date: Thu, 02 Dec 2004 15:23:06 -0600
40981      Branch: perl
40982            ! configure.com
40983 ____________________________________________________________________________
40984 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
40985         Log: 2 new BeOS files were missing
40986      Branch: perl
40987            ! MANIFEST
40988 ____________________________________________________________________________
40989 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
40990         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
40991              From: Jarkko Hietaniemi <jhi@iki.fi>
40992              Message-ID: <41ADFD95.4030007@iki.fi>
40993              Date: Wed, 01 Dec 2004 19:21:25 +0200
40994      Branch: perl
40995            ! Makefile.SH
40996 ____________________________________________________________________________
40997 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
40998         Log: &test in constant.t is vestigial, so amputate it.
40999      Branch: perl
41000            ! lib/constant.t
41001 ____________________________________________________________________________
41002 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
41003         Log: Tidy up the reference name stringification to save getting the
41004              hash name twice. Pleasant side effect is 44 byte smaller object
41005              file. (A small win is still a win)
41006      Branch: perl
41007            ! sv.c
41008 ____________________________________________________________________________
41009 [ 23584] By: merijn                                on 2004/12/01  13:44:24
41010         Log: Subject: [perl #32717] BeOS specific Updates
41011              Date: 30 Nov 2004 15:38:32 -0000
41012              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
41013              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
41014      Branch: perl
41015            + beos/beos_flock_server.cpp beos/beos_flock_server.h
41016            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
41017            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
41018            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
41019 ____________________________________________________________________________
41020 [ 23583] By: merijn                                on 2004/12/01  13:29:18
41021         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
41022              Date: Wed, 01 Dec 2004 07:24:45 -0600
41023              From: "Craig A. Berry" <craigberry@mac.com>
41024              Message-ID: <41ADC61D.8010407@mac.com>
41025      Branch: perl
41026            ! vms/descrip_mms.template
41027 ____________________________________________________________________________
41028 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
41029         Log: MANIFEST.SKIP is missing from the list of files that come
41030              with MakeMaker
41031      Branch: perl
41032            ! Porting/Maintainers.pl
41033 ____________________________________________________________________________
41034 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
41035         Log: Add placeholders for the new strlcat and strlcpy entries in
41036              config.sh, to ensure that the config.h generated for cross-
41037              compilation will still work.
41038      Branch: perl
41039            ! Cross/config.sh-arm-linux
41040 ____________________________________________________________________________
41041 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
41042         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
41043      Branch: perl
41044            ! MANIFEST
41045 ____________________________________________________________________________
41046 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
41047         Log: Add perl586delta.pod to all the necessary makefiles and tables of
41048              contents.
41049      Branch: perl
41050            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
41051            ! win32/pod.mak
41052 ____________________________________________________________________________
41053 [ 23571] By: merijn                                on 2004/11/30  15:11:01
41054         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
41055              Date: Tue, 30 Nov 2004 09:29:06 -0600
41056              From: Steve Peters <steve@fisharerojo.org>
41057              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
41058      Branch: perl
41059            ! hints/openbsd.sh
41060 ____________________________________________________________________________
41061 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
41062         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
41063      Branch: perl
41064           +> pod/perl586delta.pod
41065            ! MANIFEST
41066           !> pod/perlhist.pod
41067 ____________________________________________________________________________
41068 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
41069         Log: Protection against trailing spaces in embed.fnc
41070      Branch: perl
41071            ! autodoc.pl embed.pl
41072 ____________________________________________________________________________
41073 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
41074         Log: Remove trailing whitespace that found their way in the docs
41075              (spotted by Stas Bekman)
41076      Branch: perl
41077            ! embed.fnc pod/perlapi.pod proto.h
41078 ____________________________________________________________________________
41079 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
41080         Log: Upgrade to Test::Simple 0.53
41081      Branch: perl
41082            + lib/Test/Simple/t/circular_data.t
41083            + lib/Test/Simple/t/overload_threads.t
41084            + lib/Test/Simple/t/plan_bad.t
41085            + lib/Test/Simple/t/plan_shouldnt_import.t
41086            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
41087            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
41088            ! lib/Test/Simple.pm lib/Test/Simple/Changes
41089            ! lib/Test/Simple/README lib/Test/Simple/TODO
41090            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
41091            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
41092            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
41093            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
41094 ____________________________________________________________________________
41095 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
41096         Log: Skip generating all the code to deal with "" strings in config.sh
41097              if there aren't any. '' only code is much simpler.
41098      Branch: perl
41099            ! configpm
41100 ____________________________________________________________________________
41101 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
41102         Log: Given that there is a pre-built cache, no need for @v_fast
41103      Branch: perl
41104            ! configpm
41105 ____________________________________________________________________________
41106 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
41107         Log: The byteorder code doesn't need to be in Config.pm if byteorder
41108              isn't actually a frequently looked up value.
41109      Branch: perl
41110            ! configpm
41111 ____________________________________________________________________________
41112 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
41113         Log: Need to stub the public functions to keep some existing code
41114              working.
41115              No need to keep $Config_SH around in memory when we can easily
41116              re-create it.
41117      Branch: perl
41118            ! configpm
41119 ____________________________________________________________________________
41120 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
41121         Log: Generate the precached %Config entries based on some empirical
41122              data, rather than just guesswork.
41123      Branch: perl
41124            ! Makefile.SH configpm
41125 ____________________________________________________________________________
41126 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
41127         Log: Subject: [PATCH] Re: getting Config.pm on a diet
41128              From: "Craig A. Berry" <craigberry@mac.com>
41129              Message-ID: <41A8F225.7080902@mac.com>
41130              Date: Sat, 27 Nov 2004 15:31:17 -0600
41131      Branch: perl
41132            ! vms/descrip_mms.template
41133 ____________________________________________________________________________
41134 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
41135         Log: Hateful cAsE iNsEnSiTiVe file systems
41136      Branch: perl
41137            ! configpm
41138 ____________________________________________________________________________
41139 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
41140         Log: Put Config.pm on a diet. 3K rather than 32K
41141              configpm now generates 2 files, a small Config.pm containing the
41142              commonly used functions and values, which AUTOLOADs a
41143              Config_heavy.pl containing anything else needed.
41144              The "common" values in the small Config.pm may need some
41145              tweaking, based on real world data.
41146      Branch: perl
41147            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
41148            ! win32/makefile.mk
41149 ____________________________________________________________________________
41150 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
41151         Log: Clarify the return values of pos, particularly 0 and undef, as
41152              suggested by Stas Bekman
41153      Branch: perl
41154            ! pod/perlfunc.pod
41155 ____________________________________________________________________________
41156 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
41157         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
41158              PL_use_safe_putenv, based on text by Stas Bekman
41159      Branch: perl
41160            ! INSTALL
41161 ____________________________________________________________________________
41162 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
41163         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
41164              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41165              Date: 26 Nov 2004 17:14:33 -0000
41166              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
41167      Branch: perl
41168            ! lib/Term/Complete.pm
41169 ____________________________________________________________________________
41170 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
41171         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
41172
41173              Subject: [PATCH] h2ph vs __asm__
41174              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
41175              Date: Thu, 25 Nov 2004 17:24:43 +0100
41176              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
41177      Branch: perl
41178            ! utils/h2ph.PL
41179 ____________________________________________________________________________
41180 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
41181         Log: Doc nit for B::Lint
41182              Subject: [PATCH] B::Lint
41183              From: Andy Lester <andy@petdance.com>
41184              Date: Fri, 26 Nov 2004 00:30:48 -0600
41185              Message-ID: <20041126063048.GA10161@petdance.com>
41186      Branch: perl
41187            ! ext/B/B/Lint.pm
41188 ____________________________________________________________________________
41189 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
41190         Log: The change to the internal representation introduced a bug whereby
41191              the key returned by FIRSTKEY had an erroneous leading newline.
41192              EXISTS was also buggy.
41193      Branch: perl
41194            ! configpm lib/Config.t
41195 ____________________________________________________________________________
41196 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
41197         Log: Make configpm and the generated Config.pm strict and warnings
41198              clean.
41199      Branch: perl
41200            ! configpm
41201 ____________________________________________________________________________
41202 [ 23543] By: steveh                                on 2004/11/26  10:56:12
41203         Log: Fix Win32 breakage caused by changes 23535/23542.
41204      Branch: perl
41205            ! lib/Config.t
41206 ____________________________________________________________________________
41207 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
41208         Log: Generate the virtual entries at Config.pm build time, as they
41209              don't change. This lets us get rid of the entire "fetch_virtual"
41210              baggage, and makes the config_re lookup work for the virtual
41211              entries.
41212      Branch: perl
41213            ! configpm lib/Config.t
41214 ____________________________________________________________________________
41215 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
41216         Log: Cheat. (Add a leading newline, and so remove all the special
41217              casing for "if we're at the start of $Config_SH")
41218      Branch: perl
41219            ! configpm lib/Config.t
41220 ____________________________________________________________________________
41221 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
41222         Log: Add an exists test for the things we loop over
41223      Branch: perl
41224            ! lib/Config.t
41225 ____________________________________________________________________________
41226 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
41227         Log: The first entry in the virtual config.sh is special cased. So
41228              test it.
41229      Branch: perl
41230            ! lib/Config.t
41231 ____________________________________________________________________________
41232 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
41233         Log: Make $Config{libs_nolargefiles} and
41234              $Config{libswanted_nolargefiles} work. (For the first time)
41235      Branch: perl
41236            ! configpm lib/Config.t
41237 ____________________________________________________________________________
41238 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
41239         Log: Test the currently working virtual %Config entries
41240      Branch: perl
41241            ! lib/Config.t
41242 ____________________________________________________________________________
41243 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
41244         Log: Subject: RC1 pod fix #anchor
41245              From: Stas Bekman <stas@stason.org>
41246              Date: Wed, 24 Nov 2004 10:57:21 -0500
41247              Message-ID: <41A4AF61.9080408@stason.org>
41248      Branch: perl
41249            ! pod/perlrun.pod
41250 ____________________________________________________________________________
41251 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
41252         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
41253              From: Stas Bekman <stas@stason.org>
41254              Date: Wed, 24 Nov 2004 11:25:14 -0500
41255              Message-ID: <41A4B5EA.3020804@stason.org>
41256      Branch: perl
41257            ! pod/perlipc.pod
41258 ____________________________________________________________________________
41259 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
41260         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
41261              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41262              Date: 21 Nov 2004 04:38:09 -0000
41263              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
41264      Branch: perl
41265            ! pod/perlvar.pod
41266 ____________________________________________________________________________
41267 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
41268         Log: Wrap some long lines
41269      Branch: perl
41270            ! lib/Config.t
41271 ____________________________________________________________________________
41272 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
41273         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
41274              after eval or require
41275      Branch: perl
41276            ! t/comp/package.t toke.c
41277 ____________________________________________________________________________
41278 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
41279         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
41280              From: Michael G Schwern <schwern@pobox.com>
41281              Date: Fri, 19 Nov 2004 14:28:56 -0500
41282              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
41283      Branch: perl
41284            ! ext/POSIX/POSIX.pod
41285 ____________________________________________________________________________
41286 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
41287         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
41288              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41289              Date: 23 Nov 2004 00:04:24 -0000
41290              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
41291      Branch: perl
41292            ! ext/B/B/Deparse.pm
41293 ____________________________________________________________________________
41294 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
41295         Log: Subject: [PATCH] warnings.t portability tweaks
41296              From: "Craig A. Berry" <craigberry@mac.com>
41297              Date: Sat, 20 Nov 2004 10:29:47 -0600
41298              Message-ID: <419F70FB.7000100@mac.com>
41299      Branch: perl
41300            ! t/lib/warnings/9uninit t/lib/warnings/perlio
41301 ____________________________________________________________________________
41302 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
41303         Log: Assimilate Test-Simple 0.50
41304      Branch: perl
41305            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
41306            + lib/Test/Simple/t/00test_harness_check.t
41307            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
41308            + lib/Test/Simple/t/fail_one.t
41309            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
41310            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
41311            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
41312            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
41313            ! lib/Test/Simple.pm lib/Test/Simple/Changes
41314            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
41315            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
41316            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
41317            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
41318            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
41319            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
41320            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
41321            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
41322            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
41323            ! t/lib/TieOut.pm
41324 ____________________________________________________________________________
41325 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
41326         Log: genuine possible buffer problems spotted by flawfinder
41327      Branch: perl
41328            ! regcomp.c util.c
41329 ____________________________________________________________________________
41330 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
41331         Log: Make "err" a weak keyword;
41332              that is, it will be overriden by any sub named "err", except when
41333              really an operator is expected at this point. ([perl #32347])
41334      Branch: perl
41335            ! t/op/dor.t toke.c
41336 ____________________________________________________________________________
41337 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
41338         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
41339              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
41340              Date: 18 Nov 2004 18:09:54 -0000
41341              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
41342      Branch: perl
41343            ! ext/POSIX/POSIX.pod
41344 ____________________________________________________________________________
41345 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
41346         Log: Bump version number
41347      Branch: perl
41348            ! lib/ExtUtils/Constant.pm
41349 ____________________________________________________________________________
41350 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
41351         Log: Remaining nit in the deparsing of reversed foreach loops
41352      Branch: perl
41353            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
41354 ____________________________________________________________________________
41355 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
41356         Log: Fix deparsing of reversed foreach loops,
41357              plus a bug in the previous commit
41358      Branch: perl
41359            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
41360 ____________________________________________________________________________
41361 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
41362         Log: Fix deparsing of reversed sort and descending sorts,
41363              due to the recent optimisations on this part of the optree.
41364      Branch: perl
41365            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
41366 ____________________________________________________________________________
41367 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
41368         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
41369              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41370              Date: 12 Nov 2004 02:47:36 -0000
41371              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
41372      Branch: perl
41373            ! lib/File/Find.pm lib/File/Find/t/find.t
41374 ____________________________________________________________________________
41375 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
41376         Log: PerlFAQ sync.
41377      Branch: perl
41378            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
41379            ! pod/perlfaq7.pod
41380 ____________________________________________________________________________
41381 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
41382         Log: Fix a couple of typos.
41383      Branch: perl
41384            ! hv.c utf8.c
41385 ____________________________________________________________________________
41386 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
41387         Log: Subject: SuSE's perl safe_putenf diff
41388              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
41389              Date: Thu, 11 Nov 2004 15:54:43 +0100
41390              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
41391
41392              slightly reworked to make the PL_use_safe_putenv variable fit in
41393              the current framework. This patch turns on the use of safe putenv
41394              for any application that embeds a perl interpreter.
41395      Branch: perl
41396            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
41397            ! util.c
41398 ____________________________________________________________________________
41399 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
41400         Log: Subject: [PATCH] perl5db.pl POD cleanup
41401              From: Autrijus Tang <autrijus@autrijus.org>
41402              Date: Fri, 12 Nov 2004 12:41:33 +0800
41403              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
41404      Branch: perl
41405            ! lib/perl5db.pl
41406 ____________________________________________________________________________
41407 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
41408         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
41409              From: Andy Dougherty <doughera@lafayette.edu>
41410              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
41411              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
41412      Branch: perl
41413            ! t/op/time.t
41414 ____________________________________________________________________________
41415 [ 23501] By: steveh                                on 2004/11/16  10:55:20
41416         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
41417
41418              (autodoc.pl was already done by change 23371.)
41419      Branch: perl
41420            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
41421            ! warnings.pl
41422 ____________________________________________________________________________
41423 [ 23500] By: merijn                                on 2004/11/16  10:49:35
41424         Log: Subject: [PATCH] s/hierachy/hierarchy/
41425              Date: Mon, 15 Nov 2004 15:59:14 -0700
41426              From: "Larry Shatzer Jr." <larrysh@cpan.org>
41427              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
41428      Branch: perl
41429            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
41430 ____________________________________________________________________________
41431 [ 23499] By: steveh                                on 2004/11/16  09:42:50
41432         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
41433
41434              Also limit the scope of the locks in a couple of places, as suggested
41435              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
41436      Branch: perl
41437            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
41438 ____________________________________________________________________________
41439 [ 23498] By: merijn                                on 2004/11/14  07:02:20
41440         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
41441              From: Abe Timmerman <abe@ztreet.demon.nl>
41442              Date: Sun, 14 Nov 2004 00:48:17 +0100
41443              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
41444      Branch: perl
41445            ! vms/descrip_mms.template vms/test.com
41446 ____________________________________________________________________________
41447 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
41448         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
41449              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
41450              Date: 10 Nov 2004 18:30:38 -0000
41451              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
41452      Branch: perl
41453            ! lib/constant.pm lib/constant.t
41454 ____________________________________________________________________________
41455 [ 23496] By: merijn                                on 2004/11/12  20:47:19
41456         Log: Subject: [perl #32419] Spelling fixes for perl@23492
41457              Date: 12 Nov 2004 16:14:49 -0000
41458              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
41459              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
41460      Branch: perl
41461            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
41462            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
41463            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
41464            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
41465            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
41466            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
41467 ____________________________________________________________________________
41468 [ 23495] By: merijn                                on 2004/11/12  20:26:17
41469         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
41470              Date: Fri, 12 Nov 2004 11:15:47 -0600
41471              From: steve@fisharerojo.org
41472              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
41473      Branch: perl
41474            ! lib/ExtUtils/Constant.pm
41475 ____________________________________________________________________________
41476 [ 23494] By: davem                                 on 2004/11/12  18:59:06
41477         Log: Add some descriptive text from Larry to op.c on how optrees are built
41478      Branch: perl
41479            ! op.c
41480 ____________________________________________________________________________
41481 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
41482         Log: Replace a skip by a todo.
41483              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
41484              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41485              Date: Wed, 10 Nov 2004 01:30:14 -0800
41486              Message-ID: <20041110093014.GA1676@efn.org>
41487      Branch: perl
41488            ! t/io/tell.t
41489 ____________________________________________________________________________
41490 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
41491         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
41492              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41493              Date: Tue, 9 Nov 2004 17:40:13 -0800
41494              Message-ID: <20041110014012.GA2796@efn.org>
41495      Branch: perl
41496            ! t/io/tell.t
41497 ____________________________________________________________________________
41498 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
41499         Log: Adjust test count for non-windows machines
41500      Branch: perl
41501            ! ext/IO/t/io_file.t
41502 ____________________________________________________________________________
41503 [ 23489] By: merijn                                on 2004/11/09  17:53:53
41504         Log: Subject: [PATCH] fix IO::File to support binmode
41505              From: "Jos I. Boumans" <kane@dwim.org>
41506              Date: Tue, 9 Nov 2004 16:59:27 +0100
41507              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
41508      Branch: perl
41509            + ext/IO/t/io_file.t
41510            ! MANIFEST ext/IO/lib/IO/File.pm
41511 ____________________________________________________________________________
41512 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
41513         Log: No more late changes, dammit
41514      Branch: perl
41515            ! ext/B/t/optree_concise.t
41516 ____________________________________________________________________________
41517 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
41518         Log: Subject: Re: optree tests and VMS progress (no really)
41519              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41520              Date: Sun, 7 Nov 2004 23:24:15 -0800
41521              Message-ID: <20041108072415.GA3928@efn.org>
41522      Branch: perl
41523            ! ext/B/t/OptreeCheck.pm
41524 ____________________________________________________________________________
41525 [ 23482] By: davem                                 on 2004/11/06  11:59:16
41526         Log: document regcomp.c/regexec.c's dual life under ext/re/
41527      Branch: perl
41528            ! regcomp.c regexec.c
41529 ____________________________________________________________________________
41530 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
41531         Log: Subject: Re: optree tests and VMS progress (no really)
41532              From: Jim Cromie <jim.cromie@gmail.com>
41533              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
41534              Date: Sat, 6 Nov 2004 00:57:13 -0700
41535      Branch: perl
41536            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
41537            ! ext/B/t/optree_concise.t
41538 ____________________________________________________________________________
41539 [ 23475] By: merijn                                on 2004/11/05  14:16:27
41540         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
41541              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
41542              From: Andy Dougherty <doughera@lafayette.edu>
41543              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
41544      Branch: perl
41545            ! INSTALL
41546 ____________________________________________________________________________
41547 [ 23474] By: merijn                                on 2004/11/05  13:07:16
41548         Log: Skip failing thread/wait tests on HP-UX 10.20
41549              These will never ever be fixed, since 10.20 is obsolete
41550              perl583delta describes this. The quote is included in wait.t
41551      Branch: perl
41552            ! ext/threads/shared/t/wait.t
41553 ____________________________________________________________________________
41554 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
41555         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
41556              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
41557              Date: 4 Nov 2004 20:12:36 -0000
41558              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
41559      Branch: perl
41560            ! lib/Benchmark.pm lib/Benchmark.t
41561 ____________________________________________________________________________
41562 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
41563         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
41564              From: Rick Delaney <rick@bort.ca>
41565              Date: Sun, 31 Oct 2004 22:40:40 -0500
41566              Message-ID: <20041101034040.GC1232@biff.bort.ca>
41567      Branch: perl
41568            + t/op/regexp_qr.t
41569            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
41570 ____________________________________________________________________________
41571 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
41572         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
41573              From: Rick Delaney <rick@bort.ca>
41574              Date: Wed, 3 Nov 2004 19:46:16 -0500
41575              Message-ID: <20041104004616.GA11214@biff.bort.ca>
41576      Branch: perl
41577            ! lib/overload.pm lib/overload.t
41578 ____________________________________________________________________________
41579 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
41580         Log: Mostly revert change #23347 (keep the test suite, fixed),
41581              having decided that it wasn't a correct fix for bug #31793.
41582      Branch: perl
41583            ! lib/overload.pm lib/overload.t
41584 ____________________________________________________________________________
41585 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
41586         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
41587              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41588              Date: Tue, 2 Nov 2004 17:24:29 -0800
41589              Message-ID: <20041103012429.GA7196@efn.org>
41590      Branch: perl
41591            ! util.h
41592 ____________________________________________________________________________
41593 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
41594         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
41595              From: "Craig A. Berry" <craigberry@mac.com>
41596              Date: Tue, 02 Nov 2004 20:02:04 -0600
41597              Message-ID: <41883C1C.3080108@mac.com>
41598      Branch: perl
41599            ! configure.com
41600 ____________________________________________________________________________
41601 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
41602         Log: FAQ sync
41603      Branch: perl
41604            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
41605            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
41606            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
41607            ! pod/perlfaq9.pod
41608 ____________________________________________________________________________
41609 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
41610         Log: Reformulate an error
41611              (so the error message given by "perl -M" is a bit more
41612              meaningful, as Jarkko pointed out)
41613      Branch: perl
41614            ! perl.c pod/perldiag.pod
41615 ____________________________________________________________________________
41616 [ 23457] By: merijn                                on 2004/11/01  13:26:43
41617         Log: New Glossary and samples for blead
41618              Glossary now is in line with recent changes to config_h.SH
41619      Branch: perl
41620            ! Porting/Glossary Porting/config.sh Porting/config_H
41621 ____________________________________________________________________________
41622 [ 23455] By: merijn                                on 2004/11/01  12:51:52
41623         Log: Since strlcat/strlcpy are not argument/return value compatible
41624              with strncat/strncpy, replace the misleading defines with comment
41625      Branch: perl
41626            ! handy.h
41627 ____________________________________________________________________________
41628 [ 23450] By: merijn                                on 2004/10/31  16:33:17
41629         Log: The next step in strlcat ()/ strcpy () detection and usage
41630              preparation. Change to handy.h eeded for config_h.SH
41631      Branch: perl
41632            ! config_h.SH handy.h
41633 ____________________________________________________________________________
41634 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
41635         Log: Make TEST and harness skip tests for extensions that were not
41636              configured. Currently this skipping is silent - maybe they should
41637              report what they are skipping.
41638      Branch: perl
41639            ! t/TEST t/harness
41640 ____________________________________________________________________________
41641 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
41642         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
41643              From: Jim Cromie <jim.cromie@gmail.com>
41644              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
41645              Date: Mon, 25 Oct 2004 16:36:40 -0600
41646      Branch: perl
41647            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
41648 ____________________________________________________________________________
41649 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
41650         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
41651      Branch: perl
41652            ! perl.c sv.c
41653 ____________________________________________________________________________
41654 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
41655         Log: Skip tests if Devel::Peek not built
41656      Branch: perl
41657            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
41658            ! ext/threads/t/join.t lib/base/t/fields-base.t
41659 ____________________________________________________________________________
41660 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
41661         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
41662      Branch: perl
41663            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
41664            ! lib/File/Spec/VMS.pm
41665 ____________________________________________________________________________
41666 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
41667         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
41668      Branch: perl
41669            + lib/I18N/LangTags/t/20_locales.t
41670 ____________________________________________________________________________
41671 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
41672         Log: Correct change 23437 - as Config isn't imported, need to use a fully
41673              qualified package
41674      Branch: perl
41675            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
41676            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
41677            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
41678            ! ext/B/t/optree_varinit.t
41679 ____________________________________________________________________________
41680 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
41681         Log: Assimilate I18N::LangTags 0.35
41682      Branch: perl
41683            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
41684            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
41685 ____________________________________________________________________________
41686 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
41687         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
41688              Date: Sun, 31 Oct 2004 04:01:42 -0500
41689              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
41690              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
41691      Branch: perl
41692            ! hints/irix_6.sh
41693 ____________________________________________________________________________
41694 [ 23438] By: davem                                 on 2004/10/30  23:25:37
41695         Log: Using foreach on threads::shared array crashes perl
41696              The FETCH code for shared aggregate elements could leak a shared RV
41697              address into a private SV. RVs are now handled specially, in the
41698              same way that they already were for scalar shared magic.
41699      Branch: perl
41700            ! ext/threads/shared/shared.xs
41701 ____________________________________________________________________________
41702 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
41703         Log: Skip tests that require Data::Dumper if it is not built
41704      Branch: perl
41705            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
41706            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
41707            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
41708            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
41709            ! lib/ExtUtils/t/prereq_print.t
41710 ____________________________________________________________________________
41711 [ 23436] By: merijn                                on 2004/10/30  16:11:15
41712         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
41713      Branch: perl
41714            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
41715            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41716            ! win32/config_H.vc64 wince/config_H.ce
41717 ____________________________________________________________________________
41718 [ 23435] By: merijn                                on 2004/10/30  15:54:48
41719         Log: Added probes for strlcat () and strlcpy () to Configure
41720              Re-ordered config_h.SH
41721      Branch: perl
41722            ! Configure Makefile.SH config_h.SH
41723 ____________________________________________________________________________
41724 [ 23433] By: davem                                 on 2004/10/29  21:04:17
41725         Log: Threading crash with closures
41726              various OpREFCNT_inc() operations weren't doing locking
41727      Branch: perl
41728            ! pad.c regcomp.c sv.c
41729 ____________________________________________________________________________
41730 [ 23432] By: steveh                                on 2004/10/29  14:12:02
41731         Log: Document sv_magic() changes brought about by sv_magicext()
41732
41733              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
41734              but didn't update the documentation for sv_magic() to reflect
41735              the changed handling of the name/namlen arguments.
41736
41737              Also correct a couple of typos, and mention sv_magicext() in
41738              perlguts.
41739      Branch: perl
41740            ! pod/perlapi.pod pod/perlguts.pod sv.c
41741 ____________________________________________________________________________
41742 [ 23431] By: merijn                                on 2004/10/29  13:56:03
41743         Log: Subject: [PATCH] 36 additional tests for B
41744              From: Steve Peters <steve@fisharerojo.org>
41745              Date: Fri, 29 Oct 2004 00:53:22 -0500
41746              Message-Id: <200410290053.22947.steve@fisharerojo.org>
41747      Branch: perl
41748            ! ext/B/t/b.t
41749 ____________________________________________________________________________
41750 [ 23426] By: davem                                 on 2004/10/27  22:50:57
41751         Log: include flags and refcount in the list of leaked scalars
41752      Branch: perl
41753            ! perl.c
41754 ____________________________________________________________________________
41755 [ 23425] By: ams                                   on 2004/10/27  11:27:27
41756         Log: Subject: [PATCH] lib/Carp.t improvements
41757              From: "Craig A. Berry" <craigberry@mac.com>
41758              Date: Tue, 26 Oct 2004 23:32:25 -0500
41759              Message-Id: <417F24D9.1000904@mac.com>
41760      Branch: perl
41761            ! lib/Carp.t
41762 ____________________________________________________________________________
41763 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
41764         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
41765      Branch: perl
41766            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
41767 ____________________________________________________________________________
41768 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
41769         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
41770      Branch: perl
41771            ! pod/perl.pod pod/perlfaq2.pod
41772 ____________________________________________________________________________
41773 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
41774         Log: Subject: [perl #30227] [PATCH]splain vs. -w
41775              From: "Steve Peters via RT" <perlbug-followup@perl.org>
41776              Date: 23 Oct 2004 13:55:41 -0000
41777              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
41778      Branch: perl
41779            ! lib/diagnostics.pm
41780 ____________________________________________________________________________
41781 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
41782         Log: Upgrade to Encode 2.08.
41783      Branch: perl
41784            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
41785            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
41786            ! ext/Encode/Unicode/Unicode.xs
41787            ! ext/Encode/lib/Encode/Encoding.pm
41788 ____________________________________________________________________________
41789 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
41790         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
41791              From: Steve Peters <steve@fisharerojo.org>
41792              Date: Sat, 23 Oct 2004 08:01:51 -0500
41793              Message-Id: <200410230801.51649.steve@fisharerojo.org>
41794      Branch: perl
41795            ! pod/perlop.pod
41796 ____________________________________________________________________________
41797 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
41798         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
41799              From: Tels <perl_dummy@bloodgate.com>
41800              Date: Sat, 23 Oct 2004 16:56:31 +0200
41801              Message-Id: <200410231656.40995@bloodgate.com>
41802      Branch: perl
41803            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
41804 ____________________________________________________________________________
41805 [ 23418] By: davem                                 on 2004/10/23  21:50:19
41806         Log: Chained goto &sub drops data too early.
41807
41808              Change 22373 to stop a memory leak in goto &foo intead caused
41809              the elements of @_ to be freed too early. This revised fix
41810              just transfers the reifiedness of the old @_ to the new @_
41811      Branch: perl
41812            ! pp_ctl.c t/op/goto.t
41813 ____________________________________________________________________________
41814 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
41815         Log: Upgrade to Encode 2.07
41816      Branch: perl
41817            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41818            ! ext/Encode/Encode.xs ext/Encode/META.yml
41819            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
41820            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
41821            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
41822            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
41823            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
41824            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
41825            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
41826            ! ext/Encode/ucm/macThai.ucm
41827 ____________________________________________________________________________
41828 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
41829         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
41830              Message-ID: <20041022033033.GA12362@londo.c47.org>
41831              From: Brendan O'Dea <bod@debian.org>
41832              Date: Fri, 22 Oct 2004 13:30:33 +1000
41833      Branch: perl
41834            ! ext/IO/IO.xs
41835 ____________________________________________________________________________
41836 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
41837         Log: Subject: docpatch for perltie.pod
41838              From: David Cantrell <david@cantrell.org.uk>
41839              Date: Thu, 21 Oct 2004 12:21:52 +0100
41840              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
41841      Branch: perl
41842            ! pod/perltie.pod
41843 ____________________________________________________________________________
41844 [ 23396] By: ams                                   on 2004/10/21  01:36:49
41845         Log: Subject: [PATCH] Math::BigInt v1.73 final
41846              From: Tels <perl_dummy@bloodgate.com>
41847              Date: Wed, 20 Oct 2004 21:06:40 +0200
41848              Message-Id: <200410202106.41840@bloodgate.com>
41849
41850              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
41851              From: Tels <tels@bloodgate.com>
41852              Date: Wed, 20 Oct 2004 22:03:55 +0200
41853              Message-Id: <200410202203.56063@bloodgate.com>
41854      Branch: perl
41855            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
41856            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
41857            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
41858            ! lib/Math/BigRat/t/bigratup.t
41859 ____________________________________________________________________________
41860 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
41861         Log: Need to skip optree walking tests if perlio not built
41862      Branch: perl
41863            ! ext/B/t/f_map.t ext/B/t/f_sort.t
41864 ____________________________________________________________________________
41865 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
41866         Log: Remove opmini.c when cleaning up.
41867      Branch: perl
41868            ! Makefile.SH
41869 ____________________________________________________________________________
41870 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
41871         Log: Ensure that PVA.pl returns a true value.
41872      Branch: perl
41873            ! lib/unicore/mktables
41874 ____________________________________________________________________________
41875 [ 23392] By: ams                                   on 2004/10/20  06:19:03
41876         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
41877              Rephrase "Perl Home Page" References
41878              From: chromatic <chromatic@wgz.org>
41879              Date: Tue, 19 Oct 2004 22:52:19 -0700
41880              Message-Id: <1098251539.20976.53.camel@localhost>
41881      Branch: perl
41882            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
41883 ____________________________________________________________________________
41884 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
41885         Log: Upgrade to Encode 2.05
41886      Branch: perl
41887            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
41888            ! ext/Encode/encoding.pm
41889 ____________________________________________________________________________
41890 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
41891         Log: More Data::Dumper docs nits, fix the previous one,
41892              suggested by Yves Orton.
41893      Branch: perl
41894            ! ext/Data/Dumper/Dumper.pm
41895 ____________________________________________________________________________
41896 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
41897         Log: Subject: [PATCH] perlfaq2.pod (add a book)
41898              From: <richard.foley@ubs.com>
41899              Date: Tue, 19 Oct 2004 07:29:31 +0200
41900              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
41901      Branch: perl
41902            ! pod/perlfaq2.pod
41903 ____________________________________________________________________________
41904 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
41905         Log: Re-apply the encoding.pm part of:
41906
41907              Subject: [PATCH] encoding and open pragmas
41908              From: Jarkko Hietaniemi <jhi@iki.fi>
41909              Date: Mon, 16 Aug 2004 22:27:00 +0300
41910              Message-ID: <41210A84.6060506@iki.fi>
41911      Branch: perl
41912            ! ext/Encode/encoding.pm
41913 ____________________________________________________________________________
41914 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
41915         Log: Upgrade to Encode 2.04.
41916      Branch: perl
41917            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
41918            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
41919            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
41920            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
41921            ! ext/Encode/lib/Encode/Supported.pod
41922            ! ext/Encode/ucm/big5-hkscs.ucm
41923 ____________________________________________________________________________
41924 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
41925         Log: Fix a typo.
41926      Branch: perl
41927            ! utils/c2ph.PL
41928 ____________________________________________________________________________
41929 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
41930         Log: Add a missing warning categorisation in perldiag.
41931      Branch: perl
41932            ! pod/perldiag.pod
41933 ____________________________________________________________________________
41934 [ 23377] By: ams                                   on 2004/10/16  23:52:18
41935         Log: Subject: [PATCH] test_harness tweak for VMS
41936              From: "Craig A. Berry" <craigberry@mac.com>
41937              Date: Sat, 16 Oct 2004 12:15:02 -0500
41938              Message-Id: <41715716.5000108@mac.com>
41939      Branch: perl
41940            ! vms/descrip_mms.template vms/test.com
41941 ____________________________________________________________________________
41942 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
41943         Log: Merge code from vdie and vcroak into S_vdie_croak_common
41944      Branch: perl
41945            ! util.c
41946 ____________________________________________________________________________
41947 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
41948         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
41949              S_vdie_common
41950      Branch: perl
41951            ! util.c
41952 ____________________________________________________________________________
41953 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
41954         Log: The second half of Perl_vwarner is actually a straight cut&paste job
41955              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
41956              cut&paste is bad, m'kay.
41957      Branch: perl
41958            ! util.c
41959 ____________________________________________________________________________
41960 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
41961         Log: Implement sv_svset _nosteal variants by passing a flag into
41962              sv_set_flags rather than messing with the SvTEMP() flag on either
41963              side of the call.
41964      Branch: perl
41965            ! sv.c sv.h
41966 ____________________________________________________________________________
41967 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
41968         Log: Implement a new -dt command-line flag, to enable threads under the
41969              debugger (bug #31666).
41970
41971              Subject: RE: [PATCH] debugger handles threads [perl #31666]
41972              From: <richard.foley@ubs.com>
41973              Date: Wed, 13 Oct 2004 13:01:18 +0200
41974              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
41975
41976              Subject: Re: [PATCH] debugger handles threads [perl #31666]
41977              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
41978              Date: Wed, 13 Oct 2004 02:49:58 -0700
41979              Message-ID: <20041013094957.GA17184@efn.org>
41980      Branch: perl
41981            ! lib/perl5db.pl perl.c pod/perlrun.pod
41982 ____________________________________________________________________________
41983 [ 23371] By: steveh                                on 2004/10/15  12:54:29
41984         Log: Make autodoc.pl write its output with UNIX style EOL's.
41985
41986              This saves the Win32 committer(s?) having to dos2unix the files
41987              before committing.  Maybe Perforce's "LineEnd: share" suffices
41988              anyway, but there's no harm in playing safe.
41989      Branch: perl
41990            ! autodoc.pl
41991 ____________________________________________________________________________
41992 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
41993         Log: Include opmini.c in the dependency generation.
41994      Branch: perl
41995            ! Makefile.SH
41996 ____________________________________________________________________________
41997 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
41998         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
41999      Branch: perl
42000            ! ext/Data/Dumper/Dumper.pm
42001 ____________________________________________________________________________
42002 [ 23368] By: steveh                                on 2004/10/15  10:12:31
42003         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
42004
42005              These are already in the API supported by Devel::PPPort, and are
42006              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
42007              already documented.
42008      Branch: perl
42009            ! embed.fnc pod/perlapi.pod sv.c
42010 ____________________________________________________________________________
42011 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
42012         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
42013              From: "Craig A. Berry" <craigberry@mac.com>
42014              Date: Thu, 14 Oct 2004 10:09:41 -0500
42015              Message-ID: <416E96B5.5020100@mac.com>
42016      Branch: perl
42017            ! ext/Devel/PPPort/parts/inc/ppphtest
42018            ! ext/Devel/PPPort/t/ppphtest.t
42019 ____________________________________________________________________________
42020 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
42021         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
42022              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
42023              Date: Mon, 11 Oct 2004 09:54:15 +0200
42024              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
42025      Branch: perl
42026            ! ext/IO/lib/IO/Poll.pm
42027 ____________________________________________________________________________
42028 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
42029         Log: Fix [perl #31971] local $^D gives noise
42030      Branch: perl
42031            ! embed.fnc embed.h mg.c perl.c proto.h
42032 ____________________________________________________________________________
42033 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
42034         Log: A few fixes in the list of -D debugging flags
42035      Branch: perl
42036            ! perl.c pod/perlrun.pod
42037 ____________________________________________________________________________
42038 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
42039         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
42040              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
42041              Date: Wed, 13 Oct 2004 09:45:31 +0400
42042              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
42043      Branch: perl
42044            ! win32/buildext.pl win32/makefile.mk
42045 ____________________________________________________________________________
42046 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
42047         Log: Minor tweaks for the test.utf16 target, by Jarkko
42048      Branch: perl
42049            ! t/TEST
42050 ____________________________________________________________________________
42051 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
42052         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
42053              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
42054              Date: 5 Oct 2004 09:52:07 -0000
42055              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
42056              (with tweaks)
42057      Branch: perl
42058            ! lib/warnings.pm warnings.pl
42059 ____________________________________________________________________________
42060 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
42061         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
42062              From: Vadim Konovalov <konovalo@mail.wplus.net>
42063              Date: Mon, 11 Oct 2004 22:57:00 +0400
42064              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
42065      Branch: perl
42066            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
42067            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
42068 ____________________________________________________________________________
42069 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
42070         Log: Subject: Patch: BigInt v1.73 (pre-release)
42071              From: Tels <perl_dummy@bloodgate.com>
42072              Date: Sun, 10 Oct 2004 22:36:03 +0200
42073              Message-Id: <200410102236.03637@bloodgate.com>
42074      Branch: perl
42075            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42076            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42077            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
42078            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
42079            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
42080            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
42081            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
42082 ____________________________________________________________________________
42083 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
42084         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
42085              From: Abe Timmerman <abe@ztreet.demon.nl>
42086              Date: Sat, 9 Oct 2004 18:13:38 +0200
42087              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
42088      Branch: perl
42089            ! t/harness vms/descrip_mms.template vms/test.com
42090 ____________________________________________________________________________
42091 [ 23357] By: davem                                 on 2004/10/10  19:18:00
42092         Log: Turn regcomp into a list op
42093      Branch: perl
42094            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
42095            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
42096 ____________________________________________________________________________
42097 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
42098         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
42099      Branch: perl
42100            ! ext/B/t/OptreeCheck.pm
42101 ____________________________________________________________________________
42102 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
42103         Log: Restore runtime loading of Encode and Encode-related modules, so that
42104              open.pm will work when the Encode extension isn't build.
42105      Branch: perl
42106            ! lib/open.pm
42107 ____________________________________________________________________________
42108 [ 23354] By: merijn                                on 2004/10/09  12:27:39
42109         Log: Make AIX 5 + gcc work in 64bitall
42110      Branch: perl
42111            ! hints/aix.sh
42112 ____________________________________________________________________________
42113 [ 23353] By: merijn                                on 2004/10/08  09:52:59
42114         Log: A new machine type, some reformatting, some reorganization
42115              and a bit of additional info on Sleepycat's db.
42116      Branch: perl
42117            ! README.hpux
42118 ____________________________________________________________________________
42119 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
42120         Log: Briefly document the test.utf16 make target.
42121      Branch: perl
42122            ! pod/perlhack.pod
42123 ____________________________________________________________________________
42124 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
42125         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
42126              (patch by Jarkko Hietaniemi)
42127      Branch: perl
42128            ! Makefile.SH t/TEST toke.c utf8.c
42129 ____________________________________________________________________________
42130 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
42131         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
42132              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
42133              Date: 23 Sep 2004 21:45:42 -0000
42134              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
42135              (with doc nits)
42136      Branch: perl
42137            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
42138 ____________________________________________________________________________
42139 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
42140         Log: Increment $overload::VERSION after change #23347
42141      Branch: perl
42142            ! ext/B/B/Concise.pm lib/overload.pm
42143 ____________________________________________________________________________
42144 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
42145         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
42146              From: Vadim Konovalov <vadim@vkonovalov.ru>
42147              Date: Sun, 3 Oct 2004 22:10:06 +0400
42148              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
42149      Branch: perl
42150            ! ext/DynaLoader/DynaLoader_pm.PL
42151 ____________________________________________________________________________
42152 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
42153         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
42154              From: Rick Delaney <rick@bort.ca>
42155              Date: Sat, 2 Oct 2004 01:04:49 -0400
42156              Message-ID: <20041002050448.GB5059@biff.bort.ca>
42157      Branch: perl
42158            ! lib/overload.pm lib/overload.t
42159 ____________________________________________________________________________
42160 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
42161         Log: Subject: [PATCH] vms/t/filespec.t tweak
42162              From: "Craig A. Berry" <craigberry@mac.com>
42163              Date: Fri, 01 Oct 2004 13:18:03 -0500
42164              Message-ID: <415D9F5B.5040306@mac.com>
42165      Branch: perl
42166            ! vms/ext/filespec.t
42167 ____________________________________________________________________________
42168 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
42169         Log: More caveats on the non-portability of stat(), suggested by
42170              Stas Bekman.
42171      Branch: perl
42172            ! pod/perlfunc.pod
42173 ____________________________________________________________________________
42174 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
42175         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
42176              any check on whether it's valid.
42177      Branch: perl
42178            ! sv.c
42179 ____________________________________________________________________________
42180 [ 23343] By: merijn                                on 2004/10/02  11:08:32
42181         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
42182              From: "Craig A. Berry" <craigberry@mac.com>
42183              Date: Fri, 01 Oct 2004 12:57:55 -0500
42184              Message-ID: <415D9AA3.1000908@mac.com>
42185      Branch: perl
42186            ! t/uni/class.t
42187 ____________________________________________________________________________
42188 [ 23342] By: davem                                 on 2004/09/30  20:51:31
42189         Log: open $1, "file" doesn't raise an exception
42190      Branch: perl
42191            ! pp.c t/io/open.t
42192 ____________________________________________________________________________
42193 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
42194         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
42195              From: "Jay Hannah" <jhannah@omnihotels.com>
42196              Date: Wed, 15 Sep 2004 14:51:42 -0500
42197              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
42198      Branch: perl
42199            ! ext/Sys/Syslog/Syslog.pm
42200 ____________________________________________________________________________
42201 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
42202         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
42203              PV of the scalar it reads from, avoid to read it when it's an
42204              undefined PV.
42205      Branch: perl
42206            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
42207 ____________________________________________________________________________
42208 [ 23339] By: davem                                 on 2004/09/28  18:05:52
42209         Log: the improved -DT output of #23325 could print an uninit stack value
42210      Branch: perl
42211            ! toke.c
42212 ____________________________________________________________________________
42213 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
42214         Log: Spelling correction spotted by Greg McCarroll
42215      Branch: perl
42216            ! README.epoc
42217 ____________________________________________________________________________
42218 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
42219         Log: Subject: Patch for perl.c fixing an obscure environment bug
42220              From: Merijn Broeren <merijnb@iloquent.com>
42221              Date: Thu, 23 Sep 2004 17:18:17 +0200
42222              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
42223      Branch: perl
42224            ! perl.c
42225 ____________________________________________________________________________
42226 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
42227         Log: Perl -DT segfaults when parsing a 'use' statement
42228      Branch: perl
42229            ! toke.c
42230 ____________________________________________________________________________
42231 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
42232         Log: Typo fix.
42233              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
42234              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
42235              Date: Wed, 22 Sep 2004 11:20:53 +0200
42236              Message-ID: <20040922112053.686562b6@valis.local>
42237      Branch: perl
42238            ! lib/open.pm
42239 ____________________________________________________________________________
42240 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
42241         Log: Remove a couple of C<> to avoid confusing double quotes in text
42242              rendering. [perl #31678]
42243      Branch: perl
42244            ! pod/perlop.pod
42245 ____________________________________________________________________________
42246 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
42247         Log: Document that $ENV{PATH} may not contain relative directories under -T
42248      Branch: perl
42249            ! pod/perldiag.pod pod/perlsec.pod
42250 ____________________________________________________________________________
42251 [ 23331] By: davem                                 on 2004/09/20  22:11:29
42252         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
42253              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
42254              Date:  Fri, 17 Sep 2004 14:01:11 +0200
42255              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
42256
42257              Clarify the effect of utime when the file isn't owned by the user
42258      Branch: perl
42259            ! pod/perlfunc.pod
42260 ____________________________________________________________________________
42261 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
42262         Log: Upgrade to MIME::Base64 3.05.
42263      Branch: perl
42264            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
42265            ! ext/MIME/Base64/t/warn.t
42266 ____________________________________________________________________________
42267 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
42268         Log: Upgrade to Time::HiRes 1.65.
42269      Branch: perl
42270            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42271            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42272            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
42273 ____________________________________________________________________________
42274 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
42275         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
42276              From: "Steve Peters via RT" <perlbug-followup@perl.org>
42277              Date: 26 Aug 2004 19:06:52 -0000
42278              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
42279      Branch: perl
42280            ! lib/Pod/Usage.pm
42281 ____________________________________________________________________________
42282 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
42283         Log: Subject: [PATCH] encoding and open pragmas
42284              From: Jarkko Hietaniemi <jhi@iki.fi>
42285              Date: Mon, 16 Aug 2004 22:27:00 +0300
42286              Message-ID: <41210A84.6060506@iki.fi>
42287
42288              Subject: Re: [PATCH] encoding and open pragmas
42289              From: Jarkko Hietaniemi <jhi@iki.fi>
42290              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
42291              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
42292      Branch: perl
42293            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
42294 ____________________________________________________________________________
42295 [ 23325] By: davem                                 on 2004/09/19  21:47:18
42296         Log: improve lexer debugging output (-DT)
42297              Decode yylex() return values, and show lexer state each time
42298              yylex() is called
42299      Branch: perl
42300            ! embed.fnc embed.h proto.h toke.c
42301 ____________________________________________________________________________
42302 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
42303         Log: The XSUB.h patch from:
42304
42305              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
42306              From: John Peacock <jpeacock@rowman.com>
42307              Date: Wed, 18 Aug 2004 08:26:35 -0400
42308              Message-ID: <41234AFB.1020009@rowman.com>
42309
42310              Now it will use version object logic for version comparison
42311              when loading XS modules.
42312      Branch: perl
42313            ! XSUB.h
42314 ____________________________________________________________________________
42315 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
42316         Log: Upgrade to Time::HiRes 1.63.
42317              Note that it includes a ppport.h file. See if the one
42318              previously built in Devel::PPPort can be used instead.
42319      Branch: perl
42320            + ext/Time/HiRes/ppport.h
42321            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42322            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42323            ! ext/Time/HiRes/t/HiRes.t
42324 ____________________________________________________________________________
42325 [ 23321] By: davem                                 on 2004/09/14  21:57:10
42326         Log: Subject:  Re: [perl #31459] Bug in read()
42327              From:  Chris Heath <chris@heathens.co.nz>
42328              Date:  06 Sep 2004 00:03:12 -0400
42329              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
42330
42331              a read(F) into a UTF8-encoded buffer with an offset off the
42332              end of the buffer, miss-calculated buffer lengths
42333      Branch: perl
42334            ! pp_sys.c
42335 ____________________________________________________________________________
42336 [ 23320] By: davem                                 on 2004/09/12  22:09:51
42337         Log: Memory leak in nested shared data structures in 5.8.4
42338              A pop of an item from a shared array ref causes a leak due to
42339              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
42340              Make sv_upgrade() set always this flag.
42341      Branch: perl
42342            ! sv.c
42343 ____________________________________________________________________________
42344 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
42345         Log: Integrate:
42346              [ 23318]
42347              Update the skips for the no perlio case
42348      Branch: perl
42349           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
42350           !> ext/B/t/showlex.t
42351 ____________________________________________________________________________
42352 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
42353         Log: A single version of B that supports 5.8 and 5.10
42354      Branch: perl
42355            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
42356            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
42357 ____________________________________________________________________________
42358 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
42359         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
42360              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
42361              Date: Mon, 6 Sep 2004 11:09:51 +0400
42362              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
42363      Branch: perl
42364            ! lib/bigint.pm
42365 ____________________________________________________________________________
42366 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
42367         Log: Upgrade to Devel::PPPort 3.03.
42368      Branch: perl
42369            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42370            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
42371            ! ext/Devel/PPPort/PPPort_pm.PL
42372            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
42373 ____________________________________________________________________________
42374 [ 23281] By: davem                                 on 2004/09/08  19:42:15
42375         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
42376              From:  Andy Dougherty <doughera@lafayette.edu>
42377              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
42378              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
42379              Clarify whether it's safe to replace the perl bundled with Solaris
42380      Branch: perl
42381            ! README.solaris
42382 ____________________________________________________________________________
42383 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
42384         Log: Upgrade to Devel::PPPort 3.02.
42385      Branch: perl
42386            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42387            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
42388            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
42389            ! ext/Devel/PPPort/parts/base/5004050
42390            ! ext/Devel/PPPort/parts/base/5005000
42391            ! ext/Devel/PPPort/parts/base/5006000
42392            ! ext/Devel/PPPort/parts/base/5008001
42393            ! ext/Devel/PPPort/parts/base/5009002
42394            ! ext/Devel/PPPort/parts/inc/MY_CXT
42395            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
42396            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
42397            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
42398            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
42399            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
42400            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
42401            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
42402            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
42403 ____________________________________________________________________________
42404 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
42405         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
42406              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
42407      Branch: perl
42408            ! perl.h
42409 ____________________________________________________________________________
42410 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
42411         Log: backport B to work on 5.8.x, so that a single version of the source
42412              can be maintained, and ultimately dual-lifed on CPAN
42413              (the version conditional changes are actually surprisingly small)
42414      Branch: perl
42415            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
42416            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
42417            ! ext/B/t/stash.t
42418 ____________________________________________________________________________
42419 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
42420         Log: Subject: SvO?OK_off()'s return value
42421              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
42422              Date: Sun, 1 Aug 2004 12:46:48 +0200
42423              Message-Id: <20040801124648.7f9b3cee@r2d2>
42424
42425              Move (void) casts into SvOOK_off macro.
42426      Branch: perl
42427            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
42428 ____________________________________________________________________________
42429 [ 23276] By: merijn                                on 2004/09/07  12:57:58
42430         Log: Subject: [PATCH] perlintro.pod
42431              From: Paul Johnson <paul@pjcj.net>
42432              Date: Tue, 7 Sep 2004 15:13:51 +0200
42433              Message-ID: <20040907131351.GD2513@pjcj.net>
42434      Branch: perl
42435            ! pod/perlintro.pod
42436 ____________________________________________________________________________
42437 [ 23275] By: steveh                                on 2004/09/06  10:16:12
42438         Log: Implement new environment variable to allow the use of non-IFS
42439              compatible LSP's on Windows to allow Perl to work in conjunction
42440              with a firewall such as McAfee Guardian.
42441
42442              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
42443              further assistance by Artiom Morozov <artiom@phreaker.net>.
42444      Branch: perl
42445            ! pod/perlrun.pod win32/win32sck.c
42446 ____________________________________________________________________________
42447 [ 23274] By: merijn                                on 2004/09/06  08:49:24
42448         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
42449              From: "Craig A. Berry" <craigberry@mac.com>
42450              Date: Sat, 04 Sep 2004 11:58:56 -0500
42451              Message-ID: <4139F450.7040708@mac.com>
42452      Branch: perl
42453            ! configure.com
42454 ____________________________________________________________________________
42455 [ 23271] By: davem                                 on 2004/09/05  21:36:57
42456         Log: only mortalize deleted array elements for AvREAL
42457              (update to change #23158)
42458      Branch: perl
42459            ! av.c
42460 ____________________________________________________________________________
42461 [ 23267] By: davem                                 on 2004/09/05  20:16:55
42462         Log: I somehow managed to omit the base.pm change from #23266
42463      Branch: perl
42464            ! lib/base.pm
42465 ____________________________________________________________________________
42466 [ 23266] By: davem                                 on 2004/09/05  20:04:35
42467         Log: Fields package bug
42468              An intermediate class with no fields messes up private fields
42469              in the base class.
42470      Branch: perl
42471            ! lib/base.pm lib/base/t/fields-base.t
42472 ____________________________________________________________________________
42473 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
42474         Log: Upgrade to Encode 2.02
42475      Branch: perl
42476            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
42477            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
42478            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
42479            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
42480            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
42481            ! ext/Encode/ucm/big5-hkscs.ucm
42482 ____________________________________________________________________________
42483 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
42484         Log: Upgrade to version 0.42.
42485              From:
42486              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
42487              From: John Peacock <jpeacock@rowman.com>
42488              Date: Wed, 18 Aug 2004 08:26:35 -0400
42489              Message-ID: <41234AFB.1020009@rowman.com>
42490      Branch: perl
42491            ! lib/version.pm lib/version.t util.c
42492 ____________________________________________________________________________
42493 [ 23256] By: davem                                 on 2004/09/01  23:41:25
42494         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
42495              From:  Rick Delaney <rick@bort.ca>
42496              Date:  Fri, 13 Aug 2004 19:54:12 -0400
42497              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
42498
42499              restore the compile-time field checking for
42500              my Dog $spot; $spot->{'walkies'};
42501              that was lost when pseudo-hashes were removed
42502      Branch: perl
42503            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
42504            ! pod/perldiag.pod
42505 ____________________________________________________________________________
42506 [ 23255] By: davem                                 on 2004/09/01  23:37:07
42507         Log: whoops, fix 'formline undef' test broken by change #23251
42508      Branch: perl
42509            ! t/lib/warnings/9uninit
42510 ____________________________________________________________________________
42511 [ 23253] By: davem                                 on 2004/09/01  22:45:07
42512         Log: Subject:  PATCH: Taintedness and ternary conditional
42513              From:  Andy Lester <andy@petdance.com>
42514              Date:  Thu, 26 Aug 2004 23:44:47 -0500
42515              Message-Id:  <20040827044447.GA5268@petdance.com>
42516
42517              add tests and documentation to the effect that ($tainted ? $a : $b)
42518              doesn't necessarily return a tainted value. Also tidy the markup in
42519              perldoc.pod
42520      Branch: perl
42521            ! pod/perlsec.pod t/op/taint.t
42522 ____________________________________________________________________________
42523 [ 23252] By: davem                                 on 2004/09/01  22:20:05
42524         Log: delete spurious blank lines added by change 23251
42525      Branch: perl
42526            ! pp_ctl.c
42527 ____________________________________________________________________________
42528 [ 23251] By: davem                                 on 2004/09/01  22:17:47
42529         Log: Random made scripts crashing perl
42530              fix 'formline undef' coredump
42531      Branch: perl
42532            ! pp_ctl.c t/lib/warnings/9uninit
42533 ____________________________________________________________________________
42534 [ 23250] By: davem                                 on 2004/09/01  20:46:13
42535         Log: From: david nicol <whatever@davidnicol.com>
42536              Subject: [perl #31228] no no-op
42537              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
42538              Date: 27 Aug 2004 21:13:42 -0500
42539
42540              Document that 0 and 1 can (sort of) be used as no-ops.
42541      Branch: perl
42542            ! pod/perlop.pod
42543 ____________________________________________________________________________
42544 [ 23249] By: davem                                 on 2004/09/01  18:54:25
42545         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
42546              From:  Jim Cromie <jcromie@divsol.com>
42547              Date:  Tue, 31 Aug 2004 23:19:54 -0600
42548              Message-Id:  <41355BFA.8010900@divsol.com>
42549
42550              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
42551              displayed by B::Concise.
42552      Branch: perl
42553            ! ext/B/B/Concise.pm
42554 ____________________________________________________________________________
42555 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
42556         Log: Upgrade to Cwd 2.21.
42557      Branch: perl
42558            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
42559 ____________________________________________________________________________
42560 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
42561         Log: Update to File::Spec 0.90
42562      Branch: perl
42563            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
42564 ____________________________________________________________________________
42565 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
42566         Log: Skip Time::HiRes tests if configured without that module.
42567      Branch: perl
42568            ! ext/Time/HiRes/t/HiRes.t
42569 ____________________________________________________________________________
42570 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
42571         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
42572      Branch: perl
42573            ! lib/Dumpvalue.t
42574 ____________________________________________________________________________
42575 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
42576         Log: Skip a Data::Dumper test if configured without B module.
42577      Branch: perl
42578            ! ext/Data/Dumper/t/dumper.t
42579 ____________________________________________________________________________
42580 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
42581         Log: Fix typo in B::Assembler.
42582      Branch: perl
42583            ! ext/B/B/Assembler.pm
42584 ____________________________________________________________________________
42585 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
42586         Log: Skip ext/B/t/assembler.t when configured without B.
42587      Branch: perl
42588            ! ext/B/t/assembler.t
42589 ____________________________________________________________________________
42590 [ 23241] By: merijn                                on 2004/08/28  08:05:19
42591         Log: Subject: [PATCH] File::Spec::VMS update
42592              From: "Craig A. Berry" <craigberry@mac.com>
42593              Date: Fri, 27 Aug 2004 18:51:09 -0500
42594              Message-ID: <412FC8ED.1020300@mac.com>
42595      Branch: perl
42596            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
42597 ____________________________________________________________________________
42598 [ 23240] By: merijn                                on 2004/08/28  07:41:47
42599         Log: Pumpkinship updates
42600      Branch: perl
42601            ! pod/perlhack.pod
42602 ____________________________________________________________________________
42603 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
42604         Log: Fix nasty line break in Storable test file.
42605      Branch: perl
42606            ! ext/Storable/t/just_plain_nasty.t
42607 ____________________________________________________________________________
42608 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
42609         Log: Upgrade to MIME::Base64 3.03
42610      Branch: perl
42611            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
42612            ! ext/MIME/Base64/QuotedPrint.pm
42613 ____________________________________________________________________________
42614 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
42615         Log: Upgrade to MIME::Base64 3.02.
42616      Branch: perl
42617            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
42618            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
42619            ! ext/MIME/Base64/t/quoted-print.t
42620 ____________________________________________________________________________
42621 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
42622         Log: Grammatical nit by Hugo.
42623      Branch: perl
42624            ! pod/perlnewmod.pod
42625 ____________________________________________________________________________
42626 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
42627         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
42628              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
42629              Date: 23 Aug 2004 10:37:31 -0000
42630              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
42631      Branch: perl
42632            ! t/comp/use.t
42633 ____________________________________________________________________________
42634 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
42635         Log: Upgrade to Devel::PPPort 3.01.
42636      Branch: perl
42637            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42638            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
42639            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
42640            ! ext/Devel/PPPort/parts/inc/version
42641            ! ext/Devel/PPPort/t/ppphtest.t
42642 ____________________________________________________________________________
42643 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
42644         Log: Fix some backwards-compatibility problems with Storable.
42645      Branch: perl
42646            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
42647 ____________________________________________________________________________
42648 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
42649         Log: Upgrade to Time::HiRes 1.61
42650      Branch: perl
42651            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42652            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
42653            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
42654 ____________________________________________________________________________
42655 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
42656         Log: Fix Storable's MANIFEST.
42657      Branch: perl
42658            ! ext/Storable/MANIFEST
42659 ____________________________________________________________________________
42660 [ 23230] By: davem                                 on 2004/08/20  21:20:48
42661         Log: a regex in STDOUT destructor coredumped because regex pad already
42662              freed
42663      Branch: perl
42664            ! perl.c t/op/ref.t
42665 ____________________________________________________________________________
42666 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
42667         Log: Upgrade to Devel::PPPort 3.00_03.
42668      Branch: perl
42669            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42670            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
42671            ! ext/Devel/PPPort/parts/inc/ppphtest
42672            ! ext/Devel/PPPort/t/ppphtest.t
42673 ____________________________________________________________________________
42674 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
42675         Log: Tweak 'h2xs -h' output.
42676      Branch: perl
42677            ! utils/h2xs.PL
42678 ____________________________________________________________________________
42679 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
42680         Log: Delete superfluous "with".
42681      Branch: perl
42682            ! README.win32
42683 ____________________________________________________________________________
42684 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
42685         Log: Upgrade to Devel::PPPort 3.00_02.
42686      Branch: perl
42687            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
42688            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
42689            ! ext/Devel/PPPort/PPPort_pm.PL
42690 ____________________________________________________________________________
42691 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
42692         Log: Mark a test that relies on tainting behavior as TODO on Windows.
42693      Branch: perl
42694            ! t/comp/opsubs.t
42695 ____________________________________________________________________________
42696 [ 23224] By: steveh                                on 2004/08/18  13:44:13
42697         Log: Add notes for building with MS VC++ Toolkit 2003
42698      Branch: perl
42699            ! README.win32
42700 ____________________________________________________________________________
42701 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
42702         Log: Upgrade to Devel::PPPort 3.00_01.
42703      Branch: perl
42704            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
42705            + ext/Devel/PPPort/t/sv_xpvf.t
42706            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
42707            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
42708            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
42709            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
42710            ! ext/Devel/PPPort/parts/inc/misc
42711            ! ext/Devel/PPPort/parts/inc/ppphbin
42712            ! ext/Devel/PPPort/parts/inc/ppphtest
42713            ! ext/Devel/PPPort/parts/inc/uv
42714            ! ext/Devel/PPPort/parts/ppptools.pl
42715            ! ext/Devel/PPPort/parts/todo/5004000
42716            ! ext/Devel/PPPort/parts/todo/5004050
42717            ! ext/Devel/PPPort/parts/todo/5006000
42718            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
42719 ____________________________________________________________________________
42720 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
42721         Log: Upgrade to Devel::PPPort 3.00.
42722      Branch: perl
42723            + (add 103 files)
42724            - ext/Devel/PPPort/t/test.t
42725            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
42726            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
42727            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
42728            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
42729            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
42730            ! ext/Devel/PPPort/soak
42731 ____________________________________________________________________________
42732 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
42733         Log: Subject: [PATCH] Document Carp's global variables + provide tests
42734              From: "Jos I. Boumans" <kane@dwim.org>
42735              Date: Mon, 16 Aug 2004 15:53:40 +0200
42736              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
42737              (tests a bit reworked)
42738      Branch: perl
42739            ! lib/Carp.pm lib/Carp.t
42740 ____________________________________________________________________________
42741 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
42742         Log: Subject: Updates to modules-related pod
42743              From: Kirrily Skud Robert <skud@infotrope.net>
42744              Date: Mon, 16 Aug 2004 16:00:14 -0400
42745              Message-ID: <20040816200014.GC27764@infotrope.net>
42746      Branch: perl
42747            ! pod/perlnewmod.pod
42748 ____________________________________________________________________________
42749 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
42750         Log: Subject: [PATCH] running mktables on VMS
42751              From: "Craig A. Berry" <craigberry@mac.com>
42752              Date: Tue, 10 Aug 2004 22:28:04 -0500
42753              Message-ID: <41199244.9020706@mac.com>
42754      Branch: perl
42755            ! vms/descrip_mms.template
42756 ____________________________________________________________________________
42757 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
42758         Log: Subject: [PATCH] make cygwin ld2 executable
42759              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
42760              Date: Sun, 15 Aug 2004 17:14:59 -0700
42761              Message-ID: <20040816001252.GA2148@efn.org>
42762      Branch: perl
42763            ! cygwin/Makefile.SHs
42764 ____________________________________________________________________________
42765 [ 23217] By: davem                                 on 2004/08/14  22:32:16
42766         Log: make pp_goto() cope potential stack reallocation in EXTEND
42767              The code for goto &foo had local pointers to the stack that
42768              pointed to the wrong place after a realloc.
42769      Branch: perl
42770            ! pp_ctl.c t/op/goto.t
42771 ____________________________________________________________________________
42772 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
42773         Log: Subject: [PATCH] pre Math::BigInt v1.72
42774              From: Tels <perl_dummy@bloodgate.com>
42775              Date: Fri, 13 Aug 2004 14:02:50 +0200
42776              Message-Id: <200408131402.52270@bloodgate.com>
42777      Branch: perl
42778            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
42779            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
42780            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
42781            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
42782 ____________________________________________________________________________
42783 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
42784         Log: Subject: Test for functions with operator names
42785              From: Andy Lester <andy@petdance.com>
42786              Date: Thu, 12 Aug 2004 11:31:03 -0500
42787              Message-ID: <20040812163103.GA26687@petdance.com>
42788      Branch: perl
42789            + t/comp/opsubs.t
42790            ! MANIFEST
42791 ____________________________________________________________________________
42792 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
42793         Log: Subject: api doc fix for SvSetMagicSV_nosteal
42794              From: Stas Bekman <stas@stason.org>
42795              Date: Thu, 12 Aug 2004 18:10:36 -0700
42796              Message-ID: <411C150C.5020602@stason.org>
42797      Branch: perl
42798            ! pod/perlapi.pod sv.h
42799 ____________________________________________________________________________
42800 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
42801         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
42802              From: Jim Cromie <jcromie@divsol.com>
42803              Date: Tue, 10 Aug 2004 07:29:08 -0600
42804              Message-ID: <4118CDA4.3060700@divsol.com>
42805      Branch: perl
42806            ! t/op/goto.t
42807 ____________________________________________________________________________
42808 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
42809         Log: Subject: 2 patches: goto.t, B.pm/xs
42810              From: Jim Cromie <jcromie@divsol.com>
42811              Date: Sun, 08 Aug 2004 18:42:47 -0600
42812              Message-ID: <4116C887.9080400@divsol.com>
42813      Branch: perl
42814            ! ext/B/B.pm ext/B/B.xs
42815 ____________________________________________________________________________
42816 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
42817         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42818              From: Alan Burlison <Alan.Burlison@sun.com>
42819              Date: Mon, 09 Aug 2004 19:00:12 +0100
42820              Message-ID: <4117BBAC.7080603@sun.com>
42821      Branch: perl
42822            ! ext/POSIX/POSIX.xs
42823 ____________________________________________________________________________
42824 [ 23210] By: davem                                 on 2004/08/09  19:58:35
42825         Log: Fix a typo and remove some debugging crud from change #23209
42826      Branch: perl
42827            ! ext/XS/APItest/t/call.t
42828 ____________________________________________________________________________
42829 [ 23209] By: davem                                 on 2004/08/09  19:48:57
42830         Log: eval_sv() failing a taint test could corrupt the stack
42831      Branch: perl
42832            ! ext/XS/APItest/t/call.t perl.c
42833 ____________________________________________________________________________
42834 [ 23208] By: davem                                 on 2004/08/09  18:28:33
42835         Log: made eq_array in t/test.pl handle undef values better
42836      Branch: perl
42837            ! t/test.pl
42838 ____________________________________________________________________________
42839 [ 23207] By: davem                                 on 2004/08/09  17:21:27
42840         Log: fix minor nit in file description, to keep Jarkko happy
42841      Branch: perl
42842            ! utf8.c
42843 ____________________________________________________________________________
42844 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
42845         Log: Subject: Patch for t/op/sleep.t
42846              From: Andy Lester <andy@petdance.com>
42847              Date: Mon, 9 Aug 2004 00:11:51 -0500
42848              Message-ID: <20040809051151.GA13872@petdance.com>
42849      Branch: perl
42850            ! t/op/sleep.t
42851 ____________________________________________________________________________
42852 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
42853         Log: Add a note in perltodo about a potential extension of readpipe()
42854      Branch: perl
42855            ! pod/perltodo.pod
42856 ____________________________________________________________________________
42857 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
42858         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42859              From: Alan Burlison <Alan.Burlison@sun.com>
42860              Date: Mon, 09 Aug 2004 10:30:25 +0100
42861              Message-ID: <41174431.6050803@sun.com>
42862      Branch: perl
42863            ! ext/POSIX/POSIX.xs
42864 ____________________________________________________________________________
42865 [ 23203] By: davem                                 on 2004/08/07  15:10:40
42866         Log: Add tests for XS call_*() API
42867      Branch: perl
42868            + ext/XS/APItest/t/call.t
42869            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
42870            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
42871 ____________________________________________________________________________
42872 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
42873         Log: Subject: [PATCH] DB_File 1.810
42874              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
42875              Date: Sat, 7 Aug 2004 15:22:09 +0100
42876              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
42877      Branch: perl
42878            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42879            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
42880 ____________________________________________________________________________
42881 [ 23200] By: steveh                                on 2004/08/06  12:55:31
42882         Log: Fix [perl #24269] socket() call uses non-IFS providers
42883              causing subsequent print/read to hang or misbehave
42884
42885              Patch supplied by Artiom Morozov <artiom@phreaker.net>
42886              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
42887      Branch: perl
42888            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
42889            ! win32/win32.h win32/win32sck.c
42890 ____________________________________________________________________________
42891 [ 23199] By: steveh                                on 2004/08/06  11:57:59
42892         Log: Another small clean-up following changes #23190 and #23198
42893      Branch: perl
42894            ! gv.c
42895 ____________________________________________________________________________
42896 [ 23198] By: davem                                 on 2004/08/06  10:06:46
42897         Log: remove leaks associated with version object change #23190
42898      Branch: perl
42899            ! gv.c util.c
42900 ____________________________________________________________________________
42901 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
42902         Log: Subject: [PATCH sv.c]  signedness nit in #23190
42903              From: "Craig A. Berry" <craigberry@mac.com>
42904              Date: Thu, 05 Aug 2004 13:10:55 -0500
42905              Message-ID: <4112782F.7040302@mac.com>
42906      Branch: perl
42907            ! sv.c
42908 ____________________________________________________________________________
42909 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
42910         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
42911      Branch: perl
42912            ! pod/perlapi.pod sv.h
42913 ____________________________________________________________________________
42914 [ 23195] By: nick                                  on 2004/08/04  18:16:47
42915         Log: Comment describing purpose.
42916      Branch: perl
42917            ! globals.c
42918 ____________________________________________________________________________
42919 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
42920         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
42921              From: Alan Burlison <Alan.Burlison@sun.com>
42922              Date: Mon, 19 Jul 2004 12:07:02 +0100
42923              Message-ID: <40FBAB56.1030208@sun.com>
42924
42925              (last chunk only)
42926      Branch: perl
42927            ! ext/POSIX/POSIX.xs
42928 ____________________________________________________________________________
42929 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
42930         Log: Remove compilation warnings about uninitialized variables.
42931      Branch: perl
42932            ! sv.c
42933 ____________________________________________________________________________
42934 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
42935         Log: Remove the "Newline in left-justified string" warning.
42936      Branch: perl
42937            ! pod/perldiag.pod sv.c t/lib/warnings/sv
42938 ____________________________________________________________________________
42939 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
42940         Log: Subject: [PATCH] extension to diagnostics.pm
42941              From: Fergal Daly <fergal@esatclear.ie>
42942              Date: Wed, 4 Aug 2004 00:33:09 +0100
42943              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
42944      Branch: perl
42945            ! lib/diagnostics.pm
42946 ____________________________________________________________________________
42947 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
42948         Log: Subject: [PATCH] Final version object core patch?
42949              From: John Peacock <jpeacock@rowman.com>
42950              Date: Tue, 03 Aug 2004 22:23:57 -0400
42951              Message-ID: <411048BD.3080700@rowman.com>
42952      Branch: perl
42953            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
42954 ____________________________________________________________________________
42955 [ 23189] By: merijn                                on 2004/08/03  23:51:13
42956         Log: gcc on AIX 4 doesn't like -G on the commandline too
42957      Branch: perl
42958            ! hints/aix_4.sh
42959 ____________________________________________________________________________
42960 [ 23188] By: merijn                                on 2004/08/03  23:48:13
42961         Log: gcc on AIX doesn't like -G on the commandline
42962      Branch: perl
42963            ! hints/aix.sh
42964 ____________________________________________________________________________
42965 [ 23187] By: davem                                 on 2004/08/03  19:20:18
42966         Log: more typo fixes for change 3176 (comments at top of .c files)
42967      Branch: perl
42968            ! mg.c miniperlmain.c perl.c run.c scope.c
42969 ____________________________________________________________________________
42970 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
42971         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
42972              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
42973              Date: 2 Aug 2004 07:00:33 -0000
42974              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
42975      Branch: perl
42976            ! lib/ExtUtils/Embed.pm
42977 ____________________________________________________________________________
42978 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
42979         Log: Subject: [PATCH] additional -V:foo tests
42980              From: Jim Cromie <jcromie@divsol.com>
42981              Date: Mon, 02 Aug 2004 09:15:23 -0600
42982              Message-ID: <410E5A8B.9030307@divsol.com>
42983      Branch: perl
42984            ! configpm lib/Config.t pod/perlrun.pod
42985 ____________________________________________________________________________
42986 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
42987         Log: Enhance the caveat in the description of tell()
42988
42989              Subject: Re: [perl #30788] Error in documentation
42990              From: Nick Ing-Simmons <nick@ing-simmons.net>
42991              Date: Wed, 28 Jul 2004 15:12:54 +0100
42992              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
42993      Branch: perl
42994            ! pod/perlfunc.pod
42995 ____________________________________________________________________________
42996 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
42997         Log: Remove empty rpath from .so files
42998      Branch: perl
42999            ! lib/ExtUtils/MM_Unix.pm
43000 ____________________________________________________________________________
43001 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
43002         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
43003              From: Fergal Daly <fergal@esatclear.ie>
43004              Date: Fri, 30 Jul 2004 16:09:19 +0100
43005              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
43006      Branch: perl
43007            ! lib/overload.pm
43008 ____________________________________________________________________________
43009 [ 23181] By: steveh                                on 2004/08/02  08:05:05
43010         Log: Fix breakage caused by Change 23179
43011      Branch: perl
43012            ! t/run/fresh_perl.t
43013 ____________________________________________________________________________
43014 [ 23180] By: davem                                 on 2004/08/01  16:49:20
43015         Log: Add comment to top of reentr.c and fix typos in other files
43016      Branch: perl
43017            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
43018            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
43019 ____________________________________________________________________________
43020 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
43021         Log: Skip test when building without Encode.
43022      Branch: perl
43023            ! t/run/fresh_perl.t
43024 ____________________________________________________________________________
43025 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
43026         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
43027              and merge identical cases.
43028      Branch: perl
43029            ! scope.c
43030 ____________________________________________________________________________
43031 [ 23177] By: davem                                 on 2004/07/31  16:27:09
43032         Log: shut up a warning in mg.c
43033      Branch: perl
43034            ! mg.c
43035 ____________________________________________________________________________
43036 [ 23176] By: davem                                 on 2004/07/31  16:21:50
43037         Log: Add comment to the top of most .c files explaining their purpose
43038      Branch: perl
43039            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
43040            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
43041            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
43042            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
43043            ! universal.c utf8.c util.c
43044 ____________________________________________________________________________
43045 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
43046         Log: Fix copy & paste bugs in mX?PUSH macro tests.
43047      Branch: perl
43048            ! ext/XS/APItest/APItest.xs
43049 ____________________________________________________________________________
43050 [ 23174] By: merijn                                on 2004/07/31  08:32:31
43051         Log: First steps towards an explicit perl.exp-less AIX build
43052              Previous method can still be used by undeffing usenativedlopen
43053              If that is ever tested at all on AIX
43054      Branch: perl
43055            ! hints/aix.sh hints/aix_4.sh
43056 ____________________________________________________________________________
43057 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
43058         Log: Fix and update Perl_grok_* docs.
43059      Branch: perl
43060            ! numeric.c pod/perlapi.pod
43061 ____________________________________________________________________________
43062 [ 23172] By: steveh                                on 2004/07/30  14:31:08
43063         Log: A few minor updates to README.win32 (aka perlwin32)
43064      Branch: perl
43065            ! README.win32
43066 ____________________________________________________________________________
43067 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
43068         Log: Upgrade to Math::BigInt v1.71.
43069      Branch: perl
43070            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43071            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
43072            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
43073            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
43074 ____________________________________________________________________________
43075 [ 23170] By: steveh                                on 2004/07/30  13:27:41
43076         Log: Bug report #30132 was resolved before it was finished!
43077              Here's the last piece in the puzzle.
43078      Branch: perl
43079            ! ext/IO/lib/IO/File.pm
43080 ____________________________________________________________________________
43081 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
43082         Log: Upgrade to File::Spec 0.88.
43083      Branch: perl
43084            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
43085 ____________________________________________________________________________
43086 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
43087         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
43088              From: Autrijus Tang <autrijus@gmail.com>
43089              Date: Thu, 22 Jul 2004 20:17:58 -0700
43090              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
43091      Branch: perl
43092            ! lib/Test/Builder.pm
43093 ____________________________________________________________________________
43094 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
43095         Log: Subject: Re: more 5.9 sort tests (second draft)
43096              From: david nicol <whatever@davidnicol.com>
43097              Date: 21 Jul 2004 17:10:05 -0500
43098              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
43099      Branch: perl
43100            ! t/op/sort.t
43101 ____________________________________________________________________________
43102 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
43103         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
43104              From: Andy Dougherty <doughera@lafayette.edu>
43105              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
43106              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
43107      Branch: perl
43108            ! README.solaris
43109 ____________________________________________________________________________
43110 [ 23164] By: davem                                 on 2004/07/26  22:08:32
43111         Log: Subject:  [perl #7558] [PATCH] README.solaris
43112              From:  Andy Dougherty <doughera@lafayette.edu>
43113              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
43114              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
43115
43116              Add more info on /dev/random under solaris
43117      Branch: perl
43118            ! README.solaris
43119 ____________________________________________________________________________
43120 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
43121         Log: The byte-order modifiers won't go into 5.8.
43122      Branch: perl
43123            ! pod/perlfunc.pod pod/perlport.pod
43124 ____________________________________________________________________________
43125 [ 23162] By: steveh                                on 2004/07/26  10:41:56
43126         Log: Windows-related updates to Porting/repository.pod
43127      Branch: perl
43128            ! Porting/repository.pod
43129 ____________________________________________________________________________
43130 [ 23161] By: davem                                 on 2004/07/25  19:05:28
43131         Log: make -Dl log runops loop entry and exit, and jump level popping
43132      Branch: perl
43133            ! dump.c scope.h
43134 ____________________________________________________________________________
43135 [ 23160] By: davem                                 on 2004/07/24  10:00:27
43136         Log: document that -i messes soft as well hard hard links.
43137      Branch: perl
43138            ! pod/perlrun.pod
43139 ____________________________________________________________________________
43140 [ 23159] By: davem                                 on 2004/07/23  21:15:32
43141         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
43142      Branch: perl
43143            ! pod/perlrun.pod
43144 ____________________________________________________________________________
43145 [ 23158] By: davem                                 on 2004/07/23  11:06:02
43146         Log: memory leak in array delete
43147              av_delete() wasn't mortalizing the returned value
43148      Branch: perl
43149            ! av.c t/op/delete.t
43150 ____________________________________________________________________________
43151 [ 23157] By: davem                                 on 2004/07/23  10:35:16
43152         Log: remove binary compat from #23156 (remove PL_retstack)
43153      Branch: perl
43154            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
43155            ! thrdvar.h
43156 ____________________________________________________________________________
43157 [ 23156] By: davem                                 on 2004/07/23  09:52:59
43158         Log: remove the return stack PL_retstack, and store return ops in the CX
43159              structure directly instead
43160      Branch: perl
43161            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
43162            ! pp_sys.c scope.c sv.c thrdvar.h
43163 ____________________________________________________________________________
43164 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
43165         Log: Build the perldelta copying command for the main Unix makefile with
43166              buildtoc, so that it doesn't get forgotten on version increments.
43167      Branch: perl
43168            ! Makefile.SH pod/buildtoc
43169 ____________________________________________________________________________
43170 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
43171         Log: Grab perl585delta.pod from maint and
43172
43173              Integrate:
43174              [ 23069]
43175              This is RC2. Maybe this one will last longer.
43176
43177              [ 23141]
43178              Break a leg
43179
43180              [perlhist.pod]
43181      Branch: perl
43182           +> pod/perl585delta.pod
43183            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
43184            ! vms/descrip_mms.template win32/pod.mak
43185           !> pod/perlhist.pod
43186 ____________________________________________________________________________
43187 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
43188         Log: Upgrade to Cwd 2.20
43189      Branch: perl
43190            + ext/Cwd/t/win32.t
43191            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
43192            ! lib/Cwd.pm
43193 ____________________________________________________________________________
43194 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
43195         Log: Sort perldiag.
43196      Branch: perl
43197            ! pod/perldiag.pod
43198 ____________________________________________________________________________
43199 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
43200         Log: Subject: Re: "Too late for -T" could be more descriptive
43201              From: Jim Cromie <jcromie@divsol.com>
43202              Date: Wed, 21 Jul 2004 11:21:50 -0600
43203              Message-ID: <40FEA62E.2010809@divsol.com>
43204              (with tweaks)
43205      Branch: perl
43206            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
43207            ! pod/perlrun.pod
43208 ____________________________________________________________________________
43209 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
43210         Log: Email change for Steffen Mueller.
43211      Branch: perl
43212            ! AUTHORS
43213 ____________________________________________________________________________
43214 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
43215         Log: Grammar fix by Paul Johnson.
43216      Branch: perl
43217            ! pod/perldiag.pod
43218 ____________________________________________________________________________
43219 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
43220         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
43221      Branch: perl
43222            ! configpm lib/Config.t
43223 ____________________________________________________________________________
43224 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
43225         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
43226              From: "Jos I. Boumans" <kane@dwim.org>
43227              Date: Wed, 21 Jul 2004 13:47:35 +0200
43228              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
43229              (with tweaks)
43230      Branch: perl
43231            ! pod/perldiag.pod
43232 ____________________________________________________________________________
43233 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
43234         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
43235              From: Rick Delaney <rick@bort.ca>
43236              Date: Tue, 20 Jul 2004 16:53:54 -0400
43237              Message-ID: <20040720205353.GA970@biff.bort.ca>
43238      Branch: perl
43239            ! pp.c t/op/list.t
43240 ____________________________________________________________________________
43241 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
43242         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
43243              From: Tels <perl_dummy@bloodgate.com>
43244              Date: Sat, 17 Jul 2004 16:22:57 +0200
43245              Message-Id: <200407171622.58443@bloodgate.com>
43246      Branch: perl
43247            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
43248            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
43249            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
43250            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
43251            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
43252            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
43253 ____________________________________________________________________________
43254 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
43255         Log: Turn 2 strcpy()s into memcpy() because we know the length.
43256      Branch: perl
43257            ! toke.c
43258 ____________________________________________________________________________
43259 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
43260         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
43261              1970
43262      Branch: perl
43263            ! pod/perlfunc.pod
43264 ____________________________________________________________________________
43265 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
43266         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
43267              Brendan O'Dea
43268      Branch: perl
43269            ! pod/perluniintro.pod
43270 ____________________________________________________________________________
43271 [ 23128] By: nick                                  on 2004/07/16  12:16:05
43272         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
43273              From: Steve Hay <steve.hay@uk.radan.com>
43274              CC: perl-win32-porters@listserv.ActiveState.com
43275              Message-ID: <40F6B295.8010804@uk.radan.com>
43276
43277              Assumes perl's malloc can now handle non-contiguous memory (believed
43278              to be true).
43279              Does not address threading issues.
43280
43281              "The attached patch (against blead) makes sbrk() initially try to
43282              extend the existing block of memory exactly as it currently does, but
43283              to not  fail immediately if it can't -- it now frees up that part of
43284              whatever it  had previously reserved+committed which hadn't actually
43285              been used yet,  resets all its static variables and basically starts
43286              anew."
43287      Branch: perl
43288            ! win32/win32.c
43289 ____________________________________________________________________________
43290 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
43291         Log: glob('*.c') to find documentation is dangerous when run in unclean
43292              trees, so isntead use MANIFEST to only scan the legitimate source
43293              files.
43294      Branch: perl
43295            ! autodoc.pl
43296 ____________________________________________________________________________
43297 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
43298         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
43299              and sv_savesharedpv. Need to create non-void returning versions of
43300              Copy and Zero, as the existing macros deliberately cast to (void)
43301      Branch: perl
43302            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
43303 ____________________________________________________________________________
43304 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
43305         Log: Rebuild perlapi.pod
43306      Branch: perl
43307            ! pod/perlapi.pod
43308 ____________________________________________________________________________
43309 [ 23124] By: merijn                                on 2004/07/16  10:30:53
43310         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
43311              the path to the bundled braindead C compiler. This might
43312              influence ccache's behaviour in finding the correct path
43313      Branch: perl
43314            ! Configure
43315 ____________________________________________________________________________
43316 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
43317         Log: oslevel can fail on AIX, but the output generated would confuse
43318              Configure
43319      Branch: perl
43320            ! Configure
43321 ____________________________________________________________________________
43322 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
43323         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
43324              Bug spotted by Nigel Sandever
43325      Branch: perl
43326            ! ext/threads/threads.xs util.c
43327 ____________________________________________________________________________
43328 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
43329         Log: threads.xs doesn't check the return value of the thread creation
43330              call. D'oh! This gives SEGVs if the OS fails to create another thread.
43331              Cause of problem located by Nigel Sandever
43332      Branch: perl
43333            ! ext/threads/threads.pm ext/threads/threads.xs
43334 ____________________________________________________________________________
43335 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
43336         Log: Assimilate Cwd 2.19
43337      Branch: perl
43338            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
43339 ____________________________________________________________________________
43340 [ 23117] By: merijn                                on 2004/07/15  14:16:07
43341         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
43342      Branch: perl
43343            ! ext/Storable/Storable.xs
43344 ____________________________________________________________________________
43345 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
43346         Log: Abigail notes that a re-entrant regexp engine is a todo
43347      Branch: perl
43348            ! pod/perltodo.pod
43349 ____________________________________________________________________________
43350 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
43351         Log: for (reverse @foo) now iterates in reverse in place.
43352      Branch: perl
43353            ! op.c pod/perltodo.pod pp_ctl.c
43354 ____________________________________________________________________________
43355 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
43356         Log: Optimise for (reverse ...)
43357      Branch: perl
43358            ! op.c
43359 ____________________________________________________________________________
43360 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
43361         Log: Now optimising for $a (reverse ...)
43362      Branch: perl
43363            ! op.c
43364 ____________________________________________________________________________
43365 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
43366         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
43367              tests.
43368      Branch: perl
43369            ! t/cmd/for.t
43370 ____________________________________________________________________________
43371 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
43372         Log: This seems to be needed to get COW working on Win32
43373      Branch: perl
43374            ! win32/win32.c
43375 ____________________________________________________________________________
43376 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
43377         Log: "That's the way to do it"
43378              In taking out a bug spotted by my regression tests in t/cmd/for.t
43379              I actually managed to disable the entire optimisation. Which means
43380              that I didn't find the other bug. This optimisation is live, and
43381              passes all tests.
43382      Branch: perl
43383            ! op.c pp_hot.c
43384 ____________________________________________________________________________
43385 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
43386         Log: Optimise foreach my $i (reverse ...)
43387              foreach without a lexical iterator not yet optimised
43388      Branch: perl
43389            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
43390 ____________________________________________________________________________
43391 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
43392         Log: Subject:  [PATCH] split doc clarification
43393              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
43394              Date:  Wed, 14 Jul 2004 10:19:36 -0700
43395              Message-Id:  <20040714171936.GA1092@efn.org>
43396      Branch: perl
43397            ! pod/perlfunc.pod
43398 ____________________________________________________________________________
43399 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
43400         Log: Numeric comparison operators mustn't compare addresses of references
43401              that are overloaded.
43402      Branch: perl
43403            ! lib/overload.t pp.c pp_hot.c
43404 ____________________________________________________________________________
43405 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
43406         Log: Lots of tests for for reverse ...
43407      Branch: perl
43408            ! t/cmd/for.t
43409 ____________________________________________________________________________
43410 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
43411         Log: Some thoughts on foreach reverse
43412      Branch: perl
43413            ! pod/perltodo.pod
43414 ____________________________________________________________________________
43415 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
43416         Log: s/sort/split/; - my mistake spotted by Dave.
43417      Branch: perl
43418            ! pod/perltodo.pod
43419 ____________________________________________________________________________
43420 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
43421         Log: Optimise list context reverse sort to reverse as part of the sort op
43422      Branch: perl
43423            ! op.c pp_sort.c
43424 ____________________________________________________________________________
43425 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
43426         Log: Work around evil compiler bug on OS X. (Sucks all memory)
43427      Branch: perl
43428            ! util.c
43429 ____________________________________________________________________________
43430 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
43431         Log: check that reverse (sort (@a), @b) etc work.
43432              Join some lines that don't need wrapping
43433      Branch: perl
43434            ! t/op/sort.t
43435 ____________________________________________________________________________
43436 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
43437         Log: Check that non-optimimisable sort comparisons work when reversed
43438              (Not optimised yet, but might be coming soon)
43439      Branch: perl
43440            ! t/op/sort.t
43441 ____________________________________________________________________________
43442 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
43443         Log: Test reverse sort as the return from a function in list and scalar
43444              contexts.
43445      Branch: perl
43446            ! t/op/sort.t
43447 ____________________________________________________________________________
43448 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
43449         Log: Also test reverse sort in scalar context
43450      Branch: perl
43451            ! t/op/sort.t
43452 ____________________________________________________________________________
43453 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
43454         Log: A proper, working, stable optimisation for sort {$b cmp $a}
43455      Branch: perl
43456            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
43457 ____________________________________________________________________________
43458 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
43459         Log: Tweak to change #23089, as suggested by Tim Bunce
43460      Branch: perl
43461            ! lib/perl5db.pl
43462 ____________________________________________________________________________
43463 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
43464         Log: Generalised "how many in list context" would be useful
43465      Branch: perl
43466            ! pod/perltodo.pod
43467 ____________________________________________________________________________
43468 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
43469         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
43470              guarantee a stable sort. Disable it, pending a correct optimisation.
43471      Branch: perl
43472            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
43473 ____________________________________________________________________________
43474 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
43475         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
43476              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
43477              Date: Mon, 12 Jul 2004 08:26:01 +0200
43478              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
43479      Branch: perl
43480            ! pp.c t/op/splice.t
43481 ____________________________________________________________________________
43482 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
43483         Log: Check each line of config_re output.
43484      Branch: perl
43485            ! lib/Config.t
43486 ____________________________________________________________________________
43487 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
43488         Log: no_plan support in test.pl
43489      Branch: perl
43490            ! t/test.pl
43491 ____________________________________________________________________________
43492 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
43493         Log: Subject: Re: debugger 'R'estart and open database connections
43494              From: Andrew Pimlott <andrew@pimlott.net>
43495              Date: Mon, 12 Jul 2004 21:06:01 -0400
43496              Message-ID: <20040713010601.GF8232@pimlott.net>
43497      Branch: perl
43498            ! lib/perl5db.pl
43499 ____________________________________________________________________________
43500 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
43501         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
43502              From: John Peacock <jpeacock@rowman.com>
43503              Date: Mon, 12 Jul 2004 23:16:51 -0400
43504              Message-ID: <40F35423.5080304@rowman.com>
43505      Branch: perl
43506            ! lib/version.pm lib/version.t util.c
43507 ____________________________________________________________________________
43508 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
43509         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
43510              many meanings. const const vs mutable in this case.
43511      Branch: perl
43512            ! sv.c
43513 ____________________________________________________________________________
43514 [ 23084] By: nick                                  on 2004/07/12  14:26:12
43515         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
43516              so it has no business calling SvSETMAGIC.
43517      Branch: perl
43518            ! sv.c
43519 ____________________________________________________________________________
43520 [ 23083] By: nick                                  on 2004/07/12  12:17:56
43521         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
43522              Can now handle the case
43523              is_utf8_string(NULL,0)
43524              again.
43525              Why do we have code dup for Perl_is_utf8_string_loc() ?
43526      Branch: perl
43527            ! utf8.c
43528 ____________________________________________________________________________
43529 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
43530         Log: A decent benchmark would be useful. But it is vague.
43531      Branch: perl
43532            ! pod/perltodo.pod
43533 ____________________________________________________________________________
43534 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
43535         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
43536      Branch: perl
43537            ! pod/perltodo.pod
43538 ____________________________________________________________________________
43539 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
43540         Log: Store weak references.
43541      Branch: perl
43542            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
43543            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
43544            ! ext/Storable/README ext/Storable/Storable.pm
43545            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
43546 ____________________________________________________________________________
43547 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
43548         Log: Dual lifing and dists is a TODO
43549      Branch: perl
43550            ! pod/perltodo.pod
43551 ____________________________________________________________________________
43552 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
43553         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
43554              Rant a bit more about POD -> HTML
43555      Branch: perl
43556            ! pod/perltodo.pod
43557 ____________________________________________________________________________
43558 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
43559         Log: Perl_mode_from_discipline must update len. (else SEGV)
43560              Diagnosis and patch from clkao
43561      Branch: perl
43562            ! doio.c
43563 ____________________________________________________________________________
43564 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
43565         Log: Subject: Bug with NEXT when called from an eval block
43566              From: Dave Rolsky <autarch@urth.org>
43567              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
43568              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
43569      Branch: perl
43570            ! lib/NEXT.pm lib/NEXT/t/next.t
43571 ____________________________________________________________________________
43572 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
43573         Log: Subject: Re: Segfault using HTML::Entities
43574              From: Jarkko Hietaniemi <jhi@iki.fi>
43575              Message-ID: <40EDBE1A.6080205@iki.fi>
43576              Date: Fri, 09 Jul 2004 00:35:22 +0300
43577      Branch: perl
43578            ! pp_ctl.c regexec.c t/run/fresh_perl.t
43579 ____________________________________________________________________________
43580 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
43581         Log: A more honest TODO
43582      Branch: perl
43583            ! pod/perltodo.pod
43584 ____________________________________________________________________________
43585 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
43586         Log: dor and // fulfil a TODO
43587              Correct a deviation from the Nicholas Clark style guide.
43588      Branch: perl
43589            ! pod/perltodo.pod
43590 ____________________________________________________________________________
43591 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
43592         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
43593              From: "Craig A. Berry" <craigberry@mac.com>
43594              Date: Thu, 08 Jul 2004 23:19:05 -0500
43595              Message-ID: <40EE1CB9.8030407@mac.com>
43596      Branch: perl
43597            ! vms/vms.c
43598 ____________________________________________________________________________
43599 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
43600         Log: Randal notes:
43601
43602              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
43603              *is* a "perldoc perl583delta" properly.
43604
43605              This is because perl584delta still thinks it's the perldelta
43606      Branch: perl
43607            ! pod/perl584delta.pod
43608 ____________________________________________________________________________
43609 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
43610         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
43611              as an argument.
43612      Branch: perl
43613            ! sv.c
43614 ____________________________________________________________________________
43615 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
43616         Log: First stab at explaining that CLONE may get more parameters in future.
43617              More eloquent rewording desired. Patches welcome.
43618      Branch: perl
43619            ! pod/perlmod.pod
43620 ____________________________________________________________________________
43621 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
43622         Log: hv_store was not passing hash onwards (spotted by Dave)
43623      Branch: perl
43624            ! hv.c
43625 ____________________________________________________________________________
43626 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
43627         Log: Failing matches don't reset numbered variables.
43628              Change #22997 could cause Text::ParseWords to loop forever if the
43629              regex didn't not match. Explicitly return if the match fails.
43630      Branch: perl
43631            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43632 ____________________________________________________________________________
43633 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
43634         Log: Integrate:
43635              [ 23057]
43636              This is RC1
43637      Branch: perl
43638           !> pod/perlhist.pod
43639 ____________________________________________________________________________
43640 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
43641         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
43642              shared string scalar.
43643      Branch: perl
43644            ! hv.c
43645 ____________________________________________________________________________
43646 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
43647         Log: A tool to check the AUTHORS file
43648      Branch: perl
43649            + Porting/checkAUTHORS.pl
43650            ! MANIFEST
43651 ____________________________________________________________________________
43652 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
43653         Log: Add some missing authors and remove 1 duplicate
43654      Branch: perl
43655            ! AUTHORS
43656 ____________________________________________________________________________
43657 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
43658         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
43659      Branch: perl
43660            ! lib/Text/ParseWords.pm
43661 ____________________________________________________________________________
43662 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
43663         Log: Update tests and $VERSION for change 23046
43664      Branch: perl
43665            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
43666 ____________________________________________________________________________
43667 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
43668         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
43669              From: Stephen McCamant <smcc@MIT.EDU>
43670              Date: Mon, 28 Jun 2004 18:26:24 -0700
43671              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
43672      Branch: perl
43673            ! ext/B/B/Deparse.pm
43674 ____________________________________________________________________________
43675 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
43676         Log: Bump $B::Deparse::VERSION
43677      Branch: perl
43678            ! ext/B/B/Deparse.pm
43679 ____________________________________________________________________________
43680 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
43681         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
43682              Problem appears to be due to theft of temporaries
43683      Branch: perl
43684            ! mg.c
43685 ____________________________________________________________________________
43686 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
43687         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
43688              From: "Craig A. Berry" <craigberry@mac.com>
43689              Message-ID: <40E704AA.4090801@mac.com>
43690              Date: Sat, 03 Jul 2004 14:10:34 -0500
43691      Branch: perl
43692            ! ext/Cwd/t/cwd.t lib/Cwd.pm
43693 ____________________________________________________________________________
43694 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
43695         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
43696              LC_ALL. So when perl's expecting utf8, things don't quite work right.
43697              This has become visible since fix 22842
43698      Branch: perl
43699            ! lib/locale.t
43700 ____________________________________________________________________________
43701 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
43702         Log: More microperl tweaks.
43703      Branch: perl
43704            ! Makefile.micro README.micro uconfig.h uconfig.sh
43705 ____________________________________________________________________________
43706 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
43707         Log: Maintainer change for Safe
43708      Branch: perl
43709            ! Porting/Maintainers.pl
43710 ____________________________________________________________________________
43711 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
43712         Log: Bump version number of Safe for CPAN release
43713      Branch: perl
43714            ! ext/Opcode/Safe.pm
43715 ____________________________________________________________________________
43716 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
43717         Log: Upgrade to I18N::LangTags 0.33
43718      Branch: perl
43719            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43720            ! lib/I18N/LangTags/t/80_all_env.t
43721 ____________________________________________________________________________
43722 [ 23023] By: davem                                 on 2004/07/02  01:49:11
43723         Log: utf8 POPSTACK crash on split execution
43724              split() does a SWITCHSTACK to directly split to an array, but
43725              if it subsequently dies (eg the regex triggers a 'use utf8' which
43726              is then denied by Safe), then the switch doesn't get undone. Add
43727              a new save type to allow for this.
43728      Branch: perl
43729            ! pp.c scope.c scope.h
43730 ____________________________________________________________________________
43731 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
43732         Log: The microperl config didn't know about usemallocwrap yet.
43733      Branch: perl
43734            ! uconfig.h uconfig.sh
43735 ____________________________________________________________________________
43736 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
43737         Log: Check for definedness of sv before calling sv_derived_from()
43738              to prevent "Use of uninitialized value..." warning.
43739      Branch: perl
43740            ! universal.c
43741 ____________________________________________________________________________
43742 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
43743         Log: Bump version numbers
43744      Branch: perl
43745            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
43746            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
43747            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
43748            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
43749 ____________________________________________________________________________
43750 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
43751         Log: Assert that we aren't leaking memory.
43752      Branch: perl
43753            ! sv.c
43754 ____________________________________________________________________________
43755 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
43756         Log: Sync to libnet-1.19
43757      Branch: perl
43758            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
43759            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
43760 ____________________________________________________________________________
43761 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
43762         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
43763              From: Abigail <abigail@abigail.nl>
43764              Date: Wed, 30 Jun 2004 12:00:21 +0200
43765              Message-ID: <20040630100021.GA23752@abigail.nl>
43766      Branch: perl
43767            ! pod/perlop.pod
43768 ____________________________________________________________________________
43769 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
43770         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
43771              mark that it needs a deferred recount"
43772      Branch: perl
43773            ! sv.c
43774 ____________________________________________________________________________
43775 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
43776         Log: More caveats in B::Deparse's documentation
43777              (suggested by Yves Orton)
43778      Branch: perl
43779            ! ext/B/B/Deparse.pm
43780 ____________________________________________________________________________
43781 [ 23007] By: merijn                                on 2004/06/29  10:57:46
43782         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
43783              11.00 and on are ANSI by default for /opt/ansic/bin
43784              Error was introduced by #22975 in re-enabling 10.01
43785      Branch: perl
43786            ! hints/hpux.sh
43787 ____________________________________________________________________________
43788 [ 23006] By: davem                                 on 2004/06/28  22:50:01
43789         Log: use encoding and "eq" cause memory leak
43790              Perl_sv_eq() was creating a temp and not always freeing it
43791      Branch: perl
43792            ! sv.c
43793 ____________________________________________________________________________
43794 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
43795         Log: Assimilate Locale-Codes-2.07
43796      Branch: perl
43797            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
43798            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
43799            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
43800            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
43801            ! lib/Locale/Constants.pod lib/Locale/Country.pm
43802            ! lib/Locale/Country.pod lib/Locale/Currency.pm
43803            ! lib/Locale/Currency.pod lib/Locale/Language.pm
43804            ! lib/Locale/Language.pod lib/Locale/Script.pm
43805            ! lib/Locale/Script.pod
43806 ____________________________________________________________________________
43807 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
43808         Log: Stop 80_all_env.t failing when LC_ALL is set
43809      Branch: perl
43810            ! lib/I18N/LangTags/t/80_all_env.t
43811 ____________________________________________________________________________
43812 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
43813         Log: Correct detection of absent modules. Based on
43814
43815              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
43816              From: Andy Dougherty <doughera@lafayette.edu>
43817              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
43818              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
43819
43820              with improvements from Marcus Holland-Moritz
43821      Branch: perl
43822            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
43823            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
43824            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
43825            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
43826            ! lib/overload.t t/io/crlf.t
43827 ____________________________________________________________________________
43828 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
43829         Log: Cleanup the main regex in Text::ParseWords and make the
43830              parse_line() routine faster. Add a Unicode test case.
43831      Branch: perl
43832            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43833 ____________________________________________________________________________
43834 [ 22996] By: merijn                                on 2004/06/25  15:27:21
43835         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
43836              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
43837              Date: 25 Jun 2004 09:39:51 -0000
43838              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
43839              and
43840              From: Andy Dougherty <doughera@lafayette.edu>
43841              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
43842              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
43843      Branch: perl
43844            ! hints/solaris_2.sh
43845 ____________________________________________________________________________
43846 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
43847         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
43848              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
43849              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
43850              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
43851      Branch: perl
43852            ! regcomp.c t/op/regmesg.t
43853 ____________________________________________________________________________
43854 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
43855         Log: More @INC test fixes
43856      Branch: perl
43857            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
43858            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
43859 ____________________________________________________________________________
43860 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
43861         Log: Fix the Cwd tests for the core.
43862      Branch: perl
43863            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
43864 ____________________________________________________________________________
43865 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
43866         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
43867              Use the suggested regex fix, plus some tests.
43868      Branch: perl
43869            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
43870 ____________________________________________________________________________
43871 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
43872         Log: Upgrade to Cwd 2.18
43873              (with local changes to cwd.t, to adapt it to the core)
43874      Branch: perl
43875            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
43876 ____________________________________________________________________________
43877 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
43878         Log: Fix for: [perl #2738] perl segfautls on input
43879              The parser was incorrectly accepting <> as a subroutine prototype and
43880              newATTRSUB didn't validate the proto argument before accessing op_sv.
43881      Branch: perl
43882            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
43883 ____________________________________________________________________________
43884 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
43885         Log: Upgrade to Cwd 2.17_03
43886      Branch: perl
43887            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
43888 ____________________________________________________________________________
43889 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
43890         Log: Test that [] // 0 is []
43891      Branch: perl
43892            ! t/op/dor.t
43893 ____________________________________________________________________________
43894 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
43895         Log: Add a regression test for bug #23765 (by Jarkko)
43896      Branch: perl
43897            ! t/op/substr.t
43898 ____________________________________________________________________________
43899 [ 22975] By: merijn                                on 2004/06/23  06:56:15
43900         Log: Backward compatibility issues for HP-UX 10.01 and older
43901              Yes, it is still actively used in production environment
43902              One more patch expected for toke.c optimization level
43903      Branch: perl
43904            ! hints/hpux.sh
43905 ____________________________________________________________________________
43906 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
43907         Log: Proposed patch + test case.
43908
43909              Subject: [perl #30409] charnames.pm clobbers default variable
43910              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
43911              Date: 22 Jun 2004 16:43:50 -0000
43912              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
43913      Branch: perl
43914            ! lib/charnames.pm lib/charnames.t
43915 ____________________________________________________________________________
43916 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
43917         Log: Adjust array index in FileCache.pm.
43918
43919              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
43920              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
43921              Date: 15 Jun 2004 16:55:22 -0000
43922              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
43923      Branch: perl
43924            ! lib/FileCache.pm
43925 ____________________________________________________________________________
43926 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
43927         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
43928              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43929              Date: Tue, 22 Jun 2004 21:29:12 +0100
43930              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
43931      Branch: perl
43932            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
43933            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
43934            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
43935            ! ext/DB_File/typemap
43936 ____________________________________________________________________________
43937 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
43938         Log: Abolish the "Tied variable freed while still in use" error - I have
43939              a way to cleanly avoid the coredump.
43940      Branch: perl
43941            ! mg.c pod/perldiag.pod t/op/tie.t
43942 ____________________________________________________________________________
43943 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
43944         Log: Subject: [PATCH] Storable signedness nit
43945              From: "Craig A. Berry" <craigberry@mac.com>
43946              Message-ID: <40D3AAC7.6030407@mac.com>
43947              Date: Fri, 18 Jun 2004 21:53:59 -0500
43948      Branch: perl
43949            ! ext/Storable/Storable.xs
43950 ____________________________________________________________________________
43951 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
43952         Log: Skip tests if List::Util not built
43953      Branch: perl
43954            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
43955            ! lib/overload.t
43956 ____________________________________________________________________________
43957 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
43958         Log: Skip test if Data::Dumper not built
43959      Branch: perl
43960            ! lib/Tie/RefHash.t
43961 ____________________________________________________________________________
43962 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
43963         Log: Skip test if Devel::PPPort is not built.
43964              Probably should fix h2xs to work without it.
43965      Branch: perl
43966            ! lib/h2xs.t
43967 ____________________________________________________________________________
43968 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
43969         Log: Upgrade to I18N::LangTags 0.32
43970      Branch: perl
43971            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
43972            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
43973 ____________________________________________________________________________
43974 [ 22963] By: davem                                 on 2004/06/20  12:00:56
43975         Log: make mktables always update modifed time to play better with make
43976      Branch: perl
43977            ! Makefile.SH lib/unicore/mktables
43978 ____________________________________________________________________________
43979 [ 22962] By: davem                                 on 2004/06/20  11:50:19
43980         Log: fix typo in gp_free
43981      Branch: perl
43982            ! gv.c
43983 ____________________________________________________________________________
43984 [ 22961] By: davem                                 on 2004/06/19  12:36:58
43985         Log: 'make test' without preceeding 'make' fails.
43986              Change #22872 added a target to run mktables, but this was
43987              skipped if 'make test' was run first, causing the build of
43988              Unicode::Normalize to fail.
43989      Branch: perl
43990            ! Makefile.SH
43991 ____________________________________________________________________________
43992 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
43993         Log: When expecting an error, it's best to check the text you got, rather
43994              than blindly assuming that it's correct.
43995      Branch: perl
43996            ! t/op/write.t
43997 ____________________________________________________________________________
43998 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
43999         Log: Case insensitive file systems are bad, m'kay
44000      Branch: perl
44001            ! ext/IO/t/IO.t
44002 ____________________________________________________________________________
44003 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
44004         Log: This needs POSIX, so skip if no POSIX
44005      Branch: perl
44006            ! lib/Pod/t/basic.t
44007 ____________________________________________________________________________
44008 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
44009         Log: Also needs skipping if PerlIO::via not built
44010      Branch: perl
44011            ! lib/PerlIO/via/t/QuotedPrint.t
44012 ____________________________________________________________________________
44013 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
44014         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
44015      Branch: perl
44016            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
44017 ____________________________________________________________________________
44018 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
44019         Log: Not ideal, but skip all of IO's tests if Socket is not built.
44020      Branch: perl
44021            ! ext/IO/t/IO.t
44022 ____________________________________________________________________________
44023 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
44024         Log: Skip test if perl configured without threads::shared
44025      Branch: perl
44026            ! ext/threads/shared/t/disabled.t
44027 ____________________________________________________________________________
44028 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
44029         Log: Skip test if Devel::PPPort not built
44030      Branch: perl
44031            ! ext/Devel/PPPort/t/test.t
44032 ____________________________________________________________________________
44033 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
44034         Log: Skip re tests if re not built.
44035      Branch: perl
44036            ! ext/re/t/re.t
44037 ____________________________________________________________________________
44038 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
44039         Log: If we don't build B, we should skip all its tests.
44040      Branch: perl
44041            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
44042            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
44043            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
44044            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
44045            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
44046            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
44047            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
44048            ! ext/B/t/terse.t ext/B/t/xref.t
44049 ____________________________________________________________________________
44050 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
44051         Log: D'oh. Don't turn on warnings on the #! line without actually testing
44052              the full code in case it warns.
44053      Branch: perl
44054            ! lib/Unicode/UCD.t
44055 ____________________________________________________________________________
44056 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
44057         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
44058      Branch: perl
44059            ! lib/Unicode/UCD.t
44060 ____________________________________________________________________________
44061 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
44062         Log: Can't test the B modules if we didn't build 'em
44063      Branch: perl
44064            ! t/lib/1_compile.t
44065 ____________________________________________________________________________
44066 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
44067         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
44068      Branch: perl
44069            ! t/io/crlf.t
44070 ____________________________________________________________________________
44071 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
44072         Log: Upgrade to I18N::LangTags 0.31.
44073      Branch: perl
44074            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
44075            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
44076            ! lib/I18N/LangTags/t/80_all_env.t
44077 ____________________________________________________________________________
44078 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
44079         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
44080              seem that memzero() of everything is the most efficient idea.
44081      Branch: perl
44082            ! sv.c
44083 ____________________________________________________________________________
44084 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
44085         Log: Change 22516 forgot to add make_overload.pl to generate test data
44086              (submitted from the pub via wireless, bluetooth and then GPRS out
44087              to the Internet)
44088      Branch: perl
44089            + ext/Storable/t/make_overload.pl
44090            ! MANIFEST
44091 ____________________________________________________________________________
44092 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
44093         Log: Storable should cope if the string to thaw happens to be utf8 encoded
44094              And anything with bytes >=256 is corrupt
44095      Branch: perl
44096            ! ext/Storable/ChangeLog ext/Storable/README
44097            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44098            ! ext/Storable/t/utf8.t
44099 ____________________________________________________________________________
44100 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
44101         Log: Upgrade to Locale::Maketext 1.09
44102      Branch: perl
44103            + lib/Locale/Maketext/t/01_about_verbose.t
44104            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
44105            + lib/Locale/Maketext/t/40_super.t
44106            + lib/Locale/Maketext/t/50_super.t
44107            + lib/Locale/Maketext/t/60_super.t
44108            + lib/Locale/Maketext/t/90_utf8.t
44109            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
44110            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
44111            - lib/Locale/Maketext/t/04super.t
44112            - lib/Locale/Maketext/t/05super.t
44113            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
44114            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
44115            ! lib/Locale/Maketext/README
44116 ____________________________________________________________________________
44117 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
44118         Log: Upgrade to I18N::LangTags 0.30.
44119      Branch: perl
44120            + lib/I18N/LangTags/Detect.pm
44121            + lib/I18N/LangTags/t/01_about_verbose.t
44122            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
44123            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
44124            + lib/I18N/LangTags/t/55_supers_strict.t
44125            + lib/I18N/LangTags/t/80_all_env.t
44126            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
44127            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
44128            ! lib/I18N/LangTags/List.pm
44129 ____________________________________________________________________________
44130 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
44131         Log: More forgiving version comparison in perlivp.
44132      Branch: perl
44133            ! utils/perlivp.PL
44134 ____________________________________________________________________________
44135 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
44136         Log: Improve the substitution to cc_r for threading so that compilers
44137              specified with a full path or as a parameter to ccache are changed
44138      Branch: perl
44139            ! hints/aix.sh
44140 ____________________________________________________________________________
44141 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
44142         Log: Subject: [PATCH] File::Basename docs
44143              From: Boris Zentner <bzm@2bz.de>
44144              Date: Sat, 12 Jun 2004 16:29:42 +0200
44145              Message-Id: <200406121629.42595.bzm@2bz.de>
44146      Branch: perl
44147            ! lib/File/Basename.pm
44148 ____________________________________________________________________________
44149 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
44150         Log: It seems that our assert() macro wasn't good enough.
44151              Changed to one that that is an expression, rather than a statement.
44152              Fix new macros definitions in sv.h to be clean enough C to keep the
44153              AIX compiler happy.
44154      Branch: perl
44155            ! perl.h sv.h
44156 ____________________________________________________________________________
44157 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
44158         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
44159              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
44160              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
44161              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
44162      Branch: perl
44163            ! pod/perlop.pod
44164 ____________________________________________________________________________
44165 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
44166         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
44167      Branch: perl
44168            ! ext/Storable/Storable.xs sv.h
44169 ____________________________________________________________________________
44170 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
44171         Log: Assert that SV type has magic member when reading/writing.
44172              Will catch buggy code.
44173      Branch: perl
44174            ! sv.c sv.h
44175 ____________________________________________________________________________
44176 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
44177         Log: More h2ph voodoo.
44178      Branch: perl
44179            ! utils/h2ph.PL
44180 ____________________________________________________________________________
44181 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
44182         Log: Subject: [PATCH] t/TEST
44183              From: Abe Timmerman <abe@ztreet.demon.nl>
44184              Date: Sun, 13 Jun 2004 11:41:49 +0200
44185              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
44186      Branch: perl
44187            ! t/TEST
44188 ____________________________________________________________________________
44189 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
44190         Log: Reapply change #20983, rolled back by change #22920,
44191              as noticed by Craig Berry.
44192      Branch: perl
44193            ! pod/pod2usage.PL pod/podselect.PL
44194 ____________________________________________________________________________
44195 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
44196         Log: More h2ph tweaks: recognition of C types
44197      Branch: perl
44198            ! utils/h2ph.PL
44199 ____________________________________________________________________________
44200 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
44201         Log: More h2ph tweaking for gcc __inline functions
44202      Branch: perl
44203            ! utils/h2ph.PL
44204 ____________________________________________________________________________
44205 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
44206         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
44207      Branch: perl
44208            ! t/comp/utf.t
44209 ____________________________________________________________________________
44210 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
44211         Log: Remove a warning against unsafe signals in perlipc.pod,
44212              now that we have "safe signals".
44213      Branch: perl
44214            ! pod/perlipc.pod
44215 ____________________________________________________________________________
44216 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
44217         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
44218              From: Mathieu Arnold <m@absolight.fr>
44219              Date: Thu, 10 Jun 2004 16:43:58 +0200
44220              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
44221              (with a test adjustment)
44222      Branch: perl
44223            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
44224 ____________________________________________________________________________
44225 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
44226         Log: Make h2ph able to understand a limited set of inline functions.
44227              The glibc apparently now ships headers that use inline functions
44228              instead of plain old macros.
44229      Branch: perl
44230            ! utils/h2ph.PL
44231 ____________________________________________________________________________
44232 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
44233         Log: Subject: Change 22872 breaks shared miniperl invocation
44234              From: Alexey Tourbin <at@altlinux.ru>
44235              Date: Fri, 4 Jun 2004 13:24:17 +0400
44236              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
44237      Branch: perl
44238            ! Makefile.SH
44239 ____________________________________________________________________________
44240 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
44241         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
44242              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44243              Date: Mon, 7 Jun 2004 00:28:55 -0700
44244              Message-ID: <20040607072854.GB1028@efn.org>
44245      Branch: perl
44246            ! pod/perldiag.pod
44247 ____________________________________________________________________________
44248 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
44249         Log: Remove the "malloc wrappage" tests, due to their unportability
44250              (as suggested by Jarkko.)
44251      Branch: perl
44252            ! t/op/array.t t/op/repeat.t
44253 ____________________________________________________________________________
44254 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
44255         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
44256              From: Robin Barker <Robin.Barker@npl.co.uk>
44257              Date: Wed, 9 Jun 2004 12:02:01 +0100
44258              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
44259              with further adjustements for bleadperl
44260      Branch: perl
44261            ! configpm lib/Config.t
44262 ____________________________________________________________________________
44263 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
44264         Log: Upgrade to Pod::Parser 1.28
44265              (except Pod::Find, which has local patches not yet on CPAN)
44266      Branch: perl
44267            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
44268            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
44269            ! t/pod/find.t
44270 ____________________________________________________________________________
44271 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
44272         Log: s/64bit/64-bit/g for consistency in the READMEs.
44273      Branch: perl
44274            ! README.aix README.hpux
44275 ____________________________________________________________________________
44276 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
44277         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
44278              From: "Kevin Chase" <kevincha99@hotmail.com>
44279              Date: Sun, 06 Jun 2004 09:44:44 -0700
44280              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
44281      Branch: perl
44282            ! ext/threads/threads.xs
44283 ____________________________________________________________________________
44284 [ 22917] By: merijn                                on 2004/06/09  11:46:23
44285         Log: Several updates, major, and minor corrections, model updates,
44286              explained the model numbering of HP-UX servers.
44287      Branch: perl
44288            ! README.hpux
44289 ____________________________________________________________________________
44290 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
44291         Log: Upgrade to Pod::Perldoc 3.13
44292      Branch: perl
44293            + lib/Pod/Perldoc/t/01_about_verbose.t
44294            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
44295 ____________________________________________________________________________
44296 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
44297         Log: Upgrade to Digest 1.08.
44298      Branch: perl
44299            ! lib/Digest.pm
44300 ____________________________________________________________________________
44301 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
44302         Log: Upgrade to CGI.pm 3.05
44303      Branch: perl
44304            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
44305 ____________________________________________________________________________
44306 [ 22913] By: davem                                 on 2004/06/08  22:20:40
44307         Log: double DESTROY in for loop
44308              pp_iter decremented the ref count of the previous iterant before
44309              unaliasing it. This could lead to DESTROY being called with the
44310              loop variable still aliased to the freed value. If the DESTROY
44311              also contained a for loop with the same iterator variable, the
44312              freed value would get resurrected then freed for a second time.
44313      Branch: perl
44314            ! pp_hot.c t/cmd/for.t
44315 ____________________________________________________________________________
44316 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
44317         Log: Upgrade to Pod::LaTeX 0.57
44318      Branch: perl
44319            + lib/Pod/t/user.t
44320            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
44321 ____________________________________________________________________________
44322 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
44323         Log: Upgrade to Unicode::Normalize 0.30.
44324      Branch: perl
44325            ! ext/Unicode/Normalize/Changes
44326            ! ext/Unicode/Normalize/Normalize.pm
44327            ! ext/Unicode/Normalize/Normalize.xs
44328            ! ext/Unicode/Normalize/t/illegal.t
44329            ! ext/Unicode/Normalize/t/short.t
44330            ! ext/Unicode/Normalize/t/split.t
44331 ____________________________________________________________________________
44332 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
44333         Log: Remove a spurious \n in a perltie example,
44334              noticed by Geoffrey Young.
44335      Branch: perl
44336            ! pod/perltie.pod
44337 ____________________________________________________________________________
44338 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
44339         Log: Upgrade to Unicode::Collate 0.40
44340      Branch: perl
44341            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
44342 ____________________________________________________________________________
44343 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
44344         Log: Upgrade to Time::Local 1.10.
44345      Branch: perl
44346            ! lib/Time/Local.pm lib/Time/Local.t
44347 ____________________________________________________________________________
44348 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
44349         Log: Upgrade to Test::Harness 2.42
44350      Branch: perl
44351            ! lib/Test/Harness.pm lib/Test/Harness/Changes
44352            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
44353 ____________________________________________________________________________
44354 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
44355         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
44356              As spotted by Jerry D. Hedden
44357      Branch: perl
44358            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
44359 ____________________________________________________________________________
44360 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
44361         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
44362              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
44363              Date: Fri, 4 Jun 2004 16:29:44 +0200
44364              Message-Id: <20040604162944.4011f1c6@r2d2>
44365      Branch: perl
44366            ! pod/perlapi.pod sv.c
44367 ____________________________________________________________________________
44368 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
44369         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
44370              From: Jarkko Hietaniemi <jhi@iki.fi>
44371              Date: Mon, 07 Jun 2004 20:09:42 +0300
44372              Message-ID: <40C4A156.5030205@iki.fi>
44373      Branch: perl
44374            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
44375 ____________________________________________________________________________
44376 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
44377         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
44378              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
44379              Date: 6 Jun 2004 21:50:19 -0000
44380              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
44381      Branch: perl
44382            ! lib/Text/Wrap.pm
44383 ____________________________________________________________________________
44384 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
44385         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
44386              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44387              Date: Sun, 06 Jun 2004 00:37:21 +0900
44388              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
44389      Branch: perl
44390            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
44391 ____________________________________________________________________________
44392 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
44393         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
44394              From: Steve Hay <steve.hay@uk.radan.com>
44395              Date: Thu, 03 Jun 2004 15:46:17 +0100
44396              Message-ID: <40BF39B9.3060207@uk.radan.com>
44397      Branch: perl
44398            ! README.win32 win32/makefile.mk
44399 ____________________________________________________________________________
44400 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
44401         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
44402              Normalize on the hyphenated spelling.
44403      Branch: perl
44404            ! pod/perlpodspec.pod
44405 ____________________________________________________________________________
44406 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
44407         Log: Workaround a dmake oddity.
44408              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44409              From: Steve Hay <steve.hay@uk.radan.com>
44410              Date: Thu, 03 Jun 2004 12:16:13 +0100
44411              Message-ID: <40BF087D.8030005@uk.radan.com>
44412      Branch: perl
44413            ! win32/makefile.mk
44414 ____________________________________________________________________________
44415 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
44416         Log: Carp was mostly unusable with Safe because it may require
44417              Carp::Heavy at run-time (while require() is forbidden.)
44418              Have Safe load Carp::Heavy.
44419      Branch: perl
44420            ! ext/Opcode/Safe.pm lib/Carp.pm
44421 ____________________________________________________________________________
44422 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
44423         Log: Make change #22889 work for threaded builds, Part 2.
44424      Branch: perl
44425            ! XSUB.h
44426 ____________________________________________________________________________
44427 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
44428         Log: Make change #22889 work for threaded builds.
44429      Branch: perl
44430            ! pad.c pp.c
44431 ____________________________________________________________________________
44432 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
44433         Log: Fix apidoc entries for PUSHMARK and newXSproto.
44434      Branch: perl
44435            ! XSUB.h pod/perlapi.pod pp.h
44436 ____________________________________________________________________________
44437 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
44438         Log: Document embed.fnc 'U' and 's' flags.
44439      Branch: perl
44440            ! embed.fnc
44441 ____________________________________________________________________________
44442 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
44443         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
44444              From: "Craig A. Berry" <craigberry@mac.com>
44445              Date: Tue, 01 Jun 2004 23:16:58 -0500
44446              Message-ID: <40BD54BA.9040708@mac.com>
44447      Branch: perl
44448            ! perl.c
44449 ____________________________________________________________________________
44450 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
44451         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
44452              From: Alexey Tourbin <at@altlinux.ru>
44453              Date: Sat, 22 May 2004 02:22:22 +0400
44454              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
44455      Branch: perl
44456            ! ext/NDBM_File/hints/linux.pl
44457 ____________________________________________________________________________
44458 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
44459         Log: Detypo.
44460      Branch: perl
44461            ! pod/perlintern.pod pp_ctl.c
44462 ____________________________________________________________________________
44463 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
44464         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
44465              From: Andrew Dougherty <doughera@lafayette.edu>
44466              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
44467              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
44468      Branch: perl
44469            ! INSTALL README
44470 ____________________________________________________________________________
44471 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
44472         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
44473              While we're at it, use the same trick to make reverse()
44474              work correctly with lexical $_.
44475      Branch: perl
44476            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
44477            ! t/op/mydef.t
44478 ____________________________________________________________________________
44479 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
44480         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
44481              From: Alan Burlison <Alan.Burlison@Sun.COM>
44482              Date: Fri, 28 May 2004 12:27:06 +0100
44483              Message-ID: <40B7220A.4040305@sun.com>
44484      Branch: perl
44485            ! lib/FileCache.pm
44486 ____________________________________________________________________________
44487 [ 22887] By: merijn                                on 2004/06/01  14:30:48
44488         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44489              From: Steve Hay <steve.hay@uk.radan.com>
44490              Date: Tue, 01 Jun 2004 15:30:37 +0100
44491              Message-ID: <40BC930D.90701@uk.radan.com>
44492      Branch: perl
44493            ! win32/Makefile win32/makefile.mk
44494 ____________________________________________________________________________
44495 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
44496         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
44497              From: Alan Burlison <Alan.Burlison@sun.com>
44498              Date: Fri, 28 May 2004 23:28:44 +0100
44499              Message-ID: <40B7BD1C.40309@sun.com>
44500      Branch: perl
44501            ! lib/Pod/Find.pm
44502 ____________________________________________________________________________
44503 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
44504         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
44505              From: Paul Fenwick <pjf@perltraining.com.au>
44506              Date: Tue, 1 Jun 2004 11:31:34 +1000
44507              Message-ID: <20040601013134.GA11005@perltraining.com.au>
44508      Branch: perl
44509            ! pod/perlfunc.pod
44510 ____________________________________________________________________________
44511 [ 22884] By: merijn                                on 2004/06/01  10:51:33
44512         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
44513              From: "Craig A. Berry" <craigberry@mac.com>
44514              Date: Mon, 31 May 2004 21:04:07 -0500
44515              Message-ID: <40BBE417.2090001@mac.com>
44516      Branch: perl
44517            ! configure.com
44518 ____________________________________________________________________________
44519 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
44520         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
44521              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
44522              Date: Tue, 1 Jun 2004 07:52:58 +0200
44523              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
44524      Branch: perl
44525            ! lib/Shell.pm
44526 ____________________________________________________________________________
44527 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
44528         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
44529              From: Dave Rolsky <autarch@urth.org>
44530              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
44531              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
44532      Branch: perl
44533            ! pod/perlhack.pod
44534 ____________________________________________________________________________
44535 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
44536         Log: replace the run time code in lib/utf8_pva.pl with data generated
44537              at build by mktables, stored in lib/unicore/PVA.pl
44538      Branch: perl
44539            - lib/utf8_pva.pl
44540            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
44541            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44542 ____________________________________________________________________________
44543 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
44544         Log: Don't need to require utf8_pva.pl at top of file
44545      Branch: perl
44546            ! lib/utf8_heavy.pl
44547 ____________________________________________________________________________
44548 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
44549         Log: Run mktables as part of the build process.
44550              Don't ship any of the files that it generates in lib/unicore
44551      Branch: perl
44552            - (delete 419 files)
44553            ! MANIFEST Makefile.SH lib/unicore/mktables
44554            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
44555 ____________________________________________________________________________
44556 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
44557         Log: Subject: [perl #29937] Entries missing from .packlist
44558              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
44559              Date: 28 May 2004 19:23:48 -0000
44560              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
44561      Branch: perl
44562            ! installman installperl
44563 ____________________________________________________________________________
44564 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
44565         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
44566              From: <wolfgang.laun@chello.at>
44567              Date: Sun, 30 May 2004 17:27:07 +0200
44568              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
44569      Branch: perl
44570            ! utils/h2ph.PL
44571 ____________________________________________________________________________
44572 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
44573         Log: Subject: [PATCH] Fix anomalies in Carp functions
44574              From: Steve Hay <steve.hay@uk.radan.com>
44575              Date: Tue, 25 May 2004 16:05:02 +0100
44576              Message-ID: <40B3609E.5060502@uk.radan.com>
44577      Branch: perl
44578            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
44579 ____________________________________________________________________________
44580 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
44581         Log: Subject: [PATCH] Fix generation of perlapi.pod
44582              From: Steve Hay <steve.hay@uk.radan.com>
44583              Date: Fri, 28 May 2004 11:46:41 +0100
44584              Message-ID: <40B71891.6090806@uk.radan.com>
44585      Branch: perl
44586            ! autodoc.pl pod/perlapi.pod
44587 ____________________________________________________________________________
44588 [ 22874] By: davem                                 on 2004/05/30  22:31:03
44589         Log: Subject:  Re: my $x->{foo} doesn't work
44590              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
44591              Date:  Tue, 25 May 2004 00:06:06 +0900
44592              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
44593
44594              Allow autovivification of (my $x)->{foo}
44595      Branch: perl
44596            ! pp_hot.c t/op/my.t
44597 ____________________________________________________________________________
44598 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
44599         Log: Convert to using File::Spec, so that we can build Unicode files
44600              on all platforms
44601      Branch: perl
44602            ! lib/unicore/mktables
44603 ____________________________________________________________________________
44604 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
44605         Log: First step to generating Unicode files for the regexp engine at build
44606              time - targets in the Makefile
44607      Branch: perl
44608            ! Makefile.SH
44609 ____________________________________________________________________________
44610 [ 22870] By: davem                                 on 2004/05/30  14:30:45
44611         Log: Problem with autouse (causing Perl to crash)
44612              @_ sometimes wasn't getting created right
44613      Branch: perl
44614            ! pad.c pp_ctl.c t/op/goto.t
44615 ____________________________________________________________________________
44616 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
44617         Log: Upgrade to Encode 2.01.
44618      Branch: perl
44619            ! ext/Encode/lib/Encode/CN/HZ.pm
44620            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
44621 ____________________________________________________________________________
44622 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
44623         Log: Skip in minitest
44624      Branch: perl
44625            ! t/comp/utf.t
44626 ____________________________________________________________________________
44627 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
44628         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
44629              From: Stas Bekman <stas@stason.org>
44630              Date: Thu, 27 May 2004 11:25:08 -0700
44631              Message-ID: <40B63284.5040203@stason.org>
44632      Branch: perl
44633            ! pod/perlapi.pod pod/perlguts.pod sv.h
44634 ____________________________________________________________________________
44635 [ 22852] By: merijn                                on 2004/05/28  05:31:25
44636         Log: Subject: TEST needs to ignore SCM files
44637              From: Alan Burlison <Alan.Burlison@sun.com>
44638              Date: Thu, 27 May 2004 23:32:28 +0100
44639              Message-ID: <40B66C7C.8030303@sun.com>
44640      Branch: perl
44641            ! t/TEST
44642 ____________________________________________________________________________
44643 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
44644         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
44645              From: Alan Burlison <Alan.Burlison@sun.com>
44646              Date: Wed, 26 May 2004 16:24:03 +0100
44647              Message-ID: <40B4B693.9090905@sun.com>
44648              (using \0 as a separator for q//)
44649      Branch: perl
44650            ! perl.c
44651 ____________________________________________________________________________
44652 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
44653         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
44654              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44655              Date: Tue, 25 May 2004 02:29:37 -0700
44656              Message-ID: <20040525092937.GA2332@efn.org>
44657      Branch: perl
44658            ! lib/diagnostics.pm
44659 ____________________________________________________________________________
44660 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
44661         Log: Tests for change #22842, by SADAHIRO Tomoyuki
44662              (adapted to the core)
44663      Branch: perl
44664            + t/op/utftaint.t
44665            ! MANIFEST
44666 ____________________________________________________________________________
44667 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
44668         Log: Subject: Re: utf-8 and taint don't work together
44669              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
44670              Date: Sat, 22 May 2004 21:38:33 +0900
44671              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
44672
44673              Date: Sun, 23 May 2004 09:56:15 +0900
44674              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
44675      Branch: perl
44676            ! ext/Encode/lib/Encode/CN/HZ.pm
44677            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
44678 ____________________________________________________________________________
44679 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
44680         Log: Subject: [PATCH] win32_chsize is not exported on Win32
44681              From: Steve Hay <steve.hay@uk.radan.com>
44682              Date: Mon, 24 May 2004 12:52:48 +0100
44683              Message-ID: <40B1E210.4050202@uk.radan.com>
44684      Branch: perl
44685            ! makedef.pl
44686 ____________________________________________________________________________
44687 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
44688         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
44689              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44690              Date: Fri, 21 May 2004 11:35:34 -0700
44691              Message-ID: <20040521183533.GA5108@efn.org>
44692              (plus whitespace removal)
44693      Branch: perl
44694            ! INSTALL
44695 ____________________________________________________________________________
44696 [ 22839] By: davem                                 on 2004/05/22  11:15:34
44697         Log: Optimization busted: '@a = "b", sort @a' drops "b"
44698              Fix the sort-in-place optimization of change #22349.
44699      Branch: perl
44700            ! op.c t/op/sort.t
44701 ____________________________________________________________________________
44702 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
44703         Log: Update to Scalar-List-Utils-1.14
44704      Branch: perl
44705            + ext/List/Util/Changes
44706            - ext/List/Util/ChangeLog
44707            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
44708            ! ext/List/Util/lib/List/Util.pm
44709            ! ext/List/Util/lib/Scalar/Util.pm
44710 ____________________________________________________________________________
44711 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
44712         Log: Subject: Proposed doc patch for getsockopt
44713              From: perl5-porters@ton.iguana.be (Ton Hospel)
44714              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
44715              Message-Id: <c87qmo$u9b$1@post.home.lunix>
44716      Branch: perl
44717            ! pod/perlfunc.pod
44718 ____________________________________________________________________________
44719 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
44720         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
44721              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
44722              Date: Fri, 21 May 2004 10:51:58 +0200
44723              Message-id: <20040521085158.GA10660@ethan>
44724              (modified regexp)
44725      Branch: perl
44726            ! utils/h2xs.PL
44727 ____________________________________________________________________________
44728 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
44729         Log: Upgrade to Encode 2.00.
44730      Branch: perl
44731            ! (edit 147 files)
44732 ____________________________________________________________________________
44733 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
44734         Log: Test portability nit.
44735              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44736              From: Steve Hay <steve.hay@uk.radan.com>
44737              Date: Tue, 18 May 2004 11:31:04 +0100
44738              Message-ID: <40A9E5E8.7030800@uk.radan.com>
44739      Branch: perl
44740            ! ext/B/t/optree_specials.t
44741 ____________________________________________________________________________
44742 [ 22831] By: davem                                 on 2004/05/19  21:02:04
44743         Log: improve hashing algorithm for ptr tables in perl_clone:
44744              the bottom few bits of a pointer are usually zero
44745      Branch: perl
44746            ! sv.c
44747 ____________________________________________________________________________
44748 [ 22830] By: davem                                 on 2004/05/19  20:17:55
44749         Log: Thread creation time is hypersensitive
44750
44751              Due to a logic error, the dup ptr table sometimes wans't being
44752              grown, leading to extremely slow cloning.
44753      Branch: perl
44754            ! sv.c
44755 ____________________________________________________________________________
44756 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
44757         Log: perlrun.pod minor fixes :
44758              - the parameter to -x is optional
44759              - pod nit
44760      Branch: perl
44761            ! pod/perlrun.pod
44762 ____________________________________________________________________________
44763 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
44764         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
44765              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
44766              Date: 16 May 2004 13:33:32 -0000
44767              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
44768      Branch: perl
44769            ! lib/h2xs.t
44770 ____________________________________________________________________________
44771 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
44772         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
44773              From: Steve Hay <steve.hay@uk.radan.com>
44774              Date: Fri, 14 May 2004 17:33:17 +0100
44775              Message-ID: <40A4F4CD.2000003@uk.radan.com>
44776      Branch: perl
44777            ! t/comp/utf.t
44778 ____________________________________________________________________________
44779 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
44780         Log: Error message too wide.
44781      Branch: perl
44782            ! perl.c
44783 ____________________________________________________________________________
44784 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
44785         Log: Remove a TODO test that is no longer to do.
44786      Branch: perl
44787            ! ext/B/t/f_sort.t
44788 ____________________________________________________________________________
44789 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
44790         Log: Fix new B::Concise test output
44791              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
44792              From: Jim Cromie <jcromie@divsol.com>
44793              Date: Mon, 17 May 2004 09:19:00 -0600
44794              Message-ID: <40A8D7E4.1020007@divsol.com>
44795      Branch: perl
44796            ! ext/B/t/f_sort.t t/TEST
44797 ____________________________________________________________________________
44798 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
44799         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
44800              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
44801              Date: Mon, 17 May 2004 07:38:19 +0200
44802              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
44803      Branch: perl
44804            ! ext/File/Glob/Glob.xs
44805 ____________________________________________________________________________
44806 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
44807         Log: David Manura is the new maintainer of Text::Balanced.
44808      Branch: perl
44809            ! Porting/Maintainers.pl
44810 ____________________________________________________________________________
44811 [ 22821] By: davem                                 on 2004/05/16  15:31:42
44812         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
44813      Branch: perl
44814            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
44815 ____________________________________________________________________________
44816 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
44817         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
44818              From: Jim Cromie <jcromie@divsol.com>
44819              Date: Mon, 10 May 2004 05:28:11 -0600
44820              Message-ID: <409F674B.2000506@divsol.com>
44821      Branch: perl
44822            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
44823            + ext/B/t/optree_specials.t
44824            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
44825            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
44826            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
44827            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
44828            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
44829 ____________________________________________________________________________
44830 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
44831         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
44832              access the $_ variable, even when there is a lexical one in scope.
44833      Branch: perl
44834            ! XSUB.h pod/perlapi.pod
44835 ____________________________________________________________________________
44836 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
44837         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
44838              From: Jarkko Hietaniemi <jhi@iki.fi>
44839              Message-ID: <40A26D75.8080406@iki.fi>
44840              Date: Wed, 12 May 2004 21:31:17 +0300
44841      Branch: perl
44842            + t/comp/utf.t
44843            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
44844 ____________________________________________________________________________
44845 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
44846         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
44847              From: Olli Savia (via RT) <perlbug-followup@perl.org>
44848              Date: 12 May 2004 13:02:41 -0000
44849              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
44850      Branch: perl
44851            ! sv.c
44852 ____________________________________________________________________________
44853 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
44854         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
44855      Branch: perl
44856            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
44857 ____________________________________________________________________________
44858 [ 22815] By: merijn                                on 2004/05/12  10:43:42
44859         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
44860              From: Andy Dougherty <doughera@lafayette.edu>
44861              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
44862              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
44863      Branch: perl
44864            ! Configure hints/darwin.sh hints/rhapsody.sh
44865 ____________________________________________________________________________
44866 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
44867         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
44868              This completes the series: #22734, #22745, #22754, #22780
44869      Branch: perl
44870            ! pod/perlpacktut.pod
44871 ____________________________________________________________________________
44872 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
44873         Log: 'v' unpacks unsigned shorts.
44874      Branch: perl
44875            ! pod/perlpacktut.pod
44876 ____________________________________________________________________________
44877 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
44878         Log: Subject: various -V: searches [PATCH]
44879              From: Jim Cromie <jcromie@divsol.com>
44880              Date: Tue, 11 May 2004 00:15:46 -0600
44881              Message-ID: <40A06F92.1070607@divsol.com>
44882      Branch: perl
44883            ! configpm lib/Config.t pod/perlrun.pod
44884 ____________________________________________________________________________
44885 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
44886         Log: More pod names in the debugger for the runman command
44887      Branch: perl
44888            ! lib/perl5db.pl
44889 ____________________________________________________________________________
44890 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
44891         Log: Subject: [PATCH] debugger (step backwards)
44892              From: Richard.Foley@t-online.de (Richard Foley)
44893              Date: Tue, 11 May 2004 11:04:11 +0200
44894              Message-Id: <200405111104.11484.richard.foley@rfi.net>
44895      Branch: perl
44896            ! lib/perl5db.pl
44897 ____________________________________________________________________________
44898 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
44899         Log: Subject: void context !~ generates "Useless use of not at line..." warning
44900              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
44901              Date: Sun, 9 May 2004 00:59:19 -0700
44902              Message-ID: <20040509075919.GA3752@efn.org>
44903      Branch: perl
44904            ! op.c
44905 ____________________________________________________________________________
44906 [ 22806] By: ams                                   on 2004/05/10  22:12:31
44907         Log: Subject: Re: a little extra cmdline help. [PATCH]
44908              From: Jim Cromie <jcromie@divsol.com>
44909              Date: Mon, 10 May 2004 15:25:07 -0600
44910              Message-Id: <409FF333.4020104@divsol.com>
44911      Branch: perl
44912            ! perl.c
44913 ____________________________________________________________________________
44914 [ 22804] By: ams                                   on 2004/05/10  11:10:34
44915         Log: Remove stray '.
44916      Branch: perl
44917            ! lib/File/Copy.pm
44918 ____________________________________________________________________________
44919 [ 22803] By: ams                                   on 2004/05/10  10:14:40
44920         Log: Subject: [PATCH] File::Copy Pod
44921              From: slaven@rezic.de
44922              Date: Mon, 10 May 2004 09:57:37 +0000
44923              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
44924      Branch: perl
44925            ! lib/File/Copy.pm
44926 ____________________________________________________________________________
44927 [ 22802] By: davem                                 on 2004/05/07  19:12:29
44928         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
44929              that $index was the uninitialized value, when in fact it was $foo1
44930      Branch: perl
44931            ! sv.c t/lib/warnings/9uninit
44932 ____________________________________________________________________________
44933 [ 22801] By: davem                                 on 2004/05/07  18:21:22
44934         Log: Subject:  Re: stdio still supported?
44935              From:  Jim Cromie <jcromie@divsol.com>
44936              Date:  Thu, 06 May 2004 16:37:56 -0600
44937              Message-Id:  <409ABE44.8060307@divsol.com>
44938
44939              Update B::Concise tests to skip stuff requiring the
44940              "open to a scalar" feature of Perlio is it isn't available.
44941              Also note this caveat in perlfunc.pod
44942      Branch: perl
44943            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
44944            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
44945            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
44946            ! pod/perlfunc.pod
44947 ____________________________________________________________________________
44948 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
44949         Log: Windows issues with select() are already documented in perlport.
44950      Branch: perl
44951            ! pod/perlfunc.pod
44952 ____________________________________________________________________________
44953 [ 22799] By: ams                                   on 2004/05/07  13:38:16
44954         Log: Subject: [perl #29397] Change in pod2man arguments
44955              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
44956              Date: 6 May 2004 22:08:10 -0000
44957              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
44958      Branch: perl
44959            ! pod/pod2man.PL
44960 ____________________________________________________________________________
44961 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
44962         Log: Scalar::Util::refaddr falsely returns false
44963              Add mg_get() to refaddr() when SV is magical.
44964              Fix the non-xs version of looks_like_number().
44965      Branch: perl
44966            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
44967            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
44968 ____________________________________________________________________________
44969 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
44970         Log: Document that select() on Windows doesn't work on non-socket filehandles.
44971      Branch: perl
44972            ! pod/perlfunc.pod
44973 ____________________________________________________________________________
44974 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
44975         Log: Double warning for int(undef) and abs(undef)
44976              Remove the duplicate warnings and update tests.
44977      Branch: perl
44978            ! pp.c t/lib/warnings/9uninit
44979 ____________________________________________________________________________
44980 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
44981         Log: Add a small script to check whether a perl source tree
44982              (with or without generated files) is friendly with
44983              case-insensitive filesystems.
44984              Adapted from :
44985              Subject: Re: STerm.pl vs Sterm.pl
44986              From: James Mastros <james@mastros.biz>
44987              Date: Thu, 06 May 2004 14:45:53 +0200
44988              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
44989      Branch: perl
44990            + Porting/checkcase.pl
44991            ! MANIFEST
44992 ____________________________________________________________________________
44993 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
44994         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
44995              From: bilbo@ua.fm
44996              Date: Wed, 28 Apr 2004 00:19:55 +0300
44997              Message-ID: <611491036.20040428001955@ua.fm>
44998      Branch: perl
44999            ! win32/win32.c
45000 ____________________________________________________________________________
45001 [ 22788] By: merijn                                on 2004/05/06  11:35:21
45002         Log: add -pipe to gcc's default flags
45003              it has shown a compile time speed increase of about 40% on
45004              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
45005              OS/gcc combo's remove it in the hints
45006      Branch: perl
45007            ! Configure
45008 ____________________________________________________________________________
45009 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
45010         Log: Add tests for mX?PUSH[inup] macros.
45011
45012              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
45013              From: Steve Hay <steve.hay@uk.radan.com>
45014              Date: Wed, 05 May 2004 15:34:45 +0100
45015              Message-ID: <4098FB85.1060602@uk.radan.com>
45016      Branch: perl
45017            + ext/XS/APItest/t/push.t
45018            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
45019            ! ext/XS/APItest/MANIFEST
45020 ____________________________________________________________________________
45021 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
45022         Log: Subject: Problem with h2xs
45023              From: David Cannings <lists@edeca.net>
45024              Date: Mon, 3 May 2004 13:44:33 +0100
45025              Message-Id: <200405031344.33723.lists@edeca.net>
45026              (Second patch only)
45027      Branch: perl
45028            ! utils/h2xs.PL
45029 ____________________________________________________________________________
45030 [ 22781] By: davem                                 on 2004/05/04  19:20:36
45031         Log: Bizarre copy of ARRAY
45032              make sure a pad op's flags are updated after optimising away
45033              the assignment in my @a = () (see change 22520).
45034      Branch: perl
45035            ! op.c t/op/my.t
45036 ____________________________________________________________________________
45037 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
45038         Log: Add byte-order group modifiers to (un)pack templates.
45039              Follow-up on: #22734, #22745, #22753, #22754.
45040
45041              Subject: Group modifiers in (un)pack templates
45042              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45043              Date: Mon, 3 May 2004 20:14:41 +0200
45044              Message-Id: <20040503201441.1b058e0d@r2d2>
45045      Branch: perl
45046            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
45047 ____________________________________________________________________________
45048 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
45049         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
45050
45051              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
45052              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45053              Date: Mon, 3 May 2004 20:03:28 +0200
45054              Message-Id: <20040503200328.24efcda5@r2d2>
45055      Branch: perl
45056            ! pp.h
45057 ____________________________________________________________________________
45058 [ 22778] By: davem                                 on 2004/05/03  21:07:44
45059         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
45060      Branch: perl
45061            ! t/io/open.t
45062 ____________________________________________________________________________
45063 [ 22777] By: davem                                 on 2004/05/03  20:48:53
45064         Log: add test for change #22776 ("open m" crashes Perl)
45065      Branch: perl
45066            ! t/io/open.t
45067 ____________________________________________________________________________
45068 [ 22776] By: davem                                 on 2004/05/03  20:26:22
45069         Log: perl -e "open m" crashes Perl
45070      Branch: perl
45071            ! toke.c
45072 ____________________________________________________________________________
45073 [ 22775] By: davem                                 on 2004/05/03  18:52:39
45074         Log: scalar delete of empty slice returned garbage
45075      Branch: perl
45076            ! pp.c t/op/delete.t
45077 ____________________________________________________________________________
45078 [ 22774] By: davem                                 on 2004/05/03  17:44:44
45079         Log: split could leave an array without &PL_sv_undef
45080              in the unused elements
45081      Branch: perl
45082            ! pp.c t/op/split.t
45083 ____________________________________________________________________________
45084 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
45085         Log: Subject: Re: "fuzzy" in mktables
45086              From: Jarkko Hietaniemi <jhi@iki.fi>
45087              Message-ID: <4093A82B.6040609@iki.fi>
45088              Date: Sat, 01 May 2004 16:37:47 +0300
45089      Branch: perl
45090            ! lib/unicore/mktables
45091 ____________________________________________________________________________
45092 [ 22772] By: davem                                 on 2004/05/03  13:33:21
45093         Log: remove spurious intentation in utf8_pva.pl
45094      Branch: perl
45095            ! lib/utf8_pva.pl
45096 ____________________________________________________________________________
45097 [ 22771] By: davem                                 on 2004/05/03  13:28:24
45098         Log: ensure that utf8 Perl code magically called from a regex localizes $.
45099      Branch: perl
45100            ! lib/utf8_pva.pl
45101 ____________________________________________________________________________
45102 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
45103         Log: Integrate:
45104              [ 22694]
45105              For maint, I don't think that we can have sperl go sulky if invoked
45106              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
45107              only set ID exectuable reside under a different name (suidperl)
45108
45109              [ 22700]
45110              The set uid perl is now called setuidperl. Not suidperl.
45111              Which I discover is hardlinked from sperl by ./installperl
45112              elsewhere. Helpfully confusing installperl script.
45113
45114              [ 22718]
45115              Revert 22700 (as part of changes suggested by Brendan O'Dea)
45116
45117              [ 22719]
45118              Revert 22694
45119
45120              [ 22720]
45121              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
45122              binary must have fd script conundrum, as suggested by Brendan O'Dea
45123              Plus restore the more helpful error message from 22694 and the gist
45124              of the perl584delta changes from 22700
45125      Branch: perl
45126           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
45127 ____________________________________________________________________________
45128 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
45129         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
45130              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
45131              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
45132              Date: 22 Apr 2004 10:49:22 -0000
45133      Branch: perl
45134            ! lib/Text/ParseWords.pm
45135 ____________________________________________________________________________
45136 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
45137         Log: It seems daft to me that we have a synopis example that will fail if
45138              gcc happened to be invoked via the name cc, and completely ignores
45139              the far more reliable 'gccversion' variable
45140              So here's one using 'usethreads' that ought to work everywhere.
45141      Branch: perl
45142            ! configpm
45143 ____________________________________________________________________________
45144 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
45145         Log: Make t/uni/class.t pass on case insensitive file systems
45146      Branch: perl
45147            ! t/uni/class.t
45148 ____________________________________________________________________________
45149 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
45150         Log: Save some repeated strlen()s in Perl_swash_init
45151      Branch: perl
45152            ! utf8.c
45153 ____________________________________________________________________________
45154 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
45155         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
45156              of some binary property files
45157      Branch: perl
45158            + lib/unicore/lib/gc_sc/Dash2.pl
45159            + lib/unicore/lib/gc_sc/Hyphen2.pl
45160            + lib/unicore/lib/gc_sc/Radical2.pl
45161 ____________________________________________________________________________
45162 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
45163         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
45164      Branch: perl
45165            ! MANIFEST
45166 ____________________________________________________________________________
45167 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
45168         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
45169              by making the %BaseName check global
45170      Branch: perl
45171            + lib/unicore/lib/gc_sc/Sterm2.pl
45172            - lib/unicore/lib/gc_sc/Sterm.pl
45173            ! MANIFEST lib/unicore/Canonical.pl
45174            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
45175            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
45176 ____________________________________________________________________________
45177 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
45178         Log: Remove the no-longer autogenerated Unicode files
45179      Branch: perl
45180            - (delete 322 files)
45181            ! MANIFEST
45182 ____________________________________________________________________________
45183 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
45184         Log: mktables requires post 5.005
45185      Branch: perl
45186            ! lib/unicore/mktables
45187 ____________________________________________________________________________
45188 [ 22758] By: davem                                 on 2004/04/30  11:48:55
45189         Log: disable problematical 'uninitialized value' warning tests
45190      Branch: perl
45191            ! t/lib/warnings/9uninit
45192 ____________________________________________________________________________
45193 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
45194         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
45195              should handle 'set' magic, just like the X?PUSH[inup]
45196              counterparts.
45197      Branch: perl
45198            ! pod/perlapi.pod pp.h
45199 ____________________________________________________________________________
45200 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
45201         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
45202              From: Steve Hay <steve.hay@uk.radan.com>
45203              Date: Fri, 30 Apr 2004 10:07:21 +0100
45204              Message-ID: <40921749.3050600@uk.radan.com>
45205      Branch: perl
45206            ! pod/perlapi.pod pod/perlguts.pod pp.h
45207 ____________________________________________________________________________
45208 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
45209         Log: Fix 29149 - another UTF8 cache bug hit by substr.
45210              Regression test from:
45211
45212              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
45213              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45214              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
45215              Date: Thu, 29 Apr 2004 10:53:17 +0900
45216      Branch: perl
45217            ! sv.c t/op/substr.t
45218 ____________________________________________________________________________
45219 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
45220         Log: More unpack cleanups.
45221      Branch: perl
45222            ! pp_pack.c
45223 ____________________________________________________________________________
45224 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
45225         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
45226              Remove all associated code.
45227      Branch: perl
45228            ! hints/cxux.sh pp_pack.c
45229 ____________________________________________________________________________
45230 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
45231         Log: The openbsd 64-bit test should use $uquadtype rather
45232              than hardcoding unsigned long long.
45233      Branch: perl
45234            ! hints/openbsd.sh
45235 ____________________________________________________________________________
45236 [ 22751] By: ams                                   on 2004/04/29  08:24:31
45237         Log: Update to Test.pm 1.25 (from SBURKE).
45238      Branch: perl
45239            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
45240            ! MANIFEST lib/Test.pm
45241 ____________________________________________________________________________
45242 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
45243         Log: When configuring for 64-bit support, check that the
45244              C library functions for casting floating point values
45245              to 64-bit integer values are not broken.
45246      Branch: perl
45247            ! hints/openbsd.sh
45248 ____________________________________________________________________________
45249 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
45250         Log: Fix for [perl #28963]: find2perl was sometimes generating
45251              invalid code.
45252      Branch: perl
45253            ! x2p/find2perl.PL
45254 ____________________________________________________________________________
45255 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
45256         Log: Subject: [PATCH] Add diagnostics section to base.pm
45257              From: "Jos I. Boumans" <kane@dwim.org>
45258              Date: Wed, 28 Apr 2004 13:04:47 +0200
45259              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
45260      Branch: perl
45261            ! lib/base.pm
45262 ____________________________________________________________________________
45263 [ 22747] By: merijn                                on 2004/04/28  12:42:50
45264         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
45265              Date: 21 Apr 2004 11:07:22 -0000
45266              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
45267              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
45268      Branch: perl
45269            ! ext/POSIX/POSIX.pod
45270 ____________________________________________________________________________
45271 [ 22746] By: davem                                 on 2004/04/27  22:21:35
45272         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
45273      Branch: perl
45274            ! pp.c
45275 ____________________________________________________________________________
45276 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
45277         Log: Cleanup variables in S_(un)pack_rec().
45278              This also works around a gcc optimizer bug on dec_osf/alpha.
45279      Branch: perl
45280            ! pp_pack.c
45281 ____________________________________________________________________________
45282 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
45283         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
45284              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
45285              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
45286              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
45287
45288              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
45289              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
45290      Branch: perl
45291            + (add 406 files)
45292            ! MANIFEST lib/unicore/Canonical.pl
45293            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
45294            ! lib/unicore/Exact.pl lib/unicore/Name.pl
45295            ! lib/unicore/Properties lib/unicore/To/Digit.pl
45296            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
45297            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
45298            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
45299            ! t/op/pat.t t/uni/class.t
45300 ____________________________________________________________________________
45301 [ 22743] By: merijn                                on 2004/04/26  22:20:30
45302         Log: usemallocwrap works on AIX, but not with vac-5
45303              Date: Mon, 26 Apr 2004 15:35:23 +0200
45304              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45305              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
45306              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
45307      Branch: perl
45308            ! hints/aix.sh hints/aix_4.sh
45309 ____________________________________________________________________________
45310 [ 22742] By: davem                                 on 2004/04/24  12:53:07
45311         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
45312      Branch: perl
45313            ! sv.c
45314 ____________________________________________________________________________
45315 [ 22741] By: davem                                 on 2004/04/23  20:43:02
45316         Log: Include variable names in "Use of uninitialized value" warnings
45317      Branch: perl
45318            + t/lib/warnings/9uninit
45319            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
45320            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
45321            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
45322            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
45323            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
45324            ! t/lib/warnings/3both t/lib/warnings/4lint
45325            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
45326            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
45327            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
45328            ! t/run/fresh_perl.t t/run/runenv.t
45329 ____________________________________________________________________________
45330 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
45331         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
45332              From: Richard.Foley@t-online.de (Richard Foley)
45333              Date: Fri, 23 Apr 2004 06:33:34 +0200
45334              Message-Id: <200404230633.34402.richard.foley@rfi.net>
45335      Branch: perl
45336            ! lib/perl5db.pl
45337 ____________________________________________________________________________
45338 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
45339         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
45340      Branch: perl
45341            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
45342            ! vms/descrip_mms.template win32/pod.mak
45343 ____________________________________________________________________________
45344 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
45345         Log: Integrate:
45346              [ 22165]
45347              Create perl584delta.pod
45348              (Not that I'm really proposing to start work on 5.8.4 today)
45349
45350              [ 22650]
45351              Updates from Stas Bekman, Brendan O'Dea and Hugo
45352
45353              [ 22655]
45354              Tweaks from Hugo and Liz
45355
45356              [ 22677]
45357              Improvements from Jarkko
45358
45359              [ 22684]
45360              Integrate:
45361              [ 22665]
45362              AIX-4 with xlc does not like malloc wrap
45363
45364              [ 22666]
45365              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
45366
45367              [ 22698]
45368              Clarify AIX and win32's malloc wrapping
45369
45370              [ 22700]
45371              The set uid perl is now called setuidperl. Not suidperl.
45372              Which I discover is hardlinked from sperl by ./installperl
45373              elsewhere. Helpfully confusing installperl script.
45374
45375              [ 22703]
45376              More perldelta updates
45377
45378              [ 22710]
45379              Subject:  spelling
45380              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
45381              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
45382              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
45383
45384              [ 22718]
45385              Revert 22700 (as part of changes suggested by Brendan O'Dea)
45386
45387              [ 22720]
45388              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
45389              binary must have fd script conundrum, as suggested by Brendan O'Dea
45390              Plus restore the more helpful error message from 22694 and the gist
45391              of the perl584delta changes from 22700
45392
45393              [ 22731]
45394              Oink, oink, flap, flap!
45395      Branch: perl
45396           +> pod/perl584delta.pod
45397            ! MANIFEST
45398           !> pod/perlhist.pod
45399 ____________________________________________________________________________
45400 [ 22735] By: merijn                                on 2004/04/23  10:11:23
45401         Log: Subject: [PATCH] Where to find nmake for windows
45402              From: Abe Timmerman <abe@ztreet.demon.nl>
45403              Date: Thu, 22 Apr 2004 23:57:40 +0200
45404              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
45405              Changed download URL references for nmake
45406      Branch: perl
45407            ! README.win32 pod/perlmodinstall.pod
45408 ____________________________________________________________________________
45409 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
45410         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
45411              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45412              Date: Wed, 21 Apr 2004 21:09:20 +0200
45413              Message-Id: <20040421210920.3c467772@r2d2>
45414      Branch: perl
45415            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
45416            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
45417 ____________________________________________________________________________
45418 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
45419         Log: Missing copyright in the README.
45420      Branch: perl
45421            ! README
45422 ____________________________________________________________________________
45423 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
45424         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
45425              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
45426              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
45427              Date: 11 Apr 2004 13:08:17 -0000
45428      Branch: perl
45429            ! pod/perlipc.pod
45430 ____________________________________________________________________________
45431 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
45432         Log: Punt the "reporting bugs" section to the top.
45433              Reorder the description of what to do, to start with the most common
45434              case.
45435              Clarify "how to report bugs effectively" (and why it benefits you)
45436      Branch: perl
45437            ! INSTALL
45438 ____________________________________________________________________________
45439 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
45440         Log: This should be L<>
45441      Branch: perl
45442            ! INSTALL
45443 ____________________________________________________________________________
45444 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
45445         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
45446      Branch: perl
45447            ! INSTALL
45448 ____________________________________________________________________________
45449 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
45450         Log: We should be telling people about ..exp, else they use the unexpanded
45451              forms and shaft anyone who installs a private perl within ~
45452      Branch: perl
45453            ! INSTALL
45454 ____________________________________________________________________________
45455 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
45456         Log: Subject: [patch] log the interpreter id in warnings
45457              From: Stas Bekman <stas@stason.org>
45458              Date: Mon, 19 Apr 2004 18:10:01 -0700
45459              Message-ID: <40847869.1000906@stason.org>
45460      Branch: perl
45461            ! gv.c handy.h hv.c perl.c sv.c
45462 ____________________________________________________________________________
45463 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
45464         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
45465              From: Jonathan Stowe <jns@gellyfish.com>
45466              Date: Tue, 20 Apr 2004 12:37:28 +0100
45467              Message-Id: <1082461047.2736.96.camel@localhost>
45468      Branch: perl
45469            ! lib/Term/Cap.pm
45470 ____________________________________________________________________________
45471 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
45472         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
45473              to read an op that was just freed, which was obviously illegal.
45474      Branch: perl
45475            ! op.c
45476 ____________________________________________________________________________
45477 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
45478         Log: Upgrade to FileCache 1.04.
45479      Branch: perl
45480            ! lib/FileCache.pm
45481 ____________________________________________________________________________
45482 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
45483         Log: New file left out of the last commit.
45484      Branch: perl
45485            + t/uni/class.t
45486 ____________________________________________________________________________
45487 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
45488         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
45489              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
45490              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
45491              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
45492      Branch: perl
45493            ! MANIFEST pod/perlunicode.pod
45494 ____________________________________________________________________________
45495 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
45496         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
45497              From: hv@crypt.org
45498              Date: Wed, 14 Apr 2004 19:30:46 +0100
45499              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
45500      Branch: perl
45501            ! regcomp.c regexec.c t/op/pat.t
45502 ____________________________________________________________________________
45503 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
45504         Log: Integrate:
45505              [ 22661]
45506              This is RC1
45507
45508              [ 22705]
45509              This is RC2
45510      Branch: perl
45511           !> pod/perlhist.pod
45512 ____________________________________________________________________________
45513 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
45514         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
45515              level (with -O2 miniperl behaves really badly.)
45516      Branch: perl
45517            ! hints/linux.sh
45518 ____________________________________________________________________________
45519 [ 22697] By: merijn                                on 2004/04/15  11:56:32
45520         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
45521              Thanks to Campo Weijerman and Gerard Gerritsen off-list
45522      Branch: perl
45523            ! hints/openbsd.sh
45524 ____________________________________________________________________________
45525 [ 22696] By: merijn                                on 2004/04/14  16:04:40
45526         Log: #24121: Configure under turkish locale fails
45527              toupper (i) != I  in turkish, but U+0130
45528              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
45529              Patch supplied by Rafael
45530      Branch: perl
45531            ! Configure
45532 ____________________________________________________________________________
45533 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
45534         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
45535              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
45536              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
45537              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
45538      Branch: perl
45539            ! lib/utf8_heavy.pl
45540 ____________________________________________________________________________
45541 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
45542         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
45543              From: John Peacock <jpeacock@rowman.com>
45544              Date: Tue, 13 Apr 2004 20:51:31 -0400
45545              Message-ID: <407C8B13.9020104@rowman.com>
45546      Branch: perl
45547            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
45548 ____________________________________________________________________________
45549 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
45550         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
45551              From: Jan Dubois <jand@ActiveState.com>
45552              Date: Tue, 13 Apr 2004 19:49:32 -0700
45553              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
45554      Branch: perl
45555            ! win32/win32.c
45556 ____________________________________________________________________________
45557 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
45558         Log: Borland C doesn't like PERL_MALLOC_WRAP.
45559              Until I know why, the fix is to disable it.
45560      Branch: perl
45561            ! win32/config_H.bc
45562 ____________________________________________________________________________
45563 [ 22688] By: davem                                 on 2004/04/11  14:27:26
45564         Log: Stop PL_comppad pointing to a freed pad during global destruction
45565      Branch: perl
45566            ! sv.c
45567 ____________________________________________________________________________
45568 [ 22687] By: davem                                 on 2004/04/11  13:13:35
45569         Log: Make global cleanup fractionally faster by giving S_visit()
45570              flags/mask to compare SVs against.
45571      Branch: perl
45572            ! embed.fnc embed.h proto.h sv.c
45573 ____________________________________________________________________________
45574 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
45575         Log: Sync with libnet 1.18
45576      Branch: perl
45577            + lib/Net/Changes.libnet lib/Net/t/datasend.t
45578            - lib/Net/ChangeLog.libnet
45579            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
45580            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
45581            ! lib/Net/Time.pm lib/Net/t/hostname.t
45582 ____________________________________________________________________________
45583 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
45584         Log: Remove two unused variables that gcc used to warn about.
45585      Branch: perl
45586            ! util.c
45587 ____________________________________________________________________________
45588 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
45589         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
45590              From: David Dyck <david.dyck@fluke.com>
45591              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
45592              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
45593      Branch: perl
45594            ! universal.c
45595 ____________________________________________________________________________
45596 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
45597         Log: find2perl should not default to -print when -eval is specified.
45598              Noticed by David Dyck.
45599      Branch: perl
45600            ! x2p/find2perl.PL
45601 ____________________________________________________________________________
45602 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
45603         Log: Upgrade to Time::HiRes 1.59.
45604      Branch: perl
45605            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45606            ! ext/Time/HiRes/HiRes.xs
45607 ____________________________________________________________________________
45608 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
45609         Log: Upgrade to Digest 1.06.
45610      Branch: perl
45611            ! lib/Digest.pm
45612 ____________________________________________________________________________
45613 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
45614         Log: Upgrade to Digest 1.06.
45615      Branch: perl
45616            ! lib/Digest.pm
45617 ____________________________________________________________________________
45618 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
45619         Log: Upgrade to Time::HiRes 1.57.
45620      Branch: perl
45621            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45622            ! ext/Time/HiRes/HiRes.xs
45623 ____________________________________________________________________________
45624 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
45625         Log: Make gmtime and localtime cross reference each other.
45626              Suggested by Dan Jacobson
45627      Branch: perl
45628            ! pod/perlfunc.pod
45629 ____________________________________________________________________________
45630 [ 22671] By: merijn                                on 2004/04/07  17:54:10
45631         Log: Integrated Time-Local-1.09 from Dave Rolsky
45632              Corrected a wrap error from the CPAN version to match #22670
45633              Tested on AIX to make sure the skip is still needed
45634      Branch: perl
45635            ! lib/Time/Local.pm lib/Time/Local.t
45636 ____________________________________________________________________________
45637 [ 22670] By: merijn                                on 2004/04/07  12:03:11
45638         Log: Disable the edge case tests for timegm and timelocal on
45639              AIX-4.3 since the OS is obsoleted, and fixes are not to
45640              be expected
45641      Branch: perl
45642            ! lib/Time/Local.t
45643 ____________________________________________________________________________
45644 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
45645         Log: Fix command-line quoting under Windows for the new optree tests
45646              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
45647              From: Steve Hay <steve.hay@uk.radan.com>
45648              Date: Wed, 07 Apr 2004 09:46:01 +0100
45649              Message-ID: <4073BFC9.10707@uk.radan.com>
45650      Branch: perl
45651            ! ext/B/t/optree_samples.t
45652 ____________________________________________________________________________
45653 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
45654         Log: Subject: [PATCH] Bleadperl to version 0.37
45655              From: John Peacock <jpeacock@rowman.com>
45656              Date: Tue, 06 Apr 2004 21:56:19 -0400
45657              Message-ID: <40735FC3.5010305@rowman.com>
45658      Branch: perl
45659            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
45660            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
45661            ! universal.c util.c
45662 ____________________________________________________________________________
45663 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
45664         Log: The optree builder was looping when constructing the ops
45665              for a map/grep block containing a while(1).
45666              (Bug reported by Pixel.)
45667      Branch: perl
45668            ! op.c t/op/grep.t
45669 ____________________________________________________________________________
45670 [ 22666] By: merijn                                on 2004/04/06  14:44:29
45671         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
45672      Branch: perl
45673            ! hints/hpux.sh
45674 ____________________________________________________________________________
45675 [ 22665] By: merijn                                on 2004/04/06  13:34:14
45676         Log: AIX-4 with xlc does not like malloc wrap
45677      Branch: perl
45678            ! hints/aix_4.sh
45679 ____________________________________________________________________________
45680 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
45681         Log: Subject: Re: tests for change #22539
45682              From: Jim Cromie <jcromie@divsol.com>
45683              Date: Tue, 30 Mar 2004 14:39:31 -0700
45684              Message-ID: <4069E913.5040906@divsol.com>
45685              (with some spelling tweaks)
45686      Branch: perl
45687            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
45688            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
45689            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
45690            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
45691 ____________________________________________________________________________
45692 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
45693         Log: Make the ! suffix handle n/N/v/V as signed integers
45694              within pack templates.
45695      Branch: perl
45696            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
45697 ____________________________________________________________________________
45698 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
45699         Log: C<undef> doesn't look like a number. See also:
45700
45701              Subject: Re: [perl #27606] undef "looks like" a number
45702              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
45703              Date: Mon, 15 Mar 2004 22:16:26 +0100
45704              Message-Id: <20040315221626.48061c67@r2d2>
45705      Branch: perl
45706            ! ext/List/Util/lib/List/Util.pm
45707            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
45708            ! pp_ctl.c sv.c
45709 ____________________________________________________________________________
45710 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
45711         Log: Subject: Re: perldelta584
45712              From: Craig Berry <craigberry@mac.com>
45713              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
45714              Date: Mon, 05 Apr 2004 11:02:12 -0500
45715
45716              (makes malloc wrap the default on VMS)
45717      Branch: perl
45718            ! configure.com
45719 ____________________________________________________________________________
45720 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
45721         Log: Subject: ref ($proto) || $proto patch
45722              From: Ovid <publiustemp-p5p@yahoo.com>
45723              Date: Sat, 03 Apr 2004 18:59:22 -0800
45724              Message-ID: <406F7A0A.50702@yahoo.com>
45725              (with minor reformatting)
45726      Branch: perl
45727            ! pod/perlobj.pod pod/perltoot.pod
45728 ____________________________________________________________________________
45729 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
45730         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
45731              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
45732              Date: Wed, 24 Mar 2004 00:16:52 +0900
45733              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
45734      Branch: perl
45735            ! sv.c
45736 ____________________________________________________________________________
45737 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
45738         Log: wantarray docs should mention effect of eval { wantarray }
45739              as reported by Tim Bunce. Add a note to this effect in perlfunc,
45740              and regression tests for it.
45741      Branch: perl
45742            ! pod/perlfunc.pod t/op/wantarray.t
45743 ____________________________________________________________________________
45744 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
45745         Log: More AUTHORS who deserve credit for patches
45746      Branch: perl
45747            ! AUTHORS
45748 ____________________________________________________________________________
45749 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
45750         Log: Hand merge patch from maint back to blead.
45751      Branch: perl
45752            ! ext/threads/threads.pm
45753 ____________________________________________________________________________
45754 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
45755         Log: Bump version numbers for modules that have changed since 5.8.3
45756      Branch: perl
45757            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
45758            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
45759            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
45760            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
45761            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
45762            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
45763 ____________________________________________________________________________
45764 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
45765         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
45766              expression ranges.
45767      Branch: perl
45768            ! t/op/pat.t toke.c
45769 ____________________________________________________________________________
45770 [ 22637] By: davem                                 on 2004/04/02  10:02:06
45771         Log: Subject:  [PATCH] fix utils install problems on VMS
45772              From:  "Craig A. Berry" <craigberry@mac.com>
45773              Date:  Thu, 01 Apr 2004 20:19:53 -0600
45774              Message-Id:  <406CCDC9.7000500@mac.com>
45775
45776              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
45777              the build, so installperl would not find the generated programs at
45778              install time.
45779              Also fixed several problems with the command definitions for the
45780              utilities
45781      Branch: perl
45782            ! configure.com vms/descrip_mms.template
45783 ____________________________________________________________________________
45784 [ 22636] By: davem                                 on 2004/04/01  22:00:40
45785         Log: Subject:  [PATCH] archname salad on VMS
45786              From:  "Craig A. Berry" <craigberry@mac.com>
45787              Date:  Thu, 01 Apr 2004 14:16:32 -0600
45788              Message-Id:  <406C78A0.2070009@mac.com>
45789
45790              sort out architecture-specific directory names for OpenVMS
45791              Itanium port
45792      Branch: perl
45793            ! configure.com vms/descrip_mms.template
45794 ____________________________________________________________________________
45795 [ 22635] By: davem                                 on 2004/04/01  20:27:14
45796         Log: Fix change #22376. Only mark a const as short-circuited
45797              if it's actually a const!
45798      Branch: perl
45799            ! op.c
45800 ____________________________________________________________________________
45801 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
45802         Log: debug the instructions on upgrading Unicode
45803      Branch: perl
45804            ! lib/unicore/README.perl
45805 ____________________________________________________________________________
45806 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
45807         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
45808      Branch: perl
45809            ! op.c t/op/dor.t
45810 ____________________________________________________________________________
45811 [ 22624] By: davem                                 on 2004/03/31  20:33:52
45812         Log: + (\$) prototype = bad free
45813              av_delete() didn't reify. I also updated its description
45814      Branch: perl
45815            ! av.c t/op/args.t
45816 ____________________________________________________________________________
45817 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
45818         Log: Upgrade to Unicode 4.0.1
45819      Branch: perl
45820            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
45821            + lib/unicore/lib/Variatio.pl
45822            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
45823            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
45824            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
45825            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
45826            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
45827            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
45828            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
45829            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
45830            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
45831            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
45832            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
45833            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
45834            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
45835            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
45836            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
45837            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
45838            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
45839            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
45840            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
45841            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
45842            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
45843            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
45844            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
45845            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
45846            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
45847            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
45848            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
45849            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
45850            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
45851            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
45852            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
45853            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
45854            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
45855            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
45856            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
45857            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
45858            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
45859            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
45860            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
45861            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
45862            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
45863            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
45864            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
45865            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
45866            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
45867            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
45868            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
45869            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
45870            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
45871 ____________________________________________________________________________
45872 [ 22619] By: merijn                                on 2004/03/31  13:02:32
45873         Log: Regenerated Configure after backported #22571
45874              Some indent leftovers from earlier patches
45875              We don't like double negatives, not even in comment
45876      Branch: perl
45877            ! Configure
45878 ____________________________________________________________________________
45879 [ 22617] By: merijn                                on 2004/03/31  11:33:09
45880         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
45881              From: Gisle Aas <gisle@ActiveState.com>
45882              Date: 30 Mar 2004 04:29:18 -0800
45883              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
45884      Branch: perl
45885            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
45886            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
45887 ____________________________________________________________________________
45888 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
45889         Log: Unknowingly for years we've had a test that has assumed the order
45890              of results from readdir. Fixed.
45891      Branch: perl
45892            ! lib/File/Find/t/find.t
45893 ____________________________________________________________________________
45894 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
45895         Log: Subject: Zaurus SL-[78]60 native compile patch
45896              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
45897              From: Dan Kogai <dankogai@dan.co.jp>
45898              Date: Tue, 30 Mar 2004 00:53:52 +0900
45899      Branch: perl
45900            ! ext/Errno/Errno_pm.PL
45901 ____________________________________________________________________________
45902 [ 22610] By: davem                                 on 2004/03/29  21:20:35
45903         Log: various win32 build fixes
45904
45905              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
45906              From: Steve Hay <steve.hay@uk.radan.com>
45907              Date: Tue, 23 Mar 2004 10:42:12 +0000
45908              Message-ID: <40601484.7040905@uk.radan.com>
45909
45910              Subject: [PATCH] distclean on Win32 should delete perl.base
45911              From: Steve Hay <steve.hay@uk.radan.com>
45912              Date: Tue, 23 Mar 2004 11:35:56 +0000
45913              Message-ID: <4060211C.8020704@uk.radan.com>
45914
45915              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
45916              From: Steve Hay <steve.hay@uk.radan.com>
45917              Date: Fri, 26 Mar 2004 10:46:07 +0000
45918              Message-ID: <406409EF.9020404@uk.radan.com>
45919      Branch: perl
45920            ! win32/Makefile win32/makefile.mk
45921 ____________________________________________________________________________
45922 [ 22609] By: davem                                 on 2004/03/29  20:46:36
45923         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
45924              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
45925              Date: 26 Mar 2004 21:02:19 -0000
45926              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
45927
45928              The forked child should make sure STDIN and STDOUT aren't tied
45929              before messing with them
45930      Branch: perl
45931            ! lib/IPC/Open3.pm
45932 ____________________________________________________________________________
45933 [ 22608] By: davem                                 on 2004/03/29  20:10:05
45934         Log: backout change 22606 (make gv_fullname() include a literal '^')
45935              it breaks select.
45936      Branch: perl
45937            ! gv.c t/op/gv.t
45938 ____________________________________________________________________________
45939 [ 22607] By: davem                                 on 2004/03/28  15:10:48
45940         Log: update -Dx to cope with lexical version of OP_AELEMFAST
45941      Branch: perl
45942            ! dump.c
45943 ____________________________________________________________________________
45944 [ 22606] By: davem                                 on 2004/03/28  15:08:23
45945         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
45946      Branch: perl
45947            ! gv.c t/op/gv.t
45948 ____________________________________________________________________________
45949 [ 22605] By: davem                                 on 2004/03/28  13:11:30
45950         Log: pv_display() had code to display \n etc as escapes but it didn't
45951              actually work.
45952      Branch: perl
45953            ! dump.c
45954 ____________________________________________________________________________
45955 [ 22604] By: davem                                 on 2004/03/28  10:55:30
45956         Log: fix typo in change 22597
45957      Branch: perl
45958            ! op.h
45959 ____________________________________________________________________________
45960 [ 22601] By: davem                                 on 2004/03/27  10:22:52
45961         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
45962              From:  "Craig A. Berry" <craigberry@mac.com>
45963              Date:  Fri, 26 Mar 2004 22:46:50 -0600
45964              Message-Id:  <4065073A.30007@mac.com>
45965
45966              Mimic in configure.com what Configure does to enable or disable
45967              the new feature -Dusemallocwrap
45968      Branch: perl
45969            ! configure.com
45970 ____________________________________________________________________________
45971 [ 22600] By: davem                                 on 2004/03/27  02:04:03
45972         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
45973              From:  "Craig A. Berry" <craigberry@mac.com>
45974              Date:  Fri, 26 Mar 2004 16:54:44 -0600
45975              Message-Id:  <4064B4B4.2030203@mac.com>
45976
45977              refrain from getting rid of perly.c and perly.h now that there are
45978              no longer VMS-specific overrides for these files
45979      Branch: perl
45980            ! vms/descrip_mms.template
45981 ____________________________________________________________________________
45982 [ 22599] By: davem                                 on 2004/03/27  01:54:09
45983         Log: string corruption with lvalue sub
45984              Depending on the context, the same substr OP may want to return
45985              a PVLV or an LV on subsequent invcations. If TARG is the wrong
45986              type, use a mortal instead.
45987      Branch: perl
45988            ! pp.c t/op/substr.t
45989 ____________________________________________________________________________
45990 [ 22597] By: davem                                 on 2004/03/26  18:56:50
45991         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
45992              are actually used; update Concise.pm to match
45993      Branch: perl
45994            ! ext/B/B/Concise.pm op.h
45995 ____________________________________________________________________________
45996 [ 22596] By: davem                                 on 2004/03/26  18:53:09
45997         Log: fix for change #22594; if using test.pl, must tell perl where to
45998              find it!
45999      Branch: perl
46000            ! t/comp/hints.t
46001 ____________________________________________________________________________
46002 [ 22595] By: davem                                 on 2004/03/26  17:28:48
46003         Log: document the return value of an empty sub
46004      Branch: perl
46005            ! pod/perlsub.pod
46006 ____________________________________________________________________________
46007 [ 22594] By: davem                                 on 2004/03/26  13:05:50
46008         Log: - hints hash was being double freed on scope exit
46009      Branch: perl
46010            ! op.c scope.c scope.h t/comp/hints.t
46011 ____________________________________________________________________________
46012 [ 22593] By: ams                                   on 2004/03/26  08:59:15
46013         Log: Subject: Re: [perl #27906] stat documentation correction
46014              From: Andy Lester <andy@petdance.com>
46015              Date: Wed, 24 Mar 2004 21:48:30 -0600
46016              Message-Id: <20040325034830.GA5865@petdance.com>
46017              (Applied with a correction from Spider Boardman.)
46018      Branch: perl
46019            ! pod/perlfunc.pod t/op/stat.t
46020 ____________________________________________________________________________
46021 [ 22592] By: davem                                 on 2004/03/26  01:24:24
46022         Log: fix some comments in perly.y
46023      Branch: perl
46024            ! perly.y
46025 ____________________________________________________________________________
46026 [ 22591] By: davem                                 on 2004/03/26  01:16:55
46027         Log: Blessed reference to anonymous glob
46028              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
46029      Branch: perl
46030            ! sv.c t/op/ref.t
46031 ____________________________________________________________________________
46032 [ 22586] By: davem                                 on 2004/03/24  22:16:30
46033         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
46034              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
46035              Date: 18 Mar 2004 20:25:50 -0000
46036              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
46037
46038              Cwd code was planted in the output executable after the exit, so
46039              was never run.
46040      Branch: perl
46041            ! x2p/find2perl.PL
46042 ____________________________________________________________________________
46043 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
46044         Log: Remaining smoked platforms where malloc wrap is known to work.
46045              Data for Irix and NetBSD would be useful - they probably will work too.
46046              Will Unicos work? Place bets now...
46047      Branch: perl
46048            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
46049            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
46050            ! hints/solaris_2.sh
46051 ____________________________________________________________________________
46052 [ 22584] By: davem                                 on 2004/03/24  21:14:08
46053         Log: Subject: [perl #27790] split docs: say the string is EXPR
46054              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
46055              Date: 20 Mar 2004 05:21:07 -0000
46056              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
46057
46058              Minor documentation nit in split
46059      Branch: perl
46060            ! pod/perlfunc.pod
46061 ____________________________________________________________________________
46062 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
46063         Log: mintest will pass if I skip the correct number of tests. D'oh!
46064      Branch: perl
46065            ! t/op/magic.t
46066 ____________________________________________________________________________
46067 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
46068         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
46069              From: Steve Hay <steve.hay@uk.radan.com>
46070              Message-ID: <40618D1C.7000601@uk.radan.com>
46071              Date: Wed, 24 Mar 2004 13:29:00 +0000
46072      Branch: perl
46073            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
46074            ! win32/config_H.vc64
46075 ____________________________________________________________________________
46076 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
46077         Log: Good catch from Dave Mitchell; plus a null pointer protection.
46078      Branch: perl
46079            ! scope.c
46080 ____________________________________________________________________________
46081 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
46082         Log: Unlike perl, 0 in void context isn't special cased in C :-)
46083              (So it warns). Tweak the no-action malloc wrap checkers to avoid
46084              warnings.
46085      Branch: perl
46086            ! handy.h
46087 ____________________________________________________________________________
46088 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
46089         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
46090              NO_MALLOC_WRAP following Configure changes. Identical patch to
46091              mine supplied by Steve Hay while I was working on this.
46092              IP shootout at dawn :-)
46093      Branch: perl
46094            ! makedef.pl
46095 ____________________________________________________________________________
46096 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
46097         Log: Tidy up function prototypes in the light of suidpatch
46098      Branch: perl
46099            ! embed.fnc embed.h perl.c proto.h
46100 ____________________________________________________________________________
46101 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
46102         Log: Make usemallocwrap a Configure-time question. Default is yes for
46103              usedevel, no otherwise, but I'm expecting hints files on known
46104              good platforms to override this. (and known bad)
46105              Demonstration hints file for darwin.
46106      Branch: perl
46107            ! Configure config_h.SH hints/darwin.sh perl.h
46108 ____________________________________________________________________________
46109 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
46110         Log: hv_delete_common was freeing the key, then passing the freed pointer
46111              to S_hv_notallowed. D'oh!
46112      Branch: perl
46113            ! hv.c
46114 ____________________________________________________________________________
46115 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
46116         Log: Unify 5.008 and 5.009's B::Concise 0.58
46117      Branch: perl
46118            ! ext/B/B/Concise.pm
46119 ____________________________________________________________________________
46120 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
46121         Log: Unify 5.008 and 5.009's B::Concise 0.56
46122      Branch: perl
46123            ! ext/B/B/Concise.pm
46124 ____________________________________________________________________________
46125 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
46126         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
46127
46128              Subject: Re: Wondering about returned regex special arrays on going out of scope
46129              From: hv@crypt.org
46130              Date: Fri, 05 Mar 2004 17:42:25 +0000
46131              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
46132
46133              plus a test case.
46134      Branch: perl
46135            ! pp_hot.c t/op/magic.t
46136 ____________________________________________________________________________
46137 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
46138         Log: Subject: [PATCH] 5.9.1 suidperl
46139              From: psz@maths.usyd.edu.au (Paul Szabo)
46140              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
46141              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
46142
46143              (which variables renamed as requested, plus tweaks to work on platforms
46144              with no ST_NOEXEC)
46145      Branch: perl
46146            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
46147 ____________________________________________________________________________
46148 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
46149         Log: Update the -v copyright notice.
46150      Branch: perl
46151            ! perl.c
46152 ____________________________________________________________________________
46153 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
46154         Log: Don't assume that the chmod will always work.
46155              (It won't for files on *BSD where chflags has set uchg, which is
46156              what the OS X perforce client does)
46157      Branch: perl
46158            ! t/op/filetest.t
46159 ____________________________________________________________________________
46160 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
46161         Log: Clarifications on constants subroutines, based on:
46162
46163              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
46164              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
46165              Date: 19 Mar 2004 14:56:09 -0000
46166              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
46167      Branch: perl
46168            ! pod/perlsub.pod
46169 ____________________________________________________________________________
46170 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
46171         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
46172              From: Steve Hay <steve.hay@uk.radan.com>
46173              Date: Mon, 22 Mar 2004 14:44:46 +0000
46174              Message-ID: <405EFBDE.4090209@uk.radan.com>
46175      Branch: perl
46176            ! README.win32
46177 ____________________________________________________________________________
46178 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
46179         Log: Subject: Re: [PATCH] warn on !=~
46180              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46181              Date: Mon, 22 Mar 2004 10:32:05 -0800
46182              Message-ID: <20040322183106.GA1284@efn.org>
46183
46184              More warnings for this case.
46185      Branch: perl
46186            ! t/lib/warnings/toke toke.c
46187 ____________________________________________________________________________
46188 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
46189         Log: Finally, this "Negative repeat count" warning wasn't such a great
46190              idea. Disable it. But add tests for this :
46191
46192              Subject: Re: [perl #27811] (@x) x -1 is a panic
46193              From: Andy Lester <andy@petdance.com>
46194              Date: Sun, 21 Mar 2004 09:27:04 -0600
46195              Message-ID: <20040321152704.GA9041@petdance.com>
46196      Branch: perl
46197            ! pp.c t/lib/warnings/pp t/op/repeat.t
46198 ____________________________________________________________________________
46199 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
46200         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
46201              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46202              Date: Sun, 21 Mar 2004 21:49:53 +0900
46203              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
46204      Branch: perl
46205            ! sv.h
46206 ____________________________________________________________________________
46207 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
46208         Log: I must be tired today.
46209      Branch: perl
46210            ! lib/utf8.t
46211 ____________________________________________________________________________
46212 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
46213         Log: Silence a gcc warning.
46214      Branch: perl
46215            ! sv.c
46216 ____________________________________________________________________________
46217 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
46218         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
46219              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
46220              Date: Sun, 21 Mar 2004 15:19:22 +0900
46221              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
46222      Branch: perl
46223            ! lib/utf8.t sv.c
46224 ____________________________________________________________________________
46225 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
46226         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
46227              From: "Craig A. Berry" <craigberry@mac.com>
46228              Date: Sat, 20 Mar 2004 21:51:45 -0600
46229              Message-ID: <405D1151.3040308@mac.com>
46230      Branch: perl
46231            ! vms/vms.c
46232 ____________________________________________________________________________
46233 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
46234         Log: Add a new warning "Negative repeat count"
46235              for the cases $x x -1.
46236      Branch: perl
46237            ! pod/perlop.pod pp.c t/lib/warnings/pp
46238 ____________________________________________________________________________
46239 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
46240         Log: Subject: [PATCH] warn on !=~
46241              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
46242              Date: Thu, 18 Mar 2004 22:24:09 -0800
46243              Message-ID: <20040319062035.GA3768@efn.org>
46244
46245              with an improvement suggested by Ton Hospel.
46246      Branch: perl
46247            ! pod/perldiag.pod t/lib/warnings/toke toke.c
46248 ____________________________________________________________________________
46249 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
46250         Log: Subject: makefile.95 tweak
46251              From: Greg Matheson <lang@ms.chinmin.edu.tw>
46252              Date: Fri, 19 Mar 2004 18:15:25 +0800
46253              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
46254      Branch: perl
46255            ! win32/makefile.mk
46256 ____________________________________________________________________________
46257 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
46258         Log: \x80\xFF is not valid UTF-8.
46259      Branch: perl
46260            ! pod/perluniintro.pod
46261 ____________________________________________________________________________
46262 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
46263         Log: Subject: [perl #24821] enhancement patch for B::Concise
46264              From: jim cromie <jcromie@divsol.com>
46265              Date: Wed, 17 Mar 2004 14:12:43 -0700
46266              Message-ID: <4058BF4B.1000004@divsol.com>
46267              (Only the Concise.pm part, with documentation nits)
46268      Branch: perl
46269            ! ext/B/B/Concise.pm
46270 ____________________________________________________________________________
46271 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
46272         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
46273              From:  Autrijus Tang <autrijus@autrijus.org>
46274              Date:  Fri, 19 Mar 2004 18:27:10 +0800
46275              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
46276      Branch: perl
46277            ! lib/open.pm
46278 ____________________________________________________________________________
46279 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
46280         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
46281              From: Jan Dubois <jand@activestate.com>
46282              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
46283              Date: Thu, 18 Mar 2004 13:13:49 -0800
46284
46285              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
46286              From: Steve Hay <steve.hay@uk.radan.com>
46287              Message-ID: <405ACC6D.1040804@uk.radan.com>
46288              Date: Fri, 19 Mar 2004 10:33:17 +0000
46289      Branch: perl
46290            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
46291            + win32/ext/Win32/Win32.xs
46292            - lib/Win32.pod
46293            ! MANIFEST win32/Makefile win32/makefile.mk
46294 ____________________________________________________________________________
46295 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
46296         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
46297              This allows the ppport.h to be deleted from ext/Storable, which will
46298              reduce the potential for confusion.
46299              Bump Storable's version to 2.12; update the ChangeLog
46300      Branch: perl
46301            - ext/Storable/ppport.h
46302            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
46303            ! ext/Storable/README ext/Storable/Storable.pm
46304            ! ext/Storable/Storable.xs
46305 ____________________________________________________________________________
46306 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
46307         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
46308      Branch: perl
46309            ! ext/Devel/PPPort/PPPort.pm
46310 ____________________________________________________________________________
46311 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
46312         Log: Nit in perluniintro about the U0 and C0 templates,
46313              noticed by Steve Hay.
46314      Branch: perl
46315            ! pod/perluniintro.pod
46316 ____________________________________________________________________________
46317 [ 22533] By: ams                                   on 2004/03/19  02:57:40
46318         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
46319              From: beau@beaucox.com
46320              Date: Thu, 18 Mar 2004 12:45:45 -1000
46321              Message-Id: <20040318_224545_009145.beau@beaucox.com>
46322      Branch: perl
46323            + ext/Storable/ppport.h
46324            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
46325 ____________________________________________________________________________
46326 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
46327         Log: Subject: [PATCH] range operator warnings / 64-bit fix
46328              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46329              Date: Wed, 10 Mar 2004 21:45:48 +0100
46330              Message-Id: <20040310214548.4f5e3ab1@r2d2>
46331      Branch: perl
46332            ! pp_ctl.c pp_hot.c t/op/range.t
46333 ____________________________________________________________________________
46334 [ 22531] By: davem                                 on 2004/03/18  19:02:32
46335         Log: add code comment for change 22525
46336      Branch: perl
46337            ! pp.c
46338 ____________________________________________________________________________
46339 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
46340         Log: Add a perl592delta.pod man page.
46341      Branch: perl
46342            + pod/perl592delta.pod
46343            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
46344            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
46345            ! win32/pod.mak
46346 ____________________________________________________________________________
46347 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
46348         Log: Corrections and explanations in comments
46349      Branch: perl
46350            ! ext/Storable/Storable.xs
46351 ____________________________________________________________________________
46352 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
46353         Log: Subject:  pumpkin fodder
46354              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
46355              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
46356              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
46357      Branch: perl
46358            ! lib/unicore/README.perl
46359 ____________________________________________________________________________
46360 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
46361         Log: Detypo.
46362      Branch: perl
46363            ! makedef.pl
46364 ____________________________________________________________________________
46365 [ 22525] By: davem                                 on 2004/03/18  14:13:16
46366         Log: make ~$x give warning is $x isn't initialised.
46367              Also add test for uninitialised warning in & op.
46368      Branch: perl
46369            ! pp.c t/lib/warnings/sv
46370 ____________________________________________________________________________
46371 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
46372         Log: Try to fix the AIX and Windows builds regarding the
46373              definedness of the PL_memory_wrap symbol.
46374      Branch: perl
46375            ! makedef.pl
46376 ____________________________________________________________________________
46377 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
46378         Log: Bump bleadperl's version number to 5.9.2.
46379      Branch: perl
46380            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
46381            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
46382            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
46383            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
46384            ! win32/makefile.mk wince/Makefile.ce
46385 ____________________________________________________________________________
46386 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
46387         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
46388              From: Robin Barker <Robin.Barker@npl.co.uk>
46389              Date: Wed, 17 Mar 2004 18:37:10 -0000
46390              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
46391      Branch: perl
46392            ! dump.c ext/Socket/Socket.xs pad.c util.c
46393 ____________________________________________________________________________
46394 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
46395         Log: Optimize away the assignment in the constructs C<my $s = undef>,
46396              C<my @a = ()>, C<my %h = ()>.
46397      Branch: perl
46398            ! op.c
46399 ____________________________________________________________________________
46400 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
46401         Log: Subject: malloc wrappage
46402              From: Jarkko Hietaniemi <jhi@iki.fi>
46403              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
46404              Date: Tue, 10 Feb 2004 23:15:14 +0200
46405
46406              plus change croak to Perl_croak_nocontext to make ithread safe
46407              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
46408      Branch: perl
46409            ! av.c handy.h perl.h pod/perldiag.pod pp.c
46410 ____________________________________________________________________________
46411 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
46412         Log: Add auto-require of modules to restore overloading (and tests)
46413      Branch: perl
46414            + ext/Storable/t/HAS_OVERLOAD.pm
46415            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
46416            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
46417 ____________________________________________________________________________
46418 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
46419         Log: Add regression tests for the auto-require of STORABLE_thaw
46420      Branch: perl
46421            + ext/Storable/t/HAS_HOOK.pm
46422            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
46423            ! ext/Storable/t/blessed.t
46424 ____________________________________________________________________________
46425 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
46426         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
46427              block. This allows the re-entrant API to be used with ithreads,
46428              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
46429              (Which may seem inane, but makes perl threaded at the C level
46430              without enabling ithreads)
46431      Branch: perl
46432            ! intrpvar.h
46433 ____________________________________________________________________________
46434 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
46435         Log: Add a lchown() call to the POSIX module. [perl #27547]
46436      Branch: perl
46437            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
46438 ____________________________________________________________________________
46439 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
46440         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
46441              From: Andrew Dougherty <doughera@lafayette.edu>
46442              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
46443              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
46444      Branch: perl
46445            ! hints/solaris_2.sh
46446 ____________________________________________________________________________
46447 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
46448         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
46449      Branch: perl
46450            ! patchlevel.h
46451 ____________________________________________________________________________
46452 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
46453         Log: Update Changes. (again)
46454      Branch: perl
46455            ! Changes
46456 ____________________________________________________________________________
46457 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
46458         Log: Update copyright notices
46459      Branch: perl
46460            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
46461            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
46462            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
46463            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
46464            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
46465            ! universal.c utf8.c util.c
46466 ____________________________________________________________________________
46467 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
46468         Log: Regenerate META.yml
46469      Branch: perl
46470            ! META.yml
46471 ____________________________________________________________________________
46472 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
46473         Log: Update Changes.
46474      Branch: perl
46475            ! Changes
46476 ____________________________________________________________________________
46477 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
46478         Log: This is 5.9.1.
46479      Branch: perl
46480            ! patchlevel.h
46481 ____________________________________________________________________________
46482 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
46483         Log: We'll ship 5.9.1 today.
46484      Branch: perl
46485            ! pod/perlhist.pod
46486 ____________________________________________________________________________
46487 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
46488         Log: More perldelta updates.
46489      Branch: perl
46490            ! pod/perl591delta.pod
46491 ____________________________________________________________________________
46492 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
46493         Log: Since the signature.t test of CPAN relies on a non-core module,
46494              it's not relevant to the perl core distribution.
46495      Branch: perl
46496            - lib/CPAN/t/signature.t
46497            ! MANIFEST
46498 ____________________________________________________________________________
46499 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
46500         Log: Fix the order of arguments in the usage message of
46501              POSIX::chown(). It's different from the POSIX order but
46502              it's the same than CORE::chown(). Damn.
46503      Branch: perl
46504            ! ext/POSIX/POSIX.pm
46505 ____________________________________________________________________________
46506 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
46507         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
46508              From: Steve Hay <steve.hay@uk.radan.com>
46509              Date: Mon, 15 Mar 2004 10:28:02 +0000
46510              Message-ID: <40558532.30002@uk.radan.com>
46511
46512              Plus, restore patch #22489
46513      Branch: perl
46514            ! win32/Makefile win32/makefile.mk
46515 ____________________________________________________________________________
46516 [ 22500] By: davem                                 on 2004/03/14  20:13:47
46517         Log: scope exit could expose freed local() value
46518      Branch: perl
46519            ! scope.c t/op/localref.t
46520 ____________________________________________________________________________
46521 [ 22499] By: davem                                 on 2004/03/14  17:01:34
46522         Log: strict 'subs' didn't warn on bareword array index
46523      Branch: perl
46524            ! op.c t/lib/strict/subs
46525 ____________________________________________________________________________
46526 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
46527         Log: Four Storable patches towards Storable 2.11 :
46528
46529              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
46530              From: Nicholas Clark <nick@ccl4.org>
46531              Date: Sat, 13 Mar 2004 15:13:28 +0000
46532              Message-ID: <20040313151327.GS701@plum.flirble.org>
46533
46534              Date: Sat, 13 Mar 2004 20:23:45 +0000
46535              Message-ID: <20040313202345.GX701@plum.flirble.org>
46536
46537              Date: Sat, 13 Mar 2004 22:20:07 +0000
46538              Message-ID: <20040313222007.GZ701@plum.flirble.org>
46539
46540              Date: Sat, 13 Mar 2004 23:03:46 +0000
46541              Message-ID: <20040313230345.GB701@plum.flirble.org>
46542      Branch: perl
46543            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46544            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
46545            ! ext/Storable/t/restrict.t
46546 ____________________________________________________________________________
46547 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
46548         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
46549              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
46550              Date: 10 Mar 2004 17:05:09 -0000
46551              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
46552      Branch: perl
46553            ! pod/perltoot.pod
46554 ____________________________________________________________________________
46555 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
46556         Log: More small perldelta updates.
46557      Branch: perl
46558            ! pod/perl591delta.pod
46559 ____________________________________________________________________________
46560 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
46561         Log: Revert change #22489, that seems to cause build failures on Windows.
46562      Branch: perl
46563            ! win32/Makefile win32/makefile.mk
46564 ____________________________________________________________________________
46565 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
46566         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
46567              From: Steve Hay <steve.hay@uk.radan.com>
46568              Date: Fri, 12 Mar 2004 08:38:41 +0000
46569              Message-ID: <40517711.9030204@uk.radan.com>
46570      Branch: perl
46571            ! pod/splitpod
46572 ____________________________________________________________________________
46573 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
46574         Log: perl591delta nits. Regenerate the tables of contents.
46575      Branch: perl
46576            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
46577 ____________________________________________________________________________
46578 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
46579         Log: Update perl591delta. Include a small to-do list in it.
46580      Branch: perl
46581            ! pod/perl591delta.pod
46582 ____________________________________________________________________________
46583 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
46584         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
46585              From: Tels <perl_dummy@bloodgate.com>
46586              Date: Fri, 12 Mar 2004 18:02:30 +0100
46587              Message-Id: <200403121802.31679@bloodgate.com>
46588      Branch: perl
46589            + lib/Math/BigInt/t/_e_math.t
46590            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
46591            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
46592            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
46593            ! lib/bigint.pm lib/bignum.pm
46594 ____________________________________________________________________________
46595 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
46596         Log: Fix a bug in the cloning of regexps
46597
46598              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
46599              From: hv@crypt.org
46600              Date: Thu, 11 Mar 2004 16:21:50 +0000
46601              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
46602              (plus another similar fix)
46603      Branch: perl
46604            ! sv.c
46605 ____________________________________________________________________________
46606 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
46607         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
46608              From: Steve Hay <steve.hay@uk.radan.com>
46609              Date: Fri, 12 Mar 2004 15:52:23 +0000
46610              Message-ID: <4051DCB7.107@uk.radan.com>
46611      Branch: perl
46612            ! win32/Makefile win32/makefile.mk
46613 ____________________________________________________________________________
46614 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
46615         Log: Document the new behaviour of the substr lvalue :
46616              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
46617              From: Dave Mitchell <davem@fdisolutions.com>
46618              Date: Mon, 1 Mar 2004 23:59:21 +0000
46619              Message-ID: <20040301235921.GC6469@fdisolutions.com>
46620      Branch: perl
46621            ! pod/perlfunc.pod
46622 ____________________________________________________________________________
46623 [ 22485] By: davem                                 on 2004/03/11  14:52:58
46624         Log: make op/write.t work better under stdio by running the subtests
46625              in the child process rather than the parent.
46626      Branch: perl
46627            ! t/op/write.t
46628 ____________________________________________________________________________
46629 [ 22484] By: merijn                                on 2004/03/11  10:08:17
46630         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
46631              From: Dominic Dunlop <shouldbedomo@mac.com>
46632              Date: Thu, 11 Mar 2004 10:34:01 +0100
46633              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
46634      Branch: perl
46635            ! README.machten hints/machten.sh
46636 ____________________________________________________________________________
46637 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
46638         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
46639              back this out until we have a tangible policy
46640      Branch: perl
46641            ! sv.c
46642 ____________________________________________________________________________
46643 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
46644         Log: Upgrade to Cwd 2.17.
46645      Branch: perl
46646            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
46647 ____________________________________________________________________________
46648 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
46649         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
46650              From: Steve Hay <steve.hay@uk.radan.com>
46651              Date: Wed, 10 Mar 2004 10:58:15 +0000
46652              Message-ID: <404EF4C7.9090107@uk.radan.com>
46653      Branch: perl
46654            ! win32/Makefile win32/makefile.mk
46655 ____________________________________________________________________________
46656 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
46657         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
46658              (noticed by Steve Hay.)
46659              Also, update MANIFEST.SKIP to be in line with the renaming
46660              "blibdirs" to "blibdirs.exists".
46661      Branch: perl
46662            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
46663 ____________________________________________________________________________
46664 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
46665         Log: A patch by Richard Foley to reduce the amount of
46666              forkage between the 5.8 and 5.9 debuggers.
46667      Branch: perl
46668            ! lib/perl5db.pl
46669 ____________________________________________________________________________
46670 [ 22478] By: chip                                  on 2004/03/09  23:51:41
46671         Log: In line-buffered mode, flush on the *last* newline,
46672              not on every newline.
46673      Branch: perl
46674            ! perlio.c
46675 ____________________________________________________________________________
46676 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
46677         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
46678              From: Steve Hay <steve.hay@uk.radan.com>
46679              Date: Fri, 05 Mar 2004 09:56:36 +0000
46680              Message-ID: <40484ED4.1050001@uk.radan.com>
46681              (only the win32 makefiles part)
46682      Branch: perl
46683            ! win32/Makefile win32/makefile.mk
46684 ____________________________________________________________________________
46685 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
46686         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
46687              From: "Craig A. Berry" <craigberry@mac.com>
46688              Date: Mon, 08 Mar 2004 08:18:43 -0600
46689              Message-ID: <404C80C3.6090009@mac.com>
46690
46691              Avoid to build everything twice on VMS.
46692              This is done by renaming the blibdirs target to blibdirs.exists.
46693              No, I don't understand why.
46694      Branch: perl
46695            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
46696            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
46697            ! lib/ExtUtils/t/INST_PREFIX.t
46698 ____________________________________________________________________________
46699 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
46700         Log: Improve the "Prototype mismatch" error message when
46701              the redefined subroutine didn't have any prototype.
46702      Branch: perl
46703            ! op.c t/comp/redef.t
46704 ____________________________________________________________________________
46705 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
46706         Log: Revert change #22472, but keep the new tests.
46707      Branch: perl
46708            ! pp_ctl.c t/op/range.t
46709 ____________________________________________________________________________
46710 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
46711         Log: Subject: Re: undef and the range operator
46712              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46713              Date: Mon, 8 Mar 2004 21:49:55 +0100
46714              Message-Id: <20040308214955.3d8be3a6@r2d2>
46715      Branch: perl
46716            ! pp_ctl.c t/op/range.t
46717 ____________________________________________________________________________
46718 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
46719         Log: Make a temporary copy of the input buffer in pp_send, so that send
46720              and syswrite don't gratuitously upgrade their input to UTF8
46721      Branch: perl
46722            ! pp_sys.c t/op/sysio.t
46723 ____________________________________________________________________________
46724 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
46725         Log: Upgrade to Cwd 2.16
46726      Branch: perl
46727            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
46728 ____________________________________________________________________________
46729 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
46730         Log: Upgrade to CGI.pm 3.04.
46731      Branch: perl
46732            ! lib/CGI.pm lib/CGI/Cookie.pm
46733 ____________________________________________________________________________
46734 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
46735         Log: perl591delta.pod update.
46736      Branch: perl
46737            ! pod/perl591delta.pod
46738 ____________________________________________________________________________
46739 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
46740         Log: Another makefile portability fix for Win32 by Steve Hay.
46741      Branch: perl
46742            ! win32/Makefile win32/makefile.mk
46743 ____________________________________________________________________________
46744 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
46745         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
46746              From: Jan Dubois <jand@ActiveState.com>
46747              Date: Sun, 07 Mar 2004 17:04:35 -0800
46748              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
46749      Branch: perl
46750            ! win32/win32.c
46751 ____________________________________________________________________________
46752 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
46753         Log: Fix Dave's original shared hash key corruption bug
46754      Branch: perl
46755            ! sv.c
46756 ____________________________________________________________________________
46757 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
46758         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
46759              in utf8.t, and fix 3 bugs it exposed in utfhash.t
46760      Branch: perl
46761            ! lib/utf8.t sv.c t/op/utfhash.t
46762 ____________________________________________________________________________
46763 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
46764         Log: Subject: undef and the range operator
46765              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
46766              Date: Sun, 7 Mar 2004 21:11:20 +0100
46767              Message-Id: <20040307211120.10e46933@r2d2>
46768      Branch: perl
46769            ! pp_ctl.c t/op/range.t
46770 ____________________________________________________________________________
46771 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
46772         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
46773              From: "Ken Williams" <ken@mathforum.org>
46774              Date: Sun, 7 Mar 2004 09:37:19 -0600
46775              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
46776      Branch: perl
46777            ! ext/Cwd/t/cwd.t
46778 ____________________________________________________________________________
46779 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
46780         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
46781              From: "Craig A. Berry" <craigberry@mac.com>
46782              Date: Sat, 06 Mar 2004 22:50:25 -0600
46783              Message-ID: <404AAA11.8050001@mac.com>
46784      Branch: perl
46785            ! t/op/closure.t
46786 ____________________________________________________________________________
46787 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
46788         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
46789              From: "Craig A. Berry" <craigberry@mac.com>
46790              Date: Sat, 06 Mar 2004 13:51:55 -0600
46791              Message-ID: <404A2BDB.8030401@mac.com>
46792      Branch: perl
46793            ! ext/Cwd/t/cwd.t
46794 ____________________________________________________________________________
46795 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
46796         Log: Allow syslog() to use numeric constants in addition to strings for
46797              facility names and priorities.
46798
46799              Subject: Patch for Sys::Syslog
46800              From: Jim Schneider <jschneid@netilla.com>
46801              Date: Fri, 5 Mar 2004 14:03:10 -0500
46802              Message-Id: <200403051403.10674.jschneid@netilla.com>
46803      Branch: perl
46804            ! ext/Sys/Syslog/Syslog.pm
46805 ____________________________________________________________________________
46806 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
46807         Log: Make threads tests pass make minitest (by skipping)
46808      Branch: perl
46809            ! t/op/getpid.t t/op/threads.t
46810 ____________________________________________________________________________
46811 [ 22445] By: davem                                 on 2004/03/06  15:25:32
46812         Log: fix coredump in /(?{sub{}})/
46813      Branch: perl
46814            ! pad.c
46815 ____________________________________________________________________________
46816 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
46817         Log: A small perluniintro clarification by Jarkko.
46818      Branch: perl
46819            ! pod/perluniintro.pod
46820 ____________________________________________________________________________
46821 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
46822         Log: Subject: [PATCH] Re: Strange segfault
46823              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
46824              Date: Fri, 5 Mar 2004 15:13:53 +0100
46825              Message-ID: <20040305151353.5f3e913c@r2d2>
46826      Branch: perl
46827            ! pp_ctl.c t/op/range.t
46828 ____________________________________________________________________________
46829 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
46830         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
46831              From: steve.hay@uk.radan.com (Steve Hay)
46832              Date: Fri, 05 Mar 2004 09:42:32 +0000
46833              Message-ID: <40484B88.7070608@uk.radan.com>
46834      Branch: perl
46835            ! win32/makefile.mk
46836 ____________________________________________________________________________
46837 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
46838         Log: Change 22436 broke the Windows build.
46839              Fix by Steve Hay.
46840      Branch: perl
46841            ! ext/POSIX/POSIX.xs
46842 ____________________________________________________________________________
46843 [ 22440] By: davem                                 on 2004/03/05  00:09:23
46844         Log: silence some compiler warnings
46845      Branch: perl
46846            ! pp_ctl.c sv.c
46847 ____________________________________________________________________________
46848 [ 22439] By: davem                                 on 2004/03/04  23:56:42
46849         Log: ensure utf8::encode() normalises its arg
46850      Branch: perl
46851            ! sv.c
46852 ____________________________________________________________________________
46853 [ 22438] By: davem                                 on 2004/03/04  23:32:38
46854         Log: Memory leak in continue loop
46855              make sure redo always frees temps
46856      Branch: perl
46857            ! pp_ctl.c t/op/loopctl.t
46858 ____________________________________________________________________________
46859 [ 22437] By: davem                                 on 2004/03/04  22:03:17
46860         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
46861      Branch: perl
46862            ! pod/perldiag.pod
46863 ____________________________________________________________________________
46864 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
46865         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
46866              From: Andrew Dougherty <doughera@lafayette.edu>
46867              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
46868              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
46869      Branch: perl
46870            ! ext/POSIX/POSIX.xs
46871 ____________________________________________________________________________
46872 [ 22435] By: davem                                 on 2004/03/04  21:39:47
46873         Log: add deprecation warning for my $x if 0
46874      Branch: perl
46875            ! op.c t/lib/warnings/op
46876 ____________________________________________________________________________
46877 [ 22434] By: davem                                 on 2004/03/04  21:38:57
46878         Log: remove an 'if $a if 0' from AutoSplit.t
46879      Branch: perl
46880            ! lib/AutoSplit.t
46881 ____________________________________________________________________________
46882 [ 22433] By: davem                                 on 2004/03/04  20:33:44
46883         Log: retract 22328 and 22332: deprecation warning for my $x if foo
46884      Branch: perl
46885            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
46886            ! pp_proto.h t/lib/warnings/op
46887 ____________________________________________________________________________
46888 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
46889         Log: Maintainers.pl update by MJD.
46890      Branch: perl
46891            ! Porting/Maintainers.pl
46892 ____________________________________________________________________________
46893 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
46894         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
46895              (by Steve Hay)
46896      Branch: perl
46897            + t/win32/getosversion.t
46898            ! MANIFEST win32/win32.c
46899 ____________________________________________________________________________
46900 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
46901         Log: Clarify the difference between utf8::downgrade/upgrade
46902              and utf8::encode/decode (patch by Jarkko).
46903      Branch: perl
46904            ! lib/utf8.pm pod/perluniintro.pod
46905 ____________________________________________________________________________
46906 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
46907         Log: A couple of notes in perl591delta
46908              (about Benchmark and the debugger.)
46909      Branch: perl
46910            ! pod/perl591delta.pod
46911 ____________________________________________________________________________
46912 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
46913         Log: Subject: [PATCH] simplify sv.h
46914              From: Arthur Bergman <sky@nanisky.com>
46915              Date: Sun, 29 Feb 2004 22:04:53 +0000
46916              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
46917      Branch: perl
46918            ! sv.h
46919 ____________________________________________________________________________
46920 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
46921         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
46922              Subject: [PATCH] [perl #24826]
46923              From: Jarkko Hietaniemi <jhi@iki.fi>
46924              Date: Wed, 3 Mar 2004 09:37:21 +0200
46925              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
46926      Branch: perl
46927            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
46928            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
46929            ! lib/unicore/mktables t/uni/case.pl utf8.c
46930 ____________________________________________________________________________
46931 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
46932         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
46933              From: Richard.Foley@t-online.de (Richard Foley)
46934              Date: Wed, 3 Mar 2004 16:10:25 +0100
46935              Message-Id: <200403031610.25080.richard.foley@rfi.net>
46936      Branch: perl
46937            ! lib/perl5db.pl
46938 ____________________________________________________________________________
46939 [ 22425] By: davem                                 on 2004/03/03  00:02:51
46940         Log: stop t/op/write.t failures under stdio by always closing files
46941              before reading them back; also replace `cat file` with a function
46942              to read in the file
46943      Branch: perl
46944            ! t/op/write.t
46945 ____________________________________________________________________________
46946 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
46947         Log: Change the skip logic on the unicode tests so that they don't rely on
46948              miniperl's "dynamic loading unavailable" message
46949      Branch: perl
46950            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
46951            ! t/uni/tr_utf8.t
46952 ____________________________________________________________________________
46953 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
46954         Log: Work on eliminating systematic failures on make minitest:
46955              make minitest passes a -minitest flag to t/TEST
46956              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
46957              Tests can choose to skip based on this.
46958              (Other tactic is to make loading of Errno by %! happen at run time.)
46959      Branch: perl
46960            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
46961            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
46962 ____________________________________________________________________________
46963 [ 22422] By: davem                                 on 2004/03/02  21:33:22
46964         Log: Remove machine-dependent rounding dependency from write overflow
46965              tests
46966      Branch: perl
46967            ! t/op/write.t
46968 ____________________________________________________________________________
46969 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
46970         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
46971              From: Steve Hay <steve.hay@uk.radan.com>
46972              Date: Fri, 27 Feb 2004 17:42:26 +0000
46973              Message-ID: <403F8182.5090607@uk.radan.com>
46974      Branch: perl
46975            ! win32/Makefile win32/makefile.mk
46976 ____________________________________________________________________________
46977 [ 22419] By: davem                                 on 2004/03/01  22:17:52
46978         Log: add tests for change 22414 (lvalue substr jollity)
46979              courtesy of Graham Barr.
46980      Branch: perl
46981            ! t/op/substr.t
46982 ____________________________________________________________________________
46983 [ 22418] By: davem                                 on 2004/03/01  22:00:11
46984         Log: integrate Time::HiRes 1.56 from CPAN
46985              (which is itself mostly derived from the bleedperl version)
46986      Branch: perl
46987            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46988            ! ext/Time/HiRes/Makefile.PL
46989 ____________________________________________________________________________
46990 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
46991         Log: Make panics a bit more verbose to ease debugging.
46992      Branch: perl
46993            ! thread.h
46994 ____________________________________________________________________________
46995 [ 22415] By: davem                                 on 2004/02/29  18:06:45
46996         Log: make test breaks permissions on /dev/tty
46997              perl -i could fchmod(stdin) by mistake
46998      Branch: perl
46999            ! doio.c
47000 ____________________________________________________________________________
47001 [ 22414] By: davem                                 on 2004/02/29  16:21:34
47002         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
47003              From: Graham Barr <gbarr@pobox.com>
47004              Date: Wed, 29 Oct 2003 09:56:53 +0000
47005              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
47006
47007              make a variable aliased to an lvalue substr value work as expected
47008      Branch: perl
47009            ! mg.c
47010 ____________________________________________________________________________
47011 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
47012         Log: Bump Socket's version to a real floating point value
47013      Branch: perl
47014            ! ext/Socket/Socket.pm
47015 ____________________________________________________________________________
47016 [ 22410] By: ams                                   on 2004/02/29  04:29:24
47017         Log: Back out _01 version suffix.
47018      Branch: perl
47019            ! ext/Storable/Storable.pm
47020 ____________________________________________________________________________
47021 [ 22409] By: davem                                 on 2004/02/28  23:29:10
47022         Log: Bump version numbers of moules affected by change #22258
47023              (removing /tmp and other insecurities)
47024      Branch: perl
47025            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
47026            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
47027            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
47028            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
47029            ! lib/perl5db.pl
47030 ____________________________________________________________________________
47031 [ 22408] By: davem                                 on 2004/02/28  22:37:08
47032         Log: make the bison-based parser threadsafe and capable of deep
47033              recursion by eradicating Perl_yylex_r()
47034      Branch: perl
47035            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
47036            ! perly.c proto.h toke.c
47037 ____________________________________________________________________________
47038 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
47039         Log: Use File::Temp for tempfiles if it is available.
47040              (Based on a patch from Solar Designer <solar@openwall.com> in
47041              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
47042              was applied as change 22258)
47043      Branch: perl
47044            ! utils/perlbug.PL
47045 ____________________________________________________________________________
47046 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
47047         Log: Fix segfaults when running under -Dx.
47048      Branch: perl
47049            ! dump.c
47050 ____________________________________________________________________________
47051 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
47052         Log: Assimilate Cwd 2.15 from CPAN
47053      Branch: perl
47054            ! ext/Cwd/Changes lib/Cwd.pm
47055 ____________________________________________________________________________
47056 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
47057         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
47058              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
47059      Branch: perl
47060            ! lib/File/Find.pm lib/File/Find/t/find.t
47061 ____________________________________________________________________________
47062 [ 22400] By: merijn                                on 2004/02/27  15:25:27
47063         Log: When threads are active we need -lpthread, but previous `fix' of
47064              now linked libraries invalidated the regex for sed (AIX 5 has no
47065              seperate libc.a and libc_r.a the latter links to the first)
47066      Branch: perl
47067            ! hints/aix.sh
47068 ____________________________________________________________________________
47069 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
47070         Log: Correct thinko in comment.
47071      Branch: perl
47072            ! op.c
47073 ____________________________________________________________________________
47074 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
47075         Log: In hsplit, if a normal hash has placeholders then clear them before
47076              splitting. We can do this safely because Storable ensures hsplit is
47077              not called while it builds restricted hashes (actually any hashes)
47078              This change may not make things faster, but now we have the choice.
47079      Branch: perl
47080            ! ext/Storable/t/restrict.t hv.c
47081 ____________________________________________________________________________
47082 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
47083         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
47084              the tests still passed. Fixed.
47085      Branch: perl
47086            ! hv.c
47087 ____________________________________________________________________________
47088 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
47089         Log: Moving all the e-mail addresses over by 1 column makes them start on
47090              an 8 column tabstop, which makes editing this file easier.
47091              So then I replaced spaces with tabs and made it smaller too.
47092      Branch: perl
47093            ! AUTHORS
47094 ____________________________________________________________________________
47095 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
47096         Log: Add Mark Fowler
47097      Branch: perl
47098            ! AUTHORS
47099 ____________________________________________________________________________
47100 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
47101         Log: Integrate:
47102              [ 22339]
47103              Mention 5.005_04 RC2
47104
47105              [ 22360]
47106              Update for 5.005_04 release
47107      Branch: perl
47108           !> pod/perlhist.pod
47109 ____________________________________________________________________________
47110 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
47111         Log: Subject: [PATCH] Improved perlapi documentation for croak
47112              From: Mark Fowler <mark@twoshortplanks.com>
47113              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
47114              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
47115
47116              (and regenerate perlapi.pod.)
47117      Branch: perl
47118            ! pod/perlapi.pod util.c
47119 ____________________________________________________________________________
47120 [ 22379] By: merijn                                on 2004/02/26  08:44:53
47121         Log: From: Art Haas <ahaas@airmail.net>
47122              Subject: Replacing '-rdynamic' in Configure script
47123              Date: Fri, 20 Feb 2004 13:53:56 -0600
47124              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
47125      Branch: perl
47126            ! Configure
47127 ____________________________________________________________________________
47128 [ 22377] By: davem                                 on 2004/02/25  21:07:44
47129         Log: remove my work address
47130      Branch: perl
47131            ! AUTHORS
47132 ____________________________________________________________________________
47133 [ 22376] By: davem                                 on 2004/02/25  17:10:56
47134         Log: stop "const in void context" warning for a const in an
47135              optimised-away boolean expresssion, eg 5 || print;
47136      Branch: perl
47137            ! op.c op.h t/lib/warnings/op
47138 ____________________________________________________________________________
47139 [ 22375] By: merijn                                on 2004/02/25  11:13:12
47140         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
47141      Branch: perl
47142            ! lib/Net/Ping/t/450_service.t
47143 ____________________________________________________________________________
47144 [ 22374] By: merijn                                on 2004/02/25  09:32:12
47145         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
47146              One open issue left: promoting to cc_r for threaded builds
47147              need a review to permit users using -Dcc=xlc_r for non
47148              threaded builds
47149      Branch: perl
47150            ! hints/aix.sh
47151 ____________________________________________________________________________
47152 [ 22373] By: davem                                 on 2004/02/24  23:25:52
47153         Log: fix memory leak in @_ = ...; goto &sub
47154      Branch: perl
47155            ! pp_ctl.c
47156 ____________________________________________________________________________
47157 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
47158         Log: Enhance test cleanliness by a very small factor.
47159      Branch: perl
47160            ! t/comp/parser.t
47161 ____________________________________________________________________________
47162 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
47163         Log: Fix a segfault during optree construction. (bug #27024)
47164      Branch: perl
47165            ! op.c t/comp/parser.t
47166 ____________________________________________________________________________
47167 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
47168         Log: Update Changes and AUTHORS.
47169      Branch: perl
47170            ! AUTHORS Changes
47171 ____________________________________________________________________________
47172 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
47173         Log: Subject: [PATCH] optimization for map in scalar context
47174              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47175              Date: Tue, 24 Feb 2004 12:02:57 +0100
47176              Message-id: <20040224110257.GA5510@ethan>
47177      Branch: perl
47178            ! pp_ctl.c
47179 ____________________________________________________________________________
47180 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
47181         Log: Subject: Bugfix for perlrequick and perlretut
47182              From: Mark Kvale <kvale@phy.ucsf.edu>
47183              Date: Tue, 24 Feb 2004 11:32:34 -0800
47184              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
47185      Branch: perl
47186            ! pod/perlrequick.pod pod/perlretut.pod
47187 ____________________________________________________________________________
47188 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
47189         Log: Instead of localising *_, use a dummy foreach loop to get
47190              a local value of $_
47191      Branch: perl
47192            ! lib/File/Find.pm
47193 ____________________________________________________________________________
47194 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
47195         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
47196              From: alan <alan@pair.com>
47197              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
47198              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
47199      Branch: perl
47200            ! lib/Attribute/Handlers.pm
47201 ____________________________________________________________________________
47202 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
47203         Log: Update perl591delta.
47204      Branch: perl
47205            ! pod/perl591delta.pod
47206 ____________________________________________________________________________
47207 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
47208         Log: Fix bug #26910: hints were not propagated into (?{...})
47209              blocks, except the utf8 pragma.
47210      Branch: perl
47211            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
47212 ____________________________________________________________________________
47213 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
47214         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
47215              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47216              Date: Sun, 22 Feb 2004 16:09:33 +0900
47217              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
47218
47219              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
47220              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47221              Date: Sun, 22 Feb 2004 18:41:43 +0900
47222              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
47223
47224              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
47225      Branch: perl
47226            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
47227 ____________________________________________________________________________
47228 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
47229         Log: Subject: [PATCH] Benchmark for child processes
47230              From: Chia-liang Kao <clkao@clkao.org>
47231              Date: Mon, 23 Feb 2004 22:53:51 +0800
47232              Message-ID: <20040223145351.GH94376@portege.clkao.org>
47233      Branch: perl
47234            ! lib/Benchmark.pm
47235 ____________________________________________________________________________
47236 [ 22359] By: merijn                                on 2004/02/23  11:55:08
47237         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
47238              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
47239              From: Georg Schwarz <geos@epost.de>
47240              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
47241      Branch: perl
47242            ! hints/irix_5.sh
47243 ____________________________________________________________________________
47244 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
47245         Log: Subject: initial patch for cygwin IPC via cygserver
47246              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47247              Date: Thu, 19 Feb 2004 09:01:13 -0800
47248              Message-ID: <20040219170113.GA2792@efn.org>
47249      Branch: perl
47250            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
47251 ____________________________________________________________________________
47252 [ 22357] By: davem                                 on 2004/02/22  15:43:53
47253         Log: Extend OP_AELEMFAST optimisation to lexical arrays
47254      Branch: perl
47255            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
47256 ____________________________________________________________________________
47257 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
47258         Log: We're not binary compatible with 5.8.
47259              Change PERL_API_VERSION to 5.9.1.
47260      Branch: perl
47261            ! patchlevel.h
47262 ____________________________________________________________________________
47263 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
47264         Log: Document change #22353 in perldelta.
47265      Branch: perl
47266            ! pod/perl591delta.pod
47267 ____________________________________________________________________________
47268 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
47269         Log: Increment the version number of B, due to the incompatible
47270              API change introduced by #22353 (no more op_seq method.)
47271      Branch: perl
47272            ! ext/B/B.pm
47273 ____________________________________________________________________________
47274 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
47275         Log: Subject: Re: op_seq (was: Freeing code)
47276              From: Paul Johnson <paul@pjcj.net>
47277              Date: Sat, 21 Feb 2004 02:31:47 +0100
47278              Message-ID: <20040221013147.GB6953@pjcj.net>
47279
47280              Rework the OP structure to use less space.
47281              Remove op_seq (and simulate it in dump.c),
47282              replace it by op_opt and op_static,
47283              shrink op_type, remove PL_op_seqmax.
47284      Branch: perl
47285            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
47286            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
47287            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
47288            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
47289            ! pod/perlintern.pod sv.c
47290 ____________________________________________________________________________
47291 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
47292         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
47293              is not actually introduced by the for statement.
47294      Branch: perl
47295            ! op.c
47296 ____________________________________________________________________________
47297 [ 22351] By: davem                                 on 2004/02/20  15:38:10
47298         Log: remove a split test's dependence on -Dx output
47299              (needed after change #22343)
47300      Branch: perl
47301            ! t/op/split.t
47302 ____________________________________________________________________________
47303 [ 22350] By: davem                                 on 2004/02/20  15:34:27
47304         Log: add Deparse/Concise support for inplace sort (change 22349)
47305      Branch: perl
47306            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
47307 ____________________________________________________________________________
47308 [ 22349] By: davem                                 on 2004/02/20  14:54:35
47309         Log: optimise the sorting inplace of plain arrays: @a = sort @a
47310      Branch: perl
47311            ! op.c op.h pp_sort.c t/op/sort.t
47312 ____________________________________________________________________________
47313 [ 22348] By: davem                                 on 2004/02/20  14:18:13
47314         Log: Document the SVf_PADSTALE flag
47315      Branch: perl
47316            ! pad.c
47317 ____________________________________________________________________________
47318 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
47319         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
47320      Branch: perl
47321            - lib/IPC/SysV.t
47322            ! MANIFEST
47323 ____________________________________________________________________________
47324 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
47325         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
47326              From: Greg Matheson <lang@ms.chinmin.edu.tw>
47327              Date: Fri, 20 Feb 2004 15:34:59 +0800
47328              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
47329      Branch: perl
47330            ! win32/genmk95.pl
47331 ____________________________________________________________________________
47332 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
47333         Log: Upgrade to Term::ANSIColor 1.08.
47334      Branch: perl
47335            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
47336            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
47337 ____________________________________________________________________________
47338 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
47339         Log: Upgrade to prereleases of Math::BigInt 1.70 and
47340              Math::BigRat 0.12, by Tels.
47341      Branch: perl
47342            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
47343            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
47344            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
47345            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
47346            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
47347            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
47348            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
47349            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
47350            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
47351            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
47352            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
47353            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
47354            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
47355            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
47356            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
47357            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
47358            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
47359 ____________________________________________________________________________
47360 [ 22343] By: davem                                 on 2004/02/19  13:43:18
47361         Log: -Dx could coredump on threaded builds because consts are now
47362              stored in the pad
47363      Branch: perl
47364            ! dump.c
47365 ____________________________________________________________________________
47366 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
47367         Log: Add a tool to report dual-lived core modules that don't
47368              have the same version than the corresponding module on CPAN.
47369      Branch: perl
47370            + Porting/corecpan.pl
47371            ! MANIFEST
47372 ____________________________________________________________________________
47373 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
47374         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
47375      Branch: perl
47376            ! pod/perl591delta.pod
47377 ____________________________________________________________________________
47378 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
47379         Log: Add base.pm and fields.pm to the maintainer list.
47380              Remove a duplicate file from this list.
47381      Branch: perl
47382            ! Porting/Maintainers.pl
47383 ____________________________________________________________________________
47384 [ 22337] By: davem                                 on 2004/02/18  13:22:13
47385         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
47386      Branch: perl
47387            ! t/op/write.t
47388 ____________________________________________________________________________
47389 [ 22334] By: merijn                                on 2004/02/18  12:18:52
47390         Log: Removed pm_apiversion and xs_apiversion as requested by
47391              the pumpkin. Chainsaw was still in perfect working order.
47392      Branch: perl
47393            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
47394            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
47395            ! Porting/config_H config_h.SH configure.com epoc/config.sh
47396            ! plan9/config.plan9 plan9/config_h.sample
47397            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
47398            ! win32/config.gc win32/config.vc win32/config.vc64
47399            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47400            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
47401 ____________________________________________________________________________
47402 [ 22332] By: davem                                 on 2004/02/18  11:14:43
47403         Log: Add tests for the C<my $x if foo> deprecation, and change the
47404              warning text
47405      Branch: perl
47406            ! op.c pod/perldiag.pod t/lib/warnings/op
47407 ____________________________________________________________________________
47408 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
47409         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
47410              returned from XSUBs through RETVAL isn't decremented as it is for
47411              SVs. This causes those XSUBs to leak memory and cannot be fixed
47412              without breaking existing CPAN modules that work around this bug.
47413
47414              2. Fix a memory leak of that kind in POSIX::localconv.
47415      Branch: perl
47416            ! ext/POSIX/POSIX.xs pod/perlxs.pod
47417 ____________________________________________________________________________
47418 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
47419         Log: Encode has local changes. Up-version it.
47420      Branch: perl
47421            ! ext/Encode/Encode.pm
47422 ____________________________________________________________________________
47423 [ 22328] By: davem                                 on 2004/02/17  23:30:50
47424         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
47425      Branch: perl
47426            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
47427 ____________________________________________________________________________
47428 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
47429         Log: It's better to localize *_ than $_, to avoid magic leakage
47430      Branch: perl
47431            ! lib/File/Find.pm
47432 ____________________________________________________________________________
47433 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
47434         Log: One of the new tests of MIME::Base64 relies on a non-core module.
47435      Branch: perl
47436            - ext/MIME/Base64/t/bad-sv.t
47437            ! MANIFEST
47438 ____________________________________________________________________________
47439 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
47440         Log: Upgrade to MIME::Base64 3.00.
47441              Fix t/warn.t so it works in the core.
47442              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
47443      Branch: perl
47444            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
47445            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
47446            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
47447            ! ext/MIME/Base64/t/base64.t
47448 ____________________________________________________________________________
47449 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
47450         Log: Be more clear. Use simple words.
47451      Branch: perl
47452            ! pod/perl591delta.pod
47453 ____________________________________________________________________________
47454 [ 22322] By: davem                                 on 2004/02/17  21:52:08
47455         Log: remove C<my $x if foo> construct from core modules
47456      Branch: perl
47457            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
47458            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
47459            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
47460            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
47461            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
47462 ____________________________________________________________________________
47463 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
47464         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
47465      Branch: perl
47466            ! pod/perl591delta.pod
47467 ____________________________________________________________________________
47468 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
47469         Log: Bump $B::VERSION (because of change #22315).
47470      Branch: perl
47471            ! ext/B/B.pm
47472 ____________________________________________________________________________
47473 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
47474         Log: Regenerate table of contents and other related files.
47475      Branch: perl
47476            ! MANIFEST pod/perl.pod pod/perltoc.pod
47477 ____________________________________________________________________________
47478 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
47479         Log: Bump up perl's version number to 5.9.1.
47480              Add perl591delta in perl.pod.
47481              Update the sample config files in Porting/.
47482      Branch: perl
47483            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
47484            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
47485            ! plan9/config.plan9 pod/perl.pod win32/Makefile
47486            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47487            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
47488 ____________________________________________________________________________
47489 [ 22317] By: davem                                 on 2004/02/17  19:28:58
47490         Log: 22316 had stupid precedence thinkos
47491      Branch: perl
47492            ! pp.c pp_hot.c
47493 ____________________________________________________________________________
47494 [ 22316] By: davem                                 on 2004/02/17  18:23:27
47495         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
47496              and fix some incorrect indentation
47497      Branch: perl
47498            ! pp.c pp_hot.c sv.c
47499 ____________________________________________________________________________
47500 [ 22315] By: davem                                 on 2004/02/17  18:01:52
47501         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
47502              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
47503              Date:  Tue, 17 Feb 2004 17:32:16 +0100
47504              Message-Id:  <20040217163216.GA6805@ethan>
47505
47506              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
47507      Branch: perl
47508            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
47509 ____________________________________________________________________________
47510 [ 22314] By: merijn                                on 2004/02/17  11:22:24
47511         Log: 1. Creating backward compatibility for Configure after patches
47512              #22227 and #22302 to still support 5.8.x and below
47513
47514              2. Small change for building on GNU hurd
47515              Date: Sun, 15 Feb 2004 23:27:17 +1100
47516              From: "Brendan O'Dea" <bod@debian.org>
47517              Message-ID: <20040215122717.GA26812@londo.c47.org>
47518      Branch: perl
47519            ! Configure Makefile.SH hints/gnu.sh
47520 ____________________________________________________________________________
47521 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
47522         Log: Fix for Win32 build failure caused by the byacc to bison switch.
47523      Branch: perl
47524            ! perl.h
47525 ____________________________________________________________________________
47526 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
47527         Log: Revert change 22308 (the patch was against maint, not blead)
47528      Branch: perl
47529            ! lib/ExtUtils/instmodsh
47530 ____________________________________________________________________________
47531 [ 22310] By: merijn                                on 2004/02/16  11:30:29
47532         Log: Fix typo in doc for Encode
47533              From: "Brendan O'Dea" <bod@debian.org>
47534              Date: Sun, 15 Feb 2004 23:27:17 +1100
47535              Message-ID: <20040215122717.GA26812@londo.c47.org>
47536      Branch: perl
47537            ! ext/Encode/Encode.pm
47538 ____________________________________________________________________________
47539 [ 22309] By: merijn                                on 2004/02/16  11:27:34
47540         Log: Missing semi-colon
47541              From: "Brendan O'Dea" <bod@debian.org>
47542              Date: Sun, 15 Feb 2004 23:27:17 +1100
47543              Message-ID: <20040215122717.GA26812@londo.c47.org>
47544      Branch: perl
47545            ! ext/MIME/Base64/Base64.xs
47546 ____________________________________________________________________________
47547 [ 22308] By: merijn                                on 2004/02/16  11:24:59
47548         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
47549              it has a manpage.
47550              From: "Brendan O'Dea" <bod@debian.org>
47551              Date: Sun, 15 Feb 2004 23:27:17 +1100
47552              Message-ID: <20040215122717.GA26812@londo.c47.org>
47553      Branch: perl
47554            ! lib/ExtUtils/instmodsh
47555 ____________________________________________________________________________
47556 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
47557         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
47558              From: Stas Bekman <stas@stason.org>
47559              Date: Fri, 13 Feb 2004 20:18:59 -0800
47560              Message-ID: <402DA1B3.2010608@stason.org>
47561      Branch: perl
47562            ! pod/perlguts.pod
47563 ____________________________________________________________________________
47564 [ 22306] By: davem                                 on 2004/02/15  00:24:26
47565         Log: Segmentation fault with
47566              sub x { shift; @a = @b; eval +{ use } }
47567      Branch: perl
47568            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
47569 ____________________________________________________________________________
47570 [ 22305] By: davem                                 on 2004/02/14  23:52:09
47571         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
47572              on the parser stack at each reduce.  Also,
47573
47574              Subject: Re: switch from byacc to bison
47575              From: "Craig A. Berry" <craigberry@mac.com>
47576              Date: Sat, 14 Feb 2004 13:26:45 -0600
47577              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
47578
47579              change #if DEBUGGING to #ifdef ... in perly.c
47580      Branch: perl
47581            ! perly.c pod/perlrun.pod
47582 ____________________________________________________________________________
47583 [ 22304] By: davem                                 on 2004/02/14  13:33:26
47584         Log: Subject:  Re: switch from byacc to bison
47585              From:  Abe Timmerman <abeltje@cpan.org>
47586              Date:  Sat, 14 Feb 2004 11:56:24 +0100
47587              Message-Id:  <200402141156.58185.abeltje@cpan.org>
47588
47589              Fix typos in pumpkin.pod
47590      Branch: perl
47591            ! Porting/pumpkin.pod
47592 ____________________________________________________________________________
47593 [ 22303] By: davem                                 on 2004/02/14  12:28:37
47594         Log: remove binary compatibility stuff from the yacc -> bison switch
47595              of change #22302
47596      Branch: perl
47597            ! embedvar.h intrpvar.h
47598 ____________________________________________________________________________
47599 [ 22302] By: davem                                 on 2004/02/14  02:06:53
47600         Log: Switch from byacc to bison and simplify the perly.* regeneration
47601              process
47602      Branch: perl
47603            + perly.act perly.tab regen_perly.pl
47604            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
47605            - vms/perly_h.vms vms/vms_yfix.pl
47606            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
47607            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
47608            ! vms/descrip_mms.template
47609 ____________________________________________________________________________
47610 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
47611         Log: Fix an fcntl example in perlopentut, spotted by MJD.
47612      Branch: perl
47613            ! pod/perlopentut.pod
47614 ____________________________________________________________________________
47615 [ 22300] By: davem                                 on 2004/02/12  23:18:20
47616         Log: The new -Dq option didn't actually work!
47617      Branch: perl
47618            ! perl.h
47619 ____________________________________________________________________________
47620 [ 22299] By: merijn                                on 2004/02/12  14:32:15
47621         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
47622              From: Stas Bekman <stas@stason.org>
47623              Date: Wed, 11 Feb 2004 16:53:54 -0800
47624              Message-ID: <402ACEA2.4020907@stason.org>
47625      Branch: perl
47626            ! perl.c
47627 ____________________________________________________________________________
47628 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
47629         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
47630              From: Greg Matheson <lang@ms.chinmin.edu.tw>
47631              Date: Tue, 10 Feb 2004 12:36:33 +0800
47632              Message-ID: <20040210043633.GA33671687@momotaro>
47633      Branch: perl
47634            ! win32/makefile.mk
47635 ____________________________________________________________________________
47636 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
47637         Log: Add 5.005_04-RC1 and Leon in perlhist.
47638      Branch: perl
47639            ! pod/perlhist.pod
47640 ____________________________________________________________________________
47641 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
47642         Log: Add a note in Unicode::UCD about the _getcode() function
47643              being copy-n-pasted in charnames.pm. (spotted by Merijn)
47644      Branch: perl
47645            ! lib/Unicode/UCD.pm
47646 ____________________________________________________________________________
47647 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
47648         Log: Implement stacked filetest operators (-f -w -x $file).
47649      Branch: perl
47650            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
47651            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
47652 ____________________________________________________________________________
47653 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
47654         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
47655              From: hv@crypt.org
47656              Date: Mon, 09 Feb 2004 03:21:21 +0000
47657              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
47658      Branch: perl
47659            ! sv.c t/op/sprintf2.t
47660 ____________________________________________________________________________
47661 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
47662         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
47663              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
47664              Date: Mon, 9 Feb 2004 00:51:45 -0800
47665              Message-ID: <20040209085145.GA3204@efn.org>
47666              (plus an etymological notice)
47667      Branch: perl
47668            ! lib/charnames.pm
47669 ____________________________________________________________________________
47670 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
47671         Log: Add the new private flag OPpGREP_LEX in B::Concise.
47672      Branch: perl
47673            ! ext/B/B/Concise.pm
47674 ____________________________________________________________________________
47675 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
47676         Log: map and grep weren't working correctly with lexical $_ in
47677              scalar context, because pp_mapwhile and pp_grepwhile were using
47678              their target as a temporary slot to store the return value.
47679      Branch: perl
47680            ! pp_ctl.c pp_hot.c t/op/mydef.t
47681 ____________________________________________________________________________
47682 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
47683         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
47684              From: Greg Matheson <lang@ms.chinmin.edu.tw>
47685              Date: Mon, 2 Feb 2004 16:52:44 +0800
47686              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
47687      Branch: perl
47688            ! win32/makefile.mk
47689 ____________________________________________________________________________
47690 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
47691         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
47692              From: Steve Hay <steve.hay@uk.radan.com>
47693              Date: Fri, 06 Feb 2004 12:44:05 +0000
47694              Message-ID: <40238C15.2090200@uk.radan.com>
47695      Branch: perl
47696            ! pod/perlapi.pod sv.h
47697 ____________________________________________________________________________
47698 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
47699         Log: Subject: [PATCH] Fix absolute path handling in installhtml
47700              From: Steve Hay <steve.hay@uk.radan.com>
47701              Date: Fri, 06 Feb 2004 16:14:14 +0000
47702              Message-ID: <4023BD56.6090903@uk.radan.com>
47703      Branch: perl
47704            ! installhtml
47705 ____________________________________________________________________________
47706 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
47707         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
47708              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47709              Date: Sat, 07 Feb 2004 00:08:36 +0900
47710              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
47711      Branch: perl
47712            ! pod/perlunicode.pod
47713 ____________________________________________________________________________
47714 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
47715         Log: Comment to record why we can't clear placeholders in hsplit
47716      Branch: perl
47717            ! hv.c
47718 ____________________________________________________________________________
47719 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
47720         Log: deleting keys in restricted hashes was leaking the entry. Yow!
47721      Branch: perl
47722            ! hv.c lib/Hash/Util.t
47723 ____________________________________________________________________________
47724 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
47725         Log: Now hv_delete is able to ingore placeholders.
47726              (This is an XS visible change in the hash API. But not of documented
47727              behaviour)
47728      Branch: perl
47729            ! hv.c
47730 ____________________________________________________________________________
47731 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
47732         Log: All whitespace is equal, but some whitespace is more equal than others
47733              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
47734      Branch: perl
47735            ! MANIFEST
47736 ____________________________________________________________________________
47737 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
47738         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
47739              than using the iterator interface and calling hv_delete
47740              This will allow hv_delete to be simplified to remove most of the
47741              special casing related to placeholders.
47742      Branch: perl
47743            ! hv.c
47744 ____________________________________________________________________________
47745 [ 22273] By: merijn                                on 2004/02/06  11:47:14
47746         Log: Added hints_4.sh for specific AIX 4 support
47747              this is the next stage in the general cleanup process
47748              for the AIX hints. More to come
47749      Branch: perl
47750            + hints/aix_4.sh
47751            ! MANIFEST
47752 ____________________________________________________________________________
47753 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
47754         Log: Fix a non-standard NAME pod section
47755              (by Smylers and Casey West)
47756      Branch: perl
47757            ! lib/Carp/Heavy.pm
47758 ____________________________________________________________________________
47759 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
47760         Log: The "my $_" wasn't nice with foreach loops.
47761      Branch: perl
47762            ! op.c t/op/mydef.t
47763 ____________________________________________________________________________
47764 [ 22267] By: merijn                                on 2004/02/04  10:24:33
47765         Log: AIX 3 support removed from default hints after its separation
47766      Branch: perl
47767            ! hints/aix.sh
47768 ____________________________________________________________________________
47769 [ 22266] By: merijn                                on 2004/02/04  10:16:20
47770         Log: AIX 3 hints split off from default hints in preparation
47771              of a hint file cleanup. aix_4.sh will follow soon
47772      Branch: perl
47773            + hints/aix_3.sh
47774            ! MANIFEST
47775 ____________________________________________________________________________
47776 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
47777         Log: More docs and tests for "my $_".
47778      Branch: perl
47779            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
47780 ____________________________________________________________________________
47781 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
47782         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
47783              From: John Peacock <jpeacock@rowman.com>
47784              Date: Sun, 01 Feb 2004 21:10:07 -0500
47785              Message-ID: <401DB17F.5060808@rowman.com>
47786      Branch: perl
47787            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
47788            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
47789 ____________________________________________________________________________
47790 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
47791         Log: Implement "my $_".
47792      Branch: perl
47793            + t/op/mydef.t
47794            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
47795            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
47796            ! pp_ctl.c pp_hot.c regexec.c toke.c
47797 ____________________________________________________________________________
47798 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
47799         Log: Regenerate perlapi.pod.
47800      Branch: perl
47801            ! pod/perlapi.pod
47802 ____________________________________________________________________________
47803 [ 22261] By: merijn                                on 2004/02/03  12:57:37
47804         Log: If someone chooses xlc as default C compiler, threaded builds
47805              will fail, unless converted to cc_r
47806      Branch: perl
47807            ! hints/aix.sh
47808 ____________________________________________________________________________
47809 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
47810         Log: Subject: patch for IRIX/gcc link issues
47811              From: Martin Pool <mbp@samba.org>
47812              Date: Wed, 28 Jan 2004 10:56:25 +1100
47813              Message-ID: <20040127235624.GA32612@hp.com>
47814      Branch: perl
47815            ! hints/irix_6.sh
47816 ____________________________________________________________________________
47817 [ 22259] By: davem                                 on 2004/02/01  17:42:44
47818         Log: update fix to Shell.pm in change #22254: make /dev/null portable
47819      Branch: perl
47820            ! lib/Shell.pm
47821 ____________________________________________________________________________
47822 [ 22258] By: davem                                 on 2004/02/01  17:40:02
47823         Log: Subject: Re: [perl #15063] /tmp issues
47824              From: Solar Designer <solar@openwall.com>
47825              Date: Mon, 26 Jan 2004 01:22:18 +0300
47826              Message-ID: <20040125222218.GA13499@openwall.com>
47827
47828              Remove insecure usage of /tmp from code and documentation
47829      Branch: perl
47830            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
47831            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
47832            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
47833            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
47834            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
47835            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
47836            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
47837            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
47838            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
47839            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
47840            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
47841            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
47842            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
47843            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
47844            ! utils/c2ph.PL
47845 ____________________________________________________________________________
47846 [ 22257] By: davem                                 on 2004/02/01  15:46:24
47847         Log: threads documentation: fork on UNIX might not copy all threads.
47848      Branch: perl
47849            ! pod/perlthrtut.pod
47850 ____________________________________________________________________________
47851 [ 22256] By: davem                                 on 2004/02/01  15:34:59
47852         Log: add test for Change 22194:
47853              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
47854      Branch: perl
47855            ! t/lib/strict/subs
47856 ____________________________________________________________________________
47857 [ 22254] By: davem                                 on 2004/02/01  13:11:00
47858         Log: Subject:  Patch for Shell.pm
47859              From:  Manuel Valente <mvalente@idealx.com>
47860              Date:  Tue, 27 Jan 2004 19:18:26 +0100
47861              Message-Id:  <4016AB72.1080503@idealx.com>
47862
47863              New option for Shell.pm to discard stderr instead of capturing it
47864      Branch: perl
47865            ! lib/Shell.pm
47866 ____________________________________________________________________________
47867 [ 22253] By: davem                                 on 2004/02/01  11:26:47
47868         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
47869              timeout triggers
47870      Branch: perl
47871            ! ext/Time/HiRes/t/HiRes.t
47872 ____________________________________________________________________________
47873 [ 22252] By: chip                                  on 2004/01/31  17:29:05
47874         Log: Don't show code closing STD{IN,OUT} before reopening, because
47875              doing so is unnecessary and occasionally harmful.
47876      Branch: perl
47877            ! pod/perlfork.pod pod/perlfunc.pod
47878 ____________________________________________________________________________
47879 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
47880         Log: Another undocumented use of $_ : with reverse().
47881      Branch: perl
47882            ! pod/perlfunc.pod
47883 ____________________________________________________________________________
47884 [ 22247] By: merijn                                on 2004/01/30  08:18:28
47885         Log: Drop optimization for -O3 *and higher*
47886      Branch: perl
47887            ! ext/Storable/hints/linux.pl
47888 ____________________________________________________________________________
47889 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
47890         Log: Regenerate perlapi.pod.
47891      Branch: perl
47892            ! pod/perlapi.pod
47893 ____________________________________________________________________________
47894 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
47895         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
47896              From: hv@crypt.org
47897              Date: Thu, 29 Jan 2004 15:12:12 +0000
47898              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
47899      Branch: perl
47900            ! pp_hot.c t/op/pat.t
47901 ____________________________________________________________________________
47902 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
47903         Log: I'm the new maintainer of Switch.
47904              Sync with the CPAN version of Switch 2.10.
47905      Branch: perl
47906            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
47907 ____________________________________________________________________________
47908 [ 22243] By: merijn                                on 2004/01/28  20:30:40
47909         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
47910              Date: Fri, 23 Jan 2004 09:36:27 -0600
47911              From: David Favor <david@davidfavor.com>
47912              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
47913              so no compilation stack limits are imposed.
47914      Branch: perl
47915            ! hints/aix.sh
47916 ____________________________________________________________________________
47917 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
47918         Log: Update perl591delta.pod with what we've done so far.
47919      Branch: perl
47920            ! pod/perl591delta.pod
47921 ____________________________________________________________________________
47922 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
47923         Log: Regenerate Changes.
47924              Only include changes from the perl branch.
47925      Branch: perl
47926            ! Changes
47927 ____________________________________________________________________________
47928 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
47929         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
47930              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
47931      Branch: perl
47932            ! ext/Storable/hints/linux.pl
47933 ____________________________________________________________________________
47934 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
47935         Log: More punctuation, good.
47936      Branch: perl
47937            ! pod/perlfunc.pod
47938 ____________________________________________________________________________
47939 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
47940         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
47941              From: Brendan O'Dea <bod@debian.org>
47942              Date: Sun, 25 Jan 2004 11:23:48 +1100
47943              Message-ID: <20040125002348.GA31407@londo.c47.org>
47944      Branch: perl
47945            ! pod/perlfunc.pod
47946 ____________________________________________________________________________
47947 [ 22227] By: davem                                 on 2004/01/26  23:53:06
47948         Log: Subject:  [PATCH] myconfig.SH
47949              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
47950              Date:  Sun, 25 Jan 2004 22:11:25 -0600
47951              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
47952
47953              make perl -V show the major release as 5 rather than 5.0
47954      Branch: perl
47955            ! myconfig.SH
47956 ____________________________________________________________________________
47957 [ 22224] By: merijn                                on 2004/01/26  22:10:13
47958         Log: Document change 22192
47959              We still need tests!
47960      Branch: perl
47961            ! lib/Exporter.pm
47962 ____________________________________________________________________________
47963 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
47964         Log: Subject: [PATCH] fix vmsish.t #25
47965              From: "Craig A. Berry" <craigberry@mac.com>
47966              Date: Sat, 24 Jan 2004 18:45:35 -0600
47967              Message-ID: <401311AF.1060706@mac.com>
47968      Branch: perl
47969            ! lib/vmsish.t
47970 ____________________________________________________________________________
47971 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
47972         Log: Merge dynamic perldelta from maint (22081)
47973              So now perldelta.pod is copied at build time from perl591delta.pod
47974              perl590delta.pod is as released to CPAN by Hugo
47975              Regen lots of makefiles, pods and the MANIFEST
47976      Branch: perl
47977            + pod/perl591delta.pod
47978           +> pod/perl590delta.pod
47979            - pod/perldelta.pod
47980            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
47981            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
47982            ! win32/pod.mak
47983 ____________________________________________________________________________
47984 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
47985         Log: Remove the caveat about detached threads crashing on Windows
47986              (fixed by #22201). Bump up the version of threads.pm.
47987      Branch: perl
47988            ! ext/threads/threads.pm
47989 ____________________________________________________________________________
47990 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
47991         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
47992              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
47993      Branch: perl
47994            ! ext/Storable/t/threads.t
47995 ____________________________________________________________________________
47996 [ 22216] By: davem                                 on 2004/01/25  12:06:04
47997         Log: update MANIFEST for 2 new Storable test files introduced by 22205
47998      Branch: perl
47999            ! MANIFEST
48000 ____________________________________________________________________________
48001 [ 22215] By: davem                                 on 2004/01/25  12:00:04
48002         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
48003      Branch: perl
48004            ! t/op/closure.t
48005 ____________________________________________________________________________
48006 [ 22209] By: davem                                 on 2004/01/25  02:04:23
48007         Log: Remove small memory leak in newATTRSUB that manifested as a
48008              leaking scalar after the interpeter was cloned
48009      Branch: perl
48010            ! op.c
48011 ____________________________________________________________________________
48012 [ 22208] By: davem                                 on 2004/01/24  16:13:17
48013         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
48014              package's \%FIELDS, results in phash deprecation errors.
48015              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
48016              Date:  18 Jan 2004 15:15:46 -0000
48017              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
48018      Branch: perl
48019            ! lib/base.pm lib/base/t/fields-base.t
48020 ____________________________________________________________________________
48021 [ 22207] By: davem                                 on 2004/01/24  15:36:28
48022         Log: Subject:  Re: Doc patches for File::Find
48023              From:  Mark Jason Dominus <mjd@plover.com>
48024              Date:  Thu, 22 Jan 2004 09:30:58 -0500
48025              Message-Id:  <20040122143058.29226.qmail@plover.com>
48026
48027              Better document the fact that neither find() nor finddepth() do a
48028              breath-first search.
48029      Branch: perl
48030            ! lib/File/Find.pm
48031 ____________________________________________________________________________
48032 [ 22206] By: ams                                   on 2004/01/24  11:06:51
48033         Log: Subject: [PATCH] Storable-2.08/t/code.t
48034              From: Slaven Rezic <slaven@rezic.de>
48035              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
48036              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
48037      Branch: perl
48038            ! ext/Storable/t/code.t
48039 ____________________________________________________________________________
48040 [ 22205] By: ams                                   on 2004/01/24  11:03:36
48041         Log: Subject: [patch] make Storable thread-safe
48042              From: Stas Bekman <stas@stason.org>
48043              Date: Mon, 19 Jan 2004 00:20:02 -0800
48044              Message-Id: <400B9332.4070106@stason.org>
48045
48046              Subject: Re: Subroutine reference bug in Storable
48047              From: Slaven Rezic <slaven@rezic.de>
48048              Date: 14 Nov 2003 23:22:55 +0100
48049              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
48050
48051              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
48052              overload + cyclic structures
48053              From: Sam Vilain <sam@vilain.net>
48054              Date: Tue, 20 Jan 2004 22:30:15 +1300
48055              Message-Id: <200401202230.15865.sam@vilain.net>
48056      Branch: perl
48057            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
48058            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
48059            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
48060            ! ext/Storable/t/code.t
48061 ____________________________________________________________________________
48062 [ 22204] By: ams                                   on 2004/01/24  08:59:11
48063         Log: Upgrade to Locale::Maketext 1.08.
48064      Branch: perl
48065            + lib/Locale/Maketext/t/06super.t
48066            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
48067            ! lib/Locale/Maketext/TPJ13.pod
48068 ____________________________________________________________________________
48069 [ 22203] By: davem                                 on 2004/01/23  23:06:49
48070         Log: make some t/op/write.t failures more verbose
48071      Branch: perl
48072            ! t/op/write.t
48073 ____________________________________________________________________________
48074 [ 22201] By: davem                                 on 2004/01/23  22:26:47
48075         Log: Subject:  Re: threads::shared::queue;
48076              From:  Jan Dubois <jand@ActiveState.com>
48077              Date:  Thu, 22 Jan 2004 19:18:46 -0800
48078              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
48079
48080              Avoid threads+win32 crash by freeing Perl interpreter slightly later
48081      Branch: perl
48082            ! ext/threads/threads.xs
48083 ____________________________________________________________________________
48084 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
48085         Log: test that use encoding; doesn't cause references to be stringified
48086      Branch: perl
48087            ! t/uni/chomp.t
48088 ____________________________________________________________________________
48089 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
48090         Log: Document chomp's travels in the wonderful world of use encoding;
48091      Branch: perl
48092            ! pod/perlfunc.pod
48093 ____________________________________________________________________________
48094 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
48095         Log: Check the return values of chomp
48096              (more tricky than it may seem, as the return value is unicode)
48097      Branch: perl
48098            ! t/uni/chomp.t
48099 ____________________________________________________________________________
48100 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
48101         Log: Test return values of all chomps
48102      Branch: perl
48103            ! t/op/chop.t
48104 ____________________________________________________________________________
48105 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
48106         Log: Subject: Re: [perl #24888] chomp ignores utf8
48107              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48108              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
48109              Date: Fri, 16 Jan 2004 04:13:00 +0900
48110      Branch: perl
48111            + t/uni/chomp.t
48112            ! MANIFEST doop.c t/op/chop.t
48113 ____________________________________________________________________________
48114 [ 22195] By: davem                                 on 2004/01/22  20:48:03
48115         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
48116              From: Steve Hay <steve.hay@uk.radan.com>
48117              Date: Thu, 22 Jan 2004 17:08:29 +0000
48118              Message-ID: <4010038D.4070104@uk.radan.com>
48119      Branch: perl
48120            + win32/makeico.pl win32/perlexe.rc
48121            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
48122 ____________________________________________________________________________
48123 [ 22194] By: davem                                 on 2004/01/22  00:24:51
48124         Log: C<use strict; print if foo> didn't give the
48125              "Bareword not allowed" error unless warnings were enabled
48126      Branch: perl
48127            ! op.c
48128 ____________________________________________________________________________
48129 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
48130         Log: Convert the older parts of op/bop.t over to test.pl
48131      Branch: perl
48132            ! t/op/bop.t
48133 ____________________________________________________________________________
48134 [ 22192] By: merijn                                on 2004/01/21  21:10:10
48135         Log: ':flock' not recognized unless it's first
48136              Exporter::Heavy now will treat :, /, and ! special in
48137              all arguments, not only if the _first_ arg starts with it
48138              Date: Wed, 21 Jan 2004 08:32:47 -0500
48139              Message-ID: <20040121133248.3359.qmail@plover.com>
48140      Branch: perl
48141            ! lib/Exporter/Heavy.pm
48142 ____________________________________________________________________________
48143 [ 22191] By: davem                                 on 2004/01/21  20:45:48
48144         Log: Subject:  PATCH for perl-5.8.4
48145              From:  "Edward S. Peschko" <esp5@pge.com>
48146              Date:  Mon, 19 Jan 2004 17:21:18 -0800
48147              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
48148
48149              Add @DynaLoader::dl_shared_objects feature
48150      Branch: perl
48151            ! ext/DynaLoader/DynaLoader_pm.PL
48152 ____________________________________________________________________________
48153 [ 22190] By: davem                                 on 2004/01/21  20:14:51
48154         Log: remove the platform dependencies of the write.t tests introduced
48155              by change #22161, by hard-coding the expected outputs rather
48156              than using sprintf('%f').
48157      Branch: perl
48158            ! t/op/write.t
48159 ____________________________________________________________________________
48160 [ 22189] By: davem                                 on 2004/01/20  22:41:14
48161         Log: Fix typo in patch #22188
48162      Branch: perl
48163            ! pod/perlfunc.pod
48164 ____________________________________________________________________________
48165 [ 22188] By: davem                                 on 2004/01/20  22:36:10
48166         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
48167              and %x too.
48168      Branch: perl
48169            ! pod/perlfunc.pod
48170 ____________________________________________________________________________
48171 [ 22187] By: davem                                 on 2004/01/20  22:27:50
48172         Log: "sub foo :unique" segfaults
48173
48174              Turn these two into compile-time errors until such time as
48175              someone thinks of a useful meaning for them:
48176              my $x : unique
48177              sub foo : unique
48178      Branch: perl
48179            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
48180 ____________________________________________________________________________
48181 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
48182         Log: Add a new test file for situations where threads may interfere.
48183              Subject: Re: "restricted hashes" hit again !
48184              From: Stas Bekman <stas@stason.org>
48185              Date: Tue, 23 Dec 2003 15:32:26 -0800
48186              Message-ID: <3FE8D08A.4090806@stason.org>
48187      Branch: perl
48188            + t/op/threads.t
48189            ! MANIFEST
48190 ____________________________________________________________________________
48191 [ 22185] By: davem                                 on 2004/01/20  21:01:08
48192         Log: Document CVf_UNIQUE flag better
48193      Branch: perl
48194            ! cv.h
48195 ____________________________________________________________________________
48196 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
48197         Log: Fix precedence errors and add some cleanup in the new
48198              DBM_Filter tests
48199      Branch: perl
48200            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
48201 ____________________________________________________________________________
48202 [ 22182] By: davem                                 on 2004/01/20  00:16:42
48203         Log: second attempt to fix [perl #24914] freeing a CV reference that was
48204              currently being executed caused coredumps. The dounwind called by
48205              die unwinds all the contexts on the context stack before unwinding
48206              the save stack.  To stop premature freeing of the CV, hold
48207              references to it on both stacks.
48208      Branch: perl
48209            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
48210 ____________________________________________________________________________
48211 [ 22181] By: davem                                 on 2004/01/19  23:41:37
48212         Log: change #22071 (taint bug in $^0) introduced a potential double
48213              free(), because PL_osname may get freed but not nulled if a taint
48214              test fails in between. Mea cupla and all that...
48215      Branch: perl
48216            ! mg.c
48217 ____________________________________________________________________________
48218 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
48219         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
48220              From: Gisle Aas <gisle@ActiveState.com>
48221              Date: 17 Jan 2004 01:29:02 -0800
48222              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
48223              (test rewritten to fit in blead)
48224      Branch: perl
48225            ! pp.c t/op/bop.t
48226 ____________________________________________________________________________
48227 [ 22179] By: merijn                                on 2004/01/19  21:36:48
48228         Log: Subject: [PATCH] dl_unload_file for HP-UX
48229              Date: Mon, 12 Jan 2004 07:49:44 -0800
48230              From: Neil Watkiss <neil.watkiss@sophos.com>
48231              Message-ID: <20040112154944.GA15412@ActiveState.com>
48232      Branch: perl
48233            ! ext/DynaLoader/dl_hpux.xs
48234 ____________________________________________________________________________
48235 [ 22177] By: merijn                                on 2004/01/19  16:11:22
48236         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
48237              See INSTALL for more details
48238      Branch: perl
48239            ! Configure
48240 ____________________________________________________________________________
48241 [ 22175] By: merijn                                on 2004/01/19  16:05:50
48242         Log: Describe how to limit the perl's default @INC during Configure
48243              to _not_ include older versions
48244      Branch: perl
48245            ! INSTALL
48246 ____________________________________________________________________________
48247 [ 22174] By: merijn                                on 2004/01/19  10:41:24
48248         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
48249              Date: Sun, 18 Jan 2004 12:51:23 -0600
48250              From: "Craig A. Berry" <craigberry@mac.com>
48251              Message-ID: <400AD5AB.3080708@mac.com>
48252      Branch: perl
48253            ! perlio.c
48254 ____________________________________________________________________________
48255 [ 22173] By: merijn                                on 2004/01/19  10:27:53
48256         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
48257              Date: Sun, 18 Jan 2004 17:03:30 -0600
48258              From: "Craig A. Berry" <craigberry@mac.com>
48259              Message-ID: <400B10C2.9060504@mac.com>
48260      Branch: perl
48261            ! configure.com
48262 ____________________________________________________________________________
48263 [ 22172] By: davem                                 on 2004/01/17  23:58:04
48264         Log: back out change #24914 "freeing a CV reference that was currently
48265              being executed caused coredumps".
48266              The new test case sometimes locks up linux's malloc, and with
48267              Perl's malloc the test code still coredumps :-(
48268      Branch: perl
48269            ! perl.c scope.c scope.h sv.c t/op/closure.t
48270 ____________________________________________________________________________
48271 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
48272         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
48273              From: "Green, Paul" <Paul.Green@stratus.com>
48274              Date: Thu, 15 Jan 2004 16:00:15 -0500
48275              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
48276      Branch: perl
48277            ! README.vos hv.c pp_pack.c vos/Changes
48278 ____________________________________________________________________________
48279 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
48280         Log: Subject: Re: open/or inconsistency
48281              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48282              Date: Sat, 17 Jan 2004 19:59:55 +0900
48283              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
48284              (plus a test.)
48285              Don't produce the warning for constructs like
48286              open my $fh, $file or die;
48287      Branch: perl
48288            ! op.c t/lib/warnings/op
48289 ____________________________________________________________________________
48290 [ 22169] By: davem                                 on 2004/01/17  18:02:31
48291         Log: Subject:  Perl core dumps when running out of memory [PATCH]
48292              From:  Gisle Aas <gisle@ActiveState.com>
48293              Date:  17 Jan 2004 06:18:13 -0800
48294              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
48295
48296              Display 'out of memeory' errors using low-level I/O to avoid
48297              recursive failure and so coredumps.
48298      Branch: perl
48299            ! util.c
48300 ____________________________________________________________________________
48301 [ 22168] By: davem                                 on 2004/01/17  17:38:21
48302         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48303              Subject: [PATCH ] Enhanced DBM Filters
48304              Date: Sat, 17 Jan 2004 16:44:53 -0000
48305              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
48306
48307              add DBM_Filter
48308      Branch: perl
48309            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
48310            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
48311            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
48312            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
48313            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
48314            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
48315            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
48316            + lib/dbm_filter_util.pl
48317            ! MANIFEST
48318 ____________________________________________________________________________
48319 [ 22167] By: davem                                 on 2004/01/17  16:12:32
48320         Log: freeing a CV reference that was currently being
48321              executed caused coredumps
48322      Branch: perl
48323            ! perl.c scope.c scope.h sv.c t/op/closure.t
48324 ____________________________________________________________________________
48325 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
48326         Log: Integrate final perl583delta
48327      Branch: perl
48328           !> pod/perl583delta.pod
48329 ____________________________________________________________________________
48330 [ 22163] By: davem                                 on 2004/01/16  19:24:14
48331         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
48332              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
48333              Date:  Thu, 15 Jan 2004 14:10:37 -0800
48334              Message-Id:  <20040115221037.GA2392@efn.org>
48335
48336              Add sv_2iv_flags() to allow magic to be optionally processed.
48337      Branch: perl
48338            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
48339            ! proto.h sv.c sv.h t/op/bop.t
48340 ____________________________________________________________________________
48341 [ 22162] By: davem                                 on 2004/01/16  16:39:17
48342         Log: format bug with undefined _TOP
48343              name of format_TOP now derived from the name of the current
48344              filehandle rather then the name of the  format associetd with that
48345              handle
48346      Branch: perl
48347            ! pp_sys.c t/op/write.t
48348 ____________________________________________________________________________
48349 [ 22161] By: davem                                 on 2004/01/16  13:29:26
48350         Log: Subject: [PATCH] format/write (version 2)
48351              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
48352              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
48353
48354              Fixes and additions to formats:
48355
48356              Improvement: NULL chars in picture line
48357              Bugfix: C<@*> shown in output if not alone on a line
48358              New feature: C<^*> for variable-width, one-line-at-a-time text
48359              Improvement: Diagnostic on C<@#> and C<~~>
48360              Bugfix: Segmentation fault on big numbers
48361              Improvement (maybe): Truncation of numbers produces misleading output
48362              Bugfix: "}" terminates format
48363              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
48364      Branch: perl
48365            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
48366            ! pp_ctl.c proto.h t/op/write.t toke.c
48367 ____________________________________________________________________________
48368 [ 22160] By: davem                                 on 2004/01/15  23:49:02
48369         Log: buigid #24905 - the code planted to call glob() retained an
48370              extraneous targ index in a pushmark op, leasing to strangeness
48371              when the op was freed
48372      Branch: perl
48373            ! op.c
48374 ____________________________________________________________________________
48375 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
48376         Log: Upgrade to Time::HiRes 1.55
48377      Branch: perl
48378            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48379            ! ext/Time/HiRes/HiRes.xs
48380 ____________________________________________________________________________
48381 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
48382         Log: Make chomp heed the utf8 flags on the target string and $/
48383              [Fixes #24888]
48384              More work still needed to make chomp heed the encoding pragma.
48385      Branch: perl
48386            ! doop.c t/op/chop.t
48387 ____________________________________________________________________________
48388 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
48389         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
48390              [Forgot to do this as part of the integration]
48391      Branch: perl
48392            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
48393            ! vms/descrip_mms.template win32/pod.mak
48394 ____________________________________________________________________________
48395 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
48396         Log: Integrate:
48397              [ 22143]
48398              We're planning on making history today. Mind you, not that much -
48399              only 1 line.
48400
48401              perl583delta.pod
48402      Branch: perl
48403           +> pod/perl583delta.pod
48404            ! MANIFEST
48405           !> pod/perlhist.pod
48406 ____________________________________________________________________________
48407 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
48408         Log: Bump version number as file has changed since 5.8.2
48409      Branch: perl
48410            ! lib/File/Find.pm
48411 ____________________________________________________________________________
48412 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
48413         Log: Subject:  Doc patches for File::Find
48414              From:  Andy Lester <andy@petdance.com>
48415              Date:  Mon, 12 Jan 2004 00:10:50 -0600
48416              Message-Id:  <20040112061050.GB7308@petdance.com>
48417      Branch: perl
48418            ! lib/File/Find.pm
48419 ____________________________________________________________________________
48420 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
48421         Log: Assimilate CGI 3.03
48422      Branch: perl
48423            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
48424 ____________________________________________________________________________
48425 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
48426         Log: Add VMS to the list of "don't fork" OSes
48427              [In the most simple way possible. Fix this properly post 5.8.3
48428              to use $Config{d_fork} or something more robust]
48429      Branch: perl
48430            ! ext/threads/shared/t/wait.t
48431 ____________________________________________________________________________
48432 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
48433         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
48434              From: Tels <perl_dummy@bloodgate.com>
48435              Date: Tue, 13 Jan 2004 19:28:48 +0100
48436              Message-Id: <200401131928.50247@bloodgate.com>
48437      Branch: perl
48438            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48439            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
48440            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
48441            ! lib/Math/BigInt/t/sub_mbi.t
48442 ____________________________________________________________________________
48443 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
48444         Log: MANIFEST adjustment.
48445      Branch: perl
48446            ! MANIFEST
48447 ____________________________________________________________________________
48448 [ 22126] By: ams                                   on 2004/01/13  07:16:33
48449         Log: Upgrade to Locale::Maketext 1.07.
48450      Branch: perl
48451            + lib/Locale/Maketext/t/04super.t
48452            + lib/Locale/Maketext/t/05super.t
48453            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
48454            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
48455 ____________________________________________________________________________
48456 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
48457         Log: Document usage of $_ and pos() inside /(?{...})/.
48458              (see change #2367.)
48459      Branch: perl
48460            ! pod/perlre.pod
48461 ____________________________________________________________________________
48462 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
48463         Log: Upgrade to MIME::Base64 2.23.
48464      Branch: perl
48465            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
48466            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
48467 ____________________________________________________________________________
48468 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
48469         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
48470              From: Robin Barker <Robin.Barker@npl.co.uk>
48471              Date: Thu, 8 Jan 2004 16:21:25 -0000
48472              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
48473      Branch: perl
48474            ! handy.h
48475 ____________________________________________________________________________
48476 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
48477         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
48478              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
48479              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
48480              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
48481      Branch: perl
48482            ! ext/threads/shared/t/wait.t
48483 ____________________________________________________________________________
48484 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
48485         Log: use sv_setpvn rather than sv_setpv and save a strlen()
48486      Branch: perl
48487            ! doop.c
48488 ____________________________________________________________________________
48489 [ 22120] By: merijn                                on 2004/01/12  13:04:42
48490         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
48491              From: Gisle Aas <gisle@ActiveState.com>
48492              Date: 12 Jan 2004 02:35:27 -0800
48493              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
48494      Branch: perl
48495            ! Configure
48496 ____________________________________________________________________________
48497 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
48498         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
48499              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48500              Date: Mon, 12 Jan 2004 11:19:37 +0900
48501              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
48502      Branch: perl
48503            ! doop.c t/op/join.t
48504 ____________________________________________________________________________
48505 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
48506         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
48507              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
48508              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
48509              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
48510      Branch: perl
48511            ! ext/threads/shared/t/wait.t
48512 ____________________________________________________________________________
48513 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
48514         Log: Regenerate win32/Makefile and win32/makefile.mk after
48515
48516              Integrate:
48517              [ 22081]
48518              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
48519              a copy to be made at build time.
48520
48521              [ 22111]
48522              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
48523              From: Abe Timmerman <abe@ztreet.demon.nl>
48524              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
48525              Date: Sun, 11 Jan 2004 18:13:40 +0100
48526
48527              plus revert 22092 and 22080
48528      Branch: perl
48529            ! pod.lst win32/Makefile win32/makefile.mk
48530           !> pod/buildtoc
48531 ____________________________________________________________________________
48532 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
48533         Log: Upgrade to Cwd 2.14.
48534      Branch: perl
48535            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
48536 ____________________________________________________________________________
48537 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
48538         Log: Upgrade to Math::BigRat 0.11
48539
48540              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
48541              From: Tels <perl_dummy@bloodgate.com>
48542              Date: Wed, 7 Jan 2004 18:30:06 +0100
48543              Message-Id: <200401071830.07445@bloodgate.com>
48544      Branch: perl
48545            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
48546            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
48547 ____________________________________________________________________________
48548 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
48549         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
48550              From: Steve Hay <steve.hay@uk.radan.com>
48551              Date: Wed, 07 Jan 2004 13:22:30 +0000
48552              Message-ID: <3FFC0816.9090406@uk.radan.com>
48553
48554              (and increment version number in Carp)
48555      Branch: perl
48556            ! lib/Carp.pm lib/Carp/Heavy.pm
48557 ____________________________________________________________________________
48558 [ 22108] By: adi                                   on 2004/01/10  21:33:59
48559         Log: documentation nit
48560      Branch: perl
48561            ! pod/perlop.pod
48562 ____________________________________________________________________________
48563 [ 22107] By: adi                                   on 2004/01/10  20:19:09
48564         Log: nit to Bytecode - the av_extend opcode wasn't saved when
48565              the array had AvFILL == 0
48566      Branch: perl
48567            ! ext/B/B/Assembler.pm
48568 ____________________________________________________________________________
48569 [ 22106] By: adi                                   on 2004/01/10  20:16:03
48570         Log: still problems with backreferences + reverse cloning
48571              after #21936 - the weak reference may live on the pad.
48572      Branch: perl
48573            ! sv.c
48574 ____________________________________________________________________________
48575 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
48576         Log: Bah. Makefile.PL still tests the sub-MANIFEST
48577      Branch: perl
48578            ! ext/Storable/MANIFEST
48579 ____________________________________________________________________________
48580 [ 22103] By: davem                                 on 2004/01/09  12:20:38
48581         Log: temporarily backout test of thread returning a closure. It crashes
48582              win32.
48583      Branch: perl
48584            ! ext/threads/t/problems.t
48585 ____________________________________________________________________________
48586 [ 22102] By: davem                                 on 2004/01/08  22:32:28
48587         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
48588              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
48589
48590              Returning a closure from a thread (via join) could mess up because
48591              pointers to PL_sv_undef weren't rejigged to point at the joiner's
48592              version of PL_sv_undef. Also, the closure's CvGV got cloned too
48593              but never freed, since CvGV isn't refcounted.
48594      Branch: perl
48595            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
48596 ____________________________________________________________________________
48597 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
48598         Log: perl582delta.pod was not in the MANIFEST.
48599      Branch: perl
48600            ! MANIFEST
48601 ____________________________________________________________________________
48602 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
48603         Log: Integrate:
48604              [ 22093]
48605              Graham says that the search.cpan.org pod finder hashes on name
48606              The 4 files all thinking they are perldelta.pod confuses it.
48607      Branch: perl
48608           +> pod/perl582delta.pod
48609           !> pod/perl581delta.pod pod/perl58delta.pod
48610 ____________________________________________________________________________
48611 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
48612         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
48613              From: Abigail <abigail@abigail.nl>
48614              Message-ID: <20040107230027.GC393@abigail.nl>
48615              Date: Thu, 8 Jan 2004 00:00:27 +0100
48616      Branch: perl
48617            ! pod/perlhist.pod
48618 ____________________________________________________________________________
48619 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
48620         Log: [Integrate]
48621              22088 22089 22090 (datestamp corrections - let's see if this really
48622              works)
48623      Branch: perl
48624           !> (integrate 35 files)
48625 ____________________________________________________________________________
48626 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
48627         Log: Hardcoded numerical flag masks. Bad.
48628      Branch: perl
48629            ! doop.c
48630 ____________________________________________________________________________
48631 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
48632         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
48633              so that re will build properly on Win32. Thanks to Steve Hay for
48634              trying COW and finding the problems.
48635      Branch: perl
48636            ! embed.fnc embed.h
48637 ____________________________________________________________________________
48638 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
48639         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
48640      Branch: perl
48641            + t/run/switch0.t
48642            ! MANIFEST perl.c
48643 ____________________________________________________________________________
48644 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
48645         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
48646              like this pre 5.8.1, I suspect that no-one has used it recently.
48647      Branch: perl
48648            ! win32/makefile.mk
48649 ____________________________________________________________________________
48650 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
48651         Log: The TODO tag should be included also when a TODO test succeeds,
48652              so it's reported by the test harness
48653      Branch: perl
48654            ! t/op/write.t
48655 ____________________________________________________________________________
48656 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
48657         Log: This TODO test seems to pass now.
48658      Branch: perl
48659            ! t/op/write.t
48660 ____________________________________________________________________________
48661 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
48662         Log: Some of the bitwise manipulation PP functions weren't checking
48663              whether their arguments were magical before using them.
48664              (bug [#24816]).
48665      Branch: perl
48666            ! pp.c
48667 ____________________________________________________________________________
48668 [ 22071] By: davem                                 on 2004/01/05  22:17:04
48669         Log: [perl #24674]
48670              stop $^O getting tainted on read access, and disallow tainted
48671              assignment to it
48672      Branch: perl
48673            ! mg.c t/op/taint.t
48674 ____________________________________________________________________________
48675 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
48676         Log: Some mandatory syntax warnings emitted by the lexer weren't
48677              disableable (bug [perl #24815]).
48678      Branch: perl
48679            ! pod/perldiag.pod t/lib/warnings/toke toke.c
48680 ____________________________________________________________________________
48681 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
48682         Log: Change the flag logic in buildtoc
48683      Branch: perl
48684            ! pod.lst pod/buildtoc
48685 ____________________________________________________________________________
48686 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
48687         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
48688      Branch: perl
48689            ! pod/buildtoc
48690 ____________________________________________________________________________
48691 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
48692         Log: Subject: [PATCH] skip num.t #47 on VMS
48693              From: "Craig A. Berry" <craigberry@mac.com>
48694              Date: Sun, 04 Jan 2004 23:16:26 -0600
48695              Message-ID: <3FF8F32A.5000108@mac.com>
48696      Branch: perl
48697            ! t/base/num.t
48698 ____________________________________________________________________________
48699 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
48700         Log: Subject: [PATCH configure.com] future-proof signal check
48701              From: "Craig A. Berry" <craigberry@mac.com>
48702              Date: Sun, 04 Jan 2004 22:53:40 -0600
48703              Message-ID: <3FF8EDD4.3080308@mac.com>
48704      Branch: perl
48705            ! configure.com
48706 ____________________________________________________________________________
48707 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
48708         Log: Upgrade to Cwd 2.13
48709      Branch: perl
48710            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
48711 ____________________________________________________________________________
48712 [ 22055] By: davem                                 on 2004/01/04  19:34:36
48713         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
48714              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
48715              Date: Fri, 2 Jan 2004 11:31:46 +0100
48716              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
48717
48718              eval of of a truncated format should fail
48719      Branch: perl
48720            ! t/op/write.t toke.c
48721 ____________________________________________________________________________
48722 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
48723         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
48724      Branch: perl
48725            ! lib/PerlIO/via/QuotedPrint.pm
48726 ____________________________________________________________________________
48727 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
48728         Log: Upgrade to Time::HiRes 1.54
48729      Branch: perl
48730            + ext/Time/HiRes/hints/solaris.pl
48731            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
48732            ! ext/Time/HiRes/HiRes.xs
48733 ____________________________________________________________________________
48734 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
48735         Log: No matter how hard you proof read it, something always slips through.
48736      Branch: perl
48737            ! ext/Storable/ChangeLog
48738 ____________________________________________________________________________
48739 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
48740         Log: Fix minor problems with the CPAN release
48741              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
48742              2: Ship the linux hints file
48743              3: Ship Test::More for the benefit of Perls pre 5.6.2
48744              4: Correct Makefile.PL to install in core for 5.8.0 and later
48745      Branch: perl
48746            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
48747            ! ext/Storable/Makefile.PL ext/Storable/README
48748            ! ext/Storable/Storable.pm
48749 ____________________________________________________________________________
48750 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
48751         Log: Tidy up change #18751, so that the second parameter to unpack()
48752              defaults to $_ at compile-time, instead of run-time (like all
48753              other primitives that default to $_).
48754      Branch: perl
48755            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
48756 ____________________________________________________________________________
48757 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
48758         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
48759              documentaiton, update Arthur's e-mail address
48760      Branch: perl
48761            ! ext/threads/threads.pm
48762 ____________________________________________________________________________
48763 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
48764         Log: Use the optimization level -O2 by default on Linux/gcc.
48765              See :
48766              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
48767              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48768              Date: Thu, 1 Jan 2004 05:32:15 +0100
48769              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
48770      Branch: perl
48771            ! hints/linux.sh
48772 ____________________________________________________________________________
48773 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
48774         Log: Update debugger version number and Changes file
48775      Branch: perl
48776            ! lib/perl5db.pl
48777 ____________________________________________________________________________
48778 [ 22037] By: davem                                 on 2004/01/01  23:22:10
48779         Log: addition to 22036 (document SUPER better): superclass may be plural
48780      Branch: perl
48781            ! pod/perlbot.pod pod/perlobj.pod
48782 ____________________________________________________________________________
48783 [ 22036] By: davem                                 on 2004/01/01  22:23:11
48784         Log: Document the quirks of SUPER, especially the fact that it it
48785              relative to the current package and not to the invoking object.
48786      Branch: perl
48787            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
48788            ! pod/perltoot.pod
48789 ____________________________________________________________________________
48790 [ 22034] By: davem                                 on 2004/01/01  19:58:08
48791         Log: Fix bug #24383, where hashes with the :unique attribute weren't
48792              getting made readonly on interpreter clone. Also, remove the
48793              :unique attribute from the hashes in warnings.pm, since they may
48794              later be modified by warnings::register.  Finally, adds tests for
48795              the :unique attribute.
48796      Branch: perl
48797            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
48798 ____________________________________________________________________________
48799 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
48800         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
48801              From: Dorner Thomas <tdorner@amadeus.net>
48802              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
48803              Date: Fri, 19 Dec 2003 07:16:47 +0100
48804      Branch: perl
48805            ! t/io/utf8.t t/op/pat.t
48806 ____________________________________________________________________________
48807 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
48808         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
48809              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
48810              Date: Thu, 18 Dec 2003 14:10:29 -0800
48811              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
48812      Branch: perl
48813            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
48814            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
48815            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
48816 ____________________________________________________________________________
48817 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
48818         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
48819      Branch: perl
48820            ! pod/perlunicode.pod
48821 ____________________________________________________________________________
48822 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
48823         Log: Document that detached threads aren't supported on Windows yet.
48824      Branch: perl
48825            ! ext/threads/threads.pm
48826 ____________________________________________________________________________
48827 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
48828         Log: Upgrade to Getopt::Long 2.34_01
48829      Branch: perl
48830            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
48831 ____________________________________________________________________________
48832 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
48833         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
48834              beautiful clean run of OKs. You are all getting a clean run of OKs,
48835              aren't you?
48836      Branch: perl
48837            ! lib/Test/Harness/t/00compile.t
48838 ____________________________________________________________________________
48839 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
48840         Log: Subject: [PATCH] "piconv -C 512" badly broken
48841              From: Autrijus Tang <autrijus@autrijus.org>
48842              Message-Id: <1072870210.769.5.camel@localhost>
48843              Date: Wed, 31 Dec 2003 19:30:10 +0800
48844      Branch: perl
48845            ! ext/Encode/bin/piconv
48846 ____________________________________________________________________________
48847 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
48848         Log: Upgrade to Test::Harness 2.40.
48849      Branch: perl
48850            ! lib/Test/Harness.pm lib/Test/Harness/Changes
48851            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
48852            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
48853            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
48854            ! lib/Test/Harness/t/prove-switches.t
48855            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
48856            ! lib/Test/Harness/t/test-harness.t
48857 ____________________________________________________________________________
48858 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
48859         Log: C++ comments, bad.
48860      Branch: perl
48861            ! ext/Cwd/Cwd.xs
48862 ____________________________________________________________________________
48863 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
48864         Log: Bump VERSION numbers
48865      Branch: perl
48866            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
48867            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
48868            ! lib/diagnostics.pm
48869 ____________________________________________________________________________
48870 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
48871         Log: A patch for Test::Harness on VMS by Craig Berry
48872              (see RT CPAN bug #4745)
48873      Branch: perl
48874            ! lib/Test/Harness/Straps.pm
48875 ____________________________________________________________________________
48876 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
48877         Log: Subject: more uni doc tweakage
48878              From: Jarkko Hietaniemi <jhi@iki.fi>
48879              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
48880              Date: Tue, 30 Dec 2003 15:37:55 +0200
48881
48882              Subject: one more pod fix
48883              From: Jarkko Hietaniemi <jhi@iki.fi>
48884              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
48885              Date: Tue, 30 Dec 2003 15:56:41 +0200
48886      Branch: perl
48887            ! lib/PerlIO.pm pod/perlunicode.pod
48888 ____________________________________________________________________________
48889 [ 22009] By: davem                                 on 2003/12/30  17:14:44
48890         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
48891      Branch: perl
48892            ! pod/perlrun.pod
48893 ____________________________________________________________________________
48894 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
48895         Log: Upgrade to Math::BigInt 1.68.
48896      Branch: perl
48897            + lib/Math/BigInt/t/bigroot.t
48898            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
48899            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
48900            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
48901            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
48902            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
48903 ____________________________________________________________________________
48904 [ 22005] By: davem                                 on 2003/12/30  15:07:50
48905         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
48906              heuristics for calculating buffer size needed to compile a format
48907              didn't allow for \0
48908      Branch: perl
48909            ! pp_ctl.c t/op/write.t
48910 ____________________________________________________________________________
48911 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
48912         Log: Add a regression test for bug #24762
48913      Branch: perl
48914            ! t/comp/parser.t
48915 ____________________________________________________________________________
48916 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
48917         Log: Updates the notes about byacc in pumpkin.pod.
48918      Branch: perl
48919            ! Porting/pumpkin.pod
48920 ____________________________________________________________________________
48921 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
48922         Log: Bump up UNIVERSAL's version to 1.02
48923              (due to fix #21418)
48924      Branch: perl
48925            ! lib/UNIVERSAL.pm
48926 ____________________________________________________________________________
48927 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
48928         Log: Add Mike Pomraning
48929      Branch: perl
48930            ! AUTHORS
48931 ____________________________________________________________________________
48932 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
48933         Log: Update the README and Changes files for Switch 2.10
48934      Branch: perl
48935            ! lib/Switch/Changes lib/Switch/README
48936 ____________________________________________________________________________
48937 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
48938         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
48939      Branch: perl
48940            ! lib/Switch.pm
48941 ____________________________________________________________________________
48942 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
48943         Log: Windows hasn't getuid/setuid and friends.
48944              Therefore disable the code related to them in POSIX.xs.
48945
48946              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
48947              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
48948              Date: Mon, 29 Dec 2003 04:51:19 +0100
48949              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
48950      Branch: perl
48951            ! ext/POSIX/POSIX.xs
48952 ____________________________________________________________________________
48953 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
48954         Log: Subject: [PATCH] win32_chsize buglet
48955              From: "Kevin Chase" <kevincha99@hotmail.com>
48956              Date: Sun, 28 Dec 2003 15:48:56 -0800
48957              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
48958      Branch: perl
48959            ! win32/win32.c
48960 ____________________________________________________________________________
48961 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
48962         Log: Upgrade to Encode 1.99.
48963      Branch: perl
48964            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
48965            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
48966            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
48967            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
48968            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
48969            ! ext/Encode/ucm/macHebrew.ucm
48970 ____________________________________________________________________________
48971 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
48972         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
48973      Branch: perl
48974            ! win32/win32.c
48975 ____________________________________________________________________________
48976 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
48977         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
48978              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
48979              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
48980              Date: Thu, 25 Sep 2003 21:49:07 +0000
48981      Branch: perl
48982            ! dosish.h win32/win32.c win32/win32sck.c
48983 ____________________________________________________________________________
48984 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
48985         Log: Regenerate the perly.c patch for byacc output painless fixing
48986      Branch: perl
48987            ! perly_c.diff
48988 ____________________________________________________________________________
48989 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
48990         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
48991      Branch: perl
48992            ! perly.c perly.y vms/perly_c.vms
48993 ____________________________________________________________________________
48994 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
48995         Log: Subject: Cross compilation patches for arm.
48996              From: Redvers Davies <red@criticalintegration.com>
48997              Message-Id: <1072098653.4789.6.camel@ragefire>
48998              Date: Mon, 22 Dec 2003 08:11:34 -0500
48999      Branch: perl
49000            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
49001            ! Cross/config.sh-arm-linux Cross/installperl.patch
49002 ____________________________________________________________________________
49003 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
49004         Log: Fix bug [perl #24735] : make sure that the range (..) operator
49005              treats an undefined argument as 0 for numerical ranges and as ""
49006              for magical string ranges.
49007      Branch: perl
49008            ! pp_ctl.c t/op/range.t
49009 ____________________________________________________________________________
49010 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
49011         Log: Subject: PATCH:  *DB*_File
49012              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49013              Date: Sat, 27 Dec 2003 20:02:30 -0000
49014              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
49015      Branch: perl
49016            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
49017            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
49018            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
49019            ! ext/DB_File/typemap ext/GDBM_File/typemap
49020            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
49021            ! ext/SDBM_File/typemap
49022 ____________________________________________________________________________
49023 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
49024         Log: Straggler from Cwd
49025      Branch: perl
49026            + ext/Cwd/Changes
49027 ____________________________________________________________________________
49028 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
49029         Log: Straggler from Unicode::Collate.
49030              We need to automate this.
49031              For some value of we. (tr/w/m/ I suspect)
49032      Branch: perl
49033            + lib/Unicode/Collate/t/rearrang.t
49034 ____________________________________________________________________________
49035 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
49036         Log: Assimilate Unicode::Collate 0.33
49037      Branch: perl
49038            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
49039            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49040            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
49041            ! lib/Unicode/Collate/t/contract.t
49042            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
49043            ! lib/Unicode/Collate/t/version.t
49044 ____________________________________________________________________________
49045 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
49046         Log: Assimilate PodParser-1.26
49047      Branch: perl
49048            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
49049            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
49050            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
49051            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
49052 ____________________________________________________________________________
49053 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
49054         Log: Assimilate File::Spec 0.87
49055      Branch: perl
49056            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
49057 ____________________________________________________________________________
49058 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
49059         Log: Assimilate Digest 1.05
49060      Branch: perl
49061            ! lib/Digest.pm lib/Digest/t/digest.t
49062 ____________________________________________________________________________
49063 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
49064         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
49065              21646 was only applied to core (must punt this back and thereby unfork)
49066              Need to fix test boilerplate properly for PERL_CORE
49067      Branch: perl
49068            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
49069            ! ext/Cwd/t/taint.t lib/Cwd.pm
49070 ____________________________________________________________________________
49071 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
49072         Log: Subject: [PATCH] Remove Win32 compiler warnings
49073              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49074              Date: Sat, 27 Dec 2003 17:39:20 +0100
49075              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
49076      Branch: perl
49077            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
49078 ____________________________________________________________________________
49079 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
49080         Log: Allow overriding of the p4 settings via environment variables
49081              Make regexp more robust to parse FreeBSD's patch output
49082      Branch: perl
49083            ! Porting/apply
49084 ____________________________________________________________________________
49085 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
49086         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
49087              From: Slaven Rezic <slaven@rezic.de>
49088              Date: 01 May 2003 21:28:10 +0200
49089              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
49090      Branch: perl
49091            ! lib/FindBin.pm lib/FindBin.t
49092 ____________________________________________________________________________
49093 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
49094         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
49095              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49096              Date: Sat, 27 Dec 2003 02:48:19 +0100
49097              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
49098      Branch: perl
49099            ! sv.c
49100 ____________________________________________________________________________
49101 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
49102         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
49103              as I'm going to integrate the core patch
49104      Branch: perl
49105            ! ext/List/Util/t/weak.t
49106 ____________________________________________________________________________
49107 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
49108         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
49109              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49110              Date: Fri, 26 Dec 2003 02:47:09 +0100
49111              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
49112      Branch: perl
49113            ! sv.c
49114 ____________________________________________________________________________
49115 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
49116         Log: Refactor the code that checks whether a range is numeric
49117              or string-magical.
49118      Branch: perl
49119            ! pp_ctl.c
49120 ____________________________________________________________________________
49121 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
49122         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
49123              This fixes building SDBM_File on AIX.
49124      Branch: perl
49125            ! ext/SDBM_File/sdbm/Makefile.PL
49126 ____________________________________________________________________________
49127 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
49128         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
49129              update the perl variables PL_uid and PL_euid (resp. PL_gid
49130              and PL_egid) with the new values.
49131      Branch: perl
49132            ! ext/POSIX/POSIX.xs
49133 ____________________________________________________________________________
49134 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
49135         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
49136              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
49137              Date: Thu, 18 Dec 2003 12:30:06 -0800
49138              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
49139      Branch: perl
49140            ! config_h.SH
49141 ____________________________________________________________________________
49142 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
49143         Log: Subject: BigInt v1.68 - pre-release
49144              From: Tels <perl_dummy@bloodgate.com>
49145              Date: Tue, 23 Dec 2003 01:09:23 +0100
49146              Message-Id: <200312230106.27661@bloodgate.com>
49147      Branch: perl
49148            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
49149            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
49150            + lib/Math/BigInt/t/sub_ali.t
49151            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49152            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
49153            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
49154            ! lib/Math/BigInt/t/upgrade.inc
49155 ____________________________________________________________________________
49156 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
49157         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
49158              From: Fergal Daly <fergal@esatclear.ie>
49159              Date: Tue, 2 Dec 2003 23:18:18 +0000
49160              Message-Id: <200312022318.18353.fergal@esatclear.ie>
49161
49162              (tweaked so the test is skipped on perls < 5.9.0)
49163      Branch: perl
49164            ! ext/List/Util/t/weak.t sv.c
49165 ____________________________________________________________________________
49166 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
49167         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
49168              From:  PPrymmer@factset.com
49169              Date:  Tue, 23 Dec 2003 17:27:44 -0500
49170              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
49171      Branch: perl
49172            ! README.vms
49173 ____________________________________________________________________________
49174 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
49175         Log: Subject: [patch t/test.pl] comment fix
49176              From: Stas Bekman <stas@stason.org>
49177              Message-ID: <3FE8C65A.4060708@stason.org>
49178              Date: Tue, 23 Dec 2003 14:48:58 -0800
49179      Branch: perl
49180            ! t/test.pl
49181 ____________________________________________________________________________
49182 [ 21951] By: adi                                   on 2003/12/22  23:22:12
49183         Log: re-fix [perl #24508] without speed regression.
49184              keep an eye on this.
49185      Branch: perl
49186            ! op.c opcode.h opcode.pl
49187 ____________________________________________________________________________
49188 [ 21950] By: adi                                   on 2003/12/22  23:19:25
49189         Log: sanitize some macros - based on Chip Salzenberg suggestions and
49190              on the way GNU people use the gcc-ish 'blocks in parens'
49191      Branch: perl
49192            ! XSUB.h sv.h
49193 ____________________________________________________________________________
49194 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
49195         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
49196              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
49197              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
49198              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
49199      Branch: perl
49200            ! ext/threads/shared/shared.xs
49201 ____________________________________________________________________________
49202 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
49203         Log: Subject:  doc nits
49204              From:  Jarkko Hietaniemi <jhi@iki.fi>
49205              Date:  Mon, 22 Dec 2003 21:57:34 +0200
49206              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
49207      Branch: perl
49208            ! pod/perltodo.pod pod/perlunicode.pod
49209 ____________________________________________________________________________
49210 [ 21944] By: merijn                                on 2003/12/22  10:13:43
49211         Log: Subject: [PATCH] configure.com archname tweak
49212              From: "Craig A. Berry" <craigberry@mac.com>
49213              Date: Sun, 21 Dec 2003 23:07:13 -0600
49214              Message-ID: <3FE67C01.1000704@mac.com>
49215      Branch: perl
49216            ! configure.com
49217 ____________________________________________________________________________
49218 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
49219         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
49220              From: Mike Guy <mjtg@cam.ac.uk>
49221              Date: Fri, 19 Dec 2003 17:17:11 +0000
49222              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
49223      Branch: perl
49224            ! pod/perlsec.pod
49225 ____________________________________________________________________________
49226 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
49227         Log: Fix a side-effect of bug #24674 in the perl debugger.
49228
49229              Subject: [perl #24674] 5.x odd taint bug
49230              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
49231              Date: 16 Dec 2003 15:03:24 -0000
49232              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
49233      Branch: perl
49234            ! lib/perl5db.pl
49235 ____________________________________________________________________________
49236 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
49237         Log: Subject: Perl 5.8.3 patches from the BS2000 port
49238              From: Dorner Thomas <tdorner@amadeus.net>
49239              Date: Wed, 17 Dec 2003 15:41:17 +0100
49240              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
49241      Branch: perl
49242            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
49243 ____________________________________________________________________________
49244 [ 21937] By: adi                                   on 2003/12/20  21:37:03
49245         Log: after back-references, restricted hashes.
49246              see http://nntp.perl.org/group/perl.perl5.porters/86497
49247              this is hopefully only a temporary solution.
49248      Branch: perl
49249            ! perl.c
49250 ____________________________________________________________________________
49251 [ 21936] By: adi                                   on 2003/12/20  21:32:37
49252         Log: fix [perl #24660], [perl #24663].
49253      Branch: perl
49254            ! mg.c sv.c
49255 ____________________________________________________________________________
49256 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
49257         Log: Upgrade to Time::Local 1.07_94
49258      Branch: perl
49259            ! lib/Time/Local.pm lib/Time/Local.t
49260 ____________________________________________________________________________
49261 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
49262         Log: Subject: [PATCH] OpenVMS I64 support
49263              From: "Craig A. Berry" <craigberry@mac.com>
49264              Message-ID: <3FE2441F.2070603@mac.com>
49265              Date: Thu, 18 Dec 2003 18:19:43 -0600
49266      Branch: perl
49267            ! configure.com vms/gen_shrfls.pl
49268 ____________________________________________________________________________
49269 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
49270         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
49271              <20031220124854.GA1265@ratsnest.hole> )
49272      Branch: perl
49273            ! hv.c
49274 ____________________________________________________________________________
49275 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
49276         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
49277              Configure test for troublesome gconvert(), so for now simply avoid
49278              the optimisation that calls gconvert() in this case.
49279      Branch: perl
49280            ! sv.c
49281 ____________________________________________________________________________
49282 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
49283         Log: Upgrade to CGI.pm 3.01
49284      Branch: perl
49285            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
49286            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
49287            ! lib/CGI/t/request.t
49288 ____________________________________________________________________________
49289 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
49290         Log: Subject: [DOCPATCH] base.pm
49291              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49292              Date: Thu, 18 Dec 2003 22:30:52 +0100
49293              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
49294
49295              Plus, remove leftover mentions of pseudo-hashes
49296      Branch: perl
49297            ! lib/base.pm
49298 ____________________________________________________________________________
49299 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
49300         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
49301      Branch: perl
49302            ! pod/perlhist.pod
49303 ____________________________________________________________________________
49304 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
49305         Log: Perl 1.0.16 has been released.
49306      Branch: perl
49307            ! pod/perlhist.pod
49308 ____________________________________________________________________________
49309 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
49310         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
49311              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
49312              Date: Wed, 17 Dec 2003 13:26:52 +0100
49313              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
49314      Branch: perl
49315            ! embed.fnc embed.h global.sym
49316 ____________________________________________________________________________
49317 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
49318         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
49319              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
49320              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
49321              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
49322      Branch: perl
49323            + ext/threads/shared/t/wait.t
49324            ! MANIFEST ext/threads/shared/shared.pm
49325            ! ext/threads/shared/shared.xs
49326 ____________________________________________________________________________
49327 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
49328         Log: Sync with the latest MakeMaker snapshot.
49329              But set the $VERSION to 6.21_01.
49330      Branch: perl
49331            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
49332            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
49333            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
49334            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
49335            ! lib/ExtUtils/instmodsh
49336 ____________________________________________________________________________
49337 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
49338         Log: Remove incorrect guards around inclusion of <signal.h>
49339              Causes problems with UNIX03/SUSv3
49340              Part 2 of change 21916 - oops!
49341
49342              See:
49343              Message-Id: <3FDD06A5.8010004@sun.com>
49344              Subject: Re: UNIX03 & C99 issue with 5.8.2
49345              From: Alan Burlison <Alan.Burlison@sun.com>
49346              Date: Mon, 15 Dec 2003 00:56:05 +0000
49347      Branch: perl
49348            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
49349 ____________________________________________________________________________
49350 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
49351         Log: Remove incorrect guards around inclusion of <signal.h>
49352              Causes problems with UNIX03/SUSv3
49353      Branch: perl
49354            ! doio.c
49355 ____________________________________________________________________________
49356 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
49357         Log: Add the macros dAX and dITEMS to PPPort.
49358      Branch: perl
49359            ! ext/Devel/PPPort/PPPort.pm
49360 ____________________________________________________________________________
49361 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
49362         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
49363              From: Stas Bekman <stas@stason.org>
49364              Date: Sun, 14 Dec 2003 15:12:40 -0800
49365              Message-ID: <3FDCEE68.3080509@stason.org>
49366      Branch: perl
49367            ! Porting/pumpkin.pod
49368 ____________________________________________________________________________
49369 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
49370         Log: Subject: [DOCPATCH] perlfunc delete
49371              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49372              Date: Sun, 14 Dec 2003 20:25:07 +0100
49373              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
49374      Branch: perl
49375            ! pod/perlfunc.pod
49376 ____________________________________________________________________________
49377 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
49378         Log: Forgot to remove a comment
49379      Branch: perl
49380            ! pp.c
49381 ____________________________________________________________________________
49382 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
49383         Log: S_save_hek_flags should honour the "free" flag.
49384              Ought to mask the flag bits that shouldn't be stored.
49385      Branch: perl
49386            ! hv.c
49387 ____________________________________________________________________________
49388 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
49389         Log: Some fool missed a letter n.
49390              (and then "optimised" code based on its absense. D'oh)
49391              Restore the correct behaviour - fetch with uppercase key, then if
49392              still not found store with mixed/lowercase key.
49393      Branch: perl
49394            ! hv.c
49395 ____________________________________________________________________________
49396 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
49397         Log: Subject: Re: Change 21862
49398              From: Enache Adrian <enache@rdslink.ro>
49399              Date: Wed, 10 Dec 2003 06:05:58 +0200
49400              Message-ID: <20031210040558.GC1584@ratsnest.hole>
49401
49402              (1st hunk), plus the equivalent for hv_delete_common
49403      Branch: perl
49404            ! hv.c
49405 ____________________________________________________________________________
49406 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
49407         Log: Clean up a bug I introduced into caseless ENV hv_delete
49408              (should be the proper fix for 21870 and 21872's band aid)
49409      Branch: perl
49410            ! hv.c
49411 ____________________________________________________________________________
49412 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
49413         Log: Subject: Re: 5.6.2-RC1 on Cygwin
49414              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
49415              Date: Sat, 6 Dec 2003 22:32:59 -0800
49416              Message-ID: <20031207063259.GA3004@efn.org>
49417              (with tweaks to cleanup code)
49418      Branch: perl
49419            ! t/op/taint.t
49420 ____________________________________________________________________________
49421 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
49422         Log: Add Perl_ceil
49423      Branch: perl
49424            ! perl.h pp.c
49425 ____________________________________________________________________________
49426 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
49427         Log: Reformat a long line in perlembed.pod (bug #24623).
49428      Branch: perl
49429            ! pod/perlembed.pod
49430 ____________________________________________________________________________
49431 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
49432         Log: The binary compatibility notes say that new global functions should
49433              go at the end. Not that I'm anything more than "trainee" when it
49434              comes to this bincompat stuff.
49435      Branch: perl
49436            ! embed.fnc proto.h
49437 ____________________________________________________________________________
49438 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
49439         Log: alarm() is now implemented on Win32.
49440      Branch: perl
49441            ! pod/perlport.pod
49442 ____________________________________________________________________________
49443 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
49444         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
49445      Branch: perl
49446            ! pod/buildtoc
49447 ____________________________________________________________________________
49448 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
49449         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
49450              From: David Dyck <david.dyck@fluke.com>
49451              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
49452              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
49453      Branch: perl
49454            ! lib/File/CheckTree.pm
49455 ____________________________________________________________________________
49456 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
49457         Log: Make the XSRETURN macro evaluate its argument only once.
49458      Branch: perl
49459            ! XSUB.h
49460 ____________________________________________________________________________
49461 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
49462         Log: More POD fixes ; regenerate perltoc and perlmodlib.
49463      Branch: perl
49464            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
49465            ! pod/perltoc.pod
49466 ____________________________________________________________________________
49467 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
49468         Log: Fix some of the pods to produce more standard manpages,
49469              as reported by Eric S. Raymond.
49470      Branch: perl
49471            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
49472 ____________________________________________________________________________
49473 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
49474         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
49475              From: Anders Johnson <ajohnson@nvidia.com>
49476              Date: Fri, 12 Dec 2003 14:07:40 -0800
49477              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
49478              (with tweaks)
49479      Branch: perl
49480            ! lib/Pod/Html.pm
49481 ____________________________________________________________________________
49482 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
49483         Log: Modify the common guard for the signal.h header, because
49484              C99 compilers don't like it.o
49485
49486              see :
49487              Subject: UNIX03 & C99 issue with 5.8.2
49488              From: Alan Burlison <Alan.Burlison@sun.com>
49489              Date: Fri, 12 Dec 2003 23:04:52 +0000
49490              Message-ID: <3FDA4994.6050209@sun.com>
49491      Branch: perl
49492            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
49493            ! util.c
49494 ____________________________________________________________________________
49495 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
49496         Log: Subject: [PATCH] Math::BigInt v1.67 released
49497              From: Tels <perl_dummy@bloodgate.com>
49498              Date: Fri, 12 Dec 2003 18:47:43 +0100
49499              Message-Id: <200312121847.49039@bloodgate.com>
49500      Branch: perl
49501            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
49502            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
49503            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
49504            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
49505            ! lib/Math/BigInt/t/sub_mbi.t
49506 ____________________________________________________________________________
49507 [ 21881] By: merijn                                on 2003/12/12  16:09:14
49508         Log: Subject: [PATCH] d_u32align for win32
49509              From: Gisle Aas <gisle@ActiveState.com>
49510              Date: 11 Dec 2003 01:33:39 -0800
49511              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
49512      Branch: perl
49513            ! win32/config.bc win32/config.gc win32/config.vc
49514 ____________________________________________________________________________
49515 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
49516         Log: Subject: [PATCH] environ array fix for VMS
49517              From: "Craig A. Berry" <craigberry@mac.com>
49518              Date: Thu, 11 Dec 2003 14:35:29 -0600
49519              Message-ID: <3FD8D511.2030805@mac.com>
49520      Branch: perl
49521            ! vms/vms.c
49522 ____________________________________________________________________________
49523 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
49524         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
49525              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
49526              Message-ID: <3FD8E74F.7000202@mindspring.com>
49527              Date: Thu, 11 Dec 2003 16:53:19 -0500
49528      Branch: perl
49529            ! AUTHORS
49530 ____________________________________________________________________________
49531 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
49532         Log: Add a mention of the error "DESTROY created new reference
49533              to dead object" in perldiag.
49534      Branch: perl
49535            ! pod/perldiag.pod
49536 ____________________________________________________________________________
49537 [ 21876] By: adi                                   on 2003/12/11  23:04:03
49538         Log: #21866 was wrong. another try to plumb that damn leak.
49539      Branch: perl
49540            ! mg.c sv.c
49541 ____________________________________________________________________________
49542 [ 21875] By: adi                                   on 2003/12/11  20:11:07
49543         Log: fix bug #24605.
49544              substr() wasn't working when used repeatedly on the same utf-8
49545              string.
49546      Branch: perl
49547            ! sv.c t/op/substr.t
49548 ____________________________________________________________________________
49549 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
49550         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
49551              by Jan Dubois.
49552      Branch: perl
49553            ! lib/Switch.pm
49554 ____________________________________________________________________________
49555 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
49556         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
49557              From: Autrijus Tang <autrijus@autrijus.org>
49558              Date: Tue, 9 Dec 2003 20:39:16 +0800
49559              Message-ID: <20031209123915.GA1454@not.autrijus.org>
49560      Branch: perl
49561            ! ext/Encode/encoding.pm pod/perlunicode.pod
49562 ____________________________________________________________________________
49563 [ 21872] By: adi                                   on 2003/12/09  03:26:16
49564         Log: temporary fix to avoid t/op/tie.t failures on Win32
49565      Branch: perl
49566            ! hv.c
49567 ____________________________________________________________________________
49568 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
49569         Log: Upgrade to Digest-MD5 2.33.
49570      Branch: perl
49571            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49572            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
49573            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
49574 ____________________________________________________________________________
49575 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
49576         Log: Integrate change #21862 from maint-5.8 :
49577
49578              Win32/MinGW tweaks
49579              A. ENV_IS_CASELESS has trys to free(keysave) when
49580              keysave isn't in scope yet.
49581              B. For default makefile.mk which build with perlhost.h
49582              stuff "live" need to link with g++ to find new/delete etc.
49583      Branch: perl
49584           !> hv.c win32/makefile.mk
49585 ____________________________________________________________________________
49586 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
49587         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
49588              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49589              Date: Mon, 08 Dec 2003 08:17:46 +0100
49590              Message-id: <20031208071746.GA594@ethan>
49591      Branch: perl
49592            ! hv.c mg.c
49593 ____________________________________________________________________________
49594 [ 21868] By: adi                                   on 2003/12/08  03:38:39
49595         Log: yet another leak. bigger fish still swimming around.
49596              #!perl
49597              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
49598              __END__
49599      Branch: perl
49600            ! pp_ctl.c
49601 ____________________________________________________________________________
49602 [ 21867] By: adi                                   on 2003/12/08  03:34:37
49603         Log: yet another 2 leaks. example for the second:
49604              #! perl
49605              eval q{ open $p{q}, "foo" } while 1
49606              __END__
49607      Branch: perl
49608            ! op.c
49609 ____________________________________________________________________________
49610 [ 21866] By: adi                                   on 2003/12/08  03:30:16
49611         Log: plumb a leak with pos().
49612
49613              #! perl
49614              while (1) {
49615              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
49616              }
49617              __END__
49618      Branch: perl
49619            ! sv.c
49620 ____________________________________________________________________________
49621 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
49622         Log: Subject: [PATCH] documenting SCALAR gotcha
49623              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49624              Date: Sun, 07 Dec 2003 16:41:16 +0100
49625              Message-id: <20031207154116.GA825@ethan>
49626      Branch: perl
49627            ! pod/perltie.pod
49628 ____________________________________________________________________________
49629 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
49630         Log: Subject: [PATCH] setenv tweak for VMS
49631              From: "Craig A. Berry" <craigberry@mac.com>
49632              Date: Sat, 06 Dec 2003 18:13:32 -0600
49633              Message-ID: <3FD270AC.3000106@mac.com>
49634      Branch: perl
49635            ! vms/vms.c
49636 ____________________________________________________________________________
49637 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
49638         Log: Missing thingies.
49639      Branch: perl
49640            ! pp.c pp_hot.c
49641 ____________________________________________________________________________
49642 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
49643         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
49644              From: Tels <perl_dummy@bloodgate.com>
49645              Date: Sat, 6 Dec 2003 20:19:44 +0100
49646              Message-Id: <200312062016.50484@bloodgate.com>
49647      Branch: perl
49648            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
49649            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49650            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
49651            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
49652            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
49653            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
49654            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
49655            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
49656            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
49657 ____________________________________________________________________________
49658 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
49659         Log: Forgot to update the MANIFEST.
49660      Branch: perl
49661            ! MANIFEST
49662 ____________________________________________________________________________
49663 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
49664         Log: Math::BigInt::Scalar is only for tests.
49665              Move it under t/lib.
49666      Branch: perl
49667           +> t/lib/Math/BigInt/Scalar.pm
49668            - lib/Math/BigInt/Scalar.pm
49669 ____________________________________________________________________________
49670 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
49671         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
49672              From: "Craig A. Berry" <craigberry@mac.com>
49673              Date: Sat, 06 Dec 2003 12:44:40 -0600
49674              Message-ID: <3FD22398.1060506@mac.com>
49675      Branch: perl
49676            ! doio.c
49677 ____________________________________________________________________________
49678 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
49679         Log: Remove the "Can't provide tied hash usage" error from perldiag.
49680              Mention the new tied hash SCALAR method in perldelta.
49681      Branch: perl
49682            ! pod/perldelta.pod pod/perldiag.pod
49683 ____________________________________________________________________________
49684 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
49685         Log: Clarify the description of SCALAR in perltie
49686      Branch: perl
49687            ! pod/perltie.pod
49688 ____________________________________________________________________________
49689 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
49690         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
49691              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
49692              Date: Sat, 06 Dec 2003 11:50:59 +0100
49693              Message-id: <20031206105059.GA13989@ethan>
49694      Branch: perl
49695            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
49696            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
49697            ! proto.h t/op/tie.t
49698 ____________________________________________________________________________
49699 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
49700         Log: Make sv_force_normal_flags cope with shared hash key scalars
49701              (remember the pointer from SvPVX, reset the flags before SvGROW,
49702              avoid crazy loops or read-from-free)
49703      Branch: perl
49704            ! sv.c
49705 ____________________________________________________________________________
49706 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
49707         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
49708      Branch: perl
49709            ! ext/Digest/MD5/Makefile.PL
49710 ____________________________________________________________________________
49711 [ 21846] By: merijn                                on 2003/12/05  10:41:32
49712         Log: Subject: [PATCH] Configure gets d_u32align wrong
49713              From: Gisle Aas <gisle@ActiveState.com>
49714              Date: 05 Dec 2003 03:47:01 -0800
49715              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
49716      Branch: perl
49717            ! Configure
49718 ____________________________________________________________________________
49719 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
49720         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
49721              From: chromatic <chromatic@wgz.org>
49722              Date: Mon, 01 Dec 2003 09:20:21 -0800
49723              Message-Id: <1070299221.1275.19.camel@localhost>
49724      Branch: perl
49725            ! lib/AutoLoader.t
49726 ____________________________________________________________________________
49727 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
49728         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
49729              From: "Craig A. Berry" <craigberry@mac.com>
49730              Date: Thu, 04 Dec 2003 16:00:03 -0600
49731              Message-ID: <3FCFAE63.1080106@mac.com>
49732      Branch: perl
49733            ! ext/SDBM_File/sdbm/Makefile.PL
49734 ____________________________________________________________________________
49735 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
49736         Log: Subject: [PATCH] $^P, eval and caller
49737              From: Paul Johnson <paul@pjcj.net>
49738              Date: Fri, 5 Dec 2003 00:57:21 +0100
49739              Message-ID: <20031204235721.GJ26355@pjcj.net>
49740      Branch: perl
49741            ! mg.c
49742 ____________________________________________________________________________
49743 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
49744         Log: Fix File::Copy with hard links on Windows.
49745
49746              Subject: [PATCH] Re: perl @ 21830
49747              From: Steve Hay <steve.hay@uk.radan.com>
49748              Date: Wed, 03 Dec 2003 10:53:02 +0000
49749              Message-ID: <3FCDC08E.7080800@uk.radan.com>
49750
49751              and
49752              Date: Thu, 04 Dec 2003 11:02:22 +0000
49753              Message-ID: <3FCF143E.1040905@uk.radan.com>
49754      Branch: perl
49755            ! lib/File/Copy.pm lib/File/Copy.t
49756 ____________________________________________________________________________
49757 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
49758         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
49759              From: Alan Burlison <Alan.Burlison@sun.com>
49760              Date: Thu, 04 Dec 2003 12:14:30 +0000
49761              Message-ID: <3FCF2526.3030905@sun.com>
49762      Branch: perl
49763            ! installperl
49764 ____________________________________________________________________________
49765 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
49766         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
49767              From: Stas Bekman <stas@stason.org>
49768              Date: Wed, 03 Dec 2003 01:41:42 -0800
49769              Message-ID: <3FCDAFD6.9050106@stason.org>
49770      Branch: perl
49771            ! sv.c
49772 ____________________________________________________________________________
49773 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
49774         Log: The prove utility should also be installed on VMS and on Windows.
49775              Haven't we regression tests for installations yet ?
49776      Branch: perl
49777            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
49778 ____________________________________________________________________________
49779 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
49780         Log: FAQ sync.
49781      Branch: perl
49782            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
49783            ! pod/perlfaq4.pod pod/perlfaq5.pod
49784 ____________________________________________________________________________
49785 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
49786         Log: Subject: Re: [perl #24574] find2perl provides different results to find
49787              From: Slaven Rezic <slaven@rezic.de>
49788              Date: 30 Nov 2003 22:16:59 +0100
49789              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
49790
49791              (plus a note about find2perl now defaulting to -print in perldelta)
49792      Branch: perl
49793            ! pod/perldelta.pod x2p/find2perl.PL
49794 ____________________________________________________________________________
49795 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
49796         Log: Subject: [PATCH] setting $0 still broken
49797              From: Jan Dubois <jand@ActiveState.com>
49798              Date: Thu, 27 Nov 2003 21:09:51 -0800
49799              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
49800      Branch: perl
49801            ! mg.c
49802 ____________________________________________________________________________
49803 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
49804         Log: Better docs for the special code blocks, based on :
49805              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
49806              From: Elizabeth Mattijsen <liz@dijkmat.nl>
49807              Date: Sat, 29 Nov 2003 23:15:56 +0100
49808              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
49809      Branch: perl
49810            ! pod/perlmod.pod pod/perlsub.pod
49811 ____________________________________________________________________________
49812 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
49813         Log: Fix the test boilerplate in lib/if.t, so it can be run
49814              from the t/ directory.
49815      Branch: perl
49816            ! lib/if.t
49817 ____________________________________________________________________________
49818 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
49819         Log: Keep installing xsubpp in lib/ExtUtils,
49820              so MakeMaker can find it.
49821      Branch: perl
49822            ! installperl
49823 ____________________________________________________________________________
49824 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
49825         Log: Upgrade to Test::Harness 2.38.
49826              Introduce the prove(1) utility.
49827              (The prove-switches test is disabled for now.)
49828      Branch: perl
49829            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
49830            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
49831            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
49832            + utils/prove.PL
49833            ! MANIFEST installperl lib/Test/Harness.pm
49834            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
49835            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
49836            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
49837            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
49838            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
49839            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
49840 ____________________________________________________________________________
49841 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
49842         Log: Subject: Re: [perl #24554] Segfault in POSIX module
49843              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49844              Date: Sat, 29 Nov 2003 23:32:38 +0900
49845              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
49846
49847              (plus a test for the stringification of references
49848              passed to POSIX::isXXX())
49849      Branch: perl
49850            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
49851 ____________________________________________________________________________
49852 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
49853         Log: Integrate if.pm 0.0401
49854              Needed to edit the test file as t/TEST can't cope with extra output
49855              lines as produced by 0.0401's if.t
49856      Branch: perl
49857            ! lib/if.pm lib/if.t
49858 ____________________________________________________________________________
49859 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
49860         Log: Remove whitespace from ends of lines (simply because it irritates me)
49861      Branch: perl
49862            ! utils/h2xs.PL
49863 ____________________________________________________________________________
49864 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
49865         Log: Update Unicode::Normalize to 0.28
49866      Branch: perl
49867            + ext/Unicode/Normalize/t/illegal.t
49868            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
49869            ! MANIFEST ext/Unicode/Normalize/Changes
49870            ! ext/Unicode/Normalize/Normalize.pm
49871            ! ext/Unicode/Normalize/Normalize.xs
49872            ! ext/Unicode/Normalize/README
49873 ____________________________________________________________________________
49874 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
49875         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
49876      Branch: perl
49877            - lib/Digest.t
49878 ____________________________________________________________________________
49879 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
49880         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
49881      Branch: perl
49882            + lib/Unicode/Collate/t/illegal.t
49883            + lib/Unicode/Collate/t/illegalp.t
49884            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49885            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
49886 ____________________________________________________________________________
49887 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
49888         Log: D'oh! Forgot to lib/Digest/base.pm
49889      Branch: perl
49890            + lib/Digest/base.pm
49891            ! MANIFEST
49892 ____________________________________________________________________________
49893 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
49894         Log: Update to Digest::MD5 2.31
49895      Branch: perl
49896            + ext/Digest/MD5/t/bits.t
49897            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
49898            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
49899            ! ext/Digest/MD5/t/files.t
49900 ____________________________________________________________________________
49901 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
49902         Log: Update Digest to 1.03
49903      Branch: perl
49904            + lib/Digest/t/base.t
49905           +> lib/Digest/t/digest.t
49906            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
49907 ____________________________________________________________________________
49908 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
49909         Log: When Gconvert is a macro around sprintf with a .* format we need
49910              to cast to int (in case STRLEN isn't the same size as int)
49911              gcc issues a warning even when it is the same size
49912      Branch: perl
49913            ! sv.c
49914 ____________________________________________________________________________
49915 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
49916         Log: Silence gcc 2.95 warning
49917              (Its trace flow isn't good enough to realise that there is no problem)
49918      Branch: perl
49919            ! pp_hot.c
49920 ____________________________________________________________________________
49921 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
49922         Log: Gconvert actually takes type NV, while nv may be either double
49923              or long double (depending on some conditional code)
49924              Rafael and I think that this cast should work.
49925      Branch: perl
49926            ! sv.c
49927 ____________________________________________________________________________
49928 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
49929         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
49930      Branch: perl
49931            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
49932 ____________________________________________________________________________
49933 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
49934         Log: Fix a regression introduced by change #21694 on sprintf()
49935              with long doubles, by disabling the specific optimisation
49936              path in this case ; remove a unnecessary cast ; add a new
49937              test file for miscellaneous sprintf() test that don't fit
49938              in the t/op/sprintf.t framework.
49939      Branch: perl
49940            + t/op/sprintf2.t
49941            ! MANIFEST sv.c
49942 ____________________________________________________________________________
49943 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
49944         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
49945              From: Stas Bekman <stas@stason.org>
49946              Date: Fri, 28 Nov 2003 14:42:25 -0800
49947              Message-ID: <3FC7CF51.7060804@stason.org>
49948      Branch: perl
49949            ! pod/perlsec.pod
49950 ____________________________________________________________________________
49951 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
49952         Log: Implement C<use Exporter 'import'> :
49953
49954              Subject: Re: [PATCH] Exporter-related PODs
49955              From: Fergal Daly <fergal@esatclear.ie>
49956              Date: Mon, 10 Nov 2003 00:08:52 +0000
49957              Message-Id: <200311100008.52639.fergal@esatclear.ie>
49958
49959              (tweaked, so the imported import() doesn't spit out warnings)
49960      Branch: perl
49961            ! lib/Exporter.pm lib/Exporter.t
49962 ____________________________________________________________________________
49963 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
49964         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
49965              From: Slaven Rezic <slaven@rezic.de>
49966              Date: 19 Oct 2003 19:11:31 +0200
49967              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
49968              (with further tweaks)
49969      Branch: perl
49970            ! lib/File/Copy.pm lib/File/Copy.t
49971 ____________________________________________________________________________
49972 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
49973         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
49974              From: "Green, Paul" <Paul.Green@stratus.com>
49975              Date: Thu, 27 Nov 2003 21:51:26 -0500
49976              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
49977      Branch: perl
49978            ! hints/vos.sh
49979 ____________________________________________________________________________
49980 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
49981         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
49982              were failing
49983      Branch: perl
49984            ! t/op/readline.t
49985 ____________________________________________________________________________
49986 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
49987         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
49988              PerlIO and threads are not on CPAN.
49989      Branch: perl
49990            ! Porting/Maintainers.pl
49991 ____________________________________________________________________________
49992 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
49993         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
49994      Branch: perl
49995            ! AUTHORS
49996 ____________________________________________________________________________
49997 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
49998         Log: Subject: [PATCH] Re: bug or a feature?
49999              From: Torsten Foertsch <torsten.foertsch@gmx.net>
50000              Date: Sat, 22 Nov 2003 13:15:53 +0100
50001              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
50002
50003              and
50004              Date: Sat, 22 Nov 2003 14:21:45 +0100
50005              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
50006              (test moved to t/op/readline.t)
50007      Branch: perl
50008            ! pp_hot.c t/op/readline.t
50009 ____________________________________________________________________________
50010 [ 21783] By: merijn                                on 2003/11/24  21:24:46
50011         Log: Subject: remove hardcoded version number from cygwin/perlld.in
50012              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
50013              Date: Mon, 24 Nov 2003 08:11:36 -0800
50014              Message-ID: <20031124161136.GC2656@efn.org>
50015      Branch: perl
50016            ! cygwin/Makefile.SHs cygwin/perlld.in
50017 ____________________________________________________________________________
50018 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
50019         Log: Should fix the infinite loop on a dynamic %ENV fetch
50020      Branch: perl
50021            ! hv.c
50022 ____________________________________________________________________________
50023 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
50024         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
50025              C source now cleaner, but optimised object file still the same size.
50026      Branch: perl
50027            ! hv.c
50028 ____________________________________________________________________________
50029 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
50030         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
50031              From: Andy Dougherty <doughera@lafayette.edu>
50032              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
50033              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
50034
50035              and :
50036              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
50037              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
50038      Branch: perl
50039            ! hints/solaris_2.sh
50040 ____________________________________________________________________________
50041 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
50042         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
50043              reported by Craig Berry
50044      Branch: perl
50045            ! hv.c
50046 ____________________________________________________________________________
50047 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
50048         Log: restore_magic needs to undo COW
50049              (while magic was off, sv_setsv is likely to have seen this SV as a
50050              good source for COW)
50051              Should fix the smoke failures on lib/locale.t
50052      Branch: perl
50053            ! mg.c
50054 ____________________________________________________________________________
50055 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
50056         Log: Don't COW if the destination has magic.
50057      Branch: perl
50058            ! sv.c
50059 ____________________________________________________________________________
50060 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
50061         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
50062              close to it.
50063      Branch: perl
50064            ! hv.c
50065 ____________________________________________________________________________
50066 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
50067         Log: "Space Is a Province of Brazil"
50068              Farewell, hv_store_common. Store is now part of Fetch.
50069              All tests pass. hv.c 15% smaller than when I started all this
50070      Branch: perl
50071            ! embed.fnc embed.h hv.c proto.h
50072 ____________________________________________________________________________
50073 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
50074         Log: Farewell hv_exists_common - exists is now a call to fetch
50075              (with the exists magic handling moved into fetch)
50076      Branch: perl
50077            ! embed.fnc embed.h hv.c proto.h
50078 ____________________________________________________________________________
50079 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
50080         Log: Shift negative klen/flags games from hv_store_common out to hv_store
50081      Branch: perl
50082            ! embed.fnc embed.h hv.c proto.h
50083 ____________________________________________________________________________
50084 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
50085         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
50086      Branch: perl
50087            ! embed.fnc embed.h hv.c proto.h
50088 ____________________________________________________________________________
50089 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
50090         Log: Check that the key is present before a delete, and absent afterwards
50091      Branch: perl
50092            ! ext/XS/APItest/t/hash.t
50093 ____________________________________________________________________________
50094 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
50095         Log: Move the negative key -> utf8 flag conversion out to hv_delete
50096      Branch: perl
50097            ! embed.fnc embed.h hv.c proto.h
50098 ____________________________________________________________________________
50099 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
50100         Log: Tweaks to S_hv_delete_common:
50101              make the magic call hv_fetch_common rather than ent-or-not
50102              grab the hash from a shared hash key scalar if possible
50103              use masked flags rather than flags for the comparison
50104      Branch: perl
50105            ! hv.c
50106 ____________________________________________________________________________
50107 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
50108         Log: Integrate:
50109              [ 21762]
50110              Refactor hash API tests (prior to some additions)
50111
50112              [ 21763]
50113              Test all permuations of utf8 flags on hashes and keys
50114      Branch: perl
50115           !> ext/XS/APItest/t/hash.t
50116 ____________________________________________________________________________
50117 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
50118         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
50119      Branch: perl
50120            ! embed.fnc hv.c proto.h
50121 ____________________________________________________________________________
50122 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
50123         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
50124      Branch: perl
50125            ! embed.fnc embed.h hv.c proto.h
50126 ____________________________________________________________________________
50127 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
50128         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
50129              From: Alan Burlison <Alan.Burlison@sun.com>
50130              Date: Thu, 20 Nov 2003 10:34:30 +0000
50131              Message-ID: <3FBC98B6.6090909@sun.com>
50132      Branch: perl
50133            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
50134            ! universal.c
50135 ____________________________________________________________________________
50136 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
50137         Log: Regenerate perlapi and perltoc.
50138      Branch: perl
50139            ! pod/perlapi.pod pod/perltoc.pod
50140 ____________________________________________________________________________
50141 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
50142         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
50143              From: Iain Truskett <spoon@cpan.org>
50144              Date: Thu, 20 Nov 2003 00:41:33 +1100
50145              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
50146      Branch: perl
50147            ! lib/PerlIO.pm pod/perlrun.pod
50148 ____________________________________________________________________________
50149 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
50150         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
50151              remove S_hv_fetch_flags
50152              hv.c now 13% smaller than when I started. hv_store TODO
50153      Branch: perl
50154            ! embed.fnc embed.h hv.c proto.h
50155 ____________________________________________________________________________
50156 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
50157         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
50158              together with subroutine call
50159              Apparently concat still doesn't deal correctly with lexicals
50160              in all cases. Disable the whole TARGET_MY optimisation for it.
50161              (and remove the corresponding code from the peephole optimiser.)
50162      Branch: perl
50163            ! op.c opcode.h opcode.pl t/op/concat.t
50164 ____________________________________________________________________________
50165 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
50166         Log: Update the runops stuff in perlguts
50167      Branch: perl
50168            ! pod/perlguts.pod
50169 ____________________________________________________________________________
50170 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
50171         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
50172      Branch: perl
50173            ! embed.fnc embed.h hv.c proto.h
50174 ____________________________________________________________________________
50175 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
50176         Log: Subject: [PATCH] clear of empty locked hash SEGVs
50177              From: Alan Burlison <Alan.Burlison@sun.com>
50178              Date: Wed, 19 Nov 2003 14:39:03 +0000
50179              Message-ID: <3FBB8087.20206@sun.com>
50180      Branch: perl
50181            ! hv.c lib/Hash/Util.t
50182 ____________________________________________________________________________
50183 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
50184         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
50185      Branch: perl
50186            ! embed.fnc embed.h hv.c proto.h
50187 ____________________________________________________________________________
50188 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
50189         Log: Run regen.pl (for hv_assert)
50190      Branch: perl
50191            ! global.sym
50192 ____________________________________________________________________________
50193 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
50194         Log: Integrate:
50195              [ 21642]
50196              space should be tab for lib/I18N/LangTags/t/02decency.t
50197      Branch: perl
50198           !> MANIFEST
50199 ____________________________________________________________________________
50200 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
50201         Log: Restore errno after having read $^E (like for $!)
50202              to preserve errno from unfortunate side-effects.
50203      Branch: perl
50204            ! mg.c
50205 ____________________________________________________________________________
50206 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
50207         Log: Whoops. We weren't actually testing hv_store_ent
50208              We are now. Plus test hv_store for an initially empty hash.
50209      Branch: perl
50210            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
50211 ____________________________________________________________________________
50212 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
50213         Log: Complement of change #21740 for Windows.
50214              (I have the feeling that it's already subtly broken on VMS)
50215      Branch: perl
50216            ! win32/Makefile win32/makefile.mk
50217 ____________________________________________________________________________
50218 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
50219         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
50220      Branch: perl
50221            + utils/instmodsh.PL utils/xsubpp.PL
50222            ! MANIFEST installperl utils.lst utils/Makefile
50223 ____________________________________________________________________________
50224 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
50225         Log: Subject: Re: [perl #24493] install.html not working
50226              From: Slaven Rezic <slaven@rezic.de>
50227              Date: 16 Nov 2003 20:52:29 +0100
50228              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
50229      Branch: perl
50230            ! installhtml
50231 ____________________________________________________________________________
50232 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
50233         Log: Ooops. left an XXX comment in, and worse still it's a // comment
50234      Branch: perl
50235            ! hv.c
50236 ____________________________________________________________________________
50237 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
50238         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
50239              (pp functions use the _ent variants, and as the implementation is
50240              duplicated, these bugs aren't tested, and aren't noticed)
50241      Branch: perl
50242            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
50243 ____________________________________________________________________________
50244 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
50245         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
50246              (pp_exists uses hv_exists_ent, which isn't broken)
50247              I expect an equivalent bug in hv_delete
50248      Branch: perl
50249            + ext/XS/APItest/t/hash.t
50250            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
50251            ! ext/XS/APItest/MANIFEST hv.c
50252 ____________________________________________________________________________
50253 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
50254         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
50255              From: Elizabeth Mattijsen <liz@dijkmat.nl>
50256              Date: Sat, 15 Nov 2003 23:22:16 +0100
50257              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
50258      Branch: perl
50259            ! ext/threads/t/problems.t
50260 ____________________________________________________________________________
50261 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
50262         Log: Subject: [PATCH] configpm, our $summary : unique
50263              From: Elizabeth Mattijsen <liz@dijkmat.nl>
50264              Date: Sat, 15 Nov 2003 22:18:32 +0100
50265              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
50266              (plus comments)
50267      Branch: perl
50268            ! configpm
50269 ____________________________________________________________________________
50270 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
50271         Log: Subject: [PATCH] Re: Storable Error
50272              From: Nicholas Clark <nick@ccl4.org>
50273              Date: Sat, 9 Aug 2003 00:35:36 +0100
50274              Message-ID: <20030809003535.C20130@plum.flirble.org>
50275      Branch: perl
50276            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
50277            ! proto.h
50278 ____________________________________________________________________________
50279 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
50280         Log: Update perlhist with 5.6.2.
50281      Branch: perl
50282            ! pod/perlhist.pod
50283 ____________________________________________________________________________
50284 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
50285         Log: Add more complete tests for the "variable masks earlier
50286              declaration" warning, including a TODO test
50287      Branch: perl
50288            ! t/lib/warnings/pad
50289 ____________________________________________________________________________
50290 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
50291         Log: Include "SCCS" in the list of directory names that should
50292              be ignored by installperl.
50293      Branch: perl
50294            ! installperl
50295 ____________________________________________________________________________
50296 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
50297         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
50298              From: Enache Adrian <enache@rdslink.ro>
50299              Date: Tue, 11 Nov 2003 15:25:29 +0200
50300              Message-ID: <20031111132529.GB1271@ratsnest.hole>
50301      Branch: perl
50302            ! op.c
50303 ____________________________________________________________________________
50304 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
50305         Log: Fix bug [perl #24380] : assigning to a hash in list
50306              or scalar context yielded a wrong value if the list
50307              contained duplicated keys for the hash. This is fixed
50308              by counting the number of duplicate keys and trimming
50309              the stack by the corresponding number of items.
50310      Branch: perl
50311            ! pp_hot.c t/op/hashassign.t
50312 ____________________________________________________________________________
50313 [ 21713] By: merijn                                on 2003/11/13  09:25:15
50314         Log: Simplified the reading
50315      Branch: perl
50316            ! hints/solaris_2.sh
50317 ____________________________________________________________________________
50318 [ 21712] By: merijn                                on 2003/11/13  09:22:21
50319         Log: Enable hints to create call-back units that can act when
50320              a specific variable is *not* set (like -Uuselargefiles)
50321      Branch: perl
50322            ! Configure hints/README.hints
50323 ____________________________________________________________________________
50324 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
50325         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
50326              From: Michael G Schwern <schwern@pobox.com>
50327              Date: Tue, 11 Nov 2003 21:02:30 -0800
50328              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
50329      Branch: perl
50330            ! ext/SDBM_File/sdbm/Makefile.PL
50331 ____________________________________________________________________________
50332 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
50333         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
50334              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50335              Date: Tue, 4 Nov 2003 20:07:25 -0800
50336              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
50337      Branch: perl
50338            ! installperl
50339 ____________________________________________________________________________
50340 [ 21706] By: ams                                   on 2003/11/11  23:46:19
50341         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
50342              From: Tom Phoenix <rootbeer@redcat.com>
50343              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
50344              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
50345      Branch: perl
50346            ! pod/perlmod.pod
50347 ____________________________________________________________________________
50348 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
50349         Log: Upgrade to MakeMaker 6.21.
50350      Branch: perl
50351            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
50352            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
50353            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
50354 ____________________________________________________________________________
50355 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
50356         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
50357              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50358              Date: Tue, 4 Nov 2003 20:10:16 -0800
50359              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
50360
50361              and part of
50362              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
50363              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50364              Date: Tue, 4 Nov 2003 20:18:37 -0800
50365              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
50366
50367              (I've left out the PREFIX part for now)
50368      Branch: perl
50369            ! Makefile.SH installperl os2/Makefile.SHs
50370 ____________________________________________________________________________
50371 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
50372         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
50373              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50374              Date: Mon, 3 Nov 2003 20:27:39 -0800
50375              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
50376
50377              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
50378              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50379              Date: Mon, 3 Nov 2003 20:57:48 -0800
50380              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
50381      Branch: perl
50382            ! sv.c
50383 ____________________________________________________________________________
50384 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
50385         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
50386              From: Vadim Konovalov <konovalo@mail.wplus.net>
50387              Date: Sun, 9 Nov 2003 13:31:59 +0300
50388              Message-ID: <93187393948.20031109133159@mail.wplus.net>
50389      Branch: perl
50390            ! wince/Makefile.ce
50391 ____________________________________________________________________________
50392 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
50393         Log: Update the list of pumpkings in perlhist.pod.
50394      Branch: perl
50395            ! pod/perlhist.pod
50396 ____________________________________________________________________________
50397 [ 21687] By: ams                                   on 2003/11/08  17:09:56
50398         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
50399              From: Abigail <abigail@abigail.nl>
50400              Date: Sat, 8 Nov 2003 18:51:30 +0100
50401              Message-Id: <20031108175130.GA22273@abigail.nl>
50402      Branch: perl
50403            ! pod/perlhist.pod
50404 ____________________________________________________________________________
50405 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
50406         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
50407              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50408              Date: Thu, 6 Nov 2003 23:26:18 -0800
50409              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
50410      Branch: perl
50411            ! os2/Changes
50412 ____________________________________________________________________________
50413 [ 21676] By: davem                                 on 2003/11/06  22:11:23
50414         Log: bugid #24407: numeric key for shared hash got stringified using
50415              wrong interpreter, and thus got malloced into the wrong thread
50416              memory pool
50417      Branch: perl
50418            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
50419 ____________________________________________________________________________
50420 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
50421         Log: Upgrade to MakeMaker 6.20.
50422      Branch: perl
50423            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
50424            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
50425            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
50426            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
50427            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
50428 ____________________________________________________________________________
50429 [ 21674] By: ams                                   on 2003/11/06  09:32:26
50430         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
50431              tests fail to spot this
50432              From: Rick Delaney <rick@bort.ca>
50433              Date: Wed, 5 Nov 2003 23:02:41 -0500
50434              Message-Id: <20031105230241.D13585@biff.bort.ca>
50435      Branch: perl
50436            ! pp_ctl.c t/op/taint.t
50437 ____________________________________________________________________________
50438 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
50439         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
50440              From: Andy Dougherty <doughera@lafayette.edu>
50441              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
50442              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
50443      Branch: perl
50444            ! hints/linux.sh
50445 ____________________________________________________________________________
50446 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
50447         Log: Subject: [patch t/op/hash.t] extending the hash attack test
50448              From: Stas Bekman <stas@stason.org>
50449              Date: Tue, 04 Nov 2003 14:33:09 -0800
50450              Message-ID: <3FA82925.7020703@stason.org>
50451      Branch: perl
50452            ! t/op/hash.t
50453 ____________________________________________________________________________
50454 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
50455         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
50456              From: Stas Bekman <stas@stason.org>
50457              Date: Wed, 05 Nov 2003 00:50:25 -0800
50458              Message-ID: <3FA8B9D1.2020806@stason.org>
50459      Branch: perl
50460            ! lib/Benchmark.pm
50461 ____________________________________________________________________________
50462 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
50463         Log: From: Craig Berry <craigberry@mac.com>
50464              Subject: Opcode.xs/RC2 compile nit on VMS
50465              Date: Wed, 05 Nov 2003 12:16:34 -0600
50466              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
50467      Branch: perl
50468            ! ext/Opcode/Opcode.xs
50469 ____________________________________________________________________________
50470 [ 21664] By: ams                                   on 2003/11/05  18:34:28
50471         Log: Orphaned submission from #21546.
50472      Branch: perl
50473            ! perl.c
50474 ____________________________________________________________________________
50475 [ 21663] By: ams                                   on 2003/11/05  17:01:29
50476         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
50477              From: Slaven Rezic <slaven@rezic.de>
50478              Date: 20 Oct 2003 22:39:28 +0200
50479              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
50480      Branch: perl
50481            ! lib/filetest.t
50482 ____________________________________________________________________________
50483 [ 21662] By: ams                                   on 2003/11/05  16:51:08
50484         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
50485              From: Michael G Schwern <schwern@pobox.com>
50486              Date: Wed, 5 Nov 2003 06:26:36 -0800
50487              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
50488      Branch: perl
50489            ! t/op/cproto.t
50490 ____________________________________________________________________________
50491 [ 21661] By: ams                                   on 2003/11/05  16:50:05
50492         Log: Subject: [PATCH] Modernise INSTALL
50493              From: Gisle Aas <gisle@ActiveState.com>
50494              Date: 05 Nov 2003 05:16:25 -0800
50495              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
50496
50497              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
50498              From: Abigail <abigail@abigail.nl>
50499              Date: Tue, 4 Nov 2003 10:40:57 +0100
50500              Message-Id: <20031104094057.GA22508@abigail.nl>
50501      Branch: perl
50502            ! INSTALL pod/perlhist.pod
50503 ____________________________________________________________________________
50504 [ 21660] By: ams                                   on 2003/11/05  16:46:12
50505         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
50506              From: Jan Dubois <jand@ActiveState.com>
50507              Date: Tue, 04 Nov 2003 16:52:14 -0800
50508              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
50509      Branch: perl
50510            ! reentr.c reentr.h reentr.pl
50511 ____________________________________________________________________________
50512 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
50513         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
50514              From: Michael G Schwern <schwern@pobox.com>
50515              Date: Tue, 4 Nov 2003 17:59:13 -0800
50516              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
50517
50518              Replaces the temporary kludge (#21655).
50519      Branch: perl
50520            ! ext/SDBM_File/sdbm/Makefile.PL
50521 ____________________________________________________________________________
50522 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
50523         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
50524              From: PPrymmer@factset.com
50525              Date: Tue, 4 Nov 2003 10:00:07 -0500
50526              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
50527      Branch: perl
50528            ! pod/perlebcdic.pod
50529 ____________________________________________________________________________
50530 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
50531         Log: Temporary kludge to allow SDBM_File being built
50532              with MakeMaker 6.19.
50533      Branch: perl
50534            ! ext/SDBM_File/sdbm/Makefile.PL
50535 ____________________________________________________________________________
50536 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
50537         Log: Upgrade to ExtUtils::MakeMaker 6.19
50538      Branch: perl
50539            + lib/ExtUtils/t/parse_version.t
50540            + t/lib/MakeMaker/Test/Setup/BFD.pm
50541            + t/lib/MakeMaker/Test/Setup/Problem.pm
50542            - lib/ExtUtils/t/00setup_dummy.t
50543            - lib/ExtUtils/t/zz_cleanup_dummy.t
50544            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
50545            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
50546            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
50547            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
50548            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
50549            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
50550            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
50551            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
50552            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
50553            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
50554            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
50555            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
50556            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
50557            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
50558            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
50559            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
50560            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
50561            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
50562 ____________________________________________________________________________
50563 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
50564         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
50565              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50566              Date: Mon, 3 Nov 2003 20:20:44 -0800
50567              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
50568      Branch: perl
50569            ! os2/Makefile.SHs
50570 ____________________________________________________________________________
50571 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
50572         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
50573              From: Michael G Schwern <schwern@pobox.com>
50574              Date: Sat, 1 Nov 2003 22:57:45 -0800
50575              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
50576              (goes with change #21418)
50577      Branch: perl
50578            ! lib/autouse.pm lib/autouse.t
50579 ____________________________________________________________________________
50580 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
50581         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
50582              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50583              Date: Mon, 3 Nov 2003 20:53:33 +0100
50584              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
50585      Branch: perl
50586            ! ext/Devel/PPPort/PPPort.pm
50587 ____________________________________________________________________________
50588 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
50589         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
50590              From: Casey West <casey@geeknest.com>
50591              Date: Mon, 3 Nov 2003 10:11:43 -0500
50592              Message-ID: <20031103151143.GB430@geeknest.com>
50593      Branch: perl
50594            ! ext/Cwd/Cwd.xs
50595 ____________________________________________________________________________
50596 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
50597         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
50598              From: Jan Dubois <jand@ActiveState.com>
50599              Date: Sun, 02 Nov 2003 21:43:44 -0800
50600              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
50601      Branch: perl
50602            ! reentr.h reentr.pl
50603 ____________________________________________________________________________
50604 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
50605         Log: Document the fact that keys() and values() are optimized
50606              for void context (as suggested by Liz.)
50607      Branch: perl
50608            ! pod/perlfunc.pod
50609 ____________________________________________________________________________
50610 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
50611         Log: Stas would prefer not to have MOD_PERL defines in perl.
50612      Branch: perl
50613            ! hv.c hv.h
50614 ____________________________________________________________________________
50615 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
50616         Log: s/new_hash/rehash/g (Stas suggested a better name)
50617      Branch: perl
50618            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
50619            ! sv.c universal.c util.c
50620 ____________________________________________________________________________
50621 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
50622         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
50623              make Hash::Util::hash_seed use this.
50624      Branch: perl
50625            ! lib/Hash/Util.pm universal.c
50626 ____________________________________________________________________________
50627 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
50628         Log: Fix for [perl #24347] segfault with Safe
50629              The empty %INC created for safe compartements was freed
50630              too early.
50631      Branch: perl
50632            ! ext/Opcode/Opcode.xs
50633 ____________________________________________________________________________
50634 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
50635         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
50636              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50637              Date: Sun, 2 Nov 2003 22:24:28 +0100
50638              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
50639      Branch: perl
50640            ! pod/perlguts.pod
50641 ____________________________________________________________________________
50642 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
50643         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
50644      Branch: perl
50645            ! pod/perlhist.pod
50646 ____________________________________________________________________________
50647 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
50648         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
50649              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
50650              Date: Wed, 29 Oct 2003 14:00:18 -0800
50651              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
50652      Branch: perl
50653            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
50654            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
50655            ! os2/perl2cmd.pl perlio.c
50656 ____________________________________________________________________________
50657 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
50658         Log: Quoted-printable is evil.
50659      Branch: perl
50660            ! win32/win32.h
50661 ____________________________________________________________________________
50662 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
50663         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
50664      Branch: perl
50665            ! perl.c
50666 ____________________________________________________________________________
50667 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
50668         Log: Portability nit for MinGW 3.
50669
50670              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
50671              From: Greg Matheson <lang@ms.chinmin.edu.tw>
50672              Date: Thu, 30 Oct 2003 14:11:58 +0800
50673              Message-ID: <20031030141158.A11772@ms>
50674              (actual patch by Abe Timmerman)
50675      Branch: perl
50676            ! win32/win32.h
50677 ____________________________________________________________________________
50678 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
50679         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
50680              From: david nicol <whatever@davidnicol.com>
50681              Date: 26 Oct 2003 22:34:04 -0600
50682              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
50683      Branch: perl
50684            ! pod/perltie.pod
50685 ____________________________________________________________________________
50686 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
50687         Log: Subject: [PATCH] DB_File 1.807
50688              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
50689              Date: Sat, 1 Nov 2003 13:50:12 -0000
50690              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
50691      Branch: perl
50692            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50693            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
50694            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
50695 ____________________________________________________________________________
50696 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
50697         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
50698              From: Rick Delaney <rick@bort.ca>
50699              Date: Mon, 27 Oct 2003 16:24:16 -0500
50700              Message-ID: <20031027162416.H2233@biff.bort.ca>
50701      Branch: perl
50702            ! pp_hot.c
50703 ____________________________________________________________________________
50704 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
50705         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
50706      Branch: perl
50707            ! MANIFEST
50708 ____________________________________________________________________________
50709 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
50710         Log: mod_perl2 will require access to the Plan C hashing function.
50711      Branch: perl
50712            ! hv.h
50713 ____________________________________________________________________________
50714 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
50715         Log: Add Internals::HvREHASH to expose the rehashing flag
50716              t/op/hash.t tests that pathological data triggers rehashing
50717      Branch: perl
50718            + t/op/hash.t
50719            ! universal.c
50720 ____________________________________________________________________________
50721 [ 21599] By: davem                                 on 2003/11/01  00:09:22
50722         Log: whoops, typo
50723      Branch: perl
50724            ! ext/threads/shared/shared.xs
50725 ____________________________________________________________________________
50726 [ 21598] By: davem                                 on 2003/11/01  00:03:38
50727         Log: seg faults when deleting keys of shared hash refs
50728              Ensure that the shared_sv get magic of the element being deleted
50729              is called. Also, avoid posible memory leaks by wrapping all shared
50730              context sections with ENTER/SAVETMPS
50731      Branch: perl
50732            ! ext/threads/shared/shared.xs
50733 ____________________________________________________________________________
50734 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
50735         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
50736              From: Andy Dougherty <doughera@lafayette.edu>
50737              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
50738              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
50739              (plus POD link fixes)
50740      Branch: perl
50741            ! INSTALL
50742 ____________________________________________________________________________
50743 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
50744         Log: Prevent the installation of makefiles that can be found
50745              under lib/.
50746      Branch: perl
50747            ! installperl
50748 ____________________________________________________________________________
50749 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
50750         Log: Test nit ; goes with change 21591
50751      Branch: perl
50752            ! t/lib/warnings/regcomp
50753 ____________________________________________________________________________
50754 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
50755         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
50756              From: Gisle Aas <gisle@ActiveState.com>
50757              Date: 31 Oct 2003 03:13:03 -0800
50758              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
50759      Branch: perl
50760            ! pod/perlrun.pod
50761 ____________________________________________________________________________
50762 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
50763         Log: Subject: [PATCH] Off-by-one error in regcomp.c
50764              From: Slaven Rezic <slaven@rezic.de>
50765              Date: Fri, 31 Oct 2003 12:16:11 +0000
50766              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
50767      Branch: perl
50768            ! regcomp.c t/op/regmesg.t
50769 ____________________________________________________________________________
50770 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
50771         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
50772              From: Stas Bekman <stas@stason.org>
50773              Date: Wed, 29 Oct 2003 16:47:24 -0800
50774              Message-ID: <3FA05F9C.2080304@stason.org>
50775      Branch: perl
50776            ! pod/perlfunc.pod
50777 ____________________________________________________________________________
50778 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
50779         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
50780              From: Stas Bekman <stas@stason.org>
50781              Date: Wed, 29 Oct 2003 15:15:15 -0800
50782              Message-ID: <3FA04A03.5010603@stason.org>
50783              (enclosed in a #ifdef DEBUGGING)
50784      Branch: perl
50785            ! sv.c
50786 ____________________________________________________________________________
50787 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
50788         Log: Subject: [PATCH] Devel::PPPort and scan_bin
50789              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
50790              Date: Wed, 29 Oct 2003 22:53:43 +0100
50791              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
50792      Branch: perl
50793            ! ext/Devel/PPPort/PPPort.pm
50794 ____________________________________________________________________________
50795 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
50796         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
50797              From: Jan Dubois <jand@ActiveState.com>
50798              Date: Thu, 30 Oct 2003 18:43:08 -0800
50799              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
50800      Branch: perl
50801            ! Porting/p4d2p
50802 ____________________________________________________________________________
50803 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
50804         Log: Comment that this "optimisation" is actually a necessary fixup.
50805              When the split occurs (to make the opti{miser,onal}) this isn't
50806              (Richard Clamp reminded me that I forgot to do this)
50807      Branch: perl
50808            ! op.c
50809 ____________________________________________________________________________
50810 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
50811         Log: Rewrite to correctly use test.pl
50812
50813              Date: Thu, 30 Oct 2003 15:51:03 -0800
50814              From: Michael G Schwern <schwern@pobox.com>
50815              Subject: Re: Fix for the orange lion bug - aka empty sub bug
50816              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
50817      Branch: perl
50818            ! t/op/sub.t
50819 ____________________________________________________________________________
50820 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
50821         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
50822              Subject: Fix for the orange lion bug - aka empty sub bug
50823              From: Arthur Bergman <sky@nanisky.com>
50824              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
50825      Branch: perl
50826            + t/op/sub.t
50827            ! MANIFEST op.c
50828 ____________________________________________________________________________
50829 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
50830         Log: 14 is the chain length for attack. From
50831
50832              Message-ID: <20031030204117.16008.qmail@plover.com>
50833              Subject: Re: 5.8.2-RC1 and mp2
50834              Date: Thu, 30 Oct 2003 15:41:17 -0500
50835              From: Mark Jason Dominus <mjd@plover.com>
50836
50837              and
50838
50839              From: Scott A Crosby <scrosby@cs.rice.edu>
50840              Subject: Re: 5.8.2-RC1 and mp2
50841              Date: 30 Oct 2003 14:08:06 -0600
50842              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
50843      Branch: perl
50844            ! hv.c
50845 ____________________________________________________________________________
50846 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
50847         Log: Move a fcntl() example in perlfunc at a more proper place,
50848              as suggested by :
50849              Subject: [perl #24334] ioctl/fcntl doc confusion
50850              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
50851              Date: 28 Oct 2003 13:37:49 -0000
50852              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
50853      Branch: perl
50854            ! pod/perlfunc.pod
50855 ____________________________________________________________________________
50856 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
50857         Log: Upgrade to Time::HiRes 1.52.
50858      Branch: perl
50859            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
50860            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
50861 ____________________________________________________________________________
50862 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
50863         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
50864              From: Abigail <abigail@abigail.nl>
50865              Date: Mon, 27 Oct 2003 13:05:37 +0100
50866              Message-ID: <20031027120536.GA24608@abigail.nl>
50867
50868              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
50869              From: Rick Delaney <rick@bort.ca>
50870              Date: Mon, 27 Oct 2003 12:17:49 -0500
50871              Message-ID: <20031027121749.E2233@biff.bort.ca>
50872      Branch: perl
50873            ! lib/overload.t toke.c
50874 ____________________________________________________________________________
50875 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
50876         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
50877              From: Abigail <abigail@abigail.nl>
50878              Date: Mon, 27 Oct 2003 14:50:24 +0100
50879              Message-ID: <20031027135024.GA12666@abigail.nl>
50880      Branch: perl
50881            ! t/comp/proto.t
50882 ____________________________________________________________________________
50883 [ 21564] By: davem                                 on 2003/10/27  22:01:12
50884         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
50885              of sharedsv_scalar_store().
50886      Branch: perl
50887            ! ext/threads/shared/shared.xs
50888 ____________________________________________________________________________
50889 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
50890         Log: Add a new taint error, "%ENV is aliased to %s".
50891              This error is thrown when taint checks are enabled and
50892              when *ENV has been aliased, so that %ENV has no env-magic
50893              anymore. (see bug [perl #24291].)
50894      Branch: perl
50895            ! pod/perldiag.pod t/op/taint.t taint.c
50896 ____________________________________________________________________________
50897 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
50898         Log: Record the escape^Wrelease of 5.9.0
50899      Branch: perl
50900            ! pod/perlhist.pod
50901 ____________________________________________________________________________
50902 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
50903         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
50904              From: Alan Burlison <Alan.Burlison@sun.com>
50905              Date: Tue, 21 Oct 2003 15:00:58 +0100
50906              Message-ID: <3F953C1A.3060800@sun.com>
50907      Branch: perl
50908            ! hints/solaris_2.sh
50909 ____________________________________________________________________________
50910 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
50911         Log: Sync with Unicode::Normalize 0.25
50912      Branch: perl
50913            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
50914            + ext/Unicode/Normalize/t/proto.t
50915            + ext/Unicode/Normalize/t/split.t
50916            ! MANIFEST ext/Unicode/Normalize/Changes
50917            ! ext/Unicode/Normalize/Makefile.PL
50918            ! ext/Unicode/Normalize/Normalize.pm
50919            ! ext/Unicode/Normalize/Normalize.xs
50920            ! ext/Unicode/Normalize/README
50921 ____________________________________________________________________________
50922 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
50923         Log: Sync with Unicode::Collate 0.30
50924      Branch: perl
50925            + lib/Unicode/Collate/t/hangtype.t
50926            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
50927            + lib/Unicode/Collate/t/variable.t
50928            + lib/Unicode/Collate/t/version.t
50929            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
50930            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
50931            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
50932            ! lib/Unicode/Collate/t/test.t
50933 ____________________________________________________________________________
50934 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
50935         Log: Sync with Pod::Perldoc 3.12
50936      Branch: perl
50937            ! lib/Pod/Perldoc.pm
50938 ____________________________________________________________________________
50939 [ 21546] By: ams                                   on 2003/10/27  09:00:08
50940         Log: Will the real off by one please stand up?
50941      Branch: perl
50942            ! mg.c
50943 ____________________________________________________________________________
50944 [ 21545] By: hv                                    on 2003/10/27  02:52:16
50945         Log: fixup separators
50946      Branch: perl
50947            ! Changes
50948 ____________________________________________________________________________
50949 [ 21544] By: hv                                    on 2003/10/27  02:51:26
50950         Log: don't complain of podless .pm files that have a separate .pod file
50951      Branch: perl
50952            ! pod/buildtoc
50953 ____________________________________________________________________________
50954 [ 21543] By: hv                                    on 2003/10/27  02:50:04
50955         Log: regen pods and toc
50956      Branch: perl
50957            ! pod/perlmodlib.pod pod/perltoc.pod
50958 ____________________________________________________________________________
50959 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
50960         Log: When %ENV has been turned into a non-magical hash after a
50961              glob assignment, TAINT_ENV() may dump core because it
50962              assumes $ENV{PATH} is magical. Fix this ; add a test to
50963              verify that the PATH is still checked for taintedness.
50964      Branch: perl
50965            ! t/op/taint.t taint.c
50966 ____________________________________________________________________________
50967 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
50968         Log: Fix backward-compatibility issues in if.pm.
50969      Branch: perl
50970            ! lib/if.pm
50971 ____________________________________________________________________________
50972 [ 21539] By: hv                                    on 2003/10/26  12:22:54
50973         Log: Update Changes.
50974      Branch: perl
50975            ! Changes patchlevel.h
50976 ____________________________________________________________________________
50977 [ 21538] By: ams                                   on 2003/10/26  08:08:02
50978         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
50979              The whole PL_origalen thing in perl.c looks very hokey.
50980      Branch: perl
50981            ! mg.c
50982 ____________________________________________________________________________
50983 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
50984         Log: show the rehash flags in dumps
50985      Branch: perl
50986            ! dump.c
50987 ____________________________________________________________________________
50988 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
50989         Log: Return 21533 (with modifications) having found the problem
50990      Branch: perl
50991            ! hv.c hv.h
50992 ____________________________________________________________________________
50993 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
50994         Log: Back out 21533 because it broke Encode's build in really weird ways
50995      Branch: perl
50996            ! hv.c hv.h
50997 ____________________________________________________________________________
50998 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
50999         Log: Plan C rough edge smoothing. Criteria for a hash split is now
51000              the earlier of "more keys than buckets" (the old test) or
51001              linked list too long. Rehash is triggered after a split if the
51002              longest linked list is too long.
51003      Branch: perl
51004            ! hv.c hv.h
51005 ____________________________________________________________________________
51006 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
51007         Log: Subject: Re: [perl #948] $, untieable?
51008              From: Richard Clamp <richardc@unixbeard.net>
51009              Date: Tue, 21 Oct 2003 00:02:49 +0100
51010              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
51011
51012              Plus a small fix to t/TEST to recognize the added TODO test
51013              as a TODO test.
51014      Branch: perl
51015            ! t/TEST t/op/tie.t
51016 ____________________________________________________________________________
51017 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
51018         Log: When it says "add", then, like, you have to p4 add it. D'oh!
51019              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
51020      Branch: perl
51021            + lib/I18N/LangTags/t/02decency.t
51022 ____________________________________________________________________________
51023 [ 21527] By: davem                                 on 2003/10/23  19:13:20
51024         Log: Fix two threads::shared leaks
51025              #24061 - AV in shared interpreter wasn't set to AvREAL
51026              #24255 - mortals were added to the shared interpreter's tmpstack
51027              and never freed.
51028      Branch: perl
51029            ! ext/threads/shared/shared.xs
51030 ____________________________________________________________________________
51031 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
51032         Log: From: Jan Dubois <jand@ActiveState.com>
51033              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
51034              Date: Wed, 22 Oct 2003 20:17:07 -0700
51035              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
51036
51037              From: Jan Dubois <jand@ActiveState.com>
51038              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
51039              Date: Wed, 22 Oct 2003 20:26:56 -0700
51040              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
51041      Branch: perl
51042            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
51043            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
51044            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
51045            ! utils/perldoc.PL
51046 ____________________________________________________________________________
51047 [ 21523] By: ams                                   on 2003/10/23  12:53:03
51048         Log: Subject: [PATCH] utime documentation
51049              From: Gisle Aas <gisle@ActiveState.com>
51050              Date: 23 Oct 2003 05:33:43 -0700
51051              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
51052      Branch: perl
51053            ! pod/perlfunc.pod
51054 ____________________________________________________________________________
51055 [ 21522] By: ams                                   on 2003/10/23  08:07:18
51056         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
51057              From: Jan Dubois <jand@ActiveState.com>
51058              Date: Wed, 22 Oct 2003 20:33:54 -0700
51059              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
51060      Branch: perl
51061            ! doio.c
51062 ____________________________________________________________________________
51063 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
51064         Log: patch created by Casey West from:
51065
51066              Subject: CPAN module problems
51067              From: Edward Moy <emoy@apple.com>
51068              Date: Fri, 10 Oct 2003 17:42:06 -0700
51069              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
51070
51071              (change ld value in hints file)
51072      Branch: perl
51073            ! hints/darwin.sh
51074 ____________________________________________________________________________
51075 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
51076         Log: Small email update in AUTHORS.
51077      Branch: perl
51078            ! AUTHORS
51079 ____________________________________________________________________________
51080 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
51081         Log: Add a test.taintwarn makefile target,
51082              to run the whole test suite with the -t switch.
51083      Branch: perl
51084            ! Makefile.SH pod/perlhack.pod t/TEST
51085 ____________________________________________________________________________
51086 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
51087         Log: Subject: [PATCH @20458] embedding perl
51088              From: Radu Greab <rgreab@fx.ro>
51089              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
51090              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
51091      Branch: perl
51092            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
51093            ! sv.c
51094 ____________________________________________________________________________
51095 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
51096         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
51097              in perltoot, $him->fullname should be $him->fullname->as_string
51098              when passed to printf.
51099      Branch: perl
51100            ! pod/perltoot.pod
51101 ____________________________________________________________________________
51102 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
51103         Log: Two OS/2 portability patches from Ilya.
51104
51105              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
51106              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51107              Date: Thu, 25 Sep 2003 12:09:11 -0700
51108              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
51109
51110              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
51111              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
51112              Date: Thu, 25 Sep 2003 19:50:45 -0700
51113              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
51114      Branch: perl
51115            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
51116 ____________________________________________________________________________
51117 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
51118         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
51119              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51120              Date: Mon, 20 Oct 2003 20:14:19 +0200
51121              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
51122      Branch: perl
51123            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
51124 ____________________________________________________________________________
51125 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
51126         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
51127              From: Slaven Rezic <slaven@rezic.de>
51128              Date: 19 Oct 2003 17:54:59 +0200
51129              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
51130      Branch: perl
51131            ! perlio.c
51132 ____________________________________________________________________________
51133 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
51134         Log: Skip the chflags tests in filetest.t on Darwin.
51135      Branch: perl
51136            ! lib/filetest.t
51137 ____________________________________________________________________________
51138 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
51139         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
51140              flag on the hash when rehashing. Can turn off the "rehasing" flag
51141              if the hash is cleared
51142      Branch: perl
51143            ! hv.c
51144 ____________________________________________________________________________
51145 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
51146         Log: -u is deprecated.
51147              Subject: Re: why PERL5LIB is ignored when -T is in effect
51148              From: Slaven Rezic <slaven@rezic.de>
51149              Date: Fri, 17 Oct 2003 10:02:31 +0000
51150              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
51151      Branch: perl
51152            ! perl.c
51153 ____________________________________________________________________________
51154 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
51155         Log: The compilation of PerlIO::via may hang on AIX when
51156              compiling with vac at -O3 optimization level. Disable
51157              optimization for this module.
51158      Branch: perl
51159            + ext/PerlIO/via/hints/aix.pl
51160            ! MANIFEST
51161 ____________________________________________________________________________
51162 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
51163         Log: Plan C for foiling the algorithmic complexity attack
51164              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
51165              Chip's plan B (do something new inside the hv functions)
51166              and introspective sort)
51167              Provides infrastructure for hashes to change their hash function
51168              if necessary, and code in hsplit to detect pathalogical data and
51169              instigate a random rehashing.
51170              Needs refinement. Let's see how much smoke it creates.
51171      Branch: perl
51172            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
51173            ! util.c
51174 ____________________________________________________________________________
51175 [ 21470] By: davem                                 on 2003/10/16  20:03:44
51176         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
51177              PL_main_root is freed; this may not have been be the case if a
51178              thread other than the main one is the last to be destroyed
51179      Branch: perl
51180            ! ext/threads/t/thread.t pad.h perl.c
51181 ____________________________________________________________________________
51182 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
51183         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
51184              (as suggested by Jan Dubois)
51185      Branch: perl
51186            ! hv.c
51187 ____________________________________________________________________________
51188 [ 21468] By: ams                                   on 2003/10/16  19:00:14
51189         Log: Subject: Re: assert.h breaks perl.h
51190              From: Alexey Tourbin <at@altlinux.ru>
51191              Date: Thu, 16 Oct 2003 22:24:35 +0400
51192              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
51193      Branch: perl
51194            ! sv.h
51195 ____________________________________________________________________________
51196 [ 21467] By: ams                                   on 2003/10/16  18:57:57
51197         Log: Subject: [PATCH] Tie::Hash documentation
51198              From: Slaven Rezic <slaven@rezic.de>
51199              Date: Thu, 16 Oct 2003 17:57:35 +0000
51200              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
51201      Branch: perl
51202            ! lib/Tie/Hash.pm
51203 ____________________________________________________________________________
51204 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
51205         Log: Further tweak on change #21464.
51206      Branch: perl
51207            ! perl.c
51208 ____________________________________________________________________________
51209 [ 21464] By: ams                                   on 2003/10/16  08:42:50
51210         Log: Subject: perl -h tweak [PATCH]
51211              From: Gisle Aas <gisle@ActiveState.com>
51212              Date: 16 Oct 2003 02:49:39 -0700
51213              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
51214      Branch: perl
51215            ! perl.c
51216 ____________________________________________________________________________
51217 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
51218         Log: Perlfaq1 : take notice that 5.8.1 is now released.
51219      Branch: perl
51220            ! pod/perlfaq1.pod
51221 ____________________________________________________________________________
51222 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
51223         Log: PerlFAQ sync. (only actual changes)
51224      Branch: perl
51225            ! pod/perlfaq4.pod
51226 ____________________________________________________________________________
51227 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
51228         Log: Typos.
51229      Branch: perl
51230            ! hints/aix.sh
51231 ____________________________________________________________________________
51232 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
51233         Log: Fix bug [perl #24212] : improper error recovery in the
51234              tokenizer after an unknown filetest operator.
51235      Branch: perl
51236            ! t/comp/parser.t toke.c
51237 ____________________________________________________________________________
51238 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
51239         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
51240      Branch: perl
51241            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
51242            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
51243            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
51244            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
51245            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
51246            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
51247 ____________________________________________________________________________
51248 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
51249         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
51250              Based on a idea by Alex Hudson. (Basically those are unix domain
51251              sockets whose name has a '\0' as first character.)
51252      Branch: perl
51253            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
51254 ____________________________________________________________________________
51255 [ 21449] By: ams                                   on 2003/10/15  06:32:44
51256         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
51257              From: Autrijus Tang <autrijus@autrijus.org>
51258              Date: Tue, 14 Oct 2003 18:32:28 +0800
51259              Message-Id: <1066127547.65845.35.camel@localhost>
51260      Branch: perl
51261            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
51262            ! lib/ExtUtils/MakeMaker.pm
51263 ____________________________________________________________________________
51264 [ 21448] By: ams                                   on 2003/10/15  05:56:12
51265         Log: Rewrite #21447.
51266      Branch: perl
51267            ! pod/perliol.pod
51268 ____________________________________________________________________________
51269 [ 21447] By: ams                                   on 2003/10/15  05:36:48
51270         Log: Subject: [patch pod/perliol.pod]
51271              From: Stas Bekman <stas@stason.org>
51272              Date: Tue, 14 Oct 2003 18:05:29 -0700
51273              Message-Id: <3F8C9D59.3040403@stason.org>
51274      Branch: perl
51275            ! pod/perliol.pod
51276 ____________________________________________________________________________
51277 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
51278         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
51279              (the routine used by perl level HV operations)
51280      Branch: perl
51281            ! hv.c
51282 ____________________________________________________________________________
51283 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
51284         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
51285              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51286              Date: Tue, 30 Sep 2003 19:23:34 +0200
51287              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
51288      Branch: perl
51289            ! ext/Devel/PPPort/PPPort.pm
51290 ____________________________________________________________________________
51291 [ 21442] By: ams                                   on 2003/10/13  08:41:17
51292         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
51293              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
51294              Date: 12 Oct 2003 09:01:25 -0000
51295              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
51296      Branch: perl
51297            ! lib/strict.pm
51298 ____________________________________________________________________________
51299 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
51300         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
51301              From: Jan Dubois <jand@ActiveState.com>
51302              Date: Sun, 12 Oct 2003 22:09:39 -0700
51303              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
51304      Branch: perl
51305            ! universal.c
51306 ____________________________________________________________________________
51307 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
51308         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
51309              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
51310              Date: 5 Oct 2003 20:55:56 -0000
51311              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
51312      Branch: perl
51313            ! mg.c
51314 ____________________________________________________________________________
51315 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
51316         Log: Subject: [PATCH] Tie::Hash documentation
51317              From: Slaven Rezic <slaven@rezic.de>
51318              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
51319              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
51320      Branch: perl
51321            ! lib/Tie/Hash.pm
51322 ____________________________________________________________________________
51323 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
51324         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
51325              From: Slaven Rezic <slaven@rezic.de>
51326              Date: 07 Oct 2003 00:04:34 +0200
51327              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
51328      Branch: perl
51329            ! hints/darwin.sh
51330 ____________________________________________________________________________
51331 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
51332         Log: Minor nit in perlrun, spotted by Art Haas.
51333      Branch: perl
51334            ! pod/perlrun.pod
51335 ____________________________________________________________________________
51336 [ 21436] By: ams                                   on 2003/10/10  19:05:55
51337         Log: Subject: [PATCH] threads::async + some cleanup
51338              From: Elizabeth Mattijsen <liz@dijkmat.nl>
51339              Date: Fri, 10 Oct 2003 16:37:55 +0200
51340              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
51341      Branch: perl
51342            ! ext/threads/threads.pm
51343 ____________________________________________________________________________
51344 [ 21435] By: ams                                   on 2003/10/10  19:02:34
51345         Log: Make everyone stop posting to p5p about 0e0.
51346      Branch: perl
51347            ! pod/perlsyn.pod
51348 ____________________________________________________________________________
51349 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
51350         Log: Put all pre-processor #s on the first column (some compilers are picky)
51351              [perl #24167] `#' comment signs not at the very beginning of a line
51352      Branch: perl
51353            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
51354            ! perl.h regcomp.c
51355 ____________________________________________________________________________
51356 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
51357         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
51358              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
51359              to t/test.pl.
51360      Branch: perl
51361            - t/op/nothr5005.t
51362            ! MANIFEST t/op/args.t
51363 ____________________________________________________________________________
51364 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
51365         Log: Document the behaviour of filetest operators regarding parentheses.
51366              This fixes bug #24127 (by documenting it as a feature.)
51367      Branch: perl
51368            ! pod/perlop.pod
51369 ____________________________________________________________________________
51370 [ 21430] By: ams                                   on 2003/10/09  07:55:34
51371         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
51372              calculations in regcomp.c
51373              From: Eric Promislow <ericp@ActiveState.com>
51374              Date: Wed, 8 Oct 2003 17:42:42 -0700
51375              Message-Id: <20031008174242.A17544@ActiveState.com>
51376      Branch: perl
51377            ! regcomp.c
51378 ____________________________________________________________________________
51379 [ 21429] By: ams                                   on 2003/10/09  07:43:56
51380         Log: Patch based on:
51381
51382              Subject: [perl #24157] -MModule=} is broken
51383              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
51384              Date: 7 Oct 2003 21:47:43 -0000
51385              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
51386
51387              (Includes a fix for a similar problem in -A, but not -d.)
51388      Branch: perl
51389            ! perl.c
51390 ____________________________________________________________________________
51391 [ 21428] By: ams                                   on 2003/10/09  02:32:07
51392         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
51393              grok_numeric_radix()
51394              From: Jan Dubois <jand@ActiveState.com>
51395              Date: Wed, 08 Oct 2003 20:37:42 -0700
51396              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
51397      Branch: perl
51398            ! ext/Devel/PPPort/PPPort.pm
51399 ____________________________________________________________________________
51400 [ 21427] By: ams                                   on 2003/10/09  01:36:18
51401         Log: Subject: Re: require patch breaks locale
51402              From: Rick Delaney <rick@bort.ca>
51403              Date: Wed, 8 Oct 2003 22:41:55 -0400
51404              Message-Id: <20031008224155.A14638@biff.bort.ca>
51405      Branch: perl
51406            ! t/comp/require.t
51407 ____________________________________________________________________________
51408 [ 21426] By: ams                                   on 2003/10/09  01:26:57
51409         Log: Subject: Re: Simple @INC hook core dump [PATCH]
51410              From: Gisle Aas <gisle@ActiveState.com>
51411              Date: 08 Oct 2003 13:35:28 -0700
51412              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
51413      Branch: perl
51414            ! t/op/inccode.t
51415 ____________________________________________________________________________
51416 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
51417         Log: Fix bug #24108: Goto +foo broken
51418              the fix having been suggested by xmath via Juerd.
51419      Branch: perl
51420            ! op.c t/op/goto.t
51421 ____________________________________________________________________________
51422 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
51423         Log: Subject: Re: Simple @INC hook core dump [PATCH]
51424              From: Gisle Aas <gisle@ActiveState.com>
51425              Date: 08 Oct 2003 04:47:33 -0700
51426              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
51427      Branch: perl
51428            ! pp_ctl.c
51429 ____________________________________________________________________________
51430 [ 21423] By: ams                                   on 2003/10/08  10:09:41
51431         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
51432              From: Abigail <abigail@abigail.nl>
51433              Date: Wed, 8 Oct 2003 03:50:49 -0700
51434              Message-Id: <20031008105049.GA15770@ucan.foad.org>
51435      Branch: perl
51436            ! pod/perlrun.pod
51437 ____________________________________________________________________________
51438 [ 21422] By: ams                                   on 2003/10/08  06:13:07
51439         Log: "Are implicit undefs true?" asks Gisle.
51440      Branch: perl
51441            ! pod/perlsyn.pod
51442 ____________________________________________________________________________
51443 [ 21421] By: ams                                   on 2003/10/08  03:20:00
51444         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
51445              From: schwern@pobox.com
51446              Date: Tue, 7 Oct 2003 20:39:36 -0700
51447              Message-Id: <20031007203936.X4301@ttul.org>
51448
51449              (Originally from Shlomi Fish. Applied with tweaks.)
51450      Branch: perl
51451            ! pod/perlop.pod
51452 ____________________________________________________________________________
51453 [ 21420] By: ams                                   on 2003/10/07  19:51:35
51454         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
51455              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
51456      Branch: perl
51457            ! pod/perlsyn.pod sv.c t/op/pow.t
51458 ____________________________________________________________________________
51459 [ 21419] By: ams                                   on 2003/10/07  04:03:34
51460         Log: Why should -3**$x be more precisely determined than 3**$x?
51461      Branch: perl
51462            ! t/op/pow.t
51463 ____________________________________________________________________________
51464 [ 21418] By: ams                                   on 2003/10/07  03:59:38
51465         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
51466              From: schwern@pobox.com
51467              Date: Mon, 6 Oct 2003 13:14:36 -0700
51468              Message-Id: <20031006131436.G20960@ttul.org>
51469      Branch: perl
51470            ! lib/UNIVERSAL.pm t/op/universal.t
51471 ____________________________________________________________________________
51472 [ 21417] By: ams                                   on 2003/10/07  03:55:18
51473         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
51474              know what I mean.
51475      Branch: perl
51476            ! pod/perlfunc.pod
51477 ____________________________________________________________________________
51478 [ 21416] By: ams                                   on 2003/10/07  03:37:01
51479         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
51480              From: Stas Bekman <stas@stason.org>
51481              Date: Mon, 06 Oct 2003 21:19:53 -0700
51482              Message-Id: <3F823EE9.4030103@stason.org>
51483      Branch: perl
51484            ! sv.c
51485 ____________________________________________________________________________
51486 [ 21415] By: ams                                   on 2003/10/06  17:30:31
51487         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
51488              From: Rick Delaney <rick@bort.ca>
51489              Date: Tue, 23 Sep 2003 12:14:52 -0400
51490              Message-ID: <20030923121452.G18845@biff.bort.ca>
51491      Branch: perl
51492            ! pp_ctl.c t/comp/require.t
51493 ____________________________________________________________________________
51494 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
51495         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
51496              From: Abigail <abigail@abigail.nl>
51497              Date: Wed, 1 Oct 2003 14:19:43 +0200
51498              Message-ID: <20031001121943.GA29419@abigail.nl>
51499      Branch: perl
51500            ! lib/warnings.t
51501 ____________________________________________________________________________
51502 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
51503         Log: Fixes in the modules maintainers list.
51504      Branch: perl
51505            ! Porting/Maintainers.pl
51506 ____________________________________________________________________________
51507 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
51508         Log: Fix broken link in perltodo.pod.
51509      Branch: perl
51510            ! pod/perltodo.pod
51511 ____________________________________________________________________________
51512 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
51513         Log: Typos in perldiag.
51514      Branch: perl
51515            ! pod/perldiag.pod
51516 ____________________________________________________________________________
51517 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
51518         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
51519              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
51520              Date: Mon, 6 Oct 2003 08:45:29 +0200
51521              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
51522      Branch: perl
51523            ! pod/perlapi.pod pp_pack.c
51524 ____________________________________________________________________________
51525 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
51526         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
51527              From: Abigail <abigail@abigail.nl>
51528              Date: Mon, 6 Oct 2003 05:55:21 -0700
51529              Message-ID: <20031006125521.GA26446@ucan.foad.org>
51530      Branch: perl
51531            ! pod/perlfunc.pod
51532 ____________________________________________________________________________
51533 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
51534         Log: Add a new option --check to Porting/Maintainers,
51535              to check for files who are listed for several maintainers.
51536      Branch: perl
51537            ! Porting/Maintainers.pm
51538 ____________________________________________________________________________
51539 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
51540         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
51541              From: Fergal Daly <fergal@esatclear.ie>
51542              Date: Mon, 6 Oct 2003 00:25:29 +0100
51543              Message-Id: <200310060025.29122.fergal@esatclear.ie>
51544
51545              Plus regeneration of META.yml
51546      Branch: perl
51547            ! META.yml Porting/makemeta
51548 ____________________________________________________________________________
51549 [ 21406] By: ams                                   on 2003/10/06  04:22:11
51550         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
51551              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
51552              Date: Sun, 5 Oct 2003 21:27:54 +0200
51553              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
51554              (Applied with tweaks to op.c and a comment.)
51555      Branch: perl
51556            ! op.c t/lib/warnings/op
51557 ____________________________________________________________________________
51558 [ 21405] By: ams                                   on 2003/10/06  03:56:54
51559         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
51560              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
51561              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
51562              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
51563              (Applied with minor tweaks.)
51564      Branch: perl
51565            ! pod/perlsyn.pod
51566 ____________________________________________________________________________
51567 [ 21404] By: ams                                   on 2003/10/06  03:32:50
51568         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
51569              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
51570              Date: 5 Oct 2003 18:40:36 -0000
51571              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
51572              (Applied without $VERSION update.)
51573      Branch: perl
51574            ! lib/Tie/Hash.pm
51575 ____________________________________________________________________________
51576 [ 21403] By: ams                                   on 2003/10/06  03:26:39
51577         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
51578              From: Robert Spier <rspier@pobox.com>
51579              Date: Sun, 05 Oct 2003 21:34:30 -0700
51580              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
51581      Branch: perl
51582            ! pod/perlretut.pod
51583 ____________________________________________________________________________
51584 [ 21402] By: ams                                   on 2003/10/05  03:08:53
51585         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
51586              From: Steve Grazzini <grazz@pobox.com>
51587              Date: Sat, 4 Oct 2003 18:15:23 -0400
51588              Message-Id: <20031004221523.GA29324@grazzini.net>
51589      Branch: perl
51590            ! pp_sys.c
51591 ____________________________________________________________________________
51592 [ 21401] By: ams                                   on 2003/10/02  17:25:34
51593         Log: Subject: Re: 5.8.1 and srand
51594              From: Slaven Rezic <slaven@rezic.de>
51595              Date: Thu, 2 Oct 2003 15:51:11 +0000
51596              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
51597      Branch: perl
51598            ! t/op/fork.t
51599 ____________________________________________________________________________
51600 [ 21400] By: hv                                    on 2003/10/02  09:34:36
51601         Log: minor cleanup for Changes
51602      Branch: perl
51603            ! Changes
51604 ____________________________________________________________________________
51605 [ 21399] By: hv                                    on 2003/10/02  09:18:27
51606         Log: Update changes
51607      Branch: perl
51608            ! Changes patchlevel.h
51609 ____________________________________________________________________________
51610 [ 21398] By: hv                                    on 2003/10/02  09:15:42
51611         Log: build perlapi.pod in deterministic order even when functions differ
51612              only in case; regen perlapi.pod
51613      Branch: perl
51614            ! autodoc.pl pod/perlapi.pod
51615 ____________________________________________________________________________
51616 [ 21397] By: ams                                   on 2003/10/02  07:48:51
51617         Log: Subject: Re: 5.8.1 and srand
51618              From: Brendan O'Dea <bod@debian.org>
51619              Date: Thu, 2 Oct 2003 10:30:36 +1000
51620              Message-Id: <20031002003036.GA9198@londo.c47.org>
51621      Branch: perl
51622            ! util.c
51623 ____________________________________________________________________________
51624 [ 21396] By: ams                                   on 2003/10/01  22:18:13
51625         Log: Update Changes.
51626      Branch: perl
51627            ! Changes patchlevel.h
51628 ____________________________________________________________________________
51629 [ 21394] By: ams                                   on 2003/10/01  20:28:20
51630         Log: Subject: misapplied patch 19452
51631              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51632              Date: Tue, 30 Sep 2003 06:01:50 -0700
51633              Message-Id: <20030930130150.GA1436@efn.org>
51634      Branch: perl
51635            ! pp_hot.c
51636 ____________________________________________________________________________
51637 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
51638         Log: Revamp the section on local() in perlsub.
51639              - avoid using the word "declare" in conjunction with local()
51640              - less archaelogical references
51641              - more about localization of lvalues
51642              - removes examples of localization of tied hashes that don't work
51643              - give titles to subsections
51644              - explain localization of magic values
51645              - explain localization of globs
51646              - fix link to perldelta
51647      Branch: perl
51648            ! pod/perlsub.pod
51649 ____________________________________________________________________________
51650 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
51651         Log: Useless "local $_" in a perlfaq3 example
51652      Branch: perl
51653            ! pod/perlfaq3.pod
51654 ____________________________________________________________________________
51655 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
51656         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
51657              From: grommel@sears.com
51658              Date: Mon, 29 Sep 2003 14:45:16 -0500
51659              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
51660      Branch: perl
51661            ! hints/svr4.sh t/op/pack.t
51662 ____________________________________________________________________________
51663 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
51664         Log: Add a TODO test for bug #23790, by Abigail
51665      Branch: perl
51666            ! t/op/sub_lval.t
51667 ____________________________________________________________________________
51668 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
51669         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
51670              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51671              Date: Tue, 30 Sep 2003 04:53:02 -0700
51672              Message-ID: <20030930115302.GA3200@efn.org>
51673      Branch: perl
51674            ! pod/perlfunc.pod
51675 ____________________________________________________________________________
51676 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
51677         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
51678              From: Tom Horsley <Tom.Horsley@ccur.com>
51679              Date: Mon, 29 Sep 2003 13:00:09 GMT
51680              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
51681      Branch: perl
51682            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
51683 ____________________________________________________________________________
51684 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
51685         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
51686              From: Steve Hay <steve.hay@uk.radan.com>
51687              Date: Mon, 29 Sep 2003 11:50:23 +0100
51688              Message-ID: <3F780E6F.3020704@uk.radan.com>
51689      Branch: perl
51690            ! pod/splitpod
51691 ____________________________________________________________________________
51692 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
51693         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
51694              From: Brendan O'Dea <bod@debian.org>
51695              Date: Sun, 28 Sep 2003 23:23:34 +1000
51696              Message-ID: <20030928132334.GA29499@londo.c47.org>
51697      Branch: perl
51698            ! pod/perlrun.pod
51699 ____________________________________________________________________________
51700 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
51701         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
51702      Branch: perl
51703            ! Porting/Maintainers.pl
51704 ____________________________________________________________________________
51705 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
51706         Log: Missing +x bits.
51707      Branch: perl
51708            ! Porting/makerel
51709 ____________________________________________________________________________
51710 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
51711         Log: Update the perldelta for 5.9.0.
51712      Branch: perl
51713            ! pod/perldelta.pod
51714 ____________________________________________________________________________
51715 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
51716         Log: Add the perl581delta manpage.
51717              Regenerate the table of contents.
51718      Branch: perl
51719            + pod/perl581delta.pod
51720            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
51721            ! vms/descrip_mms.template win32/pod.mak
51722 ____________________________________________________________________________
51723 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
51724         Log: Update perlhist.pod
51725      Branch: perl
51726            ! pod/perlhist.pod
51727 ____________________________________________________________________________
51728 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
51729         Log: Sync with libnet 1.17
51730      Branch: perl
51731            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
51732 ____________________________________________________________________________
51733 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
51734         Log: Update to Scalar-List-Utils 1.13
51735      Branch: perl
51736            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
51737            ! ext/List/Util/lib/List/Util.pm
51738            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
51739 ____________________________________________________________________________
51740 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
51741         Log: CPAN sites update.
51742      Branch: perl
51743            ! pod/perlmodlib.PL
51744 ____________________________________________________________________________
51745 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
51746         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
51747              From: Greg Matheson <lang@ms.chinmin.edu.tw>
51748              Date: Wed, 24 Sep 2003 22:51:09 +0800
51749              Message-ID: <20030924225109.A17126@ms>
51750
51751              (Win98 + MinGW, a missing Win95.pm hunk)
51752      Branch: perl
51753            ! lib/ExtUtils/MM_Win95.pm
51754 ____________________________________________________________________________
51755 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
51756         Log: AUTHORS tweak.
51757      Branch: perl
51758            ! AUTHORS
51759 ____________________________________________________________________________
51760 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
51761         Log: Even though undefing SPACE and FORMAT should be safe,
51762              at this point I'm choosing to be paranoid and using
51763              #ifdef __Lynx__.
51764      Branch: perl
51765            ! perl.h
51766 ____________________________________________________________________________
51767 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
51768         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
51769              From: Olli Savia (via RT) <perlbug-followup@perl.org>
51770              Date: 24 Sep 2003 15:42:41 -0000
51771              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
51772      Branch: perl
51773            ! mg.c perl.h perlio.c pp_sys.c
51774 ____________________________________________________________________________
51775 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
51776         Log: Subject: [DOCPATCH] attributes.pm
51777              From: Elizabeth Mattijsen <liz@dijkmat.nl>
51778              Date: Wed, 24 Sep 2003 11:00:42 +0200
51779              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
51780
51781              (reformatted a bit)
51782      Branch: perl
51783            ! lib/attributes.pm
51784 ____________________________________________________________________________
51785 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
51786         Log: A fix from Graham for
51787              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
51788              (seemingly a NV casting issue)
51789      Branch: perl
51790            ! ext/List/Util/Util.xs
51791 ____________________________________________________________________________
51792 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
51793         Log: Someone actually reads the Makefile.PL messages, it seems.
51794              (from Jonathan Leffler)
51795      Branch: perl
51796            ! ext/Time/HiRes/Makefile.PL
51797 ____________________________________________________________________________
51798 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
51799         Log: perliol tweaks.
51800      Branch: perl
51801            ! pod/perliol.pod
51802 ____________________________________________________________________________
51803 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
51804         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
51805              (plus a few typos.)
51806      Branch: perl
51807            ! pod/perlfaq7.pod pod/perlpodspec.pod
51808 ____________________________________________________________________________
51809 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
51810         Log: Subject: [PATCH] perlvar
51811              From: Juerd <juerd@convolution.nl>
51812              Date: Sun, 21 Sep 2003 21:40:54 +0200
51813              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
51814      Branch: perl
51815            ! pod/perlvar.pod
51816 ____________________________________________________________________________
51817 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
51818         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
51819              From: grommel@sears.com
51820              Date: Tue, 23 Sep 2003 13:40:33 -0500
51821              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
51822      Branch: perl
51823            ! hints/svr4.sh t/op/stat.t
51824 ____________________________________________________________________________
51825 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
51826         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
51827              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
51828              Date: Tue, 23 Sep 2003 09:13:55 -0700
51829              Message-ID: <20030923161354.GA2432@efn.org>
51830      Branch: perl
51831            ! INSTALL
51832 ____________________________________________________________________________
51833 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
51834         Log: Minor nit in a debug message of the tokenizer.
51835      Branch: perl
51836            ! toke.c
51837 ____________________________________________________________________________
51838 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
51839         Log: Let's call it 2.34, already (from Johan).
51840      Branch: perl
51841            ! lib/Getopt/Long.pm
51842 ____________________________________________________________________________
51843 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
51844         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
51845              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51846              Date: Tue, 23 Sep 2003 15:04:35 +0200
51847              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
51848
51849              (add -we147 to ccflags if cc = ICC so that prototype
51850              detection works right)
51851      Branch: perl
51852            ! hints/linux.sh
51853 ____________________________________________________________________________
51854 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
51855         Log: Bump the Encode version to 1.9801 since we are no more identical
51856              to the CPAN version.
51857      Branch: perl
51858            ! ext/Encode/Encode.pm
51859 ____________________________________________________________________________
51860 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
51861         Log: ucmlintage.
51862      Branch: perl
51863            ! ext/Encode/ucm/gsm0338.ucm
51864 ____________________________________________________________________________
51865 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
51866         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
51867
51868              Fix as much as possible - the specification is still
51869              a bit unclear.
51870      Branch: perl
51871            + ext/Encode/t/gsm0338.t
51872            ! MANIFEST ext/Encode/MANIFEST
51873            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
51874 ____________________________________________________________________________
51875 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
51876         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
51877              From: Stephen McCamant <smcc@MIT.EDU>
51878              Date: Mon, 22 Sep 2003 20:53:57 -0700
51879              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
51880      Branch: perl
51881            ! ext/B/B/Deparse.pm
51882 ____________________________________________________________________________
51883 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
51884         Log: Subject: [PATCH] RC5 and Intel's ICC
51885              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51886              Date: Mon, 22 Sep 2003 22:52:40 +0200
51887              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
51888
51889              (the missing void return type)
51890      Branch: perl
51891            ! ext/threads/shared/shared.xs
51892 ____________________________________________________________________________
51893 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
51894         Log: Subject: [PATCH] RC5 and Intel's ICC
51895              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
51896              Date: Mon, 22 Sep 2003 22:52:40 +0200
51897              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
51898
51899              (the attribute part)
51900      Branch: perl
51901            ! ext/Devel/PPPort/PPPort.pm perl.h
51902 ____________________________________________________________________________
51903 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
51904         Log: Stray CRs noticed by Jan Dubois.
51905      Branch: perl
51906            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
51907 ____________________________________________________________________________
51908 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
51909         Log: The RCs have been missing CRs from certain files because
51910              not all shells can handle multiline arguments right.
51911      Branch: perl
51912            ! Porting/makerel
51913 ____________________________________________________________________________
51914 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
51915         Log: When localising a magic value, propagate the readonly flag
51916              only if this scalar has \0 magic or has magic without a
51917              'set' method. (follows change #20479 for bug #23141.)
51918      Branch: perl
51919            ! scope.c t/op/local.t
51920 ____________________________________________________________________________
51921 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
51922         Log: An error message need not be a novel.
51923      Branch: perl
51924            ! pod/perldiag.pod pp_hot.c
51925 ____________________________________________________________________________
51926 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
51927         Log: Upgrade to Math::BigInt 1.66.
51928      Branch: perl
51929            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
51930            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
51931            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
51932            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
51933            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
51934 ____________________________________________________________________________
51935 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
51936         Log: Some more perlio doc tweaks based on NI-S.
51937      Branch: perl
51938            ! pod/perliol.pod
51939 ____________________________________________________________________________
51940 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
51941         Log: Upgrade to Time::HiRes 1.51.
51942      Branch: perl
51943            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
51944 ____________________________________________________________________________
51945 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
51946         Log: Upgrade to Getopt::Long 2.33_03.
51947      Branch: perl
51948            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
51949 ____________________________________________________________________________
51950 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
51951         Log: CPAN.pm 1.76_01 from Andreas.
51952      Branch: perl
51953            ! lib/CPAN.pm
51954 ____________________________________________________________________________
51955 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
51956         Log: Regen toc.
51957      Branch: perl
51958            ! pod/perltoc.pod
51959 ____________________________________________________________________________
51960 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
51961         Log: Handle also the curliffy files when tocing.
51962      Branch: perl
51963            ! pod/buildtoc
51964 ____________________________________________________________________________
51965 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
51966         Log: Macrofy the compile/runtime test.
51967      Branch: perl
51968            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
51969 ____________________________________________________________________________
51970 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
51971         Log: Tweak the section name to agree with the change #21295.
51972      Branch: perl
51973            ! lib/PerlIO.pm
51974 ____________________________________________________________________________
51975 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
51976         Log: One obvious place to look for PerlIO implementations.
51977      Branch: perl
51978            ! pod/perliol.pod
51979 ____________________________________________________________________________
51980 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
51981         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
51982              From: Dave Mitchell <davem@fdgroup.com>
51983              Date: Fri, 19 Sep 2003 19:35:44 +0100
51984              Message-ID: <20030919183544.GA14563@fdgroup.com>
51985      Branch: perl
51986            ! pp_ctl.c
51987 ____________________________________________________________________________
51988 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
51989         Log: More PerlIO documentation.
51990      Branch: perl
51991            ! lib/PerlIO.pm pod/perliol.pod
51992 ____________________________________________________________________________
51993 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
51994         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
51995              (The real bug was mp2 being too "friendly" with MM innards.)
51996      Branch: perl
51997            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
51998            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
51999 ____________________________________________________________________________
52000 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
52001         Log: In FreeBSD allow one to try using Perl's malloc with threads.
52002      Branch: perl
52003            ! hints/freebsd.sh
52004 ____________________________________________________________________________
52005 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
52006         Log: Missing perlfaq chunk.
52007      Branch: perl
52008            ! pod/perlfaq4.pod
52009 ____________________________________________________________________________
52010 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
52011         Log: FAQ sync.
52012      Branch: perl
52013            ! pod/perlfaq4.pod
52014 ____________________________________________________________________________
52015 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
52016         Log: Subject: typo fixo
52017              From: Vadim Konovalov <konovalo@mail.wplus.net>
52018              Date: Fri, 19 Sep 2003 06:32:08 +0400
52019              Message-ID: <4538131828.20030919063208@mail.wplus.net>
52020      Branch: perl
52021            ! pod/perlunicode.pod
52022 ____________________________________________________________________________
52023 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
52024         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
52025              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52026              Date: Thu, 18 Sep 2003 19:01:06 -0700
52027              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
52028      Branch: perl
52029            ! os2/os2.c
52030 ____________________________________________________________________________
52031 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
52032         Log: Tests for change #21284.
52033      Branch: perl
52034            ! lib/dumpvar.t
52035 ____________________________________________________________________________
52036 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
52037         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
52038              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52039              Date: Thu, 18 Sep 2003 18:58:59 -0700
52040              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
52041      Branch: perl
52042            ! lib/dumpvar.pl
52043 ____________________________________________________________________________
52044 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
52045         Log: Perlfaq nits from Iain Truskett.
52046              (from the perlfaq-workers list)
52047      Branch: perl
52048            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
52049 ____________________________________________________________________________
52050 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
52051         Log: Integrate a change from the perlfaq CVS.
52052              I consider the bleadperl version being more up-to-date as of now.
52053      Branch: perl
52054            ! pod/perlfaq3.pod
52055 ____________________________________________________________________________
52056 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
52057         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
52058              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52059              Date: Thu, 18 Sep 2003 11:02:02 -0700
52060              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
52061
52062              (use stat.t instead of time.t)
52063      Branch: perl
52064            ! os2/os2ish.h pp_sys.c t/op/stat.t
52065 ____________________________________________________________________________
52066 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
52067         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
52068              From: Rick Delaney <rick.delaney@rogers.com>
52069              Date: Wed, 1 Jan 2003 22:54:59 -0500
52070              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
52071
52072              (Pity the first patch fell through the cracks back then.
52073              Not that forbidding non-object copy constructors is the right
52074              thing to do but the bug could use fixing.)
52075      Branch: perl
52076            ! lib/overload.t pp.h
52077 ____________________________________________________________________________
52078 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
52079         Log: Subject: [PATCH] small fix for Devel::PPPort
52080              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52081              Date: Thu, 18 Sep 2003 10:14:58 +0200
52082              Message-id: <20030918081458.GA2653@ethan>
52083      Branch: perl
52084            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
52085 ____________________________________________________________________________
52086 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
52087         Log: ld has many guises.
52088      Branch: perl
52089            ! lib/ExtUtils/t/MM_Unix.t
52090 ____________________________________________________________________________
52091 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
52092         Log: Missed OS/2 patch hunk.
52093      Branch: perl
52094            ! os2/os2.c
52095 ____________________________________________________________________________
52096 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
52097         Log: Subject: Patch for VMS::Filespec
52098              From: Ken Williams <ken@mathforum.org>
52099              Date: Wed, 17 Sep 2003 20:11:46 -0500
52100              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
52101      Branch: perl
52102            ! vms/ext/Filespec.pm
52103 ____________________________________________________________________________
52104 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
52105         Log: Subject: 5.8.1 warnings when long double == double
52106              From: Andy Dougherty <doughera@lafayette.edu>
52107              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
52108              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
52109              (the changed message)
52110      Branch: perl
52111            ! Configure
52112 ____________________________________________________________________________
52113 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
52114         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
52115              for "is this symbol defined" scanning of Configure.
52116      Branch: perl
52117            ! Configure
52118 ____________________________________________________________________________
52119 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
52120         Log: Make it possible to override the mistrustnm hint in Solaris.
52121      Branch: perl
52122            ! hints/solaris_2.sh
52123 ____________________________________________________________________________
52124 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
52125         Log: A potential fix for non-empty LD in Unix.
52126      Branch: perl
52127            ! lib/ExtUtils/t/MM_Unix.t
52128 ____________________________________________________________________________
52129 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
52130         Log: Subject: RE: MM in maint@21251 breaks mp2
52131              From: "Orton, Yves" <yves.orton@de.mci.com>
52132              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
52133              Date: Wed, 17 Sep 2003 15:47:35 +0100
52134      Branch: perl
52135            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52136            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
52137 ____________________________________________________________________________
52138 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
52139         Log: The AIX C product potentially consists of several packages,
52140              the main package being (hopefully) the first one.
52141      Branch: perl
52142            ! hints/aix.sh
52143 ____________________________________________________________________________
52144 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
52145         Log: Fix Solaris ccversion not having the cc version.
52146      Branch: perl
52147            ! hints/solaris_2.sh
52148 ____________________________________________________________________________
52149 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
52150         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
52151              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52152              Date: Tue, 16 Sep 2003 23:49:42 -0700
52153              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
52154      Branch: perl
52155            ! os2/os2ish.h
52156 ____________________________________________________________________________
52157 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
52158         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
52159              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52160              Date: Tue, 16 Sep 2003 23:21:48 -0700
52161              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
52162      Branch: perl
52163            ! os2/OS2/Process/t/os2_process.t
52164 ____________________________________________________________________________
52165 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
52166         Log: Subject: [PATCH 5.8.1 @21211] magic.t
52167              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52168              Date: Tue, 16 Sep 2003 19:17:57 -0700
52169              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
52170      Branch: perl
52171            ! t/op/magic.t
52172 ____________________________________________________________________________
52173 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
52174         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
52175              From: Dave Mitchell <davem@fdgroup.com>
52176              Date: Tue, 16 Sep 2003 21:56:20 +0100
52177              Message-ID: <20030916205620.GB1246@fdgroup.com>
52178      Branch: perl
52179            ! pod/perlfunc.pod
52180 ____________________________________________________________________________
52181 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
52182         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
52183      Branch: perl
52184            + ext/Time/HiRes/hints/svr4.pl
52185            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
52186 ____________________________________________________________________________
52187 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
52188         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
52189              From: Andy Dougherty <doughera@lafayette.edu>
52190              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
52191              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
52192      Branch: perl
52193            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
52194 ____________________________________________________________________________
52195 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
52196         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
52197              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
52198              Date: Wed, 4 Jun 2003 00:45:23 -0700
52199              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
52200      Branch: perl
52201            ! lib/Getopt/Std.pm
52202 ____________________________________________________________________________
52203 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
52204         Log: Give a concrete example of the still existing Unicode slowness.
52205      Branch: perl
52206            ! pod/perlunicode.pod
52207 ____________________________________________________________________________
52208 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
52209         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
52210              use File::Spec 0.8 is unhappy.
52211      Branch: perl
52212            ! lib/File/Spec.pm
52213 ____________________________________________________________________________
52214 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
52215         Log: The test is not needed, says Schwern.
52216      Branch: perl
52217            - lib/base/t/fields-560.t
52218            ! MANIFEST
52219 ____________________________________________________________________________
52220 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
52221         Log: Upgrade to File::Spec 0.85_03.
52222      Branch: perl
52223            + lib/File/Spec/t/crossplatform.t
52224            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
52225            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
52226            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
52227            ! lib/File/Spec/t/Spec.t
52228 ____________________________________________________________________________
52229 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
52230         Log: Upgrade to MakeMaker 6.17.
52231      Branch: perl
52232            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
52233            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
52234            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
52235            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
52236            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
52237            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
52238            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
52239            ! t/lib/MakeMaker/Test/Utils.pm
52240 ____________________________________________________________________________
52241 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
52242         Log: Upgrade to base 2.03.
52243              (Rename the fields-5.6.0.t to have less d.o.t.s.)
52244      Branch: perl
52245            + lib/base/t/base.t lib/base/t/fields-560.t
52246            + lib/base/t/fields-base.t lib/base/t/fields.t
52247            - lib/fields-base.t lib/fields.t
52248            ! MANIFEST lib/base.pm lib/fields.pm
52249 ____________________________________________________________________________
52250 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
52251         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
52252              From: PPrymmer@factset.com
52253              Date: Mon, 15 Sep 2003 15:28:52 -0400
52254              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
52255      Branch: perl
52256            ! lib/Memoize/t/tie_sdbm.t
52257 ____________________________________________________________________________
52258 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
52259         Log: Check the context of for/grep/map.
52260      Branch: perl
52261            ! t/op/grep.t
52262 ____________________________________________________________________________
52263 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
52264         Log: For-non-perlio places we need STDOUT back.
52265      Branch: perl
52266            ! t/io/dup.t
52267 ____________________________________________________________________________
52268 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
52269         Log: Also IRIX wants setlogsock('stream').
52270      Branch: perl
52271            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
52272 ____________________________________________________________________________
52273 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
52274         Log: More portable reading.
52275      Branch: perl
52276            ! t/io/dup.t
52277 ____________________________________________________________________________
52278 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
52279         Log: More dup testing.
52280      Branch: perl
52281            ! t/io/dup.t
52282 ____________________________________________________________________________
52283 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
52284         Log: Use $Config{_exe}.
52285      Branch: perl
52286            ! t/run/switches.t
52287 ____________________________________________________________________________
52288 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
52289         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
52290              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52291              Date: Sat, 13 Sep 2003 20:20:30 -0700
52292              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
52293      Branch: perl
52294            ! os2/os2.c t/run/switches.t
52295 ____________________________________________________________________________
52296 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
52297         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
52298              From: Michael G Schwern <schwern@pobox.com>
52299              Date: Thu, 11 Sep 2003 15:07:10 -0700
52300              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
52301
52302              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
52303      Branch: perl
52304            ! lib/ExtUtils/t/Manifest.t
52305 ____________________________________________________________________________
52306 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
52307         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
52308              From: "Craig A. Berry" <craigberry@mac.com>
52309              Date: Sun, 14 Sep 2003 00:23:56 -0500
52310              Message-ID: <3F63FB6C.5040502@mac.com>
52311      Branch: perl
52312            ! perlio.c
52313 ____________________________________________________________________________
52314 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
52315         Log: parse_version doesn't always succeed.
52316      Branch: perl
52317            ! Porting/cmpVERSION.pl
52318 ____________________________________________________________________________
52319 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
52320         Log: pod changes, so change $VERSION.
52321      Branch: perl
52322            ! lib/Fatal.pm
52323 ____________________________________________________________________________
52324 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
52325         Log: Subject: Re: unicode regex problem
52326              From: hv@crypt.org
52327              Date: Sat, 13 Sep 2003 15:21:34 +0100
52328              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
52329      Branch: perl
52330            ! regcomp.c t/op/pat.t
52331 ____________________________________________________________________________
52332 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
52333         Log: More PerlIO warnings changes.
52334      Branch: perl
52335            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
52336 ____________________________________________________________________________
52337 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
52338         Log: The "perlio: " prefix looks a little odd
52339              in the few warning/error messages, since
52340              no other 'subsystems' have prefixes.
52341      Branch: perl
52342            ! perlio.c pod/perldiag.pod t/io/open.t
52343 ____________________________________________________________________________
52344 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
52345         Log: Layer names were recognized by their prefixes
52346              (e.g. open(F, ":u", "file") worked...)
52347      Branch: perl
52348            ! perlio.c t/io/open.t
52349 ____________________________________________________________________________
52350 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
52351         Log: Apparently at some point doing 3-arg open with
52352              illegal mode like ">>>" had stopped croaking.
52353      Branch: perl
52354            ! doio.c t/io/open.t
52355 ____________________________________________________________________________
52356 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
52357         Log: Minuscule code cleanup.
52358      Branch: perl
52359            ! doio.c
52360 ____________________________________________________________________________
52361 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
52362         Log: Subject: [perl #23788] int of a fraction errors
52363              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
52364              Date: 11 Sep 2003 22:38:19 -0000
52365              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
52366
52367              Add a separate faq entry for int().  (Yes, a bit redundant
52368              with the existing "why are my numbers broken" entry.)
52369      Branch: perl
52370            ! pod/perlfaq4.pod
52371 ____________________________________________________________________________
52372 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
52373         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
52374              From: Stas Bekman <stas@stason.org>
52375              Date: Fri, 12 Sep 2003 13:44:11 -0700
52376              Message-ID: <3F62301B.3080604@stason.org>
52377
52378              s/discipline/IO layer/, instead of "unknown" say "unavailable",
52379              and have the fuller explanation in perldiag.
52380      Branch: perl
52381            ! doio.c pod/perldiag.pod
52382 ____________________________________________________________________________
52383 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
52384         Log: Make the new glob tests pass (well, skip) even with miniperl.
52385      Branch: perl
52386            ! t/run/fresh_perl.t
52387 ____________________________________________________________________________
52388 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
52389         Log: Stringify the $VERSION of DynaLoader so it's never dependent
52390              on localized float-to-string conversions.
52391      Branch: perl
52392            ! ext/DynaLoader/DynaLoader_pm.PL
52393 ____________________________________________________________________________
52394 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
52395         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
52396              since that would break a lot of code.)  Also few
52397              stray UTF16s, UTF32s, and "encoded in Unicode".
52398      Branch: perl
52399            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
52400            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
52401            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
52402            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
52403            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
52404 ____________________________________________________________________________
52405 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
52406         Log: The buildtoc now has options.
52407      Branch: perl
52408            ! pod/Makefile.SH
52409 ____________________________________________________________________________
52410 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
52411         Log: Some more tweaks on open ...&=.
52412      Branch: perl
52413            ! pod/perlfunc.pod
52414 ____________________________________________________________________________
52415 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
52416         Log: Slightly more documentation for open ...&=.
52417      Branch: perl
52418            ! pod/perlfunc.pod
52419 ____________________________________________________________________________
52420 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
52421         Log: Document the new strict strict in strict.
52422      Branch: perl
52423            ! lib/strict.pm
52424 ____________________________________________________________________________
52425 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
52426         Log: More comments for the FreeBSD threads hints.
52427      Branch: perl
52428            ! hints/freebsd.sh
52429 ____________________________________________________________________________
52430 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
52431         Log: More refactoring of the FreeBSD threads hints.
52432              Basically, for fresh enough 5.x the -pthread is dropped,
52433              otherwise keep it, and no known FreeBSD release has
52434              a functional gethostbyaddr_r.
52435      Branch: perl
52436            ! hints/freebsd.sh
52437 ____________________________________________________________________________
52438 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
52439         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
52440              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
52441              Date: Thu, 11 Sep 2003 09:15:04 -0700
52442              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
52443      Branch: perl
52444            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
52445            ! os2/OS2/Process/Process.xs
52446 ____________________________________________________________________________
52447 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
52448         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
52449              From: "Brendan O'Dea" <bod@debian.org>
52450              Date: Fri, 12 Sep 2003 00:12:51 +1000
52451              Message-ID: <20030911141251.GA26907@londo.c47.org>
52452      Branch: perl
52453            ! perl.c
52454 ____________________________________________________________________________
52455 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
52456         Log: The change of not needing -pthread in FreeBSD 5.x
52457              is very recent (Sep 3) (from Anton Berezin).
52458      Branch: perl
52459            ! hints/freebsd.sh
52460 ____________________________________________________________________________
52461 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
52462         Log: Upgrade to Pod::Perldoc 3.10.
52463              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
52464      Branch: perl
52465            ! lib/Pod/Perldoc.pm
52466 ____________________________________________________________________________
52467 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
52468         Log: Upgrade to base 2.02.
52469      Branch: perl
52470            + lib/fields-base.t
52471            ! MANIFEST lib/base.pm lib/fields.t
52472 ____________________________________________________________________________
52473 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
52474         Log: Replace #21158 with a better patch from Hugo
52475              (for [perl #23769]).
52476      Branch: perl
52477            ! regcomp.c regexec.c t/op/pat.t
52478 ____________________________________________________________________________
52479 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
52480         Log: Subject: [PATCH][TESTS] dumpvar.pl
52481              From: Joe McMahon <mcmahon@metalab.unc.edu>
52482              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
52483              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
52484      Branch: perl
52485            ! lib/dumpvar.pl lib/dumpvar.t
52486 ____________________________________________________________________________
52487 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
52488         Log: Enache still wants -pthread gone for FreeBSD 5.x
52489              since it doesn't work with the latest -current.
52490      Branch: perl
52491            ! hints/freebsd.sh
52492 ____________________________________________________________________________
52493 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
52494         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
52495              From: Stas Bekman <stas@stason.org>
52496              Date: Thu, 28 Aug 2003 16:10:48 -0700
52497              Message-ID: <3F4E8BF8.1090800@stason.org>
52498      Branch: perl
52499            ! emacs/cperl-mode.el emacs/ptags
52500 ____________________________________________________________________________
52501 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
52502         Log: Retract #21149, sez Schwern.
52503      Branch: perl
52504            ! lib/Test/More.pm
52505 ____________________________________________________________________________
52506 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
52507         Log: Retract #21168 based on advice from Anton Berezin (added).
52508      Branch: perl
52509            ! hints/freebsd.sh
52510 ____________________________________________________________________________
52511 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
52512         Log: Subject: nit to hints/freebsd.sh
52513              From: Enache Adrian <enache@rdslink.ro>
52514              Date: Wed, 10 Sep 2003 19:50:59 +0300
52515              Message-ID: <20030910165059.GB1321@ratsnest.hole>
52516      Branch: perl
52517            ! hints/freebsd.sh
52518 ____________________________________________________________________________
52519 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
52520         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
52521              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
52522              Date: Sun, 31 Aug 2003 22:08:19 GMT
52523              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
52524
52525              The test has been moved into warnings.pm's test suite. Note
52526              that this patch fixed as well the behaviour of warnings::enabled
52527              regarding lexical scoping and different files; hence the expected
52528              results in a few tests in /t/lib/warnings/9enabled has been
52529              reverted.
52530      Branch: perl
52531            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
52532 ____________________________________________________________________________
52533 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
52534         Log: Remove the warning in perlfaq about using map in void context :
52535              From: abigail@abigail.nl (Abigail)
52536              Subject: [PATCH perlfaq6] map in a void context.
52537              Date: Tue, 9 Sep 2003 10:31:58 +0200
52538              Message-ID: <20030909083158.GA24125@abigail.nl>
52539      Branch: perl
52540            ! pod/perlfaq6.pod
52541 ____________________________________________________________________________
52542 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
52543         Log: Subject: [PATCH] AUTHORS
52544              From: enache@rdslink.ro (Enache Adrian)
52545              Date: Tue, 9 Sep 2003 19:34:05 +0300
52546              Message-ID: <20030909163405.GB1398@ratsnest.hole>
52547      Branch: perl
52548            ! AUTHORS
52549 ____________________________________________________________________________
52550 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
52551         Log: Regen perlapi.
52552      Branch: perl
52553            ! pod/perlapi.pod
52554 ____________________________________________________________________________
52555 [ 21163] By: merijn                                on 2003/09/10  15:31:27
52556         Log: Subject: [perl #23778] hints/aix.sh
52557              Date: 10 Sep 2003 16:30:32 -0000
52558              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
52559              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
52560      Branch: perl
52561            ! hints/aix.sh
52562 ____________________________________________________________________________
52563 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
52564         Log: blead version of #21161.
52565      Branch: perl
52566            ! pod/perlvar.pod
52567 ____________________________________________________________________________
52568 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
52569         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
52570              From: PPrymmer@factset.com
52571              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
52572              Date: Fri, 5 Sep 2003 17:46:48 -0400
52573      Branch: perl
52574            ! lib/File/Spec/t/Spec.t
52575 ____________________________________________________________________________
52576 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
52577         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
52578              From: Kurt Starsinic <kstar@cpan.org>
52579              Date: Tue, 9 Sep 2003 23:16:00 -0400
52580              Message-ID: <20030910031600.GA30554@verizon.net>
52581
52582              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
52583              From: "Brendan O'Dea" <bod@debian.org>
52584              Date: Wed, 10 Sep 2003 22:03:15 +1000
52585              Message-ID: <20030910120315.GA1372@londo.c47.org>
52586      Branch: perl
52587            ! t/lib/h2ph.pht utils/h2ph.PL
52588 ____________________________________________________________________________
52589 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
52590         Log: Unicode regex broken on simple example
52591              regrepeat() did not work right for UTF-8(ed Latin-1)
52592              in the EXACT case, which made the \x{a0}+ fail.
52593      Branch: perl
52594            ! regexec.c t/op/pat.t
52595 ____________________________________________________________________________
52596 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
52597         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
52598      Branch: perl
52599            ! pp_hot.c t/io/utf8.t
52600 ____________________________________________________________________________
52601 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
52602         Log: Detypo and explain better.
52603      Branch: perl
52604            ! pod/perldiag.pod
52605 ____________________________________________________________________________
52606 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
52607         Log: If doing rcatline no point rescanning each time
52608              the beginning of the SV for utf8 validity.
52609      Branch: perl
52610            ! pp_hot.c
52611 ____________________________________________________________________________
52612 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
52613         Log: No utf8 warnings without use warnings.
52614      Branch: perl
52615            ! t/io/utf8.t
52616 ____________________________________________________________________________
52617 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
52618         Log: Reading a latin1 file with open(... "<:utf8") will freeze
52619              is no more valid, the script doesn't freeze, but I noticed
52620              that neither does the <FILE> complain about bad UTF-8 as it
52621              should and as it does with :encoding(utf8).
52622      Branch: perl
52623            ! pp_hot.c t/io/utf8.t
52624 ____________________________________________________________________________
52625 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
52626         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
52627              of Perl_utf8_is_string().
52628      Branch: perl
52629            ! embed.fnc embed.h global.sym proto.h utf8.c
52630 ____________________________________________________________________________
52631 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
52632         Log: Document a PerlIO/Encode warning.
52633      Branch: perl
52634            ! pod/perldiag.pod
52635 ____________________________________________________________________________
52636 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
52637         Log: Subject: Re: maint @ 21116
52638              From: Fergal Daly <fergal@esatclear.ie>
52639              Date: Tue, 9 Sep 2003 18:26:20 +0100
52640              Message-Id: <200309091826.20630.fergal@esatclear.ie>
52641
52642              (added warning)
52643      Branch: perl
52644            ! lib/Test/More.pm
52645 ____________________________________________________________________________
52646 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
52647         Log: Adjust the test count.
52648      Branch: perl
52649            ! lib/Test/Simple/t/is_deeply.t
52650 ____________________________________________________________________________
52651 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
52652         Log: AUTHORS update from Dave Mitchell.
52653      Branch: perl
52654            ! AUTHORS
52655 ____________________________________________________________________________
52656 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
52657         Log: Retract #20548 and #20465.
52658      Branch: perl
52659            ! lib/Test/More.pm lib/Test/Simple/t/More.t
52660            ! lib/Test/Simple/t/is_deeply.t
52661 ____________________________________________________________________________
52662 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
52663         Log: Subject: Re: maint @ 21116
52664              From: Enache Adrian <enache@rdslink.ro>
52665              Date: Tue, 9 Sep 2003 16:59:44 +0300
52666              Message-ID: <20030909135944.GA1666@ratsnest.hole>
52667      Branch: perl
52668            ! makedef.pl
52669 ____________________________________________________________________________
52670 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
52671         Log: Retract #21132.
52672      Branch: perl
52673            ! makedef.pl perl.h
52674 ____________________________________________________________________________
52675 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
52676         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
52677      Branch: perl
52678            ! lib/Hash/Util.pm pod/perlrun.pod
52679 ____________________________________________________________________________
52680 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
52681         Log: Subject: =encoding in perlpod/perlpodspec
52682              From: sburke@cpan.org (Sean M. Burke)
52683              Date: Sun, 07 Sep 2003 03:08:28 -0800
52684              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
52685      Branch: perl
52686            ! pod/perlpod.pod pod/perlpodspec.pod
52687 ____________________________________________________________________________
52688 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
52689         Log: One more chance... Elizabeth's change #21107 plus
52690              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
52691              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
52692              Date: Tue, 9 Sep 2003 01:44:24 +0200
52693              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
52694      Branch: perl
52695            ! lib/warnings.pm toke.c warnings.pl
52696 ____________________________________________________________________________
52697 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
52698         Log: One more test count tweak.
52699      Branch: perl
52700            ! t/op/grep.t
52701 ____________________________________________________________________________
52702 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
52703         Log: Subject: Re: maint @ 21116
52704              From: Steve Hay <steve.hay@uk.radan.com>
52705              Date: Tue, 09 Sep 2003 09:49:07 +0100
52706              Message-ID: <3F5D9403.3040004@uk.radan.com>
52707      Branch: perl
52708            ! makedef.pl perl.h
52709 ____________________________________________________________________________
52710 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
52711         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
52712              From: david nicol <whatever@davidnicol.com>
52713              Date: 08 Sep 2003 23:39:32 -0500
52714              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
52715
52716              (a testcase)
52717      Branch: perl
52718            ! t/op/grep.t
52719 ____________________________________________________________________________
52720 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
52721         Log: Ooops, perlio into scalars was already history for this test...
52722      Branch: perl
52723            ! lib/dumpvar.t
52724 ____________________________________________________________________________
52725 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
52726         Log: Cannot do perlio into scalars without perlio.
52727      Branch: perl
52728            ! lib/dumpvar.t
52729 ____________________________________________________________________________
52730 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
52731         Log: I claim that the debugger is untestable until proven otherwise.
52732      Branch: perl
52733            - lib/perl5db/de0.t
52734            ! MANIFEST
52735 ____________________________________________________________________________
52736 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
52737         Log: In trying to save space, the warnings.pl change (#21107)
52738              pulled in attributes.pm... and the change didn't seem to
52739              be that well tested with different configurations.
52740              Retract #21119, #21117, #21107.
52741      Branch: perl
52742            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
52743 ____________________________________________________________________________
52744 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
52745         Log: Really do #21121.
52746      Branch: perl
52747            ! MANIFEST
52748 ____________________________________________________________________________
52749 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
52750         Log: There's no particular reason to have the dumpvar.t
52751              in lib/perl5db/.
52752      Branch: perl
52753            + lib/dumpvar.t
52754            - lib/perl5db/dumpvar.t
52755            ! MANIFEST
52756 ____________________________________________________________________________
52757 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
52758         Log: strict stash seems to have gone, too.
52759      Branch: perl
52760            ! ext/B/t/stash.t
52761 ____________________________________________________________________________
52762 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
52763         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
52764              (due to #21107 apparently.) Adjust this test accordingly.
52765      Branch: perl
52766            ! ext/B/t/stash.t
52767 ____________________________________________________________________________
52768 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
52769         Log: Subject: [PATCH] silence 1 compiler warning
52770              From: Nicholas Clark <nick@ccl4.org>
52771              Date: Mon, 8 Sep 2003 23:04:45 +0100
52772              Message-ID: <20030908230445.E30881@plum.flirble.org>
52773      Branch: perl
52774            ! universal.c
52775 ____________________________________________________________________________
52776 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
52777         Log: Retract #21096, mostly: I had misexplained the situation
52778              to Scott A. Crosby.  Seeing the seed value while not good
52779              for the ultimate paranoia viewpoint is not that bad, as long
52780              as the users are fully aware of the dangers of disclosing
52781              the hash seed.     So hash_seed() is okay.
52782
52783              Being able to see the hash values (as in Java) would
52784              be another option, but dubious: it's not that per-key
52785              hash values themselves are bad to allow scripts to see,
52786              but rather that hash values are just as sensitive (from
52787              the DoSing viewpoint) as the hash seed itself (and there
52788              usually more hash values than the one hash seed....)
52789      Branch: perl
52790            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52791 ____________________________________________________________________________
52792 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
52793         Log: Urk.  unique, not shared.
52794      Branch: perl
52795            ! configpm
52796 ____________________________________________________________________________
52797 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
52798         Log: Subject: [PATCH] configpm: about 1.5K less per thread
52799              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52800              Date: Mon, 8 Sep 2003 23:58:34 +0200
52801              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
52802      Branch: perl
52803            ! configpm
52804 ____________________________________________________________________________
52805 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
52806         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
52807              From: Elizabeth Mattijsen <liz@dijkmat.nl>
52808              Date: Mon, 8 Sep 2003 22:22:38 +0200
52809              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
52810      Branch: perl
52811            ! lib/warnings.pm warnings.pl
52812 ____________________________________________________________________________
52813 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
52814         Log: A version of change #21073 that works.
52815      Branch: perl
52816            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52817 ____________________________________________________________________________
52818 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
52819         Log: Regen perlapi.
52820      Branch: perl
52821            ! pod/perlapi.pod
52822 ____________________________________________________________________________
52823 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
52824         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
52825              being a bad pointer is apparently a known cygwin bug).     The
52826              cure is to initialize the field.
52827      Branch: perl
52828            ! pp_sys.c
52829 ____________________________________________________________________________
52830 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
52831         Log: Bad export.
52832      Branch: perl
52833            ! lib/Hash/Util.t
52834 ____________________________________________________________________________
52835 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
52836         Log: The IPC::Open3 is just too unreliable for this task.
52837      Branch: perl
52838            ! lib/perl5db/de0.t
52839 ____________________________________________________________________________
52840 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
52841         Log: Try to make the de0.t test more robust.
52842              The test is so flakey (too many external things influencing
52843              the result) that I'm likely to leave it out from the maint.
52844      Branch: perl
52845            ! lib/perl5db/de0.t
52846 ____________________________________________________________________________
52847 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
52848         Log: Scott A. Crosby believes in not disclosing
52849              any more information than necessary: therefore
52850              instead of hash_seed() we have now hashes_random().
52851      Branch: perl
52852            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52853 ____________________________________________________________________________
52854 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
52855         Log: Mac OS X "last resort" recipe.
52856      Branch: perl
52857            ! README.macosx
52858 ____________________________________________________________________________
52859 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
52860         Log: Subject: [patch] AUTHORS
52861              From: Juerd <juerd@cpan.org>
52862              Date: Mon, 8 Sep 2003 08:42:13 +0200
52863              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
52864      Branch: perl
52865            ! AUTHORS
52866 ____________________________________________________________________________
52867 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
52868         Log: Slightly more intelligent paranoia.
52869      Branch: perl
52870            ! pod/perldiag.pod util.c
52871 ____________________________________________________________________________
52872 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
52873         Log: Win32 is playing to hard to get but I do not have
52874              time to chase it, so restore #21072, more or less.
52875              I think testing the debugger in UNIX-like places
52876              is enough, no need to go into painful contortions
52877              trying to "portably" run interactive programs like
52878              the debugger.
52879      Branch: perl
52880            ! lib/perl5db/de0.t
52881 ____________________________________________________________________________
52882 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
52883         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
52884      Branch: perl
52885            ! ext/Storable/Storable.xs
52886 ____________________________________________________________________________
52887 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
52888         Log: Add Hash::Util::hash_seed() which answers among
52889              other things the question whether our hashes are
52890              "randomised".  (They always were...)
52891      Branch: perl
52892            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
52893 ____________________________________________________________________________
52894 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
52895         Log: XSRETURN_UV was missing.
52896      Branch: perl
52897            ! XSUB.h
52898 ____________________________________________________________________________
52899 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
52900         Log: Superparanoia.
52901      Branch: perl
52902            ! util.c
52903 ____________________________________________________________________________
52904 [ 21084] By: ams                                   on 2003/09/08  11:44:25
52905         Log: Clean up pp_readdir() somewhat.
52906      Branch: perl
52907            ! pp_sys.c
52908 ____________________________________________________________________________
52909 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
52910         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
52911      Branch: perl
52912            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52913 ____________________________________________________________________________
52914 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
52915         Log: In Win32 IPC::Open3 + IO::Select does not work that well
52916              so mostly undo the change #21072 and revert back to using
52917              a temp file.
52918      Branch: perl
52919            ! lib/perl5db/de0.t
52920 ____________________________________________________________________________
52921 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
52922         Log: In Win32 the cmd.exe console output doesn't seem to
52923              be catchable using the in-memory I/O + select trick,
52924              so use tie-STDOUT trick instead.
52925      Branch: perl
52926            ! lib/perl5db/dumpvar.t
52927 ____________________________________________________________________________
52928 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
52929         Log: Move Config test.
52930      Branch: perl
52931            ! lib/perl5db/de0.t
52932 ____________________________________________________________________________
52933 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
52934         Log: Let's require fork for this test.
52935      Branch: perl
52936            ! lib/perl5db/de0.t
52937 ____________________________________________________________________________
52938 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
52939         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
52940              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
52941              Date: Mon, 08 Sep 2003 08:56:09 +0200
52942              Message-id: <20030908065609.GA1260@ethan>
52943      Branch: perl
52944            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
52945            ! ext/Devel/PPPort/t/test.t
52946 ____________________________________________________________________________
52947 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
52948         Log: Subject: Re: one nit to fix [PATCH]
52949              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
52950              Date: Mon, 8 Sep 2003 10:19:08 +0200
52951              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
52952      Branch: perl
52953            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
52954 ____________________________________________________________________________
52955 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
52956         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
52957              From: Andreas J Koenig <andreas.koenig@anima.de>
52958              Date: Mon, 08 Sep 2003 10:48:27 +0200
52959              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
52960      Branch: perl
52961            ! lib/perl5db/de0.t
52962 ____________________________________________________________________________
52963 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
52964         Log: de0.t: use Test::More, add some tests.
52965      Branch: perl
52966            ! lib/perl5db/de0.t
52967 ____________________________________________________________________________
52968 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
52969         Log: More dumpvar testing.
52970      Branch: perl
52971            ! lib/perl5db/dumpvar.t
52972 ____________________________________________________________________________
52973 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
52974         Log: An empty test.
52975      Branch: perl
52976            ! lib/perl5db/dumpvar.t
52977 ____________________________________________________________________________
52978 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
52979         Log: dumpvar.t: use Test::More;
52980      Branch: perl
52981            ! lib/perl5db/dumpvar.t
52982 ____________________________________________________________________________
52983 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
52984         Log: Cleanup PerlIO::scalar documentation a bit.
52985      Branch: perl
52986            ! ext/PerlIO/scalar/scalar.pm
52987 ____________________________________________________________________________
52988 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
52989         Log: The in-memory files require PerlIO::scalar.
52990      Branch: perl
52991            ! lib/perl5db/dumpvar.t
52992 ____________________________________________________________________________
52993 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
52994         Log: Subject: [PATCH] Test skeleton for debugger commands
52995              From: Andreas J Koenig <andreas.koenig@anima.de>
52996              Date: Sun, 07 Sep 2003 18:51:56 +0200
52997              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
52998              With minor adjustments
52999      Branch: perl
53000            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
53001            ! MANIFEST
53002 ____________________________________________________________________________
53003 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
53004         Log: Upgrade to Unicode::Collate 0.28
53005      Branch: perl
53006            + lib/Unicode/Collate/t/contract.t
53007            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
53008            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
53009 ____________________________________________________________________________
53010 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
53011         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
53012              From: Dave Mitchell <davem@fdgroup.com>
53013              Date: Sun, 7 Sep 2003 19:14:44 +0100
53014              Message-ID: <20030907181444.GA7058@fdgroup.com>
53015      Branch: perl
53016            ! ext/Opcode/Safe.pm
53017 ____________________________________________________________________________
53018 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
53019         Log: Subject: [PATCH] honoring void context for map()
53020              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53021              Date: Thu, 04 Sep 2003 11:13:41 +0200
53022              Message-id: <20030904091341.GA30655@ethan>
53023      Branch: perl
53024            ! pp_ctl.c
53025 ____________________________________________________________________________
53026 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
53027         Log: Retract #21010.
53028      Branch: perl
53029            ! lib/dumpvar.pl
53030 ____________________________________________________________________________
53031 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
53032         Log: Minor doc style nits in XSLoader.
53033      Branch: perl
53034            ! ext/DynaLoader/XSLoader_pm.PL
53035 ____________________________________________________________________________
53036 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
53037         Log: Vanity patch.
53038      Branch: perl
53039            ! AUTHORS
53040 ____________________________________________________________________________
53041 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
53042         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
53043      Branch: perl
53044            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
53045            ! Cross/config.sh-arm-linux Cross/generate_config_sh
53046            ! Cross/installperl.patch
53047 ____________________________________________________________________________
53048 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
53049         Log: Email nits in Fatal.pm [perl #23724].
53050      Branch: perl
53051            ! lib/Fatal.pm
53052 ____________________________________________________________________________
53053 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
53054         Log: Musty corners of Syslog.pm.
53055      Branch: perl
53056            ! ext/Sys/Syslog/Syslog.pm
53057 ____________________________________________________________________________
53058 [ 21051] By: ams                                   on 2003/09/05  18:43:46
53059         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
53060              2. Compensate for PL_sv_placeholder <= 5.8.1.
53061              3. Clean up non-backwards-compatible tests.
53062              4. Prepare for the 2.08 CPAN release.
53063      Branch: perl
53064            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
53065            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
53066            ! ext/Storable/t/utf8hash.t
53067 ____________________________________________________________________________
53068 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
53069         Log: One more known tie problem.
53070      Branch: perl
53071            ! pod/perltie.pod
53072 ____________________________________________________________________________
53073 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
53074         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
53075              Date: Fri, 5 Sep 2003 14:46:00 +0200
53076              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
53077              From: Elizabeth Mattijsen <liz@dijkmat.nl>
53078      Branch: perl
53079            ! ext/threads/shared/shared.pm
53080 ____________________________________________________________________________
53081 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
53082         Log: Subject: versions threads modules
53083              From: Elizabeth Mattijsen <liz@dijkmat.nl>
53084              Date: Fri, 5 Sep 2003 12:22:52 +0200
53085              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
53086      Branch: perl
53087            ! ext/threads/shared/shared.pm
53088 ____________________________________________________________________________
53089 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
53090         Log: More suidperl path disclosure plugging:
53091              the #9813 didn't do enough.  See either of
53092              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
53093              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
53094      Branch: perl
53095            ! perl.c pod/perldiag.pod
53096 ____________________________________________________________________________
53097 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
53098         Log: FreeBSD hints updates from Anton Berezin.
53099      Branch: perl
53100            ! hints/freebsd.sh
53101 ____________________________________________________________________________
53102 [ 21043] By: merijn                                on 2003/09/05  11:18:20
53103         Log: Changed conflicting diff options
53104      Branch: perl
53105            ! patchlevel.h
53106 ____________________________________________________________________________
53107 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
53108         Log: Acknowledge some known tie bugs.
53109      Branch: perl
53110            ! pod/perltie.pod
53111 ____________________________________________________________________________
53112 [ 21041] By: merijn                                on 2003/09/05  04:50:44
53113         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
53114              From: Ilya Martynov <ilya@martynov.org>
53115              Date: Fri, 05 Sep 2003 00:49:57 +0400
53116              Message-ID: <8765k8uvm2.fsf@abra.ru>
53117      Branch: perl
53118            ! AUTHORS
53119 ____________________________________________________________________________
53120 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
53121         Log: code example error in "perlopentut"
53122      Branch: perl
53123            ! pod/perlopentut.pod
53124 ____________________________________________________________________________
53125 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
53126         Log: Another seemingly fixed (un)tie bug,
53127              [perl ##22297] cannot untie scalar from within tied FETCH
53128      Branch: perl
53129            ! t/op/tie.t
53130 ____________________________________________________________________________
53131 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
53132         Log: Subject: Re: [PATCH] Data::Dumper 2.121
53133              From: Ilya Martynov <ilya@martynov.org>
53134              Date: Fri, 05 Sep 2003 00:33:46 +0400
53135              Message-ID: <87ad9kuwd1.fsf@abra.ru>
53136      Branch: perl
53137            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
53138            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
53139            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
53140 ____________________________________________________________________________
53141 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
53142         Log: I think once is enough.
53143      Branch: perl
53144            ! configure.gnu
53145 ____________________________________________________________________________
53146 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
53147         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
53148              From: Enache Adrian <enache@rdslink.ro>
53149              Date: Thu, 4 Sep 2003 20:09:06 +0300
53150              Message-ID: <20030904170906.GA1235@ratsnest.hole>
53151      Branch: perl
53152            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
53153            ! ext/ByteLoader/byterun.c
53154 ____________________________________________________________________________
53155 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
53156         Log: Subject: [PATCH] perlreftut: change distribution conditions
53157              From: "Brendan O'Dea" <bod@debian.org>
53158              Date: Thu, 4 Sep 2003 02:28:49 +1000
53159              Message-ID: <20030903162849.GA9675@londo.c47.org>
53160      Branch: perl
53161            ! pod/perlreftut.pod
53162 ____________________________________________________________________________
53163 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
53164         Log: Subject: Re: "vendor" patch pickup
53165              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53166              Date: Thu, 4 Sep 2003 19:47:55 +0200
53167              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
53168
53169              (Gentoo: take Marcus' version of the __THROW patch and
53170              even further #ifdef-protect it with __GLIBC__.)
53171      Branch: perl
53172            ! perl.h
53173 ____________________________________________________________________________
53174 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
53175         Log: Tiny perlcc tweaks.
53176      Branch: perl
53177            ! utils/perlcc.PL
53178 ____________________________________________________________________________
53179 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
53180         Log: A SuSE patchlet for perlcc -c to avoid
53181              "Modification of a read-only value attempted at ... C.pm"
53182      Branch: perl
53183            ! ext/B/B/C.pm
53184 ____________________________________________________________________________
53185 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
53186         Log: AUTHORS updates.
53187      Branch: perl
53188            ! AUTHORS
53189 ____________________________________________________________________________
53190 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
53191         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
53192              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
53193              (the tar.gz link doesn't have 'v1.66', it has '1.66')
53194              so that the smoke builds can start chewing it.
53195      Branch: perl
53196            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
53197            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
53198            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
53199            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
53200            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
53201            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
53202 ____________________________________________________________________________
53203 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
53204         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
53205              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53206              Date: Wed, 3 Sep 2003 19:20:20 +0200
53207              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
53208      Branch: perl
53209            ! Porting/valgrindpp.pl
53210 ____________________________________________________________________________
53211 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
53212         Log: Also indicate the Unicode level here.
53213              (The last date is non-committal :-)
53214      Branch: perl
53215            ! pod/perlunicode.pod
53216 ____________________________________________________________________________
53217 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
53218         Log: Avoid lvalue casts, from Enache.
53219      Branch: perl
53220            ! ext/ByteLoader/bytecode.h op.h
53221 ____________________________________________________________________________
53222 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
53223         Log: Bump up the VERSION.
53224      Branch: perl
53225            ! lib/bytes.pm
53226 ____________________________________________________________________________
53227 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
53228         Log: Add, document, and test bytes::substr, index, rindex, chr,
53229              document bytes::ord.
53230      Branch: perl
53231            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
53232 ____________________________________________________________________________
53233 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
53234         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
53235              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53236              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
53237              Message-ID: <29644.1062572245@www50.gmx.net>
53238
53239              The other half of #20930 should be still good.
53240      Branch: perl
53241            ! op.c
53242 ____________________________________________________________________________
53243 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
53244         Log: use IO; is deprecated.
53245      Branch: perl
53246            ! ext/threads/t/join.t
53247 ____________________________________________________________________________
53248 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
53249         Log: Upgrade to base 2.01 from CPAN.
53250      Branch: perl
53251            ! lib/base.pm lib/fields.pm
53252 ____________________________________________________________________________
53253 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
53254         Log: Changing the test count is a good idea.
53255      Branch: perl
53256            ! ext/threads/t/join.t
53257 ____________________________________________________________________________
53258 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
53259         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
53260              From: Joe McMahon <mcmahon@ibiblio.org>
53261              Date: Tue, 2 Sep 2003 18:02:14 -0400
53262              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
53263      Branch: perl
53264            ! lib/dumpvar.pl
53265 ____________________________________________________________________________
53266 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
53267         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
53268              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53269              Date: Wed, 3 Sep 2003 06:07:54 +0200
53270              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
53271      Branch: perl
53272            ! ext/threads/t/join.t
53273 ____________________________________________________________________________
53274 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
53275         Log: VMS does not have quite UNIX glob semantics.
53276      Branch: perl
53277            ! t/run/fresh_perl.t
53278 ____________________________________________________________________________
53279 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
53280         Log: Subject: some method calls not autoloaded
53281              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
53282              Date: Tue, 2 Sep 2003 15:06:29 -0700
53283              Message-ID: <20030902220629.GA2952@efn.org>
53284      Branch: perl
53285            ! pod/perlfunc.pod pod/perlsub.pod
53286 ____________________________________________________________________________
53287 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
53288         Log: An untie test from perlmonks-- worked in 5.6.1,
53289              broken in 5.8.0, seems to be working again in maint,
53290              better nail it down now.
53291      Branch: perl
53292            ! t/op/tie.t
53293 ____________________________________________________________________________
53294 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
53295         Log: Retract #20930 because of
53296              Subject: maint@20974 or before broke mp2 ithreads test
53297              From: Stas Bekman <stas@stason.org>
53298              Date: Mon, 01 Sep 2003 23:31:11 -0700
53299              Message-ID: <3F54392F.7080009@stason.org>
53300      Branch: perl
53301            ! op.c
53302 ____________________________________________________________________________
53303 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
53304         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
53305              From: Fergal Daly <fergal@esatclear.ie>
53306              Date: Tue, 2 Sep 2003 17:36:52 +0100
53307              Message-Id: <200309021736.52725.fergal@esatclear.ie>
53308      Branch: perl
53309            ! pod/perldiag.pod
53310 ____________________________________________________________________________
53311 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
53312         Log: Subject: [perl #23672] Math::BigInit POD
53313              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
53314              Date: 1 Sep 2003 08:47:39 -0000
53315              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
53316      Branch: perl
53317            ! lib/Math/BigInt.pm
53318 ____________________________________________________________________________
53319 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
53320         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
53321              From: Mark Jason Dominus <mjd@plover.com>
53322              Date: Mon, 01 Sep 2003 16:19:20 -0400
53323              Message-ID: <20030901201920.3929.qmail@plover.com>
53324      Branch: perl
53325            ! pod/perlfaq6.pod
53326 ____________________________________________________________________________
53327 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
53328         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
53329              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
53330              Date: Tue, 02 Sep 2003 11:27:19 +0200
53331              Message-id: <20030902092719.GA18075@ethan>
53332      Branch: perl
53333            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
53334            ! ext/Devel/PPPort/t/test.t
53335 ____________________________________________________________________________
53336 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
53337         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
53338              From: Enache Adrian <enache@rdslink.ro>
53339              Date: Tue, 2 Sep 2003 03:45:11 +0300
53340              Message-ID: <20030902004511.GA1442@ratsnest.hole>
53341      Branch: perl
53342            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
53343            ! op.h proto.h t/TEST
53344 ____________________________________________________________________________
53345 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
53346         Log: Upgrade to Unicode::Collate 0.27.
53347      Branch: perl
53348            + lib/Unicode/Collate/t/hangul.t
53349            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
53350            ! lib/Unicode/Collate/README
53351 ____________________________________________________________________________
53352 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
53353         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
53354              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53355              Date: Mon, 1 Sep 2003 22:28:58 +0200
53356              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
53357      Branch: perl
53358            ! Porting/valgrindpp.pl
53359 ____________________________________________________________________________
53360 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
53361         Log: From Craig Berry, following the example of the other podxxx.PL
53362              in relying on basename($0, '.PL') to Do The Right Thing with
53363              regard to the case of the extension, which could be either
53364              .pl or .PL on VMS depending on version-specific features.
53365      Branch: perl
53366            ! pod/pod2usage.PL pod/podselect.PL
53367 ____________________________________________________________________________
53368 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
53369         Log: Configure -r in AIX bad.
53370      Branch: perl
53371            ! README.aix
53372 ____________________________________________________________________________
53373 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
53374         Log: Subject: [DOC PATCH] perlfaq4.pod
53375              Date: Mon, 1 Sep 2003 12:38:50 +0200
53376              From: Elizabeth Mattijsen <liz@dijkmat.nl>
53377              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
53378      Branch: perl
53379            ! pod/perlfaq4.pod
53380 ____________________________________________________________________________
53381 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
53382         Log: Subject: glob() bug
53383              From: Gurusamy Sarathy <gsar@ActiveState.com>
53384              Date: Mon, 01 Sep 2003 02:25:41 -0700
53385              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
53386      Branch: perl
53387            ! op.c t/run/fresh_perl.t
53388 ____________________________________________________________________________
53389 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
53390         Log: Ultrix VAX is like VMS VAX in floating point.
53391      Branch: perl
53392            ! t/op/sprintf.t
53393 ____________________________________________________________________________
53394 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
53395         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
53396              From: Vadim Konovalov <vkonovalov@peterstar.ru>
53397              Date: Mon, 1 Sep 2003 02:57:33 +0400
53398              Message-ID: <1091134912500.20030901025733@peterstar.ru>
53399      Branch: perl
53400            ! wince/Makefile.ce wince/wince.c
53401 ____________________________________________________________________________
53402 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
53403         Log: Add test for -i.
53404      Branch: perl
53405            ! MANIFEST t/run/switches.t
53406 ____________________________________________________________________________
53407 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
53408         Log: Add tests for -h and (unknown) -z.
53409      Branch: perl
53410            ! MANIFEST t/run/switches.t
53411 ____________________________________________________________________________
53412 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
53413         Log: Add test for -v.
53414      Branch: perl
53415            ! MANIFEST t/run/switches.t
53416 ____________________________________________________________________________
53417 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
53418         Log: List the switches tested in switches.t.
53419      Branch: perl
53420            ! t/run/switches.t
53421 ____________________________________________________________________________
53422 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
53423         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
53424              From: PPrymmer@factset.com
53425              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
53426              Date: Sun, 31 Aug 2003 10:11:54 -0400
53427      Branch: perl
53428            ! installperl
53429 ____________________________________________________________________________
53430 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
53431         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
53432              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53433              Date: Sun, 31 Aug 2003 15:21:17 +0200
53434              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
53435      Branch: perl
53436            ! sv.c
53437 ____________________________________________________________________________
53438 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
53439         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
53440              both in blead and maint, lots of "Attempt to free non-existent
53441              shared string" and "Unbalanced string table refcount" errors.
53442              Retract #20960 (and #20963).
53443      Branch: perl
53444            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
53445            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
53446            ! MANIFEST lib/base.pm lib/fields.pm
53447 ____________________________________________________________________________
53448 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
53449         Log: Integrate from maint:
53450              [ 20963]
53451              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
53452      Branch: perl
53453           !> lib/base/t/fp560.t
53454 ____________________________________________________________________________
53455 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
53456         Log: De-cargo-cult.
53457      Branch: perl
53458            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
53459 ____________________________________________________________________________
53460 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
53461         Log: Upgrade to base.pm 2.0.
53462
53463              (Rename the tests around a bit to be more 8.3-friendly.)
53464      Branch: perl
53465            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
53466            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
53467            ! MANIFEST lib/base.pm lib/fields.pm
53468 ____________________________________________________________________________
53469 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
53470         Log: Fewer naked char constants.
53471      Branch: perl
53472            ! doio.c perlio.c sv.h
53473 ____________________________________________________________________________
53474 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
53475         Log: This is probably a wrong fix for
53476              [perl #23645] tell with perlio on appended files
53477              but maybe this gets NI-S agitated enough to present the correct fix :-)
53478      Branch: perl
53479            ! perlio.c t/io/tell.t
53480 ____________________________________________________________________________
53481 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
53482         Log: A new try at
53483
53484              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
53485              From: "Gerrit P. Haase" <gp@familiehaase.de>
53486              Date: Thu, 28 Aug 2003 08:18:51 +0200
53487              Message-ID: <4157199551.20030828081851@familiehaase.de>
53488
53489              (this time Cygwin only)
53490      Branch: perl
53491            ! perlio.c
53492 ____________________________________________________________________________
53493 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
53494         Log: Tweak XSLoader.t.
53495              XSLoader is supposed to work even for extensions that
53496              are statically linked. So only check that the extension we
53497              test for is actually available. (This test is not supposed
53498              to be run by miniperl.)
53499      Branch: perl
53500            ! ext/DynaLoader/t/XSLoader.t
53501 ____________________________________________________________________________
53502 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
53503         Log: Something went wrong in change #20929;
53504              linux 2.4.18-bf2.4 didn't like it:
53505              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
53506              and similar failure pattern also seen in Solaris 8.
53507      Branch: perl
53508            ! perlio.c
53509 ____________________________________________________________________________
53510 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
53511         Log: Setup @INC.
53512      Branch: perl
53513            ! t/op/cproto.t
53514 ____________________________________________________________________________
53515 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
53516         Log: Tabify and re-sort MANIFEST.
53517      Branch: perl
53518            ! MANIFEST
53519 ____________________________________________________________________________
53520 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
53521         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
53522      Branch: perl
53523            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
53524 ____________________________________________________________________________
53525 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
53526         Log: Subject: [PATCH] XSLoader nits and tests
53527              From: Michael G Schwern <schwern@pobox.com>
53528              Date: Fri, 29 Aug 2003 22:55:07 -0700
53529              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
53530      Branch: perl
53531            + ext/DynaLoader/t/XSLoader.t
53532            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
53533 ____________________________________________________________________________
53534 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
53535         Log: Missed from #20942.
53536      Branch: perl
53537            ! lib/File/Spec/VMS.pm
53538 ____________________________________________________________________________
53539 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
53540         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
53541              From: PPrymmer@factset.com
53542              Date: Sat, 30 Aug 2003 00:57:28 -0400
53543              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
53544      Branch: perl
53545            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
53546 ____________________________________________________________________________
53547 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
53548         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
53549              From: Stas Bekman <stas@stason.org>
53550              Date: Fri, 29 Aug 2003 17:11:41 -0700
53551              Message-ID: <3F4FEBBD.8000901@stason.org>
53552      Branch: perl
53553            ! pod/perlapi.pod sv.h
53554 ____________________________________________________________________________
53555 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
53556         Log: Add a new test, to ensure that we don't unexpectedly change
53557              prototypes of builtins.
53558      Branch: perl
53559            + t/op/cproto.t
53560            ! MANIFEST
53561 ____________________________________________________________________________
53562 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
53563         Log: Don't cast PL_multiline to bool : you may loose important bits.
53564      Branch: perl
53565            ! pp.c pp_hot.c
53566 ____________________________________________________________________________
53567 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
53568         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
53569              From: Nicholas Clark <nick@ccl4.org>
53570              Date: Wed, 27 Aug 2003 22:59:55 +0100
53571              Message-ID: <20030827225955.E558@plum.flirble.org>
53572      Branch: perl
53573            ! pp.c
53574 ____________________________________________________________________________
53575 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
53576         Log: Some perluniintro tweaks.
53577      Branch: perl
53578            ! pod/perluniintro.pod
53579 ____________________________________________________________________________
53580 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
53581         Log: Tiny doc tweak from Shannon -jj Behrens.
53582      Branch: perl
53583            ! pod/perluniintro.pod
53584 ____________________________________________________________________________
53585 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
53586         Log: Comparing an int to a U32 makes VC6 nervous.
53587      Branch: perl
53588            ! pp.c pp_hot.c
53589 ____________________________________________________________________________
53590 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
53591         Log: Better skip() explicit number of tests, test counts getting
53592              out of sync less likely that way.
53593      Branch: perl
53594            ! t/op/pack.t
53595 ____________________________________________________________________________
53596 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
53597         Log: Some Ultrix test dodgings.
53598      Branch: perl
53599            ! t/base/num.t t/op/arith.t t/op/pack.t
53600 ____________________________________________________________________________
53601 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
53602         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
53603              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53604              Date: Thu, 28 Aug 2003 21:47:22 +0200
53605              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
53606      Branch: perl
53607            ! op.c
53608 ____________________________________________________________________________
53609 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
53610         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
53611              From: "Gerrit P. Haase" <gp@familiehaase.de>
53612              Date: Thu, 28 Aug 2003 08:18:51 +0200
53613              Message-ID: <4157199551.20030828081851@familiehaase.de>
53614
53615              (changed so that the 'b' is always appended)
53616      Branch: perl
53617            ! perlio.c
53618 ____________________________________________________________________________
53619 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
53620         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
53621              From: marek.rouchal@infineon.com
53622              Date: Wed, 27 Aug 2003 17:25:28 +0200
53623              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
53624
53625              PodParser-1.25 prerelease.
53626      Branch: perl
53627            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
53628            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
53629            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
53630 ____________________________________________________________________________
53631 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
53632         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
53633      Branch: perl
53634            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
53635 ____________________________________________________________________________
53636 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
53637         Log: Subject: [PATCH] valgrindpp.pl
53638              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53639              Date: Thu, 28 Aug 2003 09:43:49 +0200
53640              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
53641      Branch: perl
53642            ! Porting/valgrindpp.pl
53643 ____________________________________________________________________________
53644 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
53645         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
53646              From: Paul Johnson <paul@pjcj.net>
53647              Date: Thu, 28 Aug 2003 00:13:59 +0200
53648              Message-ID: <20030827221359.GE28396@pjcj.net>
53649      Branch: perl
53650            ! ext/B/B/Deparse.pm
53651 ____________________________________________________________________________
53652 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
53653         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
53654              From: Michael G Schwern <schwern@pobox.com>
53655              Date: Wed, 27 Aug 2003 15:05:20 -0700
53656              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
53657      Branch: perl
53658            ! lib/ExtUtils/MakeMaker/Tutorial.pod
53659 ____________________________________________________________________________
53660 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
53661         Log: Add caveats and tests for Symbol::delete_package().
53662      Branch: perl
53663            ! lib/Symbol.pm lib/Symbol.t
53664 ____________________________________________________________________________
53665 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
53666         Log: Configure is doing fine in Ultrix, operator error.
53667      Branch: perl
53668            ! hints/ultrix_4.sh
53669 ____________________________________________________________________________
53670 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
53671         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
53672      Branch: perl
53673            + Porting/valgrindpp.pl
53674            ! MANIFEST
53675 ____________________________________________________________________________
53676 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
53677         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
53678              From: "John P. Linderman" <jpl@research.att.com>
53679              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
53680              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
53681
53682              Subject: typo in pod/perlnewmod.pod [PATCH]
53683              From: "John P. Linderman" <jpl@research.att.com>
53684              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
53685              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
53686
53687              Subject: [PATCH] document the location of byacc
53688              From: Dave Mitchell <davem@fdgroup.com>
53689              Date: Wed, 27 Aug 2003 14:26:50 +0100
53690              Message-ID: <20030827132650.GA23144@fdgroup.com>
53691      Branch: perl
53692            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
53693            ! pod/perlnewmod.pod
53694 ____________________________________________________________________________
53695 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
53696         Log: Ultrix tweaks: <string.h> must not be included twice
53697              (otherwise one gets prototype conflicts between the <string.h>
53698              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
53699              define in <string.h>...); and Configure misprobes some features.
53700      Branch: perl
53701            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
53702            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
53703            ! hints/ultrix_4.sh
53704 ____________________________________________________________________________
53705 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
53706         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
53707              but instead it is 0xFFFF.  So retract #20914.
53708      Branch: perl
53709            ! perl.h
53710 ____________________________________________________________________________
53711 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
53712         Log: Sanity check for BYTEORDER.
53713      Branch: perl
53714            ! perl.h
53715 ____________________________________________________________________________
53716 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
53717         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
53718
53719              [20859]
53720              Two portability patches for DJGPP from Richard Dawe
53721              <rich@phekda.freeserve.co.uk>.
53722              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
53723
53724              [20911]
53725              Don't uppercase automatically all environment variables on DJGPP.
53726              (reported by Richard Dawe, this breaks portability of Unix
53727              scripts.) Don't change the behaviour on plain MS/DOS.
53728      Branch: perl
53729            ! perl.c
53730           !> djgpp/djgppsed.sh dosish.h
53731 ____________________________________________________________________________
53732 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
53733         Log: perlapi.pod tweaks, based on :
53734              Subject: misdocumented return value for sv_setref*
53735              From: Joe Schaefer <joe+perl@sunstarsys.com>
53736              Date: 12 Aug 2003 13:21:42 -0400
53737              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
53738      Branch: perl
53739            ! pod/perlapi.pod sv.c
53740 ____________________________________________________________________________
53741 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
53742         Log: Change the internal prototype of the pop() and shift() builtins
53743              to (;\@), to reflect that their array argument is optional.
53744      Branch: perl
53745            ! opcode.h opcode.pl
53746 ____________________________________________________________________________
53747 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
53748         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
53749              From: Dave Mitchell <davem@fdgroup.com>
53750              Date: Sun, 24 Aug 2003 15:52:00 +0100
53751              Message-ID: <20030824145159.GA12210@fdgroup.com>
53752      Branch: perl
53753            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
53754 ____________________________________________________________________________
53755 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
53756         Log: Subject: [PATCH] minor File::Spec testing cleanup
53757              From: Ken Williams <ken@mathforum.org>
53758              Date: Thu, 21 Aug 2003 22:47:51 -0500
53759              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
53760      Branch: perl
53761            ! lib/File/Spec/t/rel2abs2rel.t
53762 ____________________________________________________________________________
53763 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
53764         Log: Maintainer catch from Rafael.
53765      Branch: perl
53766            ! Porting/Maintainers.pl
53767 ____________________________________________________________________________
53768 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
53769         Log: Take a cutdown version of the change #20903 also to perlebcdic.
53770      Branch: perl
53771            ! pod/perlebcdic.pod
53772 ____________________________________________________________________________
53773 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
53774         Log: No dynaloading at all in Ultrix.
53775      Branch: perl
53776            ! hints/ultrix_4.sh
53777 ____________________________________________________________________________
53778 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
53779         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
53780              (This information looks interesting enough to be mentioned
53781              elsewhere, too.)
53782      Branch: perl
53783            ! README.bs2000
53784 ____________________________________________________________________________
53785 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
53786         Log: CGI::Carp from CGI.pm 3.00 was missing.
53787      Branch: perl
53788            ! lib/CGI/Carp.pm
53789 ____________________________________________________________________________
53790 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
53791         Log: Subject: Re: [PATCH] valgrind and /#/x
53792              From: Enache Adrian <enache@rdslink.ro>
53793              Date: Tue, 26 Aug 2003 08:11:07 +0300
53794              Message-ID: <20030826051107.GA1086@ratsnest.hole>
53795      Branch: perl
53796            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
53797 ____________________________________________________________________________
53798 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
53799         Log: More memory lane.
53800      Branch: perl
53801            ! hints/ultrix_4.sh
53802 ____________________________________________________________________________
53803 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
53804         Log: fix syscall() prototype description in
53805              perlfunc.pod, as suggested by Lukas Mai.
53806      Branch: perl
53807            ! pod/perlfunc.pod
53808 ____________________________________________________________________________
53809 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
53810         Log: Tiny doc tweak.
53811      Branch: perl
53812            ! README.solaris
53813 ____________________________________________________________________________
53814 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
53815         Log: Even more SunOS 4 info.
53816      Branch: perl
53817            ! README.solaris
53818 ____________________________________________________________________________
53819 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
53820         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
53821              From: Vadim Konovalov <vkonovalov@peterstar.ru>
53822              Date: Tue, 26 Aug 2003 00:10:29 +0400
53823              Message-ID: <135606488000.20030826001029@peterstar.ru>
53824      Branch: perl
53825            ! wince/perlmain.c
53826 ____________________________________________________________________________
53827 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
53828         Log: Subject: more valgrinding: select problem?
53829              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
53830              Date: Mon, 25 Aug 2003 22:02:17 +0200
53831              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
53832
53833              In glibc, just use the __FD_SETSIZE since that's
53834              the size of the buffer (usually 1024 bits, much
53835              more than the selectminbits of 32).
53836      Branch: perl
53837            ! pp_sys.c
53838 ____________________________________________________________________________
53839 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
53840         Log: More ptags tweakage from Stas; now add 'fullpath'
53841              option to get absolute paths.
53842      Branch: perl
53843            ! emacs/ptags
53844 ____________________________________________________________________________
53845 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
53846         Log: The new tests of #20888 didn't really test what they claimed to.
53847      Branch: perl
53848            ! t/op/pat.t
53849 ____________________________________________________________________________
53850 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
53851         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
53852              From: Jose.auguste-etienne@cgss-guyane.fr
53853              Date: Mon, 25 Aug 2003 14:35:45 -0300
53854              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
53855
53856              AIX Configure advice.
53857      Branch: perl
53858            ! README.aix
53859 ____________________________________________________________________________
53860 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
53861         Log: More SunOS 4.x info.
53862      Branch: perl
53863            ! README.solaris
53864 ____________________________________________________________________________
53865 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
53866         Log: The #20887 didn't go over that well;
53867              and add a few more tests from UTS#18.
53868      Branch: perl
53869            ! t/op/pat.t
53870 ____________________________________________________________________________
53871 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
53872         Log: pat.t -> charnames -> UCD -> Storable,
53873              not good for static builds and minitest.
53874      Branch: perl
53875            ! t/op/pat.t
53876 ____________________________________________________________________________
53877 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
53878         Log: SunOS 4.1.4 is working, too.
53879      Branch: perl
53880            ! README.solaris hints/sunos_4_1.sh
53881 ____________________________________________________________________________
53882 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
53883         Log: Regen perlmodlib, perltoc.
53884      Branch: perl
53885            ! pod/perlmodlib.pod pod/perltoc.pod
53886 ____________________________________________________________________________
53887 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
53888         Log: UVSIZE is not yet defined when it would be needed
53889              by MULTIARCH.  So go back to LONGSIZE, and (belt-
53890              and-suspenders-and-rope style) later in UVSIZE
53891              possibly redefine BYTEORDER.
53892      Branch: perl
53893            ! Configure config_h.SH
53894 ____________________________________________________________________________
53895 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
53896         Log: Subject: [PATCH] valgrind and /#/x
53897              From: Dave Mitchell <davem@fdgroup.com>
53898              Date: Mon, 25 Aug 2003 13:27:49 +0100
53899              Message-ID: <20030825122748.GA15560@fdgroup.com>
53900      Branch: perl
53901            ! regcomp.c
53902 ____________________________________________________________________________
53903 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
53904         Log: Subject: Please update my address
53905              From: Ed Avis <ed@membled.com>
53906              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
53907              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
53908
53909              (Just the AUTHORS part, though, I don't think retroactively
53910              updating the Changes* is useful.)
53911      Branch: perl
53912            ! AUTHORS
53913 ____________________________________________________________________________
53914 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
53915         Log: Document even more ways of affecting your "utf8ness".
53916      Branch: perl
53917            ! lib/utf8.pm
53918 ____________________________________________________________________________
53919 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
53920         Log: Change the VERSION since there are now changes since Perl 5.8.0.
53921      Branch: perl
53922            ! ext/I18N/Langinfo/Langinfo.pm
53923 ____________________________________________________________________________
53924 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
53925         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
53926              since Perl 5.8.0.
53927      Branch: perl
53928            ! lib/CGI/Util.pm
53929 ____________________________________________________________________________
53930 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
53931         Log: Upgrade to CGI.pm 3.00.
53932      Branch: perl
53933            ! lib/CGI.pm lib/CGI/Util.pm
53934 ____________________________________________________________________________
53935 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
53936         Log: Subject: [PATCH] valgrind update
53937              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
53938              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
53939              Message-ID: <21671.1061797917@www38.gmx.net>
53940      Branch: perl
53941            ! t/TEST t/op/magic.t
53942 ____________________________________________________________________________
53943 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
53944         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
53945              From: Nicholas Clark <nick@ccl4.org>
53946              Date: Sun, 24 Aug 2003 16:48:53 +0100
53947              Message-ID: <20030824164851.E558@plum.flirble.org>
53948      Branch: perl
53949            ! doop.c
53950 ____________________________________________________________________________
53951 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
53952         Log: Subject: [patch emacs/ptags] allow xemacs to be used
53953              From: Stas Bekman <stas@stason.org>
53954              Date: Sun, 24 Aug 2003 22:05:00 -0700
53955              Message-ID: <3F4998FC.3090401@stason.org>
53956      Branch: perl
53957            ! emacs/ptags
53958 ____________________________________________________________________________
53959 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
53960         Log: MPE/iX doc tweak from Mark Bixby.
53961      Branch: perl
53962            ! README.mpeix
53963 ____________________________________________________________________________
53964 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
53965         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
53966              Doesn't work well yet, something broken in DynaLoader/XSLoader?
53967      Branch: perl
53968            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
53969 ____________________________________________________________________________
53970 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
53971         Log: IRIX 5.3 is 99.90% okay.
53972      Branch: perl
53973            ! README.irix hints/irix_5.sh
53974 ____________________________________________________________________________
53975 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
53976         Log: An imperfect last resort in case there is no strtoul() but
53977              there is strtol() (like e.g. SunOS 4) because of the Atoul()
53978              in Perl_get_hash_seed()).  The only true fix would be to
53979              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
53980              in numeric.c.
53981      Branch: perl
53982            ! perl.h
53983 ____________________________________________________________________________
53984 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
53985         Log: s/rationale/rational/g on bigrats.
53986      Branch: perl
53987            ! lib/Math/BigRat.pm lib/bigrat.pm
53988 ____________________________________________________________________________
53989 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
53990         Log: Update the CPAN mirrors list.
53991      Branch: perl
53992            ! pod/perlmodlib.PL pod/perlmodlib.pod
53993 ____________________________________________________________________________
53994 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
53995         Log: gcc -O3 and Storable in Linux do not like each other.
53996      Branch: perl
53997            ! ext/Storable/hints/linux.pl
53998 ____________________________________________________________________________
53999 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
54000         Log: Bad quote day, noticed by Philip Newton.
54001      Branch: perl
54002            ! hints/dos_djgpp.sh
54003 ____________________________________________________________________________
54004 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
54005         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
54006              From: Enache Adrian <enache@rdslink.ro>
54007              Date: Mon, 4 Aug 2003 16:20:19 +0300
54008              Message-ID: <20030804132019.GA6764@ratsnest.hole>
54009      Branch: perl
54010            ! Configure config_h.SH
54011 ____________________________________________________________________________
54012 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
54013         Log: Add more comments so that one can see what is supposed to happen.
54014      Branch: perl
54015            ! t/op/lc.t
54016 ____________________________________________________________________________
54017 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
54018         Log: More data points about the Storable optimization problem
54019              in Linux.  (It might be that also non-Debians are affected,
54020              waiting for more information.)
54021      Branch: perl
54022            ! ext/Storable/hints/linux.pl
54023 ____________________________________________________________________________
54024 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
54025         Log: Move the note about known eval leaks earlier.
54026      Branch: perl
54027            ! pod/perlhack.pod
54028 ____________________________________________________________________________
54029 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
54030         Log: Forgot to regen byterun.c.
54031      Branch: perl
54032            ! ext/ByteLoader/byterun.c
54033 ____________________________________________________________________________
54034 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
54035         Log: Doc tweaks on perlhack.
54036      Branch: perl
54037            ! pod/perlhack.pod
54038 ____________________________________________________________________________
54039 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
54040         Log: Subject: [PATCH] Re: valgrind as a leak hound?
54041              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54042              Date: Fri, 22 Aug 2003 23:28:18 +0200
54043              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
54044
54045              Add the leak detection to valgrind testing.
54046      Branch: perl
54047            + t/perl.supp
54048            ! MANIFEST pod/perlhack.pod t/TEST
54049 ____________________________________________________________________________
54050 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
54051         Log: Oops.  Why can't C comments nest?
54052      Branch: perl
54053            ! pp_sys.c
54054 ____________________________________________________________________________
54055 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
54056         Log: Try to dodge getspnam() in AIX.
54057      Branch: perl
54058            ! pp_sys.c
54059 ____________________________________________________________________________
54060 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
54061         Log: Subject: Re: mysterious bytecode.t failure
54062              From: Enache Adrian <enache@rdslink.ro>
54063              Date: Fri, 22 Aug 2003 11:49:34 +0300
54064              Message-ID: <20030822084934.GA1257@ratsnest.hole>
54065      Branch: perl
54066            ! t/base/lex.t
54067 ____________________________________________________________________________
54068 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
54069         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
54070              From: Slaven Rezic <slaven@rezic.de>
54071              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
54072              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
54073      Branch: perl
54074            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
54075 ____________________________________________________________________________
54076 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
54077         Log: Just #.
54078      Branch: perl
54079            ! pod/buildtoc pod/perltoc.pod
54080 ____________________________________________________________________________
54081 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
54082         Log: Regen toc.
54083      Branch: perl
54084            ! pod/perltoc.pod
54085 ____________________________________________________________________________
54086 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
54087         Log: Also MANIFEST the vms/perlvms restoration.
54088      Branch: perl
54089            ! MANIFEST
54090 ____________________________________________________________________________
54091 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
54092         Log: In the vms/descrip_mms.template    the perlvms.pod must
54093              be copied from vms/, err, [.vms], not [.pod].
54094      Branch: perl
54095            ! pod/buildtoc vms/descrip_mms.template
54096 ____________________________________________________________________________
54097 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
54098         Log: Retract #20826 and #20831; things are done differently
54099              in VMS, it seems.  Maybe the vms/descrip_mms.template
54100              needs to be changed?
54101      Branch: perl
54102            + vms/perlvms.pod
54103            - pod/perlvms.pod
54104            ! MANIFEST Makefile.SH
54105 ____________________________________________________________________________
54106 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
54107         Log: Rafael spotted that vms/perlvms.pod was still referred to.
54108      Branch: perl
54109            ! Makefile.SH
54110 ____________________________________________________________________________
54111 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
54112         Log: The change #20809 opened up a code path that might leave s unset.
54113      Branch: perl
54114            ! mg.c
54115 ____________________________________________________________________________
54116 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
54117         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
54118              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
54119              Date: Fri, 22 Aug 2003 14:57:09 +0200
54120              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
54121      Branch: perl
54122            ! lib/File/Path.t
54123 ____________________________________________________________________________
54124 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
54125         Log: Test the correct longness; from Enache.
54126      Branch: perl
54127            ! ext/B/t/assembler.t
54128 ____________________________________________________________________________
54129 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
54130         Log: perlvms moving day, from Craig Berry.
54131      Branch: perl
54132            + pod/perlvms.pod
54133            - vms/perlvms.pod
54134            ! MANIFEST
54135 ____________________________________________________________________________
54136 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
54137         Log: Lower Storable.xs optimization to -O2 on certain
54138              known platforms.
54139      Branch: perl
54140            + ext/Storable/hints/linux.pl
54141            ! MANIFEST
54142 ____________________________________________________________________________
54143 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
54144         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
54145              From: Nicholas Clark <nick@ccl4.org>
54146              Date: Thu, 21 Aug 2003 22:26:18 +0100
54147              Message-ID: <20030821222618.T558@plum.flirble.org>
54148      Branch: perl
54149            ! t/op/pack.t
54150 ____________________________________________________________________________
54151 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
54152         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
54153              From: alian@cpan.org (Alian)
54154              Date: Wed, 20 Aug 2003 20:39:17 +0200
54155              Message-ID: <3F43C055.6030709@jupiter.alianet>
54156      Branch: perl
54157            ! t/op/pack.t
54158 ____________________________________________________________________________
54159 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
54160         Log: Try to make the use of utf8 as clear as possible.
54161      Branch: perl
54162            ! lib/utf8.pm
54163 ____________________________________________________________________________
54164 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
54165         Log: Put the tests of the change #19064 back, but disable them.
54166      Branch: perl
54167            ! t/op/args.t
54168 ____________________________________________________________________________
54169 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
54170         Log: Advertise the encoding pragma at the utf8 pragma.
54171      Branch: perl
54172            ! lib/utf8.pm
54173 ____________________________________________________________________________
54174 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
54175         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
54176              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
54177              Date: Fri, 22 Aug 2003 09:01:09 +0200
54178              Message-id: <20030822070109.GA1029@ethan>
54179      Branch: perl
54180            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
54181            ! ext/Devel/PPPort/t/test.t
54182 ____________________________________________________________________________
54183 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
54184         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
54185              From: insecure <insecure@mail.od.ua>
54186              Date: Thu, 21 Aug 2003 21:37:56 +0300
54187              Message-Id: <200308212137.57016.insecure@mail.od.ua>
54188      Branch: perl
54189            ! ext/I18N/Langinfo/Langinfo.xs
54190 ____________________________________________________________________________
54191 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
54192         Log: More bytecode patching from Enache.
54193      Branch: perl
54194            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
54195            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
54196 ____________________________________________________________________________
54197 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
54198         Log: Subject: Re: pod cleanup
54199              From: Ken Williams <ken@mathforum.org>
54200              Date: Thu, 21 Aug 2003 21:24:57 -0500
54201              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
54202      Branch: perl
54203            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
54204 ____________________________________________________________________________
54205 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
54206         Log: Do not edit perltoc since it is autogenerated.
54207      Branch: perl
54208            ! pod/buildtoc
54209 ____________________________________________________________________________
54210 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
54211         Log: Subject: [PATCH] Re: pod cleanup
54212              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
54213              Date: Thu, 21 Aug 2003 17:09:17 -0400
54214              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
54215
54216              (the pod part)
54217      Branch: perl
54218            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
54219            ! pod/perlipc.pod pod/perlpacktut.pod
54220 ____________________________________________________________________________
54221 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
54222         Log: No need to E<gt>.
54223      Branch: perl
54224            ! pod/perluniintro.pod
54225 ____________________________________________________________________________
54226 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
54227         Log: Add File::Temp's OO test.
54228      Branch: perl
54229            + lib/File/Temp/t/object.t
54230            ! MANIFEST
54231 ____________________________________________________________________________
54232 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
54233         Log: The magic variables that alter STDOUT have a tendancy to segfault
54234              when accessed if STDOUT is undefined. Protect them.
54235      Branch: perl
54236            ! mg.c
54237 ____________________________________________________________________________
54238 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
54239         Log: Mention the Unicode UTR #18 version referenced.
54240      Branch: perl
54241            ! pod/perlunicode.pod
54242 ____________________________________________________________________________
54243 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
54244         Log: Must close so that unlink works portably.
54245      Branch: perl
54246            ! t/io/utf8.t
54247 ____________________________________________________________________________
54248 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
54249         Log: Subject: [perluniintro.pod] pod markup fix
54250              From: Stas Bekman <stas@stason.org>
54251              Date: Thu, 21 Aug 2003 11:41:01 -0700
54252              Message-ID: <3F45123D.8020805@stason.org>
54253      Branch: perl
54254            ! pod/perluniintro.pod
54255 ____________________________________________________________________________
54256 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
54257         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
54258              From: Enache Adrian <enache@rdslink.ro>
54259              Date: Thu, 21 Aug 2003 21:17:26 +0300
54260              Message-ID: <20030821181726.GA1241@ratsnest.hole>
54261      Branch: perl
54262            ! gv.c t/op/die.t
54263 ____________________________________________________________________________
54264 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
54265         Log: Fix the syswrite downgrade bug of
54266              [perl #23428] Somethings rotten in unicode semantics
54267      Branch: perl
54268            ! pp_sys.c t/io/utf8.t
54269 ____________________________________________________________________________
54270 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
54271         Log: No more public cwd(), use private _cwd().
54272      Branch: perl
54273            ! lib/File/Spec/t/Spec.t
54274 ____________________________________________________________________________
54275 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
54276         Log: Underline the fact that abs2rel() makes no sense
54277              if it spans multiple roots.
54278      Branch: perl
54279            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
54280 ____________________________________________________________________________
54281 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
54282         Log: Rename the internal cwd() to _cwd() (it's not curdir).
54283      Branch: perl
54284            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
54285            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
54286            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54287            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
54288 ____________________________________________________________________________
54289 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
54290         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
54291              From: PPrymmer@factset.com
54292              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
54293              Date: Tue, 19 Aug 2003 21:50:12 -0400
54294      Branch: perl
54295            ! lib/ExtUtils/MM_Unix.pm
54296 ____________________________________________________________________________
54297 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
54298         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
54299              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
54300              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
54301      Branch: perl
54302            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
54303 ____________________________________________________________________________
54304 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
54305         Log: MPE/iX does not have nanosleep() (the test makes
54306              a wrong conclusion of the linking succeeding)
54307      Branch: perl
54308            ! ext/Time/HiRes/Makefile.PL
54309 ____________________________________________________________________________
54310 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
54311         Log: Subject: Re: untieing your victim during the act
54312              From: Dave Mitchell <davem@fdgroup.com>
54313              Date: Wed, 20 Aug 2003 20:44:53 +0100
54314              Message-ID: <20030820194453.GD27719@fdgroup.com>
54315      Branch: perl
54316            ! mg.c
54317 ____________________________________________________________________________
54318 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
54319         Log: Byteloader patching from Enache continues;
54320              PADOFFSET handling was wrong.
54321      Branch: perl
54322            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
54323            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
54324            ! ext/ByteLoader/byterun.c
54325 ____________________________________________________________________________
54326 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
54327         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
54328              From: Steve Hay <steve.hay@uk.radan.com>
54329              Date: Wed, 20 Aug 2003 10:54:46 +0100
54330              Message-ID: <3F434566.3030602@uk.radan.com>
54331      Branch: perl
54332            ! win32/Makefile win32/makefile.mk
54333 ____________________________________________________________________________
54334 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
54335         Log: Upgrade to Encode 1.98.
54336      Branch: perl
54337            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
54338            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
54339            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
54340            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
54341            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
54342            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
54343            ! ext/Encode/ucm/macHebrew.ucm
54344 ____________________________________________________________________________
54345 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
54346         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
54347      Branch: perl
54348            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
54349 ____________________________________________________________________________
54350 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
54351         Log: t/TEST fails to fail when it can't find tests.
54352      Branch: perl
54353            ! t/TEST
54354 ____________________________________________________________________________
54355 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
54356         Log: Manifest.t.ation of Schwern.
54357      Branch: perl
54358            ! lib/ExtUtils/t/Manifest.t
54359 ____________________________________________________________________________
54360 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
54361         Log: Nick's podulator was right, I just hadn't read the manual...
54362              the vms\perlvms.pod lines needed to be moved.
54363      Branch: perl
54364            ! win32/Makefile win32/makefile.mk
54365 ____________________________________________________________________________
54366 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
54367         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
54368              From: Andy Dougherty <doughera@lafayette.edu>
54369              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
54370              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
54371      Branch: perl
54372            ! INSTALL
54373 ____________________________________________________________________________
54374 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
54375         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
54376              From: alian <alian@cpan.org>
54377              Date: Tue, 19 Aug 2003 18:18:03 +0200
54378              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
54379      Branch: perl
54380            + ext/B/hints/openbsd.pl
54381            ! MANIFEST
54382 ____________________________________________________________________________
54383 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
54384         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
54385              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
54386              Date: Tue, 19 Aug 2003 08:28:14 -0700
54387              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
54388      Branch: perl
54389            ! lib/File/Spec/OS2.pm
54390 ____________________________________________________________________________
54391 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
54392         Log: Unnecessary whitespace diff.
54393      Branch: perl
54394            ! lib/ExtUtils/MakeMaker.pm
54395 ____________________________________________________________________________
54396 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
54397         Log: One less failure.
54398      Branch: perl
54399            ! lib/ExtUtils/t/Manifest.t
54400 ____________________________________________________________________________
54401 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
54402         Log: Replace #20772 with
54403
54404              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
54405              From: PPrymmer@factset.com
54406              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
54407              Date: Tue, 19 Aug 2003 10:29:44 -0400
54408      Branch: perl
54409            ! lib/ExtUtils/t/Manifest.t
54410 ____________________________________________________________________________
54411 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
54412         Log: (From Enache) Keep bytecode files (.plc) around in case
54413              of failures.  (Currently Tru64 is reliably barfing.)
54414      Branch: perl
54415            ! ext/B/t/bytecode.t
54416 ____________________________________________________________________________
54417 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
54418         Log: 's buildtoc now.
54419      Branch: perl
54420            ! README.cygwin
54421 ____________________________________________________________________________
54422 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
54423         Log: These are kind of important.
54424      Branch: perl
54425            ! MANIFEST
54426 ____________________________________________________________________________
54427 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
54428         Log: Replace #20763 with
54429
54430              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
54431              From: Michael G Schwern <schwern@pobox.com>
54432              Date: Mon, 18 Aug 2003 17:07:30 -0700
54433              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
54434      Branch: perl
54435            ! lib/ExtUtils/t/Manifest.t
54436 ____________________________________________________________________________
54437 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
54438         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
54439              From: Michael G Schwern <schwern@pobox.com>
54440              Date: Mon, 18 Aug 2003 18:02:08 -0700
54441              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
54442      Branch: perl
54443            ! lib/File/Spec/OS2.pm
54444 ____________________________________________________________________________
54445 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
54446         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
54447              From: Ken Williams <ken@mathforum.org>
54448              Date: Mon, 18 Aug 2003 17:07:43 -0500
54449              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
54450      Branch: perl
54451            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
54452            ! lib/File/Spec/t/Spec.t
54453 ____________________________________________________________________________
54454 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
54455         Log: Update the history records.
54456      Branch: perl
54457            ! pod/perlhist.pod
54458 ____________________________________________________________________________
54459 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
54460         Log: Still trying to unify MANIFEST sorting.
54461      Branch: perl
54462            ! MANIFEST pod/buildtoc
54463 ____________________________________________________________________________
54464 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
54465         Log: Try to unify the MANIFEST sorting.
54466      Branch: perl
54467            ! MANIFEST Makefile.SH pod/buildtoc
54468 ____________________________________________________________________________
54469 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
54470         Log: Nicholas Clark's podulator.  The win32 makefile
54471              generation doesn't seem to be working yet.
54472      Branch: perl
54473            + pod.lst pod/buildtoc
54474            - pod/buildtoc.PL
54475            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
54476            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
54477 ____________________________________________________________________________
54478 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
54479         Log: Pod tweaks for NEXT from Alan Ferrency.
54480      Branch: perl
54481            ! lib/NEXT.pm
54482 ____________________________________________________________________________
54483 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
54484         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
54485      Branch: perl
54486            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
54487 ____________________________________________________________________________
54488 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
54489         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
54490              From: PPrymmer@factset.com
54491              Date: Mon, 18 Aug 2003 15:57:12 -0400
54492              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
54493      Branch: perl
54494            ! lib/ExtUtils/t/Manifest.t
54495 ____________________________________________________________________________
54496 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
54497         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
54498              From: PPrymmer@factset.com
54499              Date: Mon, 18 Aug 2003 14:28:22 -0400
54500              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
54501      Branch: perl
54502            ! vms/descrip_mms.template
54503 ____________________________________________________________________________
54504 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
54505         Log: Use the base class cwd() method.
54506      Branch: perl
54507            ! lib/File/Spec/VMS.pm
54508 ____________________________________________________________________________
54509 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
54510         Log: Subject: [PATCH] Uppercase globals in Pod::Html
54511              From: Michael G Schwern <schwern@pobox.com>
54512              Date: Mon, 18 Aug 2003 03:29:09 -0700
54513              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
54514      Branch: perl
54515            ! lib/Pod/Html.pm
54516 ____________________________________________________________________________
54517 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
54518         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
54519              From: Michael G Schwern <schwern@pobox.com>
54520              Date: Mon, 18 Aug 2003 02:44:31 -0700
54521              Message-ID: <20030818094431.GG823@windhund.schwern.org>
54522      Branch: perl
54523            ! lib/Pod/Html.pm
54524 ____________________________________________________________________________
54525 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
54526         Log: Warn about the slowness of memory debuggers.
54527      Branch: perl
54528            ! pod/perlhack.pod
54529 ____________________________________________________________________________
54530 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
54531         Log: Upgrade to ExtUtils::MakeMaker 6.16.
54532      Branch: perl
54533            + lib/ExtUtils/t/prereq_print.t
54534            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
54535            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
54536            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
54537            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
54538            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
54539 ____________________________________________________________________________
54540 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
54541         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
54542              From: Michael G Schwern <schwern@pobox.com>
54543              Date: Mon, 18 Aug 2003 01:34:34 -0700
54544              Message-ID: <20030818083433.GB823@windhund.schwern.org>
54545      Branch: perl
54546            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
54547 ____________________________________________________________________________
54548 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
54549         Log: I could have sworn the base class method was there.
54550      Branch: perl
54551            ! lib/File/Spec/Unix.pm
54552 ____________________________________________________________________________
54553 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
54554         Log: utf8::is_utf8() wasn't there in 5.8.0.
54555      Branch: perl
54556            ! lib/utf8.pm
54557 ____________________________________________________________________________
54558 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
54559         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
54560              From: "Craig A. Berry" <craigberry@mac.com>
54561              Date: Sun, 17 Aug 2003 23:28:21 -0500
54562              Message-ID: <3F4055E5.2070407@mac.com>
54563      Branch: perl
54564            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
54565 ____________________________________________________________________________
54566 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
54567         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
54568              From: Michael G Schwern <schwern@pobox.com>
54569              Date: Sat, 16 Aug 2003 14:58:25 -0700
54570              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
54571
54572              (plus local *REALPATH)
54573      Branch: perl
54574            ! lib/Cwd.pm
54575 ____________________________________________________________________________
54576 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
54577         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
54578              From: Enache Adrian <enache@rdslink.ro>
54579              Date: Sat, 16 Aug 2003 16:03:16 +0300
54580              Message-ID: <20030816130316.GA1654@ratsnest.hole>
54581
54582              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
54583              From: Enache Adrian <enache@rdslink.ro>
54584              Date: Sun, 17 Aug 2003 04:42:22 +0300
54585              Message-ID: <20030817014222.GA1287@ratsnest.hole>
54586      Branch: perl
54587            ! t/op/die.t util.c
54588 ____________________________________________________________________________
54589 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
54590         Log: The lib/Cwd.pm diet part of
54591
54592              Subject: [PATCH] File::Spec on diet
54593              From: Tels <perl_dummy@bloodgate.com>
54594              Date: Mon, 7 Jul 2003 22:41:42 +0200
54595              Message-Id: <200307072235.03364@bloodgate.com>
54596      Branch: perl
54597            ! lib/Cwd.pm
54598 ____________________________________________________________________________
54599 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
54600         Log: The "reduce memory footprint and increase speed by not
54601              unconditionally pulling in Cwd"    part of
54602
54603              Subject: [PATCH] File::Spec on diet
54604              From: Tels <perl_dummy@bloodgate.com>
54605              Date: Mon, 7 Jul 2003 22:41:42 +0200
54606              Message-Id: <200307072235.03364@bloodgate.com>
54607
54608              was still valid.
54609      Branch: perl
54610            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
54611            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
54612            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
54613            ! lib/File/Spec/Win32.pm
54614 ____________________________________________________________________________
54615 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
54616         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
54617      Branch: perl
54618            ! lib/File/Temp.pm
54619 ____________________________________________________________________________
54620 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
54621         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
54622              From: PPrymmer@factset.com
54623              Date: Sat, 16 Aug 2003 11:55:58 -0400
54624              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
54625      Branch: perl
54626            ! installperl
54627 ____________________________________________________________________________
54628 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
54629         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
54630              $VERSION at 1.601 so that we are different in version
54631              than 5.8.0 since the module is different (one doc tweak).
54632      Branch: perl
54633            ! ext/Filter/Util/Call/Call.pm
54634 ____________________________________________________________________________
54635 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
54636         Log: valgrind --help didn't return a happy exit status.
54637      Branch: perl
54638            ! Makefile.SH
54639 ____________________________________________________________________________
54640 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
54641         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
54642              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
54643              because loading the XS part of Cwd might fail.
54644      Branch: perl
54645            ! lib/Cwd.pm
54646 ____________________________________________________________________________
54647 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
54648         Log: Subject: [patch lib/utf8.pm] doc tweaks
54649              From: Stas Bekman <stas@stason.org>
54650              Date: Sat, 16 Aug 2003 13:30:28 -0700
54651              Message-ID: <3F3E9464.3030202@stason.org>
54652      Branch: perl
54653            ! lib/utf8.pm
54654 ____________________________________________________________________________
54655 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
54656         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
54657              From: Michael G Schwern <schwern@pobox.com>
54658              Date: Fri, 15 Aug 2003 18:43:45 -0700
54659              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
54660      Branch: perl
54661            ! ext/Cwd/t/taint.t lib/Cwd.pm
54662 ____________________________________________________________________________
54663 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
54664         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
54665      Branch: perl
54666            ! hints/darwin.sh
54667 ____________________________________________________________________________
54668 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
54669         Log: Add valgrind testing target.
54670      Branch: perl
54671            ! Makefile.SH pod/perlhack.pod t/TEST
54672 ____________________________________________________________________________
54673 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
54674         Log: More networking negativity.
54675      Branch: perl
54676            ! pod/perlport.pod
54677 ____________________________________________________________________________
54678 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
54679         Log: Remove a useless vstring reference in perlnumber.pod.
54680      Branch: perl
54681            ! pod/perlnumber.pod
54682 ____________________________________________________________________________
54683 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
54684         Log: README.macosx updates about known problems.
54685      Branch: perl
54686            ! README.macosx
54687 ____________________________________________________________________________
54688 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
54689         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
54690              From: Andreas J Koenig <andreas.koenig@anima.de>
54691              Date: Fri, 15 Aug 2003 11:55:22 +0200
54692              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
54693      Branch: perl
54694            ! lib/Memoize/t/errors.t
54695 ____________________________________________________________________________
54696 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
54697         Log: Upgrade to File::Temp 0.13 from CPAN--
54698              but since we had a '0.13' already in 5.8.0, make this
54699              still a '0.131'.
54700      Branch: perl
54701            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
54702            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
54703            ! lib/File/Temp/t/tempfile.t
54704 ____________________________________________________________________________
54705 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
54706         Log: Clarify the E flag.
54707      Branch: perl
54708            ! embed.fnc
54709 ____________________________________________________________________________
54710 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
54711         Log: Integrate from maint:
54712              [ 20724]
54713              No peeking before the buffer.
54714              (This was probably the random failure showing up
54715              in Solaris with t/uni/tr_7jis.t)
54716      Branch: perl
54717           !> toke.c
54718 ____________________________________________________________________________
54719 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
54720         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
54721              From: Andreas J Koenig <andreas.koenig@anima.de>
54722              Date: Fri, 15 Aug 2003 11:37:29 +0200
54723              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
54724      Branch: perl
54725            ! t/TEST
54726 ____________________________________________________________________________
54727 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
54728         Log: Integrate from maint:
54729              [ 20719]
54730              no_plan is not a good plan until TEST is fixed.
54731      Branch: perl
54732           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
54733 ____________________________________________________________________________
54734 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
54735         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
54736              (the JPL cvs seems to be out of order), the only real change
54737              (in JNI.xs) seems to have been CRLF->LF conversion.
54738      Branch: perl
54739            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
54740 ____________________________________________________________________________
54741 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
54742         Log: Upgrade to Test::Harness 2.30.
54743      Branch: perl
54744            ! lib/Test/Harness.pm lib/Test/Harness/Changes
54745            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
54746 ____________________________________________________________________________
54747 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
54748         Log: Damian replied that he'll make a CPAN Switch 2.10
54749              out of 5.8.1 Switch 2.10.
54750      Branch: perl
54751            ! lib/Switch.pm
54752 ____________________________________________________________________________
54753 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
54754         Log: Add PerlIO::via::QuotedPrint to Maintainers.
54755      Branch: perl
54756            ! Porting/Maintainers.pl
54757 ____________________________________________________________________________
54758 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
54759         Log: Upgrade to PerlIO::via::Quoted 0.05.
54760      Branch: perl
54761            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
54762 ____________________________________________________________________________
54763 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
54764         Log: Upgrade to NEXT 0.60.
54765      Branch: perl
54766            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
54767            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
54768 ____________________________________________________________________________
54769 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
54770         Log: perlcheat is a reference, not tutorial.
54771      Branch: perl
54772            ! pod/perl.pod
54773 ____________________________________________________________________________
54774 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
54775         Log: Subject: PATCH RC4 IO::Dir
54776              From: Mark Jason Dominus <mjd@plover.com>
54777              Date: Thu, 14 Aug 2003 12:02:59 -0400
54778              Message-ID: <20030814160259.27586.qmail@plover.com>
54779      Branch: perl
54780            ! ext/IO/lib/IO/Dir.pm
54781 ____________________________________________________________________________
54782 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
54783         Log: win32/fcrypt.c was forgotten.
54784      Branch: perl
54785            ! MANIFEST
54786 ____________________________________________________________________________
54787 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
54788         Log: Not so great a version bump, let Paul release 0.17.
54789      Branch: perl
54790            ! ext/Filter/Util/Call/Call.pm
54791 ____________________________________________________________________________
54792 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
54793         Log: One more XS change versus no VERSION change.
54794              (Remaining in JNI.pm/xs, don't know what to about that
54795              since JNI is kind of "stable".)
54796      Branch: perl
54797            ! ext/Filter/Util/Call/Call.pm
54798 ____________________________________________________________________________
54799 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
54800         Log: XS contents changes versus VERSION non-changes.
54801      Branch: perl
54802            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
54803            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
54804            ! ext/Socket/Socket.pm
54805 ____________________________________________________________________________
54806 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
54807         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
54808              From: Steve Hay <steve.hay@uk.radan.com>
54809              Date: Thu, 14 Aug 2003 15:39:16 +0100
54810              Message-ID: <3F3B9F14.4040609@uk.radan.com>
54811
54812              (Sarathy okayed the idea.)
54813      Branch: perl
54814            + win32/fcrypt.c
54815            - win32/des_fcrypt.patch
54816            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
54817 ____________________________________________________________________________
54818 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
54819         Log: Subject: [DOC PATCH] warnings.pl
54820              From: Elizabeth Mattijsen <liz@dijkmat.nl>
54821              Date: Thu, 14 Aug 2003 13:12:55 +0200
54822              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
54823
54824              (some rewording)
54825      Branch: perl
54826            ! lib/warnings.pm warnings.pl
54827 ____________________________________________________________________________
54828 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
54829         Log: Update to Scalar-List-Utils 1.12
54830      Branch: perl
54831            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
54832            ! ext/List/Util/lib/List/Util.pm
54833            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
54834 ____________________________________________________________________________
54835 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
54836         Log: All the authors of these modules have now been contacted;
54837              but assuming no CPAN updates are upcoming, here are 'fake'
54838              version updates to make us different from 5.8.0.
54839              (List::Util+Scalar::Util will soon be updated;
54840              File::Spec CPAN release will be made based on 5.8.1.)
54841      Branch: perl
54842            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
54843            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
54844            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
54845            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
54846 ____________________________________________________________________________
54847 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
54848         Log: Make the blead versions of these be newer...
54849      Branch: perl
54850            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
54851 ____________________________________________________________________________
54852 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
54853         Log: Tweak from Slaven to catch also changed .xs files
54854              (.pm -> .xs name equivalence is assumed)
54855      Branch: perl
54856            ! Porting/cmpVERSION.pl
54857 ____________________________________________________________________________
54858 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
54859         Log: Diffs-sans-version-diffs between blead and maint.
54860      Branch: perl
54861            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
54862            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
54863            ! lib/warnings.pm warnings.pl
54864 ____________________________________________________________________________
54865 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
54866         Log: One more VERSION bump.
54867      Branch: perl
54868            ! lib/SelfLoader.pm
54869 ____________________________________________________________________________
54870 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
54871         Log: Add a known exception.
54872      Branch: perl
54873            ! Porting/cmpVERSION.pl
54874 ____________________________________________________________________________
54875 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
54876         Log: The blead version has got the dor.
54877      Branch: perl
54878            ! ext/Opcode/Opcode.pm
54879 ____________________________________________________________________________
54880 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
54881         Log: A swath of VERSION patches from Nicholas Clark.
54882      Branch: perl
54883            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
54884            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
54885            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
54886            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
54887            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
54888            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
54889            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
54890            ! lib/vmsish.pm os2/OS2/Process/Process.pm
54891            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
54892            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
54893            ! vms/ext/Filespec.pm warnings.pl
54894 ____________________________________________________________________________
54895 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
54896         Log: Alpha version numbers noticed by Schwern.
54897              (These hacks are no more needed since the PAUSE indexer no
54898              more indexes the insides of Perl distributions, says Andreas.)
54899      Branch: perl
54900            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
54901            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
54902            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
54903            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
54904            ! ext/IPC/SysV/SysV.pm
54905 ____________________________________________________________________________
54906 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
54907         Log: Subject: Re: script wanted
54908              From: Nicholas Clark <nick@ccl4.org>
54909              Date: Wed, 13 Aug 2003 20:46:09 +0100
54910              Message-ID: <20030813204609.G20130@plum.flirble.org>
54911      Branch: perl
54912            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
54913            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
54914            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
54915            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
54916            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
54917            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
54918            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
54919            ! ext/re/re.pm ext/threads/shared/shared.pm
54920            ! ext/threads/threads.pm
54921 ____________________________________________________________________________
54922 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
54923         Log: Subject: Re: script wanted
54924              From: Enache Adrian <enache@rdslink.ro>
54925              Date: Wed, 13 Aug 2003 22:31:18 +0300
54926              Message-ID: <20030813193118.GA1273@ratsnest.hole>
54927      Branch: perl
54928            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
54929            ! ext/B/B/Disassembler.pm
54930 ____________________________________________________________________________
54931 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
54932         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
54933              From: Robin Barker <Robin.Barker@npl.co.uk>
54934              Date: Wed, 13 Aug 2003 18:05:38 +0100
54935              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
54936      Branch: perl
54937            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
54938 ____________________________________________________________________________
54939 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
54940         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
54941              From: Michael G Schwern <schwern@pobox.com>
54942              Date: Wed, 13 Aug 2003 11:15:40 -0700
54943              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
54944      Branch: perl
54945            ! pod/perlartistic.pod pod/perlgpl.pod
54946 ____________________________________________________________________________
54947 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
54948         Log: Add cmpVERSION.pl from Slaven for comparing two
54949              Perl source trees for modules that have changed
54950              but have the same version numbers.
54951      Branch: perl
54952            + Porting/cmpVERSION.pl
54953            ! MANIFEST
54954 ____________________________________________________________________________
54955 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
54956         Log: Make Johan's confusion go away, but there are no doubt more
54957              similar cases.
54958      Branch: perl
54959            ! lib/File/Find.pm
54960 ____________________________________________________________________________
54961 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
54962         Log: Make (hopefully) the Windows CR CR LF bug go away
54963              by making the CRLF layer repel any other CRLF layers.
54964              In other words: binmode(FH, ":crlf") in e.g. Win32
54965              is effectively a no-op since there already is one
54966              CRLF layer in the stack by default.
54967      Branch: perl
54968            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
54969 ____________________________________________________________________________
54970 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
54971         Log: One tweak from Dave Mitchell.
54972      Branch: perl
54973            ! pod/perlport.pod
54974 ____________________________________________________________________________
54975 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
54976         Log: One tweak for microperl in OS/2.
54977      Branch: perl
54978            ! perl.h
54979 ____________________________________________________________________________
54980 [ 20671] By: merijn                                on 2003/08/13  08:57:27
54981         Log: Subject: [PATCH] another VMS pod nit
54982              From: "Craig A. Berry" <craigberry@mac.com>
54983              Date: Wed, 13 Aug 2003 01:01:46 -0500
54984              Message-ID: <3F39D44A.4010207@mac.com>
54985      Branch: perl
54986            ! vms/descrip_mms.template
54987 ____________________________________________________________________________
54988 [ 20670] By: merijn                                on 2003/08/13  08:54:45
54989         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
54990              From: "Craig A. Berry" <craigberry@mac.com>
54991              Date: Tue, 12 Aug 2003 21:12:00 -0500
54992              Message-ID: <3F399E70.4050607@mac.com>
54993      Branch: perl
54994            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
54995            ! lib/Tie/File/t/29a_upcopy.t
54996 ____________________________________________________________________________
54997 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
54998         Log: More don't:s for nyetworking.
54999      Branch: perl
55000            ! pod/perlport.pod
55001 ____________________________________________________________________________
55002 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
55003         Log: perlipc thinko by John P. Linderman.
55004      Branch: perl
55005            ! pod/perlipc.pod
55006 ____________________________________________________________________________
55007 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
55008         Log: Subject: Re: maint @ 20617 [PATCH]
55009              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
55010              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
55011              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
55012      Branch: perl
55013            ! lib/ExtUtils/Installed.pm
55014 ____________________________________________________________________________
55015 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
55016         Log: README.cygwin updates from Gerrit P. Haase.
55017      Branch: perl
55018            ! README.cygwin
55019 ____________________________________________________________________________
55020 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
55021         Log: Do some updates also on pod.mak -- which seems to
55022              be badly out of date.
55023      Branch: perl
55024            ! win32/pod.mak
55025 ____________________________________________________________________________
55026 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
55027         Log: More missing pods for VMS.
55028      Branch: perl
55029            ! vms/descrip_mms.template
55030 ____________________________________________________________________________
55031 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
55032         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
55033              From: PPrymmer@factset.com
55034              Date: Tue, 12 Aug 2003 16:24:21 -0400
55035              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
55036      Branch: perl
55037            ! vms/descrip_mms.template
55038 ____________________________________________________________________________
55039 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
55040         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
55041      Branch: perl
55042            ! pod/perlreref.pod
55043 ____________________________________________________________________________
55044 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
55045         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
55046      Branch: perl
55047            ! pp_sys.c
55048 ____________________________________________________________________________
55049 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
55050         Log: Multiline one-liners are a bit too much to ask.
55051      Branch: perl
55052            ! t/op/closure.t
55053 ____________________________________________________________________________
55054 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
55055         Log: Add perlcheat to the toc and perl.pod; regen toc.
55056      Branch: perl
55057            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55058 ____________________________________________________________________________
55059 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
55060         Log: Retract #20644 and #20643; on non-microperl non-fcntl
55061              systems Wrong Thing would be done.  (And as Sarathy
55062              points out, closing both ends of a pipe is rather
55063              identical to never opening it...)
55064      Branch: perl
55065            ! pp_sys.c util.c
55066 ____________________________________________________________________________
55067 [ 20652] By: ams                                   on 2003/08/12  13:06:40
55068         Log: Subject: perlcheat
55069              From: Juerd <juerd@cpan.org>
55070              Date: Mon, 11 Aug 2003 20:24:34 +0200
55071              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
55072      Branch: perl
55073            + pod/perlcheat.pod
55074            ! MANIFEST
55075 ____________________________________________________________________________
55076 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
55077         Log: Microperl expects C89 (like the rest of Perl).
55078      Branch: perl
55079            ! README.micro
55080 ____________________________________________________________________________
55081 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
55082         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
55083              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55084              Date: Sun, 3 Aug 2003 06:19:02 -0700
55085              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
55086      Branch: perl
55087            ! lib/ExtUtils/xsubpp
55088 ____________________________________________________________________________
55089 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
55090         Log: If we are void we cannot return a value.
55091      Branch: perl
55092            ! mg.c
55093 ____________________________________________________________________________
55094 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
55095         Log: Oops.
55096      Branch: perl
55097            ! perl.c
55098 ____________________________________________________________________________
55099 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
55100         Log: Apply much of Ilya's microperl patch, but instead of
55101              implementing the opendir()/readdir()/closedir() using
55102              external commands give up "ANSI-pureness" and define them
55103              in uconfig.sh, also define other stuff like rename() and putenv().
55104              Leave out the $| emulation in my_fork() since we are
55105              not supposed to have fork() under microperl.
55106      Branch: perl
55107            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
55108            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
55109 ____________________________________________________________________________
55110 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
55111         Log: Localize PARENT (based on Ilya's microperl patch).
55112      Branch: perl
55113            ! lib/Cwd.pm
55114 ____________________________________________________________________________
55115 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
55116         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
55117      Branch: perl
55118            ! util.c
55119 ____________________________________________________________________________
55120 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
55121         Log: A generally useful hunk from Ilya's microperl patch.
55122              (If no fcntl F_SETFD, fake it the best we can.)
55123      Branch: perl
55124            ! pp_sys.c
55125 ____________________________________________________________________________
55126 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
55127         Log: returning would be good, too.
55128      Branch: perl
55129            ! ext/Safe/t/safeops.t
55130 ____________________________________________________________________________
55131 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
55132         Log: No dor in maint.
55133      Branch: perl
55134            ! ext/Safe/t/safeops.t
55135 ____________________________________________________________________________
55136 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
55137         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
55138              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55139              Date: Mon, 21 Apr 2003 22:44:37 -0700
55140              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
55141
55142              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
55143      Branch: perl
55144            ! ext/DynaLoader/XSLoader_pm.PL
55145 ____________________________________________________________________________
55146 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
55147         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
55148              From: Michael G Schwern <schwern@pobox.com>
55149              Date: Sat, 9 Aug 2003 15:03:02 -0700
55150              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
55151
55152              (plus one extra catfile() in h2xs.t)
55153      Branch: perl
55154            ! lib/h2xs.t utils/h2xs.PL
55155 ____________________________________________________________________________
55156 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
55157         Log: The Debian people have expressed a wish for the boilerplate
55158              being specific about the Perl version; patch from Nicholas Clark.
55159      Branch: perl
55160            ! utils/h2xs.PL
55161 ____________________________________________________________________________
55162 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
55163         Log: A new try from Dave Mitchell for [perl #23265].
55164      Branch: perl
55165            ! pad.c t/op/closure.t
55166 ____________________________________________________________________________
55167 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
55168         Log: Fix for [perl #23287] segfault in untie.
55169              (Well, at least no more coredump.)
55170      Branch: perl
55171            ! pp_sys.c t/op/tie.t
55172 ____________________________________________________________________________
55173 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
55174         Log: =head2 ALL CAPS
55175      Branch: perl
55176            ! pod/perlreref.pod
55177 ____________________________________________________________________________
55178 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
55179         Log: Too enthusiastic head2-ing.
55180      Branch: perl
55181            ! pod/perlreref.pod
55182 ____________________________________________________________________________
55183 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
55184         Log: Gotta Get'em Cases Right.
55185      Branch: perl
55186            ! pod/perlreref.pod
55187 ____________________________________________________________________________
55188 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
55189         Log: head2-ify many of the head1s, will probably make this look
55190              better in HTML.
55191      Branch: perl
55192            ! pod/perlreref.pod
55193 ____________________________________________________________________________
55194 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
55195         Log: Subject: Re: [PATCH] perlreref.pod tweaks
55196              From: Iain Truskett <spoon@cpan.org>
55197              Date: Tue, 12 Aug 2003 13:59:27 +1000
55198              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
55199
55200              plus explain "Titlecase".
55201      Branch: perl
55202            ! pod/perlreref.pod
55203 ____________________________________________________________________________
55204 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
55205         Log: Add a new regression test for Safe : tests that all ops
55206              can be trapped by a Safe compartement (except for the ones
55207              that can't.)
55208      Branch: perl
55209            + ext/Safe/t/safeops.t
55210            ! MANIFEST
55211 ____________________________________________________________________________
55212 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
55213         Log: B::Deparse wasn't handling correctly builtins that
55214              have two filehandles in their prototypes (pipe, socketpair,
55215              accept) when non-bareword prototypes were used.
55216      Branch: perl
55217            ! ext/B/B/Deparse.pm
55218 ____________________________________________________________________________
55219 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
55220         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
55221              From: merlyn@stonehenge.com (Randal L. Schwartz)
55222              Date: 11 Aug 2003 09:45:29 -0700
55223              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
55224
55225              Subject: [PATCH] perlreref.pod tweaks
55226              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
55227              Date: Mon, 11 Aug 2003 13:19:51 -0400
55228              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
55229
55230              Plus a note about {,n} not being a quantifier.
55231      Branch: perl
55232            ! pod/perlreref.pod
55233 ____________________________________________________________________________
55234 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
55235         Log: Integrate:
55236              [ 20618]
55237              $* is not yet fully gone in 5.8.1.
55238      Branch: perl
55239           !> pod/perlreref.pod
55240 ____________________________________________________________________________
55241 [ 20614] By: nick                                  on 2003/08/11  12:14:55
55242         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
55243      Branch: perl
55244            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
55245 ____________________________________________________________________________
55246 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
55247         Log: VC6 warning: result still unsigned.
55248      Branch: perl
55249            ! regexec.c
55250 ____________________________________________________________________________
55251 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
55252         Log: Typo fix from Boris Zentner.
55253      Branch: perl
55254            ! pod/perlfaq5.pod
55255 ____________________________________________________________________________
55256 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
55257         Log: Subject: [perl #23273] warnings in Unicode::UCD
55258              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
55259              Date: 10 Aug 2003 22:37:41 -0000
55260              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
55261      Branch: perl
55262            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
55263 ____________________________________________________________________________
55264 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
55265         Log: Explain the 'Wide character in print' a bit more.
55266      Branch: perl
55267            ! pod/perldiag.pod
55268 ____________________________________________________________________________
55269 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
55270         Log: Subject: Re: killing for vital signs [PATCH]
55271              From: "John P. Linderman" <jpl@research.att.com>
55272              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
55273              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
55274      Branch: perl
55275            ! pod/perlfunc.pod pod/perlipc.pod
55276 ____________________________________________________________________________
55277 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
55278         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
55279              sv_placeholder hunk.
55280      Branch: perl
55281            ! perl.h sv.h
55282 ____________________________________________________________________________
55283 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
55284         Log: Clarify the format checking instructions.
55285      Branch: perl
55286            ! Porting/pumpkin.pod
55287 ____________________________________________________________________________
55288 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
55289         Log: Retract #20597, too many resulting core dumps.
55290      Branch: perl
55291            ! pad.c t/op/closure.t
55292 ____________________________________________________________________________
55293 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
55294         Log: Subject: Re: [perl #23265] Nested anonymous subs
55295              From: Dave Mitchell <davem@fdgroup.com>
55296              Date: Sun, 10 Aug 2003 01:35:30 +0100
55297              Message-ID: <20030810003530.GB6547@fdgroup.com>
55298      Branch: perl
55299            ! pad.c t/op/closure.t
55300 ____________________________________________________________________________
55301 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
55302         Log: Try simple workaround for the POSIX autosplit.ix warning.
55303      Branch: perl
55304            ! ext/POSIX/POSIX.pm
55305 ____________________________________________________________________________
55306 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
55307         Log: One more PL_csighandlerp.
55308      Branch: perl
55309            ! ext/POSIX/POSIX.xs
55310 ____________________________________________________________________________
55311 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
55312         Log: Further tweaks on perlreref.pod (by Iain Truskett)
55313      Branch: perl
55314            ! pod/perlreref.pod
55315 ____________________________________________________________________________
55316 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
55317         Log: Add the perlreref manpage, by Iain Truskett
55318              (regular expressions quick reference.)
55319              Regenerate the table of contents.
55320      Branch: perl
55321            + pod/perlreref.pod
55322            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55323 ____________________________________________________________________________
55324 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
55325         Log: Remove ByteLoader from the list of modules whose compilability should
55326              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
55327              pointed out.)
55328      Branch: perl
55329            ! t/lib/1_compile.t
55330 ____________________________________________________________________________
55331 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
55332         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
55333              From: Dave Mitchell <davem@fdgroup.com>
55334              Date: Sat, 9 Aug 2003 14:51:44 +0100
55335              Message-ID: <20030809135144.GC4997@fdgroup.com>
55336      Branch: perl
55337            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
55338            ! scope.h t/lib/warnings/pad
55339 ____________________________________________________________________________
55340 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
55341         Log: Regenerate perlapi.pod.
55342      Branch: perl
55343            ! pod/perlapi.pod
55344 ____________________________________________________________________________
55345 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
55346         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
55347              From: Michael G Schwern <schwern@pobox.com>
55348              Date: Sat, 9 Aug 2003 13:36:59 -0700
55349              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
55350      Branch: perl
55351            ! t/lib/1_compile.t
55352 ____________________________________________________________________________
55353 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
55354         Log: Update Jon Orwant's email address as he wants it,
55355              drop TPJ URL; upate also Doug MacEachern's address.
55356      Branch: perl
55357            ! pod/perlembed.pod pod/perlmodinstall.pod
55358 ____________________________________________________________________________
55359 [ 20587] By: ams                                   on 2003/08/09  18:09:34
55360         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
55361              normal key was replaced by its UTF-8 equivalent. This caused the
55362              "Storable problem" RT3 users reported under RH9.
55363      Branch: perl
55364            ! hv.c
55365 ____________________________________________________________________________
55366 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
55367         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
55368              From: Michael G Schwern <schwern@pobox.com>
55369              Date: Fri, 8 Aug 2003 18:35:51 -0700
55370              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
55371      Branch: perl
55372            ! pod/perlmodinstall.pod
55373 ____________________________________________________________________________
55374 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
55375         Log: Reintroduce the U_32-ification to pad.c,
55376              suggested by Dave Mitchell.
55377      Branch: perl
55378            ! pad.c
55379 ____________________________________________________________________________
55380 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
55381         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
55382      Branch: perl
55383            ! lib/AutoSplit.pm
55384 ____________________________________________________________________________
55385 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
55386         Log: Some updates for the memory use debugging section:
55387              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
55388      Branch: perl
55389            ! pod/perldebguts.pod
55390 ____________________________________________________________________________
55391 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
55392         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
55393              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
55394              which was on old bug unearthed by the change #20559.
55395              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
55396              Workaround is not to use lexicals.
55397      Branch: perl
55398            ! lib/SelfLoader.pm
55399 ____________________________________________________________________________
55400 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
55401         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
55402              so no much point in adding it yet.
55403      Branch: perl
55404            ! hints/cygwin.sh
55405 ____________________________________________________________________________
55406 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
55407         Log: Retract #20524 since it was due to broken INT32_MIN in
55408              Cygwin 1.5's stdint.h.
55409      Branch: perl
55410            ! pad.c
55411 ____________________________________________________________________________
55412 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
55413         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
55414              From: Dave Mitchell <davem@fdgroup.com>
55415              Date: Fri, 8 Aug 2003 22:28:48 +0100
55416              Message-ID: <20030808212848.GA2628@fdgroup.com>
55417      Branch: perl
55418            ! sv.c
55419 ____________________________________________________________________________
55420 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
55421         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
55422              From: Michael G Schwern <schwern@pobox.com>
55423              Date: Fri, 8 Aug 2003 13:59:50 -0700
55424              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
55425      Branch: perl
55426            ! pod/perlfaq8.pod
55427 ____________________________________________________________________________
55428 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
55429         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
55430              From: Jan Dubois <jand@ActiveState.com>
55431              Date: Fri, 08 Aug 2003 17:49:03 -0700
55432              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
55433      Branch: perl
55434            ! win32/win32.c
55435 ____________________________________________________________________________
55436 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
55437         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
55438              From: Nicholas Clark <nick@ccl4.org>
55439              Date: Fri, 8 Aug 2003 23:30:00 +0100
55440              Message-ID: <20030808233000.B20130@plum.flirble.org>
55441      Branch: perl
55442            ! ext/Storable/Storable.xs
55443 ____________________________________________________________________________
55444 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
55445         Log: Two more tests for #20566/#20568.
55446      Branch: perl
55447            ! t/op/pat.t
55448 ____________________________________________________________________________
55449 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
55450         Log: Subject: [PATCH] Re: UNICODE regexp bug
55451              From: Nick Ing-Simmons <nick@ing-simmons.net>
55452              Date: Fri, 08 Aug 2003 23:05:49 +0100
55453              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
55454
55455              Better patch (than #20566) from NI-S, one more test
55456              (introduce another variable rather than reuse the tmp, though)
55457      Branch: perl
55458            ! regexec.c t/op/pat.t
55459 ____________________________________________________________________________
55460 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
55461         Log: Subject: UNICODE regexp bug
55462              From: Nick Ing-Simmons <nick@ing-simmons.net>
55463              Date: Fri, 08 Aug 2003 20:36:56 +0100
55464              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
55465      Branch: perl
55466            ! regexec.c t/op/pat.t
55467 ____________________________________________________________________________
55468 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
55469         Log: Move the csighandler to be a data variable so that
55470              things like DLL trampolines can't mess up the code
55471              variables the Perl_csighandler (seen in Cygwin:
55472              Perl_csighandler in POSIX extension was different
55473              than in main executable).
55474      Branch: perl
55475            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
55476 ____________________________________________________________________________
55477 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
55478         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
55479              From: Steve Hay <steve.hay@uk.radan.com>
55480              Date: Fri, 08 Aug 2003 12:42:28 +0100
55481              Message-ID: <3F338CA4.3010503@uk.radan.com>
55482      Branch: perl
55483            ! t/op/time.t
55484 ____________________________________________________________________________
55485 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
55486         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
55487              From: "Gerrit P. Haase" <gp@familiehaase.de>
55488              Date: Fri, 8 Aug 2003 13:44:51 +0200
55489              Message-ID: <1621817486657.20030808134451@familiehaase.de>
55490      Branch: perl
55491            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
55492            ! hints/cygwin.sh
55493 ____________________________________________________________________________
55494 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
55495         Log: Retract PASTHRU* changes as recommended by Schwern.
55496      Branch: perl
55497            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
55498            ! lib/ExtUtils/t/MM_Win32.t
55499 ____________________________________________________________________________
55500 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
55501         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
55502              From: Dave Mitchell <davem@fdgroup.com>
55503              Date: Thu, 7 Aug 2003 15:53:35 +0100
55504              Message-ID: <20030807145335.GF26683@fdgroup.com>
55505      Branch: perl
55506            ! scope.c t/lib/warnings/pad
55507 ____________________________________________________________________________
55508 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
55509         Log: The #20546 was too ambitious, broke the test.
55510      Branch: perl
55511            ! lib/Benchmark.pm lib/Benchmark.t
55512 ____________________________________________________________________________
55513 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
55514         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
55515              From: PPrymmer@factset.com
55516              Date: Thu, 7 Aug 2003 14:02:02 -0400
55517              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
55518      Branch: perl
55519            ! vms/descrip_mms.template
55520 ____________________________________________________________________________
55521 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
55522         Log: Some AUTHORS updates.
55523      Branch: perl
55524            ! AUTHORS
55525 ____________________________________________________________________________
55526 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
55527         Log: Hint away the semid_ds test in NetBSD/sparc.
55528      Branch: perl
55529            ! hints/netbsd.sh
55530 ____________________________________________________________________________
55531 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
55532         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
55533      Branch: perl
55534            ! Configure
55535 ____________________________________________________________________________
55536 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
55537         Log: Subject: [PATCH] Test::More
55538              From: Fergal Daly <fergal@esatclear.ie>
55539              Date: Thu, 7 Aug 2003 15:52:11 +0100
55540              Message-Id: <200308071552.11873.fergal@esatclear.ie>
55541      Branch: perl
55542            ! lib/Test/More.pm
55543 ____________________________________________________________________________
55544 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
55545         Log: Integrate from maint:
55546              [ 20543]
55547              Workround for SuSE8.2's -lndbm hack
55548      Branch: perl
55549           !> hints/linux.sh
55550 ____________________________________________________________________________
55551 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
55552         Log: Subject: [PATCH 5.8.1] Benchmark problem
55553              From: Radu Greab <rgreab@fx.ro>
55554              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
55555              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
55556
55557              Subject: Re: [PATCH 5.8.1] Benchmark problem
55558              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55559              Date: Thu, 7 Aug 2003 15:48:38 +0200
55560              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
55561      Branch: perl
55562            ! lib/Benchmark.pm lib/Benchmark.t
55563 ____________________________________________________________________________
55564 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
55565         Log: Retract #20359: too wide a brush.
55566      Branch: perl
55567            ! hints/netbsd.sh
55568 ____________________________________________________________________________
55569 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
55570         Log: If no alarm(), skip the subtests.
55571      Branch: perl
55572            ! ext/Time/HiRes/t/HiRes.t
55573 ____________________________________________________________________________
55574 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
55575         Log: Subject: Re: maint @ 20537
55576              From: Philip Newton <Philip.Newton@gmx.net>
55577              Date: Thu, 07 Aug 2003 09:05:17 +0200
55578              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
55579      Branch: perl
55580            ! ext/Socket/Socket.xs
55581 ____________________________________________________________________________
55582 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
55583         Log: Subject: Re: maint @ 20537
55584              From: Philip Newton <Philip.Newton@gmx.net>
55585              Date: Thu, 07 Aug 2003 09:05:17 +0200
55586              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
55587      Branch: perl
55588            ! hints/dos_djgpp.sh
55589 ____________________________________________________________________________
55590 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
55591         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
55592              broken SysV semaphores.
55593      Branch: perl
55594            ! hints/netbsd.sh
55595 ____________________________________________________________________________
55596 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
55597         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
55598              From: hv@crypt.org
55599              Date: Thu, 07 Aug 2003 02:44:23 +0100
55600              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
55601      Branch: perl
55602            ! regexec.c t/op/re_tests
55603 ____________________________________________________________________________
55604 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
55605         Log: ESUCCESS = 0 is not true, but exists.
55606      Branch: perl
55607            ! ext/Errno/t/Errno.t
55608 ____________________________________________________________________________
55609 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
55610         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
55611              From: jari.aalto@poboxes.com (Jari Aalto)
55612              Date: Wed, 06 Aug 2003 14:24:42 +0300
55613              Message-ID: <ekzzowp1.fsf@blue.sea.net>
55614      Branch: perl
55615            ! ext/Sys/Syslog/Syslog.pm
55616 ____________________________________________________________________________
55617 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
55618         Log: Make code agree with documentation (from Wolfgang Friebel)
55619      Branch: perl
55620            ! lib/ExtUtils/MakeMaker.pm
55621 ____________________________________________________________________________
55622 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
55623         Log: Various tweaks to help DJGPP builds.
55624      Branch: perl
55625            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
55626 ____________________________________________________________________________
55627 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
55628         Log: More PASTHRU patching from Steve Hay.
55629      Branch: perl
55630            ! lib/ExtUtils/MM_Unix.pm
55631 ____________________________________________________________________________
55632 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
55633         Log: Cast away gcc 3.3 type conversion pickiness.
55634      Branch: perl
55635            ! ext/threads/threads.xs
55636 ____________________________________________________________________________
55637 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
55638         Log: Subject: Re: perl with cygwin 1.5, need help
55639              From: "Gerrit P. Haase" <gp@familiehaase.de>
55640              Date: Tue, 5 Aug 2003 14:36:55 +0200
55641              Message-ID: <71561410910.20030805143655@familiehaase.de>
55642
55643              (needed manual fitting)
55644      Branch: perl
55645            ! pad.c
55646 ____________________________________________________________________________
55647 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
55648         Log: Subject: maint @ 20512
55649              From: Robin Barker <Robin.Barker@npl.co.uk>
55650              Date: Wed, 6 Aug 2003 15:31:33 +0100
55651              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
55652      Branch: perl
55653            ! MANIFEST Porting/Maintainers.pl
55654 ____________________________________________________________________________
55655 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
55656         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
55657              From: Steve Hay <steve.hay@uk.radan.com>
55658              Date: Wed, 06 Aug 2003 10:56:44 +0100
55659              Message-ID: <3F30D0DC.20700@uk.radan.com>
55660      Branch: perl
55661            ! lib/ExtUtils/MM_Unix.pm
55662 ____________________________________________________________________________
55663 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
55664         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
55665              From: Tim Jenness <t.jenness@jach.hawaii.edu>
55666              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
55667              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
55668      Branch: perl
55669            ! pod/perlfaq2.pod
55670 ____________________________________________________________________________
55671 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
55672         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
55673              From: "Craig A. Berry" <craigberry@mac.com>
55674              Date: Wed, 06 Aug 2003 00:18:36 -0500
55675              Message-ID: <3F308FAC.4090409@mac.com>
55676
55677              (from vmsperl list)
55678      Branch: perl
55679            ! utils/dprofpp.PL
55680 ____________________________________________________________________________
55681 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
55682         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
55683              From: mjd@plover.com
55684              Date: 5 Aug 2003 19:23:46 -0000
55685              Message-ID: <20030805192346.25911.qmail@plover.com>
55686      Branch: perl
55687            ! pod/perlfaq2.pod
55688 ____________________________________________________________________________
55689 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
55690         Log: Continue #20506.
55691      Branch: perl
55692            ! lib/ExtUtils/MM_Unix.pm
55693 ____________________________________________________________________________
55694 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
55695         Log: Try to fix the INC in PASTHRU.
55696      Branch: perl
55697            ! lib/ExtUtils/MM_Unix.pm
55698 ____________________________________________________________________________
55699 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
55700         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
55701              From: Chip Salzenberg <chip@pobox.com>
55702              Date: Tue, 5 Aug 2003 11:39:24 -0400
55703              Message-ID: <20030805153924.GO1751@perlsupport.com
55704      Branch: perl
55705            ! perlio.c
55706 ____________________________________________________________________________
55707 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
55708         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
55709              From: Steve Hay <steve.hay@uk.radan.com>
55710              Date: Tue, 05 Aug 2003 10:43:49 +0100
55711              Message-ID: <3F2F7C55.9020808@uk.radan.com>
55712
55713              (The MM_Unix.pm part was dealt with in #20501.)
55714      Branch: perl
55715            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
55716 ____________________________________________________________________________
55717 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
55718         Log: Reinstate #11125, hopefully making MakeMaker to pass
55719              DEFINE and INCLUDE to subdirs (NI-S says he'll work
55720              around any problems caused seen Tk if necessary).
55721              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
55722              to be _after_ the directory-specific INC and DEFINE as suggested
55723              by NI-S (Tk probably being the only "user" of the said macros).
55724      Branch: perl
55725            ! lib/ExtUtils/MM_Unix.pm
55726 ____________________________________________________________________________
55727 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
55728         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
55729              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
55730              Date: Tue, 5 Aug 2003 20:12:18 +0400
55731              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
55732      Branch: perl
55733            - wince/include/netdb.h
55734            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
55735            ! wince/wince.c
55736 ____________________________________________________________________________
55737 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
55738         Log: A suggested perlio doc addition from Stas.
55739      Branch: perl
55740            ! pod/perliol.pod
55741 ____________________________________________________________________________
55742 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
55743         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
55744              From: Robin Barker <Robin.Barker@npl.co.uk>
55745              Date: Tue, 5 Aug 2003 15:32:36 +0100
55746              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
55747      Branch: perl
55748            ! AUTHORS Porting/Maintainers.pl
55749 ____________________________________________________________________________
55750 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
55751         Log: This is necessary to get things building for the VMS debugger.
55752              (Craig Berry)
55753      Branch: perl
55754            ! vms/descrip_mms.template
55755 ____________________________________________________________________________
55756 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
55757         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
55758              From: alian <alian@cpan.org>
55759              Date: Tue, 05 Aug 2003 12:21:42 +0200
55760              Message-ID: <3F2F8536.1090702@jupiter.alianet>
55761      Branch: perl
55762            ! ext/POSIX/t/posix.t
55763 ____________________________________________________________________________
55764 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
55765         Log: Add some known cases to Maintainers.
55766      Branch: perl
55767            ! Porting/Maintainers.pl
55768 ____________________________________________________________________________
55769 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
55770         Log: Subject: [PATCH] perlthrtut.pod
55771              From: Elizabeth Mattijsen <liz@dijkmat.nl>
55772              Date: Tue, 5 Aug 2003 11:26:04 +0200
55773              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
55774      Branch: perl
55775            ! pod/perlthrtut.pod
55776 ____________________________________________________________________________
55777 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
55778         Log: Add META.yml and Stas' makemeta (plus extensive reworking
55779              of the Maintainers utility)
55780      Branch: perl
55781            + META.yml Porting/Maintainers.pm Porting/makemeta
55782            ! MANIFEST Makefile.SH Porting/Maintainers
55783            ! Porting/Maintainers.pl
55784 ____________________________________________________________________________
55785 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
55786         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
55787              Try to remove the created message queues and semaphores
55788              even in the case of failures.
55789      Branch: perl
55790            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
55791 ____________________________________________________________________________
55792 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
55793         Log: Subject: PerlIO_{read,write} return value doc patch
55794              From: Gisle Aas <gisle@ActiveState.com>
55795              Date: 04 Aug 2003 13:25:28 -0700
55796              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
55797      Branch: perl
55798            ! pod/perlapio.pod
55799 ____________________________________________________________________________
55800 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
55801         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
55802              From: "Craig A. Berry" <craigberry@mac.com>
55803              Date: Mon, 04 Aug 2003 19:29:51 -0500
55804              Message-ID: <3F2EFA7F.6070801@mac.com>
55805      Branch: perl
55806            ! utils/dprofpp.PL
55807 ____________________________________________________________________________
55808 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
55809         Log: Subject: [PATCH] typos in encoding.pm
55810              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55811              Date: Mon, 4 Aug 2003 20:09:35 +0200
55812              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
55813      Branch: perl
55814            ! ext/Encode/encoding.pm
55815 ____________________________________________________________________________
55816 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
55817         Log: Bytecode patching from Enache.
55818      Branch: perl
55819            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
55820            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
55821 ____________________________________________________________________________
55822 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
55823         Log: Upgrade to Digest::MD5 2.27.
55824      Branch: perl
55825            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
55826            ! ext/Digest/MD5/t/files.t
55827 ____________________________________________________________________________
55828 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
55829         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
55830              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
55831              Date: Tue, 05 Aug 2003 00:27:10 +0900
55832              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
55833      Branch: perl
55834            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
55835 ____________________________________________________________________________
55836 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
55837         Log: Nit in INSTALL about the svr?.sh hint files.
55838      Branch: perl
55839            ! INSTALL
55840 ____________________________________________________________________________
55841 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
55842         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
55843              From: Steve Grazzini <grazz@pobox.com>
55844              Date: Mon, 4 Aug 2003 16:01:45 -0400
55845              Message-ID: <20030804200145.GB21699@grazzini.net>
55846
55847              Prevent the warning "Bareword found where operator expected" in
55848              the case "print $fh foo()" where foo() is an undefined function.
55849      Branch: perl
55850            ! toke.c
55851 ____________________________________________________________________________
55852 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
55853         Log: Fix bug #23141 : localization of readonly magic scalars
55854              now produces an error "Modification of a read-only value
55855              attempted", instead of silently failing.
55856      Branch: perl
55857            ! scope.c t/op/local.t
55858 ____________________________________________________________________________
55859 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
55860         Log: Revert change #19282 : it caused problems for some -Duseshrplib
55861              builds. On the other hand, make sure that your C compiler isn't
55862              a perl script !
55863      Branch: perl
55864            ! Makefile.SH
55865 ____________________________________________________________________________
55866 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
55867         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
55868      Branch: perl
55869            ! perl.c perl.h
55870 ____________________________________________________________________________
55871 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
55872         Log: Oops.
55873      Branch: perl
55874            ! hints/darwin.sh hints/rhapsody.sh
55875 ____________________________________________________________________________
55876 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
55877         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
55878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
55879              Date: Mon, 4 Aug 2003 10:35:12 +0200
55880              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
55881      Branch: perl
55882            ! hints/darwin.sh
55883 ____________________________________________________________________________
55884 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
55885         Log: Test count adjustment from Rafael.
55886      Branch: perl
55887            ! lib/Test/Simple/t/is_deeply.t
55888 ____________________________________________________________________________
55889 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
55890         Log: Subject: [PATCH] maint, Win32, GCC 3.2
55891              From: Mattia Barbon <mbarbon@dsi.unive.it>
55892              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
55893              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
55894      Branch: perl
55895            ! ext/Errno/Errno_pm.PL
55896 ____________________________________________________________________________
55897 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
55898         Log: Apparently the newly introduce -DDARWIN did conflict with
55899              some Apple definition, how ironic...
55900      Branch: perl
55901            ! hints/darwin.sh perl.h
55902 ____________________________________________________________________________
55903 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
55904         Log: Subject: Debian patch that skips podless modules
55905              From: Alexey Tourbin <at@altlinux.ru>
55906              Date: Sun, 3 Aug 2003 21:33:00 +0400
55907              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
55908
55909              (plus Schwern's and Robert's nits)
55910      Branch: perl
55911            ! installman
55912 ____________________________________________________________________________
55913 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
55914         Log: Subject: [PATCH] 4 bugs in Test::More
55915              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
55916              Date: Fri, 21 Mar 2003 10:57:31 +0000
55917              Message-Id: <200303211057.31879.fergal@esatclear.ie>
55918      Branch: perl
55919            ! lib/Test/More.pm lib/Test/Simple/t/More.t
55920            ! lib/Test/Simple/t/is_deeply.t
55921 ____________________________________________________________________________
55922 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
55923         Log: Upgrade to ExtUtils::MakeMaker 6.15.
55924      Branch: perl
55925            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
55926            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
55927            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
55928 ____________________________________________________________________________
55929 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
55930         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
55931              From: Michael G Schwern <schwern@pobox.com>
55932              Date: Sun, 3 Aug 2003 16:12:35 -0700
55933              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
55934      Branch: perl
55935            ! lib/Benchmark.pm lib/Benchmark.t
55936 ____________________________________________________________________________
55937 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
55938         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
55939              From: Enache Adrian <enache@rdslink.ro>
55940              Date: Sun, 3 Aug 2003 18:00:05 +0300
55941              Message-ID: <20030803150005.GA1319@ratsnest.hole>
55942      Branch: perl
55943            ! pp.c t/op/substr.t
55944 ____________________________________________________________________________
55945 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
55946         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
55947              From: alian <alian@cpan.org>
55948              Date: Sat, 02 Aug 2003 16:19:25 +0200
55949              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
55950
55951              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
55952      Branch: perl
55953            ! ext/POSIX/t/posix.t
55954 ____________________________________________________________________________
55955 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
55956         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
55957              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
55958              Date: Mon, 4 Aug 2003 00:01:08 +0400
55959              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
55960      Branch: perl
55961            ! wince/makedist.pl
55962 ____________________________________________________________________________
55963 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
55964         Log: Subject: [PATCH perlreftut.pod] Minor edits
55965              From: mjd@plover.com
55966              Date: 3 Aug 2003 17:46:08 -0000
55967              Message-ID: <20030803174608.15792.qmail@plover.com>
55968      Branch: perl
55969            ! pod/perlreftut.pod
55970 ____________________________________________________________________________
55971 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
55972         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
55973              From: mjd@plover.com
55974              Date: 3 Aug 2003 19:37:49 -0000
55975              Message-ID: <20030803193749.3733.qmail@plover.com>
55976      Branch: perl
55977            ! ext/Time/HiRes/HiRes.pm
55978 ____________________________________________________________________________
55979 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
55980         Log: Subject: [PATCH] Re: win32.c bug - handle leak
55981              From: Jan Dubois <jand@ActiveState.com>
55982              Date: Sat, 02 Aug 2003 10:25:05 -0700
55983              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
55984      Branch: perl
55985            ! win32/win32.c
55986 ____________________________________________________________________________
55987 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
55988         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
55989              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
55990              Date: Sat, 2 Aug 2003 09:38:50 -0700
55991              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
55992      Branch: perl
55993            ! os2/os2ish.h
55994 ____________________________________________________________________________
55995 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
55996         Log: Subject: [PATCH] Storable and uninitalized array values
55997              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
55998              Date: Sat, 2 Aug 2003 13:40:16 +0200
55999              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
56000      Branch: perl
56001            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
56002 ____________________________________________________________________________
56003 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
56004         Log: Upgrade to Unicode::Collate 0.26.
56005      Branch: perl
56006            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
56007            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
56008            ! lib/Unicode/Collate/t/test.t
56009 ____________________________________________________________________________
56010 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
56011         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
56012              From: "Craig A. Berry" <craigberry@mac.com>
56013              Date: Sat, 02 Aug 2003 10:25:44 -0500
56014              Message-ID: <3F2BD7F8.8090003@mac.com>
56015      Branch: perl
56016            ! lib/Net/Ping.pm
56017 ____________________________________________________________________________
56018 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
56019         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
56020              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
56021              Date: Sun, 3 Aug 2003 06:21:41 -0700
56022              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
56023      Branch: perl
56024            ! lib/Shell.t
56025 ____________________________________________________________________________
56026 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
56027         Log: C++ (or C99) sneak attack ("inline" function keyword).
56028      Branch: perl
56029            ! ext/Devel/DProf/DProf.xs
56030 ____________________________________________________________________________
56031 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
56032         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
56033              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56034              Date: Fri, 1 Aug 2003 13:12:14 +0200
56035              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
56036      Branch: perl
56037            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
56038            ! ext/File/Glob/t/basic.t
56039 ____________________________________________________________________________
56040 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
56041         Log: Only show the message if the locale settings look risky.
56042      Branch: perl
56043            ! ext/Time/HiRes/Makefile.PL
56044 ____________________________________________________________________________
56045 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
56046         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
56047              update Changes.
56048      Branch: perl
56049            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
56050 ____________________________________________________________________________
56051 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
56052         Log: Subject: [PATCH] Small nit to pad.c
56053              From: Enache Adrian <enache@rdslink.ro>
56054              Date: Sat, 2 Aug 2003 01:50:40 +0300
56055              Message-ID: <20030801225040.GB1281@ratsnest.hole>
56056      Branch: perl
56057            ! pad.c
56058 ____________________________________________________________________________
56059 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
56060         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
56061              From: Radu Greab <rgreab@fx.ro>
56062              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
56063              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
56064      Branch: perl
56065            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
56066            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
56067            ! t/lib/dprof/test8_v
56068 ____________________________________________________________________________
56069 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
56070         Log: Subject: [PATCH] ioctl for VMS
56071              From: "Craig A. Berry" <craigberry@mac.com>
56072              Date: Fri, 01 Aug 2003 23:34:31 -0500
56073              Message-ID: <3F2B3F57.4050609@mac.com>
56074      Branch: perl
56075            ! configure.com vms/vmsish.h
56076 ____________________________________________________________________________
56077 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
56078         Log: Subject: [PATCH] argv case nit for VMS
56079              From: "Craig A. Berry" <craigberry@mac.com>
56080              Date: Fri, 01 Aug 2003 19:16:30 -0500
56081              Message-ID: <3F2B02DE.10207@mac.com>
56082      Branch: perl
56083            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
56084 ____________________________________________________________________________
56085 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
56086         Log: Hugo's second thoughts: drop the relatively rare and
56087              slow optimization for now.
56088      Branch: perl
56089            ! regexec.c
56090 ____________________________________________________________________________
56091 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
56092         Log: Missed this bit in the last update: couldn't answer ''
56093              or ' ' to get 'none'.
56094      Branch: perl
56095            ! Configure
56096 ____________________________________________________________________________
56097 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
56098         Log: Encode pre-1.98 update from Dan Kogai, sent from
56099              the ashes of his smoldering motherboard.
56100      Branch: perl
56101            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
56102            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
56103            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
56104            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
56105 ____________________________________________________________________________
56106 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
56107         Log: More runperl(switches => ...) finds (bleadperl only).
56108      Branch: perl
56109            ! t/op/readline.t
56110 ____________________________________________________________________________
56111 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
56112         Log: Regen perltoc.
56113      Branch: perl
56114            ! pod/perltoc.pod
56115 ____________________________________________________________________________
56116 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
56117         Log: pod likes whitespace.
56118      Branch: perl
56119            ! ext/ByteLoader/ByteLoader.pm
56120 ____________________________________________________________________________
56121 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
56122         Log: Faulty check.
56123      Branch: perl
56124            ! t/test.pl
56125 ____________________________________________________________________________
56126 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
56127         Log: Update INSTALL on the *dir.
56128      Branch: perl
56129            ! INSTALL
56130 ____________________________________________________________________________
56131 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
56132         Log: Regen Glossary et al.
56133      Branch: perl
56134            ! Porting/Glossary Porting/config.sh Porting/config_H
56135 ____________________________________________________________________________
56136 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
56137         Log: Now the test should be really testing what it's supposed to.
56138      Branch: perl
56139            ! ext/B/t/bytecode.t
56140 ____________________________________________________________________________
56141 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
56142         Log: Fix the options.
56143      Branch: perl
56144            ! ext/B/t/bytecode.t
56145 ____________________________________________________________________________
56146 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
56147         Log: Argument sanity checking.
56148      Branch: perl
56149            ! t/test.pl
56150 ____________________________________________________________________________
56151 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
56152         Log: Regen Configure to use the *html*dir files.
56153              (installhtml uses none of that, though)
56154      Branch: perl
56155            ! Configure Policy_sh.SH config_h.SH
56156 ____________________________________________________________________________
56157 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
56158         Log: More for the *dir changes.
56159      Branch: perl
56160            ! Policy_sh.SH config_h.SH hints/darwin.sh
56161 ____________________________________________________________________________
56162 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
56163         Log: Regen Configure for the new *dir installation variables.
56164              If these don't work, ask Schwern.
56165      Branch: perl
56166            ! Configure
56167 ____________________________________________________________________________
56168 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
56169         Log: Upgrade to MakeMaker 6.13.
56170      Branch: perl
56171            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
56172            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
56173            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
56174            ! lib/ExtUtils/t/basic.t
56175 ____________________________________________________________________________
56176 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
56177         Log: JAPH patch :-) from Abigail.
56178      Branch: perl
56179            ! t/japh/abigail.t
56180 ____________________________________________________________________________
56181 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
56182         Log: Regen perlapi.
56183      Branch: perl
56184            ! perlapi.c
56185 ____________________________________________________________________________
56186 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
56187         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
56188              From: Dave Mitchell <davem@fdgroup.com>
56189              Date: Fri, 1 Aug 2003 01:16:31 +0100
56190              Message-ID: <20030801001631.GA11233@fdgroup.com>
56191      Branch: perl
56192            ! regcomp.c t/op/pat.t
56193 ____________________________________________________________________________
56194 [ 20404] By: ams                                   on 2003/08/01  03:28:17
56195         Log: Subject: [PATCH] LotR quote for perlapi.c
56196              From: Autrijus Tang <autrijus@autrijus.org>
56197              Date: Fri, 1 Aug 2003 10:00:29 +0800
56198              Message-Id: <20030801020029.GA28241@not.autrijus.org>
56199      Branch: perl
56200            ! embed.pl
56201 ____________________________________________________________________________
56202 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
56203         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
56204      Branch: perl
56205            ! INSTALL
56206 ____________________________________________________________________________
56207 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
56208         Log: Integrate README.macosx more.
56209      Branch: perl
56210            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
56211            ! win32/Makefile win32/makefile.mk
56212 ____________________________________________________________________________
56213 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
56214         Log: README.macosx from Sherm Pendley.
56215      Branch: perl
56216            + README.macosx
56217            ! MANIFEST
56218 ____________________________________________________________________________
56219 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
56220         Log: Unportable subtest needs rethink.
56221      Branch: perl
56222            ! ext/B/t/bytecode.t
56223 ____________________________________________________________________________
56224 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
56225         Log: Enache again.
56226      Branch: perl
56227            ! ext/ByteLoader/bytecode.h
56228 ____________________________________________________________________________
56229 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
56230         Log: Retract #20385.
56231      Branch: perl
56232            ! ext/ByteLoader/bytecode.h
56233 ____________________________________________________________________________
56234 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
56235         Log: Yet another bytecode tweak from Enache.
56236      Branch: perl
56237            ! ext/B/B/Bytecode.pm
56238 ____________________________________________________________________________
56239 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
56240         Log: Subject: [DOC PATCH] pod/perlguts.pod
56241              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
56242              Date: Thu, 31 Jul 2003 22:39:01 +0200
56243              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
56244      Branch: perl
56245            ! pod/perlguts.pod
56246 ____________________________________________________________________________
56247 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
56248         Log: Subject: Re: [perl #23171] Regex too selfish
56249              From: hv@crypt.org
56250              Date: Thu, 31 Jul 2003 18:59:43 +0100
56251              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
56252
56253              (choose the second code patch)
56254      Branch: perl
56255            ! regexec.c t/op/re_tests
56256 ____________________________________________________________________________
56257 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
56258         Log: Make consistent with installperl (and working in MPE/iX)
56259              (Mark Bixby)
56260      Branch: perl
56261            ! installman
56262 ____________________________________________________________________________
56263 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
56264         Log: (retracted by #20390)
56265      Branch: perl
56266            ! ext/ByteLoader/bytecode.h
56267 ____________________________________________________________________________
56268 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
56269         Log: Upgrade to real CPAN.pm 1.76.
56270      Branch: perl
56271            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
56272            + lib/CPAN/t/signature.t
56273            ! MANIFEST lib/CPAN.pm
56274 ____________________________________________________________________________
56275 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
56276         Log: One more tweak for Mac OS X hints.
56277      Branch: perl
56278            ! hints/darwin.sh
56279 ____________________________________________________________________________
56280 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
56281         Log: The new PKI system is far too untested and rough yet
56282              (think machines with no network, machines behind firewalls,
56283              corporate and national encryption policies).  It cannot be
56284              considered useable at this stage.
56285
56286              Therefore, create a fake CPAN 1.76.
56287      Branch: perl
56288            ! lib/CPAN.pm
56289 ____________________________________________________________________________
56290 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
56291         Log: This test is pretty useless as it stands.
56292      Branch: perl
56293            - lib/CPAN/t/signature.t
56294            ! MANIFEST
56295 ____________________________________________________________________________
56296 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
56297         Log: Document the requirements for Module::Signature a bit.
56298      Branch: perl
56299            ! lib/CPAN.pm
56300 ____________________________________________________________________________
56301 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
56302         Log: We are change #20316 ahead of 1.75.
56303      Branch: perl
56304            ! lib/CPAN.pm
56305 ____________________________________________________________________________
56306 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
56307         Log: Integrate from maint:
56308              [ 20359]
56309              No more wince/README.compile here, either.
56310      Branch: perl
56311           !> Porting/makerel
56312 ____________________________________________________________________________
56313 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
56314         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
56315              (Schwern)
56316      Branch: perl
56317            ! lib/ExtUtils/MakeMaker.pm
56318 ____________________________________________________________________________
56319 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
56320         Log: Schwern says this is most probably an old VMS MakeMaker
56321              bug workaround that can go now.
56322      Branch: perl
56323            ! ext/SDBM_File/sdbm/Makefile.PL
56324 ____________________________________________________________________________
56325 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
56326         Log: Final touches to "Apple-like" installation directories.
56327      Branch: perl
56328            ! hints/darwin.sh
56329 ____________________________________________________________________________
56330 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
56331         Log: Tests for change #20367 (and change use overload; to
56332              just require overload;)
56333      Branch: perl
56334            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
56335 ____________________________________________________________________________
56336 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
56337         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
56338              From: Xavier Noria <fxn@hashref.com>
56339              Date: Thu, 31 Jul 2003 00:29:13 +0200
56340              Message-Id: <200307310029.13567.fxn@hashref.com>
56341      Branch: perl
56342            ! lib/Tie/RefHash.pm
56343 ____________________________________________________________________________
56344 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
56345         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
56346              From: Enache Adrian <enache@rdslink.ro>
56347              Date: Thu, 31 Jul 2003 03:49:40 +0300
56348              Message-ID: <20030731004940.GB1266@ratsnest.hole>
56349
56350              (but use test.pl:run_perl() instead of manual `$^X ...`)
56351      Branch: perl
56352            + ext/B/t/bytecode.t
56353            ! MANIFEST
56354 ____________________________________________________________________________
56355 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
56356         Log: Silence spurious noise from MakeMaker :
56357              hint files shouldn't return undef and have set $!.
56358      Branch: perl
56359            ! ext/DynaLoader/hints/linux.pl
56360 ____________________________________________________________________________
56361 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
56362         Log: Upgrade to NEXT 0.52.
56363      Branch: perl
56364            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
56365            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
56366 ____________________________________________________________________________
56367 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
56368         Log: Might as well.
56369      Branch: perl
56370            ! pod/perlhist.pod
56371 ____________________________________________________________________________
56372 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
56373         Log: Silly gcc.
56374      Branch: perl
56375            ! perl.c
56376 ____________________________________________________________________________
56377 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
56378         Log: This is getting comical.  (Practical tip: never ask
56379              for opinions from one than one person at one time.)
56380              Now back to -Dprefix='/usr' replacing the system Perl,
56381              but don't use the Apple internal DSTROOT.
56382      Branch: perl
56383            ! hints/darwin.sh
56384 ____________________________________________________________________________
56385 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
56386         Log: Mac OS X hints dance continues.  Now drop any special
56387              installation directory mangling.  In other words, if
56388              you want to overwrite the system perl, you really need
56389              to find out how to do that.
56390      Branch: perl
56391            ! hints/darwin.sh
56392 ____________________________________________________________________________
56393 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
56394         Log: Try again with the Mac OS X hints.  Now the three cases
56395              (no -Dprefix, /usr, and something else) all install
56396              into separate places.  No prefix installs to /usr/local.
56397              The /usr overwrites the Apple install (modulo the version).
56398      Branch: perl
56399            ! hints/darwin.sh
56400 ____________________________________________________________________________
56401 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
56402         Log: Subject: [PATCH] NEXT and Diamond Inheritance
56403              From: Casey West <casey@geeknest.com>
56404              Date: Tue, 29 Jul 2003 17:37:15 -0400
56405              Message-ID: <20030729213715.GY76899@geeknest.com>
56406
56407              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
56408      Branch: perl
56409            ! lib/NEXT.pm lib/NEXT/t/unseen.t
56410 ____________________________________________________________________________
56411 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
56412         Log: Match also on full name and email (though the email is
56413              now less interesting than it used to be).
56414      Branch: perl
56415            ! Porting/Maintainers
56416 ____________________________________________________________________________
56417 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
56418         Log: Maintainers script tweaks.
56419      Branch: perl
56420            ! Porting/Maintainers
56421 ____________________________________________________________________________
56422 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
56423         Log: rmdir t/lib/IO.
56424      Branch: perl
56425            ! ext/IO/t/IO.t
56426 ____________________________________________________________________________
56427 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
56428         Log: Adjust the list of rmdired lib directories.
56429      Branch: perl
56430            ! Makefile.SH
56431 ____________________________________________________________________________
56432 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
56433         Log: Be paranoid about PL_origargv.
56434              Paranoia warranted by Win32 mod_perl.
56435      Branch: perl
56436            ! perl.c
56437 ____________________________________________________________________________
56438 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
56439         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
56440              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
56441              Date: Wed, 30 Jul 2003 14:56:32 +0400
56442              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
56443      Branch: perl
56444            ! perlio.c
56445 ____________________________________________________________________________
56446 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
56447         Log: Upgrade to ExtUtils::MakeMaker 6.12.
56448      Branch: perl
56449            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
56450            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
56451            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
56452            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
56453 ____________________________________________________________________________
56454 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
56455         Log: That's M. Schwern to you, earthling.
56456      Branch: perl
56457            ! Porting/Maintainers.pl
56458 ____________________________________________________________________________
56459 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
56460         Log: Arthur maintains Safe.
56461      Branch: perl
56462            ! Porting/Maintainers.pl
56463 ____________________________________________________________________________
56464 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
56465         Log: Use the CPAN id where available.
56466      Branch: perl
56467            ! Porting/Maintainers.pl
56468 ____________________________________________________________________________
56469 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
56470         Log: Rename Modules and Modules.pl as Maintainers and
56471              Maintainers.pl since the same framework can be used
56472              for more than just modules.
56473      Branch: perl
56474            + Porting/Maintainers Porting/Maintainers.pl
56475            - Porting/Modules Porting/Modules.pl
56476            ! MANIFEST
56477 ____________________________________________________________________________
56478 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
56479         Log: Strip leading ./
56480      Branch: perl
56481            ! Porting/Modules
56482 ____________________________________________________________________________
56483 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
56484         Log: More Modules.pl.
56485      Branch: perl
56486            ! Porting/Modules.pl
56487 ____________________________________________________________________________
56488 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
56489         Log: Modules.pl: add B::Deparse.
56490      Branch: perl
56491            ! Porting/Modules.pl
56492 ____________________________________________________________________________
56493 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
56494         Log: Mac OS X: tweak once again the installation directories.
56495      Branch: perl
56496            ! hints/darwin.sh
56497 ____________________________________________________________________________
56498 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
56499         Log: Modules.pl tweaks.
56500      Branch: perl
56501            ! Porting/Modules.pl
56502 ____________________________________________________________________________
56503 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
56504         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
56505              From: Jan Dubois <jand@ActiveState.com>
56506              Date: Tue, 29 Jul 2003 19:14:10 -0700
56507              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
56508      Branch: perl
56509            ! lib/Win32.pod win32/win32.c
56510 ____________________________________________________________________________
56511 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
56512         Log: FAQ sync.
56513      Branch: perl
56514            ! pod/perlfaq4.pod pod/perlfaq7.pod
56515 ____________________________________________________________________________
56516 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
56517         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
56518              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
56519              Date: Wed, 30 Jul 2003 02:02:41 +0400
56520              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
56521      Branch: perl
56522            ! wince/wince.c
56523 ____________________________________________________________________________
56524 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
56525         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
56526      Branch: perl
56527            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
56528 ____________________________________________________________________________
56529 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
56530         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
56531              important for IPv6 (Spider).  Since there is no way to
56532              otherwise detect 3.X, use the hints.
56533      Branch: perl
56534            ! hints/dec_osf.sh perl.h
56535 ____________________________________________________________________________
56536 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
56537         Log: Don't nag about Module::Signature if there is no
56538              way for the user to use it (based on Autrijus' patch).
56539      Branch: perl
56540            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56541 ____________________________________________________________________________
56542 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
56543         Log: Oops.
56544      Branch: perl
56545            ! sv.c
56546 ____________________________________________________________________________
56547 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
56548         Log: Slight rewording on the destdir.
56549      Branch: perl
56550            ! INSTALL
56551 ____________________________________________________________________________
56552 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
56553         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
56554              From: "Brendan O'Dea" <bod@debian.org>
56555              Date: Tue, 29 Jul 2003 23:49:18 +1000
56556              Message-ID: <20030729134918.GA4339@londo.c47.org>
56557      Branch: perl
56558            ! pod/perlvar.pod
56559 ____________________________________________________________________________
56560 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
56561         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
56562              From: PPrymmer@factset.com
56563              Date: Tue, 22 Jul 2003 11:12:05 -0400
56564              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
56565      Branch: perl
56566            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
56567            ! ext/Encode/t/perlio.t
56568 ____________________________________________________________________________
56569 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
56570         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
56571              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
56572              Date: Sun, 13 Jul 2003 10:23:35 +0900
56573              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
56574      Branch: perl
56575            ! ext/Encode/lib/Encode/Alias.pm
56576 ____________________________________________________________________________
56577 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
56578         Log: The --destdir option to installman should be made
56579              optional so that it doesn't complain when passed
56580              an empty value (from Rafael)
56581      Branch: perl
56582            ! installman
56583 ____________________________________________________________________________
56584 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
56585         Log: Too many my $fh:s.
56586      Branch: perl
56587            ! lib/CPAN.pm
56588 ____________________________________________________________________________
56589 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
56590         Log: Quieten MSVC6.
56591      Branch: perl
56592            ! pp.c
56593 ____________________________________________________________________________
56594 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
56595         Log: Subject: DESTDIR in perl-5.8.1 package?
56596              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
56597              Date: Fri, 11 Jul 2003 14:48:41 +0200
56598              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
56599
56600              Subject: Re: DESTDIR in perl-5.8.1 package?
56601              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
56602              Date: Mon, 14 Jul 2003 12:00:25 +0200
56603              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
56604
56605              (blindly prepending and s///ing away the $destdir does not work
56606              at least in VMS, but the --destdir should help rpm builders
56607              and the like)
56608      Branch: perl
56609            ! INSTALL Makefile.SH installman installperl
56610 ____________________________________________________________________________
56611 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
56612         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
56613              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
56614              Date: 26 Jul 2003 21:44:06 -0000
56615              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
56616
56617              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
56618              releases 4.x and 5.x.
56619      Branch: perl
56620            ! perl.h
56621 ____________________________________________________________________________
56622 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
56623         Log: Cleanup the sv_gets() logic for platforms with small stacks.
56624              (I think hogging 8K of stack sounds like bad behaviour on any
56625              platform, big stack or not.)
56626      Branch: perl
56627            ! sv.c
56628 ____________________________________________________________________________
56629 [ 20299] By: merijn                                on 2003/07/29  10:57:37
56630         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
56631      Branch: perl
56632            ! README.hpux
56633 ____________________________________________________________________________
56634 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
56635         Log: DEC OSF/1 3.x did (does) not do sizer -v.
56636      Branch: perl
56637            ! hints/dec_osf.sh
56638 ____________________________________________________________________________
56639 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
56640         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
56641              From: Autrijus Tang <autrijus@autrijus.org>
56642              Date: Tue, 29 Jul 2003 09:58:35 +0800
56643              Message-ID: <20030729015834.GA7149@not.autrijus.org>
56644      Branch: perl
56645            ! lib/CPAN.pm
56646 ____________________________________________________________________________
56647 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
56648         Log: There is no skip() since we are not using Test*.
56649      Branch: perl
56650            ! lib/CPAN/t/signature.t
56651 ____________________________________________________________________________
56652 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
56653         Log: Upgrade to CPAN.pm 1.74.
56654      Branch: perl
56655            ! lib/CPAN.pm lib/CPAN/t/signature.t
56656 ____________________________________________________________________________
56657 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
56658         Log: Most importantly, don't try HvNAME(gp->gp_hv)
56659              unless PL_stashcache exists, otherwise we get
56660              an invalid read (detected by valgrind, and crashes
56661              ext/threads/t/basic.t in Windows).
56662
56663              Also add a few if:s for the refcnt decrements,
56664              no need to call Perl_sv_free() if there's nothing to free.
56665      Branch: perl
56666            ! gv.c
56667 ____________________________________________________________________________
56668 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
56669         Log: Tabify.
56670      Branch: perl
56671            ! MANIFEST
56672 ____________________________________________________________________________
56673 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
56674         Log: Subject: [perl #22969] fix $hash{utf8bareword}
56675              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
56676              Date: Tue, 29 Jul 2003 11:09:37 +0200
56677              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
56678      Branch: perl
56679            ! t/op/utfhash.t toke.c
56680 ____________________________________________________________________________
56681 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
56682         Log: Subject: [PATCH pointer] B::Deparse 0.64
56683              From: Stephen McCamant <smcc@mit.edu>
56684              Date: Mon, 28 Jul 2003 16:57:19 -0400
56685              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
56686      Branch: perl
56687            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
56688 ____________________________________________________________________________
56689 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
56690         Log: More perlio docs from Stas.
56691      Branch: perl
56692            ! pod/perliol.pod
56693 ____________________________________________________________________________
56694 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
56695         Log: Reintroduce Porting/Modules.  No, it's not duplicating
56696              the information in Module::CoreList.
56697      Branch: perl
56698            + Porting/Modules Porting/Modules.pl
56699            ! AUTHORS MANIFEST
56700 ____________________________________________________________________________
56701 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
56702         Log: The better prefixify() patch from Ed Moy.
56703      Branch: perl
56704            ! lib/ExtUtils/MM_Unix.pm
56705 ____________________________________________________________________________
56706 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
56707         Log: PerlIO_popped doc addition from NI-S.
56708      Branch: perl
56709            ! pod/perliol.pod
56710 ____________________________________________________________________________
56711 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
56712         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
56713              From: "Craig A. Berry" <craigberry@mac.com>
56714              Date: Tue, 29 Jul 2003 00:11:46 -0500
56715              Message-ID: <3F260212.9000104@mac.com>
56716      Branch: perl
56717            ! lib/File/Find.pm
56718 ____________________________________________________________________________
56719 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
56720         Log: More bytecode tweaks.
56721      Branch: perl
56722            ! ext/B/B.xs ext/B/B/Bytecode.pm
56723 ____________________________________________________________________________
56724 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
56725         Log: No more wince/README.compile.
56726      Branch: perl
56727            ! Porting/curliff.pl
56728 ____________________________________________________________________________
56729 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
56730         Log: Slightly better failure output.
56731      Branch: perl
56732            ! ext/Devel/Peek/t/Peek.t
56733 ____________________________________________________________________________
56734 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
56735         Log: These directories no more exist during cleanup.
56736      Branch: perl
56737            ! Makefile.SH
56738 ____________________________________________________________________________
56739 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
56740         Log: No more ext/*/*.t, move them all to ext/*/t.
56741      Branch: perl
56742            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
56743            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
56744            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
56745            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
56746            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
56747            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
56748            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
56749            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
56750            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
56751            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
56752            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
56753            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
56754            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
56755            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
56756            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
56757            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
56758            - ext/Socket/Socket.t ext/Socket/socketpair.t
56759            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
56760            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
56761            - ext/re/re.t
56762            ! MANIFEST ext/IPC/SysV/MANIFEST
56763 ____________________________________________________________________________
56764 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
56765         Log: Move the ext/IO tests to a more standard location so that
56766              the *.t do not get copied to the build tree (lib/IO/).
56767      Branch: perl
56768            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
56769            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
56770            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
56771            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
56772            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
56773            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
56774            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
56775            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
56776            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
56777            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
56778            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
56779            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
56780            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
56781            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
56782            ! MANIFEST
56783 ____________________________________________________________________________
56784 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
56785         Log: Retract #20260.
56786      Branch: perl
56787            ! perlio.c perliol.h
56788 ____________________________________________________________________________
56789 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
56790         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
56791      Branch: perl
56792            ! lib/File/Spec.pm
56793 ____________________________________________________________________________
56794 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
56795         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
56796              From: "Craig A. Berry" <craigberry@mac.com>
56797              Date: Mon, 28 Jul 2003 08:04:32 -0500
56798              Message-ID: <3F251F60.6050607@mac.com>
56799      Branch: perl
56800            ! t/op/write.t
56801 ____________________________________________________________________________
56802 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
56803         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
56804              From: Michael G Schwern <schwern@pobox.com>
56805              Date: Mon, 28 Jul 2003 05:54:19 -0700
56806              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
56807      Branch: perl
56808            ! t/op/write.t
56809 ____________________________________________________________________________
56810 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
56811         Log: Make Storable work with blead/maint by making PL_sv_placeholder
56812              a true global, bump $VERSION to 2.08.  Will take a look at the
56813              portability issue of placeholders soon.
56814      Branch: perl
56815            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
56816            ! intrpvar.h perlapi.h perlvars.h sv.c
56817 ____________________________________________________________________________
56818 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
56819         Log: Storable test nosewipe.
56820      Branch: perl
56821            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
56822 ____________________________________________________________________________
56823 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
56824         Log: Solaris cc didn't appreciate casting a long to a pointer
56825              with no cast, and lval casts are unportable, so introduce
56826              a rval cast.
56827      Branch: perl
56828            ! bytecode.pl ext/ByteLoader/byterun.c
56829 ____________________________________________________________________________
56830 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
56831         Log: (Retracted by #20267)
56832      Branch: perl
56833            ! perlio.c perliol.h
56834 ____________________________________________________________________________
56835 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
56836         Log: Subject: CPAN/t/signature.t noisy
56837              From: Michael G Schwern <schwern@pobox.com>
56838              Date: Mon, 28 Jul 2003 02:14:19 -0700
56839              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
56840      Branch: perl
56841            ! lib/CPAN/t/signature.t
56842 ____________________________________________________________________________
56843 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
56844         Log: Extra noise from File::Spec.
56845      Branch: perl
56846            ! lib/File/Spec/t/rel2abs2rel.t
56847 ____________________________________________________________________________
56848 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
56849         Log: Prettyprint the constants list of defsubs_h.PL.
56850      Branch: perl
56851            ! ext/B/defsubs_h.PL
56852 ____________________________________________________________________________
56853 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
56854         Log: Subject: [PATCH] B enhancements
56855              From: Stephen McCamant <smcc@mit.edu>
56856              Date: Sun, 27 Jul 2003 14:07:46 -0400
56857              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
56858      Branch: perl
56859            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
56860 ____________________________________________________________________________
56861 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
56862         Log: More clarification about the hash randomisation defines.
56863      Branch: perl
56864            ! perl.h
56865 ____________________________________________________________________________
56866 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
56867         Log: Clarify the process a bit.
56868      Branch: perl
56869            ! INSTALL
56870 ____________________________________________________________________________
56871 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
56872         Log: Add $VERSION to B::Bytecode.
56873      Branch: perl
56874            ! ext/B/B/Bytecode.pm
56875 ____________________________________________________________________________
56876 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
56877         Log: Missing test file.  (Not very useful since Module::Signature
56878              is not in the core, but let's not make an exception.)
56879      Branch: perl
56880            ! MANIFEST
56881 ____________________________________________________________________________
56882 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
56883         Log: Subject: Re: downrev modules in RC2
56884              From: Gisle Aas <gisle@ActiveState.com>
56885              Date: 27 Jul 2003 20:25:07 -0700
56886              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
56887
56888              (upgrade to Digest::MD5 2.26)
56889      Branch: perl
56890            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
56891            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
56892 ____________________________________________________________________________
56893 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
56894         Log: Upgrade to CGI 2.97.
56895      Branch: perl
56896            ! lib/CGI.pm
56897 ____________________________________________________________________________
56898 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
56899         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
56900              (from Enache)
56901      Branch: perl
56902            ! bytecode.pl ext/ByteLoader/byterun.c
56903 ____________________________________________________________________________
56904 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
56905         Log: Upgrade to CPAN 1.72.
56906      Branch: perl
56907            + lib/CPAN/t/signature.t
56908            ! MANIFEST lib/CPAN.pm
56909 ____________________________________________________________________________
56910 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
56911         Log: We now return to your normally scheduled hash randomisation.
56912      Branch: perl
56913            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
56914            ! pod/perlsec.pod
56915 ____________________________________________________________________________
56916 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
56917         Log: fresh_perl_(is|like) were printing out the wrong file/line
56918              number on failure because _where() was hard coded to only
56919              look one level up the call stack.  In these cases it has to
56920              look two.
56921              (Schwern)
56922      Branch: perl
56923            ! t/test.pl
56924 ____________________________________________________________________________
56925 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
56926         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
56927              (Schwern)
56928      Branch: perl
56929            ! t/op/tiehandle.t
56930 ____________________________________________________________________________
56931 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
56932         Log: Upgrade to Test::Harness 2.29.
56933      Branch: perl
56934            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
56935            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
56936            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
56937            ! lib/Test/Harness/t/test-harness.t
56938 ____________________________________________________________________________
56939 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
56940         Log: Missing MakeMaker test.
56941      Branch: perl
56942            + lib/ExtUtils/t/postamble.t
56943            ! MANIFEST
56944 ____________________________________________________________________________
56945 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
56946         Log: Add -l (one file per line) option to manicheck.
56947      Branch: perl
56948            ! Porting/manicheck
56949 ____________________________________________________________________________
56950 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
56951         Log: Further Byteloader tweaks from Enache.
56952      Branch: perl
56953            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
56954            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
56955            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
56956            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
56957            ! ext/ByteLoader/byterun.h t/TEST
56958 ____________________________________________________________________________
56959 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
56960         Log: Reapply some perldoc changes not in 3.09.
56961      Branch: perl
56962            ! lib/Pod/Perldoc.pm
56963 ____________________________________________________________________________
56964 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
56965         Log: Upgrade to Pod::Perldoc 3.09.
56966      Branch: perl
56967            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
56968 ____________________________________________________________________________
56969 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
56970         Log: A bug reported in perl-unicode by Terry Jones, fixed
56971              by Andreas Koenig, and add a test.
56972      Branch: perl
56973            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
56974 ____________________________________________________________________________
56975 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
56976         Log: Unicode::UCD doc nit from Andreas Koenig.
56977      Branch: perl
56978            ! lib/Unicode/UCD.pm
56979 ____________________________________________________________________________
56980 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
56981         Log: Upgrade to I18N::LangTags 0.28.
56982      Branch: perl
56983            + lib/I18N/LangTags/t/01test.t
56984            - lib/I18N/LangTags/test.pl
56985            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
56986 ____________________________________________________________________________
56987 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
56988         Log: Skip the test until Enache fixes it.
56989      Branch: perl
56990            ! ext/B/t/assembler.t
56991 ____________________________________________________________________________
56992 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
56993         Log: Upgrade to File::Spec 0.85.
56994      Branch: perl
56995            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
56996            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
56997            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
56998            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
56999            ! lib/File/Spec/t/rel2abs2rel.t
57000 ____________________________________________________________________________
57001 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
57002         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
57003              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
57004              Date: Sun, 20 Jul 2003 22:36:02 +0200
57005              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
57006      Branch: perl
57007            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
57008            ! perl.c perlapi.h sv.c universal.c
57009 ____________________________________________________________________________
57010 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
57011         Log: Regen byterun once more: the incav is not yet right, but at
57012              least it compiles now (Tru64 cc choked on the lvalue cast).
57013      Branch: perl
57014            ! bytecode.pl ext/ByteLoader/byterun.c
57015 ____________________________________________________________________________
57016 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
57017         Log: Regenerated because of #20220.
57018      Branch: perl
57019            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
57020            ! ext/ByteLoader/byterun.h
57021 ____________________________________________________________________________
57022 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
57023         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
57024              From: "Craig A. Berry" <craigberry@mac.com>
57025              Date: Mon, 21 Jul 2003 19:40:20 -0500
57026              Message-ID: <3F1C87F4.2070401@mac.com>
57027      Branch: perl
57028            ! lib/File/Find.pm
57029 ____________________________________________________________________________
57030 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
57031         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
57032              From: Enache Adrian <enache@rdslink.ro>
57033              Date: Fri, 18 Jul 2003 23:15:37 +0300
57034              Message-ID: <20030718201537.GA1574@ratsnest.hole>
57035      Branch: perl
57036            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
57037            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
57038            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
57039            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
57040 ____________________________________________________________________________
57041 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
57042         Log: Subject: [PATCH-for-RC2] WinCE port addition
57043              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
57044              Date: Fri, 25 Jul 2003 22:17:11 +0400
57045              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
57046      Branch: perl
57047            - wince/README.compile
57048            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
57049            ! wince/compile.bat wince/wince.c wince/wince.h
57050 ____________________________________________________________________________
57051 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
57052         Log: Another missing hunk for MakeMaker from .org.
57053      Branch: perl
57054            ! lib/ExtUtils/MakeMaker.pm
57055 ____________________________________________________________________________
57056 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
57057         Log: Grabbed from www.makemaker.org.
57058      Branch: perl
57059            + t/lib/MakeMaker/Test/Setup/Recurs.pm
57060            ! MANIFEST
57061 ____________________________________________________________________________
57062 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
57063         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
57064              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
57065              Date: 14 Jul 2003 05:35:15 -0000
57066              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
57067      Branch: perl
57068            ! utf8.c
57069 ____________________________________________________________________________
57070 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
57071         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
57072              From: Stas Bekman <stas@stason.org>
57073              Date: Thu, 24 Jul 2003 16:49:27 +0200
57074              Message-ID: <3F1FF1F7.30500@stason.org>
57075      Branch: perl
57076            ! pod/perlapi.pod sv.c
57077 ____________________________________________________________________________
57078 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
57079         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
57080              From: Michael G Schwern <schwern@pobox.com>
57081              Date: Thu, 24 Jul 2003 01:28:07 -0700
57082              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
57083      Branch: perl
57084            ! lib/ExtUtils/MakeMaker.pm
57085 ____________________________________________________________________________
57086 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
57087         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
57088              From: Michael G Schwern <schwern@pobox.com>
57089              Date: Mon, 21 Jul 2003 20:12:25 -0700
57090              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
57091      Branch: perl
57092            + lib/ExtUtils/t/recurs.t
57093            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
57094            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
57095            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57096            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
57097            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
57098            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
57099            ! lib/ExtUtils/t/basic.t
57100 ____________________________________________________________________________
57101 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
57102         Log: (accidentally empty checkin)
57103      Branch: perl
57104            ! lib/perl5db.pl
57105 ____________________________________________________________________________
57106 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
57107         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
57108              From: Steve Hay <steve.hay@uk.radan.com>
57109              Date: Fri, 18 Jul 2003 10:03:21 +0100
57110              Message-ID: <3F17B7D9.80805@uk.radan.com>
57111      Branch: perl
57112            ! makedef.pl
57113 ____________________________________________________________________________
57114 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
57115         Log: Subject: [patch] perldebug.pod clarification
57116              From: Stéphane Payrard <stef@payrard.net>
57117              Date: Mon, 21 Jul 2003 21:36:59 +0200
57118              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
57119      Branch: perl
57120            ! pod/perldebug.pod
57121 ____________________________________________________________________________
57122 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
57123         Log: Subject: PATCH: More edge tests on t/op/pow.t
57124              From: Andy Lester <andy@petdance.com>
57125              Date: Wed, 23 Jul 2003 16:38:35 -0500
57126              Message-ID: <20030723213834.GA20468@petdance.com>
57127      Branch: perl
57128            ! t/op/pow.t
57129 ____________________________________________________________________________
57130 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
57131         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
57132              From: Stephen McCamant <smcc@mit.edu>
57133              Date: Tue, 22 Jul 2003 09:41:10 -0400
57134              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
57135      Branch: perl
57136            ! toke.c
57137 ____________________________________________________________________________
57138 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
57139         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
57140              From: Dave Mitchell <davem@fdgroup.com>
57141              Date: Fri, 18 Jul 2003 18:49:43 +0100
57142              Message-ID: <20030718174943.GB6427@fdgroup.com>
57143      Branch: perl
57144            ! sv.c t/op/tie.t
57145 ____________________________________________________________________________
57146 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
57147         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
57148              From: Stephen McCamant <smcc@mit.edu>
57149              Date: Sat, 19 Jul 2003 12:06:31 -0400
57150              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
57151      Branch: perl
57152            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
57153 ____________________________________________________________________________
57154 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
57155         Log: Subject: [PATCH] typo in VMS::Filespec
57156              From: Ken Williams <ken@mathforum.org>
57157              Date: Tue, 22 Jul 2003 15:18:21 -0500
57158              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
57159      Branch: perl
57160            ! vms/ext/Filespec.pm
57161 ____________________________________________________________________________
57162 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
57163         Log: EBCDIC fix from Thomas Dorner.
57164      Branch: perl
57165            ! Makefile.SH
57166 ____________________________________________________________________________
57167 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
57168         Log: POSIX-BC patch from Thomas Dorner.
57169      Branch: perl
57170            ! hints/posix-bc.sh
57171 ____________________________________________________________________________
57172 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
57173         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
57174              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
57175              Date: 14 Jul 2003 05:37:15 -0000
57176              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
57177      Branch: perl
57178            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
57179 ____________________________________________________________________________
57180 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
57181         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
57182              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
57183              Date: 14 Jul 2003 05:37:02 -0000
57184              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
57185      Branch: perl
57186            ! ext/IO/lib/IO/Socket.pm
57187 ____________________________________________________________________________
57188 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
57189         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
57190              From: Dave Mitchell <davem@fdgroup.com>
57191              Date: Thu, 17 Jul 2003 20:33:29 +0100
57192              Message-ID: <20030717193329.GA2699@fdgroup.com>
57193      Branch: perl
57194            ! pad.c t/lib/warnings/pad
57195 ____________________________________________________________________________
57196 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
57197         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
57198              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
57199              Date: 22 Jul 2003 02:59:13 -0000
57200              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
57201      Branch: perl
57202            ! pod/perlfunc.pod
57203 ____________________________________________________________________________
57204 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
57205         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
57206              From: Stephen Clouse <stephenc@theiqgroup.com>
57207              Date: Tue, 22 Jul 2003 21:31:38 -0500
57208              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
57209      Branch: perl
57210            ! perl.h
57211 ____________________________________________________________________________
57212 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
57213         Log: Subject: [PATCH] configure.gnu --prefix
57214              From: slaven@rezic.de
57215              Date: Thu, 10 Jul 2003 09:33:27 +0000
57216              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
57217      Branch: perl
57218            ! configure.gnu
57219 ____________________________________________________________________________
57220 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
57221         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
57222              From: Edward Moy <emoy@apple.com>
57223              Date: Sun, 13 Jul 2003 14:12:57 -0700
57224              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
57225      Branch: perl
57226            ! lib/ExtUtils/MM_Unix.pm
57227 ____________________________________________________________________________
57228 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
57229         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
57230              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
57231              Date: Tue, 15 Jul 2003 07:46:58 -0700
57232              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
57233      Branch: perl
57234            ! makedef.pl malloc.c malloc_ctl.h
57235 ____________________________________________________________________________
57236 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
57237         Log: This should make Stas happy.
57238      Branch: perl
57239            ! hv.h perl.c
57240 ____________________________________________________________________________
57241 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
57242         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
57243      Branch: perl
57244            ! installperl
57245 ____________________________________________________________________________
57246 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
57247         Log: As the perldoc.pod is now in a separate file under pod/,
57248              the installman script was installing an empty perldoc.1 manpage.
57249      Branch: perl
57250            ! installperl utils.lst
57251 ____________________________________________________________________________
57252 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
57253         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
57254              From: Steve Grazzini <grazz@pobox.com>
57255              Date: Wed, 16 Jul 2003 08:56:21 -0400
57256              Message-ID: <20030716125620.GA7022@grazzini.net>
57257      Branch: perl
57258            ! pod/perlipc.pod pod/perlvar.pod
57259 ____________________________________________________________________________
57260 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
57261         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
57262              From: Dave Mitchell <davem@fdgroup.com>
57263              Date: Tue, 15 Jul 2003 20:46:07 +0100
57264              Message-ID: <20030715194607.GA24592@fdgroup.com>
57265
57266              plus the regression test :
57267              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
57268              From: Nicholas Clark <nick@ccl4.org>
57269              Date: Tue, 15 Jul 2003 22:24:04 +0100
57270              Message-ID: <20030715222404.L20414@plum.flirble.org>
57271      Branch: perl
57272            ! pp_ctl.c t/op/write.t
57273 ____________________________________________________________________________
57274 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
57275         Log: Subject: Re: [PATCH] h2xs and extra_libraries
57276              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
57277              Date: Tue, 15 Jul 2003 07:28:52 +0200
57278              Message-id: <20030715052852.GA494@ethan>
57279      Branch: perl
57280            ! utils/h2xs.PL
57281 ____________________________________________________________________________
57282 [ 20175] By: merijn                                on 2003/07/21  14:26:43
57283         Log: Subject: Re: [PATCH] test clean-up for VMS
57284              From: "Craig A. Berry" <craigberry@mac.com>
57285              Date: Sun, 20 Jul 2003 10:43:32 -0500
57286              Message-ID: <3F1AB8A4.2070207@mac.com>
57287      Branch: perl
57288            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
57289            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
57290            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
57291            ! t/uni/write.t
57292 ____________________________________________________________________________
57293 [ 20174] By: hv                                    on 2003/07/21  10:26:07
57294         Log: Update Changes.
57295      Branch: perl
57296            ! Changes patchlevel.h
57297 ____________________________________________________________________________
57298 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
57299         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
57300              (bug #22968)
57301      Branch: perl
57302            ! pod/perlfaq3.pod pod/perlrun.pod
57303 ____________________________________________________________________________
57304 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
57305         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
57306              From: Andy Dougherty <doughera@lafayette.edu>
57307              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
57308              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
57309
57310              plus a clarification to INSTALL :
57311              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
57312              From: Andy Dougherty <doughera@lafayette.edu>
57313              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
57314              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
57315      Branch: perl
57316            ! INSTALL Makefile.SH
57317 ____________________________________________________________________________
57318 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
57319         Log: The warning "Possible precedence problem on bitwise operator"
57320              was incorrectly produced with the bitwise-assignment operators.
57321              Fix it. (bug #23065 concerning 5.8.1 RC2)
57322      Branch: perl
57323            ! op.c t/lib/warnings/op
57324 ____________________________________________________________________________
57325 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
57326         Log: Rename get_seed() to get_hash_seed(), as suggested by
57327              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
57328      Branch: perl
57329            ! embed.fnc embed.h perl.c proto.h util.c
57330 ____________________________________________________________________________
57331 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
57332         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
57333              From: Andreas J Koenig <andreas.koenig@anima.de>
57334              Date: Fri, 18 Jul 2003 09:36:47 +0200
57335              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
57336      Branch: perl
57337            ! t/op/pow.t
57338 ____________________________________________________________________________
57339 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
57340         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
57341              From: Dave Mitchell <davem@fdgroup.com>
57342              Date: Thu, 17 Jul 2003 21:51:12 +0100
57343              Message-ID: <20030717205112.GA2994@fdgroup.com>
57344      Branch: perl
57345            ! t/op/universal.t universal.c
57346 ____________________________________________________________________________
57347 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
57348         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
57349              From: Stephen McCamant <smcc@mit.edu>
57350              Date: Fri, 18 Jul 2003 02:26:14 -0400
57351              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
57352      Branch: perl
57353            ! pp.c t/op/pow.t
57354 ____________________________________________________________________________
57355 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
57356         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
57357              From: Stephen McCamant <smcc@mit.edu>
57358              Date: Tue, 15 Jul 2003 09:57:26 -0400
57359              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
57360
57361              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
57362              From: Stephen McCamant <smcc@mit.edu>
57363              Date: Tue, 15 Jul 2003 09:57:31 -0400
57364              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
57365      Branch: perl
57366            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
57367 ____________________________________________________________________________
57368 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
57369         Log: Subject: [PATCH] Re: POSIX::div
57370              From: Michael G Schwern <schwern@pobox.com>
57371              Date: Mon, 14 Jul 2003 14:00:58 -0700
57372              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
57373      Branch: perl
57374            ! ext/POSIX/POSIX.pm
57375 ____________________________________________________________________________
57376 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
57377         Log: PERL5LIB is not colon-separated everywhere
57378      Branch: perl
57379            ! pod/perlrun.pod
57380 ____________________________________________________________________________
57381 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
57382         Log: Subject: [PATCH] fix $^N-related coredump
57383              From: Anton Berezin <tobez@tobez.org>
57384              Date: Mon, 14 Jul 2003 13:50:35 +0200
57385              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
57386      Branch: perl
57387            ! pp_hot.c sv.c
57388 ____________________________________________________________________________
57389 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
57390         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
57391              From: Tony Bowden <tony@kasei.com>
57392              Date: Thu, 17 Jul 2003 16:49:35 +0100
57393              Message-ID: <20030717154935.GA20302@soto.kasei.com>
57394      Branch: perl
57395            ! pod/perlfunc.pod
57396 ____________________________________________________________________________
57397 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
57398         Log: Minor nits in perlsyn.pod
57399      Branch: perl
57400            ! pod/perlsyn.pod
57401 ____________________________________________________________________________
57402 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
57403         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
57404              From: Claes Jacobsson <claes@surfar.nu>
57405              Date: Sat, 12 Jul 2003 16:30:42 +0200
57406              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
57407      Branch: perl
57408            ! lib/Attribute/Handlers.pm
57409 ____________________________________________________________________________
57410 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
57411         Log: Add a TODO test for perlbug #19049
57412              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
57413              From: Alex Gough <alex-p5p@earth.li>
57414              Date: Fri, 11 Jul 2003 01:12:42 +0100
57415              Message-ID: <20030711001242.GD2484@the.earth.li>
57416      Branch: perl
57417            ! t/op/pat.t
57418 ____________________________________________________________________________
57419 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
57420         Log: Minor updates of the charnames documentation.
57421      Branch: perl
57422            ! lib/charnames.pm
57423 ____________________________________________________________________________
57424 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
57425         Log: Subject: Re: Sort sub and NaNs
57426              From: "John P. Linderman" <jpl@research.att.com>
57427              Date: Thu, 10 Jul 2003 10:45:06 -0400
57428              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
57429
57430              Warn against a potential edge case with sort, <=> and NaNs.
57431      Branch: perl
57432            ! pod/perlfunc.pod
57433 ____________________________________________________________________________
57434 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
57435         Log: Subject: [DOCPATCH] perlfunc/read
57436              From: Steve Grazzini <grazz@pobox.com>
57437              Date: Tue, 8 Jul 2003 10:23:03 -0400
57438              Message-ID: <20030708142303.GB23698@grazzini.net>
57439
57440              Clarify the OFFSET parameter to read().
57441      Branch: perl
57442            ! pod/perlfunc.pod
57443 ____________________________________________________________________________
57444 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
57445         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
57446              From: Michael G Schwern <schwern@pobox.com>
57447              Date: Tue, 13 May 2003 18:33:05 -0700
57448              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
57449      Branch: perl
57450            ! pod/perlsyn.pod pod/perltrap.pod
57451 ____________________________________________________________________________
57452 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
57453         Log: I think the API for mod_perl v2 should be simply that
57454              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
57455              itself, hopefully from a good source of random bits.
57456      Branch: perl
57457            ! perl.c
57458 ____________________________________________________________________________
57459 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
57460         Log: pTHX.
57461      Branch: perl
57462            ! util.c
57463 ____________________________________________________________________________
57464 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
57465         Log: New order of seed.
57466      Branch: perl
57467            ! pod/perlrun.pod
57468 ____________________________________________________________________________
57469 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
57470         Log: More retraction.
57471      Branch: perl
57472            ! INSTALL
57473 ____________________________________________________________________________
57474 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
57475         Log: Retract the statements.
57476      Branch: perl
57477            ! pod/perlfunc.pod pod/perlsec.pod
57478 ____________________________________________________________________________
57479 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
57480         Log: Chicken out: the hash randomisation is not on by default.
57481              We switch over to the explicit mode: in other words, if
57482              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
57483              randomise only if PL_hash_seed_set is FALSE (this means
57484              one can use PERL_HASH() before perl_run.)  Also, since
57485              now PERL_HASH_SEED is okay even under -T, all should be fine.
57486              (Ha!)
57487      Branch: perl
57488            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
57489            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
57490 ____________________________________________________________________________
57491 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
57492         Log: Check PERL_HASH_SEED even when tainted.
57493      Branch: perl
57494            ! perl.c pod/perlrun.pod
57495 ____________________________________________________________________________
57496 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
57497         Log: &Time::HiRes::d_nanosleep was broken.
57498      Branch: perl
57499            ! ext/Time/HiRes/Makefile.PL
57500 ____________________________________________________________________________
57501 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
57502         Log: Subject: [PATCH} db-recno.t on Mac OS X
57503              From: slaven@rezic.de
57504              Date: Thu, 10 Jul 2003 12:41:05 +0000
57505              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
57506      Branch: perl
57507            ! ext/DB_File/t/db-recno.t
57508 ____________________________________________________________________________
57509 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
57510         Log: Subject: [comment patch]
57511              From: Stas Bekman <stas@stason.org>
57512              Date: Thu, 10 Jul 2003 14:19:22 -0700
57513              Message-ID: <3F0DD85A.1070902@stason.org>
57514      Branch: perl
57515            ! perl.c
57516 ____________________________________________________________________________
57517 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
57518         Log: Be vague enough.
57519      Branch: perl
57520            ! pod/perldata.pod
57521 ____________________________________________________________________________
57522 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
57523         Log: regen embed.pl for the bleadperl branch as well.
57524      Branch: perl
57525            ! embedvar.h
57526 ____________________________________________________________________________
57527 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
57528         Log: Time travel noticed by Enache.
57529      Branch: perl
57530            ! pod/perlhist.pod
57531 ____________________________________________________________________________
57532 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
57533         Log: I can see the future.  It is cloudy.
57534      Branch: perl
57535            ! pod/perlhist.pod
57536 ____________________________________________________________________________
57537 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
57538         Log: Subject: [PATCH] configure.gnu --prefix
57539              From: slaven@rezic.de
57540              Date: Thu, 10 Jul 2003 09:33:27 +0000
57541              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
57542      Branch: perl
57543            ! configure.gnu
57544 ____________________________________________________________________________
57545 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
57546         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
57547      Branch: perl
57548            ! malloc.c
57549 ____________________________________________________________________________
57550 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
57551         Log: Subject: [PATCH] Restore SIGFPE on exec()
57552              From: Chip Salzenberg <chip@pobox.com>
57553              Date: Thu, 10 Jul 2003 13:13:20 -0400
57554              Message-ID: <20030710171319.GA21588@perlsupport.com>
57555      Branch: perl
57556            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
57557 ____________________________________________________________________________
57558 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
57559         Log: The *right* way to make the csighandler visible.
57560      Branch: perl
57561            ! embed.fnc embed.h global.sym
57562 ____________________________________________________________________________
57563 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
57564         Log: Retract #20112.
57565      Branch: perl
57566            ! embed.fnc embedvar.h intrpvar.h perlapi.h
57567 ____________________________________________________________________________
57568 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
57569         Log: Argh.  At least AIX builds choke because of this.
57570      Branch: perl
57571            ! embed.fnc embedvar.h intrpvar.h perlapi.h
57572 ____________________________________________________________________________
57573 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
57574         Log: Upgrade to podlators 1.27.
57575      Branch: perl
57576            ! lib/Pod/Text/Termcap.pm
57577 ____________________________________________________________________________
57578 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
57579         Log: Deprecate v-strings.
57580      Branch: perl
57581            ! pod/perldata.pod
57582 ____________________________________________________________________________
57583 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
57584         Log: perlfaq sync.
57585      Branch: perl
57586            ! pod/perlfaq1.pod
57587 ____________________________________________________________________________
57588 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
57589         Log: Detypo.
57590      Branch: perl
57591            ! hints/darwin.sh
57592 ____________________________________________________________________________
57593 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
57594         Log: Fixes from Ron Kimball.
57595      Branch: perl
57596            ! pod/perldata.pod
57597 ____________________________________________________________________________
57598 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
57599         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
57600      Branch: perl
57601            ! toke.c
57602 ____________________________________________________________________________
57603 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
57604         Log: More Darwin/MacOSX paths twiddling.
57605      Branch: perl
57606            ! hints/darwin.sh
57607 ____________________________________________________________________________
57608 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
57609         Log: Play safe and use the system malloc in FreeBSD.
57610              Yes, performance suffers.  But that is better than
57611              random core dumps.
57612      Branch: perl
57613            ! hints/freebsd.sh
57614 ____________________________________________________________________________
57615 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
57616         Log: Upgrade to Encode 1.97.
57617      Branch: perl
57618            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
57619            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
57620            ! ext/Encode/lib/Encode/Encoder.pm
57621            ! ext/Encode/lib/Encode/Guess.pm
57622            ! ext/Encode/lib/Encode/JP/JIS7.pm
57623 ____________________________________________________________________________
57624 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
57625         Log: Rework the perldata vXX => ... entry a bit.
57626      Branch: perl
57627            ! pod/perldata.pod
57628 ____________________________________________________________________________
57629 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
57630         Log: Document the vXX => change in perldata, too.
57631      Branch: perl
57632            ! pod/perldata.pod
57633 ____________________________________________________________________________
57634 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
57635         Log: Test the vX => ... fix.
57636      Branch: perl
57637            ! t/op/ver.t
57638 ____________________________________________________________________________
57639 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
57640         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
57641              From: John Peacock <jpeacock@rowman.com>
57642              Date: Wed, 09 Jul 2003 01:05:38 -0700
57643              Message-ID: <3F0BCCD2.1020009@rowman.com>
57644      Branch: perl
57645            ! embed.fnc pod/perlapi.pod toke.c util.c
57646 ____________________________________________________________________________
57647 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
57648         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
57649              for the install dirs.
57650      Branch: perl
57651            ! hints/darwin.sh
57652 ____________________________________________________________________________
57653 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
57654         Log: Enable avoiding /System/Library in Mac OS X by
57655              doing Configure -Dprefix=/some/where -Uvendorlib.
57656      Branch: perl
57657            ! hints/darwin.sh
57658 ____________________________________________________________________________
57659 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
57660         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
57661              From: Chip Salzenberg <chip@pobox.com>
57662              Date: Wed, 9 Jul 2003 01:49:10 -0400
57663              Message-ID: <20030709054910.GH2021@perlsupport.com>
57664      Branch: perl
57665            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
57666            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
57667 ____________________________________________________________________________
57668 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
57669         Log: The CHECKOP macro was not invoked on some newly created ops
57670              (to match them against the current opmask.) As a consequence,
57671              Safe compartments were unable to trap some ops (pattern
57672              match, slices, conditionals.) This fixes the holes.
57673      Branch: perl
57674            ! op.c
57675 ____________________________________________________________________________
57676 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
57677         Log: Revert #20077.
57678      Branch: perl
57679            ! lib/CPAN.pm
57680 ____________________________________________________________________________
57681 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
57682         Log: Don't recommend to upgrade the base.pm in the core with
57683              the base.pm from Class::Fields.  They are not the same.
57684      Branch: perl
57685            ! lib/CPAN.pm
57686 ____________________________________________________________________________
57687 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
57688         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
57689              From: Enache Adrian <enache@rdslink.ro>
57690              Date: Tue, 8 Jul 2003 20:47:58 +0300
57691              Message-ID: <20030708174758.GA1177@ratsnest.hole>
57692
57693              (ByteLoader tweak avoiding a leaked scalar)
57694      Branch: perl
57695            ! op.c
57696 ____________________________________________________________________________
57697 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
57698         Log: In 5.8.x, fast stdio places still do use stdio.
57699      Branch: perl
57700            ! ext/Digest/MD5/t/badfile.t
57701 ____________________________________________________________________________
57702 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
57703         Log: Subject: [PATCH] format 'botched' in malloc.c
57704              From: Enache Adrian <enache@rdslink.ro>
57705              Date: Mon, 7 Jul 2003 21:57:06 +0300
57706              Message-ID: <20030707185706.GB7017@ratsnest.hole>
57707      Branch: perl
57708            ! malloc.c
57709 ____________________________________________________________________________
57710 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
57711         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
57712              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
57713              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
57714              Message-ID: <12022.1057655645@www59.gmx.net>
57715      Branch: perl
57716            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
57717 ____________________________________________________________________________
57718 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
57719         Log: Retract #20065: I don't think this is the right way
57720              to patch this issue.
57721      Branch: perl
57722            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
57723 ____________________________________________________________________________
57724 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
57725         Log: Configure tweak from Johnny Lam so that the
57726              INSTALLSITEMAN[13]DIR get correctly set.
57727      Branch: perl
57728            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
57729 ____________________________________________________________________________
57730 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
57731         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
57732      Branch: perl
57733            ! pod/perlsyn.pod
57734 ____________________________________________________________________________
57735 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
57736         Log: Mark Bixby ++.
57737      Branch: perl
57738            ! perl.c
57739 ____________________________________________________________________________
57740 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
57741         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
57742      Branch: perl
57743            ! ext/Time/HiRes/Makefile.PL
57744 ____________________________________________________________________________
57745 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
57746         Log: Good catch from Gisle.
57747      Branch: perl
57748            ! pod/perlfunc.pod
57749 ____________________________________________________________________________
57750 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
57751         Log: Refashioned #20055: we cannot trust stdio to fail here.
57752      Branch: perl
57753            ! ext/Digest/MD5/t/badfile.t
57754 ____________________________________________________________________________
57755 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
57756         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
57757              are just breaking more than they are fixing.
57758      Branch: perl
57759            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
57760            ! ext/Digest/MD5/t/files.t perlio.c
57761 ____________________________________________________________________________
57762 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
57763         Log: Returning zero from PerlIO_read() is okay;
57764              update MD5 sums.
57765      Branch: perl
57766            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
57767 ____________________________________________________________________________
57768 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
57769         Log: If perlio is completely out of the picture, we can
57770              get tripped by different stdio implementations.
57771      Branch: perl
57772            ! ext/Digest/MD5/t/badfile.t
57773 ____________________________________________________________________________
57774 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
57775         Log: AUTHORS tweak.
57776      Branch: perl
57777            ! AUTHORS
57778 ____________________________________________________________________________
57779 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
57780         Log: Subject: Patch to README.solaris
57781              From: Alan Burlison <Alan.Burlison@sun.com>
57782              Date: Mon, 07 Jul 2003 14:15:57 +0100
57783              Message-ID: <3F09728D.1070408@sun.com>
57784      Branch: perl
57785            ! README.solaris
57786 ____________________________________________________________________________
57787 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
57788         Log: Update MD5 checksums.
57789      Branch: perl
57790            ! ext/Digest/MD5/t/files.t
57791 ____________________________________________________________________________
57792 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
57793         Log: Be more explicit than just 'characters'.
57794      Branch: perl
57795            ! pod/perlfunc.pod
57796 ____________________________________________________________________________
57797 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
57798         Log: Try making PerlIO errors more consistent.
57799              (1) Check early whether the filehandle is capable of
57800              the requested action.
57801              (2) PerlIO_read() really can return -1, and so can
57802              PerlIOUnix_read().
57803              (3) Some stdio implementations are more forgiving
57804              than others, so check also for errors recorded
57805              by PerlIO in PerlStdio_errno().
57806      Branch: perl
57807            ! perlio.c
57808 ____________________________________________________________________________
57809 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
57810         Log: Linewrapping.
57811      Branch: perl
57812            ! pod/perlapio.pod
57813 ____________________________________________________________________________
57814 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
57815         Log: PerlIO_read() can return negative.
57816      Branch: perl
57817            ! ext/Digest/MD5/MD5.xs
57818 ____________________________________________________________________________
57819 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
57820         Log: Use the existence, instead of the truth, to decide
57821              whether to scan for a symbol.
57822              (Also remove trailing spaces.)
57823      Branch: perl
57824            ! ext/Time/HiRes/Makefile.PL
57825 ____________________________________________________________________________
57826 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
57827         Log: MPE/iX tweak from Mark Bixby.
57828      Branch: perl
57829            ! ext/Time/HiRes/Makefile.PL
57830 ____________________________________________________________________________
57831 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
57832         Log: Upgrade BigInt and BigRat
57833              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
57834              From: Tels <perl_dummy@bloodgate.com>
57835              Date: Sun, 6 Jul 2003 15:41:36 +0200
57836              Message-Id: <200307061158.23576@bloodgate.com>
57837      Branch: perl
57838            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
57839            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
57840            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
57841            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
57842            ! lib/Math/BigRat/t/bigratpm.t
57843 ____________________________________________________________________________
57844 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
57845         Log: Subject: Re: [perl #5025] #line directive explination wrong
57846              From: Casey West <casey@geeknest.com>
57847              Date: Sun, 6 Jul 2003 18:24:46 -0400
57848              Message-ID: <20030706222446.GL7506@geeknest.com>
57849      Branch: perl
57850            ! pod/perlsyn.pod
57851 ____________________________________________________________________________
57852 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
57853         Log: Update the CPAN mirrors list.
57854      Branch: perl
57855            ! pod/perlmodlib.PL pod/perlmodlib.pod
57856 ____________________________________________________________________________
57857 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
57858         Log: yet another symbol missing in change#20018
57859      Branch: perl
57860            ! makedef.pl
57861 ____________________________________________________________________________
57862 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
57863         Log: PerlIOBase_pushed seems to have gone missing in change#20018
57864      Branch: perl
57865            ! makedef.pl
57866 ____________________________________________________________________________
57867 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
57868         Log: Subject: [PATCH @19834] DProf fixes
57869              From: Radu Greab <radu@netsoft.ro>
57870              Date: Sun, 6 Jul 2003 20:09:12 +0300
57871              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
57872      Branch: perl
57873            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
57874            + t/lib/dprof/test8_v
57875            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
57876            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
57877            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
57878 ____________________________________________________________________________
57879 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
57880         Log: Forgotten from change #20031.
57881      Branch: perl
57882            ! makedef.pl malloc_ctl.h
57883 ____________________________________________________________________________
57884 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
57885         Log: Subject: [PATCH] improve WinCE port
57886              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
57887              Date: Sun, 6 Jul 2003 18:46:09 +0400
57888              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
57889
57890              Subject: [PATCH] improve WinCE port -- addition
57891              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
57892              Date: Sun, 6 Jul 2003 19:50:47 +0400
57893              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
57894      Branch: perl
57895            + wince/perlhost.h wince/vdir.h wince/vmem.h
57896            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
57897            ! wince/win32.h wince/win32io.c wince/win32iop.h
57898            ! wince/win32thread.c wince/win32thread.h wince/wince.c
57899            ! wince/wince.h
57900 ____________________________________________________________________________
57901 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
57902         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
57903              From: merlyn@stonehenge.com (Randal L. Schwartz)
57904              Date: 05 Jul 2003 16:29:14 -0700
57905              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
57906      Branch: perl
57907            ! pod/perlfaq2.pod
57908 ____________________________________________________________________________
57909 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
57910         Log: FreeBSD: if someone *really* wants to use the system malloc.
57911      Branch: perl
57912            ! hints/freebsd.sh
57913 ____________________________________________________________________________
57914 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
57915         Log: Make the 'slow ok' feature optional.
57916      Branch: perl
57917            ! lib/Test/Harness.pm
57918 ____________________________________________________________________________
57919 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
57920         Log: The change #20022 didn't work for Command.t.
57921      Branch: perl
57922            ! lib/ExtUtils/t/Command.t
57923 ____________________________________________________________________________
57924 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
57925         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
57926              From: Michael G Schwern <schwern@pobox.com>
57927              Date: Sat, 5 Jul 2003 13:34:37 -0700
57928              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
57929
57930              Print out the "ok" messages only once every second,
57931              this should make output much less and therefore testing
57932              much faster, especially on slower connections.
57933      Branch: perl
57934            ! lib/Test/Harness.pm
57935 ____________________________________________________________________________
57936 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
57937         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
57938              From: Michael G Schwern <schwern@pobox.com>
57939              Date: Sat, 5 Jul 2003 16:59:49 -0700
57940              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
57941      Branch: perl
57942            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
57943            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
57944            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
57945            ! lib/ExtUtils/t/Command.t
57946 ____________________________________________________________________________
57947 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
57948         Log: Reintroduce changes #19723 and #19723 that were not
57949              in Net::Ping 2.31; needed for Windows.
57950      Branch: perl
57951            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
57952 ____________________________________________________________________________
57953 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
57954         Log: Upgrade to Digest::MD5 2.25.
57955      Branch: perl
57956            + ext/Digest/MD5/t/clone.t
57957            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
57958            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
57959            ! ext/Digest/MD5/t/files.t
57960 ____________________________________________________________________________
57961 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
57962         Log: Make a read from a write-only fh to set errno
57963              (found by Gisle)
57964      Branch: perl
57965            ! perlio.c
57966 ____________________________________________________________________________
57967 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
57968         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
57969              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
57970              duplicates.
57971      Branch: perl
57972            ! makedef.pl
57973 ____________________________________________________________________________
57974 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
57975         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
57976              From: Dave Mitchell <davem@fdgroup.com>
57977              Date: Sat, 5 Jul 2003 19:12:51 +0100
57978              Message-ID: <20030705181251.GA14502@fdgroup.com>
57979      Branch: perl
57980            ! ext/threads/t/problems.t
57981 ____________________________________________________________________________
57982 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
57983         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
57984      Branch: perl
57985            ! lib/Benchmark.t
57986 ____________________________________________________________________________
57987 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
57988         Log: Be explicit about the $0 pain in Linux 2.2.
57989      Branch: perl
57990            ! pod/perlvar.pod
57991 ____________________________________________________________________________
57992 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
57993         Log: Comment out some debugging output in Math::BigInt, that
57994              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
57995      Branch: perl
57996            ! lib/Math/BigInt.pm
57997 ____________________________________________________________________________
57998 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
57999         Log: The logic for additional randomisation for 64-bit UV
58000              cases was wrong.
58001      Branch: perl
58002            ! perl.c
58003 ____________________________________________________________________________
58004 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
58005         Log: IIRC gcc would complain about if (s = ...).
58006      Branch: perl
58007            ! perl.c
58008 ____________________________________________________________________________
58009 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
58010         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
58011              since CGI scripts are (should be) run under -T, being able
58012              to show the HASH_SEED in case of problems is good.
58013              The $ENV{PERL_HASH_SEED} is still ignored under taint.
58014      Branch: perl
58015            ! perl.c
58016 ____________________________________________________________________________
58017 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
58018         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
58019              From: "Craig A. Berry" <craigberry@mac.com>
58020              Date: Sat, 05 Jul 2003 00:38:28 -0500
58021              Message-ID: <3F066454.90003@mac.com>
58022      Branch: perl
58023            ! lib/ExtUtils/MM_VMS.pm
58024 ____________________________________________________________________________
58025 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
58026         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
58027              From: Robin Barker <Robin.Barker@npl.co.uk>
58028              Date: Fri, 4 Jul 2003 19:15:01 +0100
58029              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
58030      Branch: perl
58031            ! dump.c
58032 ____________________________________________________________________________
58033 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
58034         Log: Allow to create more than one Shell object :
58035              Subject: [patch] Shell.pm fix
58036              From: Stéphane Payrard <stef@payrard.net>
58037              Date: Sat, 5 Jul 2003 01:16:50 +0200
58038              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
58039      Branch: perl
58040            ! lib/Shell.pm
58041 ____________________________________________________________________________
58042 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
58043         Log: Author list update (to be continued...)
58044      Branch: perl
58045            ! AUTHORS
58046 ____________________________________________________________________________
58047 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
58048         Log: Add a new test target in the makefile, test_harness_notty.
58049              It's like test_harness, but sets HARNESS_NOTTY=1 to make
58050              Test::Harness' output less blinking.
58051      Branch: perl
58052            ! Makefile.SH
58053 ____________________________________________________________________________
58054 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
58055         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
58056              and bignum v0.14.
58057      Branch: perl
58058            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
58059            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
58060            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
58061            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
58062            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
58063            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
58064            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
58065            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
58066            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
58067            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
58068            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
58069            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
58070            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
58071            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
58072            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
58073            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
58074            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
58075            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
58076            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
58077            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
58078            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
58079            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
58080            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
58081            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
58082            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
58083            ! t/lib/Math/BigInt/Subclass.pm
58084 ____________________________________________________________________________
58085 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
58086         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
58087              appears just before the name of the command to be run. See
58088
58089              Subject: Re: PERL_SKIP_TTY_TEST fix
58090              From: Alexey Tourbin <at@altlinux.ru>
58091              Date: Fri, 4 Jul 2003 17:25:34 +0400
58092              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
58093      Branch: perl
58094            ! Makefile.SH
58095 ____________________________________________________________________________
58096 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
58097         Log: Fix non-numeric $VERSION.
58098      Branch: perl
58099            ! lib/Math/BigInt.pm
58100 ____________________________________________________________________________
58101 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
58102         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
58103      Branch: perl
58104            ! lib/Math/BigInt.pm
58105 ____________________________________________________________________________
58106 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
58107         Log: More $0 sad tales.
58108      Branch: perl
58109            ! pod/perlvar.pod
58110 ____________________________________________________________________________
58111 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
58112         Log: Oops.
58113      Branch: perl
58114            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
58115 ____________________________________________________________________________
58116 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
58117         Log: Upgrade to PodParser 1.23; but do not update
58118              t/pod/find.t or t/pod/testp2pt.pl since the
58119              first one does not work at all under core,
58120              and the second change would drop MacOS Classic
58121              portability tweaks introduced by change #18669.
58122      Branch: perl
58123            ! lib/Pod/Find.pm lib/Pod/Usage.pm
58124 ____________________________________________________________________________
58125 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
58126         Log: Upgrade to Text::Balanced 1.94.
58127      Branch: perl
58128            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
58129            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
58130            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
58131 ____________________________________________________________________________
58132 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
58133         Log: Upgrade to Net::Ping 2.31.
58134      Branch: perl
58135            ! lib/Net/Ping.pm lib/Net/Ping/Changes
58136            ! lib/Net/Ping/t/250_ping_hires.t
58137            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
58138 ____________________________________________________________________________
58139 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
58140         Log: Upgrade to Locale::Maketext 1.06.
58141      Branch: perl
58142            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
58143            + lib/Locale/Maketext/t/90utf8.t
58144            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
58145 ____________________________________________________________________________
58146 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
58147         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
58148              (1) make the PATCHLEVEL logic as it is with List::Util
58149              (more portable to older Perls)
58150              (2) regen the MD5 checksums with ...
58151              (3) ... the Mac OS Classic checksums generated via MacRoman
58152              (just a guess)
58153              (4) Keep the core Makefile.PL.
58154      Branch: perl
58155            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
58156            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
58157 ____________________________________________________________________________
58158 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
58159         Log: Upgrade to CPAN 1.71.
58160      Branch: perl
58161            ! lib/CPAN.pm
58162 ____________________________________________________________________________
58163 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
58164         Log: Upgrade to CGI.pm 2.97.
58165      Branch: perl
58166            ! lib/CGI.pm lib/CGI/Carp.pm
58167 ____________________________________________________________________________
58168 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
58169         Log: No energy now to figure out what is wrong with $0
58170              (or ps) in Tru64.  The test works fine when run from
58171              command line.
58172      Branch: perl
58173            ! ext/threads/t/join.t
58174 ____________________________________________________________________________
58175 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
58176         Log: AUTHORS updates.
58177      Branch: perl
58178            ! AUTHORS
58179 ____________________________________________________________________________
58180 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
58181         Log: line_t is U32, not I32.
58182      Branch: perl
58183            ! bytecode.pl
58184 ____________________________________________________________________________
58185 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
58186         Log: Remove PL_earlytaint since the hash seed code
58187              can be delayed until perl_parse().
58188      Branch: perl
58189            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
58190            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
58191            ! plan9/plan9ish.h unixish.h vms/vmsish.h
58192 ____________________________________________________________________________
58193 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
58194         Log: $0 is pain.
58195      Branch: perl
58196            ! ext/threads/t/join.t
58197 ____________________________________________________________________________
58198 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
58199         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
58200              From: PPrymmer@factset.com
58201              Date: Thu, 3 Jul 2003 23:59:51 -0400
58202              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
58203      Branch: perl
58204            ! vms/vms.c vms/vmspipe.com
58205 ____________________________________________________________________________
58206 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
58207         Log: Bump Time::HiRes version to 1.50.
58208      Branch: perl
58209            ! ext/Time/HiRes/HiRes.pm
58210 ____________________________________________________________________________
58211 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
58212         Log: Subject: [PATCH] installperl -n
58213              From: Slaven Rezic <slaven@rezic.de>
58214              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
58215              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
58216      Branch: perl
58217            ! installperl
58218 ____________________________________________________________________________
58219 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
58220         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
58221              From: Slaven Rezic <slaven@rezic.de>
58222              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
58223              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
58224      Branch: perl
58225            ! t/op/magic.t
58226 ____________________________________________________________________________
58227 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
58228         Log: Ask Schwern.
58229      Branch: perl
58230            - Porting/Modules
58231            ! AUTHORS MANIFEST
58232 ____________________________________________________________________________
58233 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
58234         Log: Add autarch and Time::Local to Modules.
58235      Branch: perl
58236            ! Porting/Modules
58237 ____________________________________________________________________________
58238 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
58239         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
58240              From: Dave Rolsky <autarch@urth.org>
58241              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
58242              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
58243      Branch: perl
58244            ! lib/Time/Local.pm
58245 ____________________________________________________________________________
58246 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
58247         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
58248              From: Mattia Barbon <mbarbon@dsi.unive.it>
58249              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
58250              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
58251      Branch: perl
58252            ! win32/win32.c
58253 ____________________________________________________________________________
58254 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
58255         Log: Subject: Re: randomly untainting?
58256              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58257              Date: Thu, 3 Jul 2003 17:35:09 +0200
58258              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
58259      Branch: perl
58260            ! t/TestInit.pm
58261 ____________________________________________________________________________
58262 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
58263         Log: Revert #19957 as requested by Rafael.
58264      Branch: perl
58265            ! ext/List/Util/t/tainted.t
58266 ____________________________________________________________________________
58267 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
58268         Log: Add at least meager beginnings of assertion checks for
58269              the UTF-8 length/pos cache.  It's not as full as I would
58270              like since the exact behaviour of the second half of the
58271              cache, used in substr(), eludes me right now.
58272      Branch: perl
58273            ! sv.c
58274 ____________________________________________________________________________
58275 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
58276         Log: Extra light testing for the UTF-8 cache
58277              (that it isn't broken, not that it helps).
58278      Branch: perl
58279            ! t/op/length.t
58280 ____________________________________________________________________________
58281 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
58282         Log: Subject: Re: randomly untainting?
58283              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
58284              Date: Thu, 3 Jul 2003 14:58:18 +0200
58285              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
58286              (plus extra debug printing)
58287      Branch: perl
58288            ! ext/List/Util/t/tainted.t
58289 ____________________________________________________________________________
58290 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
58291         Log: Subject: Re: maint @ 19923
58292              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
58293              Date: Thu, 3 Jul 2003 15:57:55 +0400
58294              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
58295      Branch: perl
58296            ! wince/Makefile.ce wince/wince.c
58297 ____________________________________________________________________________
58298 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
58299         Log: Tiny tweak to perlartistic from Robin Barker.
58300      Branch: perl
58301            ! pod/perlartistic.pod
58302 ____________________________________________________________________________
58303 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
58304         Log: Mention Modules in AUTHORS.
58305      Branch: perl
58306            ! AUTHORS
58307 ____________________________________________________________________________
58308 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
58309         Log: No fancy binmode() if no perlio.
58310      Branch: perl
58311            ! ext/IO/lib/IO/t/io_sock.t
58312 ____________________________________________________________________________
58313 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
58314         Log: Underline the fact that XSLoader is not DynaLoader
58315              ([perl #21974] dl_load_flags not honored by XSLoader)
58316      Branch: perl
58317            ! ext/DynaLoader/XSLoader_pm.PL
58318 ____________________________________________________________________________
58319 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
58320         Log: Apply Schwern's suggested warning code from
58321              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
58322      Branch: perl
58323            ! lib/Test/Harness/Straps.pm
58324 ____________________________________________________________________________
58325 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
58326         Log: Subject: [PATCH] "without parens" vs "without parentheses"
58327              From: Iain Truskett <spoon@cpan.org>
58328              Date: Thu, 3 Jul 2003 12:40:42 +1000
58329              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
58330      Branch: perl
58331            ! t/lib/warnings/toke toke.c
58332 ____________________________________________________________________________
58333 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
58334         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
58335              From: Dave Mitchell <davem@fdgroup.com>
58336              Date: Thu, 3 Jul 2003 01:32:11 +0100
58337              Message-ID: <20030703003211.GB3747@fdgroup.com>
58338      Branch: perl
58339            ! mg.c sv.c
58340 ____________________________________________________________________________
58341 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
58342         Log: Nicer options for Porting/Modules.
58343      Branch: perl
58344            ! MANIFEST Porting/Modules
58345 ____________________________________________________________________________
58346 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
58347         Log: Minor test adjustments :
58348              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
58349              - prototypes added to some public functions in t/test.pl,
58350              as suggested by Enache Adrian
58351      Branch: perl
58352            ! t/op/concat.t t/test.pl
58353 ____________________________________________________________________________
58354 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
58355         Log: Skip a socketpair test on SCO OSR
58356      Branch: perl
58357            ! ext/Socket/socketpair.t
58358 ____________________________________________________________________________
58359 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
58360         Log: Subject: [PATCH] various Deparse fixes
58361              From: Dave Mitchell <davem@fdgroup.com>
58362              Date: Wed, 2 Jul 2003 18:10:45 +0100
58363              Message-ID: <20030702171045.GF2137@fdgroup.com>
58364      Branch: perl
58365            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
58366            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
58367 ____________________________________________________________________________
58368 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
58369         Log: It would seem that in Linux 2.2 there is no way
58370              we can do the right thing to make ps(1) see $0
58371              our way.  Also amend the $0 documentation a bit.
58372      Branch: perl
58373            ! pod/perlvar.pod t/op/magic.t
58374 ____________________________________________________________________________
58375 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
58376         Log: Subject: [PATCH] line numbers are given % 64k
58377              From: James Jurach <muaddib@erf.net>
58378              Date: Wed, 2 Jul 2003 13:31:05 -0500
58379              Message-ID: <20030702183105.GA4837@lebowski>
58380      Branch: perl
58381            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
58382            ! handy.h pp_ctl.c scope.h
58383 ____________________________________________________________________________
58384 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
58385         Log: Subject: Re: maint @ 19923
58386              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
58387              Date: Wed, 2 Jul 2003 11:43:05 -0400
58388              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
58389      Branch: perl
58390            ! pod/perlfunc.pod
58391 ____________________________________________________________________________
58392 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
58393         Log: Subject: Re: maint @ 19923
58394              From: Jim Cromie <jcromie@divsol.com>
58395              Date: Wed, 02 Jul 2003 05:35:06 -0600
58396              Message-ID: <3F02C36A.9030704@divsol.com>
58397      Branch: perl
58398            ! pod/perlfunc.pod
58399 ____________________________________________________________________________
58400 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
58401         Log: Fix for [perl #22759 insufficient format string checking];
58402              using ewix makes no sense, assuming evix was intended,
58403              no old tests fail; add the test case.
58404      Branch: perl
58405            ! sv.c t/op/sprintf.t
58406 ____________________________________________________________________________
58407 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
58408         Log: Better links.
58409      Branch: perl
58410            ! pod/perlipc.pod pod/perlrun.pod
58411 ____________________________________________________________________________
58412 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
58413         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
58414      Branch: perl
58415            ! hints/darwin.sh
58416 ____________________________________________________________________________
58417 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
58418         Log: ...and getting the comma right, too.
58419      Branch: perl
58420            ! t/op/magic.t
58421 ____________________________________________________________________________
58422 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
58423         Log: Getting the whitespace right.
58424      Branch: perl
58425            ! t/op/magic.t
58426 ____________________________________________________________________________
58427 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
58428         Log: FreeBSD $0 dance.
58429      Branch: perl
58430            ! pod/perlvar.pod t/op/magic.t
58431 ____________________________________________________________________________
58432 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
58433         Log: Fix from Enache Adrian for the magic.t failure in
58434              FreeBSD: setproctitle() cannot get rid of the " (perl)".
58435      Branch: perl
58436            ! t/op/magic.t
58437 ____________________________________________________________________________
58438 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
58439         Log: VMS: with this, 100% make test in Compaq C V6.5-001
58440              on OpenVMS Alpha V7.3-1, from Craig Berry.
58441      Branch: perl
58442            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
58443 ____________________________________________________________________________
58444 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
58445         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
58446              The latest releases of NetBSD don't require the hack.  From
58447              Johnny Lam.
58448      Branch: perl
58449            ! hints/netbsd.sh
58450 ____________________________________________________________________________
58451 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
58452         Log: Add a new utility, Porting/Modules.
58453      Branch: perl
58454            + Porting/Modules
58455            ! MANIFEST
58456 ____________________________________________________________________________
58457 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
58458         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
58459              From: Robin Barker <Robin.Barker@npl.co.uk>
58460              Date: Tue, 1 Jul 2003 18:21:34 +0100
58461              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
58462
58463              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
58464              From: Robin Barker <Robin.Barker@npl.co.uk>
58465              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
58466              Date: Tue, 1 Jul 2003 18:25:17 +0100
58467
58468              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
58469              From: Robin Barker <Robin.Barker@npl.co.uk>
58470              Date: Tue, 1 Jul 2003 18:29:09 +0100
58471              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
58472      Branch: perl
58473            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
58474 ____________________________________________________________________________
58475 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
58476         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
58477              From: Enache Adrian <enache@rdslink.ro>
58478              Date: Tue, 1 Jul 2003 19:51:25 +0300
58479              Message-ID: <20030701165125.GA1521@ratsnest.hole>
58480      Branch: perl
58481            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
58482            ! ext/B/typemap t/op/magic.t
58483 ____________________________________________________________________________
58484 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
58485         Log: Upgrade to Unicode::Normalize 0.23.
58486      Branch: perl
58487            ! ext/Unicode/Normalize/Changes
58488            ! ext/Unicode/Normalize/Normalize.pm
58489            ! ext/Unicode/Normalize/Normalize.xs
58490 ____________________________________________________________________________
58491 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
58492         Log: A naked values() caused shuffling of lib/Config.pm,
58493              which in turn caused unnecessary rebuilds.
58494      Branch: perl
58495            ! configpm
58496 ____________________________________________________________________________
58497 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
58498         Log: Even more :utf8 socket testing, now in both directions.
58499      Branch: perl
58500            ! ext/IO/lib/IO/t/io_sock.t
58501 ____________________________________________________________________________
58502 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
58503         Log: One more test (does binmode()ing a socket succeed)
58504              and add -w.
58505      Branch: perl
58506            ! ext/IO/lib/IO/t/io_sock.t
58507 ____________________________________________________________________________
58508 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
58509         Log: Tweak an existing IO test to test also the change #19910.
58510      Branch: perl
58511            ! ext/IO/lib/IO/t/io_sock.t
58512 ____________________________________________________________________________
58513 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
58514         Log: Integrate from perlio:
58515              [ 19909]
58516              binmode() should affect IoOFP() as well as IoIFP() if it is
58517              distinct (e.g. sockets).
58518      Branch: perl
58519           !> pp_sys.c
58520 ____________________________________________________________________________
58521 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
58522         Log: Do the "aligned contiguous" check only if the arguments
58523              look like aligned; re-introduce the "traditional contiguous"
58524              checks with OS/2 special quirks and all.
58525      Branch: perl
58526            ! perl.c
58527 ____________________________________________________________________________
58528 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
58529         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
58530      Branch: perl
58531            ! perl.c
58532 ____________________________________________________________________________
58533 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
58534         Log: Regen Glossary et al.
58535      Branch: perl
58536            ! Porting/Glossary Porting/config.sh Porting/config_H
58537 ____________________________________________________________________________
58538 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
58539         Log: Regen Configure.
58540      Branch: perl
58541            ! Configure
58542 ____________________________________________________________________________
58543 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
58544         Log: More nanosleep removal.
58545      Branch: perl
58546            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
58547            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
58548            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
58549            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
58550 ____________________________________________________________________________
58551 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
58552         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
58553      Branch: perl
58554            + ext/Time/HiRes/hints/dec_osf.pl
58555            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
58556            ! ext/Time/HiRes/hints/sco.pl
58557 ____________________________________________________________________________
58558 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
58559         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
58560              From: Alan Burlison <Alan.Burlison@sun.com>
58561              Date: Tue, 01 Jul 2003 00:03:24 +0100
58562              Message-ID: <3F00C1BC.3020103@sun.com>
58563      Branch: perl
58564            ! Configure Makefile.SH config_h.SH configure.com
58565            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
58566 ____________________________________________________________________________
58567 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
58568         Log: Integrate #19892, #19895 from perlio to compile and avoid
58569              crashing on Win32.
58570      Branch: perl
58571           !> perl.c
58572 ____________________________________________________________________________
58573 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
58574         Log: int is not UV.
58575      Branch: perl
58576            ! perl.c
58577 ____________________________________________________________________________
58578 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
58579         Log: The 'contiguous' test for argv[], envp[] was bogus
58580              since those need not be in memory end-to-end, e.g.
58581              in Tru64 they are aligned by eight.  Loosen the test
58582              so that 'contiguousness' is fulfilled if the elements
58583              are within PTRSIZE alignment.  This makes Tru64 to pass
58584              the join.t, too.
58585      Branch: perl
58586            ! ext/threads/t/join.t mg.c perl.c
58587 ____________________________________________________________________________
58588 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
58589         Log: $0 doc tweakage.
58590      Branch: perl
58591            ! pod/perlvar.pod
58592 ____________________________________________________________________________
58593 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
58594         Log: $0 test tweaks from Andreas.
58595      Branch: perl
58596            ! ext/threads/t/join.t t/op/magic.t
58597 ____________________________________________________________________________
58598 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
58599         Log: Misc Pod Nits.
58600      Branch: perl
58601            ! ext/B/B.pm pod/perlrun.pod
58602 ____________________________________________________________________________
58603 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
58604         Log: Fix a faulty alias.
58605      Branch: perl
58606            ! ext/Encode/lib/Encode/Alias.pm
58607 ____________________________________________________________________________
58608 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
58609         Log: The joy of $0.  Undoing the #16399 makes Andreas'
58610              tests (see [perl #22811]) pass (yes, padding with space    instead
58611              of nul makes no sense, but that seems to work, maybe Linux does
58612              some deep magic in ps(1)?); moving the PL_origalen computation
58613              earlier makes also the threaded-first case fully pass.
58614
58615              But in general modifying the argv[] is very non-portable.
58616              (e.g. in Tru64 it seems to be limited to the size of the
58617              original argv[0] since the argv[] are not contiguous?)
58618
58619              Everybody should just have setproctitle().
58620      Branch: perl
58621            ! mg.c perl.c pod/perlvar.pod
58622 ____________________________________________________________________________
58623 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
58624         Log: More on the macro debugging and expansion.
58625      Branch: perl
58626            ! pod/perlhack.pod
58627 ____________________________________________________________________________
58628 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
58629         Log: Perl_doing_taint must be public, for programs that embed perl
58630      Branch: perl
58631            ! embed.fnc embed.h global.sym
58632 ____________________________________________________________________________
58633 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
58634         Log: More coffee...
58635      Branch: perl
58636            ! lib/Test/Harness.pm
58637 ____________________________________________________________________________
58638 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
58639         Log: argc, argv.
58640      Branch: perl
58641            ! perl.h
58642 ____________________________________________________________________________
58643 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
58644         Log: Another spot where a zero $test{$max} can make things go boom.
58645      Branch: perl
58646            ! lib/Test/Harness.pm
58647 ____________________________________________________________________________
58648 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
58649         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
58650              as per suggestion from Sarathy.
58651      Branch: perl
58652            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
58653            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
58654 ____________________________________________________________________________
58655 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
58656         Log: The #19842 is no more needed thanks to #19876,
58657              and the #19842 was wrong anyway (it affected
58658              only the threaded case.)
58659      Branch: perl
58660            ! hints/dec_osf.sh
58661 ____________________________________________________________________________
58662 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
58663         Log: Subject: Re: your malloc patches
58664              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
58665              Date: Fri, 27 Jun 2003 06:54:06 -0700
58666              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
58667
58668              More malloc patches: now they seem to work even in Tru64.
58669      Branch: perl
58670            ! malloc.c
58671 ____________________________________________________________________________
58672 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
58673         Log: Duh.
58674      Branch: perl
58675            ! perl.h
58676 ____________________________________________________________________________
58677 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
58678         Log: Retract #19867; the bug was really much simpler:
58679              the < max must be <= max instead.
58680      Branch: perl
58681            ! hv.c
58682 ____________________________________________________________________________
58683 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
58684         Log: Using $1 without testing success of the regexp, bad.
58685      Branch: perl
58686            ! pod/perlretut.pod
58687 ____________________________________________________________________________
58688 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
58689         Log: Some clarification about the current semantics of CHECK and
58690              INIT blocks. See bug [perl #22826].
58691      Branch: perl
58692            ! pod/perlmod.pod
58693 ____________________________________________________________________________
58694 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
58695         Log: Subject: [Encode] pre-1.97 patches
58696              From: Dan Kogai <dankogai@dan.co.jp>
58697              Date: Sat, 28 Jun 2003 01:20:59 +0900
58698              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
58699      Branch: perl
58700            ! ext/Encode/Changes ext/Encode/Encode.pm
58701            ! ext/Encode/lib/Encode/Guess.pm
58702 ____________________________________________________________________________
58703 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
58704         Log: Two debugging patches.
58705              The first allows to hold symbolic switches in $^D
58706              and more generally fixes assignment to $^D. The
58707              second one improves the information given by -Dl.
58708
58709              Subject: [PATCH] allow $^D = "flags"
58710              From: Dave Mitchell <davem@fdgroup.com>
58711              Date: Fri, 27 Jun 2003 22:26:24 +0100
58712              Message-ID: <20030627212624.GB12887@fdgroup.com>
58713
58714              Subject: [PATCH] make -Dl show more scope info
58715              From: Dave Mitchell <davem@fdgroup.com>
58716              Date: Fri, 27 Jun 2003 23:00:36 +0100
58717              Message-ID: <20030627220036.GC12887@fdgroup.com>
58718      Branch: perl
58719            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
58720            ! proto.h scope.h
58721 ____________________________________________________________________________
58722 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
58723         Log: Fix test count, by Abe Timmerman.
58724      Branch: perl
58725            ! t/comp/require.t
58726 ____________________________________________________________________________
58727 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
58728         Log: The two-for-loops is no more a valid way to walk through
58729              a hash (this was the reason the Hash/Util.t intermittently
58730              failed, the two-loop didn't find all the SVs of the HV).
58731      Branch: perl
58732            ! hv.c
58733 ____________________________________________________________________________
58734 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
58735         Log: Some warnings about the (im)proper uses of the hash randomisation.
58736      Branch: perl
58737            ! pod/perlsec.pod
58738 ____________________________________________________________________________
58739 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
58740         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
58741              is larger than INT_MAX (atoi() returns -1 in that case).
58742      Branch: perl
58743            ! perl.c
58744 ____________________________________________________________________________
58745 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
58746         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
58747              not per-interp, since perl_construct() is not passed
58748              the argc, argv, and therefore it can't set the per-interp
58749              PL_tainting.)
58750      Branch: perl
58751            ! perl.c perl.h
58752 ____________________________________________________________________________
58753 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
58754         Log: Introduce (global) variable PL_earlytaint which
58755              is set very early in main(), before perl_parse()
58756              has been called and PL_tainting (or PL_taint_warn)
58757              might have been set.
58758      Branch: perl
58759            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
58760            ! perlvars.h proto.h
58761 ____________________________________________________________________________
58762 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
58763         Log: Make doing_taint() always available (though not
58764              part of the public API).
58765      Branch: perl
58766            ! embed.fnc embed.h perl.c proto.h
58767 ____________________________________________________________________________
58768 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
58769         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
58770              if tainting-- but is this a good thing or a bad thing?
58771              (At least it makes debugging lib/Hash/Util.t harder,
58772              since it has, for no apparent good reason, -T: one must
58773              make a copy of it without the -T.)
58774      Branch: perl
58775            ! perl.c
58776 ____________________________________________________________________________
58777 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
58778         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
58779              From: Tim Bunce <Tim.Bunce@pobox.com>
58780              Date: Thu, 26 Jun 2003 10:53:22 +0100
58781              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
58782      Branch: perl
58783            ! INSTALL
58784 ____________________________________________________________________________
58785 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
58786         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
58787              random failures.  To make these easier to reproduce,
58788              add a variable, PERL_HASH_SEED_DEBUG, to display the
58789              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
58790              of 82972356 makes the first one to fail.
58791      Branch: perl
58792            ! perl.c pod/perlrun.pod
58793 ____________________________________________________________________________
58794 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
58795         Log: perlhack update, by Steve Grazzini
58796              about macro support in gdb and gcc.
58797      Branch: perl
58798            ! pod/perlhack.pod
58799 ____________________________________________________________________________
58800 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
58801         Log: Bite the bullet and apply the hash randomisation patch.
58802              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
58803      Branch: perl
58804            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
58805            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
58806            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
58807            ! sv.c
58808 ____________________________________________________________________________
58809 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
58810         Log: Subject: Re: P and V
58811              From: "Philip Newton" <pnewton@gmx.de>
58812              Date: Wed, 25 Jun 2003 17:50:22 +0200
58813              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
58814      Branch: perl
58815            ! lib/Thread/Semaphore.pm
58816 ____________________________________________________________________________
58817 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
58818         Log: Enhance some macro robustness.
58819      Branch: perl
58820            ! opcode.h opcode.pl
58821 ____________________________________________________________________________
58822 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
58823         Log: Fix [perl #21742] :
58824              require() should always be called in scalar context,
58825              even when it's the last statement in an eval("").
58826      Branch: perl
58827            ! pp_ctl.c t/comp/require.t
58828 ____________________________________________________________________________
58829 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
58830         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
58831              From: Dave Mitchell <davem@fdgroup.com>
58832              Date: Tue, 24 Jun 2003 13:16:18 +0100
58833              Message-ID: <20030624121618.GC22675@fdgroup.com>
58834      Branch: perl
58835            ! sv.c t/op/ref.t
58836 ____________________________________________________________________________
58837 [ 19848] By: merijn                                on 2003/06/24  08:06:57
58838         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
58839              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
58840              Date: Tue, 24 Jun 2003 11:00:34 +0200
58841              Message-ID: <186930306740.20030624110034@familiehaase.de>
58842      Branch: perl
58843            ! lib/Pod/Perldoc.pm
58844 ____________________________________________________________________________
58845 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
58846         Log: Subject: [PATCH] version.pm up to date with CPAN
58847              From: John Peacock <jpeacock@rowman.com>
58848              Date: Mon, 23 Jun 2003 21:58:18 -0400
58849              Message-ID: <3EF7B03A.2060705@rowman.com>
58850      Branch: perl
58851            ! lib/version.pm lib/version.t universal.c
58852 ____________________________________________________________________________
58853 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
58854         Log: Subject: [perlport.pod] code point of \cU
58855              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
58856              Date: Tue, 24 Jun 2003 01:00:16 +0900
58857              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
58858      Branch: perl
58859            ! pod/perlport.pod
58860 ____________________________________________________________________________
58861 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
58862         Log: Test tweaks for VMS from Craig Berry.
58863      Branch: perl
58864            ! lib/strict.t lib/warnings.t
58865 ____________________________________________________________________________
58866 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
58867         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
58868      Branch: perl
58869            ! embed.fnc embed.h pp.c proto.h util.c
58870 ____________________________________________________________________________
58871 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
58872         Log: Until the Perl malloc problems in Tru64 are fixed.
58873      Branch: perl
58874            ! hints/dec_osf.sh
58875 ____________________________________________________________________________
58876 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
58877         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
58878              From: Enache Adrian <enache@rdslink.ro>
58879              Date: Sat, 21 Jun 2003 03:19:31 +0300
58880              Message-ID: <20030621001931.GB1255@ratsnest.hole>
58881      Branch: perl
58882            ! op.c t/op/concat.t
58883 ____________________________________________________________________________
58884 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
58885         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
58886              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
58887              Date: 21 Jun 2003 19:02:30 -0000
58888              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
58889      Branch: perl
58890            ! lib/overload.pm lib/overload.t
58891 ____________________________________________________________________________
58892 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
58893         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
58894              From: "Craig A. Berry" <craigberry@mac.com>
58895              Date: Sat, 21 Jun 2003 10:31:59 -0500
58896              Message-ID: <3EF47A6F.9060904@mac.com>
58897      Branch: perl
58898            ! lib/FileCache.pm lib/FileCache/t/01open.t
58899            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
58900 ____________________________________________________________________________
58901 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
58902         Log: Debian fix from Brendan O'Dea:
58903              Adjust output to screen width.
58904              (adjusted to probe for the stty command)
58905      Branch: perl
58906            ! utils/dprofpp.PL
58907 ____________________________________________________________________________
58908 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
58909         Log: Debian fix from Brendan O'Dea:
58910              Use a temporary directory to avoid symlink attacks.
58911              Specify -gstabs explicitly (not the default format for gcc 3.2).
58912      Branch: perl
58913            ! utils/c2ph.PL
58914 ____________________________________________________________________________
58915 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
58916         Log: Debian fix from Brendan O'Dea:
58917              Bug#156284: the stucture used by pp_accept is too small to hold an
58918              IPv6 address.
58919      Branch: perl
58920            ! pp_sys.c
58921 ____________________________________________________________________________
58922 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
58923         Log: For characters beyond the BMP the $bits will be undef,
58924              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
58925              analysis and fix from SADAHIRO Tomoyuki)
58926      Branch: perl
58927            ! lib/utf8_heavy.pl
58928 ____________________________________________________________________________
58929 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
58930         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
58931      Branch: perl
58932            ! malloc.c
58933 ____________________________________________________________________________
58934 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
58935         Log: Don't do sprintf().
58936      Branch: perl
58937            ! malloc.c
58938 ____________________________________________________________________________
58939 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
58940         Log: Show the source code location of an "assertion botch".
58941      Branch: perl
58942            ! malloc.c
58943 ____________________________________________________________________________
58944 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
58945         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
58946              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
58947              malloc.c, found in AIX since there is no such header.
58948              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
58949              memory was overwritten?"
58950              (In IRIX compiles but that doesn't prove much since in IRIX
58951              Perl's malloc is simply not used.)
58952      Branch: perl
58953            + malloc_ctl.h
58954            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
58955            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
58956 ____________________________________________________________________________
58957 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
58958         Log: Retract #19785 and #19756: JPL nowadays works without this
58959              (verified by a true JPL user).
58960      Branch: perl
58961            ! perl.c
58962 ____________________________________________________________________________
58963 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
58964         Log: Apparently this is needed for VMS (Craig Berry).
58965      Branch: perl
58966            ! lib/Tie/File.pm
58967 ____________________________________________________________________________
58968 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
58969         Log: Bump Time::HiRes to 1.49.
58970      Branch: perl
58971            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
58972            ! ext/Time/HiRes/HiRes.xs
58973 ____________________________________________________________________________
58974 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
58975         Log: This change chunk doesn't work well with blead.
58976      Branch: perl
58977            ! lib/ExtUtils/t/Command.t
58978 ____________________________________________________________________________
58979 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
58980         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
58981              make happy.
58982      Branch: perl
58983            ! lib/ExtUtils/MM_Unix.pm
58984 ____________________________________________________________________________
58985 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
58986         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
58987              as of 2003-06-19 18:39 EET).
58988      Branch: perl
58989            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
58990            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
58991            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
58992            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
58993 ____________________________________________________________________________
58994 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
58995         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
58996              From: grazz@pobox.com (Steve Grazzini)
58997              Date: Wed, 18 Jun 2003 19:42:37 -0400
58998              Message-ID: <20030618234237.GA6267@grazzini.net>
58999      Branch: perl
59000            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
59001            ! t/op/runlevel.t t/op/tiehandle.t util.c
59002 ____________________________________________________________________________
59003 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
59004         Log: Subject: [PATCH -current] email address correction
59005              Date: Thu, 19 Jun 2003 02:19:31 -0700
59006              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
59007              From: rs@crystalflame.net (Richard Soderberg)
59008      Branch: perl
59009            ! ext/threads/threads.pm
59010 ____________________________________________________________________________
59011 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
59012         Log: MPE/iX gets serious indigestion on w-packed infinities.
59013      Branch: perl
59014            ! t/op/pack.t
59015 ____________________________________________________________________________
59016 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
59017         Log: A bunch of minor changes to perlguts.pod.
59018      Branch: perl
59019            ! pod/perlguts.pod
59020 ____________________________________________________________________________
59021 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
59022         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
59023              From: Enache Adrian <enache@rdslink.ro>
59024              Date: Wed, 18 Jun 2003 23:00:43 +0300
59025              Message-ID: <20030618200043.GA1249@ratsnest.hole>
59026      Branch: perl
59027            ! pp.c regexec.c t/op/pat.t
59028 ____________________________________________________________________________
59029 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
59030         Log: Upgrade to Tie::File 0.97.
59031      Branch: perl
59032            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
59033            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
59034            ! lib/Tie/File/t/29_downcopy.t
59035 ____________________________________________________________________________
59036 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
59037         Log: Sync with libnet 1.16
59038      Branch: perl
59039            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
59040 ____________________________________________________________________________
59041 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
59042         Log: Subject: Encode] 1.96 Released
59043              From: Dan Kogai <dankogai@dan.co.jp>
59044              Date: Wed, 18 Jun 2003 19:09:11 +0900
59045              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
59046      Branch: perl
59047            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
59048            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
59049            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
59050            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
59051            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
59052            ! ext/Encode/t/guess.t
59053 ____________________________________________________________________________
59054 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
59055         Log: Oops in change #19809.
59056      Branch: perl
59057            ! ext/POSIX/POSIX.xs
59058 ____________________________________________________________________________
59059 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
59060         Log: If the first argument of sigaction() was a string, not a number
59061              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
59062              isn't numeric in subroutine entry ...' but after that one got
59063              (depending on the OS) either a coredump (because of trying to
59064              assign to *0 in mg_get) or a hang (because of the sigprocmask()
59065              blocking signals inside POSIX::sigaction, a nasty hang since
59066              one obviously cannot interrupt it...only SIGKILL works).
59067              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
59068              because of the string becoming zero due to the XS typemap magic.
59069              Resolved by making the POSIX::sigaction to try harder to figure
59070              out a valid signal number (one still gets the warning, though),
59071              and returning undef if no sense can be made.
59072      Branch: perl
59073            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
59074 ____________________________________________________________________________
59075 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
59076         Log: Some docs for the assertions.
59077      Branch: perl
59078            ! lib/assertions.pm lib/assertions/activate.pm
59079            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
59080 ____________________________________________________________________________
59081 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
59082         Log: io_dir.t tweak from Craig Berry.
59083      Branch: perl
59084            ! ext/IO/lib/IO/t/io_dir.t
59085 ____________________________________________________________________________
59086 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
59087         Log: Subject: /ext/DynaLoader/dl_dyld.xs
59088              From: "Peter O'Gorman" <peter@pogma.com>
59089              Date: Tue, 17 Jun 2003 23:45:47 +0900
59090              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
59091
59092              No need to see dlclose() and dlsym() outside the dl_dyld.xs
59093              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
59094              of OpenDarwin.
59095      Branch: perl
59096            ! ext/DynaLoader/dl_dyld.xs
59097 ____________________________________________________________________________
59098 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
59099         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
59100              From: david nicol <whatever@davidnicol.com>
59101              Date: 16 Jun 2003 20:35:24 -0500
59102              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
59103
59104              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
59105              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
59106              Date: Tue, 17 Jun 2003 00:12:04 -0400
59107              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
59108      Branch: perl
59109            ! pod/perlre.pod pod/perltrap.pod
59110 ____________________________________________________________________________
59111 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
59112         Log: UNICOS: try papering over the Configure symbol scan problems
59113              by disavowing any knowledge of dynaloading.
59114      Branch: perl
59115            ! hints/unicos.sh
59116 ____________________________________________________________________________
59117 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
59118         Log: Revert change #19126, a poor attempt at fixing bug #21742.
59119              The test for #21742 is marked as TODO.
59120              Plus new regression tests from :
59121
59122              Subject: [perl #22708] void context in string eval is broken
59123              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
59124              Date: 15 Jun 2003 23:09:03 -0000
59125              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
59126      Branch: perl
59127            ! pp_ctl.c t/comp/require.t t/op/eval.t
59128 ____________________________________________________________________________
59129 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
59130         Log: Subject: [PATCH] unnecessary stringification in eval/die
59131              From: Steve Grazzini <grazz@pobox.com>
59132              Date: 15 Jun 2003 21:02:26 -0000
59133              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
59134              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
59135              in c.l.p.misc and bug #17763)
59136      Branch: perl
59137            ! pod/perlfunc.pod pp_ctl.c
59138 ____________________________________________________________________________
59139 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
59140         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
59141              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
59142              Date: 9 Jun 2003 15:48:09 -0000
59143              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
59144      Branch: perl
59145            ! lib/File/Copy.pm
59146 ____________________________________________________________________________
59147 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
59148         Log: And even more glibc fcntl constants, this time mostly F_XXX.
59149              Be more conservative and use @EXPORT_OK instead of @EXPORT.
59150      Branch: perl
59151            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
59152 ____________________________________________________________________________
59153 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
59154         Log: Even more glibc O_ modes.
59155      Branch: perl
59156            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
59157 ____________________________________________________________________________
59158 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
59159         Log: Add O_NOATIME.
59160      Branch: perl
59161            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
59162 ____________________________________________________________________________
59163 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
59164         Log: Instead of fancy condvar footwork do a simple join,
59165              as suggested by Arthur.
59166      Branch: perl
59167            ! ext/threads/shared/t/hv_refs.t
59168 ____________________________________________________________________________
59169 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
59170         Log: Rename again the warning about $* being no longer supported
59171              (and update perldiag this time!)
59172      Branch: perl
59173            ! gv.c pod/perldiag.pod t/lib/warnings/gv
59174 ____________________________________________________________________________
59175 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
59176         Log: Remove all magic in untie()
59177
59178              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
59179              From: Aaron J Mackey <ajm6q@virginia.edu>
59180              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
59181              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
59182              (plus a test case)
59183      Branch: perl
59184            ! pp_sys.c t/op/tie.t
59185 ____________________________________________________________________________
59186 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
59187         Log: Start using Perl malloc in FreeBSD since the system malloc
59188              is reaaally slooow for Perl.
59189
59190              Subject: FreeBSD 5.1 vs. -Uusemymalloc
59191              From: Dan Kogai <dankogai@dan.co.jp>
59192              Date: Mon, 16 Jun 2003 01:48:49 +0900
59193              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
59194      Branch: perl
59195            ! hints/freebsd.sh
59196 ____________________________________________________________________________
59197 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
59198         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
59199              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
59200              Date: Sat, 14 Jun 2003 17:49:57 -0700
59201              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
59202      Branch: perl
59203            + os2/OS2/typemap os2/perlrexx.cmd
59204            - os2/OS2/PrfDB/typemap
59205            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
59206            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
59207            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
59208            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
59209            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
59210            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
59211            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
59212 ____________________________________________________________________________
59213 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
59214         Log: Reindent a section of the file.
59215      Branch: perl
59216            ! universal.c
59217 ____________________________________________________________________________
59218 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
59219         Log: Unused variable.
59220      Branch: perl
59221            ! universal.c
59222 ____________________________________________________________________________
59223 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
59224         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
59225              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59226              Date: Sun, 15 Jun 2003 10:48:40 +0200
59227              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
59228      Branch: perl
59229            ! embed.fnc embed.h proto.h sv.c
59230 ____________________________________________________________________________
59231 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
59232         Log: Most often unused variables.
59233      Branch: perl
59234            ! perl.c
59235 ____________________________________________________________________________
59236 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
59237         Log: Rename the warning about $* being removed,
59238              as suggested by Dave Mitchell
59239      Branch: perl
59240            ! gv.c t/lib/warnings/gv
59241 ____________________________________________________________________________
59242 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
59243         Log: The FileCache 1.03 tests from belg4mit.
59244      Branch: perl
59245            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
59246            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
59247            + lib/FileCache/t/05override.t
59248            - lib/FileCache.t
59249            ! MANIFEST
59250 ____________________________________________________________________________
59251 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
59252         Log: Mention the Unicode::Regex::Set module.
59253      Branch: perl
59254            ! pod/perlunicode.pod
59255 ____________________________________________________________________________
59256 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
59257         Log: Followup on #19779: make the helper function static,
59258              and rename it for paranoia reasons.
59259      Branch: perl
59260            ! embed.fnc embed.h proto.h sv.c
59261 ____________________________________________________________________________
59262 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
59263         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
59264              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59265              Date: Sat, 14 Jun 2003 12:51:31 +0200
59266              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
59267
59268              (choosing the safe alternative)
59269      Branch: perl
59270            ! sv.c
59271 ____________________________________________________________________________
59272 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
59273         Log: Exercise the utf8:: "internal" functions.
59274      Branch: perl
59275            ! lib/utf8.pm lib/utf8.t
59276 ____________________________________________________________________________
59277 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
59278         Log: Having to pull in the whole Encode just to get SvUTF8()
59279              is a bit too much: introduce utf8::is_utf8().
59280      Branch: perl
59281            ! lib/utf8.pm pod/perluniintro.pod universal.c
59282 ____________________________________________________________________________
59283 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
59284         Log: Slight tweaks on the length() and chr() entries,
59285              passing-by rewrapping on the rmdir entry.
59286      Branch: perl
59287            ! pod/perlfunc.pod
59288 ____________________________________________________________________________
59289 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
59290         Log: test.pl-ify and add a couple of tests.
59291      Branch: perl
59292            ! lib/bytes.t
59293 ____________________________________________________________________________
59294 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
59295         Log: Slight reorg of the binmode() entry.
59296      Branch: perl
59297            ! pod/perlfunc.pod
59298 ____________________________________________________________________________
59299 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
59300         Log: Illegal cpp.
59301      Branch: perl
59302            ! util.c
59303 ____________________________________________________________________________
59304 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
59305         Log: Subject: Re: FileCache
59306              From: belg4mit <belg4mit@MIT.EDU>
59307              Date: Sat, 14 Jun 2003 01:35:05 -0400
59308              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
59309
59310              FileCache 1.03.
59311      Branch: perl
59312            ! lib/FileCache.pm
59313 ____________________________________________________________________________
59314 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
59315         Log: Remove the deprecated $* variable.
59316              Incidentally, this fixes bug #22354, about unwanted
59317              action-at-distance of the /m regexp modifier.
59318              Add a new warning to advertise this fact.
59319      Branch: perl
59320            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
59321            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
59322            ! t/op/pat.t t/op/study.t
59323 ____________________________________________________________________________
59324 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
59325         Log: Encode simply needs more work on EBCDIC.
59326      Branch: perl
59327            ! ext/Encode/t/Unicode.t
59328 ____________________________________________________________________________
59329 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
59330         Log: Redundancy removal from Brian De Pradine;
59331              both the forms, pthread_mutexattr_settype() and
59332              pthread_mutexattr_setkind_np(), exist on z/OS.
59333      Branch: perl
59334            ! thread.h
59335 ____________________________________________________________________________
59336 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
59337         Log: Somehow MPE/iX managed to get
59338              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
59339      Branch: perl
59340            ! lib/Test/Harness.pm
59341 ____________________________________________________________________________
59342 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
59343         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
59344              From: alan <alan@pair.com>
59345              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
59346              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
59347
59348              (the first alternative)
59349      Branch: perl
59350            ! util.c
59351 ____________________________________________________________________________
59352 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
59353         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
59354              way of detecting Darwin/Mac OS X; instead it is recommended to
59355              detect the OS at a higher level and pass the information manually
59356              down to the application, using e.g. a -Ddefinition.
59357      Branch: perl
59358            ! hints/darwin.sh perl.h x2p/util.c
59359 ____________________________________________________________________________
59360 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
59361         Log: Define a cpp symbol, BSDish, if that looks appropriate.
59362      Branch: perl
59363            ! perl.h
59364 ____________________________________________________________________________
59365 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
59366         Log: Even more tweakage on symbol scanning from Alan Burlison.
59367      Branch: perl
59368            ! Configure
59369 ____________________________________________________________________________
59370 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
59371         Log: Sync with libnet 1.15
59372      Branch: perl
59373            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
59374 ____________________________________________________________________________
59375 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
59376         Log: The changes #8803 and #8896 that fixed JPL for use with
59377              JDK 1.2/1.3 had somehow disappeared.
59378      Branch: perl
59379            ! perl.c perl.h
59380 ____________________________________________________________________________
59381 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
59382         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
59383              to be issued if the string to be left-justified by s?printf contains
59384              a newline.
59385
59386              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
59387              From: Robin Barker <Robin.Barker@npl.co.uk>
59388              Date: Wed, 11 Jun 2003 18:10:14 +0100
59389              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
59390      Branch: perl
59391            ! pod/perldiag.pod sv.c t/lib/warnings/sv
59392 ____________________________________________________________________________
59393 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
59394         Log: Patch for a warning emitted twice, from :
59395              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
59396              From: Steve Grazzini <grazz@pobox.com>
59397              Date: Wed, 11 Jun 2003 00:46:47 -0400
59398              Message-ID: <20030611044647.GA16696@grazzini.net>
59399      Branch: perl
59400            ! pp_sys.c
59401 ____________________________________________________________________________
59402 [ 19750] By: sky                                   on 2003/06/12  15:03:55
59403         Log: In free we want to destroy, not init, thanks to Tim Bunce for
59404              detecting this. Should hopefully fix memory leak on Tru64
59405      Branch: perl
59406            ! ext/threads/shared/shared.xs
59407 ____________________________________________________________________________
59408 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
59409         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
59410              no ->Open, not if ->Open returns NULL.
59411      Branch: perl
59412            ! perlio.c
59413 ____________________________________________________________________________
59414 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
59415         Log: Further perlio doc tweaks.
59416      Branch: perl
59417            ! lib/PerlIO.pm pod/perlrun.pod
59418 ____________________________________________________________________________
59419 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
59420         Log: Slightly amended version of the proposed patch for
59421              "[perl #22390] export PERLIO=bytes segfaults";
59422              the amendment is to set errno.
59423              TODO: we really should not get here if the layer
59424              stack is corrupt or non-sensical (like "bytes").
59425      Branch: perl
59426            ! perlio.c
59427 ____________________________________________________________________________
59428 [ 19746] By: sky                                   on 2003/06/12  08:37:39
59429         Log: Be polite and destroy the mutexes and conditions we use!
59430      Branch: perl
59431            ! ext/threads/shared/shared.xs
59432 ____________________________________________________________________________
59433 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
59434         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
59435              From: Andy Dougherty <doughera@lafayette.edu>
59436              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
59437              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
59438      Branch: perl
59439            ! lib/File/Temp/t/security.t
59440 ____________________________________________________________________________
59441 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
59442         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
59443              From: Andy Dougherty <doughera@lafayette.edu>
59444              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
59445              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
59446      Branch: perl
59447            ! Configure
59448 ____________________________________________________________________________
59449 [ 19741] By: merijn                                on 2003/06/11  14:06:49
59450         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
59451              From: PPrymmer@factset.com
59452              Date: Wed, 11 Jun 2003 09:00:34 -0400
59453              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
59454      Branch: perl
59455            ! lib/vmsish.t
59456 ____________________________________________________________________________
59457 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
59458         Log: Doc nit.
59459      Branch: perl
59460            ! INSTALL
59461 ____________________________________________________________________________
59462 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
59463         Log: Integrate from maint:
59464              [ 19738]
59465              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
59466              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
59467              Date: Tue, 10 Jun 2003 22:10:47 +0200
59468              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
59469      Branch: perl
59470           !> ext/Encode/encengine.c ext/List/Util/Util.xs
59471           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
59472           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
59473           !> sv.c
59474 ____________________________________________________________________________
59475 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
59476         Log: Upgrade to Unicode::Normalize 0.22.
59477      Branch: perl
59478            ! ext/Unicode/Normalize/Changes
59479            ! ext/Unicode/Normalize/Makefile.PL
59480            ! ext/Unicode/Normalize/Normalize.pm
59481            ! ext/Unicode/Normalize/Normalize.xs
59482            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
59483            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
59484            ! ext/Unicode/Normalize/t/test.t
59485 ____________________________________________________________________________
59486 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
59487         Log: Upgrade to Unicode::Collate 0.25.
59488      Branch: perl
59489            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
59490            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
59491            ! lib/Unicode/Collate/t/test.t
59492 ____________________________________________________________________________
59493 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
59494         Log: On a real multicpu box the child thread could still be running
59495              when the parent thread was already testing.
59496      Branch: perl
59497            ! ext/threads/shared/t/hv_refs.t
59498 ____________________________________________________________________________
59499 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
59500         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
59501              From: Andy Dougherty <doughera@lafayette.edu>
59502              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
59503              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
59504      Branch: perl
59505            ! INSTALL
59506 ____________________________________________________________________________
59507 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
59508         Log: Subject: [PATCH] Re: nitpick with \(0..2)
59509              From: Steve Grazzini <grazz@pobox.com>
59510              Date: Fri, 6 Jun 2003 01:42:59 -0400
59511              Message-ID: <20030606054259.GA30249@grazzini.net>
59512      Branch: perl
59513            ! op.c pod/perlop.pod t/op/ref.t
59514 ____________________________________________________________________________
59515 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
59516         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
59517      Branch: perl
59518            ! ext/Unicode/Normalize/Normalize.pm
59519 ____________________________________________________________________________
59520 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
59521         Log: In the debugger, flush stdout/stderr before the prompt is printed
59522              Subject: Re: [PATCH] Perlbug #15228
59523              From: Alex Vandiver <alexmv@MIT.EDU>
59524              Date: 04 Jun 2003 04:50:10 -0400
59525              Message-Id: <1054716610.21402.45.camel@supox>
59526      Branch: perl
59527            ! lib/perl5db.pl
59528 ____________________________________________________________________________
59529 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
59530         Log: mark 450_service.t#18 as a todo test on windows
59531      Branch: perl
59532            ! lib/Net/Ping/t/450_service.t
59533 ____________________________________________________________________________
59534 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
59535         Log: one of the Net::Ping time-dependent tests fails sporadically
59536              when the response from localhost is "too quick"
59537      Branch: perl
59538            ! lib/Net/Ping/t/250_ping_hires.t
59539 ____________________________________________________________________________
59540 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
59541         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
59542              From: Michael G Schwern <schwern@pobox.com>
59543              Date: Sat, 7 Jun 2003 01:16:32 -0700
59544              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
59545      Branch: perl
59546            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
59547            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
59548            ! lib/ExtUtils/t/Liblist.t
59549 ____________________________________________________________________________
59550 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
59551         Log: fix for perlio.t failures on windows (from Dan Kogai)
59552      Branch: perl
59553            ! ext/Encode/t/perlio.t
59554 ____________________________________________________________________________
59555 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
59556         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
59557              From: PPrymmer@factset.com
59558              Date: Mon, 9 Jun 2003 09:57:43 -0400
59559              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
59560      Branch: perl
59561            ! configure.com utils/perlivp.PL
59562 ____________________________________________________________________________
59563 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
59564         Log: windows: fix memory leak in %ENV handling (shows up as a
59565              leak even in the simplest fork() loop, because perl_construct()
59566              now does the equivalent of %ENV assignments using mg_set())
59567      Branch: perl
59568            ! win32/perlhost.h
59569 ____________________________________________________________________________
59570 [ 19715] By: sky                                   on 2003/06/09  09:35:47
59571         Log: Support blessed shared references.
59572      Branch: perl
59573            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
59574            ! ext/threads/shared/t/hv_refs.t
59575 ____________________________________________________________________________
59576 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
59577         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
59578              From: "Craig A. Berry" <craigberry@mac.com>
59579              Date: Sun, 08 Jun 2003 16:49:43 -0500
59580              Message-ID: <3EE3AF77.7060302@mac.com>
59581      Branch: perl
59582            ! t/op/pack.t
59583 ____________________________________________________________________________
59584 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
59585         Log: Subject: Re: forwarded you a test result
59586              From: Dan Kogai <dankogai@dan.co.jp>
59587              Date: Sun, 8 Jun 2003 11:04:43 +0900
59588              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
59589      Branch: perl
59590            ! ext/Encode/t/Encode.t
59591 ____________________________________________________________________________
59592 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
59593         Log: Regen Configure et al.
59594      Branch: perl
59595            ! Configure Porting/config.sh Porting/config_H
59596 ____________________________________________________________________________
59597 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
59598         Log: More symbol scan logic from Alan Burlison.
59599      Branch: perl
59600            ! Configure Porting/Glossary hints/solaris_2.sh
59601 ____________________________________________________________________________
59602 [ 19708] By: sky                                   on 2003/06/07  13:28:50
59603         Log: Major (internal) change to make it much more easy to embed
59604              threaded perl because we don't use our own TLS for the current
59605              thread info, but instead use PL_modglobal. Should make the
59606              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
59607      Branch: perl
59608            ! ext/threads/threads.xs
59609 ____________________________________________________________________________
59610 [ 19707] By: sky                                   on 2003/06/07  13:27:01
59611         Log: Last patch broke this slightly because INC was wrong.
59612      Branch: perl
59613            ! ext/threads/t/thread.t
59614 ____________________________________________________________________________
59615 [ 19706] By: sky                                   on 2003/06/07  13:07:53
59616         Log: Remove warnings from tests.
59617      Branch: perl
59618            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
59619            ! ext/threads/t/list.t
59620 ____________________________________________________________________________
59621 [ 19705] By: sky                                   on 2003/06/07  12:42:28
59622         Log: Work in non core env.
59623      Branch: perl
59624            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
59625            ! ext/threads/t/libc.t ext/threads/t/list.t
59626            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
59627            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
59628            ! ext/threads/t/thread.t
59629 ____________________________________________________________________________
59630 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
59631         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
59632              From: Michael G Schwern <schwern@pobox.com>
59633              Date: Fri, 6 Jun 2003 18:41:45 -0700
59634              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
59635      Branch: perl
59636            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
59637            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
59638            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
59639            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
59640            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
59641            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
59642            ! lib/ExtUtils/t/zz_cleanup_dummy.t
59643 ____________________________________________________________________________
59644 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
59645         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
59646      Branch: perl
59647            ! lib/Time/Local.pm lib/Time/Local.t
59648 ____________________________________________________________________________
59649 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
59650         Log: Complement to change #19698 :
59651              add also this information (=> and curly braces doesn't
59652              quote compound identifiers) to the strict manpage.
59653              As an experiment in documentation, add a "HISTORY" section
59654              to the strict manpage.
59655      Branch: perl
59656            ! lib/strict.pm
59657 ____________________________________________________________________________
59658 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
59659         Log: Minor grammatical nit.
59660      Branch: perl
59661            ! README.hpux
59662 ____________________________________________________________________________
59663 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
59664         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
59665              From: Stas Bekman <stas@stason.org>
59666              Date: Thu, 05 Jun 2003 10:10:36 +1000
59667              Message-ID: <3EDE8A7C.2080302@stason.org>
59668
59669              Subject: [patch] perlguts authors dup
59670              From: Stas Bekman <stas@stason.org>
59671              Date: Thu, 05 Jun 2003 10:14:12 +1000
59672              Message-ID: <3EDE8B54.6090808@stason.org>
59673      Branch: perl
59674            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
59675 ____________________________________________________________________________
59676 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
59677         Log: Clarify that => doesn't quote compound identifiers.
59678      Branch: perl
59679            ! pod/perldata.pod
59680 ____________________________________________________________________________
59681 [ 19696] By: merijn                                on 2003/06/06  12:21:43
59682         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
59683              as the compiler supports it)
59684      Branch: perl
59685            ! README.hpux
59686 ____________________________________________________________________________
59687 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
59688         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
59689              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59690              Date: Wed, 04 Jun 2003 00:08:32 -0700
59691              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
59692      Branch: perl
59693            ! t/run/switches.t toke.c
59694 ____________________________________________________________________________
59695 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
59696         Log: Subject: [PATCH] RE: maint @ 19683
59697              From: Robin Barker <Robin.Barker@npl.co.uk>
59698              Date: Thu, 5 Jun 2003 17:16:58 +0100
59699              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
59700
59701              (skipped the MIME::Base64 part, leaving that to Gisle)
59702      Branch: perl
59703            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
59704 ____________________________________________________________________________
59705 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
59706         Log: SKIP label was missing.
59707      Branch: perl
59708            ! t/io/utf8.t
59709 ____________________________________________________________________________
59710 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
59711         Log: z/OS makedepend fix from Peter Prymmer;
59712              still needed as reported by Brian De Pradine.
59713      Branch: perl
59714            ! makedepend.SH
59715 ____________________________________________________________________________
59716 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
59717         Log: Even more getspecific patches from Brian De Pradine;
59718              macrofy the construct.
59719      Branch: perl
59720            ! ext/threads/threads.xs
59721 ____________________________________________________________________________
59722 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
59723         Log: z/OS threads tweak from Brian De Pradine.
59724      Branch: perl
59725            ! ext/threads/threads.xs
59726 ____________________________________________________________________________
59727 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
59728         Log: Upgrade to Time::HiRes 1.48.
59729      Branch: perl
59730            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
59731 ____________________________________________________________________________
59732 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
59733         Log: Prevent a potential null pointer dereference.
59734              Noticed by Ryan Koga <rkoga@caida.org> in
59735              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
59736      Branch: perl
59737            ! perlio.c
59738 ____________________________________________________________________________
59739 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
59740         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
59741              From: Andy Dougherty <doughera@lafayette.edu>
59742              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
59743              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
59744      Branch: perl
59745            ! hints/darwin.sh
59746 ____________________________________________________________________________
59747 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
59748         Log: On closer reading the proposed UTS#18 update required
59749              even more changes.
59750      Branch: perl
59751            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
59752            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
59753            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
59754            ! lib/unicore/mktables
59755 ____________________________________________________________________________
59756 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
59757         Log: Align the 'graph' property definition with the proposed
59758              Unicode UTS #18 update (v7).
59759      Branch: perl
59760            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
59761 ____________________________________________________________________________
59762 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
59763         Log: Subject: [MacOS X] consider useshrplib='false' by default
59764              From: Dan Kogai <dankogai@dan.co.jp>
59765              Date: Wed, 4 Jun 2003 01:29:42 +0900
59766              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
59767      Branch: perl
59768            ! hints/darwin.sh
59769 ____________________________________________________________________________
59770 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
59771         Log: Urk.  Joe's patches were for the maint branch,
59772              not for the blead (which has assertions and stuff).
59773              Retract #19677, #19676, #19674.
59774      Branch: perl
59775            ! lib/perl5db.pl
59776 ____________________________________________________________________________
59777 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
59778         Log: According to Arthur this should help
59779              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
59780      Branch: perl
59781            ! ext/threads/threads.xs
59782 ____________________________________________________________________________
59783 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
59784         Log: Tiny tweaks from Joe McMahon.
59785      Branch: perl
59786            ! lib/perl5db.pl
59787 ____________________________________________________________________________
59788 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
59789         Log: Tiny pod and speling tweaks.
59790      Branch: perl
59791            ! lib/perl5db.pl
59792 ____________________________________________________________________________
59793 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
59794         Log: Subject: Extensive documentation patch redux
59795              From: Joe McMahon <mcmahon@ibiblio.org>
59796              Date: Mon, 2 Jun 2003 09:53:40 -0400
59797              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
59798
59799              Subject: RE: [PATCH] RE: Extensive documentation patch redux
59800              From: Robin Barker <Robin.Barker@npl.co.uk>
59801              Date: Tue, 3 Jun 2003 10:00:22 +0100
59802              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
59803      Branch: perl
59804            ! lib/perl5db.pl
59805 ____________________________________________________________________________
59806 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
59807         Log: Salvage parts of #19667.
59808      Branch: perl
59809            ! perlio.c win32/win32.c win32/win32iop.h
59810 ____________________________________________________________________________
59811 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
59812         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
59813              still is there).
59814      Branch: perl
59815            ! MANIFEST pod/perlfunc.pod
59816 ____________________________________________________________________________
59817 [ 19671] By: merijn                                on 2003/06/03  08:27:07
59818         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
59819              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59820              Date: Tue, 03 Jun 2003 01:55:06 -0700
59821              Message-ID: <qJG3+gzkgajL092yn@efn.org>
59822      Branch: perl
59823            ! README.cygwin
59824 ____________________________________________________________________________
59825 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
59826         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
59827              #19655, #19418; File::Temp no more used internally.
59828              Some parts of these will be salvaged later.
59829      Branch: perl
59830            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
59831            ! proto.h win32/win32.c win32/win32iop.h
59832 ____________________________________________________________________________
59833 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
59834         Log: fix for 09_gen_rs.t#59 failure on windows
59835      Branch: perl
59836            ! lib/Tie/File/t/09_gen_rs.t
59837 ____________________________________________________________________________
59838 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
59839         Log: resurrect change#19628 and make it work by generalizing
59840              a spot that had a hardcoded dependency on the cmd.exe
59841              arguments being "/x/c" or "/c"
59842      Branch: perl
59843            ! pod/perlrun.pod win32/win32.c
59844 ____________________________________________________________________________
59845 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
59846         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
59847              reuse the straightforward native implementation instead
59848
59849              this fixes the warning from io_xs.t
59850
59851              NOTE: File::Temp has a less-than-robust implementation on windows
59852              that relies on END blocks being run (this may not happen always)
59853      Branch: perl
59854            ! op.c win32/win32.c win32/win32iop.h
59855 ____________________________________________________________________________
59856 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
59857         Log: change#19628 broke many win32/system.t tests, so back it out
59858      Branch: perl
59859            ! pod/perlrun.pod win32/win32.c
59860 ____________________________________________________________________________
59861 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
59862         Log: A little bit more of weird-code-proofing in B::Deparse.
59863              Fixes a bug reported by Alexey Tourbin in
59864              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
59865      Branch: perl
59866            ! ext/B/B/Deparse.pm
59867 ____________________________________________________________________________
59868 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
59869         Log: Upgrade to the CGI.pm 2.93.
59870
59871              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
59872      Branch: perl
59873            + lib/CGI/t/util-58.t
59874            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
59875            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
59876            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
59877            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
59878            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
59879            ! lib/CGI/t/switch.t lib/CGI/t/util.t
59880 ____________________________________________________________________________
59881 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
59882         Log: Whitespace tweaks.
59883      Branch: perl
59884            ! hints/uwin.sh
59885 ____________________________________________________________________________
59886 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
59887         Log: U/WIN: final (for now) touches from John P. Linderman;
59888              now we get 97% success rate, the remaining failures are
59889              quite obscure.
59890      Branch: perl
59891            ! hints/uwin.sh lib/locale.t
59892 ____________________________________________________________________________
59893 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
59894         Log: Sync with libnet 1.14
59895      Branch: perl
59896            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
59897            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
59898            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
59899            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
59900 ____________________________________________________________________________
59901 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
59902         Log: Beautification.
59903      Branch: perl
59904            ! op.c
59905 ____________________________________________________________________________
59906 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
59907         Log: Duplicate definition bad.
59908      Branch: perl
59909            ! op.c
59910 ____________________________________________________________________________
59911 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
59912         Log: I thought I tried building threaded.  Never think.  Try.
59913      Branch: perl
59914            ! perlio.c
59915 ____________________________________________________________________________
59916 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
59917         Log: Stick with the original (5.8.0) logic.
59918      Branch: perl
59919            ! op.c
59920 ____________________________________________________________________________
59921 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
59922         Log: Since pulling in File::Temp for tempfiles would pull in
59923              also Fcntl, miniperl could not open up tempfiles.  This broke
59924              the use of miniperl in VMS, as noticed by Craig Berry.
59925              Try to cure this by moving the creation of tempfile into its
59926              own routine, my_tmpfp(), which gets compiled differently
59927              for miniperl and perl.
59928      Branch: perl
59929            ! embed.fnc embed.h op.c perlio.c proto.h
59930 ____________________________________________________________________________
59931 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
59932         Log: A pointless test, noticed by Craig Berry.
59933      Branch: perl
59934            ! perlio.c
59935 ____________________________________________________________________________
59936 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
59937         Log: Two Cygwin patches from Gerrit.
59938
59939              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
59940              From: "Gerrit P. Haase" <gp@familiehaase.de>
59941              Date: Sat, 31 May 2003 14:12:07 +0200
59942              Message-ID: <179860591535.20030531141207@familiehaase.de>
59943
59944              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
59945              Date: Sat, 31 May 2003 13:57:49 +0200
59946              Message-ID: <11859733881.20030531135749@familiehaase.de>
59947      Branch: perl
59948            ! README.cygwin perl.h t/io/layers.t
59949 ____________________________________________________________________________
59950 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
59951         Log: Fix a case of segfault in gv_check(), by making
59952              it ignore non-GV values in stashes.
59953      Branch: perl
59954            ! gv.c t/op/stash.t
59955 ____________________________________________________________________________
59956 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
59957         Log: Don't install test.pl files.
59958      Branch: perl
59959            ! installperl
59960 ____________________________________________________________________________
59961 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
59962         Log: Regenerate internals pods.
59963      Branch: perl
59964            ! pod/perlapi.pod pod/perlintern.pod
59965 ____________________________________________________________________________
59966 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
59967         Log: Subject: [PATCH] jumbo closure patch broke formats
59968              From: Dave Mitchell <davem@fdgroup.com>
59969              Date: Sat, 31 May 2003 19:54:48 +0100
59970              Message-ID: <20030531185448.GA6055@fdgroup.com>
59971              Plus restore the original test script for bug #22372
59972      Branch: perl
59973            ! pad.c t/op/write.t
59974 ____________________________________________________________________________
59975 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
59976         Log: Better patch from Inaba Hiroto for
59977              [perl #22375] 'split'/'index' problem for utf8
59978      Branch: perl
59979            ! sv.c
59980 ____________________________________________________________________________
59981 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
59982         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
59983              From: Enache Adrian <enache@rdslink.ro>
59984              Date: Sat, 31 May 2003 14:18:11 +0300
59985              Message-ID: <20030531111811.GA1240@ratsnest.hole>
59986      Branch: perl
59987            ! t/op/write.t
59988 ____________________________________________________________________________
59989 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
59990         Log: Interesting patch(1) glitch.
59991      Branch: perl
59992            ! lib/Tie/File.pm
59993 ____________________________________________________________________________
59994 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
59995         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
59996              From: Enache Adrian <enache@rdslink.ro>
59997              Date: Fri, 30 May 2003 18:52:28 +0300
59998              Message-ID: <20030530155228.GA872@ratsnest.hole>
59999      Branch: perl
60000            ! sv.c t/op/write.t
60001 ____________________________________________________________________________
60002 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
60003         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
60004              From: "Craig A. Berry" <craigberry@mac.com>
60005              Date: Fri, 30 May 2003 13:08:01 -0500
60006              Message-ID: <3ED79E01.8050401@mac.com>
60007      Branch: perl
60008            ! ext/Encode/t/perlio.t
60009 ____________________________________________________________________________
60010 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
60011         Log: Upgrade to Tie::File 0.96.
60012      Branch: perl
60013            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
60014            ! lib/Tie/File/t/09_gen_rs.t
60015 ____________________________________________________________________________
60016 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
60017         Log: test.pl-isation.
60018      Branch: perl
60019            ! t/op/index.t
60020 ____________________________________________________________________________
60021 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
60022         Log: A bit of networking notworking negativity.
60023              (Inspiration from Jos.)
60024      Branch: perl
60025            ! pod/perlport.pod
60026 ____________________________________________________________________________
60027 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
60028         Log: Fix for "#22375 'split'/'index' problem for utf8".
60029      Branch: perl
60030            ! sv.c t/op/index.t
60031 ____________________________________________________________________________
60032 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
60033         Log: Add the test case for the already fixed
60034              [perl #22351] perl bug with 'e' substitution modifier
60035      Branch: perl
60036            ! t/op/subst.t
60037 ____________________________________________________________________________
60038 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
60039         Log: Comment tweakage.
60040      Branch: perl
60041            ! intrpvar.h
60042 ____________________________________________________________________________
60043 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
60044         Log: Subject: [PATCH] jumbo closure fix
60045              From: Dave Mitchell <davem@fdgroup.com>
60046              Date: Wed, 26 Feb 2003 14:49:47 +0000
60047              Message-ID: <20030226144947.A14444@fdgroup.com>
60048      Branch: perl
60049            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
60050            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
60051            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
60052            ! t/op/closure.t
60053 ____________________________________________________________________________
60054 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
60055         Log: Subject: Credits patch
60056              From: Ed Avis <ed@membled.com>
60057              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
60058              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
60059      Branch: perl
60060            ! lib/Tie/RefHash.pm
60061 ____________________________________________________________________________
60062 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
60063         Log: Subject: [patch] IO::File->open() with encoding
60064              From: Pradeep Hodigere <phodigere@yahoo.com>
60065              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
60066              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
60067      Branch: perl
60068            + ext/IO/lib/IO/t/io_utf8.t
60069            ! MANIFEST ext/IO/lib/IO/File.pm
60070 ____________________________________________________________________________
60071 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
60072         Log: A *much* cut-down version of the patches in the thread
60073              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
60074              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
60075              Date: 16 May 2003 19:04:28 -0000
60076              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
60077      Branch: perl
60078            ! pod/perldiag.pod
60079 ____________________________________________________________________________
60080 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
60081         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
60082              From: Dave Mitchell <davem@fdgroup.com>
60083              Date: Tue, 27 May 2003 19:31:10 +0100
60084              Message-ID: <20030527183110.GA22715@fdgroup.com>
60085      Branch: perl
60086            ! hv.c
60087 ____________________________________________________________________________
60088 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
60089         Log: Document that setvbuf() is not probably any more available.
60090              Many reports, most recently by mjd in
60091              [perl #22339] IO::Handle::setvbuf not defined properly
60092      Branch: perl
60093            ! ext/IO/lib/IO/Handle.pm
60094 ____________________________________________________________________________
60095 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
60096         Log: Subject: typo in pod/perlfunc.pod
60097              From: Alexey Mahotkin <alexm@w-m.ru>
60098              Date: Wed, 28 May 2003 15:18:04 +0400
60099              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
60100      Branch: perl
60101            ! pod/perlfunc.pod
60102 ____________________________________________________________________________
60103 [ 19629] By: merijn                                on 2003/05/28  12:24:42
60104         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
60105              From: Andy Dougherty <doughera@lafayette.edu>
60106              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
60107              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
60108      Branch: perl
60109            ! x2p/Makefile.SH
60110 ____________________________________________________________________________
60111 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
60112         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
60113              From: Jan Dubois <jand@ActiveState.com>
60114              Date: Mon, 26 May 2003 23:33:53 -0700
60115              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
60116      Branch: perl
60117            ! pod/perlrun.pod win32/win32.c
60118 ____________________________________________________________________________
60119 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
60120         Log: OpenZaurus cross-compilation patches from Redvers Davies.
60121      Branch: perl
60122            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
60123            ! Cross/config.sh-arm-linux Cross/generate_config_sh
60124            ! Cross/installperl.patch
60125 ____________________________________________________________________________
60126 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
60127         Log: For now reword the sysread/syswrite description to
60128              stress the fact that by default everything is still bytes.
60129      Branch: perl
60130            ! pod/perlfunc.pod
60131 ____________________________________________________________________________
60132 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
60133         Log: Subject: Re: [perl #22299] goto doesn't find label
60134              From: Dave Mitchell <davem@fdgroup.com>
60135              Date: Sat, 24 May 2003 12:25:17 +0100
60136              Message-ID: <20030524112517.GA11761@fdgroup.com>
60137
60138              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
60139              From: Dave Mitchell <davem@fdgroup.com>
60140              Date: Mon, 26 May 2003 13:47:11 +0100
60141              Message-ID: <20030526124710.GA17670@fdgroup.com>
60142      Branch: perl
60143            ! pp_ctl.c t/op/goto.t
60144 ____________________________________________________________________________
60145 [ 19623] By: merijn                                on 2003/05/26  11:19:38
60146         Log: Subject: [PATCH] for cygwin/perlld.in
60147              From: "Gerrit P. Haase" <gp@familiehaase.de>
60148              Date: Sat, 24 May 2003 16:51:29 +0200
60149              Message-ID: <162265353578.20030524165129@familiehaase.de>
60150      Branch: perl
60151            ! cygwin/perlld.in
60152 ____________________________________________________________________________
60153 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
60154         Log: Regen modlib and toc.
60155      Branch: perl
60156            ! pod/perlmodlib.pod pod/perltoc.pod
60157 ____________________________________________________________________________
60158 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
60159         Log: Run external commands only with localized sanitized $ENV{PATH}.
60160      Branch: perl
60161            ! ext/Sys/Hostname/Hostname.pm
60162 ____________________________________________________________________________
60163 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
60164         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
60165              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
60166              Date: Sun, 25 May 2003 21:17:42 +0200
60167              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
60168      Branch: perl
60169            ! perlio.h
60170 ____________________________________________________________________________
60171 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
60172         Log: Protect against race conditions: if the pid is not seen,
60173              neither will be the $0 change be seen (and vice versa).
60174      Branch: perl
60175            ! ext/threads/t/join.t
60176 ____________________________________________________________________________
60177 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
60178         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
60179              From: Dan Kogai <dankogai@dan.co.jp>
60180              Date: 24 May 2003 19:50:48 -0000
60181              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
60182      Branch: perl
60183            ! ext/Encode/bin/piconv
60184 ____________________________________________________________________________
60185 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
60186         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
60187              From: Dave Mitchell <davem@fdgroup.com>
60188              Date: Thu, 22 May 2003 10:13:19 +0100
60189              Message-ID: <20030522091319.GA4568@fdgroup.com>
60190
60191              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
60192              From: Dave Mitchell <davem@fdgroup.com>
60193              Date: Fri, 23 May 2003 17:09:44 +0100
60194              Message-ID: <20030523160944.GC9194@fdgroup.com>
60195      Branch: perl
60196            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
60197            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
60198 ____________________________________________________________________________
60199 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
60200         Log: Missing "to".
60201      Branch: perl
60202            ! NetWare/config_H.wc Porting/config_H config_h.SH
60203            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
60204            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60205            ! win32/config_H.vc64 wince/config_H.ce
60206 ____________________________________________________________________________
60207 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
60208         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
60209      Branch: perl
60210            ! Cross/config.sh-arm-linux NetWare/config.wc
60211            ! NetWare/config_H.wc configure.com epoc/config.sh
60212            ! plan9/config.plan9 plan9/config_h.sample
60213            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
60214            ! win32/config.gc win32/config.vc win32/config.vc64
60215            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60216            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
60217 ____________________________________________________________________________
60218 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
60219         Log: Regen Glossary et al.
60220      Branch: perl
60221            ! Porting/Glossary Porting/config.sh Porting/config_H
60222 ____________________________________________________________________________
60223 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
60224         Log: Add a real scan for pthread_attr_setscope().
60225      Branch: perl
60226            ! Configure config_h.SH ext/threads/threads.xs
60227 ____________________________________________________________________________
60228 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
60229         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
60230      Branch: perl
60231            - lib/ftp.pl
60232            ! MANIFEST
60233 ____________________________________________________________________________
60234 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
60235         Log: Noticed by John P. Linderman.
60236      Branch: perl
60237            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
60238 ____________________________________________________________________________
60239 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
60240         Log: Subject: [PATCH] RE: state of deparse?
60241              From: Robin Barker <Robin.Barker@npl.co.uk>
60242              Date: Fri, 23 May 2003 17:42:37 +0100
60243              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
60244      Branch: perl
60245            ! ext/B/B/Deparse.pm
60246 ____________________________________________________________________________
60247 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
60248         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
60249              From: Robin Barker <Robin.Barker@npl.co.uk>
60250              Date: Fri, 23 May 2003 17:37:09 +0100
60251              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
60252      Branch: perl
60253            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
60254            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
60255 ____________________________________________________________________________
60256 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
60257         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
60258              From: Robin Barker <Robin.Barker@npl.co.uk>
60259              Date: Fri, 23 May 2003 17:32:22 +0100
60260              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
60261      Branch: perl
60262            ! embed.pl perl.h perlio.c perlio.h proto.h
60263 ____________________________________________________________________________
60264 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
60265         Log: Hasty editing, grumble.
60266      Branch: perl
60267            ! ext/POSIX/POSIX.xs
60268 ____________________________________________________________________________
60269 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
60270         Log: Linewrapping MUAs, grumble.
60271      Branch: perl
60272            ! ext/POSIX/POSIX.xs
60273 ____________________________________________________________________________
60274 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
60275         Log: U/WIN extension fix from John P. Linderman.
60276      Branch: perl
60277            ! ext/POSIX/POSIX.xs
60278 ____________________________________________________________________________
60279 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
60280         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
60281              From: Dan Kogai <dankogai@dan.co.jp>
60282              Date: Sat, 24 May 2003 00:15:49 +0900
60283              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
60284      Branch: perl
60285            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
60286            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
60287 ____________________________________________________________________________
60288 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
60289         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
60290              From: Michael G Schwern <schwern@pobox.com>
60291              Date: Fri, 23 May 2003 02:10:46 -0700
60292              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
60293      Branch: perl
60294            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
60295            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
60296            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
60297            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
60298            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
60299            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
60300            ! lib/ExtUtils/MakeMaker/FAQ.pod
60301            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
60302            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
60303            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
60304 ____________________________________________________________________________
60305 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
60306         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
60307              From: Dan Kogai <dankogai@dan.co.jp>
60308              Date: Fri, 23 May 2003 20:17:16 +0900
60309              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
60310      Branch: perl
60311            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
60312            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
60313            ! ext/Encode/lib/Encode/Encoding.pm
60314            ! ext/PerlIO/encoding/encoding.xs
60315 ____________________________________________________________________________
60316 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
60317         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
60318      Branch: perl
60319            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
60320            ! ext/Time/HiRes/HiRes.xs
60321 ____________________________________________________________________________
60322 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
60323         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
60324              From: Dan Kogai <dankogai@dan.co.jp>
60325              Date: Thu, 22 May 2003 18:46:40 +0900
60326              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
60327      Branch: perl
60328            ! ext/Encode/encoding.pm
60329 ____________________________________________________________________________
60330 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
60331         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
60332              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
60333              Date: Tue, 13 May 2003 10:36:32 +0200
60334              Message-id: <20030513083631.GA21782@ethan>
60335      Branch: perl
60336            ! utils/h2xs.PL
60337 ____________________________________________________________________________
60338 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
60339         Log: New warning "Useless localization of %s", based on
60340              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
60341              From: Dave Mitchell <davem@fdgroup.com>
60342              Date: Wed, 30 Apr 2003 21:17:38 +0100
60343              Message-ID: <20030430201738.GA22054@fdgroup.com>
60344
60345              The proposed patch added this warning in the 'deprecated' category ;
60346              I think this category is for things that exist and will be removed,
60347              rather than for things that don't exist and that will maybe be added.
60348      Branch: perl
60349            ! op.c pod/perldiag.pod t/lib/warnings/op
60350 ____________________________________________________________________________
60351 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
60352         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
60353              disable the loading of .pmc files if defined.
60354              Rename the function S_doopen_pmc to S_doopen_pm.
60355      Branch: perl
60356            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
60357 ____________________________________________________________________________
60358 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
60359         Log: More U/WIN tweaks from John P. Linderman.
60360      Branch: perl
60361            ! t/io/layers.t t/io/tell.t
60362 ____________________________________________________________________________
60363 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
60364         Log: Subject: [PATCH] perldata.pod revamp rev. 3
60365              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
60366              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
60367              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
60368      Branch: perl
60369            ! pod/perldata.pod
60370 ____________________________________________________________________________
60371 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
60372         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
60373              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
60374              Date: Mon, 19 May 2003 17:53:25 -0400
60375              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
60376
60377              (the bug id corrected to be #22231, not #22238)
60378      Branch: perl
60379            ! lib/Switch.pm
60380 ____________________________________________________________________________
60381 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
60382         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
60383      Branch: perl
60384            ! ext/MIME/Base64/Makefile.PL
60385 ____________________________________________________________________________
60386 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
60387         Log: U/WIN test tweak from John P. Linderman.
60388      Branch: perl
60389            ! t/op/chdir.t
60390 ____________________________________________________________________________
60391 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
60392         Log: VMS test tweak from Craig Berry.
60393      Branch: perl
60394            ! lib/DirHandle.t
60395 ____________________________________________________________________________
60396 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
60397         Log: U/WIN test nit for John P. Linderman.
60398      Branch: perl
60399            ! ext/Cwd/t/cwd.t
60400 ____________________________________________________________________________
60401 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
60402         Log: Subject: [Encode] 1.95 released
60403              From: Dan Kogai <dankogai@dan.co.jp>
60404              Date: Wed, 21 May 2003 18:26:26 +0900
60405              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
60406      Branch: perl
60407            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
60408            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
60409            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
60410            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
60411            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
60412            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
60413            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
60414            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
60415            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
60416            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
60417            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
60418            ! ext/Encode/ucm/8859-9.ucm
60419 ____________________________________________________________________________
60420 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
60421         Log: Enhance the failure reporting for the pod2html tests
60422      Branch: perl
60423            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
60424 ____________________________________________________________________________
60425 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
60426         Log: Upgrade to Getopt::Long 2.33
60427              (mostly a version number increment)
60428      Branch: perl
60429            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
60430            ! lib/Getopt/Long/README
60431 ____________________________________________________________________________
60432 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
60433         Log: Upgrade to CPAN 1.70_54
60434              Subject: Re: CPAN.pm into blead
60435              From: Andreas J Koenig <andreas.koenig@anima.de>
60436              Date: Tue, 20 May 2003 11:31:16 +0200
60437              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
60438      Branch: perl
60439            - lib/CPAN/README
60440            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
60441 ____________________________________________________________________________
60442 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
60443         Log: Further -Uuseperlio tweaking.
60444      Branch: perl
60445            ! ext/Encode/t/Unicode.t
60446 ____________________________________________________________________________
60447 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
60448         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
60449              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60450              Date: Sun, 18 May 2003 19:21:01 -0700
60451              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
60452              (with tweaks to perldiag.pod)
60453      Branch: perl
60454            ! op.c pod/perldiag.pod
60455 ____________________________________________________________________________
60456 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
60457         Log: More Ultrix double definition avoidance.
60458      Branch: perl
60459            ! ext/Socket/Socket.xs
60460 ____________________________________________________________________________
60461 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
60462         Log: Integrate perlio:
60463              [ 19556]
60464              Fix ticket 18265
60465
60466              [ 19557]
60467              EINTR retry should exit on count >= 0 not !=0
60468      Branch: perl
60469           !> perlio.c
60470 ____________________________________________________________________________
60471 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
60472         Log: Nekkid numbers.
60473      Branch: perl
60474            ! ext/threads/threads.xs
60475 ____________________________________________________________________________
60476 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
60477         Log: Meaningless cosmetics.
60478      Branch: perl
60479            ! ext/threads/threads.xs
60480 ____________________________________________________________________________
60481 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
60482         Log: Make Perl_ithread_self() a bit more helpful when
60483              finding the thread fails (suggested by Stas in
60484              perl-ithreads Mar 01)
60485      Branch: perl
60486            ! ext/threads/threads.xs
60487 ____________________________________________________________________________
60488 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
60489         Log: Slightly wrong panic messages.
60490      Branch: perl
60491            ! ext/threads/threads.xs
60492 ____________________________________________________________________________
60493 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
60494         Log: Ultrix: the #19435 helped the IO extension, so this should
60495              help the Socket extension (socket structs redefinitions).
60496      Branch: perl
60497            ! ext/Socket/Socket.xs
60498 ____________________________________________________________________________
60499 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
60500         Log: Based on
60501
60502              Subject: [PATCH threads.xs] no system scope on VMS
60503              From: "Craig A. Berry" <craigberry@mac.com>
60504              Date: Sun, 18 May 2003 23:02:07 -0500
60505              Message-ID: <3EC8573F.6050005@mac.com>
60506
60507              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
60508      Branch: perl
60509            ! ext/threads/threads.xs
60510 ____________________________________________________________________________
60511 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
60512         Log: Make the test work without perlio, from Dan Kogai.
60513      Branch: perl
60514            ! ext/Encode/t/Unicode.t
60515 ____________________________________________________________________________
60516 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
60517         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
60518              From: Michael G Schwern <schwern@pobox.com>
60519              Date: Wed, 14 May 2003 15:36:23 -0700
60520              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
60521      Branch: perl
60522            ! pod/perlsyn.pod pod/perltrap.pod
60523 ____________________________________________________________________________
60524 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
60525         Log: Integrate from perlio:
60526              [ 19542]
60527              Fix ticket #22219
60528
60529              [ 19543]
60530              Spotted a bare close() where PerlLIO_close() seems correct.
60531      Branch: perl
60532           !> doio.c perlio.c
60533 ____________________________________________________________________________
60534 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
60535         Log: UTF-7 tweak from Dan Kogai.
60536      Branch: perl
60537            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
60538 ____________________________________________________________________________
60539 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
60540         Log: The 'quotes' really are important (caught by Enache Adrian).
60541      Branch: perl
60542            ! Makefile.SH
60543 ____________________________________________________________________________
60544 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
60545         Log: Subject: [Encode] UTF-7 Support
60546              From: Dan Kogai <dankogai@dan.co.jp>
60547              Date: Sun, 18 May 2003 00:45:35 +0900
60548              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
60549      Branch: perl
60550            + ext/Encode/lib/Encode/Unicode/UTF7.pm
60551            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
60552            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
60553            ! ext/Encode/lib/Encode/Config.pm
60554            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
60555 ____________________________________________________________________________
60556 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
60557         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
60558              non-left-aligned heredocs.
60559      Branch: perl
60560            ! Makefile.SH
60561 ____________________________________________________________________________
60562 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
60563         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
60564              From: Alan Burlison <Alan.Burlison@sun.com>
60565              Date: Thu, 15 May 2003 22:17:55 +0100
60566              Message-ID: <3EC40403.9000804@sun.com>
60567
60568              (fixed symbol scanning for Solaris 10)
60569      Branch: perl
60570            ! Configure
60571 ____________________________________________________________________________
60572 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
60573         Log: Upgrade to Getopt::Long 2.32_05
60574      Branch: perl
60575            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
60576            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
60577            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
60578            ! lib/Getopt/Long/t/gol-oo.t
60579 ____________________________________________________________________________
60580 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
60581         Log: Clarify the explanation of the warning "Possible precedence problem
60582              on bitwise operator".
60583      Branch: perl
60584            ! pod/perldiag.pod
60585 ____________________________________________________________________________
60586 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
60587         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
60588              with fractional version numbers or v-strings.
60589      Branch: perl
60590            ! ext/B/B/Deparse.pm
60591 ____________________________________________________________________________
60592 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
60593         Log: missing init in change#19533
60594      Branch: perl
60595            ! win32/win32sck.c
60596 ____________________________________________________________________________
60597 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
60598         Log: apply Net::Ping patch that makes the fork()-based approach
60599              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
60600
60601              the code this affects is currently not enabled anywhere, but
60602              could be enabled if the non-blocking approach runs into problems
60603              on older windows versions
60604      Branch: perl
60605            ! lib/Net/Ping.pm
60606 ____________________________________________________________________________
60607 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
60608         Log: improve the implementation of Net::Ping on windows by avoiding
60609              fork(), which is pretty heavy-weight for this kind of
60610              application; use non-blocking sockets instead
60611
60612              has been verified to work on Win2k but will need testing on
60613              other flavors of windows
60614
60615              there is a single known failure on windows in 450_service.t (test 18)
60616              due to what appears to be bugs in the ping_syn()/ack() code
60617      Branch: perl
60618            ! lib/Net/Ping.pm
60619 ____________________________________________________________________________
60620 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
60621         Log: change#16723 broke the ioctl() return value on platforms
60622              that have ioctl() but no fcntl() (e.g. windows)
60623
60624              change#17577 then attempted to fix the bustage, but got
60625              it wrong
60626      Branch: perl
60627            ! pp_sys.c
60628 ____________________________________________________________________________
60629 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
60630         Log: avoid select() on windows destroying errno (used to typically
60631              always sets it to EINVAL due to the way it maps the FD_SETs)
60632      Branch: perl
60633            ! win32/win32sck.c
60634 ____________________________________________________________________________
60635 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
60636         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
60637              compile error on ia64/HP-UX (comparing incompatible pointers)"
60638              plus a possible cure for the warning mentioned in the case.
60639      Branch: perl
60640            ! ext/Storable/Storable.xs
60641 ____________________________________________________________________________
60642 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
60643         Log: Apply the supplied patch for [perl #22195]
60644              "File::Find, sorted directory traversal order is inverted"
60645      Branch: perl
60646            ! lib/File/Find.pm
60647 ____________________________________________________________________________
60648 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
60649         Log: Subject: [PATCH] RE: maint snapshot @ 19525
60650              From: Robin Barker <Robin.Barker@npl.co.uk>
60651              Date: Fri, 16 May 2003 17:16:57 +0100
60652              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
60653
60654              (Part #2: the hv.c SVf)
60655      Branch: perl
60656            ! hv.c
60657 ____________________________________________________________________________
60658 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
60659         Log: Subject: [PATCH] RE: maint snapshot @ 19525
60660              From: Robin Barker <Robin.Barker@npl.co.uk>
60661              Date: Fri, 16 May 2003 17:16:57 +0100
60662              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
60663
60664              (Part #1: the __format__ and __printf__)
60665      Branch: perl
60666            ! Configure embed.pl perlio.c proto.h
60667 ____________________________________________________________________________
60668 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
60669         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
60670              From: Gisle Aas <gisle@ActiveState.com>
60671              Date: 13 May 2003 19:51:19 -0700
60672              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
60673      Branch: perl
60674            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60675            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60676            ! ext/MIME/Base64/t/quoted-print.t
60677 ____________________________________________________________________________
60678 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
60679         Log: More Panther moves.
60680      Branch: perl
60681            ! Makefile.SH hints/darwin.sh
60682 ____________________________________________________________________________
60683 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
60684         Log: Curliff and liff with ease.
60685      Branch: perl
60686            + Porting/curliff.pl
60687            ! MANIFEST
60688 ____________________________________________________________________________
60689 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
60690         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
60691      Branch: perl
60692            ! Porting/sort_perldiag.pl
60693 ____________________________________________________________________________
60694 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
60695         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
60696              From: Casey West <casey@geeknest.com>
60697              Date: Fri, 9 May 2003 04:00:44 -0400
60698              Message-ID: <20030509080044.GA49820@geeknest.com>
60699
60700              (except for the dup.t patch which diddled with system().)
60701      Branch: perl
60702            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
60703            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
60704            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
60705            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
60706            ! win32/config_H.vc64 wince/config_H.ce
60707 ____________________________________________________________________________
60708 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
60709         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
60710              From: Gisle Aas <gisle@ActiveState.com>
60711              Date: 13 May 2003 09:59:50 -0700
60712              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
60713      Branch: perl
60714            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
60715            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
60716            ! ext/MIME/Base64/t/quoted-print.t
60717 ____________________________________________________________________________
60718 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
60719         Log: Subject: [PATCH] More perldiag.pod sorting
60720              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
60721              Date: Tue, 13 May 2003 15:13:53 -0400
60722              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
60723
60724              (plus add 'no locale;')
60725      Branch: perl
60726            + Porting/sort_perldiag.pl
60727            ! MANIFEST pod/perldiag.pod
60728 ____________________________________________________________________________
60729 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
60730         Log: Detypo.
60731      Branch: perl
60732            ! lib/Unicode/UCD.pm
60733 ____________________________________________________________________________
60734 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
60735         Log: make it easier to reproduce the bug
60736      Branch: perl
60737            ! lib/Tie/File.pm
60738 ____________________________________________________________________________
60739 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
60740         Log: the \do {local *FH} trick in Tie::File was really only needed
60741              on 5.005 and earlier, since later versions can autovivify
60742              the handle
60743
60744              however, a search in the p5p archives reveals the trick doesn't
60745              fully work in the versions it is needed in, so use the more
60746              standard Symbol::gensym() way
60747      Branch: perl
60748            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
60749 ____________________________________________________________________________
60750 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
60751         Log: $Config{usethreads} wasn't being set on windows
60752      Branch: perl
60753            ! win32/Makefile win32/makefile.mk
60754 ____________________________________________________________________________
60755 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
60756         Log: Reinstate the #19498 but now skip the crashing
60757              tests (when threaded) as TODOs.
60758      Branch: perl
60759            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
60760 ____________________________________________________________________________
60761 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
60762         Log: Revert #19498 since it broke threaded builds.
60763      Branch: perl
60764            ! lib/Tie/File.pm
60765 ____________________________________________________________________________
60766 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
60767         Log: Better be explicit with dangling elses.
60768      Branch: perl
60769            ! pp.c
60770 ____________________________________________________________________________
60771 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
60772         Log: Detypo Pantherisms.
60773      Branch: perl
60774            ! Makefile.SH hints/darwin.sh
60775 ____________________________________________________________________________
60776 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
60777         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
60778              From: Alex Vandiver <alexmv@MIT.EDU>
60779              Date: 02 May 2003 06:45:05 -0400
60780              Message-Id: <1051872303.26203.104.camel@supox>
60781              (plus perldiag nit)
60782      Branch: perl
60783            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
60784            ! t/comp/package.t
60785 ____________________________________________________________________________
60786 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
60787         Log: Small nit in perlsyn about the new // operator
60788      Branch: perl
60789            ! pod/perlsyn.pod
60790 ____________________________________________________________________________
60791 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
60792         Log: Use a more sophisticated heuristics to produce the warning
60793              'Parentheses missing around "%s" list'. This fixes bug #22147.
60794              Also, the warning is now produced for C<local *a,*b;>.
60795      Branch: perl
60796            ! op.c t/lib/warnings/op
60797 ____________________________________________________________________________
60798 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
60799         Log: Work also without perlio.
60800      Branch: perl
60801            ! t/io/dup.t
60802 ____________________________________________________________________________
60803 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
60804         Log: Panther preparation.
60805      Branch: perl
60806            ! Makefile.SH hints/darwin.sh
60807 ____________________________________________________________________________
60808 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
60809         Log: More moves to intrpvar.h.
60810      Branch: perl
60811            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
60812 ____________________________________________________________________________
60813 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
60814         Log: fix for Tie::File test failures on windows: the problem was
60815              that Tie::File did not close any file handles it opens internally,
60816              leading to file handle leaks and t/tf* temporary file littering;
60817              we now close the handle iff Tie::File opened it
60818
60819              this fix unearths what appears to be a perl bug in localizing globs:
60820              09_gen_rs.t fails due to a prematurely closed filehandle, although
60821              it wasn't explicitly closed anywhere by the code (renaming the
60822              *FH at line 97 to *FH1 makes it work, but I haven't done this
60823              to allow the bug to be tracked down)
60824      Branch: perl
60825            ! lib/Tie/File.pm
60826 ____________________________________________________________________________
60827 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
60828         Log: Move the thread *hook into interpreter.
60829      Branch: perl
60830            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
60831 ____________________________________________________________________________
60832 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
60833         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
60834              From: Dave Mitchell <davem@fdgroup.com>
60835              Date: Sat, 10 May 2003 01:45:23 +0100
60836              Message-ID: <20030510004523.GC20871@fdgroup.com>
60837      Branch: perl
60838            ! pp_ctl.c
60839 ____________________________________________________________________________
60840 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
60841         Log: Open UNIX is not really "formerly Unixware", since the most
60842              recent releases are known as Unixware, not as Open UNIX.
60843      Branch: perl
60844            ! pod/perlport.pod
60845 ____________________________________________________________________________
60846 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
60847         Log: Slight tweaks to the platform list.
60848      Branch: perl
60849            ! pod/perlport.pod
60850 ____________________________________________________________________________
60851 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
60852         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
60853              From: Casey West <casey@geeknest.com>
60854              Date: Fri, 9 May 2003 10:30:13 -0400
60855              Message-ID: <20030509143013.GM49820@geeknest.com>
60856      Branch: perl
60857            ! pod/perlop.pod
60858 ____________________________________________________________________________
60859 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
60860         Log: perlport.pod nit for doc bug #8253.
60861      Branch: perl
60862            ! pod/perlport.pod
60863 ____________________________________________________________________________
60864 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
60865         Log: Use test.pl.
60866      Branch: perl
60867            ! t/io/fflush.t
60868 ____________________________________________________________________________
60869 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
60870         Log: Try to handle a $^X with spaces in it.
60871      Branch: perl
60872            ! t/test.pl
60873 ____________________________________________________________________________
60874 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
60875         Log: Separate the creation of the command to run by
60876              runperl() into its own function, _create_runperl().
60877      Branch: perl
60878            ! t/test.pl
60879 ____________________________________________________________________________
60880 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
60881         Log: Fixup the method behaviour table.
60882      Branch: perl
60883            ! pod/perliol.pod
60884 ____________________________________________________________________________
60885 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
60886         Log: Integrate from perlio:
60887              [ 19474]
60888              Tweaks to Jarkko's NULL deref checks in perlio.c
60889
60890              [ 19475]
60891              Fix for bugs 21717 and 22140.
60892              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
60893              and derived layers. So have :unix's "pushed" method stat() the fd and
60894              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
60895              UNIX behaviour.
60896
60897              [ 19479]
60898              Better but still unproven fix for lseek() on pipes.
60899
60900              [ 19483]
60901              Unused variable
60902
60903              [ 19485]
60904              Tests to prove Ticket 9468 is fixed.
60905
60906              [ 19486]
60907              add test for change#19475,19479 (bugs#21717,22140)
60908      Branch: perl
60909           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
60910           !> t/io/fflush.t
60911 ____________________________________________________________________________
60912 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
60913         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
60914              in terms of an exported function rather than as an inlined
60915              macro (latter wants PL_op_mutex which isn't exported as such)
60916
60917              Jarkko: please merge into maint-5.8
60918      Branch: perl
60919            ! dosish.h makedef.pl win32/win32.c win32/win32.h
60920 ____________________________________________________________________________
60921 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
60922         Log: Test _getcode().
60923      Branch: perl
60924            ! lib/Unicode/UCD.t
60925 ____________________________________________________________________________
60926 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
60927         Log: Clarify the doc (and the code) for Unicode code points.
60928      Branch: perl
60929            ! lib/Unicode/UCD.pm
60930 ____________________________________________________________________________
60931 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
60932         Log: Another doc suggestion from terry@eatoni.com (terry jones):
60933              use codepoints that return undef.
60934      Branch: perl
60935            ! lib/Unicode/UCD.pm
60936 ____________________________________________________________________________
60937 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
60938         Log: Add Encode's META.yml.
60939      Branch: perl
60940            + ext/Encode/META.yml
60941            ! MANIFEST
60942 ____________________________________________________________________________
60943 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
60944         Log: Upgrade to Encode 1.94.
60945      Branch: perl
60946            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
60947            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
60948            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
60949            ! ext/Encode/t/mime-header.t
60950 ____________________________________________________________________________
60951 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
60952         Log: Doc bug noticed by terry@eatoni.com (terry jones).
60953      Branch: perl
60954            ! lib/Unicode/UCD.pm
60955 ____________________________________________________________________________
60956 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
60957         Log: Try to plug more potential PerlIO NULL method
60958              dereferences; try to document the matter.
60959      Branch: perl
60960            ! perlio.c pod/perliol.pod
60961 ____________________________________________________________________________
60962 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
60963         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
60964      Branch: perl
60965            ! perlio.c
60966 ____________________________________________________________________________
60967 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
60968         Log: In eof() the errno can get stomped by the peek-ahead.
60969      Branch: perl
60970            ! doio.c ext/Socket/socketpair.t
60971 ____________________________________________________________________________
60972 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
60973         Log: A regression test for the remaining "Final $ should be..." error.
60974      Branch: perl
60975            ! t/comp/parser.t
60976 ____________________________________________________________________________
60977 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
60978         Log: Remove the error messages "Final @ should be \@ or @name"
60979              and "Final % should be \% or %name", that appear to be
60980              only produced in addition to another syntax error, and therefore
60981              misleading, if I understand correctly that kind of black magic.
60982      Branch: perl
60983            ! pod/perldiag.pod toke.c
60984 ____________________________________________________________________________
60985 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
60986         Log: Have to think this test more when I'm awake.
60987      Branch: perl
60988            ! ext/Socket/socketpair.t
60989 ____________________________________________________________________________
60990 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
60991         Log: Document that perl tries to load .pmc files before .pm files.
60992              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
60993              From: Casey West <casey@geeknest.com>
60994              Date: Fri, 9 May 2003 17:03:50 -0400
60995              Message-ID: <20030509210350.GW49820@geeknest.com>
60996      Branch: perl
60997            ! pod/perlfunc.pod
60998 ____________________________________________________________________________
60999 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
61000         Log: Fix for doc bug #8602 : clarify eof() example comments
61001      Branch: perl
61002            ! pod/perlfunc.pod
61003 ____________________________________________________________________________
61004 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
61005         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
61006              From: Casey West <casey@geeknest.com>
61007              Date: Fri, 9 May 2003 11:09:39 -0400
61008              Message-ID: <20030509150939.GN49820@geeknest.com>
61009      Branch: perl
61010            ! pod/perltrap.pod
61011 ____________________________________________________________________________
61012 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
61013         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
61014              From: Casey West <casey@geeknest.com>
61015              Date: Fri, 9 May 2003 15:25:59 -0400
61016              Message-ID: <20030509192559.GS49820@geeknest.com>
61017      Branch: perl
61018            ! pod/perlfunc.pod
61019 ____________________________________________________________________________
61020 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
61021         Log: Try to comprehensively have a plan B if a PerlIO
61022              layer doesn't have a particular function.
61023              (1) If there's a corresponding PerlIOBase, call it.
61024              (2) If not having the function is 'harmless', be silently happy.
61025              (Currently only Flush is in this category.)
61026              (3) Otherwise set errno and return failure.
61027      Branch: perl
61028            ! perlio.c
61029 ____________________________________________________________________________
61030 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
61031         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
61032              From: Casey West <casey@geeknest.com>
61033              Date: Fri, 9 May 2003 11:17:53 -0400
61034              Message-ID: <20030509151753.GO49820@geeknest.com>
61035      Branch: perl
61036            ! pod/perltrap.pod
61037 ____________________________________________________________________________
61038 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
61039         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
61040      Branch: perl
61041            ! makedef.pl
61042 ____________________________________________________________________________
61043 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
61044         Log: Result of change #19458.
61045      Branch: perl
61046            ! MANIFEST
61047 ____________________________________________________________________________
61048 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
61049         Log: Subject: Weekend fun: MANIFEST sorting
61050              From: andreas.koenig@anima.de (Andreas J. Koenig)
61051              Date: Fri, 09 May 2003 15:12:05 +0200
61052              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
61053
61054              (both sorts need LC_ALL=C)
61055              (add also manicheck target)
61056      Branch: perl
61057            ! Makefile.SH
61058 ____________________________________________________________________________
61059 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
61060         Log: Better skip this test on OpenBSD and BSD/OS since it
61061              does not seem to work (Slaven Rezic).
61062      Branch: perl
61063            ! lib/filetest.t
61064 ____________________________________________________________________________
61065 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
61066         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
61067              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61068              Date: Wed, 07 May 2003 23:37:47 -0700
61069              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
61070      Branch: perl
61071            ! pod/perlfunc.pod
61072 ____________________________________________________________________________
61073 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
61074         Log: Missing files.
61075      Branch: perl
61076            ! MANIFEST
61077 ____________________________________________________________________________
61078 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
61079         Log: Suppress a few compilation warnings in pp_hot.c.
61080      Branch: perl
61081            ! pp_hot.c
61082 ____________________________________________________________________________
61083 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
61084         Log: Remove duplicate entries from perldiag
61085      Branch: perl
61086            ! pod/perldiag.pod
61087 ____________________________________________________________________________
61088 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
61089         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
61090              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
61091              Date: Wed, 07 May 2003 15:27:07 -0700
61092              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
61093      Branch: perl
61094            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
61095            ! pp_hot.c t/op/magic.t
61096 ____________________________________________________________________________
61097 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
61098         Log: Tiny nit from mjd.
61099      Branch: perl
61100            ! lib/Tie/File.pm
61101 ____________________________________________________________________________
61102 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
61103         Log: Upgrade to Tie::File 0.95.
61104      Branch: perl
61105            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
61106            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
61107            + lib/Tie/File/t/42_offset.t
61108            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
61109            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
61110            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
61111            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
61112            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
61113            ! lib/Tie/File/t/30_defer.t
61114 ____________________________________________________________________________
61115 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
61116         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
61117              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
61118              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
61119              Date: 8 May 2003 00:42:18 -0000
61120      Branch: perl
61121            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61122            ! ext/Time/HiRes/Makefile.PL
61123 ____________________________________________________________________________
61124 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
61125         Log: Subject: [PATCH] alphabetize perldiag.pod
61126              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
61127              Date: Thu, 8 May 2003 11:52:39 -0400
61128              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
61129      Branch: perl
61130            ! pod/perldiag.pod
61131 ____________________________________________________________________________
61132 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
61133         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
61134              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
61135              Date: Thu, 08 May 2003 08:42:20 +0200
61136              Message-id: <20030508064220.GA763@ethan>
61137      Branch: perl
61138            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
61139            ! ext/Devel/PPPort/t/test.t
61140 ____________________________________________________________________________
61141 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
61142         Log: A variant of
61143
61144              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
61145              From: enache@rdslink.ro (Enache Adrian)
61146              Date: Tue, 22 Apr 2003 02:54:05 +0300
61147              Message-ID: <20030421235405.GA1162@ratsnest.hole>
61148
61149              to quench the black smoke from the BSD builds.
61150      Branch: perl
61151            ! lib/ExtUtils/MM_Unix.pm
61152 ____________________________________________________________________________
61153 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
61154         Log: Subject: Re: [DOC PATCH] & More File::Path issues
61155              From: Casey West <casey@geeknest.com>
61156              Date: Mon, 5 May 2003 13:25:47 -0400
61157              Message-ID: <20030505172547.GB20508@geeknest.com>
61158      Branch: perl
61159            ! lib/File/Path.pm
61160 ____________________________________________________________________________
61161 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
61162         Log: Spelling correction from Nicholas Clark.
61163      Branch: perl
61164            ! ext/POSIX/POSIX.pod
61165 ____________________________________________________________________________
61166 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
61167         Log: One more possible extensions permutation.
61168      Branch: perl
61169            ! Configure
61170 ____________________________________________________________________________
61171 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
61172         Log: Allow platforms to manipulate their archname by creating
61173              a archname.cbu in their hints files.
61174      Branch: perl
61175            ! Configure
61176 ____________________________________________________________________________
61177 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
61178         Log: More long double logic from Alan Burlison.
61179      Branch: perl
61180            ! Configure
61181 ____________________________________________________________________________
61182 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
61183         Log: Worth a try for [perl #17146]
61184      Branch: perl
61185            ! ext/IO/poll.c
61186 ____________________________________________________________________________
61187 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
61188         Log: Document which interfaces are NOT Unicode-aware.
61189      Branch: perl
61190            ! pod/perltodo.pod pod/perlunicode.pod
61191 ____________________________________________________________________________
61192 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
61193         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
61194              From: Casey West <casey@geeknest.com>
61195              Date: Mon, 28 Apr 2003 11:07:36 -0400
61196              Message-ID: <20030428150736.GD62281@geeknest.com>
61197      Branch: perl
61198            ! pod/perlfilter.pod
61199 ____________________________________________________________________________
61200 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
61201         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
61202              From: Enache Adrian <enache@rdslink.ro>
61203              Date: Fri, 28 Mar 2003 23:53:09 +0200
61204              Message-ID: <20030328215309.GA6413@ratsnest.hole>
61205              (with minor tweaks)
61206      Branch: perl
61207            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
61208 ____________________________________________________________________________
61209 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
61210         Log: Fix doc bug #22067, noticed by Mark Knutsen
61211      Branch: perl
61212            ! pod/perlfunc.pod
61213 ____________________________________________________________________________
61214 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
61215         Log: Fix : the svr5 hints file doesn't propagate libswanted with
61216              threads enabled. Now threads are OK on OpenUNIX 8, except a
61217              mysterious failure in ext/POSIX/t/sigaction.t.
61218      Branch: perl
61219            ! hints/svr5.sh
61220 ____________________________________________________________________________
61221 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
61222         Log: Snip away the perlunicode slowness demo since the new
61223              caching scheme should help things a bit.
61224      Branch: perl
61225            ! pod/perlunicode.pod
61226 ____________________________________________________________________________
61227 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
61228         Log: Subject: Re: Minor change to strict.pm. Who? How?
61229              From: Adam Kennedy <adam@ali.as>
61230              Date: Wed, 30 Apr 2003 00:02:40 +1000
61231              Message-ID: <3EAE8600.2000806@ali.as>
61232
61233              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
61234              From: Michael G Schwern <schwern@pobox.com>
61235              Date: Tue, 29 Apr 2003 12:26:32 -0700
61236              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
61237      Branch: perl
61238            ! lib/strict.pm
61239 ____________________________________________________________________________
61240 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
61241         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
61242              From: "Jos I.Boumans" <kane@dwim.org>
61243              Date: 30 Apr 2003 09:45:16 -0000
61244              Message-ID: <20030430114513165+0200@nntp.perl.org>
61245      Branch: perl
61246            ! lib/File/Path.pm
61247 ____________________________________________________________________________
61248 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
61249         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
61250              From: Michael G Schwern <schwern@pobox.com>
61251              Date: Sat, 3 May 2003 15:30:16 -0700
61252              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
61253      Branch: perl
61254            ! pod/perlmod.pod
61255 ____________________________________________________________________________
61256 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
61257         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
61258              From: Dave Mitchell <davem@fdgroup.com>
61259              Date: Thu, 1 May 2003 21:06:57 +0100
61260              Message-ID: <20030501200657.GA25456@fdgroup.com>
61261      Branch: perl
61262            ! hv.c t/op/undef.t
61263 ____________________________________________________________________________
61264 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
61265         Log: Subject: Re: hv.c patch - pathological hashes too easy
61266              From: "Tye McQueen" <tye@metronet.com>
61267              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
61268              Message-Id: <200305011834.h41IYoE08503@metronet.com>
61269      Branch: perl
61270            ! hv.c
61271 ____________________________________________________________________________
61272 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
61273         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
61274              From: Casey West <casey@geeknest.com>
61275              Date: Tue, 29 Apr 2003 16:14:20 -0400
61276              Message-ID: <20030429201420.GT62281@geeknest.com>
61277      Branch: perl
61278            ! pod/perlrequick.pod
61279 ____________________________________________________________________________
61280 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
61281         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
61282              From: Slaven Rezic <slaven@rezic.de>
61283              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
61284              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
61285      Branch: perl
61286            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
61287 ____________________________________________________________________________
61288 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
61289         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
61290              From: Steve Hay <steve.hay@uk.radan.com>
61291              Date: Wed, 30 Apr 2003 09:52:30 +0100
61292              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
61293      Branch: perl
61294            ! utils/h2xs.PL
61295 ____________________________________________________________________________
61296 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
61297         Log: Reintroduce the mention of the fact that the Artistic/GPL
61298              also are Perl's own licenses.
61299      Branch: perl
61300            ! pod/perlartistic.pod pod/perlgpl.pod
61301 ____________________________________________________________________________
61302 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
61303         Log: Switch the new perlio way of opening anonymous temporary files
61304              open my $fh, '+>', undef
61305              to using File::Temp.  Test it, and test also the "accidental
61306              feature" of +< working the same way.
61307              This should address [perl #21937].
61308      Branch: perl
61309            + ext/PerlIO/t/open.t
61310            ! MANIFEST perlio.c pod/perlfunc.pod
61311 ____________________________________________________________________________
61312 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
61313         Log: perlartistic and perlgpl reformatting from Sean Burke.
61314      Branch: perl
61315            ! pod/perlartistic.pod pod/perlgpl.pod
61316 ____________________________________________________________________________
61317 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
61318         Log: pack/unpack fixes from Wolfgang Laun:
61319              - fix bug in UNICOS (where SIZE16 != sizeof(short))
61320              - introduce and use new internal pack/unpack API
61321              (packlist, unpackstring)
61322              that does away with the unused arguments in the old API
61323              (pack_cat, unpack_str).
61324      Branch: perl
61325            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
61326 ____________________________________________________________________________
61327 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
61328         Log: Subject: [PATCH] Embed.t flushing problem
61329              From: "Craig A. Berry" <craigberry@mac.com>
61330              Date: Sun, 04 May 2003 16:25:38 -0500
61331              Message-ID: <3EB58552.2070207@mac.com>
61332      Branch: perl
61333            ! lib/ExtUtils/t/Embed.t
61334 ____________________________________________________________________________
61335 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
61336         Log: Doc nit from mjd.
61337      Branch: perl
61338            ! ext/DB_File/DB_File.pm
61339 ____________________________________________________________________________
61340 [ 19413] By: ams                                   on 2003/05/05  04:03:10
61341         Log: None of that "our" stuff here, please.
61342      Branch: perl
61343            ! ext/Storable/t/tied.t
61344 ____________________________________________________________________________
61345 [ 19412] By: ams                                   on 2003/05/05  03:57:06
61346         Log: Oops. More Storable 2.07 preparations.
61347      Branch: perl
61348            ! ext/Storable/README ext/Storable/Storable.pm
61349 ____________________________________________________________________________
61350 [ 19411] By: ams                                   on 2003/05/05  03:53:44
61351         Log: Update changelog for 2.07 release.
61352      Branch: perl
61353            ! ext/Storable/ChangeLog
61354 ____________________________________________________________________________
61355 [ 19410] By: ams                                   on 2003/05/05  03:31:36
61356         Log: Update Changes.
61357      Branch: perl
61358            ! Changes
61359 ____________________________________________________________________________
61360 [ 19409] By: ams                                   on 2003/05/05  03:21:41
61361         Log: Subject: Re: Bug in Storable???
61362              From: Slaven Rezic <slaven@rezic.de>
61363              Date: 04 May 2003 18:00:40 +0200
61364              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
61365      Branch: perl
61366            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
61367 ____________________________________________________________________________
61368 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
61369         Log: This way reads a bit better with pod2man.
61370      Branch: perl
61371            ! pod/perlartistic.pod pod/perlgpl.pod
61372 ____________________________________________________________________________
61373 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
61374         Log: Integrate from maint:
61375              [ 18568]
61376              Add the POSIX::sigaction() trick by Slaven Rezic
61377              for [perl #17341].
61378      Branch: perl
61379           !> pod/perlfunc.pod pod/perlipc.pod
61380 ____________________________________________________________________________
61381 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
61382         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
61383              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
61384              the perlartistic is a straightforward podification.
61385      Branch: perl
61386            + pod/perlartistic.pod pod/perlgpl.pod
61387            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
61388            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
61389 ____________________________________________________________________________
61390 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
61391         Log: Doesn't make any difference for the test but is more logical.
61392      Branch: perl
61393            ! t/lib/Devel/switchd.pm
61394 ____________________________________________________________________________
61395 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
61396         Log: Plagued by thinkos tonight.
61397      Branch: perl
61398            ! lib/filetest.t
61399 ____________________________________________________________________________
61400 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
61401         Log: Must skip more.
61402      Branch: perl
61403            ! lib/filetest.t
61404 ____________________________________________________________________________
61405 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
61406         Log: Subject: Re: Does filetest work at all?
61407              From: Slaven Rezic <slaven@rezic.de>
61408              Date: 03 May 2003 18:26:49 +0200
61409              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
61410      Branch: perl
61411            ! lib/filetest.t pp_sys.c
61412 ____________________________________________________________________________
61413 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
61414         Log: Extra tweakage from Rafael for #19392.
61415      Branch: perl
61416            ! ext/B/B/Concise.pm lib/filetest.pm
61417 ____________________________________________________________________________
61418 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
61419         Log: Salvage 'use filetest "access"' from compiletime to runtime.
61420      Branch: perl
61421            ! dump.c op.c op.h pp_sys.c
61422 ____________________________________________________________________________
61423 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
61424         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
61425              the Unicode character database to 4.0.0.)
61426      Branch: perl
61427            + lib/unicore/HangulSyllableType.txt
61428            + lib/unicore/NormalizationCorrections.txt
61429            + lib/unicore/StandardizedVariants.txt
61430            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
61431            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
61432            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
61433            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
61434            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
61435            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
61436            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
61437            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
61438            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
61439            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
61440            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
61441            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
61442            ! (edit 129 files)
61443 ____________________________________________________________________________
61444 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
61445         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
61446              the fp offset, which was quite a big larger than the input file,
61447              which meant that the SvGROW tried to grow the file to about
61448              2**64-2**20, which made safesysrealloc() to understandably
61449              croak (in argv.t).
61450      Branch: perl
61451            ! sv.c
61452 ____________________________________________________________________________
61453 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
61454         Log: Regen Configure (no changes but that's fine).
61455      Branch: perl
61456            ! Configure
61457 ____________________________________________________________________________
61458 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
61459         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
61460              From: Andy Dougherty <doughera@lafayette.edu>
61461              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
61462              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
61463      Branch: perl
61464            ! Configure
61465 ____________________________________________________________________________
61466 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
61467         Log: Subject: [PATCH] OpenUNIX 8 support
61468              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
61469              Date: Fri, 2 May 2003 12:12:08 +0200
61470              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
61471      Branch: perl
61472            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
61473 ____________________________________________________________________________
61474 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
61475         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
61476              From: Abe Timmerman <abe@ztreet.demon.nl>
61477              Date: Fri, 2 May 2003 00:51:42 +0200
61478              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
61479      Branch: perl
61480            ! win32/win32.c
61481 ____________________________________________________________________________
61482 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
61483         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
61484              From: Abe Timmerman <abe@ztreet.demon.nl>
61485              Date: Thu, 1 May 2003 18:34:35 +0200
61486              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
61487      Branch: perl
61488            ! win32/win32.h
61489 ____________________________________________________________________________
61490 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
61491         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
61492              From: Michael G Schwern <schwern@pobox.com>
61493              Date: Wed, 30 Apr 2003 18:19:32 -0700
61494              Message-ID: <20030501011932.GM701@windhund.schwern.org>
61495      Branch: perl
61496            ! ext/POSIX/POSIX.pod
61497 ____________________________________________________________________________
61498 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
61499         Log: Forgot to check in the -d: file.
61500      Branch: perl
61501            + t/lib/Devel/switchd.pm
61502            ! MANIFEST t/run/switchd.t
61503 ____________________________________________________________________________
61504 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
61505         Log: Solaris: make -Duse64bitall'ed to have an archname of
61506              sun4-solaris-64, from Alan Burlison.  (The default is to not
61507              to suffix anything with -Duse64bitall if longs are 64 bit.
61508              This may lead into confusion and much sorrow if 32-bit binaries
61509              and 64-bit binaries are installed under the same directories.
61510              Why is "-64" or something like that the default?  Well, there
61511              are platforms where 64 bits really is the default default.
61512              There adding a "-64" would be kind of odd.  Better to let
61513              each 64-bit capable platform to choose their archnames.)
61514      Branch: perl
61515            ! hints/solaris_2.sh
61516 ____________________________________________________________________________
61517 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
61518         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
61519              by change #18589 (it was broken by change #9754); add test case.
61520      Branch: perl
61521            + t/run/switchd.t
61522            ! MANIFEST
61523 ____________________________________________________________________________
61524 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
61525         Log: great_circle_direction() was broken,
61526              reported by Alexander Becher.
61527      Branch: perl
61528            ! lib/Math/Trig.pm lib/Math/Trig.t
61529 ____________________________________________________________________________
61530 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
61531         Log: OS X: could not -Doptimize=-g.
61532      Branch: perl
61533            ! hints/darwin.sh
61534 ____________________________________________________________________________
61535 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
61536         Log: OS X test tweak.
61537      Branch: perl
61538            ! ext/Cwd/t/cwd.t
61539 ____________________________________________________________________________
61540 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
61541         Log: Subject: [PATCH] RE: perl@19333
61542              From: Robin Barker <Robin.Barker@npl.co.uk>
61543              Date: Tue, 29 Apr 2003 17:30:23 +0100
61544              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
61545      Branch: perl
61546            ! embed.pl pp_hot.c pp_pack.c proto.h
61547 ____________________________________________________________________________
61548 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
61549         Log: miniperl cannot handle layers.t.
61550      Branch: perl
61551            ! t/io/layers.t
61552 ____________________________________________________________________________
61553 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
61554         Log: The solution in change #19363 was too unportable.
61555      Branch: perl
61556            ! t/io/openpid.t
61557 ____________________________________________________________________________
61558 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
61559         Log: perlreftut updates from mjd.
61560      Branch: perl
61561            ! pod/perlreftut.pod
61562 ____________________________________________________________________________
61563 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
61564         Log: z/OS: More threaded build tweaks from Brian De Pradine--
61565              apparently now it works!
61566      Branch: perl
61567            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
61568 ____________________________________________________________________________
61569 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
61570         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
61571              From: Enache Adrian <enache@rdslink.ro>
61572              Date: Sat, 19 Apr 2003 01:41:07 +0300
61573              Message-ID: <20030418224107.GA2751@ratsnest.hole>
61574      Branch: perl
61575            ! t/comp/parser.t toke.c
61576 ____________________________________________________________________________
61577 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
61578         Log: If it's S_, it should be STATIC.
61579      Branch: perl
61580            ! embed.fnc embed.h numeric.c proto.h
61581 ____________________________________________________________________________
61582 [ 19365] By: sky                                   on 2003/04/28  16:30:03
61583         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
61584              From: Casey West <casey@geeknest.com>
61585              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
61586              Message-Id: <20030428140005.GC62281@geeknest.com>
61587      Branch: perl
61588            ! pod/perlop.pod
61589 ____________________________________________________________________________
61590 [ 19364] By: sky                                   on 2003/04/28  16:20:43
61591         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
61592              From: Casey West <casey@geeknest.com>
61593              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
61594              Message-Id: <20030428172206.GK62281@geeknest.com>
61595      Branch: perl
61596            ! pod/perlop.pod
61597 ____________________________________________________________________________
61598 [ 19363] By: sky                                   on 2003/04/28  15:32:35
61599         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
61600              open.
61601      Branch: perl
61602            ! t/io/openpid.t
61603 ____________________________________________________________________________
61604 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
61605         Log: Feel-good cleanup.
61606      Branch: perl
61607            ! intrpvar.h sv.c
61608 ____________________________________________________________________________
61609 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
61610         Log: SysV msg queues can be something hanging (witnessed in IRIX),
61611              so let's use IPC_NOWAIT.
61612      Branch: perl
61613            ! ext/IPC/SysV/t/msg.t t/op/taint.t
61614 ____________________________________________________________________________
61615 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
61616         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
61617              when returning an int can either return the error in the return
61618              value or in the errno.  We need a new per-interp variable to store
61619              the return value instead of clobbering the errno with it.  The new
61620              variable, PL_reentrant_retint, is only used within the reentrancy
61621              framework, and immediately after it's set, so there should not be
61622              similar visibility issues as for the errno.  Spotted by Edward Moy.
61623      Branch: perl
61624            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
61625 ____________________________________________________________________________
61626 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
61627         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
61628              Check errno to see if the call to nice(2) succeeded.
61629              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
61630              From: Enache Adrian <enache@rdslink.ro>
61631              Date: Wed, 23 Apr 2003 22:48:20 +0300
61632              Message-ID: <20030423194820.GA874@ratsnest.hole>
61633      Branch: perl
61634            ! ext/POSIX/POSIX.xs
61635 ____________________________________________________________________________
61636 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
61637         Log: Document a faint compilation noise.
61638      Branch: perl
61639            ! README.aix
61640 ____________________________________________________________________________
61641 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
61642         Log: $[ clarifications.
61643      Branch: perl
61644            ! pod/perlvar.pod
61645 ____________________________________________________________________________
61646 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
61647         Log: utime() doc clarifications
61648              based on :
61649              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
61650              From: Casey West <casey@geeknest.com>
61651              Date: Fri, 25 Apr 2003 08:00:54 -0400
61652              Message-ID: <20030425120054.GQ34510@geeknest.com>
61653      Branch: perl
61654            ! pod/perlfunc.pod
61655 ____________________________________________________________________________
61656 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
61657         Log: Add a test case for [perl #15288] (already solved).
61658      Branch: perl
61659            ! t/op/pack.t
61660 ____________________________________________________________________________
61661 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
61662         Log: Add Dave Mitchell's test case for fields.
61663      Branch: perl
61664            ! lib/fields.t
61665 ____________________________________________________________________________
61666 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
61667         Log: Subject: [PATCH] VMS::Stdio test tweak
61668              From: "Craig A. Berry" <craigberry@mac.com>
61669              Date: Sat, 26 Apr 2003 15:53:07 -0500
61670              Message-ID: <3EAAF1B3.7020708@mac.com>
61671      Branch: perl
61672            ! vms/ext/Stdio/test.pl
61673 ____________________________________________________________________________
61674 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
61675         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
61676              From: Casey West <casey@geeknest.com>
61677              Date: Thu, 24 Apr 2003 08:18:42 -0400
61678              Message-ID: <20030424121842.GW34510@geeknest.com>
61679      Branch: perl
61680            ! lib/UNIVERSAL.pm
61681 ____________________________________________________________________________
61682 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
61683         Log: Document that restricted hashes are not atomic
61684              (from Dave Mitchell).
61685      Branch: perl
61686            ! lib/Hash/Util.pm
61687 ____________________________________________________________________________
61688 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
61689         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
61690              From: Dave Mitchell <davem@fdgroup.com>
61691              Date: Sat, 26 Apr 2003 18:45:28 +0100
61692              Message-ID: <20030426174528.GA9588@fdgroup.com>
61693      Branch: perl
61694            ! hv.c lib/Hash/Util.t pod/perldiag.pod
61695 ____________________________________________________________________________
61696 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
61697         Log: Some doc patches by Casey West :
61698
61699              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
61700              From: Casey West <casey@geeknest.com>
61701              Date: Fri, 25 Apr 2003 10:46:39 -0400
61702              Message-ID: <20030425144639.GY34510@geeknest.com>
61703
61704              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
61705              From: Casey West <casey@geeknest.com>
61706              Date: Fri, 25 Apr 2003 07:52:13 -0400
61707              Message-ID: <20030425115213.GP34510@geeknest.com>
61708
61709              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
61710              From: Casey West <casey@geeknest.com>
61711              Date: Thu, 24 Apr 2003 21:27:22 -0400
61712              Message-ID: <20030425012722.GN34510@geeknest.com>
61713      Branch: perl
61714            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
61715 ____________________________________________________________________________
61716 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
61717         Log: Document that splice() doesn't extend arrays
61718              Subject: Re: slice autoextending ? still another revised doc patch; COW
61719              From: david nicol <whatever@davidnicol.com>
61720              Date: 22 Apr 2003 22:05:02 -0500
61721              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
61722      Branch: perl
61723            ! pod/perlfunc.pod
61724 ____________________________________________________________________________
61725 [ 19342] By: sky                                   on 2003/04/26  21:43:32
61726         Log: Fix bug #15161 by increasing the refcount on the RE and making
61727              sure to restore it correctly. Deals with both s//e and s///g.
61728      Branch: perl
61729            ! pp_ctl.c pp_hot.c
61730 ____________________________________________________________________________
61731 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
61732         Log: Integrate:
61733              [ 19340]
61734              Caught by Mark Lutz in UNICOS: A declaration cannot appear
61735              after an executable statement in a block.
61736      Branch: perl
61737           !> pp_pack.c
61738 ____________________________________________________________________________
61739 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
61740         Log: Now the -Dnoextensions and -Dnoextensions have the
61741              chance of actually doing something.
61742      Branch: perl
61743            ! Configure
61744 ____________________________________________________________________________
61745 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
61746         Log: Subject: [PATCH] Configure's extension sanity check is too strict
61747              From: Andy Dougherty <doughera@lafayette.edu>
61748              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
61749              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
61750      Branch: perl
61751            ! Configure
61752 ____________________________________________________________________________
61753 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
61754         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
61755              From: "Craig A. Berry" <craigberry@mac.com>
61756              Date: Thu, 24 Apr 2003 20:09:48 -0500
61757              Message-ID: <3EA88ADC.3000300@mac.com>
61758      Branch: perl
61759            ! ext/Encode/t/enc_module.t
61760 ____________________________________________________________________________
61761 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
61762         Log: Upgrade to Time::HiRes 1.46.
61763      Branch: perl
61764            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
61765            ! ext/Time/HiRes/Makefile.PL
61766 ____________________________________________________________________________
61767 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
61768         Log: Subject: typo in Time::HiRes docs
61769              From: mjd@plover.com
61770              Date: 19 Apr 2003 15:13:44 -0000
61771              Message-ID: <20030419151344.28237.qmail@plover.com>
61772      Branch: perl
61773            ! ext/Time/HiRes/HiRes.pm
61774 ____________________________________________________________________________
61775 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
61776         Log: Clarify(?) the perlio default layers table.
61777      Branch: perl
61778            ! lib/PerlIO.pm t/io/layers.t
61779 ____________________________________________________________________________
61780 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
61781         Log: Upgrade to Test::Harness 2.28.
61782      Branch: perl
61783            ! lib/Test/Harness.pm lib/Test/Harness/Changes
61784            ! lib/Test/Harness/t/pod.t
61785 ____________________________________________________________________________
61786 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
61787         Log: Upgrade to Encode 1.93.
61788      Branch: perl
61789            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
61790            ! ext/Encode/lib/Encode/CJKConstants.pm
61791            ! ext/Encode/lib/Encode/CN/HZ.pm
61792            ! ext/Encode/lib/Encode/Encoding.pm
61793            ! ext/Encode/lib/Encode/Guess.pm
61794            ! ext/Encode/lib/Encode/KR/2022_KR.pm
61795            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
61796            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
61797            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
61798            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
61799 ____________________________________________________________________________
61800 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
61801         Log: VMS patch for faststdio from Craig Berry.
61802      Branch: perl
61803            ! configure.com
61804 ____________________________________________________________________________
61805 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
61806         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
61807              From: Casey West <casey@geeknest.com>
61808              Date: Wed, 23 Apr 2003 14:03:20 -0400
61809              Message-ID: <20030423180320.GZ15574@geeknest.com>
61810      Branch: perl
61811            ! pod/perlmodlib.PL pod/perlmodlib.pod
61812 ____________________________________________________________________________
61813 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
61814         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
61815              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
61816              Date: 22 Apr 2003 04:31:17 -0000
61817              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
61818              (with minor further corrections)
61819      Branch: perl
61820            ! pod/perlmod.pod
61821 ____________________________________________________________________________
61822 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
61823         Log: A new fatal error :
61824              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
61825              From: Dave Mitchell <davem@fdgroup.com>
61826              Date: Mon, 21 Apr 2003 13:19:50 +0100
61827              Message-ID: <20030421121950.GB18189@fdgroup.com>
61828              Message-ID: <20030421125433.GC18189@fdgroup.com>
61829      Branch: perl
61830            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
61831 ____________________________________________________________________________
61832 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
61833         Log: Introduce 'fast stdio' symbols to non-Configure lands.
61834      Branch: perl
61835            ! NetWare/config.wc NetWare/config_H.wc configure.com
61836            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
61837            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
61838            ! win32/config.gc win32/config.vc win32/config.vc64
61839            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61840            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
61841 ____________________________________________________________________________
61842 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
61843         Log: Regen Configure, Glossary, et alia.
61844      Branch: perl
61845            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61846            ! config_h.SH
61847 ____________________________________________________________________________
61848 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
61849         Log: Handle the combination of dosish and non-faststdio.
61850      Branch: perl
61851            ! t/io/layers.t
61852 ____________________________________________________________________________
61853 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
61854         Log: Subject: 5.8.0: two problems
61855              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
61856              Date: Tue, 22 Apr 2003 11:43:17 -0700
61857              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
61858      Branch: perl
61859            ! XSUB.h
61860 ____________________________________________________________________________
61861 [ 19307] By: ams                                   on 2003/04/22  16:39:51
61862         Log: Subject: [PATCH] Doc pointers in perlbot.
61863              From: Casey West <casey@geeknest.com>
61864              Date: Tue, 22 Apr 2003 11:19:09 -0400
61865              Message-Id: <20030422151909.GC11119@geeknest.com>
61866              (Applied by hand.)
61867      Branch: perl
61868            ! pod/perlbot.pod
61869 ____________________________________________________________________________
61870 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
61871         Log: z/OS: changes for building threaded from "Brian De Pradine"
61872              <PRADINE@uk.ibm.com>.
61873      Branch: perl
61874            ! Makefile.SH hints/os390.sh thread.h util.c
61875 ____________________________________________________________________________
61876 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
61877         Log: Enache's turn.
61878      Branch: perl
61879            ! ext/Encode/t/enc_module.t
61880 ____________________________________________________________________________
61881 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
61882         Log: Re-merge Encode 1.92.
61883      Branch: perl
61884            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
61885 ____________________________________________________________________________
61886 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
61887         Log: Argh, cut-and-pasto.
61888      Branch: perl
61889            ! perlio.c
61890 ____________________________________________________________________________
61891 [ 19301] By: sky                                   on 2003/04/21  21:33:14
61892         Log: Fix bug 17964 by properly refcounting the gv top.
61893              Seems like the entries in rsfp are way different than
61894              normal PVIO objects.
61895      Branch: perl
61896            ! sv.c
61897 ____________________________________________________________________________
61898 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
61899         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
61900
61901              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
61902              From: Enache Adrian <enache@rdslink.ro>
61903              Date: Sun, 20 Apr 2003 02:45:48 +0300
61904              Message-ID: <20030419234548.GA849@ratsnest.hole>
61905              and
61906              Date: Wed, 2 Apr 2003 07:52:28 +0300
61907              Message-ID: <20030402045227.GA1023@ratsnest.hole>
61908      Branch: perl
61909            ! pp_sys.c t/op/ref.t util.c
61910 ____________________________________________________________________________
61911 [ 19299] By: sky                                   on 2003/04/21  17:05:31
61912         Log: Croak on non ref to shared methods instead of segfault.
61913              This can really only happen for &share("string").
61914      Branch: perl
61915            ! ext/threads/shared/shared.xs
61916 ____________________________________________________________________________
61917 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
61918         Log: Add OpenZaurus cross-compilation patches.
61919      Branch: perl
61920            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
61921            + Cross/config.sh-arm-linux Cross/generate_config_sh
61922            + Cross/installperl.patch Cross/warp
61923            ! Cross/README INSTALL MANIFEST
61924 ____________________________________________________________________________
61925 [ 19289] By: sky                                   on 2003/04/21  13:24:40
61926         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
61927              Allows people to override the resetting by using srand() in CLONE.
61928      Branch: perl
61929            ! ext/threads/t/thread.t ext/threads/threads.xs
61930 ____________________________________________________________________________
61931 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
61932         Log: Introduce two new Configure symbols:
61933              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
61934              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
61935              [2] usefaststdio = do we use fast stdio if we have it?
61936              For 5.[68], we do.  For anything else, we don't.
61937              (At least, unless otherwise instructed by -Dusefaststdio.)
61938              This means that for bleadperl we no more use stdio, but instead
61939              default to perlio: the effect of PERLIO=perlio, in other words.
61940              (PERLIO=stdio will still switch to using stdio.)
61941              This change may endanger extensions using FILE*-- but if we are
61942              to migrate fully to perlio, better start swallowing the poison now.
61943              For maintperl, the usefaststdio still defaults to yes.
61944      Branch: perl
61945            ! Configure config_h.SH perlio.c t/io/layers.t
61946 ____________________________________________________________________________
61947 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
61948         Log: Upgrade to Locale::Maketext 1.05.
61949      Branch: perl
61950            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
61951 ____________________________________________________________________________
61952 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
61953         Log: Upgrade to Test 1.24.
61954      Branch: perl
61955            ! lib/Test.pm
61956 ____________________________________________________________________________
61957 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
61958         Log: Subject: [PATCH] goto &sub doesn't empty @_
61959              From: Dave Mitchell <davem@fdgroup.com>
61960              Date: Sun, 20 Apr 2003 21:46:51 +0100
61961              Message-ID: <20030420204651.GE15591@fdgroup.com>
61962      Branch: perl
61963            ! pp_ctl.c
61964 ____________________________________________________________________________
61965 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
61966         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
61967              the commands that invoke $(CC).
61968              Subject: Re: Smoke failure
61969              From: Enache Adrian <enache@rdslink.ro>
61970              Date: Fri, 18 Apr 2003 19:06:07 +0300
61971              Message-ID: <20030418160606.GA797@ratsnest.hole>
61972      Branch: perl
61973            ! Makefile.SH
61974 ____________________________________________________________________________
61975 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
61976         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
61977              From: Enache Adrian <enache@rdslink.ro>
61978              Date: Sat, 19 Apr 2003 20:12:18 +0300
61979              Message-ID: <20030419171218.GA974@ratsnest.hole>
61980      Branch: perl
61981            ! sv.c
61982 ____________________________________________________________________________
61983 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
61984         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
61985              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
61986              From: Steve Hay <steve.hay@uk.radan.com>
61987              Date: Wed, 16 Apr 2003 11:12:22 +0100
61988              Message-ID: <3E9D2C86.8040104@uk.radan.com>
61989      Branch: perl
61990            ! INSTALL win32/Makefile
61991 ____________________________________________________________________________
61992 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
61993         Log: Give more information of what to do when -Dusexxx fail.
61994      Branch: perl
61995            ! Configure
61996 ____________________________________________________________________________
61997 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
61998         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
61999              by adding a dummy destructor method Regexp::DESTROY.
62000              This prevents infinite recursion, since Regexp::DESTROY
62001              is no more autoloaded.
62002
62003              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
62004              From: Enache Adrian <enache@rdslink.ro>
62005              Date: Wed, 2 Apr 2003 05:02:42 +0300
62006              Message-ID: <20030402020242.GA2966@ratsnest.hole>
62007      Branch: perl
62008            ! ext/B/t/stash.t t/op/ref.t universal.c
62009 ____________________________________________________________________________
62010 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
62011         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
62012              From: Dave Mitchell <davem@fdgroup.com>
62013              Date: Sat, 19 Apr 2003 20:06:51 +0100
62014              Message-ID: <20030419190651.GD13333@fdgroup.com>
62015      Branch: perl
62016            ! t/comp/parser.t toke.c
62017 ____________________________________________________________________________
62018 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
62019         Log: Restore the two variables retired by the change #19268
62020              (for binary backward compatibility)
62021      Branch: perl
62022            ! embedvar.h perlapi.h thrdvar.h
62023 ____________________________________________________________________________
62024 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
62025         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
62026              (And undo a doublesize probe glitch from change #19272.)
62027      Branch: perl
62028            ! Configure
62029 ____________________________________________________________________________
62030 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
62031         Log: If long doubles fail, we really cannot sensibly
62032              drop back to doubles anymore, therefore abort.
62033              Pointed out by Slaven Rezic. (I tried to fix this
62034              via metaconfig but ended up with a vicious cyclic
62035              dependency.)
62036      Branch: perl
62037            ! Configure
62038 ____________________________________________________________________________
62039 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
62040         Log: Upgrade to Net::Ping 2.30.
62041      Branch: perl
62042            ! lib/Net/Ping.pm lib/Net/Ping/Changes
62043            ! lib/Net/Ping/t/450_service.t
62044 ____________________________________________________________________________
62045 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
62046         Log: Bump the test count.
62047      Branch: perl
62048            ! ext/Storable/t/tied.t
62049 ____________________________________________________________________________
62050 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
62051         Log: Subject: [PATCH] allow recursive FETCHes
62052              From: Dave Mitchell <davem@fdgroup.com>
62053              Date: Mon, 7 Apr 2003 10:00:41 +0100
62054              Message-ID: <20030407100041.A1617@fdgroup.com>
62055      Branch: perl
62056            ! av.c dump.c embed.fnc embed.h embedvar.h
62057            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
62058            ! sv.h t/op/tie.t thrdvar.h
62059 ____________________________________________________________________________
62060 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
62061         Log: Subject: [PATCH] readline.t tweak for VMS
62062              From: "Craig A. Berry" <craigberry@mac.com>
62063              Date: Thu, 17 Apr 2003 17:18:19 -0500
62064              Message-ID: <3E9F282B.6090603@mac.com>
62065      Branch: perl
62066            ! t/op/readline.t
62067 ____________________________________________________________________________
62068 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
62069         Log: Subject: [PATCH] Re: any takers for this Storable bug?
62070              From: Enache Adrian <enache@rdslink.ro>
62071              Date: Wed, 16 Apr 2003 21:11:11 +0300
62072              Message-ID: <20030416181111.GA6687@ratsnest.hole>
62073
62074              ams had already fixed the bug by #19227, but take the
62075              test case.
62076      Branch: perl
62077            ! ext/Storable/t/tied.t
62078 ____________________________________________________________________________
62079 [ 19265] By: sky                                   on 2003/04/19  00:40:42
62080         Log: Don't use the stack to allocate a SV that we hand out to another
62081              function, only badness can ensure.
62082              Message-Id: <20030418180131.GD10086@fdgroup.com>
62083              Thanks go to Dave Mitchell for help in tracking down the bug!
62084      Branch: perl
62085            ! sv.c
62086 ____________________________________________________________________________
62087 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
62088         Log: UTF8 regexp patch from Inaba Hiroto.
62089      Branch: perl
62090            ! regcomp.c t/op/pat.t
62091 ____________________________________________________________________________
62092 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
62093         Log: Unused variables.
62094      Branch: perl
62095            ! perlio.c universal.c
62096 ____________________________________________________________________________
62097 [ 19262] By: sky                                   on 2003/04/17  20:02:33
62098         Log: Another needle in the voodoo doll.
62099              Now I think it should work with the shared
62100              strings.
62101      Branch: perl
62102            ! sv.c
62103 ____________________________________________________________________________
62104 [ 19254] By: sky                                   on 2003/04/17  17:31:52
62105         Log: Extreme Voodoo programming, by not pinching the SV if it is a
62106              PADTMP it happily keeps it's value later on!
62107      Branch: perl
62108            ! sv.c
62109 ____________________________________________________________________________
62110 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
62111         Log: Implement -Dnoextensions=... and -Donlyextensions=...
62112      Branch: perl
62113            ! Configure INSTALL
62114 ____________________________________________________________________________
62115 [ 19252] By: ams                                   on 2003/04/17  16:19:31
62116         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
62117              Anything that's broken by this change should be fixed.
62118      Branch: perl
62119            ! gv.c
62120 ____________________________________________________________________________
62121 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
62122         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
62123      Branch: perl
62124            ! NetWare/config.wc NetWare/config_H.wc configure.com
62125            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
62126            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
62127            ! win32/config.gc win32/config.vc win32/config.vc64
62128            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
62129            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
62130 ____________________________________________________________________________
62131 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
62132         Log: Regen Glossary et alia.
62133      Branch: perl
62134            ! Porting/Glossary Porting/config.sh Porting/config_H
62135 ____________________________________________________________________________
62136 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
62137         Log: Small tidying up of the selectminbits code, but most
62138              importantly allocate the buffer from the heap using
62139              malloc, not from the stack: using stack causes unaligned
62140              access in LP64 Solaris since stack data is not guaranteed
62141              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
62142              (via Alan Burlison)
62143      Branch: perl
62144            ! Configure
62145 ____________________________________________________________________________
62146 [ 19247] By: ams                                   on 2003/04/17  12:24:57
62147         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
62148              From: Enache Adrian <enache@rdslink.ro>
62149              Date: Thu, 17 Apr 2003 14:35:36 +0300
62150              Message-Id: <20030417113536.GA898@ratsnest.hole>
62151      Branch: perl
62152            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
62153 ____________________________________________________________________________
62154 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
62155         Log: Document that the open pragma does not affect
62156              the three-headed hydra, ummm, open.
62157      Branch: perl
62158            ! lib/open.pm
62159 ____________________________________________________________________________
62160 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
62161         Log: More maneuvering closer to proposed POSIX classes
62162              mapping to Unicode: (1) The definitions of "graph" and
62163              "print" are still in flux: move closer back to how Perl
62164              5.8.0 defined it (though drop Co, that did not make sense)
62165              (2) Add U+0085 (NEL) to "space".
62166      Branch: perl
62167            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
62168            ! lib/unicore/lib/Space.pl lib/unicore/mktables
62169 ____________________________________________________________________________
62170 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
62171         Log: Detect the 'fast stdio' case.
62172      Branch: perl
62173            ! lib/PerlIO.pm t/io/layers.t
62174 ____________________________________________________________________________
62175 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
62176         Log: Fix up Larry's copyright statements to my best knowledge.
62177              (Lots of Perl 5 source code archaeology was involved.)
62178              Larry didn't make strangled noises when I showed him
62179              the patch, either :-)
62180      Branch: perl
62181            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
62182            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
62183            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
62184            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
62185            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
62186            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
62187            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
62188            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
62189            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
62190            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
62191            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
62192            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
62193            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
62194            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
62195            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
62196 ____________________________________________________________________________
62197 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
62198         Log: Handle PERLIO= and document a bit.
62199      Branch: perl
62200            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
62201 ____________________________________________________________________________
62202 [ 19240] By: sky                                   on 2003/04/16  16:27:43
62203         Log: Fix double join problem for those places where free
62204              actually means free (solaris for example :)
62205              Fixes bug #16681
62206      Branch: perl
62207            ! ext/threads/t/join.t ext/threads/threads.xs
62208 ____________________________________________________________________________
62209 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
62210         Log: Try to get the layers.t working also for dosish platforms.
62211      Branch: perl
62212            ! lib/PerlIO.pm t/io/layers.t
62213 ____________________________________________________________________________
62214 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
62215         Log: A -C parsed from the #! line can still have line endings in it.
62216      Branch: perl
62217            ! util.c
62218 ____________________________________________________________________________
62219 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
62220         Log: What does an empty PERLIO= mean, anyway?
62221      Branch: perl
62222            ! t/io/layers.t
62223 ____________________________________________________________________________
62224 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
62225         Log: Document the effect of thread creation context.
62226      Branch: perl
62227            ! ext/threads/threads.pm
62228 ____________________________________________________________________________
62229 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
62230         Log: Use the right prototype and a glob is fine (from Rafael).
62231      Branch: perl
62232            ! lib/PerlIO.pm universal.c
62233 ____________________________________________________________________________
62234 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
62235         Log: PerlIO::get_layers() usage tip.
62236      Branch: perl
62237            ! lib/PerlIO.pm
62238 ____________________________________________________________________________
62239 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
62240         Log: Syntax terror.
62241      Branch: perl
62242            ! lib/unicore/mktables
62243 ____________________________________________________________________________
62244 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
62245         Log: Redundant test.
62246      Branch: perl
62247            ! lib/unicore/mktables
62248 ____________________________________________________________________________
62249 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
62250         Log: Synchronize the specifications of the POSIX character
62251              classes alnum, graph, and print closer to the planned
62252              Unicode proposal.
62253      Branch: perl
62254            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
62255            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
62256 ____________________________________________________________________________
62257 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
62258         Log: Patch from Merijn.
62259      Branch: perl
62260            ! perl.h
62261 ____________________________________________________________________________
62262 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
62263         Log: Thinko in modfl detection.
62264      Branch: perl
62265            ! Configure
62266 ____________________________________________________________________________
62267 [ 19227] By: ams                                   on 2003/04/16  02:32:11
62268         Log: Storable now handles self-tied scalars with NULL mg_obj.
62269      Branch: perl
62270            ! ext/Storable/Storable.xs
62271 ____________________________________________________________________________
62272 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
62273         Log: Upgrade to Pod::LaTeX 0.55.
62274      Branch: perl
62275            + lib/Pod/t/pod2latex.t
62276            - lib/Pod/t/latex.t
62277            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
62278 ____________________________________________________________________________
62279 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
62280         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
62281      Branch: perl
62282            ! Configure
62283 ____________________________________________________________________________
62284 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
62285         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
62286      Branch: perl
62287            ! t/io/layers.t
62288 ____________________________________________________________________________
62289 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
62290         Log: False alarm: no cyclic dependency.
62291      Branch: perl
62292            ! Configure config_h.SH
62293 ____________________________________________________________________________
62294 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
62295         Log: Backport of _most_ of the changes in #19218: not one big
62296              cyclic dependency, though, it must be broken up somehow.
62297      Branch: perl
62298            ! Configure config_h.SH
62299 ____________________________________________________________________________
62300 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
62301         Log: Big patch from Alan Burlison to make Solaris long doubles work.
62302              (Also spreads more <stdlib.h> joy.)
62303              Needs backporting to metaconfig units and introducing the new
62304              symbols to non-Configure lands.
62305      Branch: perl
62306            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
62307 ____________________________________________________________________________
62308 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
62309         Log: Don't skip the whole test for PERLIO=perlio.
62310      Branch: perl
62311            ! t/io/layers.t
62312 ____________________________________________________________________________
62313 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
62314         Log: Add a test for [perl #17753].
62315      Branch: perl
62316            ! t/op/undef.t
62317 ____________________________________________________________________________
62318 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
62319         Log: "proto.h": 'id' is a reserved word in Objective-C.
62320      Branch: perl
62321            ! embed.fnc op.c proto.h
62322 ____________________________________________________________________________
62323 [ 19213] By: sky                                   on 2003/04/14  21:42:10
62324         Log: Ook, run tests on correct build-dir next time.
62325              We must check if the hv is a stash, otherwise we try to delete
62326              something that is a HvNAME of null.....  tests pass better now
62327      Branch: perl
62328            ! gv.c
62329 ____________________________________________________________________________
62330 [ 19212] By: sky                                   on 2003/04/14  21:15:00
62331         Log: Fixes to bugs introduced by PL_stashcache
62332              A) Follow suggestion by Benjamin Goldberg to use hv_delete
62333              instead of hv_delete_ent to avoid creating a temporary SV
62334              B) Don't increment the refcount, sneak it into an IV instead
62335              C) When a GP is a deleted that contains a stash, remove the
62336              corresponding entry since hv might be in use in other places.
62337              D) Note that no test cases test the deletion of packages to catch
62338              this bug.
62339      Branch: perl
62340            ! gv.c hv.c pp_hot.c
62341 ____________________________________________________________________________
62342 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
62343         Log: Mention that "make test_harness" lets messages sent through
62344              standard error out. Complements change #19206.
62345      Branch: perl
62346            ! pod/perlhack.pod
62347 ____________________________________________________________________________
62348 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
62349         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
62350              From: Inaba Hiroto <inaba@st.rim.or.jp>
62351              Date: Fri, 21 Mar 2003 17:35:21 +0900
62352              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
62353              Date: Sat, 22 Mar 2003 11:28:05 +0900
62354              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
62355      Branch: perl
62356            ! regexec.c t/op/pat.t
62357 ____________________________________________________________________________
62358 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
62359         Log: PERLIO=perlio requires extra steps.
62360      Branch: perl
62361            ! lib/PerlIO.pm t/io/layers.t
62362 ____________________________________________________________________________
62363 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
62364         Log: Skip as early as possible if no perlio since the
62365              use open would be compile-time.
62366      Branch: perl
62367            ! t/io/layers.t
62368 ____________________________________________________________________________
62369 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
62370         Log: Document and test autovivified dirhandles.
62371              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
62372              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
62373              Date: 12 Apr 2003 12:40:45 -0000
62374              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
62375      Branch: perl
62376            ! pod/perlfunc.pod t/op/readdir.t
62377 ____________________________________________________________________________
62378 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
62379         Log: More docs about running tests and the test suite.
62380              Update perlhack.pod in various places.
62381              Add 'test_harness' as a .PHONY dependency in the Makefile.
62382      Branch: perl
62383            ! Makefile.SH pod/perlhack.pod t/README
62384 ____________________________________________________________________________
62385 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
62386         Log: Build get_layers() also under -Uuseperlio.
62387      Branch: perl
62388            ! universal.c
62389 ____________________________________________________________________________
62390 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
62391         Log: Bump up the version and admonish against aspiring (ab)use.
62392      Branch: perl
62393            ! lib/PerlIO.pm
62394 ____________________________________________________________________________
62395 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
62396         Log: Introduce PerlIO::get_layers() to allow people to peek
62397              at the PerlIO layer stack.
62398      Branch: perl
62399            + t/io/layers.t
62400            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
62401            ! universal.c
62402 ____________________________________________________________________________
62403 [ 19202] By: merijn                                on 2003/04/14  05:42:18
62404         Log: Subject: [PATCH] vms/vms.c waitpid tweak
62405              From: "Craig A. Berry" <craigberry@mac.com>
62406              Date: Mon, 14 Apr 2003 00:43:00 -0500
62407              Message-ID: <3E9A4A64.6030205@mac.com>
62408      Branch: perl
62409            ! vms/vms.c
62410 ____________________________________________________________________________
62411 [ 19201] By: sky                                   on 2003/04/13  19:26:46
62412         Log: Fix bug #16253, use all the CPU that we can :-)
62413      Branch: perl
62414            ! ext/threads/threads.xs
62415 ____________________________________________________________________________
62416 [ 19200] By: sky                                   on 2003/04/13  18:38:58
62417         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
62418              instead of 2 and make push and pop increase the refcount.
62419      Branch: perl
62420            ! ext/threads/shared/shared.xs
62421 ____________________________________________________________________________
62422 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
62423         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
62424              ../../lib for the lc() at line 66 (UTF-8 data possible
62425              if using UTF-8 locales).
62426      Branch: perl
62427            ! lib/ExtUtils/t/Install.t
62428 ____________________________________________________________________________
62429 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
62430         Log: The lib/ipc_sysv.t test has a new name.
62431      Branch: perl
62432            ! INSTALL
62433 ____________________________________________________________________________
62434 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
62435         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
62436              most probably introduced by the change #19157.  The tweak suggested
62437              by Stephen McCamant trades a possible dangling pointer (CopFILE()
62438              is tricky like that with threads) to a memory leak.  (This means
62439              that this tweak shouldn't be left in as-is, but if this helps,
62440              we at least know that the failure was caused by the #19157.)
62441      Branch: perl
62442            ! op.c
62443 ____________________________________________________________________________
62444 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
62445         Log: Upgrade to Net::Ping 2.29.
62446      Branch: perl
62447            + lib/Net/Ping/t/510_ping_udp.t
62448            - lib/Net/Ping/README
62449            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
62450 ____________________________________________________________________________
62451 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
62452         Log: Upgrade to Test::Harness 2.27_04.
62453      Branch: perl
62454            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
62455            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
62456            ! lib/Test/Harness/t/test-harness.t
62457 ____________________________________________________________________________
62458 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
62459         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
62460      Branch: perl
62461            ! hints/darwin.sh hints/rhapsody.sh
62462 ____________________________________________________________________________
62463 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
62464         Log: The debugging aid #19182 didn't.
62465      Branch: perl
62466            ! ext/B/t/deparse.t
62467 ____________________________________________________________________________
62468 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
62469         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
62470              be a negative zero, -0).
62471      Branch: perl
62472            ! lib/Benchmark.t
62473 ____________________________________________________________________________
62474 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
62475         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
62476              From: Michael G Schwern <schwern@pobox.com>
62477              Date: Fri, 11 Apr 2003 00:32:02 -0700
62478              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
62479      Branch: perl
62480            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
62481            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62482            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
62483            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
62484            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
62485            ! lib/ExtUtils/t/zz_cleanup_dummy.t
62486 ____________________________________________________________________________
62487 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
62488         Log: Peter Scott suggests that the docs for base.pm should
62489              state explicitely that base.pm doesn't call import()
62490              on base classes. Plus a few typos.
62491      Branch: perl
62492            ! lib/base.pm
62493 ____________________________________________________________________________
62494 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
62495         Log: PerlFAQ sync.
62496      Branch: perl
62497            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
62498            ! pod/perlfaq7.pod pod/perlfaq9.pod
62499 ____________________________________________________________________________
62500 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
62501         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
62502              There used to be a nullstash (%{"<none>::"}) to hold illegal
62503              variables under strict 'vars'. It has been removed by change #17942.
62504              This can lead to segfaults during the parsing, because some illegal
62505              variables might have been discarded before the compilation of the
62506              current statement had completed.
62507              Bug analysis and test case by Enache Adrian.
62508      Branch: perl
62509            ! gv.c t/lib/strict/vars
62510 ____________________________________________________________________________
62511 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
62512         Log: Be more descriptive.
62513      Branch: perl
62514            ! MANIFEST
62515 ____________________________________________________________________________
62516 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
62517         Log: Noted by Nat: -0 didn't work that well with Unicode.
62518      Branch: perl
62519            ! perl.c pod/perlrun.pod
62520 ____________________________________________________________________________
62521 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
62522         Log: Add an option for the grok_xxx() to silently ignore bad digits.
62523      Branch: perl
62524            ! numeric.c perl.h
62525 ____________________________________________________________________________
62526 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
62527         Log: The test doesn't work that well when -Uusedl.
62528              Some of the tests could be salvaged even then I guess.
62529      Branch: perl
62530            ! lib/ExtUtils/t/Constant.t
62531 ____________________________________________________________________________
62532 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
62533         Log: A temporary debugging aid for Tru64 threaded builds.
62534      Branch: perl
62535            ! ext/B/t/deparse.t
62536 ____________________________________________________________________________
62537 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
62538         Log: Unless Inuits are involved...
62539      Branch: perl
62540            ! pod/perlrun.pod
62541 ____________________________________________________________________________
62542 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
62543         Log: With AFS the cwds have little chance of agreeing.
62544      Branch: perl
62545            ! ext/Cwd/t/cwd.t
62546 ____________________________________________________________________________
62547 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
62548         Log: I assume the idea was to use the *cwd variables for testing.
62549      Branch: perl
62550            ! ext/Cwd/t/cwd.t
62551 ____________________________________________________________________________
62552 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
62553         Log: perlport information about portably embedding string data.
62554      Branch: perl
62555            ! pod/perlport.pod
62556 ____________________________________________________________________________
62557 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
62558         Log: Also locale names can contain illegal UTF-8.
62559      Branch: perl
62560            ! lib/locale.t
62561 ____________________________________________________________________________
62562 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
62563         Log: In case someone is using UTF-8 locales.
62564      Branch: perl
62565            ! lib/ExtUtils/MM_MacOS.pm
62566 ____________________________________________________________________________
62567 [ 19174] By: merijn                                on 2003/04/09  14:33:12
62568         Log: Even more promotion for -lc128 (long doubles on AIX)
62569              More obvious detection of C compiler
62570              cc_type should not promote to config.sh
62571
62572              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
62573              Date: Wed, 09 Apr 2003 14:31:48 +0200
62574              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
62575      Branch: perl
62576            ! hints/aix.sh
62577 ____________________________________________________________________________
62578 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
62579         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
62580      Branch: perl
62581            ! op.c t/io/open.t
62582 ____________________________________________________________________________
62583 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
62584         Log: Try to be more descriptive than just __ANONIO__ which is what
62585              you get when you autovivify filehandles into array/hash elements.
62586      Branch: perl
62587            ! doio.c op.c t/io/open.t
62588 ____________________________________________________________________________
62589 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
62590         Log: Implement support for --help and --version in Getopt::Std
62591              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
62592              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62593              Date: Mon, 7 Apr 2003 17:07:15 -0700
62594              Message-ID: <20030408000714.GA953@math.berkeley.edu>
62595      Branch: perl
62596            ! lib/Getopt/Std.pm
62597 ____________________________________________________________________________
62598 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
62599         Log: Subject: [PATCH] Re: Error: Unknown error
62600              From: Enache Adrian <enache@rdslink.ro>
62601              Date: Tue, 8 Apr 2003 07:12:13 +0300
62602              Message-ID: <20030408041213.GA13553@ratsnest.hole>
62603      Branch: perl
62604            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
62605 ____________________________________________________________________________
62606 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
62607         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
62608              From: Dave Mitchell <davem@fdgroup.com>
62609              Date: Mon, 7 Apr 2003 21:43:17 +0100
62610              Message-ID: <20030407204317.GA8796@fdgroup.com>
62611
62612              The new XTERMORDORDOR lexer expectation must also be named
62613              in debugging perls, to be used in the output of -DT.
62614      Branch: perl
62615            ! perl.h toke.c
62616 ____________________________________________________________________________
62617 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
62618         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
62619      Branch: perl
62620            ! vms/perlvms.pod
62621 ____________________________________________________________________________
62622 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
62623         Log: Typos fixes by Stas Bekman.
62624      Branch: perl
62625            ! cv.h lib/attributes.pm sv.h
62626 ____________________________________________________________________________
62627 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
62628         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
62629              From: Robin Barker <Robin.Barker@npl.co.uk>
62630              Date: Tue, 8 Apr 2003 14:23:04 +0100
62631              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
62632      Branch: perl
62633            ! pod/perlpod.pod
62634 ____________________________________________________________________________
62635 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
62636         Log: Few more words about safe/unsafe signals.
62637      Branch: perl
62638            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
62639 ____________________________________________________________________________
62640 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
62641         Log: The SvGROW() might move the PV.
62642      Branch: perl
62643            ! pp.c
62644 ____________________________________________________________________________
62645 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
62646         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
62647              From: Michael G Schwern <schwern@pobox.com>
62648              Date: Mon, 7 Apr 2003 02:09:17 -0700
62649              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
62650      Branch: perl
62651            + lib/ExtUtils/t/MM_Any.t
62652            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
62653            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
62654            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
62655            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
62656            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
62657            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
62658            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
62659            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
62660            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
62661            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
62662            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
62663            ! lib/ExtUtils/README lib/ExtUtils/TODO
62664            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
62665            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
62666 ____________________________________________________________________________
62667 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
62668         Log: Time::HiRes: Do not create files in blib directories under core
62669              (from Rafael)
62670      Branch: perl
62671            ! ext/Time/HiRes/Makefile.PL
62672 ____________________________________________________________________________
62673 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
62674         Log: Future binary compat wishful thinking:
62675              maint will use the stashcache, but not the dbassertion.
62676      Branch: perl
62677            ! intrpvar.h
62678 ____________________________________________________________________________
62679 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
62680         Log: More WinCE tweaking for Vadim Konovalov.
62681      Branch: perl
62682            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
62683            ! wince/makedist.pl
62684 ____________________________________________________________________________
62685 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
62686         Log: Subject: CvFILE for constant subs
62687              From: Stephen McCamant <smcc@mit.edu>
62688              Date: Sun, 6 Apr 2003 16:39:13 -0400
62689              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
62690      Branch: perl
62691            ! op.c
62692 ____________________________________________________________________________
62693 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
62694         Log: Subject: [PATCH] B::Deparse: sv_no != 0
62695              From: Stephen McCamant <smcc@mit.edu>
62696              Date: Sun, 6 Apr 2003 17:00:48 -0400
62697              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
62698      Branch: perl
62699            ! ext/B/B/Deparse.pm
62700 ____________________________________________________________________________
62701 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
62702         Log: An unconditional carp is not nice.
62703      Branch: perl
62704            ! ext/Sys/Syslog/Syslog.pm
62705 ____________________________________________________________________________
62706 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
62707         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
62708              From: Robert Spier <rspier@pobox.com>
62709              Date: Sat, 05 Apr 2003 21:12:20 -0800
62710              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
62711      Branch: perl
62712            ! README.solaris
62713 ____________________________________________________________________________
62714 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
62715         Log: Remove unportable ">|" shell syntax
62716              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
62717              From: Enache Adrian <enache@rdslink.ro>
62718              Date: Sun, 6 Apr 2003 21:13:27 +0300
62719              Message-ID: <20030406181326.GA873@ratsnest.hole>
62720      Branch: perl
62721            ! Makefile.SH
62722 ____________________________________________________________________________
62723 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
62724         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
62725              From: Joost van Baal <J.E.vanBaal@uvt.nl>
62726              Date: Mon, 25 Nov 2002 17:35:37 +0100
62727              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
62728
62729              (The .pm patch modified a bit, and removed the false
62730              claim that _PATH_INFO would be coming from syslog.ph)
62731      Branch: perl
62732            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
62733            ! ext/Sys/Syslog/syslog.t
62734 ____________________________________________________________________________
62735 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
62736         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
62737              From: Enache Adrian <enache@rdslink.ro>
62738              Date: Thu, 3 Apr 2003 15:50:48 +0300
62739              Message-ID: <20030403125048.GA6107@ratsnest.hole>
62740
62741              On linux, when building a shared library, generate
62742              a small shell wrapper, "preload", that preloads libperl.so
62743              only if it exists. Useful when the 'make' process stops
62744              before the link phase.
62745      Branch: perl
62746            ! Makefile.SH
62747 ____________________________________________________________________________
62748 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
62749         Log: Upgrade to Locale::Maketext 1.04.
62750      Branch: perl
62751            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
62752            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
62753            - lib/Locale/Maketext/test.pl
62754            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
62755            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
62756 ____________________________________________________________________________
62757 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
62758         Log: perluniintro.pod: nice_string() doesn't escape
62759              literal escape chars -- use Sadahiro-san's fix(es).
62760      Branch: perl
62761            ! pod/perluniintro.pod
62762 ____________________________________________________________________________
62763 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
62764         Log: Subject: [PATCH 5.8.1 @19053] Embedding
62765              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62766              Date: Mon, 31 Mar 2003 12:39:24 -0800
62767              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
62768
62769              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
62770              to be used in a C program's main function.
62771      Branch: perl
62772            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
62773 ____________________________________________________________________________
62774 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
62775         Log: Heredocs and use encoding didn't work for SJIS;
62776              patch from Inaba Hiroto.
62777      Branch: perl
62778            ! toke.c
62779 ____________________________________________________________________________
62780 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
62781         Log: The manpages don't have to be built by MakeMaker for the
62782              core modules in ext/. Disable this in Devel::PPPort (not
62783              up-to-date on CPAN), Unicode::Normalize (the CPAN version
62784              uses a different Makefile.PL anyway) and XS::APItest
62785              (not CPANized.)
62786      Branch: perl
62787            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
62788            ! ext/XS/APItest/Makefile.PL
62789 ____________________________________________________________________________
62790 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
62791         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
62792              by SADAHIRO Tomoyuki.
62793      Branch: perl
62794            ! ext/Unicode/Normalize/Changes
62795            ! ext/Unicode/Normalize/Normalize.pm
62796            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
62797            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
62798            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
62799            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
62800            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
62801 ____________________________________________________________________________
62802 [ 19143] By: merijn                                on 2003/04/03  08:55:33
62803         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
62804              From: "Craig A. Berry" <craigberry@mac.com>
62805              Date: Wed, 02 Apr 2003 18:09:03 -0600
62806              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
62807      Branch: perl
62808            ! vms/vms.c vms/vmsish.h
62809 ____________________________________________________________________________
62810 [ 19142] By: merijn                                on 2003/04/03  08:50:55
62811         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
62812              From: andreas.koenig@anima.de (Andreas J. Koenig)
62813              Date: Thu, 03 Apr 2003 08:28:52 +0200
62814              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
62815      Branch: perl
62816            ! lib/Pod/t/Functions.t
62817 ____________________________________________________________________________
62818 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
62819         Log: Don't recurse from threads to threads/shared (since
62820              threads/shared is built separately, temp solution from
62821              Schwern while MM is being fixed.)
62822      Branch: perl
62823            ! ext/threads/Makefile.PL
62824 ____________________________________________________________________________
62825 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
62826         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
62827              From: Steve Hay <steve.hay@uk.radan.com>
62828              Date: Thu, 20 Mar 2003 11:55:01 +0000
62829              Message-ID: <3E79AC15.80307@uk.radan.com>
62830      Branch: perl
62831            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
62832 ____________________________________________________________________________
62833 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
62834         Log: Make perldiag agree with #19138.
62835      Branch: perl
62836            ! pod/perldiag.pod
62837 ____________________________________________________________________________
62838 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
62839         Log: Make at least the thread count make sense.
62840      Branch: perl
62841            ! ext/threads/threads.xs
62842 ____________________________________________________________________________
62843 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
62844         Log: Adjust test for the recent change (#19136) to Pod::Html
62845      Branch: perl
62846            ! lib/Pod/t/htmlview.t
62847 ____________________________________________________________________________
62848 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
62849         Log: Fixes for "installhtml --splithead", based on :
62850              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
62851              From: Steve Hay <steve.hay@uk.radan.com>
62852              Date: Wed, 02 Apr 2003 11:33:41 +0100
62853              Message-ID: <3E8ABC85.5060807@uk.radan.com>
62854
62855              This also includes a small patch to Pod::Html : when generating
62856              anchor names, play on the safe side and turn every non-alphanumeric
62857              character into an '_'. Moreover, Pod::Html::anchorify() is now
62858              optionally exported.
62859      Branch: perl
62860            ! installhtml lib/Pod/Html.pm
62861 ____________________________________________________________________________
62862 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
62863         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
62864              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
62865              Date: Tue, 01 Apr 2003 16:32:46 -0800
62866              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
62867      Branch: perl
62868            ! pp.c t/op/split.t
62869 ____________________________________________________________________________
62870 [ 19134] By: sky                                   on 2003/04/02  18:01:40
62871         Log: Fix some small nits, thanks to Rafael.
62872      Branch: perl
62873            ! pp_hot.c
62874 ____________________________________________________________________________
62875 [ 19133] By: sky                                   on 2003/04/02  13:41:14
62876         Log: Add packname->stash cache before the check if a packname is a
62877              filehandle or a package, it works because only packnames
62878              that have been resolved to stashes are added to the cache,
62879              and when a newIO is created we clean the cache.
62880              Results in roughly 1.8 speed increase for class->method()
62881              calls.
62882      Branch: perl
62883            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
62884 ____________________________________________________________________________
62885 [ 19132] By: merijn                                on 2003/04/02  11:28:02
62886         Log: #19122 should have been tested on non-glibc system (like AIX)
62887      Branch: perl
62888            ! pp.c
62889 ____________________________________________________________________________
62890 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
62891         Log: Spread IlyaZ's PERL_CORE detection trick.
62892      Branch: perl
62893            ! ext/Encode/Makefile.PL
62894 ____________________________________________________________________________
62895 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
62896         Log: Cannot portably compare files if one of them is still open
62897              (from Craig Berry).
62898      Branch: perl
62899            ! ext/Encode/t/enc_module.t
62900 ____________________________________________________________________________
62901 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
62902         Log: MM_VMS tweak from Craig Berry:
62903              http://nntp.x.perl.org/group/perl.makemaker/1002
62904      Branch: perl
62905            ! lib/ExtUtils/MM_VMS.pm
62906 ____________________________________________________________________________
62907 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
62908         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
62909              From: Steve Hay <steve.hay@uk.radan.com>
62910              Date: Thu, 20 Mar 2003 12:34:15 +0000
62911              Message-ID: <3E79B547.6030201@uk.radan.com>
62912              (with a few minor tweaks)
62913      Branch: perl
62914            ! installhtml
62915 ____________________________________________________________________________
62916 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
62917         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
62918              From: Enache Adrian <enache@rdslink.ro>
62919              Date: Sat, 29 Mar 2003 19:45:41 +0200
62920              Message-ID: <20030329174541.GA8138@ratsnest.hole>
62921      Branch: perl
62922            ! ext/B/B/Deparse.pm
62923 ____________________________________________________________________________
62924 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
62925         Log: Fix bug #21742. require should be always invoked in
62926              scalar context. This wasn't the case when called from
62927              an eval(""), because the void context doesn't propagate
62928              through the leaveeval op. Instead of making scalarvoid()
62929              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
62930              a workaround in doeval().
62931      Branch: perl
62932            ! pp_ctl.c t/comp/require.t
62933 ____________________________________________________________________________
62934 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
62935         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
62936              From: "Green, Paul" <Paul.Green@stratus.com>
62937              Date: Tue, 1 Apr 2003 12:37:38 -0500
62938              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
62939      Branch: perl
62940            ! hints/vos.sh
62941 ____________________________________________________________________________
62942 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
62943         Log: Integrate:
62944              [ 19119]
62945              Address "5.8.1@19053: crypt_r() takes 128K per thread".
62946      Branch: perl
62947           !> pp.c reentr.c reentr.h reentr.pl
62948 ____________________________________________________________________________
62949 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
62950         Log: Integrate:
62951              [ 19109]
62952              Subject: [PATCH 5.8.1 @19053] Time::HiRes
62953              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62954              Date: Mon, 31 Mar 2003 12:53:01 -0800
62955              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
62956
62957              [ 19111]
62958              A cleaner way to detect PERL_CORE, from IlyaZ.
62959      Branch: perl
62960           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
62961 ____________________________________________________________________________
62962 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
62963         Log: Integrate:
62964              [ 19106]
62965              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
62966              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
62967              Date: Mon, 31 Mar 2003 12:43:37 -0800
62968              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
62969
62970              and regen Configure.
62971      Branch: perl
62972            ! Configure config_h.SH embedvar.h
62973           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
62974           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
62975           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
62976           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
62977           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
62978           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
62979           !> reentr.h reentr.pl sv.c
62980 ____________________________________________________________________________
62981 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
62982         Log: Document the _exit() issue with threads in Linux [perl #17057].
62983      Branch: perl
62984            ! ext/POSIX/POSIX.pod
62985 ____________________________________________________________________________
62986 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
62987         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
62988              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
62989              Date: Tue, 1 Apr 2003 11:02:35 +0200
62990              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
62991      Branch: perl
62992            ! t/op/getpid.t
62993 ____________________________________________________________________________
62994 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
62995         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
62996              From: Michael G Schwern <schwern@pobox.com>
62997              Date: Mon, 31 Mar 2003 15:16:57 -0800
62998              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
62999      Branch: perl
63000            ! ext/SDBM_File/sdbm/Makefile.PL
63001 ____________________________________________________________________________
63002 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
63003         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
63004              From: Richard.Foley@ubsw.com
63005              Date: Mon, 31 Mar 2003 16:27:14 +0200
63006              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
63007      Branch: perl
63008            ! pod/perlhack.pod
63009 ____________________________________________________________________________
63010 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
63011         Log: Subject: [PATCH] Text::Abbrev warnings safe
63012              From: Peter Scott <Peter@PSDT.com>
63013              Date: Fri, 28 Mar 2003 16:34:47 -0800
63014              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
63015      Branch: perl
63016            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
63017 ____________________________________________________________________________
63018 [ 19113] By: merijn                                on 2003/04/01  14:12:33
63019         Log: Implemented AIX longdouble support in hints/aix.sh, which now
63020              actually work.  Thanks to John L. Allen for the hint.
63021
63022              Subject: Re: AIX longdoubles
63023              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
63024              Date: Tue, 01 Apr 2003 17:18:57 +0200
63025              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
63026      Branch: perl
63027            ! hints/aix.sh
63028 ____________________________________________________________________________
63029 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
63030         Log: Tabify; strictly speaking unnecessary but anyway...
63031      Branch: perl
63032            ! MANIFEST
63033 ____________________________________________________________________________
63034 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
63035         Log: Upgrade to Test::Harness 2.27_02.
63036      Branch: perl
63037            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
63038            + t/lib/sample-tests/too_many
63039            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
63040            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
63041            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
63042 ____________________________________________________________________________
63043 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
63044         Log: Upgrade to podlators 1.26.
63045      Branch: perl
63046            ! lib/Pod/Man.pm
63047 ____________________________________________________________________________
63048 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
63049         Log: Upgrade to Encode 1.92.
63050      Branch: perl
63051            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
63052            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
63053            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
63054            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
63055            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
63056            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
63057 ____________________________________________________________________________
63058 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
63059         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
63060              From: Michael G Schwern <schwern@pobox.com>
63061              Date: Mon, 31 Mar 2003 02:42:58 -0800
63062              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
63063      Branch: perl
63064            + lib/ExtUtils/MakeMaker/FAQ.pod
63065            + lib/ExtUtils/MakeMaker/Tutorial.pod
63066            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
63067            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
63068            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
63069            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
63070            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
63071            + t/lib/TieIn.pm
63072            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
63073            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
63074            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
63075            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
63076            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
63077            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
63078            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
63079            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
63080            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
63081            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
63082            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
63083            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
63084            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
63085            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
63086            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
63087            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
63088            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
63089            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
63090 ____________________________________________________________________________
63091 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
63092         Log: Subject: [PATCH dump.c] stray n_a
63093              From: Michael G Schwern <schwern@pobox.com>
63094              Date: Mon, 31 Mar 2003 00:55:49 -0800
63095              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
63096      Branch: perl
63097            ! dump.c
63098 ____________________________________________________________________________
63099 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
63100         Log: Some low-hanging fruit for EBCDIC portability
63101              (or for marking as EBCDIC todos)
63102      Branch: perl
63103            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
63104            ! t/uni/write.t
63105 ____________________________________________________________________________
63106 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
63107         Log: Upgrade to Time::HiRes 1.44.
63108      Branch: perl
63109            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
63110 ____________________________________________________________________________
63111 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
63112         Log: IRIX 5.3 update.
63113      Branch: perl
63114            ! README.irix
63115 ____________________________________________________________________________
63116 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
63117         Log: Not all compilers like #ifdefs within cpp macros
63118              (follow-up on #19086)
63119      Branch: perl
63120            ! pp_sys.c
63121 ____________________________________________________________________________
63122 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
63123         Log: Ending strings is customary (typo from #19084).
63124      Branch: perl
63125            ! ext/Socket/Socket.t
63126 ____________________________________________________________________________
63127 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
63128         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
63129      Branch: perl
63130            ! MANIFEST
63131 ____________________________________________________________________________
63132 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
63133         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
63134              as the test expects.
63135      Branch: perl
63136            ! lib/Net/hostent.t
63137 ____________________________________________________________________________
63138 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
63139         Log: In IRIX 5.3 turn off some of the warnings that cannot
63140              really be helped (e.g. warnings coming from system headers,
63141              or linker warnings during Configure).
63142      Branch: perl
63143            ! hints/irix_5.sh
63144 ____________________________________________________________________________
63145 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
63146         Log: In IRIX 5.3 the cc is awfully confused about the prototype
63147              of select().
63148      Branch: perl
63149            ! hints/irix_5.sh pp_sys.c
63150 ____________________________________________________________________________
63151 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
63152         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
63153      Branch: perl
63154            + ext/Time/HiRes/hints/irix.pl
63155            ! MANIFEST
63156 ____________________________________________________________________________
63157 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
63158         Log: gethostbyname('localhost') is not that portable.
63159              inet_aton('localhost') in IRIX 5.3 returned an undef,
63160              which in turn made pack_sockaddr_in to barf on zero
63161              length in_addr.
63162      Branch: perl
63163            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
63164 ____________________________________________________________________________
63165 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
63166         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
63167              From: Nicholas Clark <nick@unfortu.net>
63168              Date: Sun, 30 Mar 2003 00:35:48 +0000
63169              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
63170      Branch: perl
63171            ! sv.c
63172 ____________________________________________________________________________
63173 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
63174         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
63175              not defined AF_LINK.
63176      Branch: perl
63177            ! ext/Socket/Socket.xs
63178 ____________________________________________________________________________
63179 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
63180         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
63181              From: Nicholas Clark <nick@unfortu.net>
63182              Date: Sat, 29 Mar 2003 18:58:09 +0000
63183              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
63184      Branch: perl
63185            ! dump.c
63186 ____________________________________________________________________________
63187 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
63188         Log: Minor rephrasing in perlopentut,
63189              noticed by Bob Wilkinson (RT [perl #21725])
63190      Branch: perl
63191            ! pod/perlopentut.pod
63192 ____________________________________________________________________________
63193 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
63194         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
63195              From: Nicholas Clark <nick@unfortu.net>
63196              Date: Thu, 27 Mar 2003 22:37:35 +0000
63197              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
63198      Branch: perl
63199            ! pod/perlapi.pod sv.h
63200 ____________________________________________________________________________
63201 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
63202         Log: It seems that in Tru64 V5 gcc cannot be used to
63203              compile a threaded Perl because <pthread.h> explicitly
63204              checks for supported compilers (gcc not being one of them).
63205              This is not so bad since the system C compiler is always there.
63206      Branch: perl
63207            ! README.tru64 hints/dec_osf.sh
63208 ____________________________________________________________________________
63209 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
63210         Log: Feeding illegal QP (like \x80) to this
63211              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
63212              caused a coredump in av_length() <- nextargv() because
63213              the av was NULL.  I don't know that returning Nullfp is
63214              the best thing to do, but it dodges the segfault and
63215              introduces no test failures.
63216      Branch: perl
63217            ! doio.c
63218 ____________________________________________________________________________
63219 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
63220         Log: Missing final \n.
63221      Branch: perl
63222            ! lib/Attribute/Handlers/Changes
63223 ____________________________________________________________________________
63224 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
63225         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
63226              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
63227              Date: 24 Mar 2003 16:29:08 -0000
63228              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
63229              plus a regression test
63230      Branch: perl
63231            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
63232 ____________________________________________________________________________
63233 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
63234         Log: Better version of change #19069
63235              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
63236              From: Nicholas Clark <nick@unfortu.net>
63237              Date: Wed, 26 Mar 2003 23:01:46 +0000
63238              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
63239      Branch: perl
63240            ! pp_hot.c sv.c t/op/readline.t
63241 ____________________________________________________________________________
63242 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
63243         Log: Subject: [patch] for Stratus VOS
63244              From: "Green, Paul" <Paul.Green@stratus.com>
63245              Date: Wed, 26 Mar 2003 17:24:38 -0500
63246              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
63247              (plus a small tweak to the test script)
63248      Branch: perl
63249            ! README.vos t/op/pack.t
63250 ____________________________________________________________________________
63251 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
63252         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
63253              From: Nicholas Clark <nick@unfortu.net>
63254              Date: Tue, 25 Mar 2003 22:59:17 +0000
63255              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
63256      Branch: perl
63257            ! sv.c t/op/readline.t
63258 ____________________________________________________________________________
63259 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
63260         Log: Win32 counterpart of change #19065
63261      Branch: perl
63262            ! win32/Makefile win32/makefile.mk
63263 ____________________________________________________________________________
63264 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
63265         Log: VMS counterpart of change #19065
63266      Branch: perl
63267            ! vms/descrip_mms.template
63268 ____________________________________________________________________________
63269 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
63270         Log: Upgrade to Term::ANSIColor 1.07.
63271      Branch: perl
63272            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
63273            ! lib/Term/ANSIColor/README
63274 ____________________________________________________________________________
63275 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
63276         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
63277              also separately maintained on CPAN, and now moved as
63278              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
63279              this last file.
63280      Branch: perl
63281            + utils/cpan.PL
63282           +> lib/CPAN/bin/cpan
63283            - utils/cpan
63284            ! MANIFEST installperl utils/Makefile
63285 ____________________________________________________________________________
63286 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
63287         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
63288              From: Dave Mitchell <davem@fdgroup.com>
63289              Date: Thu, 20 Mar 2003 01:26:19 +0000
63290              Message-ID: <20030320012619.C19869@fdgroup.com>
63291
63292              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
63293              From: Dave Mitchell <davem@fdgroup.com>
63294              Date: Mon, 24 Mar 2003 16:06:51 +0000
63295              Message-ID: <20030324160651.D1798@fdgroup.com>
63296      Branch: perl
63297            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
63298 ____________________________________________________________________________
63299 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
63300         Log: Subject: [perl #21648] Doc typo in Net::servent
63301              From: Andy Lester (via RT) <perlbug-followup@perl.org>
63302              Date: 22 Mar 2003 05:02:31 -0000
63303              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
63304      Branch: perl
63305            ! lib/Net/servent.pm
63306 ____________________________________________________________________________
63307 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
63308         Log: Subject: [PATCH README.qnx] for QNX 6.2
63309              From: Norton Allen <allen@huarp.harvard.edu>
63310              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
63311              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
63312      Branch: perl
63313            ! README.qnx
63314 ____________________________________________________________________________
63315 [ 19060] By: merijn                                on 2003/03/26  13:13:23
63316         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
63317              From: "Craig A. Berry" <craigberry@mac.com>
63318              Date: Tue, 25 Mar 2003 22:52:58 -0600
63319              Message-ID: <3E81322A.3040508@mac.com>
63320      Branch: perl
63321            ! lib/vmsish.t
63322 ____________________________________________________________________________
63323 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
63324         Log: Change 19056 wasn't good enough.
63325              ldlibpth should be changed later, to avoid spaces to be quoted.
63326      Branch: perl
63327            ! Makefile.SH
63328 ____________________________________________________________________________
63329 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
63330         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
63331              From: Michael G Schwern <schwern@pobox.com>
63332              Date: Mon, 24 Mar 2003 00:50:39 -0800
63333              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
63334      Branch: perl
63335            ! pod/perlhist.pod
63336 ____________________________________________________________________________
63337 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
63338         Log: Typo, spotted by Doru Petrescu
63339              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
63340      Branch: perl
63341            ! ext/Data/Dumper/Dumper.pm
63342 ____________________________________________________________________________
63343 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
63344         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
63345              From: Enache Adrian <enache@rdslink.ro>
63346              Date: Mon, 24 Mar 2003 23:56:25 +0200
63347              Message-ID: <20030324215625.GB853@ratsnest.hole>
63348      Branch: perl
63349            ! Makefile.SH
63350 ____________________________________________________________________________
63351 [ 19055] By: merijn                                on 2003/03/24  07:05:39
63352         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
63353              From: Enache Adrian <enache@rdslink.ro>
63354              Date: Sat, 22 Mar 2003 22:49:49 +0200
63355              Message-ID: <20030322204949.GB794@ratsnest.hole>
63356
63357              This is a slightly more defensive patch than Chip's patch that
63358              fell through the cracks, but does the same
63359              Subject: Shared libperl.so and build issues
63360              From: Chip Turner <cturner@redhat.com>
63361              Date: Tue 31 Dec 2002 17:21
63362      Branch: perl
63363            ! Makefile.SH
63364 ____________________________________________________________________________
63365 [ 19054] By: merijn                                on 2003/03/24  06:54:23
63366         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
63367              From: "Craig A. Berry" <craigberry@mac.com>
63368              Date: Sun, 23 Mar 2003 15:32:58 -0600
63369              Message-ID: <3E7E280A.5000304@mac.com>
63370      Branch: perl
63371            ! vms/vms.c
63372 ____________________________________________________________________________
63373 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
63374         Log: For change #19051: a new .bat to CRLF.
63375      Branch: perl
63376            ! Porting/makerel
63377 ____________________________________________________________________________
63378 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
63379         Log: WinCE update from Vadim Konovalov.
63380      Branch: perl
63381            + wince/compile-all.bat wince/makedist.pl
63382            - wince/include/sys/stat.h wince/xbuildall.ksh
63383            - wince/xdistclean.ksh wince/xmakediffs.ksh
63384            ! MANIFEST README.ce dosish.h wince/Makefile.ce
63385            ! wince/compile.bat wince/config.ce
63386 ____________________________________________________________________________
63387 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
63388         Log: Oops (change #19013 missed changing the Perl version number).
63389      Branch: perl
63390            ! cygwin/perlld.in
63391 ____________________________________________________________________________
63392 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
63393         Log: Integrate from maint-5.8:
63394              [ 19045]
63395              If no IVSIZE == 8, no need for modulo_1.
63396      Branch: perl
63397           !> pp.c
63398 ____________________________________________________________________________
63399 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
63400         Log: Subject: [PATCH] p4genpatch
63401              From: andreas.koenig@anima.de (Andreas J. Koenig)
63402              Date: Sat, 15 Mar 2003 12:04:18 +0100
63403              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
63404      Branch: perl
63405            ! Porting/p4genpatch
63406 ____________________________________________________________________________
63407 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
63408         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
63409              From: Martien Verbruggen <mgjv@tradingpost.com.au>
63410              Date: Sat, 15 Mar 2003 12:31:47 +1100
63411              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
63412      Branch: perl
63413            ! pod/perlsub.pod pod/perlsyn.pod
63414 ____________________________________________________________________________
63415 [ 19042] By: merijn                                on 2003/03/21  07:45:54
63416         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
63417              From: "Craig A. Berry" <craigberry@mac.com>
63418              Date: Thu, 20 Mar 2003 23:03:36 -0600
63419              Message-ID: <3E7A9D28.1040706@mac.com>
63420      Branch: perl
63421            ! configure.com vms/vms.c vms/vmsish.h
63422 ____________________________________________________________________________
63423 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
63424         Log: Subject: Re: [patch] [perl #21628] rcatline issue
63425              From: Enache Adrian <enache@rdslink.ro>
63426              Date: Thu, 20 Mar 2003 22:39:06 +0200
63427              Message-ID: <20030320203906.GA31199@ratsnest.hole>
63428      Branch: perl
63429            ! MANIFEST pp_hot.c t/op/readline.t
63430 ____________________________________________________________________________
63431 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
63432         Log: Subject: Re: Bytecode? Back into service.
63433              From: Enache Adrian <enache@rdslink.ro>
63434              Date: Thu, 20 Mar 2003 07:38:39 +0200
63435              Message-ID: <20030320053839.GA4044@ratsnest.hole>
63436      Branch: perl
63437            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
63438            ! ext/ByteLoader/byterun.h op.c
63439 ____________________________________________________________________________
63440 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
63441         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
63442              From: "Gerrit P. Haase" <gp@familiehaase.de>
63443              Date: Thu, 20 Mar 2003 21:23:28 +0100
63444              Message-ID: <941032389637.20030320212328@familiehaase.de>
63445      Branch: perl
63446            ! README.cygwin
63447 ____________________________________________________________________________
63448 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
63449         Log: Integrate:
63450              [ 19033]
63451              file test operators weren't doing the right thing if the SV
63452              passed to them wasn't NUL-terminated
63453
63454              [ 19034]
63455              ensure SVs returned by Win32::Get{Short,Full}PathName() are
63456              NUL-terminated
63457      Branch: perl
63458           !> doio.c win32/win32.c
63459 ____________________________________________________________________________
63460 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
63461         Log: Better wording as requested by Rafael, and
63462              the module is BerkeleyDB, not BerkeleyFile.
63463      Branch: perl
63464            ! README.tru64
63465 ____________________________________________________________________________
63466 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
63467         Log: Update the DB_File instructions in Tru64.
63468      Branch: perl
63469            ! README.tru64
63470 ____________________________________________________________________________
63471 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
63472         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
63473              From: Dave Mitchell <davem@fdgroup.com>
63474              Date: Tue, 18 Mar 2003 21:55:05 +0000
63475              Message-ID: <20030318215505.A16787@fdgroup.com>
63476      Branch: perl
63477            ! pp_ctl.c t/op/goto.t
63478 ____________________________________________________________________________
63479 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
63480         Log: Subject: [PATCH] VMS pod install tweaks
63481              From: "Craig A. Berry" <craigberry@mac.com>
63482              Date: Sat, 15 Mar 2003 16:06:07 -0600
63483              Message-ID: <3E73A3CF.3060502@mac.com>
63484      Branch: perl
63485            ! vms/descrip_mms.template
63486 ____________________________________________________________________________
63487 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
63488         Log: Subject: [PATCH] poll() help for VMS
63489              From: "Craig A. Berry" <craigberry@mac.com>
63490              Date: Tue, 18 Mar 2003 01:10:10 -0600
63491              Message-ID: <3E76C652.30205@mac.com>
63492      Branch: perl
63493            ! configure.com ext/IO/poll.h
63494 ____________________________________________________________________________
63495 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
63496         Log: The description of SIG_SIZE was off.
63497      Branch: perl
63498            ! Configure NetWare/config_H.wc Porting/Glossary
63499            ! Porting/config.sh Porting/config_H config_h.SH
63500            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
63501            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
63502            ! wince/config_H.ce
63503 ____________________________________________________________________________
63504 [ 19020] By: merijn                                on 2003/03/18  05:45:50
63505         Log: Minor updates of Wolfgang's pack patch
63506
63507              Subject: Re: pack changes and related fixes
63508              From: Philip Newton <Philip.Newton@gmx.net>
63509              Date: Tue, 18 Mar 2003 06:19:30 +0100
63510              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
63511      Branch: perl
63512            ! embed.fnc pod/perldiag.pod
63513 ____________________________________________________________________________
63514 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
63515         Log: regenerate win32/config_H.*
63516      Branch: perl
63517            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
63518            ! win32/config_H.vc64
63519 ____________________________________________________________________________
63520 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
63521         Log: there is no trailing NULL in sig_name or sig_num, so don't
63522              talk about it
63523      Branch: perl
63524            ! Porting/Glossary
63525 ____________________________________________________________________________
63526 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
63527         Log: according to the new Porting/Glossary, sig_num doesn't have an
63528              extra '0' at the end
63529      Branch: perl
63530            ! win32/config.bc win32/config.gc win32/config.vc
63531            ! win32/config.vc64
63532 ____________________________________________________________________________
63533 [ 19016] By: hv                                    on 2003/03/18  00:52:09
63534         Log: add tests for existing behaviour of undef postinc/dec
63535      Branch: perl
63536            ! t/op/inc.t
63537 ____________________________________________________________________________
63538 [ 19015] By: hv                                    on 2003/03/18  00:46:18
63539         Log: add comment at undef postinc special case
63540      Branch: perl
63541            ! pp.c
63542 ____________________________________________________________________________
63543 [ 19014] By: hv                                    on 2003/03/18  00:27:19
63544         Log: clarify behaviour of $a++
63545      Branch: perl
63546            ! pod/perlop.pod
63547 ____________________________________________________________________________
63548 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
63549         Log: Integrate:
63550              [ 19012]
63551              We don't have the new Perl at this stage.
63552      Branch: perl
63553           !> cygwin/perlld.in
63554 ____________________________________________________________________________
63555 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
63556         Log: Subject: pack changes and related fixes
63557              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
63558              Date: Mon, 17 Mar 2003 13:55:37 +0100
63559              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
63560      Branch: perl
63561            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
63562            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
63563            ! t/lib/warnings/pp_pack t/op/pack.t
63564 ____________________________________________________________________________
63565 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
63566         Log: Integrate:
63567              [ 19006]
63568              Subject: Re: [Patch] Maintperl versioning for Cygwin
63569              From: Slaven Rezic <slaven@rezic.de>
63570              Date: 17 Mar 2003 00:42:43 +0100
63571              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
63572      Branch: perl
63573           !> cygwin/perlld.in
63574 ____________________________________________________________________________
63575 [ 19005] By: hv                                    on 2003/03/17  02:06:20
63576         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
63577              From: chocolateboy <chocolateboy@chocolatey.com>
63578              Date: Sat, 22 Feb 2003 12:17:28 +0000
63579              Message-ID: <3E576A58.8010901@chocolatey.com>
63580      Branch: perl
63581            + ext/Data/Dumper/t/pair.t
63582            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
63583 ____________________________________________________________________________
63584 [ 19004] By: hv                                    on 2003/03/17  01:38:23
63585         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
63586              From: Stas Bekman <stas@stason.org>
63587              Date: Fri, 14 Feb 2003 11:59:53 +1100
63588              Message-ID: <3E4C3F89.6050005@stason.org>
63589      Branch: perl
63590            ! utils/h2xs.PL
63591 ____________________________________________________________________________
63592 [ 19003] By: hv                                    on 2003/03/17  01:23:02
63593         Log: Subject: [perl #20724] Patch for dprofpp
63594              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
63595              Date: 5 Feb 2003 08:41:17 -0000
63596              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
63597      Branch: perl
63598            ! utils/dprofpp.PL
63599 ____________________________________________________________________________
63600 [ 19002] By: hv                                    on 2003/03/16  23:36:57
63601         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
63602              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
63603              Date: 10 Jan 2003 10:59:44 -0000
63604              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
63605      Branch: perl
63606            ! lib/IPC/Open3.pm
63607 ____________________________________________________________________________
63608 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
63609         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
63610              for 3.3, but only might)
63611      Branch: perl
63612            ! hints/openbsd.sh
63613 ____________________________________________________________________________
63614 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
63615         Log: Stay within known facts: what platforms the skippage helps,
63616              and in which it is not needed.
63617      Branch: perl
63618            ! ext/POSIX/t/posix.t
63619 ____________________________________________________________________________
63620 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
63621         Log: This seems to fix (well, dodge) the problems in FreeBSD for
63622              Enache Adrian; in _theory_ this patch could be good for NetBSD,
63623              too, but Alian gets a core dump already at subtest #9 (anyone
63624              with a real NetBSD, Alian's is a VMware one, which has in the
63625              past caused similar odd crashes).  OpenBSD threaded build result
63626              still unknown.
63627      Branch: perl
63628            ! ext/POSIX/t/posix.t
63629 ____________________________________________________________________________
63630 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
63631         Log: IRIX ls -l marks sockets with 'S'.
63632      Branch: perl
63633            ! t/op/stat.t
63634 ____________________________________________________________________________
63635 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
63636         Log: Turn on UTF-8 flag only if the $str is valid utf8
63637              (pointed out by Dan Kogai).
63638      Branch: perl
63639            ! lib/Term/ReadLine.pm
63640 ____________________________________________________________________________
63641 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
63642         Log: Signedness nits.
63643      Branch: perl
63644            ! regcomp.c
63645 ____________________________________________________________________________
63646 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
63647         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
63648              Should work both for PERL_UNICODE/-C and use encoding 'foo';
63649      Branch: perl
63650            ! lib/Term/ReadLine.pm
63651 ____________________________________________________________________________
63652 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
63653         Log: Pod fix from Philip Newton.
63654      Branch: perl
63655            ! pod/perlfunc.pod
63656 ____________________________________________________________________________
63657 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
63658         Log: Further potential pitfalls for the utf8 len/pos cache
63659              found by Inaba Hiroto.  No test cases, yet.
63660      Branch: perl
63661            ! regcomp.c
63662 ____________________________________________________________________________
63663 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
63664         Log: Make the :bytes conditional on PerlIO.
63665      Branch: perl
63666            ! ext/Encode/t/CJKT.t
63667 ____________________________________________________________________________
63668 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
63669         Log: Needs PerlIO for :bytes.
63670      Branch: perl
63671            ! ext/Encode/t/CJKT.t
63672 ____________________________________________________________________________
63673 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
63674         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
63675              From: Enache Adrian <enache@rdslink.ro>
63676              Date: Fri, 14 Mar 2003 23:02:42 +0200
63677              Message-ID: <20030314210242.GA1159@ratsnest.hole>
63678              (with an added test)
63679      Branch: perl
63680            ! t/comp/parser.t toke.c
63681 ____________________________________________________________________________
63682 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
63683         Log: Time::HiRes is a core module
63684      Branch: perl
63685            ! pod/perlfunc.pod
63686 ____________________________________________________________________________
63687 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
63688         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
63689              From: Stas Bekman <stas@stason.org>
63690              Date: Fri, 14 Mar 2003 17:45:09 +1100
63691              Message-ID: <3E717A75.2060300@stason.org>
63692      Branch: perl
63693            ! ext/B/typemap
63694 ____________________________________________________________________________
63695 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
63696         Log: Better pass in the $self for a method.
63697      Branch: perl
63698            ! lib/File/Spec/Unix.pm
63699 ____________________________________________________________________________
63700 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
63701         Log: Cleanup the File::Spec tmpdir() implementations:
63702              now all the platforms specific modules call _tmpdir()
63703              (inherited from Unix.pm) with the list of platform
63704              specific list of temporary directories, and _tmpdir()
63705              then does the appropriate suitability checking.
63706      Branch: perl
63707            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
63708            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
63709            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63710            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63711 ____________________________________________________________________________
63712 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
63713         Log: whichsig() really does return -1 for unknown signals.
63714      Branch: perl
63715            ! mg.c
63716 ____________________________________________________________________________
63717 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
63718         Log: Rework the @Config{/sig.*/} tests.
63719      Branch: perl
63720            ! lib/Config.t
63721 ____________________________________________________________________________
63722 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
63723         Log: Subject: [PATCH] configure.com: sig_num, etc.
63724              From: "Craig A. Berry" <craigberry@mac.com>
63725              Date: Thu, 13 Mar 2003 21:38:19 -0600
63726              Message-ID: <3E714EAB.6030001@mac.com>
63727      Branch: perl
63728            ! configure.com
63729 ____________________________________________________________________________
63730 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
63731         Log: Make whichsig() to work also if some system defines
63732              zero signals (now -1 is the "not found").  Note that
63733              in couple of mg.c spots only whichsig() > 0 branches
63734              are taken because signal handlers et al don't make
63735              much sense for the zero signal.
63736      Branch: perl
63737            ! doio.c mg.c
63738 ____________________________________________________________________________
63739 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
63740         Log: Since Configure does the signal name/number probe with awk
63741              based on the cpp results (not by really running code), testing
63742              for the signum value is not really helpful if we have runtime
63743              function calls (some signal numbers are dynamic, for example)
63744              (or other extra stuff where the signum value is expected).
63745              (Runtimeness also means that Configure cannot get these right,
63746              anyway.) Better filter in just the constant non-negative numbers.
63747      Branch: perl
63748            ! Configure
63749 ____________________________________________________________________________
63750 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
63751         Log: Signal issues.
63752              (1) Filter out negative signals.
63753              (2) Correct sig_num* and sig_name* descriptions.
63754      Branch: perl
63755            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
63756            ! config_h.SH
63757 ____________________________________________________________________________
63758 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
63759         Log: Hopefully this works also in Win32.
63760      Branch: perl
63761            ! ext/Encode/t/CJKT.t
63762 ____________________________________________________________________________
63763 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
63764         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
63765              From: "Craig A. Berry" <craigberry@mac.com>
63766              Date: Thu, 13 Mar 2003 13:44:55 -0600
63767              Message-ID: <3E70DFB7.8070405@mac.com>
63768      Branch: perl
63769            ! lib/Pod/Perldoc.pm
63770 ____________________________________________________________________________
63771 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
63772         Log: fix for switchC.t test#6 failure on windows
63773      Branch: perl
63774            ! perl.c
63775 ____________________________________________________________________________
63776 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
63777         Log: Config.t wasn't getting the sig_num and sig_size relationship
63778              right, and therefore failed test#35 on windows
63779
63780              note that config_h.SH documents that $sig_size does NOT include
63781              the final NULL in $sig_num!
63782      Branch: perl
63783            ! lib/Config.t
63784 ____________________________________________________________________________
63785 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
63786         Log: another fix for failing test on windows ("use encoding" puts
63787              STDIN in :raw mode, so chomp() wasn't stripping the CR)
63788      Branch: perl
63789            ! ext/Encode/t/enc_module.t
63790 ____________________________________________________________________________
63791 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
63792         Log: fix CJKT.t failures on windows due to incorrect binmode()
63793      Branch: perl
63794            ! ext/Encode/t/CJKT.t
63795 ____________________________________________________________________________
63796 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
63797         Log: Skip the last test of Config.t on HP-UX.
63798              (This test should be skipped for every system that
63799              actually defines a negative signal number. Maybe that
63800              test should be removed, to be future-proof.)
63801      Branch: perl
63802            ! lib/Config.t
63803 ____________________________________________________________________________
63804 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
63805         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
63806              From: Kurt Starsinic <kstar@cpan.org>
63807              Date: Mon, 10 Mar 2003 00:54:49 -0500
63808              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
63809      Branch: perl
63810            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
63811 ____________________________________________________________________________
63812 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
63813         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
63814              From: "Craig A. Berry" <craigberry@mac.com>
63815              Date: Tue, 11 Mar 2003 21:29:31 -0600
63816              Message-ID: <3E6EA99B.9060902@mac.com>
63817              Patch by Scott Lepage (scott.lepage@hp.com)
63818      Branch: perl
63819            ! hv.c
63820 ____________________________________________________________________________
63821 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
63822         Log: Some more stdlib.h inclusions and change the gccversion
63823              test to use return (could have used that for all, sigh).
63824      Branch: perl
63825            ! Configure
63826 ____________________________________________________________________________
63827 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
63828         Log: Trims slashes from the argument to rmdir(), likewise
63829              to what happens with rmdir(). Factorize the code in a
63830              local macro, TRIMSLASHES.
63831      Branch: perl
63832            ! pp_sys.c
63833 ____________________________________________________________________________
63834 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
63835         Log: VOS nit from Paul Green.
63836      Branch: perl
63837            ! vos/configure_full_perl.sh
63838 ____________________________________________________________________________
63839 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
63840         Log: File::Spec: Do not fall back to '', use curdir instead.
63841              Note: Mac used to use cwd(), now curdir, slight change
63842              (relative vs. absolute).
63843      Branch: perl
63844            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
63845            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
63846            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
63847 ____________________________________________________________________________
63848 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
63849         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
63850              was unset (the tests attempted to create files at the /)
63851      Branch: perl
63852            ! lib/File/Spec/Cygwin.pm
63853 ____________________________________________________________________________
63854 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
63855         Log: Another finding by IRIX cc: non-void function
63856              sv_cat_decode() should return a value.
63857      Branch: perl
63858            ! sv.c
63859 ____________________________________________________________________________
63860 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
63861         Log: Integrate:
63862              [ 18949]
63863              pudge> never integrate anything from macos/
63864      Branch: perl
63865            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
63866            - macos/macperl.sym
63867           !> MANIFEST
63868 ____________________________________________________________________________
63869 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
63870         Log: Integrate:
63871              [ 18946]
63872              Integrate from maint-5.8/macperl:
63873              [ 18937]
63874              Various MacOS portability fixes for tests
63875
63876              [ 18938]
63877              File::Spec::Unix method should be called on $self
63878
63879              [ 18939]
63880              lib.pm:_get_dirs() should use $_[0], not $_
63881
63882              [ 18940]
63883              Update MacOS for new configpm
63884
63885              [ 18941]
63886              Update MacOS build
63887              Update Makefile for new source files,
63888              update test script, add additional symbol for APItest
63889      Branch: perl
63890           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
63891           +> macos/macperl.sym
63892           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
63893           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
63894           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
63895           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
63896           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
63897           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
63898 ____________________________________________________________________________
63899 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
63900         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
63901              (Too early? If inited there the pthread_mutex_init() returns
63902              an integer much too large be an errno), but initing the mutex
63903              later, in perl_alloc(), seems to be okay with Cygwin, and also
63904              with Linux.
63905      Branch: perl
63906            ! perl.c
63907 ____________________________________________________________________________
63908 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
63909         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
63910      Branch: perl
63911            ! Configure
63912 ____________________________________________________________________________
63913 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
63914         Log: Tell how to possibly dodge 'Out of memory' errors.
63915      Branch: perl
63916            ! pod/perldiag.pod
63917 ____________________________________________________________________________
63918 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
63919         Log: WinCE tweaks from Vadim Konovalov.
63920      Branch: perl
63921            ! perl.c perlio.c wince/Makefile.ce
63922 ____________________________________________________________________________
63923 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
63924         Log: Missed one.
63925      Branch: perl
63926            ! Configure
63927 ____________________________________________________________________________
63928 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
63929         Log: Single vs doublequoted context is important...
63930      Branch: perl
63931            ! Configure
63932 ____________________________________________________________________________
63933 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
63934         Log: """glob.*""" patch for VMS, from Peter Prymmer.
63935      Branch: perl
63936            ! vms/perlvms.pod vms/vms.c
63937 ____________________________________________________________________________
63938 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
63939         Log: Questionable construct.
63940      Branch: perl
63941            ! pod/perltooc.pod
63942 ____________________________________________________________________________
63943 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
63944         Log: Better setmode() prototype for cygwin.
63945      Branch: perl
63946            ! perl.h
63947 ____________________________________________________________________________
63948 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
63949         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
63950      Branch: perl
63951            ! Configure
63952 ____________________________________________________________________________
63953 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
63954         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
63955              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
63956              So make the macro to include the , and the non-gcc case empty.
63957      Branch: perl
63958            ! sv.h
63959 ____________________________________________________________________________
63960 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
63961         Log: Uid_t and Gid_t can easily be shorts and one cannot
63962              pull shorts off the va_args, int is the shortest (ahem).
63963      Branch: perl
63964            ! reentr.c reentr.pl
63965 ____________________________________________________________________________
63966 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
63967         Log: Subject: [PATCH] io_sock.t
63968              From: Norton Allen <allen@huarp.harvard.edu>
63969              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
63970              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
63971      Branch: perl
63972            ! README.qnx ext/IO/lib/IO/t/io_sock.t
63973 ____________________________________________________________________________
63974 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
63975         Log: Get rid of one Cygwin warning by introducing a prototype
63976              for the init_os_extras().  Since there is no header file
63977              in Perl specific to cygwin, use perl.h.
63978      Branch: perl
63979            ! perl.h
63980 ____________________________________________________________________________
63981 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
63982         Log: Upgrade to Time-HiRes 1.43.
63983      Branch: perl
63984            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
63985            ! ext/Time/HiRes/Makefile.PL
63986 ____________________________________________________________________________
63987 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
63988         Log: Be more lax about the out of memory error message.
63989      Branch: perl
63990            ! t/op/recurse.t
63991 ____________________________________________________________________________
63992 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
63993         Log: Try to handle hitting the heap/data limit in small systems.
63994              (One can simulate this with e.g. 32MB or 64MB datasize,
63995              use your shell's ulimit/limit/limits command.)
63996      Branch: perl
63997            ! t/op/recurse.t
63998 ____________________________________________________________________________
63999 [ 18912] By: hv                                    on 2003/03/11  07:36:00
64000         Log: typo for utf8locale in #18907
64001      Branch: perl
64002            ! sv.c
64003 ____________________________________________________________________________
64004 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
64005         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
64006              From: "Craig A. Berry" <craigberry@mac.com>
64007              Date: Tue, 11 Mar 2003 00:34:39 -0600
64008              Message-ID: <3E6D837F.7000506@mac.com>
64009      Branch: perl
64010            ! perl.c
64011 ____________________________________________________________________________
64012 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
64013         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
64014      Branch: perl
64015            ! emacs/cperl-mode.el
64016 ____________________________________________________________________________
64017 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
64018         Log: Missed some, cryptically.
64019      Branch: perl
64020            ! pod/perlfunc.pod
64021 ____________________________________________________________________________
64022 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
64023         Log: Add missing intrpvar clonings to perl_clone.
64024              Also move the IDBassertion to the end since there's
64025              no particular reason to break bincompat for that.
64026      Branch: perl
64027            ! intrpvar.h sv.c
64028 ____________________________________________________________________________
64029 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
64030         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
64031      Branch: perl
64032            ! intrpvar.h
64033 ____________________________________________________________________________
64034 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
64035         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
64036              From: Stas Bekman <stas@stason.org>
64037              Date: Tue, 11 Mar 2003 17:09:02 +1100
64038              Message-ID: <3E6D7D7E.5000704@stason.org>
64039      Branch: perl
64040            ! sv.c
64041 ____________________________________________________________________________
64042 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
64043         Log: Subject: [PATCH] typos and other minor things
64044              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
64045              Date: Mon, 10 Mar 2003 21:00:55 -0700
64046              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
64047      Branch: perl
64048            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
64049            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
64050            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
64051            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
64052            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
64053            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
64054            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
64055            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
64056            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
64057 ____________________________________________________________________________
64058 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
64059         Log: A rejected hunk of #18902 reapplied.
64060      Branch: perl
64061            ! t/io/utf8.t
64062 ____________________________________________________________________________
64063 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
64064         Log: Patch from Craig Berry to resolve test failures in VMS.
64065              Will poke the Net::Ping author.
64066      Branch: perl
64067            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
64068            ! t/io/utf8.t t/op/magic.t
64069 ____________________________________________________________________________
64070 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
64071         Log: Integrate (by hand) change #18386 from maint-5.8
64072      Branch: perl
64073            ! t/op/split.t
64074 ____________________________________________________________________________
64075 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
64076         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
64077      Branch: perl
64078            ! t/run/switchC.t
64079 ____________________________________________________________________________
64080 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
64081         Log: A new test, to check that signal numbers are actually positive,
64082              and that there is a consistent number of signals available.
64083      Branch: perl
64084            ! lib/Config.t
64085 ____________________________________________________________________________
64086 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
64087         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
64088              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64089              Date: Fri, 07 Mar 2003 13:12:49 -0800
64090              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
64091      Branch: perl
64092            ! mg.c pod/perldiag.pod t/op/tie.t
64093 ____________________________________________________________________________
64094 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
64095         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
64096              From: Nicholas Clark <nick@unfortu.net>
64097              Date: Sun, 9 Mar 2003 21:24:46 +0000
64098              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
64099      Branch: perl
64100            ! lib/Config.t
64101 ____________________________________________________________________________
64102 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
64103         Log: Integrate from maint:
64104              [ 18428]
64105              Somehow I managed to get makefile.olds that didn't get cleaned away.
64106      Branch: perl
64107           !> Makefile.SH x2p/Makefile.SH
64108 ____________________________________________________________________________
64109 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
64110         Log: Comment fix.
64111      Branch: perl
64112            ! t/io/utf8.t
64113 ____________________________________________________________________________
64114 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
64115         Log: Remove the foo-old files.
64116      Branch: perl
64117            ! opcode.pl
64118 ____________________________________________________________________________
64119 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
64120         Log: Subject: Re: Shared libperl.so and build issues
64121              From: Chip Turner <cturner@redhat.com>
64122              Date: 05 Jan 2003 10:35:40 -0500
64123              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
64124      Branch: perl
64125            ! INSTALL
64126 ____________________________________________________________________________
64127 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
64128         Log: Bunch of doc patches from Stas; plus regen.
64129
64130              Subject: [doc patch] perl.c's pod api entry
64131              From: Stas Bekman <stas@stason.org>
64132              Date: Mon, 10 Mar 2003 12:35:52 +1100
64133              Message-ID: <3E6BEBF8.80402@stason.org>
64134
64135              Subject: Re: [patch] perlguts.pod
64136              From: Stas Bekman <stas@stason.org>
64137              Date: Mon, 10 Mar 2003 12:38:57 +1100
64138              Message-ID: <3E6BECB1.7050009@stason.org>
64139
64140              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
64141              From: Stas Bekman <stas@stason.org>
64142              Date: Mon, 10 Mar 2003 12:41:46 +1100
64143              Message-ID: <3E6BED5A.801@stason.org>
64144
64145              Subject: Re: [patch] perlapi.pod fix
64146              From: Stas Bekman <stas@stason.org>
64147              Date: Mon, 10 Mar 2003 12:43:33 +1100
64148              Message-ID: <3E6BEDC5.6010405@stason.org>
64149
64150              Subject: Re: [docs patch] replace gets() with fgets() in example
64151              From: Stas Bekman <stas@stason.org>
64152              Date: Mon, 10 Mar 2003 12:45:41 +1100
64153              Message-ID: <3E6BEE45.9030901@stason.org>
64154
64155              Subject: [doc patch] perlrun.pod
64156              From: Stas Bekman <stas@stason.org>
64157              Date: Mon, 10 Mar 2003 14:49:59 +1100
64158              Message-ID: <3E6C0B67.4050606@stason.org>
64159      Branch: perl
64160            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
64161            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
64162 ____________________________________________________________________________
64163 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
64164         Log: Must not hide the protos, though.
64165      Branch: perl
64166            ! embed.pl proto.h
64167 ____________________________________________________________________________
64168 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
64169         Log: I hate embed*.  Tell me what you know.
64170      Branch: perl
64171            ! embed.fnc embed.h
64172 ____________________________________________________________________________
64173 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
64174         Log: Upgrade to Encode 1.91.
64175      Branch: perl
64176            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
64177            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
64178 ____________________________________________________________________________
64179 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
64180         Log: Export the symbols from #18863; do not prototype (but export)
64181              Nicholas Clark's experimental COW functions.
64182              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
64183              a mess of Herculean proportions.  Someone should redesign and
64184              clean up the stables.
64185      Branch: perl
64186            ! embed.fnc embed.pl global.sym proto.h
64187 ____________________________________________________________________________
64188 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
64189         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
64190      Branch: perl
64191            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
64192            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
64193            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
64194            ! ext/Encode/t/enc_module.t
64195 ____________________________________________________________________________
64196 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
64197         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
64198              under 'use encoding'.
64199      Branch: perl
64200            + ext/Encode/t/enc_data.t
64201            ! MANIFEST ext/Encode/MANIFEST toke.c
64202 ____________________________________________________________________________
64203 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
64204         Log: Tru64: additional instructions for building a newer Berkeley DB.
64205      Branch: perl
64206            ! README.tru64 hints/dec_osf.sh
64207 ____________________________________________________________________________
64208 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
64209         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
64210              function stubs, should be helpful for really simple extensions.
64211              Undoes large parts of changes #16289 and #16290.
64212      Branch: perl
64213            ! sv.c
64214 ____________________________________________________________________________
64215 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
64216         Log: ... and add a test case for bug #20798
64217      Branch: perl
64218            ! t/op/eval.t
64219 ____________________________________________________________________________
64220 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
64221         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
64222              From: Enache Adrian <enache@rdslink.ro>
64223              Date: Fri, 7 Mar 2003 23:28:37 +0200
64224              Message-ID: <20030307212837.GB765@ratsnest.hole>
64225
64226              (and few more test cases from the thread)
64227      Branch: perl
64228            ! sv.c t/op/sprintf.t
64229 ____________________________________________________________________________
64230 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
64231         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
64232              From: Enache Adrian <enache@rdslink.ro>
64233              Date: Fri, 7 Mar 2003 00:12:03 +0200
64234              Message-ID: <20030306221203.GB13330@ratsnest.hole>
64235      Branch: perl
64236            ! op.c
64237 ____________________________________________________________________________
64238 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
64239         Log: Adjust test count.
64240      Branch: perl
64241            ! t/op/pat.t
64242 ____________________________________________________________________________
64243 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
64244         Log: From Inaba Hiroto: re_intuit_start set a value to
64245              PL_bostr before calling find_byclass when regexp has
64246              ROPT_UTF8 flag on. But right value for PL_bostr is set
64247              before re_intuit_start is called.  PL_regdata is always
64248              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
64249              can be deleted.
64250      Branch: perl
64251            ! regexec.c t/op/pat.t
64252 ____________________________________________________________________________
64253 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
64254         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
64255              updated when fbm_compile() appended a "\n".
64256      Branch: perl
64257            ! t/op/pat.t util.c
64258 ____________________________________________________________________________
64259 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
64260         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
64261              Print it in B::Debug. Can be used later in B::Deparse to deparse
64262              the open pragma.
64263      Branch: perl
64264            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
64265 ____________________________________________________________________________
64266 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
64267         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
64268              From: Richard.Foley@ubsw.com
64269              Date: Fri, 21 Feb 2003 13:51:51 +0100
64270              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
64271      Branch: perl
64272            ! pod/perldebug.pod
64273 ____________________________________________________________________________
64274 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
64275         Log: Enache Adrian reads comments.
64276      Branch: perl
64277            ! perl.h
64278 ____________________________________________________________________________
64279 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
64280         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
64281              From: Richard Soderberg <perl@crystalflame.net>
64282              Date: Sat, 15 Feb 2003 01:27:17 -0500
64283              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
64284      Branch: perl
64285            ! ext/IO/lib/IO/Select.pm
64286 ____________________________________________________________________________
64287 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
64288         Log: Subject: [PATCH] long %ENV values for VMS
64289              From: "Craig A. Berry" <craigberry@mac.com>
64290              Date: Fri, 07 Mar 2003 13:49:50 -0600
64291              Message-ID: <3E68F7DE.8070603@mac.com>
64292      Branch: perl
64293            ! vms/vms.c
64294 ____________________________________________________________________________
64295 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
64296         Log: regen_headers tiny tidying:
64297              - regen.pl renamed as regen_lib.pl
64298              - regen_headers.pl renamed as regen.pl
64299              - added make target 'regen' (kept target 'regen_headers'
64300              for porters' brains' backward compatibility)
64301              - regen.pl fancified a bit to display the names
64302              of the files that got changed by running the scripts
64303      Branch: perl
64304            + regen_lib.pl
64305            - regen_headers.pl
64306            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
64307            ! keywords.pl opcode.pl regcomp.pl regen.pl
64308 ____________________________________________________________________________
64309 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
64310         Log: Give pointers to runtime Unicode changes.
64311      Branch: perl
64312            ! pod/perlrun.pod pod/perlvar.pod
64313 ____________________________________________________________________________
64314 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
64315         Log: Extra character noticed by Tels.
64316      Branch: perl
64317            ! MANIFEST
64318 ____________________________________________________________________________
64319 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
64320         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
64321              From: Kay Roepke <kay@dolphin-services.de>
64322              Date: Thu, 06 Mar 2003 23:00:10 +0100
64323              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
64324
64325              (plus change the d_gethostbyaddr_r_proto default to "0",
64326              that is what an undefined r_proto looks like)
64327      Branch: perl
64328            ! hints/freebsd.sh
64329 ____________________________________________________________________________
64330 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
64331         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
64332              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
64333              in non-glibc case", from Craig Berry)
64334      Branch: perl
64335            ! pp.c
64336 ____________________________________________________________________________
64337 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
64338         Log: Good observation from Philip Newton.
64339      Branch: perl
64340            ! pod/perlrun.pod
64341 ____________________________________________________________________________
64342 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
64343         Log: Make the -A switch work without an assertion name.
64344              by Salvador Fandiño.
64345      Branch: perl
64346            ! perl.c t/run/switch_A.t
64347 ____________________________________________________________________________
64348 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
64349         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
64350              From: "Jos I. Boumans" <kane@dwim.org>
64351              Date: Fri, 21 Feb 2003 20:33:53 +0100
64352              Message-ID: <3E567F21.6020006@dwim.org>
64353              (with some minor tweaks)
64354      Branch: perl
64355            ! pod/perlmodstyle.pod
64356 ____________________________________________________________________________
64357 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
64358         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
64359              From: Enache Adrian <enache@rdslink.ro>
64360              Date: Sun, 2 Mar 2003 06:05:22 +0200
64361              Message-ID: <20030302040522.GB4905@ratsnest.hole>
64362      Branch: perl
64363            ! t/op/subst.t
64364 ____________________________________________________________________________
64365 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
64366         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
64367              From: Enache Adrian <enache@rdslink.ro>
64368              Date: Wed, 5 Mar 2003 12:06:20 +0200
64369              Message-ID: <20030305100620.GA909@ratsnest.hole>
64370      Branch: perl
64371            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
64372            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
64373 ____________________________________________________________________________
64374 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
64375         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
64376              From: "Craig A. Berry" <craigberry@mac.com>
64377              Date: Thu, 06 Mar 2003 10:42:05 -0600
64378              Message-ID: <3E677A5D.10805@mac.com>
64379      Branch: perl
64380            ! mg.c
64381 ____________________________________________________________________________
64382 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
64383         Log: Thinko fix.
64384      Branch: perl
64385            ! Porting/findrfuncs
64386 ____________________________________________________________________________
64387 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
64388         Log: PERL_UNICODE explanation saga continues.
64389      Branch: perl
64390            ! pod/perlrun.pod
64391 ____________________________________________________________________________
64392 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
64393         Log: Handle also extra directories et alia.
64394      Branch: perl
64395            ! Porting/manicheck
64396 ____________________________________________________________________________
64397 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
64398         Log: Add mani(fest) check(ing) utility.
64399      Branch: perl
64400            + Porting/manicheck
64401            ! MANIFEST
64402 ____________________________________________________________________________
64403 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
64404         Log: Subject: [patch config_h.SH] redefining __attribute__
64405              From: Stas Bekman <stas@stason.org>
64406              Date: Thu, 06 Mar 2003 12:03:39 +1100
64407              Message-ID: <3E669E6B.1060606@stason.org>
64408      Branch: perl
64409            ! Configure NetWare/config_H.wc Porting/config.sh
64410            ! Porting/config_H config_h.SH plan9/config.plan9
64411            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
64412            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
64413 ____________________________________________________________________________
64414 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
64415         Log: Couple more _r possibilities (found in a RH 8.0 box), and
64416              the random() macros were all wrong.  (I don't know why
64417              metaconfig did so much reordering of config_h.SH.)
64418      Branch: perl
64419            ! Configure config_h.SH reentr.h reentr.pl
64420 ____________________________________________________________________________
64421 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
64422         Log: Change #18829 makes this test workaround obsolete.
64423      Branch: perl
64424            ! ext/B/t/deparse.t
64425 ____________________________________________________________________________
64426 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
64427         Log: Patch by Salvador Fandiño to read the warning mask
64428              returned by caller() and ${^WARNING_BITS} from
64429              $warnings::Bits{all} and not from the hardcoded core
64430              constant. (This mask could have been extended by
64431              warnings::register.) Plus tests.
64432      Branch: perl
64433            ! mg.c pp_ctl.c t/op/caller.t
64434 ____________________________________________________________________________
64435 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
64436         Log: Subject: [PATCH] assertions
64437              From: Salvador Fandiño <sfandino@yahoo.com>
64438              Date: Fri, 21 Feb 2003 17:26:16 +0000
64439              Message-ID: <3E566138.4090709@yahoo.com>
64440              and the complement : (with added comments)
64441              Subject: [PATCH] bug in ext/B/t/deparse.t
64442              Message-ID: <3E563E16.7060303@yahoo.com>
64443              plus perldiag.pod patch for the new warning
64444              (previous change was, once again, empty)
64445      Branch: perl
64446            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
64447            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
64448            ! pod/perldiag.pod warnings.h warnings.pl
64449 ____________________________________________________________________________
64450 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
64451         Log: Subject: [PATCH] assertions
64452              From: Salvador Fandiño <sfandino@yahoo.com>
64453              Date: Fri, 21 Feb 2003 17:26:16 +0000
64454              Message-ID: <3E566138.4090709@yahoo.com>
64455              and the complement : (with added comments)
64456              Subject: [PATCH] bug in ext/B/t/deparse.t
64457              Message-ID: <3E563E16.7060303@yahoo.com>
64458              plus perldiag.pod patch for the new warning
64459      Branch: perl
64460            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
64461            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
64462            ! pod/perldiag.pod warnings.h warnings.pl
64463 ____________________________________________________________________________
64464 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
64465         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
64466              The variant is from how List::Util Util.xs does it.
64467      Branch: perl
64468            ! ext/Devel/PPPort/PPPort.pm
64469 ____________________________________________________________________________
64470 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
64471         Log: Doc typos.
64472      Branch: perl
64473            ! lib/File/Find.pm
64474 ____________________________________________________________________________
64475 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
64476         Log: Try to give rcatline() a good jog on Unicode.
64477      Branch: perl
64478            ! t/io/utf8.t
64479 ____________________________________________________________________________
64480 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
64481         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
64482              From: Enache Adrian <enache@rdslink.ro>
64483              Date: Sun, 2 Mar 2003 05:43:54 +0200
64484              Message-ID: <20030302034354.GA4905@ratsnest.hole>
64485      Branch: perl
64486            ! sv.c t/io/utf8.t
64487 ____________________________________________________________________________
64488 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
64489         Log: Can't test this without PerlIO.
64490      Branch: perl
64491            ! t/uni/write.t
64492 ____________________________________________________________________________
64493 [ 18820] By: sky                                   on 2003/03/04  01:01:07
64494         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
64495              What happened was that a constant was freed, the pad released but
64496              the pad slot still held the SV, when pad slot was reallocated
64497              to be a target for a stringify, it did a sv_setpv on the target
64498              and the original SV was wiped out. When this SV was later on
64499              to new places using the constant, they got the wrong value.
64500              By replacing pad_free with pad_swipe for these cases, we
64501              won't have such a problem. (pad_swipe also removes the
64502              pointer to the original SV).
64503      Branch: perl
64504            ! op.c
64505 ____________________________________________________________________________
64506 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
64507         Log: Further clarification on PERL_UNICODE's semantics.
64508      Branch: perl
64509            ! pod/perlrun.pod
64510 ____________________________________________________________________________
64511 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
64512         Log: Sync with libnet-1.13
64513      Branch: perl
64514            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
64515            ! lib/Net/POP3.pm lib/Net/SMTP.pm
64516 ____________________________________________________________________________
64517 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
64518         Log: Upgrade to Unicode::Normalize 0.20.
64519      Branch: perl
64520            ! ext/Unicode/Normalize/Changes
64521            ! ext/Unicode/Normalize/Normalize.pm
64522            ! ext/Unicode/Normalize/Normalize.xs
64523            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
64524            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
64525            ! ext/Unicode/Normalize/t/test.t
64526 ____________________________________________________________________________
64527 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
64528         Log: Upgrade to Encode 1.89.  The enc_module.t required
64529              a little tweak, sending that to Dan.
64530      Branch: perl
64531            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
64532            + ext/Encode/t/enc_module.t
64533            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
64534            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
64535            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
64536            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
64537            ! ext/Encode/ucm/viscii.ucm
64538 ____________________________________________________________________________
64539 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
64540         Log: Use a macro for abs() to avoid the possible truncation to an int;
64541              also make an explicit (double)cast for the arguments to fabs().
64542      Branch: perl
64543            ! perl.h pp.c sv.c util.c
64544 ____________________________________________________________________________
64545 [ 18812] By: hv                                    on 2003/03/02  22:36:05
64546         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
64547              From: andreas.koenig@anima.de (Andreas J. Koenig)
64548              Date: Wed, 19 Feb 2003 11:05:28 +0100
64549              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
64550      Branch: perl
64551            ! patchlevel.h
64552 ____________________________________________________________________________
64553 [ 18811] By: hv                                    on 2003/03/02  22:30:50
64554         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
64555              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
64556              Date: 18 Feb 2003 21:05:15 -0000
64557              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
64558      Branch: perl
64559            ! ext/IPC/SysV/Msg.pm
64560 ____________________________________________________________________________
64561 [ 18810] By: hv                                    on 2003/03/02  21:59:10
64562         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
64563              From: Richard Soderberg <perl@crystalflame.net>
64564              Date: Sat, 15 Feb 2003 01:27:21 -0500
64565              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
64566      Branch: perl
64567            ! lib/File/Basename.pm
64568 ____________________________________________________________________________
64569 [ 18809] By: hv                                    on 2003/03/02  21:54:53
64570         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
64571              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
64572              Date: 15 Feb 2003 00:21:41 -0000
64573              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
64574      Branch: perl
64575            ! lib/File/Find.pm
64576 ____________________________________________________________________________
64577 [ 18807] By: hv                                    on 2003/03/02  21:22:56
64578         Log: Reverse copyright update (#18801) for files not changed in 2003.
64579      Branch: perl
64580            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
64581            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
64582            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
64583            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
64584            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
64585            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
64586            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
64587            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
64588 ____________________________________________________________________________
64589 [ 18805] By: hv                                    on 2003/03/02  16:29:28
64590         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
64591              From: Enache Adrian <enache@rdslink.ro>
64592              Date: Sun, 2 Mar 2003 10:11:27 +0200
64593              Message-ID: <20030302081127.GA10782@ratsnest.hole>
64594      Branch: perl
64595            ! pp.c t/op/pat.t
64596 ____________________________________________________________________________
64597 [ 18803] By: hv                                    on 2003/03/02  16:12:34
64598         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
64599              From: "Anders Johnson" <ajohnson@wischip.com>
64600              Date: Mon, 10 Feb 2003 14:09:46 -0800
64601              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
64602      Branch: perl
64603            ! mg.c t/op/magic.t
64604 ____________________________________________________________________________
64605 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
64606         Log: Narrow down the -C test skippage.
64607      Branch: perl
64608            ! t/run/switchC.t
64609 ____________________________________________________________________________
64610 [ 18801] By: hv                                    on 2003/03/02  15:24:22
64611         Log: Update all copyrights to 2003, from Jarkko
64612      Branch: perl
64613            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
64614            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
64615            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
64616            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
64617            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
64618            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
64619            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
64620            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
64621            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
64622            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
64623            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
64624            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
64625            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
64626            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
64627            ! x2p/util.h x2p/walk.c xsutils.c
64628 ____________________________________________________________________________
64629 [ 18800] By: hv                                    on 2003/03/02  15:16:38
64630         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
64631              From: Richard.Foley@ubsw.com
64632              Date: Wed, 19 Feb 2003 13:24:38 +0100
64633              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
64634      Branch: perl
64635            ! lib/perl5db.pl
64636 ____________________________________________________________________________
64637 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
64638         Log: The -CI cannot be easily tested under UTF-8 locale with
64639              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
64640              Also other small tweaks in the -C neighbourhood.
64641      Branch: perl
64642            ! perl.c perl.h t/run/switchC.t util.c
64643 ____________________________________________________________________________
64644 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
64645         Log: Go with "right = -right" for greater portability, some platforms
64646              might require llabs() to get abs() of long longs.
64647      Branch: perl
64648            ! pp.c
64649 ____________________________________________________________________________
64650 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
64651         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
64652              with negative quads", or also as RedHat bug #65612.
64653      Branch: perl
64654            ! pp.c
64655 ____________________________________________________________________________
64656 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
64657         Log: Forgotten from change #18795.
64658      Branch: perl
64659            ! global.sym
64660 ____________________________________________________________________________
64661 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
64662         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
64663              From: Abe Timmerman <abe@ztreet.demon.nl>
64664              Date: Sun, 2 Mar 2003 02:03:16 +0100
64665              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
64666      Branch: perl
64667            ! embed.fnc embed.h makedef.pl
64668 ____________________________________________________________________________
64669 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
64670         Log: Further Unicode formats patching from Inaba Hiroto.
64671      Branch: perl
64672            + t/uni/write.t
64673            ! MANIFEST pp_ctl.c
64674 ____________________________________________________________________________
64675 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
64676         Log: Integrate change #18788 from maint.
64677      Branch: perl
64678           !> perl.h
64679 ____________________________________________________________________________
64680 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
64681         Log: Subject: [PATCH] Get MSWin32 back compiling
64682              From: Abe Timmerman <abe@ztreet.demon.nl>
64683              Date: Sat, 1 Mar 2003 04:31:19 +0100
64684              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
64685      Branch: perl
64686            ! embed.fnc embed.h global.sym makedef.pl
64687 ____________________________________________________________________________
64688 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
64689         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
64690              From: Inaba Hiroto <inaba@st.rim.or.jp>
64691              Date: Mon, 10 Feb 2003 00:04:51 +0900
64692              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
64693      Branch: perl
64694            ! pp_ctl.c toke.c
64695 ____________________________________________________________________________
64696 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
64697         Log: An already fixed bug from perl-unicode.
64698      Branch: perl
64699            ! t/op/pat.t
64700 ____________________________________________________________________________
64701 [ 18782] By: hv                                    on 2003/02/26  01:36:49
64702         Log: Subject: Re: [perl #20683] [fix] Better Patch
64703              From: Enache Adrian <enache@rdslink.ro>
64704              Date: Sun, 23 Feb 2003 20:16:39 +0200
64705              Message-ID: <20030223181639.GA18713@ratsnest.hole>
64706      Branch: perl
64707            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
64708            ! regexec.c sv.c t/op/pat.t
64709 ____________________________________________________________________________
64710 [ 18781] By: hv                                    on 2003/02/26  01:11:14
64711         Log: regen headers
64712      Branch: perl
64713            ! perlapi.h pod/perlapi.pod
64714 ____________________________________________________________________________
64715 [ 18780] By: hv                                    on 2003/02/26  00:25:32
64716         Log: Two typos found by Philip Newton <pnewton@gmx.de>
64717      Branch: perl
64718            ! configpm ext/DB_File/DB_File.pm
64719 ____________________________________________________________________________
64720 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
64721         Log: Add tests for the -C switch.  Depending on the
64722              CLIs some $^O dance may be needed.
64723      Branch: perl
64724            + t/run/switchC.t
64725            ! MANIFEST
64726 ____________________________________________________________________________
64727 [ 18778] By: hv                                    on 2003/02/25  15:24:17
64728         Log: Add missing file from change #18774.
64729      Branch: perl
64730            + t/op/localref.t
64731 ____________________________________________________________________________
64732 [ 18777] By: hv                                    on 2003/02/25  14:07:59
64733         Log: More variables for change #18776.
64734      Branch: perl
64735            ! op.c
64736 ____________________________________________________________________________
64737 [ 18776] By: hv                                    on 2003/02/25  14:04:03
64738         Log: Subject: [perl #20682] [fix] @- array not visible in s///
64739              From: Enache Adrian <enache@rdslink.ro>
64740              Date: Fri, 21 Feb 2003 17:50:14 +0200
64741              Message-ID: <20030221155014.GB793@ratsnest.hole>
64742      Branch: perl
64743            ! op.c t/op/subst.t
64744 ____________________________________________________________________________
64745 [ 18775] By: hv                                    on 2003/02/25  13:53:11
64746         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
64747              From: Enache Adrian <enache@rdslink.ro>
64748              Date: Fri, 21 Feb 2003 17:49:41 +0200
64749              Message-ID: <20030221154941.GA793@ratsnest.hole>
64750      Branch: perl
64751            ! pp_ctl.c t/op/subst.t
64752 ____________________________________________________________________________
64753 [ 18774] By: hv                                    on 2003/02/25  13:21:19
64754         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
64755              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
64756              Date: Sun, 23 Feb 2003 00:03:27 +0100
64757              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
64758      Branch: perl
64759            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
64760 ____________________________________________________________________________
64761 [ 18773] By: hv                                    on 2003/02/25  12:45:01
64762         Log: Subject: [Encode] 1.88 Released
64763              From: Dan Kogai <dankogai@dan.co.jp>
64764              Date: Thu, 20 Feb 2003 23:49:55 +0900
64765              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
64766      Branch: perl
64767            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
64768            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
64769            ! ext/Encode/lib/Encode/CJKConstants.pm
64770            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
64771            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
64772 ____________________________________________________________________________
64773 [ 18772] By: merijn                                on 2003/02/25  12:12:14
64774         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
64775              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
64776              Date: Wed, 19 Feb 2003 13:37:39 -0800
64777              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
64778      Branch: perl
64779            ! lib/CGI.pm
64780 ____________________________________________________________________________
64781 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
64782         Log: Cleanup #18770 as suggested by Rafael.
64783      Branch: perl
64784            ! mg.c perl.h
64785 ____________________________________________________________________________
64786 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
64787         Log: A new try at #18765 (for [perl #20920]).
64788      Branch: perl
64789            ! mg.c
64790 ____________________________________________________________________________
64791 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
64792         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
64793      Branch: perl
64794            ! mg.c
64795 ____________________________________________________________________________
64796 [ 18768] By: chip                                  on 2003/02/24  21:42:57
64797         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
64798              until a change has been submitted.
64799      Branch: perl
64800            + Porting/p4d2p
64801            ! MANIFEST
64802 ____________________________________________________________________________
64803 [ 18767] By: chip                                  on 2003/02/24  21:35:56
64804         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
64805      Branch: perl
64806            ! Porting/check83.pl Porting/findvars Porting/fixCORE
64807            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
64808 ____________________________________________________________________________
64809 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
64810         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
64811      Branch: perl
64812            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
64813            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
64814 ____________________________________________________________________________
64815 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
64816         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
64817              From: Slaven Rezic <slaven@rezic.de>
64818              Date: 14 Feb 2003 09:11:15 +0100
64819              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
64820
64821              (with slight tweaks)
64822      Branch: perl
64823            ! mg.c
64824 ____________________________________________________________________________
64825 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
64826         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
64827              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
64828              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
64829      Branch: perl
64830            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
64831 ____________________________________________________________________________
64832 [ 18763] By: chip                                  on 2003/02/24  14:54:36
64833         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
64834      Branch: perl
64835            ! op.c win32/perlhost.h
64836 ____________________________________________________________________________
64837 [ 18762] By: hv                                    on 2003/02/24  00:18:42
64838         Log: Remove no-longer-true line from perlop
64839      Branch: perl
64840            ! pod/perlop.pod
64841 ____________________________________________________________________________
64842 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
64843         Log: Chip noticed that the intended optionality of the 'IV' was
64844              forgotten in the change #18758.
64845      Branch: perl
64846            ! ext/Devel/Peek/Peek.t
64847 ____________________________________________________________________________
64848 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
64849         Log: API doc tweaks.
64850      Branch: perl
64851            ! utf8.c
64852 ____________________________________________________________________________
64853 [ 18759] By: sky                                   on 2003/02/21  09:08:30
64854         Log: Change regex to be a bit more friendly against various
64855              outputs from ps -f, regex suggest by rgs
64856      Branch: perl
64857            ! ext/threads/t/join.t
64858 ____________________________________________________________________________
64859 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
64860         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
64861              From: PPrymmer@factset.com
64862              Date: Thu, 20 Feb 2003 13:28:09 -0500
64863              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
64864      Branch: perl
64865            ! ext/Devel/Peek/Peek.t
64866 ____________________________________________________________________________
64867 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
64868         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
64869              From: PPrymmer@factset.com
64870              Date: Wed, 19 Feb 2003 15:04:40 -0500
64871              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
64872      Branch: perl
64873            ! README.vms configure.com
64874 ____________________________________________________________________________
64875 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
64876         Log: Doc tweakage on -C.
64877      Branch: perl
64878            ! pod/perlrun.pod
64879 ____________________________________________________________________________
64880 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
64881         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
64882              From: Brendan O'Dea <bod@debian.org>
64883              Date: Sun, 16 Feb 2003 21:09:23 +1100
64884              Message-ID: <20030216100923.GA29761@londo.c47.org>
64885      Branch: perl
64886            ! pod/perlcompile.pod
64887 ____________________________________________________________________________
64888 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
64889         Log: Document clearly that "_" is always in package "main".
64890      Branch: perl
64891            ! pod/perlvar.pod
64892 ____________________________________________________________________________
64893 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
64894         Log: Subject: Re: [perl #20716] scope error with brackets
64895              From: Enache Adrian <enache@rdslink.ro>
64896              Date: Thu, 13 Feb 2003 04:52:21 +0200
64897              Message-ID: <20030213025221.GA1215@ratsnest.hole>
64898              (better version of change #18687)
64899      Branch: perl
64900            ! t/comp/parser.t toke.c
64901 ____________________________________________________________________________
64902 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
64903         Log: 'A' is not 65 everywhere.
64904      Branch: perl
64905            ! t/op/pack.t
64906 ____________________________________________________________________________
64907 [ 18751] By: chip                                  on 2003/02/19  03:54:45
64908         Log: Support one-parameter unpack(), which unpacks $_.
64909      Branch: perl
64910            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
64911 ____________________________________________________________________________
64912 [ 18750] By: hv                                    on 2003/02/19  00:53:03
64913         Log: more complex assertions activation:
64914              Subject: Re: Did the assertion patch/feature submission get overlooked?
64915              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
64916              Date: Tue, 18 Feb 2003 19:24:13 +0000
64917              Message-ID: <3E52885D.5060903@yahoo.com>
64918      Branch: perl
64919            ! lib/assertions.pm lib/assertions/activate.pm
64920            ! t/comp/assertions.t
64921 ____________________________________________________________________________
64922 [ 18749] By: hv                                    on 2003/02/19  00:19:21
64923         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
64924              From: andreas.koenig@anima.de (Andreas J. Koenig)
64925              Date: Tue, 18 Feb 2003 11:48:40 +0100
64926              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
64927      Branch: perl
64928            ! patchlevel.h
64929 ____________________________________________________________________________
64930 [ 18748] By: hv                                    on 2003/02/19  00:00:41
64931         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
64932              From: Dave Mitchell <davem@fdgroup.com>
64933              Date: Tue, 18 Feb 2003 21:45:45 +0000
64934              Message-ID: <20030218214545.C18547@fdgroup.com>
64935
64936              and tests for the same:
64937              From: Dave Mitchell <davem@fdgroup.com>
64938              Date: Wed, 19 Feb 2003 00:42:01 +0000
64939              Message-ID: <20030219004201.F18547@fdgroup.com>
64940      Branch: perl
64941            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
64942 ____________________________________________________________________________
64943 [ 18747] By: hv                                    on 2003/02/18  23:47:06
64944         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
64945              problems on case-insensitive file systems. Rename it back to
64946              t/run/switch_A.t
64947      Branch: perl
64948           +> t/run/switch_A.t
64949            - t/run/switchA.t
64950            ! MANIFEST
64951 ____________________________________________________________________________
64952 [ 18746] By: sky                                   on 2003/02/18  21:31:37
64953         Log: Subject: Re: -Os for Darwin why?
64954              From: schwern@pobox.com
64955              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
64956              Message-Id: <20030218113739.D25848@ttul.org>
64957      Branch: perl
64958            ! hints/darwin.sh
64959 ____________________________________________________________________________
64960 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
64961         Log: Format nit.
64962      Branch: perl
64963            ! util.c
64964 ____________________________________________________________________________
64965 [ 18740] By: sky                                   on 2003/02/18  06:33:57
64966         Log: Re: -Os for Darwin why?
64967              From: schwern@pobox.com
64968              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
64969              Message-Id: <20030217191403.A17553@ttul.org>
64970      Branch: perl
64971            ! hints/darwin.sh
64972 ____________________________________________________________________________
64973 [ 18739] By: hv                                    on 2003/02/18  01:04:01
64974         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
64975              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
64976              Date: Mon, 17 Feb 2003 23:38:05 +0000
64977              Message-ID: <3E51725D.5060303@yahoo.com>
64978      Branch: perl
64979            + t/comp/assertions.t t/run/switchA.t
64980            ! MANIFEST
64981 ____________________________________________________________________________
64982 [ 18738] By: hv                                    on 2003/02/18  00:51:24
64983         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
64984              From: Nicholas Clark <nick@ccl4.org>
64985              Date: Mon, 17 Feb 2003 21:07:03 +0000
64986              Message-ID: <20030217210330.A8611@plum.flirble.org>
64987      Branch: perl
64988            ! sv.c
64989 ____________________________________________________________________________
64990 [ 18737] By: hv                                    on 2003/02/18  00:47:00
64991         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
64992              From: Stephen McCamant <smcc@mit.edu>
64993              Date: Mon, 17 Feb 2003 19:34:36 -0500
64994              Date: Mon, 17 Feb 2003 19:34:36 -0500
64995              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
64996      Branch: perl
64997            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
64998            ! ext/B/B/Terse.pm ext/B/t/terse.t
64999 ____________________________________________________________________________
65000 [ 18736] By: hv                                    on 2003/02/17  09:33:47
65001         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
65002              From: Nicholas Clark <nick@unfortu.net>
65003              Date: Sun, 16 Feb 2003 23:09:50 +0000
65004              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
65005      Branch: perl
65006            ! sv.c
65007 ____________________________________________________________________________
65008 [ 18735] By: hv                                    on 2003/02/17  09:13:02
65009         Log: Use the escape E<ntilde> in source files rather than the actual char.
65010      Branch: perl
65011            ! lib/assertions.pm lib/assertions/activate.pm
65012 ____________________________________________________________________________
65013 [ 18734] By: hv                                    on 2003/02/17  09:06:44
65014         Log: Suppress empty #ifdef blocks in embed.pl
65015      Branch: perl
65016            ! embed.h embed.pl
65017 ____________________________________________________________________________
65018 [ 18733] By: hv                                    on 2003/02/17  08:51:53
65019         Log: fix typo in sv.c and regenerate perlapi.pod
65020      Branch: perl
65021            ! pod/perlapi.pod sv.c
65022 ____________________________________________________________________________
65023 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
65024         Log: Philip Newton has eagle eyes :-)
65025      Branch: perl
65026            ! pod/perlrun.pod
65027 ____________________________________________________________________________
65028 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
65029         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
65030      Branch: perl
65031            ! locale.c pod/perlrun.pod pod/perlunicode.pod
65032            ! pod/perluniintro.pod pod/perlvar.pod util.c
65033 ____________________________________________________________________________
65034 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
65035         Log: Make also the -CAL conditional on locale.
65036      Branch: perl
65037            ! perl.c pod/perlrun.pod
65038 ____________________________________________________________________________
65039 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
65040         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
65041      Branch: perl
65042            ! embed.h embed.pl pod/perlembed.pod
65043 ____________________________________________________________________________
65044 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
65045         Log: According to Sarathy it's better have the Ministry
65046              of Information to remove all memory of NO_EMBED.
65047              What NO_EMBED?
65048      Branch: perl
65049            ! embed.h embed.pl
65050 ____________________________________________________________________________
65051 [ 18727] By: hv                                    on 2003/02/16  13:55:10
65052         Log: add support for assertions. Updated form of:
65053              Subject: Re: Did the assertion patch/feature submission get overlooked?
65054              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
65055              Date: Sat, 30 Nov 2002 17:24:09 +0000
65056              Message-ID: <3DE8F439.50402@yahoo.com>
65057      Branch: perl
65058            + lib/assertions.pm lib/assertions/activate.pm
65059            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
65060            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
65061            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
65062 ____________________________________________________________________________
65063 [ 18726] By: hv                                    on 2003/02/16  13:10:32
65064         Log: COW regexps:
65065              Subject: [PATCH] Copy on write for $& and $1...
65066              From: Nicholas Clark <nick@unfortu.net>
65067              Date: Sun, 9 Feb 2003 23:00:09 +0000
65068              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
65069      Branch: perl
65070            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
65071            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
65072 ____________________________________________________________________________
65073 [ 18725] By: hv                                    on 2003/02/16  13:08:52
65074         Log: inline SvREFCNT_dec:
65075              Subject: [PATCH] Copy on write for $& and $1...
65076              From: Nicholas Clark <nick@unfortu.net>
65077              Date: Sun, 9 Feb 2003 23:00:09 +0000
65078              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
65079      Branch: perl
65080            ! embed.fnc embed.h proto.h sv.c sv.h
65081 ____________________________________________________________________________
65082 [ 18723] By: hv                                    on 2003/02/16  11:12:58
65083         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
65084              From: Enache Adrian <enache@rdslink.ro>
65085              Date: Sun, 16 Feb 2003 00:05:10 +0200
65086              Message-ID: <20030215220510.GB893@ratsnest.hole>
65087      Branch: perl
65088            ! op.c
65089 ____________________________________________________________________________
65090 [ 18722] By: hv                                    on 2003/02/16  11:08:06
65091         Log: outdent else-if chain in scope()
65092      Branch: perl
65093            ! op.c
65094 ____________________________________________________________________________
65095 [ 18721] By: hv                                    on 2003/02/16  11:00:47
65096         Log: Subject: [PATCH] arcane tainting bug in vms.c
65097              From: "Craig A. Berry" <craigberry@mac.com>
65098              Date: Sat, 15 Feb 2003 12:29:03 -0600
65099              Message-ID: <3E4E86EF.8090609@mac.com>
65100      Branch: perl
65101            ! vms/vms.c
65102 ____________________________________________________________________________
65103 [ 18720] By: hv                                    on 2003/02/16  10:54:58
65104         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
65105              integer, but extend to runtime. Based on:
65106              Subject: Re: [perl #20827] Unexpected scientific notation.
65107              From: hv@crypt.org
65108              Date: Wed, 12 Feb 2003 03:12:43 +0000
65109              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
65110      Branch: perl
65111            ! op.c pp.c
65112 ____________________________________________________________________________
65113 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
65114         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
65115              which will disable the short forms of the Perl_ API, good for
65116              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
65117      Branch: perl
65118            ! embed.h embed.pl pod/perlembed.pod
65119 ____________________________________________________________________________
65120 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
65121         Log: Clarify the -C syntax a bit.
65122      Branch: perl
65123            ! pod/perlrun.pod
65124 ____________________________________________________________________________
65125 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
65126         Log: Forgotten from #18715.
65127      Branch: perl
65128            ! embed.h proto.h
65129 ____________________________________________________________________________
65130 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
65131         Log: The new(er) way of controlling Unicode I/O (and other) features;
65132              -C (or PERL_UNICODE).  See perlrun/-C for more details.
65133      Branch: perl
65134            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
65135            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
65136            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
65137            ! util.c
65138 ____________________________________________________________________________
65139 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
65140         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
65141      Branch: perl
65142            ! ext/Storable/Storable.xs
65143 ____________________________________________________________________________
65144 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
65145         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
65146              even closer to each other.  The dec_osf.pl is irrelevant
65147              for the current core but adding it makes for one less exception
65148              when integrating.
65149      Branch: perl
65150            + ext/Digest/MD5/hints/dec_osf.pl
65151            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
65152            ! ext/Digest/MD5/t/files.t
65153 ____________________________________________________________________________
65154 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
65155         Log: Update MD5 Changes; update checksums.
65156      Branch: perl
65157            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
65158 ____________________________________________________________________________
65159 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
65160         Log: Update the MD5 checksums.
65161      Branch: perl
65162            ! ext/Digest/MD5/t/files.t
65163 ____________________________________________________________________________
65164 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
65165         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
65166              (problem noticed by Graham with List::Util).
65167      Branch: perl
65168            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
65169            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
65170 ____________________________________________________________________________
65171 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
65172         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
65173              From: Enache Adrian <enache@rdslink.ro>
65174              Date: Sat, 15 Feb 2003 00:37:40 +0200
65175              Message-ID: <20030214223740.GA13575@ratsnest.hole>
65176      Branch: perl
65177            ! pp.c t/op/split.t
65178 ____________________________________________________________________________
65179 [ 18707] By: hv                                    on 2003/02/15  06:38:15
65180         Log: Subject: [doc patch] ext/threads/shared/shared.pm
65181              From: Stas Bekman <stas@stason.org>
65182              Date: Fri, 14 Feb 2003 11:12:39 +1100
65183              Message-ID: <3E4C3477.7030306@stason.org>
65184      Branch: perl
65185            ! ext/threads/shared/shared.pm
65186 ____________________________________________________________________________
65187 [ 18706] By: hv                                    on 2003/02/15  06:32:35
65188         Log: Subject: Re: perlvar phrasing clarification for $^S
65189              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
65190              Date: Fri, 14 Feb 2003 10:12:00 +1100
65191              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
65192      Branch: perl
65193            ! pod/perlvar.pod
65194 ____________________________________________________________________________
65195 [ 18705] By: hv                                    on 2003/02/15  06:27:07
65196         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
65197              From: Dave Mitchell <davem@fdgroup.com>
65198              Date: Fri, 14 Feb 2003 22:48:27 +0000
65199              Message-ID: <20030214224827.B6783@fdgroup.com>
65200
65201              with tests:
65202              From: Slaven Rezic <slaven@rezic.de>
65203              Date: 14 Feb 2003 20:23:20 +0100
65204              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
65205      Branch: perl
65206            ! pp.c t/op/substr.t t/op/vec.t
65207 ____________________________________________________________________________
65208 [ 18704] By: hv                                    on 2003/02/15  06:17:06
65209         Log: Subject: Re: overriding builtins quirk
65210              From: Jerrad Pierce <belg4mit@MIT.EDU>
65211              Date: Fri, 14 Feb 2003 09:28:13 -0500
65212              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
65213      Branch: perl
65214            ! pod/perlsub.pod
65215 ____________________________________________________________________________
65216 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
65217         Log: Subject: Re: trying to fix #20154, #20357
65218              From: Enache Adrian <enache@rdslink.ro>
65219              Date: Sat, 8 Feb 2003 21:05:14 +0200
65220              Message-ID: <20030208190514.GA866@ratsnest.hole>
65221              (fixes #19061 as well)
65222      Branch: perl
65223            ! pp_ctl.c t/op/goto.t
65224 ____________________________________________________________________________
65225 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
65226         Log: Update to Scalar-List-Utils 1.11
65227      Branch: perl
65228            + ext/List/Util/t/proto.t
65229            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
65230            ! ext/List/Util/lib/List/Util.pm
65231            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
65232 ____________________________________________________________________________
65233 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
65234         Log: gcc 3.2.1 does not have -Wall faith that tmp
65235              will not be used uninitialized.
65236      Branch: perl
65237            ! toke.c
65238 ____________________________________________________________________________
65239 [ 18698] By: hv                                    on 2003/02/12  03:01:32
65240         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
65241              From: Slaven Rezic <slaven@rezic.de>
65242              Date: 30 Jan 2003 19:03:41 +0100
65243              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
65244      Branch: perl
65245            ! utils/perlbug.PL
65246 ____________________________________________________________________________
65247 [ 18697] By: hv                                    on 2003/02/12  02:20:39
65248         Log: Subject: [PATCH 5.9.0] to silence compiler warning
65249              From: Robin Barker <Robin.Barker@npl.co.uk>
65250              Date: Tue, 28 Jan 2003 13:27:17 -0000
65251              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
65252      Branch: perl
65253            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
65254            ! universal.c util.c
65255 ____________________________________________________________________________
65256 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
65257         Log: Subject: [perl #20654] %*v02x considered invalid in printf
65258              From: Robin Barker (via RT) <perlbug-followup@perl.org>
65259              Date: 10 Feb 2003 16:43:23 -0000
65260              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
65261      Branch: perl
65262            ! sv.c t/op/sprintf.t
65263 ____________________________________________________________________________
65264 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
65265         Log: Subject: mini-[patch] perlrun "^$W" typo
65266              From: Iain Truskett <spoon@dellah.org>
65267              Date: Tue, 11 Feb 2003 08:38:52 +1100
65268              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
65269      Branch: perl
65270            ! pod/perlrun.pod
65271 ____________________________________________________________________________
65272 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
65273         Log: Subject: [PATCH] More B::Concise fixes
65274              From: Stephen McCamant <smcc@mit.edu>
65275              Date: Sun, 9 Feb 2003 17:28:38 -0500
65276              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
65277      Branch: perl
65278            ! ext/B/B/Concise.pm
65279 ____________________________________________________________________________
65280 [ 18693] By: merijn                                on 2003/02/11  08:14:29
65281         Log: More code cleanup.
65282
65283              Subject: Re: New SV Flag
65284              Date: Fri, 07 Feb 2003 09:57:43 +0100
65285              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
65286              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
65287      Branch: perl
65288            ! sv.c sv.h
65289 ____________________________________________________________________________
65290 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
65291         Log: Dueling patches.
65292      Branch: perl
65293            - lib/CPAN/ChangeLog
65294            ! MANIFEST
65295 ____________________________________________________________________________
65296 [ 18691] By: hv                                    on 2003/02/11  00:27:56
65297         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
65298              From: Mark Mielke <mark@mark.mielke.cc>
65299              Date: Mon, 20 Jan 2003 19:56:13 -0500
65300              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
65301      Branch: perl
65302            ! sv.c
65303 ____________________________________________________________________________
65304 [ 18690] By: hv                                    on 2003/02/10  22:08:05
65305         Log: fix comment in change #18689
65306      Branch: perl
65307            ! sv.c
65308 ____________________________________________________________________________
65309 [ 18689] By: hv                                    on 2003/02/10  21:59:34
65310         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
65311              Now allows but ignores the 'l' modifier on floating point formats
65312              and adds a couple of tests.
65313      Branch: perl
65314            ! sv.c t/op/sprintf.t
65315 ____________________________________________________________________________
65316 [ 18688] By: sky                                   on 2003/02/10  19:54:13
65317         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
65318              From: Enache Adrian <enache@rdslink.ro>
65319              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
65320              Message-Id: <20030209201025.GA1247@ratsnest.hole>
65321      Branch: perl
65322            ! pp_ctl.c
65323 ____________________________________________________________________________
65324 [ 18687] By: sky                                   on 2003/02/10  18:13:29
65325         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
65326              From: Enache Adrian <enache@rdslink.ro>
65327              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
65328              Message-id: <20030210174858.GA872@ratsnest.hole>
65329      Branch: perl
65330            ! t/comp/parser.t toke.c
65331 ____________________________________________________________________________
65332 [ 18686] By: sky                                   on 2003/02/10  18:11:35
65333         Log: Compile under threads and MacOSX. For some reason newSVpvf
65334              was not exapnded.
65335      Branch: perl
65336            ! universal.c
65337 ____________________________________________________________________________
65338 [ 18685] By: ams                                   on 2003/02/10  03:44:07
65339         Log: No, we don't really want the utility scripts.
65340      Branch: perl
65341            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
65342            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
65343            ! MANIFEST ext/MIME/Base64/Makefile.PL
65344 ____________________________________________________________________________
65345 [ 18684] By: hv                                    on 2003/02/10  01:43:12
65346         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
65347              Subject: [perl #20536] use if 1, open => ':utf8' fails
65348              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
65349              Date: 24 Jan 2003 22:39:06 -0000
65350              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
65351      Branch: perl
65352            ! lib/if.pm lib/if.t
65353 ____________________________________________________________________________
65354 [ 18683] By: hv                                    on 2003/02/10  01:15:52
65355         Log: Subject: RE: perldebug.pod suggestion
65356              From: "Jay Hannah" <jhannah@omnihotels.com>
65357              Date: Fri, 24 Jan 2003 11:28:44 -0600
65358              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
65359      Branch: perl
65360            ! pod/perldebug.pod
65361 ____________________________________________________________________________
65362 [ 18682] By: hv                                    on 2003/02/10  00:26:50
65363         Log: Subject: [PATCH] version objects final(?) patch
65364              From: John Peacock <jpeacock@rowman.com>
65365              Date: Sun, 05 Jan 2003 21:28:41 -0500
65366              Message-ID: <3E18E9D9.2040908@rowman.com>
65367      Branch: perl
65368            ! lib/version.pm lib/version.t universal.c util.c
65369 ____________________________________________________________________________
65370 [ 18680] By: chip                                  on 2003/02/09  17:39:33
65371         Log: Add CPAN ChangeLog to MANIFEST.
65372      Branch: perl
65373            ! MANIFEST
65374 ____________________________________________________________________________
65375 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
65376         Log: CPAN ChangeLog not needed, says Andreas.
65377      Branch: perl
65378            ! MANIFEST
65379 ____________________________________________________________________________
65380 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
65381         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
65382              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
65383              Date: 8 Feb 2003 11:54:11 -0000
65384              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
65385      Branch: perl
65386            ! ext/PerlIO/encoding/encoding.pm
65387 ____________________________________________________________________________
65388 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
65389         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
65390              From: Stas Bekman <stas@stason.org>
65391              Date: Sat, 08 Feb 2003 11:12:28 +1100
65392              Message-ID: <3E444B6C.5060407@stason.org>
65393      Branch: perl
65394            ! doio.c
65395 ____________________________________________________________________________
65396 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
65397         Log: Possible cruft removal.
65398      Branch: perl
65399            ! x2p/Makefile.SH
65400 ____________________________________________________________________________
65401 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
65402         Log: Signedness nits.
65403      Branch: perl
65404            ! toke.c
65405 ____________________________________________________________________________
65406 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
65407         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
65408      Branch: perl
65409            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
65410            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
65411            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
65412            ! utils.lst
65413 ____________________________________________________________________________
65414 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
65415         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
65416      Branch: perl
65417            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
65418            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
65419            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
65420            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
65421 ____________________________________________________________________________
65422 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
65423         Log: Subject: [PATCH] perluniintro nit
65424              From: Autrijus Tang <autrijus@autrijus.org>
65425              Date: Fri, 7 Feb 2003 00:02:49 +0800
65426              Message-ID: <20030206160249.GA12984@not.autrijus.org>
65427      Branch: perl
65428            ! pod/perluniintro.pod
65429 ____________________________________________________________________________
65430 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
65431         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
65432              From: PPrymmer@factset.com
65433              Date: Wed, 5 Feb 2003 12:00:05 -0500
65434              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
65435      Branch: perl
65436            ! t/pod/find.t
65437 ____________________________________________________________________________
65438 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
65439         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
65440      Branch: perl
65441            ! proto.h
65442 ____________________________________________________________________________
65443 [ 18666] By: sky                                   on 2003/02/06  09:39:24
65444         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
65445              why we are not using SvOOK_on.
65446      Branch: perl
65447            ! sv.c
65448 ____________________________________________________________________________
65449 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
65450         Log: Things forgotten from Encode 1.87.
65451      Branch: perl
65452            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
65453 ____________________________________________________________________________
65454 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
65455         Log: Upgrade to Encode 1.87.
65456      Branch: perl
65457            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
65458            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
65459            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
65460            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
65461            ! ext/Encode/lib/Encode/CJKConstants.pm
65462            ! ext/Encode/lib/Encode/Encoder.pm
65463            ! ext/Encode/lib/Encode/Encoding.pm
65464            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
65465            ! ext/Encode/t/enc_eucjp.t
65466 ____________________________________________________________________________
65467 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
65468         Log: Add the test of [perl #8760] (fixed by change #18656).
65469      Branch: perl
65470            ! t/run/fresh_perl.t
65471 ____________________________________________________________________________
65472 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
65473         Log: has become fixed too (by changes #18653
65474              and #18658, methinks), adding the test(s).
65475      Branch: perl
65476            ! t/op/pat.t
65477 ____________________________________________________________________________
65478 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
65479         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
65480              From: Inaba HIroto <inaba@st.rim.or.jp>
65481              Date: Sat, 01 Feb 2003 21:58:20 +0900
65482              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
65483      Branch: perl
65484            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
65485            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
65486            ! ext/Encode/lib/Encode/Encoding.pm
65487            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
65488            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
65489 ____________________________________________________________________________
65490 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
65491         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
65492              From: PPrymmer@factset.com
65493              Date: Tue, 4 Feb 2003 12:03:17 -0500
65494              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
65495      Branch: perl
65496            ! ext/PerlIO/via/via.xs
65497 ____________________________________________________________________________
65498 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
65499         Log: s/S_cache_re/cache_re/ for building with threads.
65500      Branch: perl
65501            ! regexec.c
65502 ____________________________________________________________________________
65503 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
65504         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
65505              From: Stephen McCamant <smcc@mit.edu>
65506              Date: Mon, 3 Feb 2003 21:01:07 -0500
65507              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
65508      Branch: perl
65509            ! ext/B/B/Concise.pm ext/B/t/concise.t
65510 ____________________________________________________________________________
65511 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
65512         Log: Better version of change #18648, by Enache Adrian
65513              Message-ID: <20030204101533.GA11817@ratsnest.hole>
65514      Branch: perl
65515            ! op.c
65516 ____________________________________________________________________________
65517 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
65518         Log: Add the new test to MANIFEST.
65519      Branch: perl
65520            ! MANIFEST
65521 ____________________________________________________________________________
65522 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
65523         Log: Sync with 1.10
65524      Branch: perl
65525            + ext/List/Util/t/lln.t
65526            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
65527            ! ext/List/Util/lib/List/Util.pm
65528            ! ext/List/Util/lib/Scalar/Util.pm
65529 ____________________________________________________________________________
65530 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
65531         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
65532              The PL_regdata was not set up (S_cache_re()) before it
65533              was needed (S_reginclass()).  The test put in fresh_perl.t
65534              because we need a pristine state to start.
65535      Branch: perl
65536            ! regexec.c t/run/fresh_perl.t
65537 ____________________________________________________________________________
65538 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
65539         Log: Comment tweak.
65540      Branch: perl
65541            ! t/op/pat.t
65542 ____________________________________________________________________________
65543 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
65544         Log: Signedness issue.
65545      Branch: perl
65546            ! ext/MIME/Base64/Base64.xs
65547 ____________________________________________________________________________
65548 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
65549         Log: Force the C locale in makedepend, to prevent gcc from
65550              producing locale-dependent messages.
65551      Branch: perl
65552            ! makedepend.SH
65553 ____________________________________________________________________________
65554 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
65555         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
65556      Branch: perl
65557            ! pod/perlrun.pod
65558 ____________________________________________________________________________
65559 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
65560         Log: Fix bug #8760 : cop_line isn't properly restored
65561              when a module is loaded at runtime behind the scenes.
65562      Branch: perl
65563            ! op.c t/lib/warnings/perlio
65564 ____________________________________________________________________________
65565 [ 18647] By: merijn                                on 2003/02/03  16:14:00
65566         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
65567              From: Abe Timmerman <abe@ztreet.demon.nl>
65568              Date: Sun, 2 Feb 2003 18:27:57 +0100
65569              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
65570      Branch: perl
65571            ! hints/openbsd.sh
65572 ____________________________________________________________________________
65573 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
65574         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
65575              (Made Solaris go boom.)
65576      Branch: perl
65577            ! Configure
65578 ____________________________________________________________________________
65579 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
65580         Log: Detypo.
65581      Branch: perl
65582            ! cop.h
65583 ____________________________________________________________________________
65584 [ 18642] By: ams                                   on 2003/02/03  08:26:36
65585         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
65586              utility scripts?)
65587      Branch: perl
65588            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
65589            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
65590            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
65591            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
65592            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
65593            ! ext/MIME/Base64/t/quoted-print.t
65594 ____________________________________________________________________________
65595 [ 18641] By: sky                                   on 2003/02/02  23:46:24
65596         Log: In any case, never copy this but use the same SV since
65597              if we copy we loose the hash we so badly need.
65598              For op_const we might still need to copy however.
65599      Branch: perl
65600            ! op.c
65601 ____________________________________________________________________________
65602 [ 18640] By: sky                                   on 2003/02/02  23:38:40
65603         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
65604              threading issue. Should perhaps be a PVOP to save memory, but then
65605              we have nowhere to store the hash of the function!
65606      Branch: perl
65607            ! dump.c op.c pp_hot.c
65608 ____________________________________________________________________________
65609 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
65610         Log: Plan 9: Some time has passed.
65611      Branch: perl
65612            ! plan9/buildinfo
65613 ____________________________________________________________________________
65614 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
65615         Log: Subject: Re: typo in checkin 18616
65616              From: Nick Ing-Simmons <nick@ing-simmons.net>
65617              Date: Sun, 02 Feb 2003 17:23:08 +0000
65618              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
65619      Branch: perl
65620            ! XSUB.h
65621 ____________________________________________________________________________
65622 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
65623         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
65624      Branch: perl
65625            + plan9/config_sh.sample
65626            ! MANIFEST
65627 ____________________________________________________________________________
65628 [ 18634] By: ams                                   on 2003/02/02  18:07:01
65629         Log: Subject: [PATCH] pod/perlfunc.pod
65630              From: abigail@abigail.nl
65631              Date: Sun, 2 Feb 2003 16:59:48 +0100
65632              Message-Id: <20030202155948.7971.qmail@abigail.nl>
65633      Branch: perl
65634            ! pod/perlfunc.pod
65635 ____________________________________________________________________________
65636 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
65637         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
65638              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
65639              Date: Wed, 22 Jan 2003 22:35:56 +0100
65640              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
65641      Branch: perl
65642            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
65643 ____________________________________________________________________________
65644 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
65645         Log: Also [perl #3547] has been fixed; add its test case.
65646      Branch: perl
65647            ! t/op/pat.t
65648 ____________________________________________________________________________
65649 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
65650         Log: The [perl #7471] seems to have been fixed; add its test.
65651      Branch: perl
65652            ! t/op/pat.t
65653 ____________________________________________________________________________
65654 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
65655         Log: seems to have been fixed; add its test.
65656      Branch: perl
65657            ! t/op/pat.t
65658 ____________________________________________________________________________
65659 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
65660         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
65661      Branch: perl
65662            + plan9/config_h.sample
65663            ! MANIFEST
65664 ____________________________________________________________________________
65665 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
65666         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
65667      Branch: perl
65668            ! plan9/config.plan9
65669 ____________________________________________________________________________
65670 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
65671         Log: Plan 9: Update the list of object files.
65672      Branch: perl
65673            ! plan9/mkfile
65674 ____________________________________________________________________________
65675 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
65676         Log: Plan 9: No Configure.
65677      Branch: perl
65678            ! Configure
65679 ____________________________________________________________________________
65680 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
65681         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
65682      Branch: perl
65683            ! Configure
65684 ____________________________________________________________________________
65685 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
65686         Log: minitest wasn't working.  (The $^X /miniperl/ test in
65687              io/crlf.t didn't work in Tru64, $^X was "./perl", used
65688              the same 'eval q/use .../' trick everywhere.)
65689      Branch: perl
65690            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
65691            ! t/uni/tr_utf8.t
65692 ____________________________________________________________________________
65693 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
65694         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
65695              (test.pl-ise quotemeta.t, too)
65696      Branch: perl
65697            ! t/op/quotemeta.t toke.c
65698 ____________________________________________________________________________
65699 [ 18618] By: sky                                   on 2003/02/01  21:04:36
65700         Log: Fix bug #15837, temporary from storable call hadn't gotten
65701              freed yet and was cloned but without a real (AvREAL)
65702              reference to it. @_ doesn't refcount!
65703      Branch: perl
65704            ! ext/threads/threads.xs
65705 ____________________________________________________________________________
65706 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
65707         Log: Integrate from perlio:
65708
65709              [ 18591]
65710              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
65711              correct XSUB.h
65712
65713              [ 18611]
65714              Michael Schroeder's fix for re-try if stdio ops after
65715              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
65716
65717              [ 18612]
65718              PerlIO friendly version of speed up of $/ = undef case.
65719
65720              [ 18613]
65721              fflush() before invalidating stdio's fileno.
65722      Branch: perl
65723           !> XSUB.h perlio.c sv.c
65724 ____________________________________________________________________________
65725 [ 18615] By: sky                                   on 2003/02/01  12:01:01
65726         Log: Don't free thread before using it, breaks platforms that
65727              trust that I really want to free what I free, (like HPUX
65728              and AIX).
65729      Branch: perl
65730            ! ext/threads/threads.xs
65731 ____________________________________________________________________________
65732 [ 18614] By: ams                                   on 2003/02/01  12:00:29
65733         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
65734              From: Nick Ing-Simmons <nick@ing-simmons.net>
65735              Date: Sat, 01 Feb 2003 13:03:52 +0000
65736              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
65737      Branch: perl
65738            ! perlio.c
65739 ____________________________________________________________________________
65740 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
65741         Log: Go even further (back) than change #18608 and revert
65742              to the 5.8.0 code, since otherwise split.t #40 fails.
65743              The four new tests of pat.t should keep us more honest.
65744      Branch: perl
65745            ! regexec.c
65746 ____________________________________________________________________________
65747 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
65748         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
65749              From: Enache Adrian <enache@rdslink.ro>
65750              Date: Fri, 31 Jan 2003 09:20:59 +0200
65751              Message-ID: <20030131072059.GB6045@ratsnest.hole>
65752      Branch: perl
65753            ! regexec.c t/op/pat.t
65754 ____________________________________________________________________________
65755 [ 18607] By: ams                                   on 2003/01/31  02:29:56
65756         Log: Fix typo in version check ($[ to $]).
65757      Branch: perl
65758            ! ext/Storable/t/restrict.t
65759 ____________________________________________________________________________
65760 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
65761         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
65762              From: Jose.auguste-etienne@cgss-guyane.fr
65763              Date: Thu, 30 Jan 2003 12:40:53 -0300
65764              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
65765      Branch: perl
65766            ! pod/perlunicode.pod
65767 ____________________________________________________________________________
65768 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
65769         Log: code example in the FAQ that isn't strict-friendly.
65770              Subject: [perl #20616] Tie::IxHash doc error.
65771              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
65772              Date: 30 Jan 2003 11:43:17 -0000
65773              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
65774      Branch: perl
65775            ! pod/perlfaq4.pod
65776 ____________________________________________________________________________
65777 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
65778         Log: FAQ sync.
65779      Branch: perl
65780            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
65781            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
65782            ! pod/perlfaq8.pod
65783 ____________________________________________________________________________
65784 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
65785         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
65786              From: Enache Adrian <enache@rdslink.ro>
65787              Date: Thu, 30 Jan 2003 10:48:09 +0200
65788              Message-ID: <20030130084809.GA16902@ratsnest.hole>
65789
65790              Fix for half of the failures, with an expanded test.
65791      Branch: perl
65792            ! lib/utf8.t sv.c
65793 ____________________________________________________________________________
65794 [ 18602] By: merijn                                on 2003/01/30  06:31:50
65795         Log: Updates to the openbsd hints
65796
65797              Subject: [perl #20606] [no subject]
65798              Date: 29 Jan 2003 18:38:37 -0000
65799              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
65800              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
65801      Branch: perl
65802            ! hints/openbsd.sh
65803 ____________________________________________________________________________
65804 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
65805         Log: More of the #18600.
65806      Branch: perl
65807            ! pad.c
65808 ____________________________________________________________________________
65809 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
65810         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
65811              dumping (but now use SvPV_nolen).  (This change made an empty
65812              prototype to show up as "_" under -Uuseperlio.)
65813      Branch: perl
65814            ! dump.c
65815 ____________________________________________________________________________
65816 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
65817         Log: Fix a very small memory leak in op_free, by reserving the
65818              case op_seq == (U16)-1 for the compiler backend
65819
65820              Subject: Re: Freeing code
65821              From: "Paul Johnson" <paul@pjcj.net>
65822              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
65823              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
65824      Branch: perl
65825            ! op.c
65826 ____________________________________________________________________________
65827 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
65828         Log: Integrate from maint-5.8:
65829              Change 18450 :
65830              Tiny output tweak.
65831              Change 18429 :
65832              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
65833              things like drand48_data are undefined).
65834              Change 18388 :
65835              List the PERL_MAGIC_utf8 ('w') flag.
65836      Branch: perl
65837           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
65838 ____________________________________________________________________________
65839 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
65840         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
65841              From: Slaven Rezic <slaven@rezic.de>
65842              Date: 14 Jan 2003 20:58:54 +0100
65843              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
65844      Branch: perl
65845            ! ext/Sys/Hostname/Hostname.pm
65846 ____________________________________________________________________________
65847 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
65848         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
65849              without the lval context tweak. Used in OP_DBSTATE.
65850              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
65851              From: Dave Mitchell <davem@fdgroup.com>
65852              Date: Sun, 26 Jan 2003 17:42:42 +0000
65853              Message-ID: <20030126174242.H16182@fdgroup.com>
65854      Branch: perl
65855            ! cop.h pp_ctl.c
65856 ____________________________________________________________________________
65857 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
65858         Log: Subject: [PATCH] make Copy On Write work once again
65859              From: Nicholas Clark <nick@unfortu.net>
65860              Date: Sat, 25 Jan 2003 00:25:50 +0000
65861              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
65862      Branch: perl
65863            ! sv.h
65864 ____________________________________________________________________________
65865 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
65866         Log: Update the pod list for Plan 9.
65867      Branch: perl
65868            ! plan9/mkfile
65869 ____________________________________________________________________________
65870 [ 18593] By: sky                                   on 2003/01/26  22:37:21
65871         Log: When we copy things out of a hash and increment the
65872              refcount of the shared scalar, we really must protect
65873              that refcount increase with a lock, or else it might not
65874              happen. Fixes segfault when objects would prematurely
65875              be killed.
65876      Branch: perl
65877            ! ext/threads/shared/shared.xs
65878 ____________________________________________________________________________
65879 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
65880         Log: Missing (STRLEN)casts.
65881      Branch: perl
65882            ! sv.c
65883 ____________________________________________________________________________
65884 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
65885         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
65886
65887              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
65888              From: Dave Mitchell <davem@fdgroup.com>
65889              Date: Fri, 24 Jan 2003 18:44:19 +0000
65890              Message-ID: <20030124184419.F11179@fdgroup.com>
65891      Branch: perl
65892            ! mg.c op.h pp_ctl.c
65893 ____________________________________________________________________________
65894 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
65895         Log: Lest people get worried about not having PerlIO.
65896      Branch: perl
65897            ! pod/perluniintro.pod
65898 ____________________________________________________________________________
65899 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
65900         Log: Plan 9 doesn't do nm, from Russ Cox.
65901      Branch: perl
65902            ! Configure
65903 ____________________________________________________________________________
65904 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
65905         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
65906      Branch: perl
65907            ! plan9/plan9ish.h
65908 ____________________________________________________________________________
65909 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
65910         Log: Plan 9 compiler can't return quads from the ?: (condop).
65911              (There may be more spots like this, so a Configure test
65912              maybe in order, but this works for now.)  From Russ Cox.
65913      Branch: perl
65914            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
65915 ____________________________________________________________________________
65916 [ 18581] By: ams                                   on 2003/01/26  05:29:40
65917         Log: Subject: Re: truncate using a globref
65918              From: Slaven Rezic <slaven@rezic.de>
65919              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
65920              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
65921      Branch: perl
65922            ! pp_sys.c t/io/fs.t
65923 ____________________________________________________________________________
65924 [ 18580] By: ams                                   on 2003/01/26  04:57:47
65925         Log: Subject: patch to speed up Perl's slurp mode
65926              From: Enache Adrian <enache@rdslink.ro>
65927              Date: Fri, 24 Jan 2003 06:23:54 +0200
65928              Message-Id: <20030124042354.GA30362@ratsnest.hole>
65929      Branch: perl
65930            ! sv.c
65931 ____________________________________________________________________________
65932 [ 18579] By: ams                                   on 2003/01/26  02:50:44
65933         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
65934              From: Enache Adrian <enache@rdslink.ro>
65935              Date: Sun, 26 Jan 2003 04:55:48 +0200
65936              Message-Id: <20030126025548.GB812@ratsnest.hole>
65937      Branch: perl
65938            ! pp_ctl.c
65939 ____________________________________________________________________________
65940 [ 18578] By: ams                                   on 2003/01/26  02:40:20
65941         Log: Subject: [PATCH Storable 2.06] const declaration fixup
65942              From: "Craig A. Berry" <craigberry@mac.com>
65943              Date: Thu, 23 Jan 2003 16:24:46 -0600
65944              Message-Id: <3E306BAE.4030807@mac.com>
65945      Branch: perl
65946            ! ext/Storable/Storable.xs
65947 ____________________________________________________________________________
65948 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
65949         Log: Subject: [PATCH] move pad.c warnings to different test file
65950              From: Dave Mitchell <davem@fdgroup.com>
65951              Date: Thu, 23 Jan 2003 20:56:47 +0000
65952              Message-ID: <20030123205647.C8696@fdgroup.com>
65953      Branch: perl
65954            + t/lib/warnings/pad
65955            ! MANIFEST t/lib/warnings/op
65956 ____________________________________________________________________________
65957 [ 18573] By: nick                                  on 2003/01/23  07:26:43
65958         Log: Fix Solaris 32-bit invalidate case.
65959      Branch: perl
65960            ! perlio.c
65961 ____________________________________________________________________________
65962 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
65963         Log: Integrate change 18448 from maint-5.8 :
65964
65965              Subject: Partial Data::Dumper patch
65966              From: Richard Clamp <richardc@unixbeard.net>
65967              Date: Sat, 4 Jan 2003 00:52:47 +0000
65968              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
65969
65970              Subject: Re: Partial Data::Dumper patch
65971              From: Slaven Rezic <slaven@rezic.de>
65972              Date: 04 Jan 2003 02:48:08 +0100
65973              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
65974      Branch: perl
65975           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
65976 ____________________________________________________________________________
65977 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
65978         Log: Subject: [PATCH] Re: difference between my and our before introduction
65979              From: Dave Mitchell <davem@fdgroup.com>
65980              Date: Thu, 16 Jan 2003 17:12:37 +0000
65981              Message-ID: <20030116171237.C420@fdgroup.com>
65982              (with a small test tweak)
65983      Branch: perl
65984            ! pad.c t/comp/our.t toke.c
65985 ____________________________________________________________________________
65986 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
65987         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
65988      Branch: perl
65989            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
65990 ____________________________________________________________________________
65991 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
65992         Log: Integrate from perlio:
65993              [ 18560]
65994              Fixes for open.pm which attempts to load layers:
65995              1. C equivalent of local $SIG{__WARN__} = sub {}
65996              while loading layers to supress warnings lib/open.t does
65997              not want.
65998              2. The loading scheme does not recurse now so look for
65999              new symptom of bad layer which is that a good module
66000              fails to load (as we cannot open any files).
66001
66002              NOTE: In my opinion open.pm should probably die on bad layer
66003              spec rather than just (maybe) warning and then allowing opens
66004              to fail.
66005      Branch: perl
66006           !> lib/open.t perlio.c
66007 ____________________________________________________________________________
66008 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
66009         Log: Upgrade to Encode 1.86.
66010      Branch: perl
66011            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
66012            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
66013            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
66014 ____________________________________________________________________________
66015 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
66016         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
66017              From: Dave Mitchell <davem@fdgroup.com>
66018              Date: Sun, 19 Jan 2003 17:22:05 +0000
66019              Message-ID: <20030119172204.D24444@fdgroup.com>
66020      Branch: perl
66021            ! dump.c
66022 ____________________________________________________________________________
66023 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
66024         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
66025              From: Nicholas Clark <nick@unfortu.net>
66026              Date: Tue, 21 Jan 2003 22:27:21 +0000
66027              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
66028      Branch: perl
66029            ! sv.c t/op/ref.t
66030 ____________________________________________________________________________
66031 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
66032         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
66033              From: Robin Barker <Robin.Barker@npl.co.uk>
66034              Date: Mon, 20 Jan 2003 15:26:21 -0000
66035              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
66036      Branch: perl
66037            ! perlio.h
66038 ____________________________________________________________________________
66039 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
66040         Log: Integrate from perlio:
66041              [ 18539]
66042              Try the invalidate_fileno() idea for non-leaky stdio sockets.
66043
66044              [ 18540]
66045              stdio does NOT set errno==EBADF on invalidated fileno
66046
66047              [ 18547]
66048              Tweak APItest for new semantics of printf.
66049              Now printf() is always real printf() and not #define'd to
66050              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
66051              back to original file does not affect stdout unless we are
66052              using :stdio as implementation. So things printf()ed XS side
66053              are not written to file (and turn up at end of test).
66054              So add an XS function which does fflush(stdout), modify .pm
66055              file to export it and .t file to call it.
66056
66057              [ 18548]
66058              Add defined(__osf__) case to invalidate_fileno (for Tru64).
66059
66060              [ 18549]
66061              Report layer name (without arg) on fail, and attempt to
66062              autoload layer name. (Fix for [perl #20460]).
66063
66064              [ 18550]
66065              #if defined(__irix__) (for stdio invalidate) from Jarkko.
66066      Branch: perl
66067           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
66068           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
66069 ____________________________________________________________________________
66070 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
66071         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
66072              From: Dave Mitchell <davem@fdgroup.com>
66073              Date: Sun, 19 Jan 2003 16:43:54 +0000
66074              Message-ID: <20030119164353.B24444@fdgroup.com>
66075      Branch: perl
66076            ! av.c t/op/array.t
66077 ____________________________________________________________________________
66078 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
66079         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
66080              From: Martti Rahkila <martti.rahkila@hut.fi>
66081              Date: Sat, 18 Jan 2003 00:25:39 +0200
66082              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
66083
66084              (chose the 'even safer' version)
66085      Branch: perl
66086            ! lib/Term/Complete.pm
66087 ____________________________________________________________________________
66088 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
66089         Log: Subject: [PATCH] assert PV isn't RV
66090              From: Nicholas Clark <nick@unfortu.net>
66091              Date: Fri, 17 Jan 2003 19:40:45 +0000
66092              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
66093      Branch: perl
66094            ! sv.h
66095 ____________________________________________________________________________
66096 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
66097         Log: Integrate from maint-5.8:
66098              [ 18375]
66099              Better version of change #18370; use the new 'E' flag
66100              so that cxinc is exposed (as cpp) only to List::Util
66101              (well, any extension) (well, anyone who does -DPERL_EXT),
66102              no need to export it globally.
66103      Branch: perl
66104           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
66105 ____________________________________________________________________________
66106 [ 18545] By: ams                                   on 2003/01/22  06:06:26
66107         Log: Subject: [PATCH perl-current] AUTHORS correction
66108              From: Richard Soderberg <rs@crystalflame.net>
66109              Date: Wed, 22 Jan 2003 02:08:13 -0500
66110              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
66111      Branch: perl
66112            ! AUTHORS
66113 ____________________________________________________________________________
66114 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
66115         Log: Continuation of #18542.
66116      Branch: perl
66117            ! sv.c
66118 ____________________________________________________________________________
66119 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
66120         Log: Update the MD5 checksums.
66121      Branch: perl
66122            ! ext/Digest/MD5/t/files.t
66123 ____________________________________________________________________________
66124 [ 18542] By: hv                                    on 2003/01/22  01:37:52
66125         Log: #18530 misses a couple of pTHX definitions
66126      Branch: perl
66127            ! sv.c
66128 ____________________________________________________________________________
66129 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
66130         Log: Try to make including patchlevel.h a bit more
66131              robust (use <> instead of "") and in case of
66132              failure (PERL_VERSION didn't get defined) try
66133              to fail (by trying to #include an "obviously"
66134              named file that should not exist) (didn't use
66135              #error since IIRC older cpps do not have it)
66136              (Tries to address [perl #20276].)
66137      Branch: perl
66138            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
66139            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
66140            ! ext/Storable/Storable.xs
66141 ____________________________________________________________________________
66142 [ 18538] By: merijn                                on 2003/01/21  16:54:00
66143         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
66144              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66145              Date: Mon, 30 Dec 2002 18:01:16 -0800
66146              Message-ID: <spPE+gzkg+6F092yn@efn.org>
66147      Branch: perl
66148            ! Configure
66149 ____________________________________________________________________________
66150 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
66151         Log: Allow explicit -C enable/disable by -C:1/-C:0
66152              (suggested by Peter Haworth).
66153      Branch: perl
66154            ! perl.c pod/perlrun.pod
66155 ____________________________________________________________________________
66156 [ 18534] By: hv                                    on 2003/01/21  02:22:53
66157         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
66158              From: Chip Turner <cturner@redhat.com>
66159              Date: 02 Jan 2003 11:35:57 -0500
66160              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
66161      Branch: perl
66162            ! lib/Pod/Perldoc.pm
66163 ____________________________________________________________________________
66164 [ 18533] By: hv                                    on 2003/01/21  02:15:29
66165         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
66166              From: hv@crypt.org
66167              Date: Thu, 02 Jan 2003 14:33:49 +0000
66168              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
66169      Branch: perl
66170            ! regexec.c t/op/subst.t
66171 ____________________________________________________________________________
66172 [ 18532] By: hv                                    on 2003/01/21  01:56:31
66173         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
66174              From: Martien Verbruggen <mgjv@tradingpost.com.au>
66175              Date: Tue, 31 Dec 2002 16:42:28 +1100
66176              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
66177      Branch: perl
66178            ! pod/perlsyn.pod
66179 ____________________________________________________________________________
66180 [ 18531] By: hv                                    on 2003/01/21  01:52:49
66181         Log: integrate #18366-18370 from maint-5.8:
66182              Implement the CPP namespace protection from [perl #8610];
66183              unless a function has an 'A' flag, it's defined only if
66184              PERL_CORE.  (Why do we have so many many functions with an
66185              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
66186              could be cut down further by having a state variable and
66187              inserting #ifdefs and #endifs when the state flips.)
66188
66189              Caught by change #18366; thanks to the re extension we have some
66190              functions that are file static but yet part of "the public API"...
66191              Maybe a new class of exportability (a new embed.fnc flag) is
66192              required for this case.
66193
66194              Continue on change #18367; implement the said flag, 'E'.
66195              (Some nm output studying was needed to get the right set
66196              of re symbols defined.)
66197
66198              In AIX (strict symbol exports) the cxinc is needed for List::Util.
66199      Branch: perl
66200            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
66201 ____________________________________________________________________________
66202 [ 18530] By: hv                                    on 2003/01/21  01:37:03
66203         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
66204              Introduce a cache for UTF-8 data: length and byte<->char offset
66205              mapping are stored in a new type of magic.  Speeds up length(),
66206              substr(), index(), rindex(), pos(), and some parts of s///.
66207
66208              The speedup varies a lot (on the usual suspects: what is the
66209              access pattern of the data, compiler, CPU), but should be at
66210              least one order of magnitude, and getting to the same magnitude
66211              as byte string speeds, and in some cases  (length on unchanged data)
66212              even reaching the byte string speed.  On the other hand, in some
66213              cases (index) the byte speed is still faster by a factor of five
66214              or so, but the bottleneck there does not seem to be any more
66215              the byte<->char offset mapping (instead, the fbm_instr() speed).
66216
66217              There is one cache slot for the length, and only two for the
66218              byte<->char offset mapping (the first one for the start->offset,
66219              and the second for the offset->offset+length, when talking
66220              in substr() terms).
66221
66222              Code this hairy is bound to have hairy trolls hiding under it.
66223              [...]
66224              A small tweak on top of #18353: don't display mg_len bytes of
66225              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
66226      Branch: perl
66227            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
66228            ! sv.c util.c
66229 ____________________________________________________________________________
66230 [ 18529] By: hv                                    on 2003/01/21  00:44:20
66231         Log: integrate #18349 from maint-5.8:
66232              At least partially address [perl #10000] by speeding
66233              up both the ASCII case (by about 2-3%) and the UTF-8 case
66234              (by about 45%).  The major trick is to avoid hitting the
66235              costly S_reginclass().  (Even before this patch the speedup
66236              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
66237              still about 30-60% slower than the ASCII case.  (Note that
66238              I'm unable to reproduce the 10-fold speed difference of the
66239              original bug report; I can see a factor of 2 or 3, but no more.)
66240      Branch: perl
66241           !> regexec.c
66242 ____________________________________________________________________________
66243 [ 18528] By: hv                                    on 2003/01/21  00:24:11
66244         Log: Subject: [PATCH pp_ctl.c] silence warning
66245              From: Dave Mitchell <davem@fdgroup.com>
66246              Date: Sun, 29 Dec 2002 15:09:31 +0000
66247              Message-ID: <20021229150931.C2325@fdgroup.com>
66248      Branch: perl
66249            ! pp_ctl.c
66250 ____________________________________________________________________________
66251 [ 18527] By: hv                                    on 2003/01/21  00:04:14
66252         Log: Subject: perl version reporting
66253              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
66254              Date: Wed, 18 Dec 2002 08:30:32 +0100
66255              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
66256      Branch: perl
66257            ! perl.c
66258 ____________________________________________________________________________
66259 [ 18526] By: hv                                    on 2003/01/20  23:21:22
66260         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
66261              From: Blair Zajac <blair@orcaware.com>
66262              Date: Wed, 08 Jan 2003 12:28:35 -0800
66263              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
66264      Branch: perl
66265            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
66266            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
66267 ____________________________________________________________________________
66268 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
66269         Log: Integrate from perlio:
66270              [ 18520]
66271              Move #define printf out of perl.h into appropriate
66272              PerlIO files.
66273      Branch: perl
66274           !> fakesdio.h nostdio.h perl.h
66275 ____________________________________________________________________________
66276 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
66277         Log: Upgrade to Digest 1.02.
66278      Branch: perl
66279            ! lib/Digest.pm lib/Digest.t
66280 ____________________________________________________________________________
66281 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
66282         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
66283              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
66284              Date: 20 Jan 2003 01:54:07 -0000
66285              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
66286      Branch: perl
66287            ! pp_hot.c
66288 ____________________________________________________________________________
66289 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
66290         Log: Retract #18154 (integrate of perlio #18507), not enough
66291              threadsafety.
66292      Branch: perl
66293            ! perlio.c
66294 ____________________________________________________________________________
66295 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
66296         Log: Encode MANIFEST update.
66297      Branch: perl
66298            ! ext/Encode/MANIFEST
66299 ____________________________________________________________________________
66300 [ 18517] By: nick                                  on 2003/01/20  08:34:10
66301         Log: Integrate #18405 from maint-5.8 which fixes whitespac
66302              issues in open(FH,"&...")
66303      Branch: perl
66304           !> doio.c
66305 ____________________________________________________________________________
66306 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
66307         Log: microperl update.
66308      Branch: perl
66309            ! Makefile.micro uconfig.h uconfig.sh
66310 ____________________________________________________________________________
66311 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
66312         Log: Integrate from perlio:
66313              [ 18507]
66314              Thread-protection for dup/fclose/dup2 scheme of stdio leak
66315              avoidance.
66316      Branch: perl
66317           !> perlio.c t/io/tell.t
66318 ____________________________________________________________________________
66319 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
66320         Log: Slight pod reformatting based on [perl #20284].
66321      Branch: perl
66322            ! README.mint ext/Data/Dumper/Dumper.pm
66323 ____________________________________________________________________________
66324 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
66325         Log: EPOC perl address updates.
66326      Branch: perl
66327            ! README.epoc
66328 ____________________________________________________________________________
66329 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
66330         Log: Upgrade to Digest 1.01.
66331      Branch: perl
66332            ! lib/Digest.pm
66333 ____________________________________________________________________________
66334 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
66335         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
66336      Branch: perl
66337            ! utils/libnetcfg.PL
66338 ____________________________________________________________________________
66339 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
66340         Log: Upgrade to Digest::MD5 2.22.
66341      Branch: perl
66342            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
66343            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
66344            ! ext/Digest/MD5/t/files.t
66345 ____________________________________________________________________________
66346 [ 18508] By: merijn                                on 2003/01/17  14:12:53
66347         Log: Subject: Re: 18457 on cygwin/20030113
66348              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
66349              Date: Fri, 17 Jan 2003 15:10:34 +0000
66350              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
66351      Branch: perl
66352            ! t/io/tell.t
66353 ____________________________________________________________________________
66354 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
66355         Log: Integrate from perlio:
66356              [ 18476]
66357              Remove workaround for :stdio layer bug now fixed
66358              (Fixes #18975)
66359      Branch: perl
66360           !> pp_sys.c
66361 ____________________________________________________________________________
66362 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
66363         Log: Integrate from maint-5.6:
66364              [ 18477]
66365              search utility doesn't skip exe/lib/pdb files properly on windows
66366      Branch: perl
66367           !> win32/bin/search.pl
66368 ____________________________________________________________________________
66369 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
66370         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
66371              From: "Jos I. Boumans" <kane@dwim.org>
66372              Date: Thu, 16 Jan 2003 14:04:48 +0100
66373              Message-ID: <3E26ADF0.6010605@dwim.org>
66374              (with test tweaks)
66375      Branch: perl
66376            ! lib/File/Find.pm lib/File/Find/t/find.t
66377 ____________________________________________________________________________
66378 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
66379         Log: Integrate #18447 from maint-5.8 :
66380              test.pl-ise t/op/fh.t.
66381      Branch: perl
66382           !> t/op/fh.t
66383 ____________________________________________________________________________
66384 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
66385         Log: Integrate changes to Attribute::Handlers from maint-5.8
66386              (18404 and 18427).
66387              Subject: [PATCH] Re: Attribute::Handlers phase variance
66388              From: Richard Clamp <richardc@unixbeard.net>
66389              Date: Mon, 9 Dec 2002 11:10:24 +0000
66390              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
66391      Branch: perl
66392           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
66393 ____________________________________________________________________________
66394 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
66395         Log: Integrate changes #18422 and #18423 from maint-5.8.
66396              18422 :
66397              Third Degree found a read of uninit memory (after setting
66398              grent_size with sysconf(), pwent_size was read).  Also make
66399              the ERANGE/INVARG more consistent.
66400              18423 :
66401              spent_size was still off.  (As far as I can tell
66402              _SC_GETPW_R_SIZE_MAX is supposed to be used also
66403              for spents, not just pwents.)
66404      Branch: perl
66405           !> reentr.c reentr.h reentr.pl
66406 ____________________________________________________________________________
66407 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
66408         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
66409              From: Dave Mitchell <davem@fdgroup.com>
66410              Date: Wed, 1 Jan 2003 21:43:24 +0000
66411              Message-ID: <20030101214324.F12907@fdgroup.com>
66412              (integrated from change #18397 in maint-5.8)
66413      Branch: perl
66414           !> lib/Time/Local.pm lib/Time/Local.t
66415 ____________________________________________________________________________
66416 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
66417         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
66418              code changes from Inaba Hiroto; test tweaks by jhi.
66419      Branch: perl
66420            + ext/Encode/t/enc_eucjp.t
66421            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
66422            ! pp.c sv.c sv.h t/uni/tr_utf8.t
66423 ____________________________________________________________________________
66424 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
66425         Log: It seems the binmode() is needed with UTF-8 locales enabled.
66426      Branch: perl
66427            ! ext/Encode/t/CJKT.t
66428 ____________________________________________________________________________
66429 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
66430         Log: Upgrade to CGI.pm 2.89.
66431      Branch: perl
66432            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
66433            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
66434 ____________________________________________________________________________
66435 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
66436         Log: Subject: Update for ext/MIME/Base64/
66437              From: Gisle Aas <gisle@ActiveState.com>
66438              Date: 30 Dec 2002 07:34:34 -0800
66439              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
66440      Branch: perl
66441            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
66442            ! ext/MIME/Base64/QuotedPrint.pm
66443            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
66444 ____________________________________________________________________________
66445 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
66446         Log: Subject: Update for ext/Digest/MD5/
66447              From: Gisle Aas <gisle@ActiveState.com>
66448              Date: 30 Dec 2002 07:38:16 -0800
66449              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
66450      Branch: perl
66451            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
66452            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
66453            ! ext/Digest/MD5/t/files.t
66454 ____________________________________________________________________________
66455 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
66456         Log: if (0) the PL_widesyscalls code for now: Sarathy
66457              should take another look to see whether it is really
66458              safe to remove the code, too.
66459      Branch: perl
66460            ! win32/win32.h wince/win32.h
66461 ____________________________________________________________________________
66462 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
66463         Log: Make the locale-induced UTF-8-ification of STD fhs
66464              and the default file open layer explicit (either -C
66465              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
66466      Branch: perl
66467            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
66468            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
66469            ! pod/perlvar.pod
66470 ____________________________________________________________________________
66471 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
66472         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
66473              From: Brendan O'Dea <bod@debian.org>
66474              Date: Sun, 12 Jan 2003 06:18:32 +1100
66475              Message-ID: <20030111191832.GA19441@londo.c47.org>
66476      Branch: perl
66477            ! pod/perlrun.pod
66478 ____________________________________________________________________________
66479 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
66480         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
66481              From: Brendan O'Dea <bod@debian.org>
66482              Date: Sun, 12 Jan 2003 06:17:30 +1100
66483              Message-ID: <20030111191730.GA19420@londo.c47.org>
66484      Branch: perl
66485            ! lib/diagnostics.pm
66486 ____________________________________________________________________________
66487 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
66488         Log: Add a test case for bug [perl #19545]
66489      Branch: perl
66490            ! t/op/do.t
66491 ____________________________________________________________________________
66492 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
66493         Log: isa() and can() didn't work on magic variables
66494              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
66495              plus a test case by B. Goldberg
66496      Branch: perl
66497            ! t/op/universal.t universal.c
66498 ____________________________________________________________________________
66499 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
66500         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
66501              From: Stephen McCamant <smcc@mit.edu>
66502              Date: Thu, 2 Jan 2003 18:08:23 -0500
66503              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
66504              Plus a test by Jarkko
66505              Integrated from changes 18444 and 18446 from maint-5.8
66506      Branch: perl
66507           +> t/op/readline.t
66508           !> MANIFEST pp_hot.c
66509 ____________________________________________________________________________
66510 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
66511         Log: Upgrade to Time::HiRes 1.42.
66512      Branch: perl
66513            + ext/Time/HiRes/fallback/const-c.inc
66514            + ext/Time/HiRes/fallback/const-xs.inc
66515            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66516            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
66517 ____________________________________________________________________________
66518 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
66519         Log: Detypo.
66520      Branch: perl
66521            ! ext/Encode/Unicode/Unicode.xs
66522 ____________________________________________________________________________
66523 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
66524         Log: Integrate change #18365 from maint-5.8 :
66525              Doc tweak on the S_ macros.
66526      Branch: perl
66527           !> pod/perlfunc.pod
66528 ____________________________________________________________________________
66529 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
66530         Log: Apparently some stdios have bugs (no! don't tell it is so!)
66531              or there is a corner of stdio that is substandardised.
66532      Branch: perl
66533            ! t/io/tell.t
66534 ____________________________________________________________________________
66535 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
66536         Log: Encode 1.84 broke the subtest #7, further study required.
66537      Branch: perl
66538            ! t/uni/tr_utf8.t
66539 ____________________________________________________________________________
66540 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
66541         Log: Add a test for encoding 'utf8'.
66542      Branch: perl
66543            + ext/Encode/t/enc_utf8.t
66544            ! MANIFEST ext/Encode/MANIFEST
66545 ____________________________________________________________________________
66546 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
66547         Log: Upgrade to Encode 1.84.
66548      Branch: perl
66549            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
66550            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
66551 ____________________________________________________________________________
66552 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
66553         Log: Integrate from perlio:
66554              [ 18471]
66555              Fix #18711 and add test for it (and indeed tell on write
66556              handles at all !
66557
66558              (#18711 Serious bug of tell() in perl)
66559      Branch: perl
66560           !> perlio.c t/io/tell.t
66561 ____________________________________________________________________________
66562 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
66563         Log: Integrate from perlio:
66564              [ 18470]
66565              Fix #16306 and #16880
66566
66567              (#16306 Big Badda leak in Sockets)
66568              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
66569      Branch: perl
66570           !> perlio.c
66571 ____________________________________________________________________________
66572 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
66573         Log: Integrate perlio #18040 and #18043 (no real changes;
66574              some whitespace changes but ignored them so that Dan's
66575              version of Encode wins)
66576      Branch: perl
66577           !> ext/Encode/Encode.xs
66578 ____________________________________________________________________________
66579 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
66580         Log: Integrate perlio to mainline:
66581              [ 18240]
66582              Avoid eqtime() wiping the file (as suggested by
66583              "Luis G. Uribe C." <GUribe@SoftHome.net>
66584      Branch: perl
66585           !> lib/ExtUtils/Command.pm
66586 ____________________________________________________________________________
66587 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
66588         Log: Subject: [PATCH] VMS perly build tweak
66589              From: "Craig A. Berry" <craigberry@mac.com>
66590              Date: Thu, 9 Jan 2003 14:44:40 -0600
66591              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
66592      Branch: perl
66593            ! vms/descrip_mms.template
66594 ____________________________________________________________________________
66595 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
66596         Log: Document that ${^TAINT} is read-only.
66597      Branch: perl
66598            ! pod/perlvar.pod
66599 ____________________________________________________________________________
66600 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
66601         Log: Fix the doc for splitpath() in the File::Spec modules :
66602              this function doesn't return undef in any case.
66603      Branch: perl
66604            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
66605            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
66606 ____________________________________________________________________________
66607 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
66608         Log: Subject: [PATCH] label code in pp_ctl.c
66609              From: Nicholas Clark <nick@unfortu.net>
66610              Date: Thu, 26 Dec 2002 21:19:36 +0000
66611              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
66612              (Integrated from change #18400 from maint-5.8)
66613      Branch: perl
66614           !> pp_ctl.c
66615 ____________________________________________________________________________
66616 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
66617         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
66618              From: Nicholas Clark <nick@unfortu.net>
66619              Date: Wed, 1 Jan 2003 18:17:59 +0000
66620              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
66621              (Integrated from change #18399 from maint-5.8)
66622      Branch: perl
66623           !> hv.c
66624 ____________________________________________________________________________
66625 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
66626         Log: Integrate change #18391 from maint-5.8:
66627              Document the installprefix trick for compiling PASE Perl in AIX.
66628      Branch: perl
66629           !> README.os400
66630 ____________________________________________________________________________
66631 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
66632         Log: Integrate change #18362 from maint-5.8:
66633              Fix [perl #18666] (taking the more conservative approach).
66634      Branch: perl
66635           !> lib/File/Spec/Unix.pm
66636 ____________________________________________________________________________
66637 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
66638         Log: Integrate change #18361 from maint-5.8:
66639              Document that the socketpair tests are unhappy in old SCO,
66640              as per [perl #18537].
66641      Branch: perl
66642           !> pod/perl58delta.pod
66643 ____________________________________________________________________________
66644 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
66645         Log: PerlFAQ sync.
66646      Branch: perl
66647            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
66648            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
66649            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
66650            ! pod/perlfaq9.pod
66651 ____________________________________________________________________________
66652 [ 18456] By: hv                                    on 2003/01/07  09:20:22
66653         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
66654              From: Nicholas Clark <nick@unfortu.net>
66655              Date: Thu, 26 Dec 2002 21:16:27 +0000
66656              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
66657      Branch: perl
66658            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
66659            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
66660            ! utf8.c
66661 ____________________________________________________________________________
66662 [ 18455] By: hv                                    on 2003/01/07  08:54:38
66663         Log: Subject: [PATCH] integrate more with report_evil_fh
66664              From: Nicholas Clark <nick@unfortu.net>
66665              Date: Thu, 26 Dec 2002 20:56:21 +0000
66666              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
66667      Branch: perl
66668            ! pp_sys.c
66669 ____________________________________________________________________________
66670 [ 18454] By: hv                                    on 2003/01/07  08:45:54
66671         Log: Integrate podlators-1.25
66672      Branch: perl
66673            ! lib/Pod/Man.pm lib/Pod/t/man.t
66674 ____________________________________________________________________________
66675 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
66676         Log: Change the value of ${^TAINT} : 0 without taint checks,
66677              1 with -T, and -1 with -t or -TU.
66678      Branch: perl
66679            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
66680            ! t/run/switcht.t
66681 ____________________________________________________________________________
66682 [ 18451] By: merijn                                on 2003/01/06  06:43:11
66683         Log: Subject: [PATCH perl@18746] VMS test adjustments
66684              Date: Sat, 04 Jan 2003 11:26:00 -0600
66685              From: "Craig A. Berry" <craigberry@mac.com>
66686              Message-ID: <3E171928.1040100@mac.com>
66687      Branch: perl
66688            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
66689            ! t/run/switchI.t
66690 ____________________________________________________________________________
66691 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
66692         Log: Subject: [DOCPATCH] File::Copy's synopsis
66693              From: Nicholas Clark <nick@unfortu.net>
66694              Date: Wed, 1 Jan 2003 21:09:30 +0000
66695              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
66696      Branch: perl
66697            ! lib/File/Copy.pm
66698 ____________________________________________________________________________
66699 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
66700         Log: Integrate change #18420 from maint-5.8:
66701              Mea culpa: the join() was the string join, not the
66702              ithreads join().
66703      Branch: perl
66704           !> ext/threads/t/join.t
66705 ____________________________________________________________________________
66706 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
66707         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
66708              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
66709              Date: Fri, 13 Dec 2002 00:54:43 +0100
66710              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
66711              Same as change 18403 for maint-5.8 branch
66712      Branch: perl
66713            ! lib/ExtUtils/t/Embed.t
66714 ____________________________________________________________________________
66715 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
66716         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
66717              From: andreas.koenig@anima.de (Andreas J. Koenig)
66718              Date: Fri, 03 Jan 2003 00:57:15 +0100
66719              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
66720      Branch: perl
66721            ! pod/perlre.pod
66722 ____________________________________________________________________________
66723 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
66724         Log: The problems.t is back.
66725      Branch: perl
66726            ! MANIFEST
66727 ____________________________________________________________________________
66728 [ 18434] By: sky                                   on 2003/01/04  07:43:50
66729         Log: Forgot to add problems.t with change #18419
66730      Branch: perl
66731            + ext/threads/t/problems.t
66732 ____________________________________________________________________________
66733 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
66734         Log: One more (or, rather, less) //.
66735      Branch: perl
66736            ! ext/threads/threads.xs
66737 ____________________________________________________________________________
66738 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
66739         Log: Integrate from maintperl:
66740              [ 18430]
66741              // is still not portable C commentary.
66742      Branch: perl
66743           !> ext/threads/threads.xs
66744 ____________________________________________________________________________
66745 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
66746         Log: Until Arthur really adds the problems.t.
66747      Branch: perl
66748            ! MANIFEST
66749 ____________________________________________________________________________
66750 [ 18421] By: sky                                   on 2003/01/04  01:27:55
66751         Log: Fix long standing memory leak with pop and shift!
66752      Branch: perl
66753            ! ext/threads/shared/shared.xs
66754 ____________________________________________________________________________
66755 [ 18419] By: sky                                   on 2003/01/03  23:45:34
66756         Log: Fixes bug #15273, the return of the object caused
66757              the stash of the object to be cloned, cloning the entire syntax
66758              tree and all lexicals in there creating danglning copies to the
66759              object. (Pararell but unlinked STASH tree).
66760              This adds a new flag, when set it will use STASHES from the
66761              thread we are joining into avoiding the problem.
66762      Branch: perl
66763            ! MANIFEST ext/threads/threads.xs sv.c sv.h
66764 ____________________________________________________________________________
66765 [ 18417] By: sky                                   on 2003/01/03  18:16:46
66766         Log: Fake what context we are running in for CLONE and DESTROY so
66767              threads->tid() returns the correct value.
66768              This is reported as bug #10046
66769      Branch: perl
66770            ! ext/threads/t/basic.t ext/threads/threads.xs
66771 ____________________________________________________________________________
66772 [ 18413] By: sky                                   on 2003/01/03  15:15:14
66773         Log: Change pp_lock to take a reference instead of a
66774              scalar since it wouldn't fork for the HELEM/AELEM
66775              case. This was reported in bug #10045
66776      Branch: perl
66777            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
66778 ____________________________________________________________________________
66779 [ 18412] By: hv                                    on 2003/01/03  11:14:51
66780         Log: Integrate from maint-5.8 #18348:
66781              Make Math::Trig a little bit more better behaved module citizen.
66782      Branch: perl
66783           !> lib/Math/Trig.pm
66784 ____________________________________________________________________________
66785 [ 18411] By: hv                                    on 2003/01/03  11:11:09
66786         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
66787              From: Stephen McCamant <smcc@mit.edu>
66788              Date: Sun, 22 Dec 2002 22:09:51 -0500
66789              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
66790      Branch: perl
66791            ! pp_ctl.c
66792 ____________________________________________________________________________
66793 [ 18410] By: hv                                    on 2003/01/03  11:06:40
66794         Log: Subject: new flag SvPADSTALE
66795              From: Dave Mitchell <davem@fdgroup.com>
66796              Date: Thu, 19 Dec 2002 19:00:21 +0000
66797              Message-ID: <20021219190021.D9530@fdgroup.com>
66798      Branch: perl
66799            ! dump.c scope.c sv.h
66800 ____________________________________________________________________________
66801 [ 18409] By: hv                                    on 2003/01/03  11:05:09
66802         Log: Subject: remove flag SvPADBUSY
66803              From: Dave Mitchell <davem@fdgroup.com>
66804              Date: Thu, 19 Dec 2002 18:55:43 +0000
66805              Message-ID: <20021219185543.C9530@fdgroup.com>
66806      Branch: perl
66807            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
66808 ____________________________________________________________________________
66809 [ 18408] By: hv                                    on 2003/01/03  10:56:54
66810         Log: Subject: win32_msgwait() problem
66811              From: Gurusamy Sarathy <gsar@ActiveState.com>
66812              Date: Fri, 13 Dec 2002 17:31:59 -0800
66813              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
66814      Branch: perl
66815            ! win32/win32.c
66816 ____________________________________________________________________________
66817 [ 18407] By: hv                                    on 2003/01/03  10:30:05
66818         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
66819              From: hv@crypt.org
66820              Date: Thu, 02 Jan 2003 17:16:04 +0000
66821              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
66822      Branch: perl
66823            ! sv.c
66824 ____________________________________________________________________________
66825 [ 18406] By: sky                                   on 2003/01/03  08:23:16
66826         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
66827              libc_r functions.
66828      Branch: perl
66829            ! hints/darwin.sh
66830 ____________________________________________________________________________
66831 [ 18393] By: merijn                                on 2003/01/02  19:41:29
66832         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)
66833              Date: Thu, 2 Jan 2003 19:02:21 +0100
66834              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
66835              From: abe@ztreet.demon.nl (Abe Timmerman)
66836      Branch: perl
66837            ! win32/makefile.mk
66838 ____________________________________________________________________________
66839 [ 18390] By: merijn                                on 2003/01/02  07:32:00
66840         Log: Use a more likely location for the perl binary
66841      Branch: perl
66842            ! Porting/genlog
66843 ____________________________________________________________________________
66844 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
66845         Log: integrate change#18377 from maint-5.6 branch
66846
66847              change#17566 needs to be more defensive about win32_dup2()
66848              itself calling SetStdHandle() (at least MSVCRT does this)
66849      Branch: perl
66850           !> win32/win32.c
66851 ____________________________________________________________________________
66852 [ 18376] By: hv                                    on 2002/12/31  02:02:17
66853         Log: Update Changes
66854      Branch: perl
66855            ! Changes patchlevel.h
66856 ____________________________________________________________________________
66857 [ 18374] By: hv                                    on 2002/12/30  03:32:22
66858         Log: Remove duplicate entry
66859      Branch: perl
66860            ! MANIFEST
66861 ____________________________________________________________________________
66862 [ 18373] By: hv                                    on 2002/12/30  03:19:17
66863         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
66864              From: Dave Paris (via RT) <perlbug-followup@perl.org>
66865              Date: 22 Dec 2002 05:15:14 -0000
66866              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
66867      Branch: perl
66868            ! pod/perlfunc.pod
66869 ____________________________________________________________________________
66870 [ 18372] By: hv                                    on 2002/12/30  03:13:42
66871         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
66872              From: Michael G Schwern <schwern@pobox.com>
66873              Date: Sat, 21 Dec 2002 19:29:41 -0800
66874              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
66875      Branch: perl
66876            ! lib/AutoSplit.pm
66877 ____________________________________________________________________________
66878 [ 18371] By: hv                                    on 2002/12/30  03:08:12
66879         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
66880              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
66881              Date: Fri, 27 Dec 2002 16:14:24 +0100
66882              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
66883      Branch: perl
66884            ! mg.c t/op/magic.t
66885 ____________________________________________________________________________
66886 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
66887         Log: save_re_context() was not saving many regexec.c state
66888              variables, resulting in various reentrancy problems when
66889              the swatches were autoloaded by perl in the midst of a
66890              match
66891      Branch: perl
66892            ! regcomp.c
66893 ____________________________________________________________________________
66894 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
66895         Log: silence another signed/unsigned mismatch warning
66896      Branch: perl
66897            ! op.c
66898 ____________________________________________________________________________
66899 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
66900         Log: fix signed/unsigned mismatch warning from change#18266
66901      Branch: perl
66902            ! regcomp.c
66903 ____________________________________________________________________________
66904 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
66905         Log: these variables are not in use anywhere since 5.8.0
66906      Branch: perl
66907            ! embedvar.h perlapi.h sv.c thrdvar.h
66908 ____________________________________________________________________________
66909 [ 18354] By: ams                                   on 2002/12/26  03:54:09
66910         Log: Subject: [PATCH] docpatch for cv.h
66911              From: Nicholas Clark <nick@unfortu.net>
66912              Date: Wed, 25 Dec 2002 21:01:04 +0000
66913              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
66914      Branch: perl
66915            ! cv.h
66916 ____________________________________________________________________________
66917 [ 18351] By: hv                                    on 2002/12/25  02:29:17
66918         Log: #18345 was still broken; should be fixed now.
66919      Branch: perl
66920            ! sv.c
66921 ____________________________________________________________________________
66922 [ 18350] By: merijn                                on 2002/12/24  05:26:40
66923         Log: Removal of duplicate comment block
66924
66925              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
66926              Subject: Re: [perl #19306] Sys::Syslog issues.
66927              Date: Mon, 23 Dec 2002 15:25:51 -0800
66928              Message-ID: </t5B+gzkg6DR092yn@efn.org>
66929      Branch: perl
66930            ! ext/Sys/Syslog/Syslog.pm
66931 ____________________________________________________________________________
66932 [ 18346] By: hv                                    on 2002/12/23  06:14:22
66933         Log: integrate maint-5.8 #18301
66934      Branch: perl
66935           !> lib/perl5db.pl
66936 ____________________________________________________________________________
66937 [ 18345] By: hv                                    on 2002/12/23  06:01:17
66938         Log: more on #18344.
66939      Branch: perl
66940            ! sv.c
66941 ____________________________________________________________________________
66942 [ 18344] By: hv                                    on 2002/12/23  05:56:43
66943         Log: more on #18312: sv.c:ss_dup()
66944      Branch: perl
66945            ! sv.c
66946 ____________________________________________________________________________
66947 [ 18343] By: hv                                    on 2002/12/23  05:47:17
66948         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
66949              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
66950              Date: 15 Dec 2002 13:45:23 -0000
66951              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
66952      Branch: perl
66953            ! lib/Term/Complete.pm
66954 ____________________________________________________________________________
66955 [ 18342] By: hv                                    on 2002/12/23  05:27:25
66956         Log: Subject: [perl #18544] Patch included to fix problem.
66957              From: Richard Kandarian <richard.kandarian@lanl.gov>
66958              Date: Thu, 21 Nov 2002 08:00:20 -0700
66959              (from RT)
66960      Branch: perl
66961            ! regexec.c
66962 ____________________________________________________________________________
66963 [ 18341] By: hv                                    on 2002/12/23  05:08:49
66964         Log: Subject: [PATCH] operation on `PL_na' may be undefined
66965              From: Nicholas Clark <nick@unfortu.net>
66966              Date: Tue, 10 Dec 2002 19:59:18 +0000
66967              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
66968      Branch: perl
66969            ! universal.c
66970 ____________________________________________________________________________
66971 [ 18340] By: hv                                    on 2002/12/23  05:04:29
66972         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
66973              From: Nicholas Clark <nick@unfortu.net>
66974              Date: Tue, 10 Dec 2002 18:55:28 +0000
66975              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
66976      Branch: perl
66977            ! pp_hot.c
66978 ____________________________________________________________________________
66979 [ 18339] By: hv                                    on 2002/12/23  04:39:48
66980         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
66981      Branch: perl
66982            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
66983            ! ext/Time/HiRes/Makefile.PL
66984 ____________________________________________________________________________
66985 [ 18338] By: hv                                    on 2002/12/23  03:43:09
66986         Log: Subject: [PATCH] read permissions for h2ph-generated files
66987              From: Slaven Rezic <slaven.rezic@berlin.de>
66988              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
66989              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
66990      Branch: perl
66991            ! utils/h2ph.PL
66992 ____________________________________________________________________________
66993 [ 18337] By: hv                                    on 2002/12/23  03:38:59
66994         Log: handy hint: getting a perforce change as a usable patch
66995      Branch: perl
66996            ! Porting/repository.pod
66997 ____________________________________________________________________________
66998 [ 18336] By: hv                                    on 2002/12/23  03:36:26
66999         Log: Reverse #18285, for reasons given in:
67000              Subject: Re: Precedence of ? :
67001              From: hv@crypt.org
67002              Date: Fri, 20 Dec 2002 00:35:27 +0000
67003              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
67004      Branch: perl
67005            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
67006            ! vms/perly_c.vms
67007 ____________________________________________________________________________
67008 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
67009         Log: my_fflush_all() wasn't doing the right thing under useperlio
67010              on many platforms
67011      Branch: perl
67012            ! util.c
67013 ____________________________________________________________________________
67014 [ 18334] By: merijn                                on 2002/12/18  06:48:11
67015         Log: AIX compiler version updates
67016      Branch: perl
67017            ! README.aix
67018 ____________________________________________________________________________
67019 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
67020         Log: $Config{prefixexp} was set incorrectly on windows
67021      Branch: perl
67022            ! win32/config.bc win32/config.gc win32/config.vc
67023            ! win32/config.vc64
67024 ____________________________________________________________________________
67025 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
67026         Log: remove CRs from a couple of files (these show up as CRCRLF
67027              on windows)
67028      Branch: perl
67029            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
67030 ____________________________________________________________________________
67031 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
67032         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
67033      Branch: perl
67034            ! win32/win32.c
67035 ____________________________________________________________________________
67036 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
67037         Log: windows: support for large files
67038
67039              note that this change will break binary compatibility with the
67040              default 5.8.0 build options; nevertheless I think it is worth
67041              having in 5.8.1 (people who want the compatibility can disable
67042              the option in the makefile)
67043      Branch: perl
67044            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
67045            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
67046            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
67047            ! win32/config.vc win32/config.vc64 win32/config_H.bc
67048            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
67049            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
67050            ! win32/win32.c win32/win32iop.h
67051 ____________________________________________________________________________
67052 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
67053         Log: Win32.pod update
67054      Branch: perl
67055            ! lib/Win32.pod
67056 ____________________________________________________________________________
67057 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
67058         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
67059      Branch: perl
67060            ! XSUB.h
67061 ____________________________________________________________________________
67062 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
67063         Log: windows: avoid prompting under some shells during $(MAKE) distclean
67064      Branch: perl
67065            ! win32/Makefile win32/makefile.mk
67066 ____________________________________________________________________________
67067 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
67068         Log: PerlSIO_stderr et al are not functions
67069      Branch: perl
67070            ! XSUB.h
67071 ____________________________________________________________________________
67072 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
67073         Log: integrate change#18320 from maint-5.6 branch
67074
67075              C<require '\foo\bar.pm'> fails on windows if not running
67076              from the root directory; for a test case, see:
67077
67078              http://bugs.activestate.com/show_bug.cgi?id=19317
67079
67080              this was due to not recognizing \foo\bar.pm as an absolute
67081              path name
67082      Branch: perl
67083           !> util.h
67084 ____________________________________________________________________________
67085 [ 18319] By: hv                                    on 2002/12/17  10:08:24
67086         Log: Whoops, these are the changes supposed to be in #18318.
67087      Branch: perl
67088            ! pad.c t/op/eval.t
67089 ____________________________________________________________________________
67090 [ 18318] By: hv                                    on 2002/12/17  03:12:18
67091         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
67092              From: Nicholas Clark <nick@unfortu.net>
67093              Date: Sat, 14 Dec 2002 23:13:37 +0000
67094              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
67095      Branch: perl
67096            ! pad.c t/op/eval.t
67097 ____________________________________________________________________________
67098 [ 18317] By: hv                                    on 2002/12/17  02:58:12
67099         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
67100      Branch: perl
67101            + lib/Net/Ping/t/410_syn_host.t
67102            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
67103            ! lib/Net/Ping/t/450_service.t
67104 ____________________________________________________________________________
67105 [ 18316] By: hv                                    on 2002/12/17  02:17:16
67106         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
67107              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67108              Date: Fri, 13 Dec 2002 13:54:05 -0800
67109              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
67110      Branch: perl
67111            ! os2/os2.c t/run/runenv.t
67112 ____________________________________________________________________________
67113 [ 18315] By: hv                                    on 2002/12/17  02:03:58
67114         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
67115              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67116              Date: Fri, 13 Dec 2002 13:47:08 -0800
67117              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
67118      Branch: perl
67119            ! lib/constant.t lib/fields.t
67120 ____________________________________________________________________________
67121 [ 18314] By: hv                                    on 2002/12/17  01:58:32
67122         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
67123              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67124              Date: Fri, 13 Dec 2002 14:00:48 -0800
67125              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
67126      Branch: perl
67127            ! os2/OS2/Process/t/os2_process.t os2/os2.c
67128 ____________________________________________________________________________
67129 [ 18313] By: hv                                    on 2002/12/17  01:54:19
67130         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
67131              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
67132              Date: Fri, 13 Dec 2002 14:08:00 -0800
67133              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
67134      Branch: perl
67135            ! os2/OS2/REXX/REXX.xs
67136 ____________________________________________________________________________
67137 [ 18312] By: hv                                    on 2002/12/17  01:43:28
67138         Log: Subject: [Fwd: Patch for perl utf8-related bug]
67139              From: Richard Hitt <rbh00@utsglobal.com>
67140              Date: Fri, 06 Dec 2002 16:47:42 -0800
67141              [perl #18932]
67142      Branch: perl
67143            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
67144            ! scope.h
67145 ____________________________________________________________________________
67146 [ 18311] By: hv                                    on 2002/12/17  00:52:05
67147         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
67148              From: Dave Mitchell <davem@fdgroup.com>
67149              Date: Sat, 14 Dec 2002 19:16:49 +0000
67150              Message-ID: <20021214191649.B3992@fdgroup.com>
67151      Branch: perl
67152            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
67153 ____________________________________________________________________________
67154 [ 18310] By: hv                                    on 2002/12/17  00:51:46
67155         Log: regen-headers to get new API docs from #18306
67156      Branch: perl
67157            ! pod/perlapi.pod
67158 ____________________________________________________________________________
67159 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
67160         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
67161              From: peter@PSDT.com (Peter Scott)
67162              Date: 12 Dec 2002 18:13:17 -0000
67163              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
67164              (fix bug [perl #19058])
67165      Branch: perl
67166            ! lib/perl5db.pl
67167 ____________________________________________________________________________
67168 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
67169         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
67170              From: Dave Mitchell <davem@fdgroup.com>
67171              Date: Thu, 12 Dec 2002 23:42:35 +0000
67172              Message-ID: <20021212234235.A29245@fdgroup.com>
67173              and
67174              Date: Sat, 14 Dec 2002 19:16:38 +0000
67175              Message-ID: <20021214191638.A3992@fdgroup.com>
67176      Branch: perl
67177            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
67178            ! proto.h t/op/eval.t
67179 ____________________________________________________________________________
67180 [ 18306] By: sky                                   on 2002/12/16  21:41:40
67181         Log: More documentation of obscure flags is good, even if the
67182              documentation might be not so good. Atleast it's not false!
67183              Documents the flags one can give to perl_clone
67184      Branch: perl
67185            ! sv.c
67186 ____________________________________________________________________________
67187 [ 18305] By: merijn                                on 2002/12/16  10:53:19
67188         Log: Enough changes to Configure and metaunits warrant an update.
67189              Several small changes and three additions
67190      Branch: perl
67191            ! Porting/Glossary
67192 ____________________________________________________________________________
67193 [ 18304] By: merijn                                on 2002/12/16  10:44:57
67194         Log: Redone #18011 from metaunits
67195      Branch: perl
67196            ! Configure
67197 ____________________________________________________________________________
67198 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
67199         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
67200              From: Dave Mitchell <davem@fdgroup.com>
67201              Date: Tue, 10 Dec 2002 01:26:44 +0000
67202              Message-ID: <20021210012644.A7843@fdgroup.com>
67203      Branch: perl
67204            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
67205            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
67206            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
67207 ____________________________________________________________________________
67208 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
67209         Log: Subject: [patch] typo in perlop
67210              From: andreas.koenig@anima.de (Andreas J. Koenig)
67211              Date: Wed, 11 Dec 2002 21:31:14 +0100
67212              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
67213      Branch: perl
67214            ! pod/perlop.pod
67215 ____________________________________________________________________________
67216 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
67217         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
67218      Branch: perl
67219           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
67220           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
67221           !> t/op/subst.t
67222 ____________________________________________________________________________
67223 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
67224         Log: Whitespace and indentation fix in the output of B::Debug.
67225      Branch: perl
67226            ! ext/B/B/Debug.pm
67227 ____________________________________________________________________________
67228 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
67229         Log: Update to Scalar-List-Utils 1.09
67230      Branch: perl
67231            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
67232            ! ext/List/Util/lib/List/Util.pm
67233 ____________________________________________________________________________
67234 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
67235         Log: this has been incorrect for a while now, and has changed
67236              again recently
67237      Branch: perl
67238            ! Porting/repository.pod
67239 ____________________________________________________________________________
67240 [ 18285] By: hv                                    on 2002/12/11  10:35:01
67241         Log: Subject: [PATCH] Re: Precedence of ? :
67242              From: Stephen McCamant <smcc@mit.edu>
67243              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
67244              Message-Id: <20021210055707.974F073CCC@syllepsis>
67245      Branch: perl
67246            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
67247            ! vms/perly_c.vms
67248 ____________________________________________________________________________
67249 [ 18284] By: hv                                    on 2002/12/11  10:21:12
67250         Log: One more email address for #18282
67251      Branch: perl
67252            ! lib/Pod/Perldoc.pm
67253 ____________________________________________________________________________
67254 [ 18283] By: hv                                    on 2002/12/11  10:18:07
67255         Log: More email addresses for #18282
67256      Branch: perl
67257            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
67258            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
67259            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
67260            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
67261            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
67262 ____________________________________________________________________________
67263 [ 18282] By: hv                                    on 2002/12/11  10:16:05
67264         Log: Subject: Remove stale e-mail addresses
67265              From: Andy Dougherty <doughera@lafayette.edu>
67266              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
67267              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
67268      Branch: perl
67269            ! Porting/pumpkin.pod configure.gnu
67270            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
67271            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
67272            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
67273 ____________________________________________________________________________
67274 [ 18281] By: hv                                    on 2002/12/11  09:59:31
67275         Log: Integrate from maint-5.8 #18156, #18218.
67276      Branch: perl
67277           !> lib/Unicode/UCD.t lib/unicore/Category.pl
67278           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
67279           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
67280           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
67281           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
67282           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
67283 ____________________________________________________________________________
67284 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
67285         Log: Integrate from the maint-5.8/ branch :
67286              changes 18219, 18236, 18242-3, 18247-8,
67287              18253-5, 18257, 18273-6
67288      Branch: perl
67289           +> t/op/lc_user.t
67290           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
67291           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
67292           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
67293           !> t/uni/tr_utf8.t
67294 ____________________________________________________________________________
67295 [ 18279] By: merijn                                on 2002/12/10  14:10:03
67296         Log: Subject: Re: ANSIColor 1.06 released
67297              Version bump only after typo fix to sync with CPAN
67298      Branch: perl
67299            ! lib/Term/ANSIColor.pm
67300 ____________________________________________________________________________
67301 [ 18277] By: merijn                                on 2002/12/10  08:46:05
67302         Log: Subject: [PATCH perl@18251] VMS build update
67303              Message-ID: <3DF56BE2.9000300@mac.com>
67304              Date: Mon, 09 Dec 2002 22:21:54 -0600
67305              From: "Craig A. Berry" <craigberry@mac.com>
67306      Branch: perl
67307            ! configure.com ext/Time/HiRes/Makefile.PL
67308            ! vms/descrip_mms.template
67309 ____________________________________________________________________________
67310 [ 18272] By: merijn                                on 2002/12/09  15:31:28
67311         Log: RT#15950
67312
67313              Subject: [PATCH] Typo in Term::ANSIColor
67314              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
67315              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
67316      Branch: perl
67317            ! lib/Term/ANSIColor.pm
67318 ____________________________________________________________________________
67319 [ 18270] By: hv                                    on 2002/12/09  00:25:26
67320         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
67321              From: Nicholas Clark (via RT) <perlbug@perl.org>
67322              Date: 7 Nov 2002 14:58:14 -0000
67323              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
67324      Branch: perl
67325            ! lib/ExtUtils/xsubpp
67326 ____________________________________________________________________________
67327 [ 18269] By: hv                                    on 2002/12/09  00:19:33
67328         Log: Subject: Re: Bug in Filter::Simple
67329              From: Slaven Rezic <slaven.rezic@berlin.de>
67330              Date: 07 Nov 2002 10:01:41 +0100
67331              Message-ID: <87of91u51m.fsf@vran.herceg.de>
67332      Branch: perl
67333            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
67334 ____________________________________________________________________________
67335 [ 18268] By: hv                                    on 2002/12/09  00:14:58
67336         Log: fix #18266 sprintf format mismatch
67337      Branch: perl
67338            ! regcomp.c
67339 ____________________________________________________________________________
67340 [ 18267] By: hv                                    on 2002/12/09  00:10:09
67341         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
67342              From: Slaven Rezic <slaven.rezic@berlin.de>
67343              Date: 09 Nov 2002 23:21:16 +0100
67344              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
67345      Branch: perl
67346            ! config_h.SH ext/POSIX/t/posix.t util.c
67347 ____________________________________________________________________________
67348 [ 18266] By: hv                                    on 2002/12/09  00:02:57
67349         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
67350              From: Abhijit Menon-Sen <ams@wiw.org>
67351              Date: Wed, 6 Nov 2002 19:38:11 +0530
67352              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
67353      Branch: perl
67354            ! regcomp.c t/op/lc.t
67355 ____________________________________________________________________________
67356 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
67357         Log: Subject: Re: [perl #18927] barewords with no errors
67358              From: Abe Timmerman <abe@ztreet.demon.nl>
67359              Date: Sun, 8 Dec 2002 17:12:56 +0100
67360              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
67361      Branch: perl
67362            ! t/lib/strict/subs
67363 ____________________________________________________________________________
67364 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
67365         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
67366              From: Slaven Rezic <slaven.rezic@berlin.de>
67367              Date: 30 Nov 2002 00:07:05 +0100
67368              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
67369      Branch: perl
67370            ! pp_ctl.c t/cmd/for.t
67371 ____________________________________________________________________________
67372 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
67373         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
67374              From: Slaven Rezic <slaven.rezic@berlin.de>
67375              Date: 08 Dec 2002 01:31:45 +0100
67376              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
67377      Branch: perl
67378            ! lib/Exporter/Heavy.pm
67379 ____________________________________________________________________________
67380 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
67381         Log: getservbyport() should accept an empty string as its
67382              proto argument (as does getservbyname()).
67383
67384              Subject: Re: Is this a bug or am I being stupid?
67385              From: Slaven Rezic <slaven.rezic@berlin.de>
67386              Date: 08 Dec 2002 01:54:37 +0100
67387              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
67388      Branch: perl
67389            ! pp_sys.c
67390 ____________________________________________________________________________
67391 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
67392         Log: Change the set of characters that are considered to be
67393              safe in $ENV{TERM} for taint checkings.
67394      Branch: perl
67395            ! taint.c
67396 ____________________________________________________________________________
67397 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
67398         Log: Document that $ENV{TERM} may produce taint failures.
67399              Subject: Re: [perl #18717] spurious failures in regression test
67400              From: Slaven Rezic <slaven.rezic@berlin.de>
67401              Date: 29 Nov 2002 22:11:46 +0100
67402              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
67403      Branch: perl
67404            ! pod/perldiag.pod
67405 ____________________________________________________________________________
67406 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
67407         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
67408              From: Nicholas Clark <nick@unfortu.net>
67409              Date: Mon, 2 Dec 2002 21:48:29 +0000
67410              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
67411      Branch: perl
67412            ! hv.c lib/Hash/Util.t
67413 ____________________________________________________________________________
67414 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
67415         Log: Fix two cases of buffer overflow in the lexer.
67416      Branch: perl
67417            ! t/comp/parser.t toke.c
67418 ____________________________________________________________________________
67419 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
67420         Log: Fix bug #18874, essentially by reverting change #11890.
67421              Add a regression test for it.
67422      Branch: perl
67423            ! lib/English.pm lib/English.t
67424 ____________________________________________________________________________
67425 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
67426         Log: Suppress a compilation warning reported by Jarkko
67427              (variable initialization skipped by goto).
67428      Branch: perl
67429            ! toke.c
67430 ____________________________________________________________________________
67431 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
67432         Log: Fix up #18229.
67433      Branch: perl
67434            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
67435            ! pod/perlintern.pod
67436 ____________________________________________________________________________
67437 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
67438         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
67439              by any character may corrupt memory due to reading past the
67440              end of the input buffer. Add a new error message corresponding
67441              to this case.
67442      Branch: perl
67443            ! pod/perldiag.pod t/comp/parser.t toke.c
67444 ____________________________________________________________________________
67445 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
67446         Log: Skip test #17 of lib/open.t when useperlio is not defined.
67447      Branch: perl
67448            ! lib/open.t
67449 ____________________________________________________________________________
67450 [ 18231] By: merijn                                on 2002/12/02  16:00:12
67451         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
67452              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
67453              From: Andy Dougherty <doughera@lafayette.edu>
67454              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
67455      Branch: perl
67456            ! README.hpux
67457 ____________________________________________________________________________
67458 [ 18230] By: merijn                                on 2002/12/02  15:45:31
67459         Log: $0 modifying part II (HP-UX only)
67460
67461              Date: Sat, 30 Nov 2002 20:16:51 +0200
67462              From: Jarkko Hietaniemi <jhi@iki.fi>
67463              Subject: [PATCH] $0 modifying
67464              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
67465      Branch: perl
67466            ! mg.c
67467 ____________________________________________________________________________
67468 [ 18229] By: merijn                                on 2002/12/02  15:43:16
67469         Log: $0 mofifying part I
67470
67471              Date: Sat, 30 Nov 2002 20:16:51 +0200
67472              From: Jarkko Hietaniemi <jhi@iki.fi>
67473              Subject: [PATCH] $0 modifying
67474              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
67475      Branch: perl
67476            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
67477            ! sv.c t/op/magic.t thread.h
67478 ____________________________________________________________________________
67479 [ 18228] By: hv                                    on 2002/12/02  13:37:59
67480         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
67481              with a module-driven version, and separates out its docs.
67482      Branch: perl
67483            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
67484            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
67485            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
67486            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
67487            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
67488            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
67489            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
67490            + pod/perldoc.pod
67491            ! MANIFEST utils/perldoc.PL
67492 ____________________________________________________________________________
67493 [ 18226] By: hv                                    on 2002/12/02  12:44:35
67494         Log: missed the new file from #18224
67495      Branch: perl
67496            + lib/Pod/PlainText.pm
67497            ! MANIFEST
67498 ____________________________________________________________________________
67499 [ 18225] By: hv                                    on 2002/12/02  03:09:42
67500         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
67501      Branch: perl
67502            ! util.c
67503 ____________________________________________________________________________
67504 [ 18224] By: hv                                    on 2002/12/02  02:59:02
67505         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
67506              and lib/Pod/t/utils.t to cater for simpler output text.
67507      Branch: perl
67508            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
67509            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
67510            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
67511            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
67512            ! t/pod/multiline_items.t t/pod/multiline_items.xr
67513            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
67514            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
67515            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
67516            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
67517 ____________________________________________________________________________
67518 [ 18223] By: hv                                    on 2002/12/02  02:46:17
67519         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
67520              From: Dave Mitchell <davem@fdgroup.com>
67521              Date: Mon, 25 Nov 2002 21:25:33 +0000
67522              Message-ID: <20021125212533.B29157@fdgroup.com>
67523      Branch: perl
67524            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
67525 ____________________________________________________________________________
67526 [ 18222] By: hv                                    on 2002/12/02  02:23:28
67527         Log: #18221 broke t/op/eval.t
67528      Branch: perl
67529            ! t/op/eval.t
67530 ____________________________________________________________________________
67531 [ 18221] By: hv                                    on 2002/12/02  02:18:19
67532         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
67533      Branch: perl
67534           +> ext/POSIX/t/is.t
67535           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
67536           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
67537           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
67538           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
67539 ____________________________________________________________________________
67540 [ 18220] By: hv                                    on 2002/12/02  00:58:54
67541         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
67542              From: Dave Mitchell <davem@fdgroup.com>
67543              Date: Sun, 24 Nov 2002 22:19:06 +0000
67544              Message-ID: <20021124221906.A25386@fdgroup.com>
67545      Branch: perl
67546            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
67547            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
67548            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
67549            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
67550 ____________________________________________________________________________
67551 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
67552         Log: Document the hint constants and where they're used.
67553      Branch: perl
67554            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
67555            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
67556            ! perl.h
67557 ____________________________________________________________________________
67558 [ 18216] By: merijn                                on 2002/11/29  10:00:54
67559         Log: 64bit Peek failure on HP-UX 11.00
67560
67561              Subject: Re: Smoke 18188
67562              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
67563              From: Slaven Rezic <slaven.rezic@berlin.de>
67564              Date: 28 Nov 2002 19:25:25 +0100
67565              Message-ID: <877kexsga2.fsf@vran.herceg.de>
67566      Branch: perl
67567            ! ext/Devel/Peek/Peek.t
67568 ____________________________________________________________________________
67569 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
67570         Log: Slight beauty tweak.
67571      Branch: perl
67572            ! intrpvar.h
67573 ____________________________________________________________________________
67574 [ 18188] By: hv                                    on 2002/11/27  01:32:52
67575         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
67576              From: Slaven Rezic <slaven.rezic@berlin.de>
67577              Date: 03 Nov 2002 10:59:43 +0100
67578              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
67579      Branch: perl
67580            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
67581 ____________________________________________________________________________
67582 [ 18186] By: hv                                    on 2002/11/27  00:57:18
67583         Log: Subject: DESTROY called in scalar context ?
67584              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
67585              Date: Tue, 29 Oct 2002 22:04:23 +0100
67586              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
67587      Branch: perl
67588            ! sv.c
67589 ____________________________________________________________________________
67590 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
67591         Log: PerlFAQ sync.
67592      Branch: perl
67593            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
67594            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
67595            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
67596            ! pod/perlfaq9.pod
67597 ____________________________________________________________________________
67598 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
67599         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
67600              From: andreas.koenig@anima.de (Andreas J. Koenig)
67601              Date: Mon, 25 Nov 2002 10:21:08 +0100
67602              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
67603
67604              Plus a few similar POD fixes
67605      Branch: perl
67606            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
67607            ! pod/perltie.pod
67608 ____________________________________________________________________________
67609 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
67610         Log: Subject: Re: [perl #18626] bug in perlipc man page
67611              From: Slaven Rezic <slaven.rezic@berlin.de>
67612              Date: 23 Nov 2002 21:23:20 +0100
67613              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
67614      Branch: perl
67615            ! pod/perlipc.pod
67616 ____________________________________________________________________________
67617 [ 18182] By: merijn                                on 2002/11/26  08:44:39
67618         Log: Subject: #17171: ld flag for shrplib on OpenBSD
67619              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
67620              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
67621      Branch: perl
67622            ! Configure
67623 ____________________________________________________________________________
67624 [ 18180] By: hv                                    on 2002/11/25  03:10:03
67625         Log: integrate #18144 updates to pod/perlport.pod
67626      Branch: perl
67627            ! pod/perlport.pod
67628 ____________________________________________________________________________
67629 [ 18179] By: hv                                    on 2002/11/25  03:06:44
67630         Log: Subject: [PATCH] UTF8 regexp {n} bug
67631              From: Inaba Hiroto <inaba@st.rim.or.jp>
67632              Date: Sat, 16 Nov 2002 19:23:00 +0900
67633              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
67634      Branch: perl
67635            ! regcomp.c t/op/pat.t
67636 ____________________________________________________________________________
67637 [ 18178] By: hv                                    on 2002/11/25  02:43:40
67638         Log: Subject: Re: Storable bug #1698
67639              From: Slaven Rezic <slaven.rezic@berlin.de>
67640              Date: 18 Nov 2002 10:41:36 +0100
67641              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
67642      Branch: perl
67643            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
67644            ! ext/Storable/t/forgive.t
67645 ____________________________________________________________________________
67646 [ 18177] By: hv                                    on 2002/11/25  02:37:07
67647         Log: add support for STASH and MAGIC information for REFs to sv_dump().
67648              Subject: [PATCH]
67649              From: Slaven Rezic <slaven.rezic@berlin.de>
67650              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
67651              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
67652      Branch: perl
67653            ! dump.c ext/Devel/Peek/Peek.t
67654 ____________________________________________________________________________
67655 [ 18176] By: hv                                    on 2002/11/25  02:31:10
67656         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
67657              From: Slaven Rezic <slaven.rezic@berlin.de>
67658              Date: 18 Nov 2002 22:50:04 +0100
67659              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
67660      Branch: perl
67661            ! pp_ctl.c
67662 ____________________________________________________________________________
67663 [ 18175] By: hv                                    on 2002/11/25  02:20:48
67664         Log: Subject: [Encode] 1.83 + bleedperl patch released
67665              From: Dan Kogai <dankogai@dan.co.jp>
67666              Date: Tue, 19 Nov 2002 03:18:44 +0900
67667              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
67668      Branch: perl
67669            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
67670            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
67671            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
67672            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
67673 ____________________________________________________________________________
67674 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
67675         Log: Subject: [PATCH] Historic version labels
67676              From: andreas.koenig@anima.de (Andreas J. Koenig)
67677              Date: Fri, 22 Nov 2002 14:39:41 +0100
67678              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
67679      Branch: perl
67680            ! Changes5.005 Changes5.6
67681 ____________________________________________________________________________
67682 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
67683         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
67684              Fix the existing tests that didn't checked the difference
67685              between 0 and undef.
67686      Branch: perl
67687            ! t/op/magic.t
67688 ____________________________________________________________________________
67689 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
67690         Log: Move some tests from t/run/fresh_perl.t
67691              to the new t/comp/parser.t. The goal being to
67692              get rid of fresh_perl.t at some point.
67693      Branch: perl
67694            ! t/comp/parser.t t/run/fresh_perl.t
67695 ____________________________________________________________________________
67696 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
67697         Log: Add a test for bug #17920, and a new test file for it.
67698      Branch: perl
67699            + t/comp/parser.t
67700            ! MANIFEST
67701 ____________________________________________________________________________
67702 [ 18168] By: merijn                                on 2002/11/21  13:59:12
67703         Log: Subject: [PATCH] hires sleeping wants libs
67704              Date: Wed, 20 Nov 2002 17:18:31 +0200
67705              From: Jarkko Hietaniemi <jhi@iki.fi>
67706              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
67707      Branch: perl
67708            ! Configure hints/irix_6.sh
67709 ____________________________________________________________________________
67710 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
67711         Log: Fix perl bug #17920 : a case of parser coredump.
67712              The fix is to disable Perl_block_start and Perl_block_end
67713              when the yacc parser has encountered errors. This prevents
67714              corruption of the internal stack, at the expense of correctness,
67715              but this doesn't matter as the code is unparseable anyway.
67716      Branch: perl
67717            ! op.c
67718 ____________________________________________________________________________
67719 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
67720         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
67721              From: Jarkko Hietaniemi <jhi@iki.fi>
67722              Date: Sun, 3 Nov 2002 17:50:08 +0200
67723              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
67724      Branch: perl
67725            ! lib/open.pm locale.c pod/perl58delta.pod
67726 ____________________________________________________________________________
67727 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
67728         Log: t/io/crlf.t failed with miniperl.
67729      Branch: perl
67730            ! t/io/crlf.t
67731 ____________________________________________________________________________
67732 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
67733         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
67734              From: Peter Scott <Peter@PSDT.com>
67735              Date: Thu, 07 Nov 2002 19:04:27 -0800
67736              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
67737
67738              With a tweak to the END cleanup block to fully remove the
67739              temporary test directory
67740      Branch: perl
67741            ! lib/AutoLoader.t
67742 ____________________________________________________________________________
67743 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
67744         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
67745              From: Dave Mitchell <davem@fdgroup.com>
67746              Date: Thu, 14 Nov 2002 22:55:39 +0000
67747              Message-ID: <20021114225539.A18614@fdgroup.com>
67748      Branch: perl
67749            ! ext/threads/threads.xs
67750 ____________________________________________________________________________
67751 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
67752         Log: Subject: [PATCH Win32] Document wperl.exe
67753              From: "Brent Dax" <brentdax@cpan.org>
67754              Date: Fri, 15 Nov 2002 23:02:01 -0800
67755              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
67756      Branch: perl
67757            ! README.win32
67758 ____________________________________________________________________________
67759 [ 18160] By: hv                                    on 2002/11/19  12:07:25
67760         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
67761              From: Nicholas Clark <nick@unfortu.net>
67762              Date: Tue, 29 Oct 2002 23:00:05 +0000
67763              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
67764      Branch: perl
67765            + regen.pl regen_headers.pl
67766            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
67767            ! keywords.pl opcode.pl regcomp.pl
67768 ____________________________________________________________________________
67769 [ 18159] By: hv                                    on 2002/11/19  11:48:30
67770         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
67771              From: Gurusamy Sarathy <gsar@ActiveState.com>
67772              Date: Wed, 30 Oct 2002 20:58:15 -0800
67773              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
67774              Date: Wed, 30 Oct 2002 21:56:22 -0800
67775              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
67776              Date: Wed, 30 Oct 2002 22:55:30 -0800
67777              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
67778      Branch: perl
67779            ! gv.c pp_hot.c t/op/method.t
67780 ____________________________________________________________________________
67781 [ 18158] By: hv                                    on 2002/11/19  11:35:16
67782         Log: Remove duplicate my() declaration giving warnings from change #18105.
67783      Branch: perl
67784            ! lib/Class/Struct.t
67785 ____________________________________________________________________________
67786 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
67787         Log: Correction to change #18152, by Dave Mitchell.
67788      Branch: perl
67789            ! pod/perlhack.pod
67790 ____________________________________________________________________________
67791 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
67792         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
67793              From: Dave Mitchell <davem@fdgroup.com>
67794              Date: Sat, 16 Nov 2002 22:18:23 +0000
67795              Message-ID: <20021116221823.A23614@fdgroup.com>
67796              Documentation for change #18150.
67797      Branch: perl
67798            ! pod/perlhack.pod
67799 ____________________________________________________________________________
67800 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
67801         Log: Document PRIVSHIFT.
67802              Subject: [PATCH] two small doc patches
67803              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67804              Date: Thu, 14 Nov 2002 15:07:35 -0800
67805              Message-ID: <3yC19gzkguTO092yn@efn.org>
67806      Branch: perl
67807            ! sv.h
67808 ____________________________________________________________________________
67809 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
67810         Log: Subject: [PATCH] optional code for debugging leaking scalars
67811              From: Dave Mitchell <davem@fdgroup.com>
67812              Date: Thu, 14 Nov 2002 23:03:00 +0000
67813              Message-ID: <20021114230300.B18614@fdgroup.com>
67814      Branch: perl
67815            ! perl.c sv.c
67816 ____________________________________________________________________________
67817 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
67818         Log: New B::Lint option, bare-subs, that checks for implicitely
67819              quoted barewords that are also subroutines, from
67820              Ian Phillipps <ip@tarragon-et.co.uk>.
67821              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
67822              With a few tweaks to the implementation and tests.
67823              (previous change was empty)
67824      Branch: perl
67825            ! ext/B/B/Lint.pm ext/B/t/lint.t
67826 ____________________________________________________________________________
67827 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
67828         Log: New B::Lint option, bare-subs, that checks for implicitely
67829              quoted barewords that are also subroutines, from
67830              Ian Phillipps <ip@tarragon-et.co.uk>.
67831              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
67832              With a few tweaks to the implementation and tests.
67833      Branch: perl
67834            ! ext/B/B/Lint.pm ext/B/t/lint.t
67835 ____________________________________________________________________________
67836 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
67837         Log: Subject: [PATCH] Typo in perl58delta
67838              From: andreas.koenig@anima.de (Andreas J. Koenig)
67839              Date: Sat, 16 Nov 2002 16:29:14 +0100
67840              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
67841      Branch: perl
67842            ! pod/perl58delta.pod
67843 ____________________________________________________________________________
67844 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
67845         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
67846              From: Dave Mitchell <davem@fdgroup.com>
67847              Date: Thu, 7 Nov 2002 16:38:02 +0000
67848              Message-ID: <20021107163802.C25337@fdgroup.com>
67849      Branch: perl
67850            ! pad.h
67851 ____________________________________________________________________________
67852 [ 18141] By: merijn                                on 2002/11/12  16:15:30
67853         Log: repair 18139 (missing awk command)
67854      Branch: perl
67855            ! Configure
67856 ____________________________________________________________________________
67857 [ 18139] By: merijn                                on 2002/11/12  14:20:36
67858         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
67859              From: Jarkko Hietaniemi <jhi@iki.fi>
67860              Subject: [PATCH] Tru64 osvers
67861              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
67862      Branch: perl
67863            ! Configure
67864 ____________________________________________________________________________
67865 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
67866         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
67867              From: Slaven Rezic <slaven.rezic@berlin.de>
67868              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
67869              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
67870      Branch: perl
67871            ! lib/Term/ReadLine.pm
67872 ____________________________________________________________________________
67873 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
67874         Log: Subject: t/run/runenv.t bug
67875              From: Salvador "Fandiño" <sfandino@yahoo.com>
67876              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
67877              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
67878      Branch: perl
67879            ! t/run/runenv.t
67880 ____________________________________________________________________________
67881 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
67882         Log: Subject: [PATCH] perlopentut and PerlIO documentation
67883              From: Slaven Rezic <slaven.rezic@berlin.de>
67884              Date: 08 Nov 2002 22:22:19 +0100
67885              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
67886      Branch: perl
67887            ! lib/PerlIO.pm pod/perlopentut.pod
67888 ____________________________________________________________________________
67889 [ 18125] By: hv                                    on 2002/11/07  14:01:57
67890         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
67891              From: Dan Kogai <dankogai@dan.co.jp>
67892              Date: Fri, 25 Oct 2002 13:04:00 +0900
67893              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
67894      Branch: perl
67895            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
67896            + t/uni/tr_utf8.t
67897            ! MANIFEST
67898 ____________________________________________________________________________
67899 [ 18124] By: hv                                    on 2002/11/07  13:51:39
67900         Log: Subject: [PATCH] File::Temp documentation fix
67901              From: Slaven Rezic <slaven.rezic@berlin.de>
67902              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
67903              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
67904      Branch: perl
67905            ! lib/File/Temp.pm
67906 ____________________________________________________________________________
67907 [ 18123] By: hv                                    on 2002/11/07  13:46:59
67908         Log: Subject: PATCH x2p/find2perl.PL
67909              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
67910              Date: Thu, 24 Oct 2002 10:05:19 +0200
67911              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
67912      Branch: perl
67913            ! x2p/find2perl.PL
67914 ____________________________________________________________________________
67915 [ 18122] By: hv                                    on 2002/11/07  13:40:25
67916         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
67917              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
67918              Date: 23 Oct 2002 18:42:51 -0000
67919              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
67920      Branch: perl
67921            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
67922 ____________________________________________________________________________
67923 [ 18121] By: hv                                    on 2002/11/07  13:21:15
67924         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
67925              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
67926              Date: Sun, 03 Nov 2002 15:48:18 -0800
67927              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
67928      Branch: perl
67929            ! sv.c t/op/tie.t
67930 ____________________________________________________________________________
67931 [ 18120] By: hv                                    on 2002/11/07  13:14:21
67932         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
67933              From: Gurusamy Sarathy <gsar@ActiveState.com>
67934              Date: Sat, 19 Oct 2002 12:11:43 -0700
67935              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
67936      Branch: perl
67937            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
67938 ____________________________________________________________________________
67939 [ 18119] By: hv                                    on 2002/11/07  12:13:28
67940         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
67941              From: Mark Pease (via RT) <perlbug@perl.org>
67942              Date: 29 Oct 2002 20:23:54 -0000
67943              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
67944      Branch: perl
67945            ! regcomp.c
67946 ____________________________________________________________________________
67947 [ 18118] By: hv                                    on 2002/11/07  11:33:38
67948         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
67949              From: hv@crypt.org
67950              Date: Sun, 03 Nov 2002 16:41:24 +0000
67951              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
67952      Branch: perl
67953            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
67954            ! t/op/sub_lval.t
67955 ____________________________________________________________________________
67956 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
67957         Log: "make distclean" should remove the generated file lib/Config.pod.
67958      Branch: perl
67959            ! Makefile.SH
67960 ____________________________________________________________________________
67961 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
67962         Log: The new test introduced in #18114 failed with threads
67963      Branch: perl
67964            ! ext/B/t/concise.t
67965 ____________________________________________________________________________
67966 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
67967         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
67968              From: Slaven Rezic <slaven.rezic@berlin.de>
67969              Date: 24 Oct 2002 00:44:35 +0200
67970              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
67971      Branch: perl
67972            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
67973            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
67974 ____________________________________________________________________________
67975 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
67976         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
67977              From: Stephen McCamant <smcc@mit.edu>
67978              Date: Thu, 31 Oct 2002 01:35:29 -0500
67979              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
67980
67981              plus a test case in ext/B/t/concise.t
67982              plus a (less intrusive, but less future-proof) fix for a
67983              similar problem in B::walkoptree_exec().
67984      Branch: perl
67985            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
67986 ____________________________________________________________________________
67987 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
67988         Log: make regen_headers.
67989              Backport change #18078 to warnings.pl.
67990      Branch: perl
67991            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
67992 ____________________________________________________________________________
67993 [ 18109] By: ams                                   on 2002/11/05  13:03:34
67994         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
67995              From: hv@crypt.org
67996              Date: Tue, 05 Nov 2002 13:30:00 +0000
67997              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
67998
67999              This is half of the fix for #18107. The swash_init() problems
68000              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
68001              but can now be seen only with UTF-8 test cases.
68002      Branch: perl
68003            ! pp.c
68004 ____________________________________________________________________________
68005 [ 18108] By: merijn                                on 2002/11/05  07:52:08
68006         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
68007
68008              Subject: Re: [perl #18066] Bug in -I when path has double colons?
68009              From: Slaven Rezic <slaven.rezic@berlin.de>
68010              Date: 03 Nov 2002 10:25:10 +0100
68011              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
68012      Branch: perl
68013            ! embed.pl
68014 ____________________________________________________________________________
68015 [ 18107] By: ams                                   on 2002/11/05  03:43:46
68016         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
68017              character is UTF-8. (Copied from pp_lcfirst.)
68018              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
68019      Branch: perl
68020            ! dump.c pp.c
68021 ____________________________________________________________________________
68022 [ 18106] By: hv                                    on 2002/11/05  01:43:27
68023         Log: new test based on:
68024              Subject: [TEST] for [PATCH] bug in utf8.c(?)
68025              From: Marty Pauley <marty+p5p@kasei.com>
68026              Date: Fri, 18 Oct 2002 21:02:38 +0100
68027              Message-ID: <20021018200238.GY3764@soto.kasei.com>
68028      Branch: perl
68029            ! lib/utf8.t
68030 ____________________________________________________________________________
68031 [ 18105] By: hv                                    on 2002/11/05  00:59:30
68032         Log: Subject: Re: Class::Struct, simple patch, tests
68033              From: Marty Pauley <marty+p5p@kasei.com>
68034              Date: Fri, 18 Oct 2002 22:26:38 +0100
68035              Message-ID: <20021018212638.GB3764@soto.kasei.com>
68036      Branch: perl
68037            ! lib/Class/Struct.pm lib/Class/Struct.t
68038 ____________________________________________________________________________
68039 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
68040         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
68041              From: Slaven Rezic <slaven.rezic@berlin.de>
68042              Date: 30 Oct 2002 11:18:47 +0100
68043              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
68044
68045              With the corresponding change to embed.fnc
68046      Branch: perl
68047            + t/run/switchI.t
68048            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
68049            ! proto.h t/run/runenv.t
68050 ____________________________________________________________________________
68051 [ 18094] By: merijn                                on 2002/11/04  16:08:22
68052         Log: Changed the warning detection pattern because of:
68053
68054              Subject: ccache gcc3.2 doesn't work
68055              From: Nicholas Clark <nick@ccl4.org>
68056              Date: Tue, 29 Oct 2002 15:01:39
68057              Message-ID: <20021029150139.J82080@plum.flirble.org>
68058      Branch: perl
68059            ! Configure
68060 ____________________________________________________________________________
68061 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
68062         Log: s/Perlf/Perl/ (thanks rgs)
68063      Branch: perl
68064            ! pod/perldiag.pod
68065 ____________________________________________________________________________
68066 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
68067         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
68068      Branch: perl
68069            ! pod/perldiag.pod
68070 ____________________________________________________________________________
68071 [ 18090] By: hv                                    on 2002/11/04  15:49:29
68072         Log: extend #13786 to cover the other four identical chunks of code
68073              to avoid looping under overload.
68074      Branch: perl
68075            ! sv.c
68076 ____________________________________________________________________________
68077 [ 18088] By: merijn                                on 2002/11/04  15:37:06
68078         Log: Charnames take 4
68079              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
68080      Branch: perl
68081            ! lib/charnames.pm lib/charnames.t
68082 ____________________________________________________________________________
68083 [ 18086] By: hv                                    on 2002/11/04  15:16:34
68084         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
68085      Branch: perl
68086           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
68087           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
68088 ____________________________________________________________________________
68089 [ 18085] By: hv                                    on 2002/11/04  12:17:12
68090         Log: Subject: Re: [perl #17064] illegal legal unicode character
68091              From: hv@crypt.org
68092              Date: Mon, 04 Nov 2002 13:23:49 +0000
68093              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
68094      Branch: perl
68095            ! regexec.c t/op/split.t
68096 ____________________________________________________________________________
68097 [ 18084] By: merijn                                on 2002/11/04  11:04:45
68098         Log: Tru64, gcc -O3, datasize
68099              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
68100      Branch: perl
68101            ! README.tru64 hints/dec_osf.sh
68102 ____________________________________________________________________________
68103 [ 18083] By: merijn                                on 2002/11/04  10:58:52
68104         Log: Typo configpm
68105              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68106      Branch: perl
68107            ! configpm
68108 ____________________________________________________________________________
68109 [ 18078] By: hv                                    on 2002/11/03  13:20:50
68110         Log: avoid reliance on croak() prototype
68111      Branch: perl
68112            ! lib/warnings.pm
68113 ____________________________________________________________________________
68114 [ 18077] By: hv                                    on 2002/11/03  13:18:17
68115         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
68116              (with tweaks)
68117              From: Michael G Schwern <schwern@pobox.com>
68118              Date: Wed, 4 Sep 2002 12:06:08 -0700
68119              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
68120      Branch: perl
68121            ! configpm lib/Config.t
68122 ____________________________________________________________________________
68123 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
68124         Log: Update to Scalar-List-Utils 1.08
68125      Branch: perl
68126            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
68127            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
68128            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
68129            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
68130            ! ext/List/Util/t/reduce.t
68131 ____________________________________________________________________________
68132 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
68133         Log: Adjust the number of tests in t/op/range.t
68134      Branch: perl
68135            ! t/op/range.t
68136 ____________________________________________________________________________
68137 [ 18074] By: ams                                   on 2002/10/30  22:30:32
68138         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
68139              but "-4\n".."-0\n" is!
68140              From: Slaven Rezic <slaven.rezic@berlin.de>
68141              Date: 30 Oct 2002 16:22:36 +0100
68142              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
68143
68144              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
68145              is not DWIM but "-4\n".."-0\n" is!
68146              From: "Orton, Yves" <yves.orton@mciworldcom.de>
68147              Date: Wed, 30 Oct 2002 11:59:31 -0000
68148              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
68149
68150              (Applied over previous fix.)
68151      Branch: perl
68152            ! pp_ctl.c t/op/range.t
68153 ____________________________________________________________________________
68154 [ 18073] By: ams                                   on 2002/10/30  19:47:12
68155         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
68156              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
68157              Date: 30 Oct 2002 17:27:53 -0000
68158              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
68159
68160              (Fixed by making an exception for .."0" in pp_flop.)
68161      Branch: perl
68162            ! pp_ctl.c t/op/range.t
68163 ____________________________________________________________________________
68164 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
68165         Log: Partial fix of bug [perl #17589] : prevent the parser to
68166              segfault when encountering the erroneous construct "sub;".
68167      Branch: perl
68168            ! pod/perldiag.pod t/op/anonsub.t toke.c
68169 ____________________________________________________________________________
68170 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
68171         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
68172              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68173              Date: Mon, 28 Oct 2002 12:53:52 -0000
68174              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
68175      Branch: perl
68176            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
68177 ____________________________________________________________________________
68178 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
68179         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
68180              From: Nicholas Clark <nick@unfortu.net>
68181              Date: Sun, 27 Oct 2002 18:39:03 +0000
68182              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
68183      Branch: perl
68184            ! util.c
68185 ____________________________________________________________________________
68186 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
68187         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
68188              From: Nicholas Clark <nick@unfortu.net>
68189              Date: Sun, 27 Oct 2002 22:31:08 +0000
68190              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
68191      Branch: perl
68192            ! t/op/pack.t
68193 ____________________________________________________________________________
68194 [ 18068] By: merijn                                on 2002/10/27  17:57:15
68195         Log: Repair broken previous patch. I don't like it, but not repairing it
68196              breaks each and every build. Will teach me to test on the same
68197              machine where I patched it. Sorry.
68198      Branch: perl
68199            ! embed.pl
68200 ____________________________________________________________________________
68201 [ 18067] By: merijn                                on 2002/10/27  06:02:21
68202         Log: embed.pl doc. (embed.pl reorganization for doc headers)
68203              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
68204              With some additional modifications
68205      Branch: perl
68206            ! embed.pl
68207 ____________________________________________________________________________
68208 [ 18064] By: merijn                                on 2002/10/25  11:47:07
68209         Log: The 5005thread todo list; 2 down 25 to go
68210      Branch: perl
68211            ! README.irix README.tru64
68212 ____________________________________________________________________________
68213 [ 18063] By: hv                                    on 2002/10/25  00:28:48
68214         Log: change #18038 gives too many problems on t/450_service.t; disable
68215              it for now
68216      Branch: perl
68217            ! lib/Net/Ping/t/450_service.t
68218 ____________________________________________________________________________
68219 [ 18062] By: hv                                    on 2002/10/25  00:21:17
68220         Log: Subject: [PATCH] DB_File 1.806
68221              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
68222              Date: Tue, 22 Oct 2002 11:16:21 +0100
68223              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
68224      Branch: perl
68225            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
68226            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
68227            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
68228 ____________________________________________________________________________
68229 [ 18061] By: hv                                    on 2002/10/25  00:13:07
68230         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
68231              From: chromatic <chromatic@wgz.org>
68232              Date: Mon, 21 Oct 2002 20:27:43 -0700
68233              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
68234      Branch: perl
68235            + ext/IO/lib/IO/t/IO.t
68236            ! MANIFEST lib/Net/Ping/t/450_service.t
68237 ____________________________________________________________________________
68238 [ 18060] By: hv                                    on 2002/10/24  23:54:50
68239         Log: 2 lines of change #18039 had several problems
68240      Branch: perl
68241            ! ext/IO/IO.pm
68242 ____________________________________________________________________________
68243 [ 18059] By: hv                                    on 2002/10/24  23:46:29
68244         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
68245              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
68246              Date: 21 Oct 2002 10:18:50 -0000
68247              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
68248      Branch: perl
68249            ! utils/perldoc.PL
68250 ____________________________________________________________________________
68251 [ 18058] By: hv                                    on 2002/10/24  23:36:48
68252         Log: Subject: The Inaba patch for tr/// vs. use encoding
68253              From: Dan Kogai <dankogai@dan.co.jp>
68254              Date: Mon, 21 Oct 2002 17:36:02 +0900
68255              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
68256      Branch: perl
68257            ! mg.c regcomp.c sv.c toke.c
68258 ____________________________________________________________________________
68259 [ 18057] By: hv                                    on 2002/10/24  23:16:15
68260         Log: Subject: [Encode] 1.80 released
68261              From: Dan Kogai <dankogai@dan.co.jp>
68262              Date: Tue, 22 Oct 2002 05:47:16 +0900
68263              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
68264      Branch: perl
68265            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
68266            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
68267            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
68268            ! ext/Encode/lib/Encode/MIME/Header.pm
68269            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
68270            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
68271            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
68272            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
68273 ____________________________________________________________________________
68274 [ 18056] By: hv                                    on 2002/10/24  22:48:06
68275         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
68276              From: Autrijus Tang <autrijus@autrijus.org>
68277              Date: Sat, 19 Oct 2002 17:51:57 +0800
68278              Message-ID: <20021019095157.GA430@not.autrijus.org>
68279      Branch: perl
68280            ! ext/B/B/C.pm
68281 ____________________________________________________________________________
68282 [ 18055] By: hv                                    on 2002/10/24  22:34:10
68283         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
68284      Branch: perl
68285            ! pp_sys.c t/run/fresh_perl.t
68286 ____________________________________________________________________________
68287 [ 18054] By: hv                                    on 2002/10/24  22:17:40
68288         Log: change #18030 needs the removal of ext/Thread/thr5005.t
68289      Branch: perl
68290            - ext/Thread/thr5005.t
68291 ____________________________________________________________________________
68292 [ 18053] By: merijn                                on 2002/10/24  08:20:09
68293         Log: charnames pragma extended with :alias for customized
68294              unicode naming aliases
68295              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
68296      Branch: perl
68297            ! lib/charnames.pm lib/charnames.t
68298 ____________________________________________________________________________
68299 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
68300         Log: Further tweaks to perlmodlib.pod.
68301              Add a note about perllocal.pod, which wasn't documented.
68302      Branch: perl
68303            ! pod/perlmodlib.PL pod/perlmodlib.pod
68304 ____________________________________________________________________________
68305 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
68306         Log: Further tweaks to perluniintro.pod
68307      Branch: perl
68308            ! pod/perluniintro.pod
68309 ____________________________________________________________________________
68310 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
68311         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
68312              Regenerate perlmodlib.pod
68313      Branch: perl
68314            ! pod/perlmodlib.PL pod/perlmodlib.pod
68315 ____________________________________________________________________________
68316 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
68317         Log: Subject: [PATCH] perluniintro
68318              From: Jarkko Hietaniemi <jhi@iki.fi>
68319              Date: Sun, 20 Oct 2002 15:48:09 +0300
68320              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
68321      Branch: perl
68322            ! pod/perluniintro.pod
68323 ____________________________________________________________________________
68324 [ 18048] By: hv                                    on 2002/10/22  17:04:26
68325         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
68326              From: Dave Mitchell <davem@fdgroup.com>
68327              Date: Fri, 18 Oct 2002 13:36:40 +0100
68328              Message-ID: <20021018133640.A19172@fdgroup.com>
68329      Branch: perl
68330            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
68331            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
68332            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
68333 ____________________________________________________________________________
68334 [ 18047] By: hv                                    on 2002/10/22  16:20:18
68335         Log: Subject: [PATCH] AutoLoader gives wrong message
68336              From: Peter Scott <peter@psdt.com>
68337              Date: Thu, 17 Oct 2002 19:54:56 -0700
68338              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
68339      Branch: perl
68340            ! lib/AutoLoader.pm
68341 ____________________________________________________________________________
68342 [ 18046] By: hv                                    on 2002/10/22  15:52:40
68343         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
68344              From: Alain Barbet <alian@alianwebserver.com>
68345              Date: Fri, 18 Oct 2002 15:29:29 +0200
68346              Message-ID: <3DB00CB9.70708@alianwebserver.com>
68347      Branch: perl
68348            ! README.win32 win32/makefile.mk win32/win32.c
68349 ____________________________________________________________________________
68350 [ 18045] By: hv                                    on 2002/10/22  15:47:21
68351         Log: improve 'atomicity' wording
68352      Branch: perl
68353            ! lib/filetest.pm
68354 ____________________________________________________________________________
68355 [ 18044] By: hv                                    on 2002/10/22  15:43:55
68356         Log: Subject: [PATCH] Shell.pm object methods broken
68357              From: Dan Brook <dbrook@easyspace.com>
68358              Date: Thu, 17 Oct 2002 16:05:04 +0100
68359              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
68360      Branch: perl
68361            ! lib/Shell.pm lib/Shell.t
68362 ____________________________________________________________________________
68363 [ 18042] By: hv                                    on 2002/10/21  09:20:54
68364         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
68365              From: hv@crypt.org
68366              Date: Mon, 21 Oct 2002 11:27:40 +0100
68367              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
68368      Branch: perl
68369            ! t/lib/warnings/toke toke.c
68370 ____________________________________________________________________________
68371 [ 18041] By: hv                                    on 2002/10/21  01:14:48
68372         Log: Subject: Re: [perl #18019] regex overoptimization
68373              From: hv@crypt.org
68374              Date: Mon, 21 Oct 2002 03:21:54 +0100
68375              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
68376      Branch: perl
68377            ! regcomp.c t/op/re_tests
68378 ____________________________________________________________________________
68379 [ 18039] By: hv                                    on 2002/10/20  14:33:16
68380         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
68381              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
68382              Date: Tue, 15 Oct 2002 02:17:03 +0200
68383              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
68384      Branch: perl
68385            ! ext/IO/IO.pm
68386 ____________________________________________________________________________
68387 [ 18038] By: hv                                    on 2002/10/20  14:23:06
68388         Log: Update to Net::Ping v2.23
68389      Branch: perl
68390            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
68391            + lib/Net/Ping/t/450_service.t
68392            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
68393            ! lib/Net/Ping/t/200_ping_tcp.t
68394 ____________________________________________________________________________
68395 [ 18037] By: hv                                    on 2002/10/20  13:57:06
68396         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
68397              From: Jarkko Hietaniemi <jhi@iki.fi>
68398              Date: Mon, 14 Oct 2002 14:49:54 +0300
68399              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
68400      Branch: perl
68401            ! t/op/pack.t
68402 ____________________________________________________________________________
68403 [ 18036] By: hv                                    on 2002/10/20  13:43:56
68404         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
68405              From: Slaven Rezic <slaven.rezic@berlin.de>
68406              Date: 14 Oct 2002 09:37:18 +0200
68407              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
68408      Branch: perl
68409            ! pp_sys.c t/op/mkdir.t
68410 ____________________________________________________________________________
68411 [ 18035] By: hv                                    on 2002/10/20  13:39:09
68412         Log: Subject: Re: [perl #17951] Strange UTF error
68413              From: Jarkko Hietaniemi <jhi@iki.fi>
68414              Date: Wed, 16 Oct 2002 18:50:51 +0300
68415              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
68416      Branch: perl
68417            ! lib/utf8_heavy.pl t/run/fresh_perl.t
68418 ____________________________________________________________________________
68419 [ 18034] By: hv                                    on 2002/10/20  13:23:16
68420         Log: Update to Time::HiRes v1.38
68421      Branch: perl
68422            + ext/Time/HiRes/typemap
68423            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
68424            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
68425            ! ext/Time/HiRes/Makefile.PL
68426 ____________________________________________________________________________
68427 [ 18033] By: hv                                    on 2002/10/20  13:12:25
68428         Log: Upgrade to Test.pm v1.23
68429      Branch: perl
68430            ! lib/Test.pm
68431 ____________________________________________________________________________
68432 [ 18030] By: merijn                                on 2002/10/19  14:10:21
68433         Log: Happy chainsaw stories; The removal of the 5005 threads
68434              Still imcomplete. Configure will follow
68435      Branch: perl
68436            ! MANIFEST NetWare/Makefile NetWare/config.wc
68437            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
68438            ! Porting/Glossary Porting/config.sh Porting/config_H
68439            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
68440            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
68441            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
68442            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
68443            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
68444            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
68445            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
68446            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
68447            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
68448            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
68449            ! win32/config.bc win32/config.gc win32/config.vc
68450            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
68451            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
68452            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
68453            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
68454            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
68455            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
68456            ! wince/win32thread.h wince/wincesck.c
68457 ____________________________________________________________________________
68458 [ 18029] By: merijn                                on 2002/10/18  07:28:21
68459         Log: minor tweaks in Porting/pumpkin.pod
68460              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
68461      Branch: perl
68462            ! Porting/pumpkin.pod
68463 ____________________________________________________________________________
68464 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
68465         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
68466              From: Abe Timmerman <abe@ztreet.demon.nl>
68467              Date: Thu, 17 Oct 2002 23:38:34 +0200
68468              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
68469      Branch: perl
68470            ! t/run/switches.t
68471 ____________________________________________________________________________
68472 [ 18027] By: hv                                    on 2002/10/17  14:39:27
68473         Log: Subject: Re: versions too accurate
68474              From: John Peacock <jpeacock@rowman.com>
68475              Date: Mon, 14 Oct 2002 22:36:48 -0400
68476              Message-ID: <3DAB7F40.1050200@rowman.com>
68477      Branch: perl
68478            ! lib/version.pm util.c
68479 ____________________________________________________________________________
68480 [ 18026] By: hv                                    on 2002/10/17  14:29:41
68481         Log: Subject: Re: [PATCH] Version object combined patch
68482              From: John Peacock <jpeacock@rowman.com>
68483              Date: Thu, 10 Oct 2002 21:23:01 -0400
68484              Message-ID: <3DA627F5.5050907@rowman.com>
68485      Branch: perl
68486            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
68487 ____________________________________________________________________________
68488 [ 18025] By: hv                                    on 2002/10/17  13:37:04
68489         Log: definition of MAXPATHLEN
68490              Subject: [PATCH] standard lawyerism
68491              From: Jarkko Hietaniemi <jhi@iki.fi>
68492              Date: Fri, 11 Oct 2002 02:48:26 +0300
68493              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
68494      Branch: perl
68495            ! perl.h
68496 ____________________________________________________________________________
68497 [ 18024] By: hv                                    on 2002/10/17  13:34:01
68498         Log: Subject: Re: [perl #17061] no strict 'garbage'
68499              From: Slaven Rezic <slaven.rezic@berlin.de>
68500              Date: 10 Oct 2002 16:23:22 +0200
68501              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
68502      Branch: perl
68503            ! ext/Storable/Storable.pm
68504 ____________________________________________________________________________
68505 [ 18023] By: hv                                    on 2002/10/17  12:56:28
68506         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
68507              From: Steve Grazzini <grazz@nyc.rr.com>
68508              Date: 11 Oct 2002 22:28:58 -0000
68509              Message-ID: <20021011222858.452.qmail@onion.perl.org>
68510      Branch: perl
68511            ! doio.c t/io/open.t
68512 ____________________________________________________________________________
68513 [ 18022] By: hv                                    on 2002/10/17  12:24:42
68514         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
68515              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68516              Date: Tue, 15 Oct 2002 17:01:43 -0700
68517              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
68518      Branch: perl
68519            ! t/op/assignwarn.t
68520 ____________________________________________________________________________
68521 [ 18021] By: hv                                    on 2002/10/17  11:28:38
68522         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
68523              From: Slaven Rezic <slaven.rezic@berlin.de>
68524              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
68525              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
68526      Branch: perl
68527            ! Porting/pumpkin.pod
68528 ____________________________________________________________________________
68529 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
68530         Log: prototype() didn't warn when used in void context.
68531      Branch: perl
68532            ! op.c t/lib/warnings/op
68533 ____________________________________________________________________________
68534 [ 18019] By: ams                                   on 2002/10/15  20:54:53
68535         Log: Subject: Japanese translation of Storable
68536              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
68537              Date: Tue, 15 Oct 2002 06:31:01 +0900
68538              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
68539      Branch: perl
68540            ! ext/Storable/README
68541 ____________________________________________________________________________
68542 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
68543         Log: Subject: Re: [PATCH] cv.h: Comment update
68544              From: Paul Johnson <paul@pjcj.net>
68545              Date: Mon, 14 Oct 2002 20:00:50 +0200
68546              Message-ID: <20021014180050.GC7333@pjcj.net>
68547      Branch: perl
68548            ! cv.h
68549 ____________________________________________________________________________
68550 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
68551         Log: Subject: [PATCH] perlipc.pod
68552              From: Slaven Rezic <slaven.rezic@berlin.de>
68553              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
68554              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
68555      Branch: perl
68556            ! pod/perlipc.pod
68557 ____________________________________________________________________________
68558 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
68559         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
68560              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
68561              Date: Sun, 13 Oct 2002 09:02:36 +0900
68562              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
68563      Branch: perl
68564            ! pod/perlunicode.pod
68565 ____________________________________________________________________________
68566 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
68567         Log: The -0 command-line switch wasn't setting $/ at compile-time.
68568              Move the initialization of $/ just after switch parsing
68569              (it was done after yyparse().)
68570      Branch: perl
68571            ! perl.c t/run/switches.t
68572 ____________________________________________________________________________
68573 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
68574         Log: Subject: Re: [PATCH] perl573delta delinting
68575              From: Philip Newton <Philip.Newton@gmx.net>
68576              Date: Sat, 12 Oct 2002 21:25:49 +0200
68577              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
68578      Branch: perl
68579            ! pod/perl573delta.pod
68580 ____________________________________________________________________________
68581 [ 18013] By: hv                                    on 2002/10/12  15:41:50
68582         Log: Subject: [PATCH] for -Dm
68583              From: Slaven Rezic <slaven.rezic@berlin.de>
68584              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
68585              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
68586      Branch: perl
68587            ! malloc.c
68588 ____________________________________________________________________________
68589 [ 18012] By: hv                                    on 2002/10/12  15:39:49
68590         Log: #18005 was not enough
68591              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
68592              From: Abe Timmerman <abeltje@cpan.org>
68593              Date: Sat, 12 Oct 2002 17:56:39 +0200
68594              Message-Id: <200210121756.39803.abeltje@cpan.org>
68595      Branch: perl
68596            ! win32/makefile.mk
68597 ____________________________________________________________________________
68598 [ 18011] By: hv                                    on 2002/10/12  15:36:43
68599         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
68600              From: Richard Hitt (via RT) <perlbug@perl.org>
68601              Date: 8 Oct 2002 21:04:30 -0000
68602              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
68603      Branch: perl
68604            ! Configure
68605 ____________________________________________________________________________
68606 [ 18010] By: hv                                    on 2002/10/12  15:31:06
68607         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
68608              From: Nicholas Clark <nick@unfortu.net>
68609              Date: Tue, 8 Oct 2002 21:52:53 +0100
68610              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
68611      Branch: perl
68612            ! pod/perldiag.pod pp_pack.c t/op/pack.t
68613 ____________________________________________________________________________
68614 [ 18009] By: hv                                    on 2002/10/12  15:12:18
68615         Log: Subject: [PATCH perldoc] For screaming hell's sake
68616              From: Simon Cozens <simon@netthink.co.uk>
68617              Date: Tue, 8 Oct 2002 11:13:07 +0100
68618              Message-ID: <20021008101307.GA8175@netthink.co.uk>
68619      Branch: perl
68620            ! utils/perldoc.PL
68621 ____________________________________________________________________________
68622 [ 18008] By: hv                                    on 2002/10/12  14:38:19
68623         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
68624              From: Nicholas Clark <nick@unfortu.net>
68625              Date: Mon, 7 Oct 2002 23:35:34 +0100
68626              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
68627      Branch: perl
68628            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
68629            ! ext/Storable/README ext/Storable/Storable.pm
68630            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
68631            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
68632            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
68633 ____________________________________________________________________________
68634 [ 18007] By: hv                                    on 2002/10/12  14:22:36
68635         Log: Subject: [perl #17773] errors in c2ph(1) man page
68636              From: Eric Melville (via RT) <perlbug@perl.org>
68637              Date: 7 Oct 2002 02:58:34 -0000
68638              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
68639      Branch: perl
68640            ! utils/c2ph.PL
68641 ____________________________________________________________________________
68642 [ 18006] By: hv                                    on 2002/10/12  14:19:55
68643         Log: Subject: [PATCH pad.c] Re: closure failures
68644              From: Dave Mitchell <davem@fdgroup.com>
68645              Date: Mon, 7 Oct 2002 02:42:13 +0100
68646              Message-ID: <20021007024213.B29760@fdgroup.com>
68647      Branch: perl
68648            ! pad.c
68649 ____________________________________________________________________________
68650 [ 18005] By: hv                                    on 2002/10/12  14:17:07
68651         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
68652              From: Abe Timmerman <abeltje@cpan.org>
68653              Date: Tue, 8 Oct 2002 14:16:56 +0200
68654              Message-Id: <200210081416.56942.abeltje@cpan.org>
68655      Branch: perl
68656            ! win32/Makefile
68657 ____________________________________________________________________________
68658 [ 18004] By: hv                                    on 2002/10/12  14:06:59
68659         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
68660      Branch: perl
68661            ! hints/darwin.sh
68662 ____________________________________________________________________________
68663 [ 18003] By: hv                                    on 2002/10/12  13:48:34
68664         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
68665              and #18001.
68666      Branch: perl
68667            ! ext/Devel/Peek/Peek.t
68668 ____________________________________________________________________________
68669 [ 18002] By: hv                                    on 2002/10/11  23:22:56
68670         Log: Subject: [Encode] 1.77 Released
68671              From: Dan Kogai <dankogai@dan.co.jp>
68672              Date: Sun, 6 Oct 2002 12:52:52 +0900
68673              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
68674      Branch: perl
68675            ! ext/Encode/Changes ext/Encode/Encode.pm
68676            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
68677            ! ext/Encode/lib/Encode/Alias.pm
68678            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
68679            ! ext/Encode/ucm/big5-eten.ucm
68680 ____________________________________________________________________________
68681 [ 18001] By: hv                                    on 2002/10/11  22:52:43
68682         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
68683              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68684              Date: Thu, 10 Oct 2002 14:28:55 -0700
68685              Message-ID: <XEfp9gzkgquV092yn@efn.org>
68686      Branch: perl
68687            ! ext/Devel/Peek/Peek.t
68688 ____________________________________________________________________________
68689 [ 18000] By: hv                                    on 2002/10/11  22:30:36
68690         Log: Subject: [PATCH] perl573delta delinting
68691              From: Jarkko Hietaniemi <jhi@iki.fi>
68692              Date: Fri, 4 Oct 2002 16:19:31 +0300
68693              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
68694      Branch: perl
68695            ! pod/perl573delta.pod
68696 ____________________________________________________________________________
68697 [ 17999] By: hv                                    on 2002/10/11  22:28:36
68698         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
68699              From: Jarkko Hietaniemi <jhi@iki.fi>
68700              Date: Fri, 4 Oct 2002 16:11:57 +0300
68701              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
68702      Branch: perl
68703            ! pod/perldiag.pod reentr.c reentr.pl
68704 ____________________________________________________________________________
68705 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
68706         Log: Fix bug #17771 : segfault with the 'for' statement modifier
68707              used inside a map or a grep.
68708      Branch: perl
68709            ! pp_ctl.c t/op/grep.t
68710 ____________________________________________________________________________
68711 [ 17997] By: hv                                    on 2002/10/11  12:10:39
68712         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
68713              From: Information Service <info@lingo.kiev.ua>
68714              Date: Wed, 09 Oct 2002 07:17:00 +0400
68715              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
68716      Branch: perl
68717            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
68718 ____________________________________________________________________________
68719 [ 17996] By: hv                                    on 2002/10/11  11:55:53
68720         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
68721              From: chromatic <chromatic@wgz.org>
68722              Date: Thu, 03 Oct 2002 22:56:54 -0700
68723              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
68724      Branch: perl
68725            ! lib/AutoLoader.pm lib/AutoLoader.t
68726 ____________________________________________________________________________
68727 [ 17995] By: ams                                   on 2002/10/11  05:24:20
68728         Log: Subject: [perl #17819] Typo in perltooc?
68729              From: Bob Wilkinson (via RT) <perlbug@perl.org>
68730              Date: 9 Oct 2002 09:50:40 -0000
68731              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
68732
68733              Subject: [perl #17821] Typo in perltooc
68734              From: Bob Wilkinson (via RT) <perlbug@perl.org>
68735              Date: 9 Oct 2002 10:12:51 -0000
68736              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
68737      Branch: perl
68738            ! pod/perltooc.pod
68739 ____________________________________________________________________________
68740 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
68741         Log: Fix bug #17776 : memory corruption in qr/##/x
68742      Branch: perl
68743            ! sv.c t/op/pat.t
68744 ____________________________________________________________________________
68745 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
68746         Log: croak() is better written Perl_croak() in C code.
68747      Branch: perl
68748            ! util.c
68749 ____________________________________________________________________________
68750 [ 17992] By: hv                                    on 2002/10/10  11:29:12
68751         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
68752              From: andreas.koenig@anima.de (Andreas J. Koenig)
68753              Date: Fri, 04 Oct 2002 06:38:57 +0200
68754              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
68755      Branch: perl
68756            ! lib/Hash/Util.pm
68757 ____________________________________________________________________________
68758 [ 17991] By: hv                                    on 2002/10/10  11:20:41
68759         Log: new files lib/version.pm and lib/version.t for change #17990.
68760      Branch: perl
68761            + lib/version.pm lib/version.t
68762 ____________________________________________________________________________
68763 [ 17990] By: hv                                    on 2002/10/10  11:19:57
68764         Log: Subject: [PATCH] Version object combined patch
68765              From: John Peacock <jpeacock@rowman.com>
68766              Date: Fri, 04 Oct 2002 23:15:10 -0400
68767              Message-ID: <3D9E593E.1060605@rowman.com>
68768      Branch: perl
68769            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
68770            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
68771 ____________________________________________________________________________
68772 [ 17989] By: hv                                    on 2002/10/10  10:48:42
68773         Log: Subject: PATCH: lib/ExtUtils/typemap
68774              From: Brian Ingerson <ingy@ttul.org>
68775              Date: Sat, 28 Sep 2002 13:03:24 -0700
68776              Message-ID: <20020928130324.A16900@ttul.org>
68777      Branch: perl
68778            ! lib/ExtUtils/typemap
68779 ____________________________________________________________________________
68780 [ 17988] By: hv                                    on 2002/10/10  10:45:19
68781         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
68782              From: Nicholas Clark <nick@unfortu.net>
68783              Date: Sat, 28 Sep 2002 18:52:00 +0100
68784              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
68785      Branch: perl
68786            ! lib/Exporter.t lib/Exporter/Heavy.pm
68787 ____________________________________________________________________________
68788 [ 17987] By: hv                                    on 2002/10/10  10:27:40
68789         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
68790              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
68791              Date: Mon, 9 Sep 2002 17:36:55 -0400
68792              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
68793      Branch: perl
68794            ! pod/perlfunc.pod
68795 ____________________________________________________________________________
68796 [ 17986] By: hv                                    on 2002/10/10  09:51:24
68797         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
68798              for Storable tests to match.
68799      Branch: perl
68800            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
68801 ____________________________________________________________________________
68802 [ 17985] By: hv                                    on 2002/10/10  09:27:00
68803         Log: Subject: Re: README.cygwin draft update
68804              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68805              Date: Mon, 07 Oct 2002 17:15:09 -0700
68806              Message-ID: <NOio9gzkg6oR092yn@efn.org>
68807      Branch: perl
68808            ! README.cygwin pod/perl58delta.pod
68809 ____________________________________________________________________________
68810 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
68811         Log: Fix bug #17823 : non-modifying tr/// stringifies references
68812      Branch: perl
68813            ! doop.c t/op/tr.t
68814 ____________________________________________________________________________
68815 [ 17983] By: merijn                                on 2002/10/09  12:22:26
68816         Log: Tru64 and gcc and threads
68817              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
68818      Branch: perl
68819            ! thread.h
68820 ____________________________________________________________________________
68821 [ 17982] By: merijn                                on 2002/10/09  10:34:40
68822         Log: Correct mailing list archive URL
68823              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
68824      Branch: perl
68825            ! Porting/pumpkin.pod
68826 ____________________________________________________________________________
68827 [ 17981] By: merijn                                on 2002/10/09  04:49:06
68828         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
68829              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
68830      Branch: perl
68831            ! Porting/pumpkin.pod
68832 ____________________________________________________________________________
68833 [ 17980] By: sky                                   on 2002/10/06  15:40:56
68834         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
68835              Fix testcases to run properly outside perl core build enviroment.
68836      Branch: perl
68837            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
68838            ! ext/Safe/safe3.t
68839 ____________________________________________________________________________
68840 [ 17979] By: sky                                   on 2002/10/06  07:03:19
68841         Log: Subject: [PATCH] fix typo in Tie::Array
68842              From: "Jos I. Boumans" <kane@cpan.org>
68843              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
68844              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
68845      Branch: perl
68846            ! lib/Tie/Array.pm
68847 ____________________________________________________________________________
68848 [ 17978] By: sky                                   on 2002/10/05  04:44:10
68849         Log: Upgrade to Attribute::Handlers 0.78
68850      Branch: perl
68851            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
68852            ! lib/Attribute/Handlers/README
68853 ____________________________________________________________________________
68854 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
68855         Log: Complement to change #17976 :
68856              there was a similar bug on rdo().
68857              Increment $Safe::VERSION.
68858      Branch: perl
68859            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
68860 ____________________________________________________________________________
68861 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
68862         Log: Fix bug #17744, suggested by Andreas Jurenda,
68863              tweaked by rgs (security hole in Safe).
68864      Branch: perl
68865            + ext/Safe/safe3.t
68866            ! MANIFEST ext/Opcode/Safe.pm
68867 ____________________________________________________________________________
68868 [ 17975] By: merijn                                on 2002/10/04  13:30:17
68869         Log: Non ANSI feature detection in enum
68870      Branch: perl
68871            ! pad.h
68872 ____________________________________________________________________________
68873 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
68874         Log: Fix a precedence problem.
68875      Branch: perl
68876            ! ext/Storable/t/integer.t
68877 ____________________________________________________________________________
68878 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
68879         Log: Change the warning message "%s trapped by operation mask"
68880              to include '' around the op name. Document it in perldiag.
68881      Branch: perl
68882            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
68883            ! pod/perldiag.pod
68884 ____________________________________________________________________________
68885 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
68886         Log: Add a new warning, "Possible precedence problem on bitwise
68887              %c operator", triggerred when a bitwise op has a numeric
68888              comparison op as child.
68889      Branch: perl
68890            ! op.c pod/perldiag.pod t/lib/warnings/op
68891 ____________________________________________________________________________
68892 [ 17971] By: ams                                   on 2002/10/03  11:03:41
68893         Log: Subject: Re: Not OK 17969
68894              From: Slaven Rezic <slaven.rezic@berlin.de>
68895              Date: 03 Oct 2002 13:12:58 +0200
68896              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
68897      Branch: perl
68898            ! ext/Storable/Storable.pm ext/Storable/t/code.t
68899            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
68900            ! ext/Storable/t/malice.t
68901 ____________________________________________________________________________
68902 [ 17970] By: ams                                   on 2002/10/03  02:21:15
68903         Log: Add a line about 2.05.
68904      Branch: perl
68905            ! ext/Storable/ChangeLog
68906 ____________________________________________________________________________
68907 [ 17969] By: ams                                   on 2002/10/03  02:12:27
68908         Log: Subject: [PATCH] Storable and code serialization: documentation
68909              From: Slaven Rezic <slaven.rezic@berlin.de>
68910              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
68911              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
68912      Branch: perl
68913            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
68914            ! ext/Storable/t/code.t
68915 ____________________________________________________________________________
68916 [ 17968] By: ams                                   on 2002/10/03  01:40:51
68917         Log: Subject: [PATCH] Re: speed of my
68918              From: Stephen McCamant <smcc@mit.edu>
68919              Date: Wed, 2 Oct 2002 21:48:59 -0400
68920              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
68921      Branch: perl
68922            ! pp.c
68923 ____________________________________________________________________________
68924 [ 17967] By: hv                                    on 2002/10/02  15:04:57
68925         Log: Subject: [PATCH] reentrant buffers
68926              From: Jarkko Hietaniemi <jhi@iki.fi>
68927              Date: Fri, 27 Sep 2002 01:08:56 +0300
68928              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
68929      Branch: perl
68930            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
68931 ____________________________________________________________________________
68932 [ 17966] By: hv                                    on 2002/10/02  14:46:52
68933         Log: Subject: [PATCH] retropatch
68934              From: Jarkko Hietaniemi <jhi@iki.fi>
68935              Date: Fri, 27 Sep 2002 03:51:34 +0300
68936              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
68937      Branch: perl
68938            + pod/perl573delta.pod
68939            ! MANIFEST pod/buildtoc.PL pod/perl.pod
68940 ____________________________________________________________________________
68941 [ 17965] By: hv                                    on 2002/10/02  14:42:21
68942         Log: op/tr.t test is affected by #17962
68943      Branch: perl
68944            ! t/op/tr.t
68945 ____________________________________________________________________________
68946 [ 17964] By: hv                                    on 2002/10/02  14:38:59
68947         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
68948              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
68949              Date: Tue, 1 Oct 2002 23:34:35 +0200
68950              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
68951      Branch: perl
68952            ! t/op/override.t toke.c
68953 ____________________________________________________________________________
68954 [ 17963] By: hv                                    on 2002/10/02  14:15:22
68955         Log: Subject: Re: [perl #17376] Bug Report - our(%)
68956              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
68957              Date: Tue, 01 Oct 2002 09:54:30 -0700
68958              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
68959      Branch: perl
68960            ! op.c pp_hot.c t/comp/our.t
68961 ____________________________________________________________________________
68962 [ 17962] By: ams                                   on 2002/10/02  14:10:07
68963         Log: Subject: [PATCH] no [] in tr///
68964              From: Jarkko Hietaniemi <jhi@iki.fi>
68965              Date: Wed, 2 Oct 2002 17:09:11 +0300
68966              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
68967      Branch: perl
68968            ! pod/perldiag.pod toke.c
68969 ____________________________________________________________________________
68970 [ 17961] By: hv                                    on 2002/10/02  14:09:11
68971         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
68972              From: andreas.koenig@anima.de (Andreas J. Koenig)
68973              Date: Mon, 30 Sep 2002 17:24:06 +0200
68974              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
68975      Branch: perl
68976            ! lib/Hash/Util.pm
68977 ____________________________________________________________________________
68978 [ 17959] By: hv                                    on 2002/10/02  14:06:29
68979         Log: Subject: [DOCPATCH] Unicode porting advice
68980              From: andreas.koenig@anima.de (Andreas J. Koenig)
68981              Date: Fri, 27 Sep 2002 15:30:16 +0200
68982              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
68983      Branch: perl
68984            ! pod/perlunicode.pod
68985 ____________________________________________________________________________
68986 [ 17958] By: hv                                    on 2002/10/02  13:57:06
68987         Log: missing quote from #17957
68988      Branch: perl
68989            ! Porting/pumpkin.pod
68990 ____________________________________________________________________________
68991 [ 17957] By: hv                                    on 2002/10/02  13:55:56
68992         Log: document how to set APPLLIB_EXP
68993              Subject: Re: [perl #15957] error installing perl 5.8.0
68994              From: Andy Dougherty <doughera@lafayette.edu>
68995              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
68996              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
68997      Branch: perl
68998            ! Porting/pumpkin.pod
68999 ____________________________________________________________________________
69000 [ 17956] By: hv                                    on 2002/10/02  13:51:12
69001         Log: Devel::Peek tests from:
69002              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
69003              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69004              Date: Thu, 26 Sep 2002 22:16:39 -0700
69005              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
69006      Branch: perl
69007            ! ext/Devel/Peek/Peek.t
69008 ____________________________________________________________________________
69009 [ 17955] By: hv                                    on 2002/10/02  13:43:26
69010         Log: add precedence warning for bitwise docs
69011              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
69012              From: Mike Guy <mjtg@cam.ac.uk>
69013              Date: Thu, 26 Sep 2002 13:20:45 +0100
69014              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
69015      Branch: perl
69016            ! pod/perlop.pod
69017 ____________________________________________________________________________
69018 [ 17954] By: hv                                    on 2002/10/02  13:18:01
69019         Log: Subject: [PATCH] Re: perlio bug?
69020              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69021              Date: Wed, 25 Sep 2002 21:58:12 +0200
69022              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
69023      Branch: perl
69024            ! doio.c pod/perldiag.pod t/lib/warnings/doio
69025 ____________________________________________________________________________
69026 [ 17953] By: hv                                    on 2002/10/02  12:55:29
69027         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
69028              From: Dave Mitchell <davem@fdgroup.com>
69029              Date: Wed, 25 Sep 2002 23:40:23 +0100
69030              Message-ID: <20020925234023.A20044@fdgroup.com>
69031      Branch: perl
69032            + pad.c pad.h
69033            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
69034            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
69035            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
69036            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
69037            ! proto.h scope.c sv.c toke.c
69038 ____________________________________________________________________________
69039 [ 17952] By: hv                                    on 2002/10/02  11:23:38
69040         Log: better handling of whitespace in autodoc declarations; fragment from:
69041              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
69042              From: Dave Mitchell <davem@fdgroup.com>
69043              Date: Wed, 25 Sep 2002 23:40:23 +0100
69044              Message-ID: <20020925234023.A20044@fdgroup.com>
69045      Branch: perl
69046            ! autodoc.pl
69047 ____________________________________________________________________________
69048 [ 17951] By: merijn                                on 2002/10/02  09:15:18
69049         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
69050              Thu, 25 Jul 2002, Andy Dougherty
69051      Branch: perl
69052            ! Configure Policy_sh.SH
69053 ____________________________________________________________________________
69054 [ 17950] By: ams                                   on 2002/10/02  03:43:41
69055         Log: Add silly bandaid to stop segfaults on subsequent accesses to
69056              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
69057              (<$fred>).
69058      Branch: perl
69059            ! op.c
69060 ____________________________________________________________________________
69061 [ 17949] By: hv                                    on 2002/10/01  08:49:02
69062         Log: patch based on:
69063              Subject: Re: [perl #17376] Bug Report - our(%)
69064              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69065              Date: Mon, 30 Sep 2002 15:22:18 -0700
69066              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
69067      Branch: perl
69068            ! op.c
69069 ____________________________________________________________________________
69070 [ 17948] By: hv                                    on 2002/10/01  08:26:44
69071         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
69072              From: chromatic <chromatic@wgz.org>
69073              Date: Fri, 13 Sep 2002 14:26:08 -0700
69074              Message-Id: <200209131426.08116.chromatic@wgz.org>
69075      Branch: perl
69076            ! lib/AutoLoader.pm
69077 ____________________________________________________________________________
69078 [ 17947] By: hv                                    on 2002/10/01  08:10:21
69079         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
69080              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69081              Date: Wed, 11 Sep 2002 22:22:45 -0700
69082              Message-ID: <lSCg9gzkgymX092yn@efn.org>
69083      Branch: perl
69084            ! dump.c mg.h regexec.c sv.c t/op/pat.t
69085 ____________________________________________________________________________
69086 [ 17946] By: merijn                                on 2002/09/30  15:19:36
69087         Log: nanosleep on VMS not present
69088      Branch: perl
69089            ! configure.com
69090 ____________________________________________________________________________
69091 [ 17945] By: merijn                                on 2002/09/30  09:51:40
69092         Log: -Dgccansipedantic only for gcc 3+
69093              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
69094      Branch: perl
69095            ! Porting/pumpkin.pod cflags.SH
69096 ____________________________________________________________________________
69097 [ 17944] By: merijn                                on 2002/09/30  08:29:33
69098         Log: nanosleep probes as per Jarkko's request
69099      Branch: perl
69100            ! Configure NetWare/config_H.wc Porting/config.sh
69101            ! Porting/config_H config_h.SH epoc/config.sh perl.h
69102            ! win32/config.bc win32/config.gc win32/config.vc
69103            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
69104            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
69105            ! wince/config_H.ce
69106 ____________________________________________________________________________
69107 [ 17942] By: ams                                   on 2002/09/29  22:26:37
69108         Log: Remove package; (Heh heh.)
69109      Branch: perl
69110            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
69111            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
69112            ! vms/perly_c.vms vms/perly_h.vms
69113 ____________________________________________________________________________
69114 [ 17941] By: hv                                    on 2002/09/29  12:11:06
69115         Log: Subject: [perl #16796] Configure script buglet
69116              From: "Amick, Eric" (via RT) <perlbug@perl.org>
69117              Date: 27 Aug 2002 20:09:29 -0000
69118              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
69119      Branch: perl
69120            ! Configure
69121 ____________________________________________________________________________
69122 [ 17940] By: hv                                    on 2002/09/29  11:59:28
69123         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
69124              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69125              Date: Fri, 27 Sep 2002 13:52:18 +0200
69126              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
69127      Branch: perl
69128            ! lib/Attribute/Handlers.pm
69129 ____________________________________________________________________________
69130 [ 17939] By: hv                                    on 2002/09/29  11:55:17
69131         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
69132              From: Allen Smith (via RT) <perlbug@perl.org>
69133              Date: 13 Sep 2002 03:01:30 -0000
69134              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
69135      Branch: perl
69136            ! t/lib/h2ph.pht utils/h2ph.PL
69137 ____________________________________________________________________________
69138 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
69139         Log: Email address change for Stéphane Payrard
69140      Branch: perl
69141            ! AUTHORS
69142 ____________________________________________________________________________
69143 [ 17937] By: hv                                    on 2002/09/27  10:05:42
69144         Log: Subject: Re: [REVISED PATCH] Magic v-strings
69145              From: John Peacock <jpeacock@rowman.com>
69146              Date: Thu, 19 Sep 2002 22:30:58 -0400
69147              Message-ID: <3D8A8862.3000602@rowman.com>
69148      Branch: perl
69149            ! sv.c util.c
69150 ____________________________________________________________________________
69151 [ 17936] By: hv                                    on 2002/09/27  10:00:42
69152         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
69153              From: "Craig A. Berry" <craigberry@mac.com>
69154              Date: Wed, 25 Sep 2002 17:14:33 -0500
69155              Message-ID: <3D923549.6050809@mac.com>
69156      Branch: perl
69157            ! configure.com
69158 ____________________________________________________________________________
69159 [ 17935] By: hv                                    on 2002/09/27  09:48:19
69160         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
69161              From: Andy Lester <andy@petdance.com>
69162              Date: Fri, 20 Sep 2002 12:23:41 -0500
69163              Message-ID: <20020920172341.GA15672@petdance.com>
69164      Branch: perl
69165            ! pod/perlopentut.pod
69166 ____________________________________________________________________________
69167 [ 17934] By: hv                                    on 2002/09/26  18:50:02
69168         Log: missing '.' in test from #17932
69169      Branch: perl
69170            ! t/lib/strict/subs
69171 ____________________________________________________________________________
69172 [ 17933] By: hv                                    on 2002/09/26  17:01:11
69173         Log: Subject: [PATCH] perl #17453
69174              From: Jarkko Hietaniemi <jhi@iki.fi>
69175              Date: Fri, 20 Sep 2002 17:22:45 +0300
69176              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
69177      Branch: perl
69178            ! lib/utf8_heavy.pl t/op/pat.t
69179 ____________________________________________________________________________
69180 [ 17932] By: hv                                    on 2002/09/26  16:47:32
69181         Log: #17931 checked for wrong constant
69182      Branch: perl
69183            ! op.c
69184 ____________________________________________________________________________
69185 [ 17931] By: hv                                    on 2002/09/26  16:29:26
69186         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
69187              From: Kay_Röpke <kay@dolphin-services.de>
69188              Date: Fri, 20 Sep 2002 16:09:08 +0200
69189              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
69190      Branch: perl
69191            ! op.c t/lib/strict/subs
69192 ____________________________________________________________________________
69193 [ 17930] By: hv                                    on 2002/09/26  15:56:07
69194         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
69195              From: Ken Neighbors (via RT) <perlbug@perl.org>
69196              Date: 19 Sep 2002 18:48:22 -0000
69197              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
69198      Branch: perl
69199            ! lib/Class/Struct.pm
69200 ____________________________________________________________________________
69201 [ 17928] By: hv                                    on 2002/09/26  09:54:05
69202         Log: Subject: [PATCH] bug in utf8.c(?)
69203              From: Marty Pauley <marty+p5p@kasei.com>
69204              Date: Fri, 20 Sep 2002 10:55:33 +0100
69205              Subject: [PATCH] bug in utf8.c(?)
69206      Branch: perl
69207            ! utf8.c
69208 ____________________________________________________________________________
69209 [ 17927] By: hv                                    on 2002/09/26  09:37:19
69210         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
69211              From: Marty Pauley <marty+p5p@kasei.com>
69212              Date: Fri, 20 Sep 2002 09:52:16 +0100
69213              Message-Id: 20020920085216.GC10512@soto.kasei.com
69214      Branch: perl
69215            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
69216 ____________________________________________________________________________
69217 [ 17926] By: hv                                    on 2002/09/26  09:28:06
69218         Log: Subject: [PATCH] defuse installusrbinperl
69219              From: Jarkko Hietaniemi <jhi@iki.fi>
69220              Date: Thu, 19 Sep 2002 18:01:03 +0300
69221              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
69222      Branch: perl
69223            ! Configure
69224 ____________________________________________________________________________
69225 [ 17925] By: hv                                    on 2002/09/26  09:15:55
69226         Log: Subject: [PATCH v2] enable -ansi -pedantic
69227              From: Jarkko Hietaniemi <jhi@iki.fi>
69228              Date: Wed, 18 Sep 2002 01:19:25 +0300
69229              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
69230      Branch: perl
69231            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
69232            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
69233 ____________________________________________________________________________
69234 [ 17924] By: hv                                    on 2002/09/26  08:44:16
69235         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
69236              From: Nicholas Clark <nick@unfortu.net>
69237              Date: Sat, 14 Sep 2002 18:49:10 +0100
69238              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
69239      Branch: perl
69240            ! sv.c
69241 ____________________________________________________________________________
69242 [ 17923] By: hv                                    on 2002/09/26  08:33:54
69243         Log: Subject: [PATCH] Re: Advice on coredump
69244              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
69245              Date: Wed, 18 Sep 2002 22:14:57 +0200
69246              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
69247      Branch: perl
69248            ! op.c t/op/closure.t
69249 ____________________________________________________________________________
69250 [ 17922] By: hv                                    on 2002/09/26  08:25:28
69251         Log: Subject: Re: [PATCH] spurious t/auto directory appears
69252              From: Michael G Schwern <schwern@pobox.com>
69253              Date: Fri, 13 Sep 2002 23:56:05 -0400
69254              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
69255      Branch: perl
69256            ! lib/ExtUtils/t/Installed.t
69257 ____________________________________________________________________________
69258 [ 17921] By: hv                                    on 2002/09/26  08:21:59
69259         Log: add TODO tests for slow our() declaration
69260              Subject: Re: [perl #17376] Bug Report - our(%)
69261              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69262              Date: Thu, 19 Sep 2002 22:34:01 -0700
69263              Message-ID: <JNri9gzkgSBB092yn@efn.org>
69264      Branch: perl
69265            + t/comp/our.t
69266            ! MANIFEST
69267 ____________________________________________________________________________
69268 [ 17920] By: hv                                    on 2002/09/26  08:16:43
69269         Log: LEAKTEST is dead, RIP
69270              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
69271              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69272              Date: Mon, 23 Sep 2002 18:33:12 +0200
69273              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
69274      Branch: perl
69275            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
69276            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
69277 ____________________________________________________________________________
69278 [ 17919] By: hv                                    on 2002/09/26  07:59:42
69279         Log: Subject: [PATCH] AIX hints missinga  >&4
69280              From: Jarkko Hietaniemi <jhi@iki.fi>
69281              Date: Fri, 13 Sep 2002 16:48:42 +0300
69282              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
69283      Branch: perl
69284            ! hints/aix.sh
69285 ____________________________________________________________________________
69286 [ 17918] By: hv                                    on 2002/09/26  07:51:10
69287         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
69288              From: "Brendan O'Dea" <bod@debian.org>
69289              Date: Mon, 23 Sep 2002 22:45:40 +1000
69290              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
69291      Branch: perl
69292            ! pod/perlfunc.pod
69293 ____________________________________________________________________________
69294 [ 17917] By: hv                                    on 2002/09/26  07:46:43
69295         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
69296              From: Slaven Rezic <slaven.rezic@berlin.de>
69297              Date: 11 Sep 2002 19:37:09 +0200
69298              Message-ID: <871y80a0my.fsf@vran.herceg.de>
69299      Branch: perl
69300            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
69301 ____________________________________________________________________________
69302 [ 17916] By: hv                                    on 2002/09/26  07:31:42
69303         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
69304              From: "Brendan O'Dea" <bod@debian.org>
69305              Date: Tue, 10 Sep 2002 09:19:05 +1000
69306              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
69307      Branch: perl
69308            ! pod/perlembed.pod
69309 ____________________________________________________________________________
69310 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
69311         Log: Patch #17914 was empty ; this should have been applied instead.
69312      Branch: perl
69313            ! hints/aix.sh
69314 ____________________________________________________________________________
69315 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
69316         Log: Subject: [PATCH] PASE saga continues
69317              From: Jarkko Hietaniemi <jhi@iki.fi>
69318              Date: Thu, 19 Sep 2002 23:30:20 +0300
69319              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
69320      Branch: perl
69321            ! hints/aix.sh
69322 ____________________________________________________________________________
69323 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
69324         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
69325              From: "Craig A. Berry" <craigberry@mac.com>
69326              Date: Wed, 18 Sep 2002 16:57:02 -0500
69327              Message-ID: <3D88F6AE.3020708@mac.com>
69328      Branch: perl
69329            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
69330 ____________________________________________________________________________
69331 [ 17912] By: ams                                   on 2002/09/19  17:21:24
69332         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
69333              From: Jarkko Hietaniemi <jhi@iki.fi>
69334              Date: Thu, 19 Sep 2002 18:59:48 +0300
69335              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
69336
69337              Subject: [PATCH] more PASE tweakage
69338              From: Jarkko Hietaniemi <jhi@iki.fi>
69339              Date: Thu, 19 Sep 2002 18:01:44 +0300
69340              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
69341      Branch: perl
69342            ! README.os400 hints/aix.sh
69343 ____________________________________________________________________________
69344 [ 17911] By: ams                                   on 2002/09/17  19:29:53
69345         Log: Typo fix.
69346      Branch: perl
69347            ! ext/POSIX/POSIX.pod
69348 ____________________________________________________________________________
69349 [ 17910] By: ams                                   on 2002/09/17  18:09:32
69350         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
69351              checking for SvOK in do_readline().
69352      Branch: perl
69353            ! pp_hot.c t/op/gv.t
69354 ____________________________________________________________________________
69355 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
69356         Log: Pod formatting nit, found by Merijn and Jos Boumans.
69357      Branch: perl
69358            ! pod/perlunicode.pod
69359 ____________________________________________________________________________
69360 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
69361         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
69362              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
69363              Date: 15 Sep 2002 19:06:56 -0000
69364              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
69365      Branch: perl
69366            ! lib/Locale/Country.pm lib/Locale/Currency.pm
69367            ! lib/Locale/Language.pm lib/Locale/Script.pm
69368 ____________________________________________________________________________
69369 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
69370         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
69371              From: Jarkko Hietaniemi <jhi@iki.fi>
69372              Date: Sun, 15 Sep 2002 18:02:17 +0300
69373              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
69374      Branch: perl
69375            ! hints/netbsd.sh
69376 ____________________________________________________________________________
69377 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
69378         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
69379              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
69380              not all modules listed in perlmodlib are necessarily installed.
69381              Plus some corrections by Vincent Lefevre.
69382      Branch: perl
69383            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
69384 ____________________________________________________________________________
69385 [ 17904] By: merijn                                on 2002/09/13  14:02:18
69386         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
69387              in building DProf
69388      Branch: perl
69389            ! Configure
69390 ____________________________________________________________________________
69391 [ 17902] By: merijn                                on 2002/09/13  07:47:29
69392         Log: configure.com needs d_modflproto
69393              Thu 12 Sep 2002 23:19, "Craig A. Berry"
69394      Branch: perl
69395            ! configure.com
69396 ____________________________________________________________________________
69397 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
69398         Log: Subject: [PATCH] more PASE wisdom
69399              From: Jarkko Hietaniemi <jhi@iki.fi>
69400              Date: Fri, 13 Sep 2002 00:17:39 +0300
69401              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
69402      Branch: perl
69403            ! README.os400
69404 ____________________________________________________________________________
69405 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
69406         Log: Fix a syntax incompatibility introduced by the // operator.
69407              (Note that C<print $fh //> is still a syntax error, it
69408              wasn't with perl 5.8.0.)
69409      Branch: perl
69410            ! t/op/dor.t toke.c
69411 ____________________________________________________________________________
69412 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
69413         Log: Fix bug #17006 : remove spurious do{} in the deparsing
69414              of s/.../.../e.
69415      Branch: perl
69416            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
69417 ____________________________________________________________________________
69418 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
69419         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
69420              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
69421              Date: 10 Sep 2002 18:49:56 -0000
69422              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
69423      Branch: perl
69424            ! utils/dprofpp.PL
69425 ____________________________________________________________________________
69426 [ 17896] By: merijn                                on 2002/09/11  08:31:45
69427         Log: re-synced Configure to backported metaunits
69428      Branch: perl
69429            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
69430            ! config_h.SH
69431 ____________________________________________________________________________
69432 [ 17892] By: merijn                                on 2002/09/10  15:43:53
69433         Log: Callback behaviour in hints
69434              Mon, 9 Sep 2002, Allen Smith
69435      Branch: perl
69436            ! hints/README.hints
69437 ____________________________________________________________________________
69438 [ 17888] By: merijn                                on 2002/09/10  09:20:52
69439         Log: New low-price HP servers
69440      Branch: perl
69441            ! README.hpux
69442 ____________________________________________________________________________
69443 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
69444         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
69445              From: Paul Johnson <paul@pjcj.net>
69446              Date: Mon, 9 Sep 2002 23:37:33 +0200
69447              Message-ID: <20020909213733.GD879@pjcj.net>
69448      Branch: perl
69449            ! ext/B/B/Deparse.pm
69450 ____________________________________________________________________________
69451 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
69452         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
69453              From: Nicholas Clark <nick@unfortu.net>
69454              Date: Sun, 8 Sep 2002 23:05:54 +0100
69455              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
69456      Branch: perl
69457            ! configpm
69458 ____________________________________________________________________________
69459 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
69460         Log: Subject: [PATCH] strict.pm pod at __END__
69461              From: Nicholas Clark <nick@unfortu.net>
69462              Date: Sun, 8 Sep 2002 22:36:09 +0100
69463              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
69464      Branch: perl
69465            ! lib/strict.pm
69466 ____________________________________________________________________________
69467 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
69468         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
69469              From: Nicholas Clark <nick@unfortu.net>
69470              Date: Sun, 8 Sep 2002 19:45:52 +0100
69471              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
69472      Branch: perl
69473            ! lib/File/Find/t/find.t
69474 ____________________________________________________________________________
69475 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
69476         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
69477              From: Paul Johnson <paul@pjcj.net>
69478              Date: Sun, 8 Sep 2002 23:50:11 +0200
69479              Message-ID: <20020908215011.GA879@pjcj.net>
69480      Branch: perl
69481            ! ext/B/B/Deparse.pm
69482 ____________________________________________________________________________
69483 [ 17882] By: hv                                    on 2002/09/09  10:33:58
69484         Log: Update Changes
69485      Branch: perl
69486            ! Changes patchlevel.h
69487 ____________________________________________________________________________
69488 [ 17881] By: hv                                    on 2002/09/09  09:54:55
69489         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
69490              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
69491              Date: Mon, 9 Sep 2002 01:48:08 -0400
69492              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
69493      Branch: perl
69494            ! perl.h sv.c
69495 ____________________________________________________________________________
69496 [ 17880] By: hv                                    on 2002/09/09  09:33:55
69497         Log: integrate Math::BigInt-1.63
69498              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
69499              From: Tels <perl_dummy@bloodgate.com>
69500              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
69501              Message-Id: <200209082022.g88KMGY20194@crypt.org>
69502      Branch: perl
69503            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
69504            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
69505            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
69506            ! lib/Math/BigInt/t/sub_mif.t
69507 ____________________________________________________________________________
69508 [ 17879] By: hv                                    on 2002/09/09  09:23:53
69509         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
69510              From: Jarkko Hietaniemi <jhi@iki.fi>
69511              Date: Mon, 9 Sep 2002 00:07:46 +0300
69512              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
69513      Branch: perl
69514            ! Configure
69515 ____________________________________________________________________________
69516 [ 17878] By: hv                                    on 2002/09/09  09:11:57
69517         Log: small grammar fix in Benchmark docs
69518      Branch: perl
69519            ! lib/Benchmark.pm
69520 ____________________________________________________________________________
69521 [ 17877] By: hv                                    on 2002/09/09  09:09:30
69522         Log: Subject: [PATCH] configpm
69523              From: Abe Timmerman <abe@ztreet.demon.nl>
69524              Date: Sun, 8 Sep 2002 17:21:19 +0200
69525              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
69526      Branch: perl
69527            ! configpm
69528 ____________________________________________________________________________
69529 [ 17876] By: hv                                    on 2002/09/09  08:48:35
69530         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
69531              From: Abe Timmerman <abe@ztreet.demon.nl>
69532              Date: Mon, 9 Sep 2002 01:32:19 +0200
69533              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
69534      Branch: perl
69535            ! makedef.pl
69536 ____________________________________________________________________________
69537 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
69538         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
69539              From: Nicholas Clark <nick@unfortu.net>
69540              Date: Sun, 8 Sep 2002 15:46:44 +0100
69541              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
69542
69543              Plus two other similar tweaks
69544      Branch: perl
69545            ! ext/SDBM_File/sdbm.t
69546 ____________________________________________________________________________
69547 [ 17874] By: hv                                    on 2002/09/08  17:10:38
69548         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
69549              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
69550              Date: Sat, 7 Sep 2002 05:25:45 -0400
69551              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
69552      Branch: perl
69553            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
69554            ! t/op/sprintf.t
69555 ____________________________________________________________________________
69556 [ 17873] By: hv                                    on 2002/09/08  16:48:54
69557         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
69558              From: Nicholas Clark <nick@unfortu.net>
69559              Date: Sat, 7 Sep 2002 00:20:53 +0100
69560              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
69561      Branch: perl
69562            ! op.c sv.c
69563 ____________________________________________________________________________
69564 [ 17872] By: hv                                    on 2002/09/08  16:35:46
69565         Log: temporarily skip failing Storable tests caused by #17869
69566      Branch: perl
69567            ! ext/Storable/t/code.t
69568 ____________________________________________________________________________
69569 [ 17871] By: hv                                    on 2002/09/08  16:23:49
69570         Log: Subject: [PATCH] tiddly tidy up for util.c
69571              From: Nicholas Clark <nick@unfortu.net>
69572              Date: Fri, 6 Sep 2002 23:00:14 +0100
69573              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
69574      Branch: perl
69575            ! util.c
69576 ____________________________________________________________________________
69577 [ 17870] By: hv                                    on 2002/09/08  16:21:23
69578         Log: regularise whitespace and formatting in util.c
69579      Branch: perl
69580            ! util.c
69581 ____________________________________________________________________________
69582 [ 17869] By: hv                                    on 2002/09/08  15:46:08
69583         Log: Subject: [perl #17061] no strict 'garbage'
69584              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
69585              Date: 6 Sep 2002 19:31:02 -0000
69586              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
69587              Date: Sat, 07 Sep 2002 13:40:22 +0200
69588              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
69589      Branch: perl
69590            ! lib/strict.pm lib/strict.t
69591 ____________________________________________________________________________
69592 [ 17868] By: hv                                    on 2002/09/08  15:24:08
69593         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
69594      Branch: perl
69595            ! pod/perl58delta.pod
69596 ____________________________________________________________________________
69597 [ 17867] By: hv                                    on 2002/09/08  15:10:46
69598         Log: Subject: [PATCH] allow using hires time() in Benchmark
69599              From: Jarkko Hietaniemi <jhi@iki.fi>
69600              Date: Fri, 6 Sep 2002 00:38:11 +0300
69601              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
69602      Branch: perl
69603            ! lib/Benchmark.pm
69604 ____________________________________________________________________________
69605 [ 17866] By: hv                                    on 2002/09/08  15:06:05
69606         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
69607              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
69608              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
69609              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
69610      Branch: perl
69611            ! Configure
69612 ____________________________________________________________________________
69613 [ 17865] By: hv                                    on 2002/09/08  15:03:23
69614         Log: Subject: Unicode::Collate 0.23 Released
69615              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
69616              Date: Thu, 05 Sep 2002 23:28:32 +0900
69617              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
69618      Branch: perl
69619            + lib/Unicode/Collate/t/index.t
69620            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
69621            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
69622 ____________________________________________________________________________
69623 [ 17864] By: hv                                    on 2002/09/08  14:55:31
69624         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
69625              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69626              Date: Wed, 04 Sep 2002 21:09:01 -0700
69627              Message-ID: <djtd9gzkgyLd092yn@efn.org>
69628              Date: Fri, 06 Sep 2002 09:23:03 -0700
69629              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
69630      Branch: perl
69631            ! lib/overload.t sv.c sv.h t/op/pat.t
69632 ____________________________________________________________________________
69633 [ 17863] By: hv                                    on 2002/09/08  14:11:54
69634         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
69635      Branch: perl
69636            ! t/op/taint.t
69637 ____________________________________________________________________________
69638 [ 17862] By: hv                                    on 2002/09/08  14:01:07
69639         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
69640              From: Michael G Schwern <schwern@pobox.com>
69641              Date: Wed, 4 Sep 2002 11:38:01 -0700
69642              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
69643      Branch: perl
69644            ! t/TestInit.pm
69645 ____________________________________________________________________________
69646 [ 17861] By: hv                                    on 2002/09/08  13:58:10
69647         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
69648              From: Michael G Schwern <schwern@pobox.com>
69649              Date: Fri, 6 Sep 2002 14:03:16 -0700
69650              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
69651      Branch: perl
69652            ! t/test.pl
69653 ____________________________________________________________________________
69654 [ 17860] By: hv                                    on 2002/09/08  13:48:49
69655         Log: #17859 misuses s/// return values
69656      Branch: perl
69657            ! configpm
69658 ____________________________________________________________________________
69659 [ 17859] By: hv                                    on 2002/09/08  13:17:46
69660         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
69661              From: Nicholas Clark <nick@unfortu.net>
69662              Date: Mon, 2 Sep 2002 23:22:32 +0100
69663              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
69664      Branch: perl
69665            ! configpm
69666 ____________________________________________________________________________
69667 [ 17850] By: ams                                   on 2002/09/06  03:31:32
69668         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
69669              From: Jarkko Hietaniemi <jhi@iki.fi>
69670              Date: Fri, 6 Sep 2002 06:01:57 +0300
69671              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
69672      Branch: perl
69673            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
69674 ____________________________________________________________________________
69675 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
69676         Log: document setting the email address
69677      Branch: perl
69678            ! Porting/repository.pod
69679 ____________________________________________________________________________
69680 [ 17848] By: hv                                    on 2002/09/04  23:12:15
69681         Log: AUTHORS: preferred address for Allen Smith
69682      Branch: perl
69683            ! AUTHORS
69684 ____________________________________________________________________________
69685 [ 17847] By: hv                                    on 2002/09/04  23:10:37
69686         Log: copy on write: fixes and debugging
69687              Subject: what copies scalars in ithreads?
69688              From: Nicholas Clark <nick@unfortu.net>
69689              Date: Wed, 4 Sep 2002 21:52:47 +0100
69690              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
69691      Branch: perl
69692            ! sv.c
69693 ____________________________________________________________________________
69694 [ 17846] By: hv                                    on 2002/09/04  23:02:43
69695         Log: Subject: Re: [PATCH] A variety of README nitpicks.
69696              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69697              Date: Wed, 04 Sep 2002 09:10:05 +0200
69698              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
69699      Branch: perl
69700            ! README.hpux
69701 ____________________________________________________________________________
69702 [ 17845] By: hv                                    on 2002/09/04  15:06:33
69703         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
69704      Branch: perl
69705            ! lib/Math/BigInt/t/constant.t
69706 ____________________________________________________________________________
69707 [ 17844] By: hv                                    on 2002/09/04  14:32:19
69708         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
69709      Branch: perl
69710            ! ext/DB_File/DB_File.xs
69711 ____________________________________________________________________________
69712 [ 17843] By: hv                                    on 2002/09/04  14:09:13
69713         Log: #17842 was only half the story
69714              Subject: [PATCH deb.c] Re: HiRes failure is success?
69715              From: Dave Mitchell <davem@fdgroup.com>
69716              Date: Wed, 4 Sep 2002 16:11:15 +0100
69717              Message-ID: <20020904161115.E27603@fdgroup.com>
69718      Branch: perl
69719            ! deb.c
69720 ____________________________________________________________________________
69721 [ 17842] By: hv                                    on 2002/09/04  14:04:40
69722         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
69723      Branch: perl
69724            ! deb.c
69725 ____________________________________________________________________________
69726 [ 17841] By: hv                                    on 2002/09/04  13:57:27
69727         Log: Subject: [PATCH] op/getpid.t failure
69728              From: Michael G Schwern <schwern@pobox.com>
69729              Date: Tue, 3 Sep 2002 17:48:24 -0700
69730              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
69731      Branch: perl
69732            ! t/op/getpid.t
69733 ____________________________________________________________________________
69734 [ 17840] By: hv                                    on 2002/09/04  13:55:20
69735         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
69736              and Subject: [PATCH] More modules that don't lazy load Carp right.
69737              From: Michael G Schwern <schwern@pobox.com>
69738              Date: Tue, 3 Sep 2002 17:21:57 -0700
69739              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
69740              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
69741      Branch: perl
69742            ! ext/Encode/Unicode/Unicode.pm
69743            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
69744            ! lib/File/Basename.pm
69745 ____________________________________________________________________________
69746 [ 17839] By: hv                                    on 2002/09/04  13:47:12
69747         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
69748              From: "Brendan O'Dea" <bod@debian.org>
69749              Date: Wed, 4 Sep 2002 02:36:10 +1000
69750              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
69751      Branch: perl
69752            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
69753 ____________________________________________________________________________
69754 [ 17838] By: hv                                    on 2002/09/04  13:41:27
69755         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
69756              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
69757              Date: Tue, 3 Sep 2002 13:46:18 +0200
69758              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
69759      Branch: perl
69760            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
69761 ____________________________________________________________________________
69762 [ 17837] By: hv                                    on 2002/09/04  13:38:27
69763         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
69764              From: Michael G Schwern <schwern@pobox.com>
69765              Date: Mon, 2 Sep 2002 22:29:07 -0700
69766              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
69767      Branch: perl
69768            ! lib/Config.t
69769 ____________________________________________________________________________
69770 [ 17836] By: hv                                    on 2002/09/04  13:35:36
69771         Log: Subject: [PATCH] DB_File 1.805
69772              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
69773              Date: Mon, 2 Sep 2002 23:56:40 +0100
69774              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
69775      Branch: perl
69776            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
69777            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
69778            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
69779            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
69780 ____________________________________________________________________________
69781 [ 17835] By: hv                                    on 2002/09/04  13:23:17
69782         Log: fix coredump after 64k-deep recursion
69783              Subject: Re: debugging coredump with -DD
69784              From: hv@crypt.org
69785              Date: Tue, 03 Sep 2002 14:34:20 +0100
69786              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
69787      Branch: perl
69788            ! cop.h t/op/recurse.t
69789 ____________________________________________________________________________
69790 [ 17834] By: hv                                    on 2002/09/04  13:08:36
69791         Log: perldoc: allow arguments for pager
69792              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
69793              From: Chip Turner <cturner@redhat.com>
69794              Date: 02 Sep 2002 01:17:23 -0400
69795              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
69796      Branch: perl
69797            ! utils/perldoc.PL
69798 ____________________________________________________________________________
69799 [ 17833] By: hv                                    on 2002/09/04  12:55:54
69800         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
69801              From: Jarkko Hietaniemi <jhi@iki.fi>
69802              Date: Sun, 1 Sep 2002 19:23:55 +0300
69803              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
69804      Branch: perl
69805            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
69806 ____________________________________________________________________________
69807 [ 17832] By: hv                                    on 2002/09/04  12:39:42
69808         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
69809              From: John Peacock <jpeacock@rowman.com>
69810              Date: Sun, 01 Sep 2002 15:00:12 -0400
69811              Message-ID: <3D7263BC.9020608@rowman.com>
69812      Branch: perl
69813            ! lib/ExtUtils/xsubpp pod/perlxs.pod
69814 ____________________________________________________________________________
69815 [ 17831] By: hv                                    on 2002/09/04  11:47:10
69816         Log: #17827 misses some win32 tweaks
69817      Branch: perl
69818            ! win32/Makefile win32/makefile.mk
69819 ____________________________________________________________________________
69820 [ 17830] By: hv                                    on 2002/09/04  11:41:22
69821         Log: update email address for Paul Marquess
69822      Branch: perl
69823            ! AUTHORS
69824 ____________________________________________________________________________
69825 [ 17829] By: hv                                    on 2002/09/04  11:38:39
69826         Log: Subject: Correction for AUTHORS.html
69827              From: Sean Davis <dive@ender.com>
69828              Date: Fri, 30 Aug 2002 03:51:16 -0700
69829              Message-ID: <20020830035116.A18739@endersgame.net>
69830      Branch: perl
69831            ! AUTHORS
69832 ____________________________________________________________________________
69833 [ 17828] By: hv                                    on 2002/09/04  11:31:42
69834         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
69835              From: Michael G Schwern <schwern@pobox.com>
69836              Date: Fri, 30 Aug 2002 03:40:45 -0700
69837              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
69838      Branch: perl
69839            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
69840            ! lib/File/Spec/t/Spec.t
69841 ____________________________________________________________________________
69842 [ 17827] By: hv                                    on 2002/09/04  11:21:57
69843         Log: Subject: [PATCH] OS/400 PASE port
69844              From: Jarkko Hietaniemi <jhi@iki.fi>
69845              Date: Thu, 29 Aug 2002 22:22:51 +0300
69846              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
69847      Branch: perl
69848            + README.os400 hints/os400.sh
69849            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
69850            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
69851 ____________________________________________________________________________
69852 [ 17826] By: hv                                    on 2002/09/04  11:10:54
69853         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
69854              From: "Brendan O'Dea" <bod@debian.org>
69855              Date: Thu, 29 Aug 2002 22:42:39 +1000
69856              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
69857      Branch: perl
69858            ! ext/Sys/Syslog/syslog.t
69859 ____________________________________________________________________________
69860 [ 17825] By: hv                                    on 2002/09/04  10:53:59
69861         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
69862              From: "John P. Linderman" <jpl@research.att.com>
69863              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
69864              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
69865      Branch: perl
69866            ! ext/IPC/SysV/Semaphore.pm
69867 ____________________________________________________________________________
69868 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
69869         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
69870              From: Richard Soderberg (via RT) <perlbug@perl.org>
69871              Date: 3 Sep 2002 18:48:54 -0000
69872              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
69873
69874              Subject: [PATCH] A variety of README nitpicks.
69875              From: Richard Soderberg <rs@crystalflame.net>
69876              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
69877              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
69878      Branch: perl
69879            ! README.amiga README.dgux README.dos README.epoc README.hpux
69880            ! README.mint README.netware README.vmesa
69881 ____________________________________________________________________________
69882 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
69883         Log: Fix bug #16828.
69884              Add a few tests to ext/B/t/b.t, make it use Test::More.
69885      Branch: perl
69886            ! ext/B/B.xs ext/B/t/b.t
69887 ____________________________________________________________________________
69888 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
69889         Log: Some simple tests for the POSIX::isXXX() functions.
69890      Branch: perl
69891            ! ext/POSIX/t/posix.t
69892 ____________________________________________________________________________
69893 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
69894         Log: Advertise Linux::Pid.
69895      Branch: perl
69896            ! pod/perlfunc.pod pod/perlvar.pod
69897 ____________________________________________________________________________
69898 [ 17819] By: hv                                    on 2002/08/30  13:42:02
69899         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
69900              From: John Peacock <jpeacock@rowman.com>
69901              Date: Wed, 28 Aug 2002 22:13:48 -0400
69902              Message-ID: <3D6D835C.50809@rowman.com>
69903      Branch: perl
69904            ! universal.c util.c
69905 ____________________________________________________________________________
69906 [ 17818] By: hv                                    on 2002/08/30  13:16:05
69907         Log: add test related to change #17799:
69908              Subject: Re: if.pm bug.
69909              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
69910              Date: Thu, 29 Aug 2002 19:39:58 +0200
69911              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
69912      Branch: perl
69913            ! lib/if.t
69914 ____________________________________________________________________________
69915 [ 17817] By: hv                                    on 2002/08/30  13:12:20
69916         Log: Subject: [PATCH] AUTHORS
69917              From: "Brendan O'Dea" <bod@debian.org>
69918              Date: Thu, 29 Aug 2002 22:49:34 +1000
69919              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
69920      Branch: perl
69921            ! AUTHORS
69922 ____________________________________________________________________________
69923 [ 17816] By: hv                                    on 2002/08/30  13:10:45
69924         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
69925              From: "Brendan O'Dea" <bod@debian.org>
69926              Date: Thu, 29 Aug 2002 22:46:47 +1000
69927              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
69928      Branch: perl
69929            ! lib/Term/Cap.pm
69930 ____________________________________________________________________________
69931 [ 17815] By: hv                                    on 2002/08/30  13:02:41
69932         Log: formatting cleanup and:
69933              Subject: Re: perl-5.8.0 on HP porting center
69934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69935              Date: Thu, 29 Aug 2002 12:23:31 +0200
69936              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
69937      Branch: perl
69938            ! installperl
69939 ____________________________________________________________________________
69940 [ 17814] By: hv                                    on 2002/08/30  12:23:33
69941         Log: Subject: [PATCH] perlmod.pod nit
69942              From: Autrijus Tang <autrijus@autrijus.org>
69943              Date: Thu, 29 Aug 2002 03:49:34 +0800
69944              Message-ID: <20020828194934.GA12244@not.autrijus.org>
69945      Branch: perl
69946            ! pod/perlmod.pod
69947 ____________________________________________________________________________
69948 [ 17813] By: hv                                    on 2002/08/30  12:19:15
69949         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
69950              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
69951              Date: Thu, 29 Aug 2002 17:31:31 -0700
69952              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
69953      Branch: perl
69954            ! sv.c t/op/pat.t
69955 ____________________________________________________________________________
69956 [ 17812] By: hv                                    on 2002/08/30  12:06:20
69957         Log: Subject: [PATCH] typos in Hash::Util documentation
69958              From: Slaven Rezic <slaven.rezic@berlin.de>
69959              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
69960              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
69961      Branch: perl
69962            ! lib/Hash/Util.pm
69963 ____________________________________________________________________________
69964 [ 17811] By: hv                                    on 2002/08/30  12:02:59
69965         Log: Subject: Re: Recent changes on the HP porting center
69966              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
69967              Date: Wed, 28 Aug 2002 17:39:27 +0200
69968              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
69969      Branch: perl
69970            ! README.hpux
69971 ____________________________________________________________________________
69972 [ 17810] By: hv                                    on 2002/08/30  11:58:18
69973         Log: Subject: [PATCH] Fixes to threads::shared when disabled
69974              From: Michael G Schwern <schwern@pobox.com>
69975              Date: Wed, 28 Aug 2002 06:04:18 -0700
69976              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
69977      Branch: perl
69978            + ext/threads/shared/t/disabled.t
69979            ! MANIFEST ext/threads/shared/shared.pm
69980            ! ext/threads/shared/t/hv_refs.t
69981 ____________________________________________________________________________
69982 [ 17808] By: ams                                   on 2002/08/30  02:59:31
69983         Log: Subject: [PATCH] Tru64 vs Berkeley DB
69984              From: Jarkko Hietaniemi <jhi@iki.fi>
69985              Date: Fri, 30 Aug 2002 06:56:38 +0300
69986              Message-Id: <20020830035638.GB874@lyta.hut.fi>
69987      Branch: perl
69988            ! README.tru64 hints/dec_osf.sh
69989 ____________________________________________________________________________
69990 [ 17807] By: ams                                   on 2002/08/30  02:32:30
69991         Log: Subject: [PATCH] IRIX + INSTALL
69992              From: Jarkko Hietaniemi <jhi@iki.fi>
69993              Date: Fri, 30 Aug 2002 06:31:48 +0300
69994              Message-Id: <20020830033148.GA874@lyta.hut.fi>
69995      Branch: perl
69996            ! INSTALL hints/irix_6.sh
69997 ____________________________________________________________________________
69998 [ 17806] By: hv                                    on 2002/08/29  22:56:45
69999         Log: #17449 failed to apply the actual patch. This is it.
70000      Branch: perl
70001            ! lib/Exporter.pm lib/Exporter/Heavy.pm
70002 ____________________________________________________________________________
70003 [ 17805] By: hv                                    on 2002/08/29  13:49:04
70004         Log: Fix based on:
70005              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
70006              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
70007              Date: 27 Aug 2002 22:10:16 -0000
70008              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
70009      Branch: perl
70010            ! ext/POSIX/POSIX.xs
70011 ____________________________________________________________________________
70012 [ 17804] By: hv                                    on 2002/08/29  13:29:43
70013         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
70014              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70015              Date: Tue, 27 Aug 2002 23:36:53 +0200
70016              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
70017      Branch: perl
70018            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
70019            ! perl.c perlapi.h sv.c
70020 ____________________________________________________________________________
70021 [ 17803] By: ams                                   on 2002/08/29  13:09:47
70022         Log: Subject: [PATCH] AIX compiler setup sanity checking
70023              From: Jarkko Hietaniemi <jhi@iki.fi>
70024              Date: Thu, 29 Aug 2002 16:43:51 +0300
70025              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
70026      Branch: perl
70027            ! hints/aix.sh
70028 ____________________________________________________________________________
70029 [ 17802] By: hv                                    on 2002/08/29  12:32:51
70030         Log: Subject: [perl #16769] Documention bug
70031              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
70032              Date: 26 Aug 2002 10:01:04 -0000
70033              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
70034      Branch: perl
70035            ! pod/perl58delta.pod
70036 ____________________________________________________________________________
70037 [ 17801] By: hv                                    on 2002/08/29  12:19:30
70038         Log: Subject: [PATCH] ExtUtils::Constant 0.14
70039              From: Nicholas Clark <nick@unfortu.net>
70040              Date: Sun, 25 Aug 2002 18:06:00 +0100
70041              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
70042      Branch: perl
70043            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
70044 ____________________________________________________________________________
70045 [ 17800] By: hv                                    on 2002/08/29  12:08:59
70046         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
70047              From: Mark-Jason Dominus <mjd@plover.com>
70048              Date: Sun, 25 Aug 2002 12:09:53 -0400
70049              Message-ID: <20020825160953.15987.qmail@plover.com>
70050      Branch: perl
70051            ! pod/perlfaq5.pod
70052 ____________________________________________________________________________
70053 [ 17799] By: hv                                    on 2002/08/29  11:48:39
70054         Log: Subject: Re: if.pm bug.
70055              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
70056              Date: Sun, 25 Aug 2002 00:27:59 +0200
70057              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
70058      Branch: perl
70059            ! lib/if.pm
70060 ____________________________________________________________________________
70061 [ 17798] By: hv                                    on 2002/08/29  11:44:00
70062         Log: Subject: [PATCH] posixify getppid on linux-multithread
70063              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70064              Date: Tue, 6 Aug 2002 21:56:46 +0200
70065              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
70066      Branch: perl
70067            + t/op/getpid.t
70068            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
70069            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
70070 ____________________________________________________________________________
70071 [ 17797] By: hv                                    on 2002/08/29  10:55:41
70072         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
70073              From: Mark-Jason Dominus <mjd@plover.com>
70074              Date: Sun, 25 Aug 2002 22:31:54 -0400
70075              Message-ID: <20020826023154.22986.qmail@plover.com>
70076      Branch: perl
70077            ! ext/B/B.pm
70078 ____________________________________________________________________________
70079 [ 17791] By: hv                                    on 2002/08/27  11:28:32
70080         Log: Missing MANIFEST files for #17783.
70081      Branch: perl
70082            ! MANIFEST
70083 ____________________________________________________________________________
70084 [ 17790] By: hv                                    on 2002/08/27  11:22:36
70085         Log: #17783 introduced an outdated test module, causing failure in
70086              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
70087              ExtUtils::MakeMaker.
70088      Branch: perl
70089            ! t/lib/TieOut.pm
70090 ____________________________________________________________________________
70091 [ 17789] By: ams                                   on 2002/08/27  04:04:48
70092         Log: Subject: Patch perlvar.pod
70093              From: mjd@plover.com
70094              Date: 27 Aug 2002 03:03:01 -0000
70095              Message-Id: <20020827030301.32481.qmail@plover.com>
70096      Branch: perl
70097            ! pod/perlvar.pod
70098 ____________________________________________________________________________
70099 [ 17788] By: hv                                    on 2002/08/26  23:59:47
70100         Log: Update Changes
70101      Branch: perl
70102            ! Changes patchlevel.h
70103 ____________________________________________________________________________
70104 [ 17787] By: hv                                    on 2002/08/26  19:22:27
70105         Log: fix for:
70106              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
70107              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
70108              Date: 26 Aug 2002 15:01:36 -0000
70109              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
70110      Branch: perl
70111            ! regexec.c t/op/re_tests
70112 ____________________________________________________________________________
70113 [ 17786] By: hv                                    on 2002/08/26  15:34:25
70114         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
70115              From: "Sean M. Burke" <sburke@cpan.org>
70116              Date: Mon, 26 Aug 2002 04:38:19 -0600
70117              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
70118      Branch: perl
70119            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
70120            ! lib/Test/t/todo.t
70121 ____________________________________________________________________________
70122 [ 17785] By: hv                                    on 2002/08/26  15:18:41
70123         Log: fix non-ANSI C++-style comment
70124              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
70125              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70126              Date: Mon, 26 Aug 2002 09:15:18 +0200
70127              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
70128      Branch: perl
70129            ! ext/Storable/Storable.xs
70130 ____________________________________________________________________________
70131 [ 17784] By: hv                                    on 2002/08/26  15:15:19
70132         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
70133      Branch: perl
70134            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
70135            ! lib/bignum/t/brinfnan.t
70136 ____________________________________________________________________________
70137 [ 17783] By: hv                                    on 2002/08/26  15:07:21
70138         Log: Subject: [ANNOUNCE] Test::Simple 0.47
70139              From: Michael G Schwern <schwern@pobox.com>
70140              Date: Mon, 26 Aug 2002 04:13:03 -0700
70141              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
70142      Branch: perl
70143            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
70144            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
70145            + lib/Test/Simple/t/ok_obj.t
70146            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
70147            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
70148            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
70149            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
70150            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
70151 ____________________________________________________________________________
70152 [ 17782] By: hv                                    on 2002/08/26  15:00:55
70153         Log: new test for change #17773
70154              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
70155              From: DH <crazyinsomniac@yahoo.com>
70156              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
70157              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
70158      Branch: perl
70159            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
70160 ____________________________________________________________________________
70161 [ 17781] By: hv                                    on 2002/08/26  14:48:35
70162         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
70163      Branch: perl
70164            ! reentr.pl
70165 ____________________________________________________________________________
70166 [ 17780] By: hv                                    on 2002/08/25  19:03:50
70167         Log: fix bignum test failures
70168      Branch: perl
70169            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
70170            ! lib/bignum/t/brinfnan.t
70171 ____________________________________________________________________________
70172 [ 17779] By: hv                                    on 2002/08/25  18:56:29
70173         Log: upgrade bignum to v0.13: fix test failures and update docs
70174      Branch: perl
70175            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
70176 ____________________________________________________________________________
70177 [ 17778] By: hv                                    on 2002/08/25  18:43:06
70178         Log: Subject: Encode 1.76 Released
70179              From: Dan Kogai <dankogai@dan.co.jp>
70180              Date: su elo 25, 2002  11:27:07 US/Eastern
70181              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
70182      Branch: perl
70183            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
70184            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
70185            ! ext/Encode/lib/Encode/MIME/Header.pm
70186            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
70187 ____________________________________________________________________________
70188 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
70189         Log: Fix parsing problems with the // operator.
70190              Make // able to follow various unary operators used without
70191              arguments or parens (shift, pop, getc, pos, readline,
70192              readlink, undef, umask, and the filetest operators), as
70193              well as the <FH> operator.
70194      Branch: perl
70195            ! perl.h t/op/dor.t toke.c
70196 ____________________________________________________________________________
70197 [ 17776] By: hv                                    on 2002/08/25  15:56:37
70198         Log: Subject: [PATCH] ExtUtils::Constant 0.13
70199              From: Nicholas Clark <nick@unfortu.net>
70200              Date: Fri, 23 Aug 2002 19:21:12 +0100
70201              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
70202      Branch: perl
70203            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
70204 ____________________________________________________________________________
70205 [ 17775] By: hv                                    on 2002/08/25  15:46:28
70206         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
70207              From: "mls@suse.de (via RT)" <perlbug@perl.org>
70208              Date: 23 Aug 2002 15:24:39 -0000
70209              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
70210      Branch: perl
70211            ! reentr.c
70212 ____________________________________________________________________________
70213 [ 17774] By: hv                                    on 2002/08/25  15:29:42
70214         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
70215              From: Abigail <abigail@foad.org>
70216              Date: Thu, 22 Aug 2002 04:10:39 -0700
70217              Message-ID: <20020822041039.A2089@ucan.foad.org>
70218      Branch: perl
70219            ! lib/Benchmark.pm lib/Benchmark.t
70220 ____________________________________________________________________________
70221 [ 17773] By: hv                                    on 2002/08/25  15:17:16
70222         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
70223              From: DH <crazyinsomniac@yahoo.com>
70224              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
70225              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
70226      Branch: perl
70227            ! lib/Pod/Html.pm
70228 ____________________________________________________________________________
70229 [ 17772] By: hv                                    on 2002/08/25  14:49:37
70230         Log: Subject: Re: p5p patches
70231              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70232              Date: Fri, 23 Aug 2002 15:27:48 +0200
70233              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
70234      Branch: perl
70235            ! Porting/patching.pod
70236 ____________________________________________________________________________
70237 [ 17771] By: hv                                    on 2002/08/25  14:45:46
70238         Log: Subject: Newdated info for HP-UX
70239              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70240              Date: Wed, 21 Aug 2002 20:20:17 +0200
70241              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
70242      Branch: perl
70243            ! README.hpux
70244 ____________________________________________________________________________
70245 [ 17770] By: hv                                    on 2002/08/25  14:26:36
70246         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
70247              From: "Jos I. Boumans" <kane@cpan.org>
70248              Date: Wed, 21 Aug 2002 14:55:51 +0200
70249              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
70250      Branch: perl
70251            ! pod/perlfaq1.pod
70252 ____________________________________________________________________________
70253 [ 17769] By: hv                                    on 2002/08/25  14:16:50
70254         Log: Subject: bit more for WinCE
70255              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
70256              Date: Wed, 21 Aug 2002 01:31:52 +0400
70257              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
70258      Branch: perl
70259            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
70260            ! wince/wince.c
70261 ____________________________________________________________________________
70262 [ 17768] By: hv                                    on 2002/08/25  14:02:47
70263         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
70264              From: Anton Berezin <tobez@tobez.org>
70265              Date: Tue, 20 Aug 2002 23:44:25 +0200
70266              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
70267      Branch: perl
70268            ! lib/lib.t lib/lib_pm.PL
70269 ____________________________________________________________________________
70270 [ 17767] By: hv                                    on 2002/08/25  13:52:08
70271         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
70272              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
70273              Date: 18 Aug 2002 13:27:12 -0000
70274              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
70275      Branch: perl
70276            ! utils/perldoc.PL
70277 ____________________________________________________________________________
70278 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
70279         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
70280              From: Peter BARABAS (via RT) <perlbug@perl.org>
70281              Date: 24 Aug 2002 08:16:19 -0000
70282              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
70283      Branch: perl
70284            ! pod/perlxstut.pod
70285 ____________________________________________________________________________
70286 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
70287         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
70288              From: Nicholas Clark <nick@unfortu.net>
70289              Date: Sat, 24 Aug 2002 17:01:08 +0100
70290              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
70291              (plus a typo fix)
70292      Branch: perl
70293            ! lib/Net/t/hostname.t
70294 ____________________________________________________________________________
70295 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
70296         Log: a2p wasn't installed with -Dversiononly
70297      Branch: perl
70298            ! installperl
70299 ____________________________________________________________________________
70300 [ 17763] By: hv                                    on 2002/08/23  12:23:31
70301         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
70302              with a NULL subaddr. Fix that, and stop it happening again.
70303      Branch: perl
70304            ! op.c universal.c
70305 ____________________________________________________________________________
70306 [ 17762] By: hv                                    on 2002/08/23  11:02:35
70307         Log: fixup threaded build for vstring changes
70308      Branch: perl
70309            ! universal.c util.c
70310 ____________________________________________________________________________
70311 [ 17761] By: ams                                   on 2002/08/23  02:54:09
70312         Log: Incorporate fix from JHI at:
70313              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
70314      Branch: perl
70315            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
70316 ____________________________________________________________________________
70317 [ 17760] By: ams                                   on 2002/08/23  01:30:46
70318         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
70319              From: Jarkko Hietaniemi <jhi@iki.fi>
70320              Date: Fri, 23 Aug 2002 05:29:09 +0300
70321              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
70322      Branch: perl
70323            ! ext/Devel/PPPort/PPPort.pm
70324 ____________________________________________________________________________
70325 [ 17759] By: ams                                   on 2002/08/23  01:27:23
70326         Log: Subject: [PATCH] x2p/str.c signedness nits
70327              From: Jarkko Hietaniemi <jhi@iki.fi>
70328              Date: Fri, 23 Aug 2002 02:43:30 +0300
70329              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
70330      Branch: perl
70331            ! x2p/str.c
70332 ____________________________________________________________________________
70333 [ 17758] By: hv                                    on 2002/08/22  22:29:45
70334         Log: bignum-0.12 updates from:
70335              Subject: [ANNOUCNE] Big Math::Big* update
70336              From: Tels <perl_dummy@bloodgate.com>
70337              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
70338              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
70339      Branch: perl
70340            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
70341            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
70342            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
70343            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
70344            ! lib/bigrat.pm
70345 ____________________________________________________________________________
70346 [ 17757] By: hv                                    on 2002/08/22  22:19:42
70347         Log: new file for #17756
70348      Branch: perl
70349            ! MANIFEST
70350 ____________________________________________________________________________
70351 [ 17756] By: hv                                    on 2002/08/22  22:16:41
70352         Log: Subject: ANNOUCNE: Math::BigRat v0.09
70353              From: Tels <perl_dummy@bloodgate.com>
70354              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
70355              Message-Id: <200208141812.g7EICrV23771@crypt.org>
70356      Branch: perl
70357            + lib/Math/BigRat/t/big_ap.t
70358            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
70359            ! lib/Math/BigRat/t/bigratpm.inc
70360 ____________________________________________________________________________
70361 [ 17755] By: hv                                    on 2002/08/22  19:44:03
70362         Log: new files from #17754
70363      Branch: perl
70364            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
70365 ____________________________________________________________________________
70366 [ 17754] By: hv                                    on 2002/08/22  19:42:58
70367         Log: Subject: ANNOUNCE: Math-BigInt v1.62
70368              From: Tels <perl_dummy@bloodgate.com>
70369              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
70370              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
70371      Branch: perl
70372            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
70373            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
70374            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
70375            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
70376            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
70377            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
70378            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
70379            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
70380            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
70381            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
70382            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
70383 ____________________________________________________________________________
70384 [ 17753] By: hv                                    on 2002/08/22  12:05:57
70385         Log: Subject: podlators 1.24 released
70386              From: Russ Allbery <rra@stanford.edu>
70387              Date: Sat, 03 Aug 2002 20:56:42 -0700
70388              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
70389      Branch: perl
70390            + lib/Pod/t/text-options.t
70391            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
70392            ! lib/Pod/t/basic.t pod/pod2text.PL
70393 ____________________________________________________________________________
70394 [ 17752] By: hv                                    on 2002/08/22  11:13:17
70395         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
70396              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
70397              Date: Fri, 26 Jul 2002 02:59:12 +0900
70398              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
70399      Branch: perl
70400            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
70401            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
70402            ! lib/Unicode/Collate/t/test.t
70403 ____________________________________________________________________________
70404 [ 17751] By: hv                                    on 2002/08/22  11:08:35
70405         Log: fix test failure from #17747
70406      Branch: perl
70407            ! ext/B/t/stash.t
70408 ____________________________________________________________________________
70409 [ 17750] By: hv                                    on 2002/08/22  10:46:19
70410         Log: Subject: [PATCH] Fix DBM filters
70411              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
70412              Date: Wed, 21 Aug 2002 11:40:49 +0100
70413              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
70414      Branch: perl
70415            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
70416            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
70417            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
70418            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
70419            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
70420            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
70421            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
70422 ____________________________________________________________________________
70423 [ 17749] By: hv                                    on 2002/08/22  01:04:32
70424         Log: avoid use of %caller::EXPORT
70425              Subject: [PATCH] Re: question about Exporter::import
70426              From: Nicholas Clark <nick@unfortu.net>
70427              Date: Wed, 14 Aug 2002 21:33:12 +0100
70428              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
70429      Branch: perl
70430            ! lib/Exporter.pm lib/Exporter/Heavy.pm
70431 ____________________________________________________________________________
70432 [ 17748] By: hv                                    on 2002/08/22  00:54:03
70433         Log: todo test for linux $0 modification
70434              Subject: Re: [perl #16206] $0 in 5.8
70435              From: Slaven Rezic <slaven.rezic@berlin.de>
70436              Date: 17 Aug 2002 21:32:37 +0200
70437              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
70438      Branch: perl
70439            ! t/op/magic.t
70440 ____________________________________________________________________________
70441 [ 17747] By: hv                                    on 2002/08/22  00:11:34
70442         Log: Subject: Re: [PATCH] Version object patch #1
70443              From: John Peacock <jpeacock@rowman.com>
70444              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
70445              Message-id: <3D630042.6020407@rowman.com>
70446
70447              Subject: Re: [REVISED PATCH] Magic v-strings
70448              From: John Peacock <jpeacock@rowman.com>
70449              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
70450              Message-id: <3D63E532.7020305@rowman.com>
70451      Branch: perl
70452            ! sv.c t/op/ver.t universal.c util.c
70453 ____________________________________________________________________________
70454 [ 17746] By: hv                                    on 2002/08/20  16:48:05
70455         Log: Subject: [PATCH] Version object patch #1
70456              From: John Peacock <jpeacock@rowman.com>
70457              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
70458              Message-id: <3D5BB55D.6090603@rowman.com>
70459              and Message-id: <3D627D1A.4050607@rowman.com>
70460              and t/lib/warnings/universal tweak to skip
70461      Branch: perl
70462            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
70463            ! t/lib/warnings/universal toke.c util.c
70464 ____________________________________________________________________________
70465 [ 17745] By: hv                                    on 2002/08/20  16:27:01
70466         Log: perldelta for #17727
70467      Branch: perl
70468            ! pod/perldelta.pod
70469 ____________________________________________________________________________
70470 [ 17744] By: hv                                    on 2002/08/20  15:34:36
70471         Log: Subject: typo in perfunc.pod
70472              From: "John P. Linderman" <jpl@research.att.com>
70473              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
70474              Message-id: <200208191245.IAA20072@raptor.research.att.com>
70475      Branch: perl
70476            ! pod/perlfunc.pod
70477 ____________________________________________________________________________
70478 [ 17743] By: hv                                    on 2002/08/20  15:31:40
70479         Log: Subject: Re: [PATCH] fix typos in perlpacktut
70480              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
70481              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
70482              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
70483      Branch: perl
70484            ! pod/perlpacktut.pod
70485 ____________________________________________________________________________
70486 [ 17742] By: hv                                    on 2002/08/20  14:51:16
70487         Log: Subject: [REVISED PATCH] Magic v-strings
70488              From: John Peacock <jpeacock@rowman.com>
70489              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
70490              Message-id: <3D556FE6.6000404@rowman.com>
70491              plus a bit of cleanup
70492      Branch: perl
70493            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
70494 ____________________________________________________________________________
70495 [ 17741] By: hv                                    on 2002/08/20  14:20:16
70496         Log: Subject: Re: [PATCH] Storable and CODE references
70497              From: Slaven Rezic <slaven.rezic@berlin.de>
70498              Date: 17 Aug 2002 21:58:03 +0200
70499              Message-id: <87bs812r78.fsf@vran.herceg.de>
70500      Branch: perl
70501            + ext/Storable/t/code.t
70502            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
70503            ! ext/Storable/t/malice.t
70504 ____________________________________________________________________________
70505 [ 17740] By: hv                                    on 2002/08/20  14:07:56
70506         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
70507              Handle CoW in hashes:
70508              Subject: Re: why would tr/// be performing hash copies?
70509              From: Nicholas Clark <nick@unfortu.net>
70510              Date: Sun, 18 Aug 2002 23:17:01 +0100
70511              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
70512      Branch: perl
70513            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
70514 ____________________________________________________________________________
70515 [ 17739] By: hv                                    on 2002/08/20  13:52:18
70516         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
70517              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70518              Date: Tue, 23 Jul 2002 09:21:10 +0200
70519              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
70520      Branch: perl
70521            ! Configure
70522 ____________________________________________________________________________
70523 [ 17737] By: ams                                   on 2002/08/19  07:48:39
70524         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
70525              negligence.
70526      Branch: perl
70527            ! pod/perlrun.pod
70528 ____________________________________________________________________________
70529 [ 17736] By: hv                                    on 2002/08/18  18:27:28
70530         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
70531              From: Dave Mitchell <davem@fdgroup.com>
70532              Date: Fri, 16 Aug 2002 23:31:07 +0100
70533              Message-id: <20020816233107.E9388@fdgroup.com>
70534      Branch: perl
70535            ! numeric.c t/base/num.t
70536 ____________________________________________________________________________
70537 [ 17735] By: hv                                    on 2002/08/18  02:22:21
70538         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
70539              From: Mark-Jason Dominus <mjd@plover.com>
70540              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
70541              Message-id: <20020814011909.22744.qmail@plover.com>
70542      Branch: perl
70543            ! lib/Net/hostent.pm
70544 ____________________________________________________________________________
70545 [ 17734] By: hv                                    on 2002/08/18  02:20:05
70546         Log: Subject: [PATCH] Re: Pod::Functions tpyo
70547              From: Abe Timmerman <abe@ztreet.demon.nl>
70548              Date: Tue, 13 Aug 2002 23:47:00 +0200
70549              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
70550      Branch: perl
70551            ! lib/Pod/Functions.pm
70552 ____________________________________________________________________________
70553 [ 17733] By: hv                                    on 2002/08/18  02:17:18
70554         Log: Subject: Server rename revisited
70555              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70556              Date: Tue, 13 Aug 2002 19:19:03 +0200
70557              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
70558      Branch: perl
70559            ! README.hpux
70560 ____________________________________________________________________________
70561 [ 17732] By: hv                                    on 2002/08/18  02:11:49
70562         Log: Subject: [PATCH] Remove old VOS build methods
70563              From: Paul_GreenVOS@vos.stratus.com
70564              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
70565              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
70566      Branch: perl
70567            - vos/Makefile vos/build.cm vos/compile_perl.cm
70568            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
70569            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
70570            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
70571            - vos/vos_dummies.c
70572            ! MANIFEST README.vos pod/perlport.pod vos/Changes
70573 ____________________________________________________________________________
70574 [ 17731] By: hv                                    on 2002/08/18  01:57:12
70575         Log: Subject: [PATCH] Configure missing d_modflproto=''
70576              From: "Gerrit P. Haase" <gp@familiehaase.de>
70577              Date: Tue, 13 Aug 2002 15:11:05 +0200
70578              Message-id: <11417599086.20020813151105@familiehaase.de>
70579      Branch: perl
70580            ! Configure
70581 ____________________________________________________________________________
70582 [ 17730] By: hv                                    on 2002/08/18  01:41:33
70583         Log: missing chunk from #17725 causes lib/constant.t test failures
70584      Branch: perl
70585            ! lib/constant.t
70586 ____________________________________________________________________________
70587 [ 17729] By: hv                                    on 2002/08/17  02:33:15
70588         Log: Subject: [PATCH] Safe.pm documentation
70589              From: Slaven Rezic <slaven.rezic@berlin.de>
70590              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
70591              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
70592      Branch: perl
70593            ! ext/Opcode/Safe.pm pod/perlre.pod
70594 ____________________________________________________________________________
70595 [ 17728] By: hv                                    on 2002/08/17  02:07:24
70596         Log: Subject: Copy On Write
70597              From: Nicholas Clark <nick@ccl4.org>
70598              Date: Thu, 15 Aug 2002 00:10:35 +0100
70599              Message-id: <20020815001035.A69079@plum.flirble.org>
70600              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
70601      Branch: perl
70602            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
70603            ! pp_hot.c proto.h sv.c sv.h
70604 ____________________________________________________________________________
70605 [ 17727] By: hv                                    on 2002/08/17  01:20:05
70606         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
70607              From: Mark-Jason Dominus <mjd@plover.com>
70608              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
70609              Message-id: <20020415033855.6343.qmail@plover.com>
70610      Branch: perl
70611            ! av.c av.h pod/perltie.pod t/op/tiearray.t
70612 ____________________________________________________________________________
70613 [ 17726] By: hv                                    on 2002/08/17  01:17:09
70614         Log: pp.c warns that sv may be used uninitialised in pp_delete()
70615      Branch: perl
70616            ! pp.c
70617 ____________________________________________________________________________
70618 [ 17725] By: hv                                    on 2002/08/17  00:51:19
70619         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
70620              From: Michael G Schwern <schwern@pobox.com>
70621              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
70622              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
70623      Branch: perl
70624            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
70625            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
70626            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
70627            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
70628 ____________________________________________________________________________
70629 [ 17724] By: hv                                    on 2002/08/17  00:27:33
70630         Log: ext/B/defsubs.h also depends on the program that builds it
70631      Branch: perl
70632            ! ext/B/Makefile.PL
70633 ____________________________________________________________________________
70634 [ 17723] By: hv                                    on 2002/08/17  00:10:24
70635         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
70636              From: Dave Mitchell <davem@fdgroup.com>
70637              Date: Tue, 13 Aug 2002 14:42:15 +0100
70638              Message-ID: <20020813144215.G11939@fdgroup.com>
70639      Branch: perl
70640            ! embed.fnc embed.h global.sym proto.h
70641 ____________________________________________________________________________
70642 [ 17722] By: ams                                   on 2002/08/16  05:20:22
70643         Log: Subject: Minor perlrun.pod patch
70644              From: Iain Truskett <spoon@cpan.org>
70645              Date: Fri, 16 Aug 2002 16:20:27 +1000
70646              Message-Id: <20020816162027.D17196@eh.org>
70647      Branch: perl
70648            ! pod/perlrun.pod
70649 ____________________________________________________________________________
70650 [ 17721] By: hv                                    on 2002/08/12  12:17:19
70651         Log: #17717 needed tests fixing up
70652      Branch: perl
70653            ! t/op/chop.t
70654 ____________________________________________________________________________
70655 [ 17720] By: hv                                    on 2002/08/12  12:10:07
70656         Log: Subject: Re: [PATCH] Re: taint news
70657              From: Rick Delaney <rick.delaney@rogers.com>
70658              Date: 04 Aug 2002 00:28:58 EDT
70659              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
70660              missed patch fragment from Change #17676
70661      Branch: perl
70662            ! pod/perlsec.pod
70663 ____________________________________________________________________________
70664 [ 17719] By: hv                                    on 2002/08/12  12:03:53
70665         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
70666              From: Warren Jones (via RT) <perlbug@perl.org>
70667              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
70668              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
70669      Branch: perl
70670            ! lib/strict.t lib/warnings.t
70671 ____________________________________________________________________________
70672 [ 17718] By: hv                                    on 2002/08/12  11:57:17
70673         Log: Subject: [PATCH] add verbose stack display option, -Dvs
70674              From: Dave Mitchell <davem@fdgroup.com>
70675              Date: Mon, 5 Aug 2002 00:55:33 +0100
70676              Message-id: <20020805005533.B26111@fdgroup.com>
70677      Branch: perl
70678            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
70679            ! pod/perlrun.pod proto.h
70680 ____________________________________________________________________________
70681 [ 17717] By: hv                                    on 2002/08/12  11:44:06
70682         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
70683              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
70684              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
70685              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
70686      Branch: perl
70687            ! op.c t/op/chop.t t/op/ref.t
70688 ____________________________________________________________________________
70689 [ 17716] By: hv                                    on 2002/08/12  11:29:53
70690         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
70691              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
70692              Date: Sat, 13 Jul 2002 17:44:02 +0100
70693              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
70694      Branch: perl
70695            ! pp_hot.c t/op/tiehandle.t
70696 ____________________________________________________________________________
70697 [ 17715] By: hv                                    on 2002/08/12  11:28:26
70698         Log: Subject: [PATCH] better modfl detection
70699              From: Nicholas Clark <nick@unfortu.net>
70700              Date: Sun, 11 Aug 2002 20:05:49 +0100
70701              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
70702      Branch: perl
70703            ! Configure config_h.SH perl.h
70704 ____________________________________________________________________________
70705 [ 17714] By: hv                                    on 2002/08/12  11:26:23
70706         Log: Subject: [PATCH] perltodo.pod
70707              From: Richard.Foley@t-online.de
70708              Date: Sun, 11 Aug 2002 18:26:10 +0200
70709              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
70710              perlbug credits
70711      Branch: perl
70712            ! pod/perltodo.pod
70713 ____________________________________________________________________________
70714 [ 17713] By: hv                                    on 2002/08/12  11:24:44
70715         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
70716              From: Nicholas Clark <nick@unfortu.net>
70717              Date: Sun, 11 Aug 2002 16:59:16 +0100
70718              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
70719      Branch: perl
70720            ! gv.c
70721 ____________________________________________________________________________
70722 [ 17712] By: hv                                    on 2002/08/12  11:23:06
70723         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
70724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70725              Date: Mon, 12 Aug 2002 10:25:20 +0200
70726              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
70727              gcc bug test needs -lm
70728      Branch: perl
70729            ! hints/hpux.sh
70730 ____________________________________________________________________________
70731 [ 17711] By: hv                                    on 2002/08/12  11:20:49
70732         Log: Subject: [PATCH s2p] Small typo correction
70733              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
70734              Date: Wed, 7 Aug 2002 11:50:51 +0200
70735              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
70736      Branch: perl
70737            ! x2p/s2p.PL
70738 ____________________________________________________________________________
70739 [ 17710] By: hv                                    on 2002/08/12  11:17:21
70740         Log: Subject: [PATCH] pod/perlfaq4.pod
70741              From: Abigail <abigail@foad.org>
70742              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
70743              Message-id: <20020730095202.A6462@ucan.foad.org>
70744              Add references to Regexp::Common.
70745      Branch: perl
70746            ! pod/perlfaq4.pod
70747 ____________________________________________________________________________
70748 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
70749         Log: Subject: New HP-UX itanium servers
70750              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70751              Date: Wed, 07 Aug 2002 13:25:57 +0200
70752              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
70753      Branch: perl
70754            ! README.hpux
70755 ____________________________________________________________________________
70756 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
70757         Log: Subject: Re: missing lower range in {} regex
70758              From: "John P. Linderman" <jpl@research.att.com>
70759              Date: Fri, 09 Aug 2002 12:48:55 -0400
70760              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
70761      Branch: perl
70762            ! pod/perlre.pod
70763 ____________________________________________________________________________
70764 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
70765         Log: More tests for the attribute syntax, from the
70766              attributes manpage.
70767      Branch: perl
70768            ! t/op/attrs.t
70769 ____________________________________________________________________________
70770 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
70771         Log: Fix bug #16080 : an attribute list should end at '}'
70772      Branch: perl
70773            ! t/op/attrs.t toke.c
70774 ____________________________________________________________________________
70775 [ 17703] By: hv                                    on 2002/08/08  15:30:12
70776         Log: Update Changes
70777      Branch: perl
70778            ! Changes patchlevel.h
70779 ____________________________________________________________________________
70780 [ 17702] By: hv                                    on 2002/08/08  15:08:57
70781         Log: Subject: Re: README.aix
70782              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70783              Date: Tue, 30 Jul 2002 13:30:29 +0200
70784              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
70785      Branch: perl
70786            ! README.aix
70787 ____________________________________________________________________________
70788 [ 17701] By: hv                                    on 2002/08/08  15:06:01
70789         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
70790              From: Andy Dougherty <doughera@lafayette.edu>
70791              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
70792              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
70793      Branch: perl
70794            ! hints/aix.sh
70795 ____________________________________________________________________________
70796 [ 17700] By: hv                                    on 2002/08/08  15:02:57
70797         Log: Subject: [DOC PATCH] perlipc.pod
70798              From: Arjen Laarhoven <arjen@nl.demon.net>
70799              Date: Tue, 6 Aug 2002 14:16:01 +0200
70800              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
70801      Branch: perl
70802            ! pod/perlipc.pod
70803 ____________________________________________________________________________
70804 [ 17699] By: hv                                    on 2002/08/08  14:56:56
70805         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
70806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70807              Date: Fri, 2 Aug 2002 23:44:21 +0200
70808              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
70809      Branch: perl
70810            ! op.c t/op/attrs.t
70811 ____________________________________________________________________________
70812 [ 17698] By: hv                                    on 2002/08/08  14:52:45
70813         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
70814              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
70815              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
70816              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
70817      Branch: perl
70818            ! Configure
70819 ____________________________________________________________________________
70820 [ 17697] By: hv                                    on 2002/08/08  14:49:00
70821         Log: Subject: Doc patch for Class::Struct under 5.8.0
70822              From: Damian Conway <damian@conway.org>
70823              Date: Tue, 30 Jul 2002 23:03:14 +1000
70824              Message-id: <3D471FCF.1C7C6E6B@conway.org>
70825      Branch: perl
70826            ! lib/Class/Struct.pm
70827 ____________________________________________________________________________
70828 [ 17696] By: hv                                    on 2002/08/08  14:44:21
70829         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
70830              From: Slaven Rezic <slaven.rezic@berlin.de>
70831              Date: 31 Jul 2002 09:50:06 +0200
70832              Message-id: <87ado85ob5.fsf@vran.herceg.de>
70833      Branch: perl
70834            ! pp.c
70835 ____________________________________________________________________________
70836 [ 17695] By: hv                                    on 2002/08/08  14:40:41
70837         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
70838              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
70839              Date: Fri, 2 Aug 2002 00:13:10 +0200
70840              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
70841      Branch: perl
70842            + t/op/stash.t
70843            ! MANIFEST perl.h
70844 ____________________________________________________________________________
70845 [ 17694] By: hv                                    on 2002/08/08  14:31:55
70846         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
70847              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
70848              Date: Wed, 31 Jul 2002 16:04:02 +0200
70849              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
70850      Branch: perl
70851            ! hints/hpux.sh
70852 ____________________________________________________________________________
70853 [ 17693] By: hv                                    on 2002/08/08  14:25:16
70854         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
70855              From: Abigail <abigail@foad.org>
70856              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
70857              Message-id: <20020725085252.A2703@ucan.foad.org>
70858      Branch: perl
70859            ! lib/ExtUtils/MM_Unix.pm
70860 ____________________________________________________________________________
70861 [ 17692] By: hv                                    on 2002/08/08  14:20:05
70862         Log: Subject: [PATCH] README.jp and README.cn
70863              From: Autrijus Tang <autrijus@autrijus.org>
70864              Date: Thu, 25 Jul 2002 07:05:11 +0800
70865              Message-id: <20020724230511.GA1327@not.autrijus.org>
70866      Branch: perl
70867            ! README.cn README.jp
70868 ____________________________________________________________________________
70869 [ 17691] By: hv                                    on 2002/08/08  14:01:50
70870         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
70871              From: Henrik Tougaard (via RT) <perlbug@perl.org>
70872              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
70873              Message-id: <rt-15398-31095.6.30466042998663@perl>
70874      Branch: perl
70875            ! lib/Pod/Usage.pm
70876 ____________________________________________________________________________
70877 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
70878         Log: Doc fix : the symbol for COPs wasn't documented.
70879      Branch: perl
70880            ! opcode.pl
70881 ____________________________________________________________________________
70882 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
70883         Log: Subject: Re: no warnings 'io';
70884              From: Nicholas Clark <nick@unfortu.net>
70885              Date: Sat, 27 Jul 2002 21:49:55 +0100
70886              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
70887
70888              Plus a little bit of regression tests.
70889      Branch: perl
70890            ! t/lib/warnings/pp_hot util.c
70891 ____________________________________________________________________________
70892 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
70893         Log: Subject: [PATCH] XS build fix for VMS
70894              From: "Craig A. Berry" <craigberry@mac.com>
70895              Date: Sun, 4 Aug 2002 12:13:06 -0500
70896              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
70897      Branch: perl
70898            ! vms/descrip_mms.template
70899 ____________________________________________________________________________
70900 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
70901         Log: PerlIO::scalar wasn't able to read from non-string
70902              scalar ; now stringifies its argument.
70903      Branch: perl
70904            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
70905 ____________________________________________________________________________
70906 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
70907         Log: More regression tests for $^H and %^H.
70908              Add a TODO test for eval "" preserving %^H.
70909      Branch: perl
70910            ! t/comp/hints.t
70911 ____________________________________________________________________________
70912 [ 17685] By: hv                                    on 2002/08/05  22:42:09
70913         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
70914              From: "John P. Linderman" <jpl@research.att.com>
70915              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
70916              Message-id: <200207211613.MAA69505@raptor.research.att.com>
70917      Branch: perl
70918            ! lib/sort.pm lib/sort.t
70919 ____________________________________________________________________________
70920 [ 17684] By: hv                                    on 2002/08/05  22:35:22
70921         Log: Integrate from perlio: change #17653 fixes bug RT15283
70922      Branch: perl
70923           !> ext/PerlIO/via/via.xs
70924 ____________________________________________________________________________
70925 [ 17683] By: hv                                    on 2002/08/05  22:26:45
70926         Log: Integrate from maint-5.6/macperl via macperl
70927              Changes 17660, 17661, 17662, 17663, 17664
70928      Branch: perl
70929           !> perl.c
70930 ____________________________________________________________________________
70931 [ 17682] By: hv                                    on 2002/08/05  15:04:54
70932         Log: Subject: Defined-or patch (cleaned up)
70933              From: "Brent Dax" <brentdax@cpan.org>
70934              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
70935              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
70936      Branch: perl
70937            + t/op/dor.t
70938            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
70939            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
70940            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
70941            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
70942            ! vms/perly_h.vms
70943 ____________________________________________________________________________
70944 [ 17681] By: hv                                    on 2002/08/05  14:41:23
70945         Log: typo
70946      Branch: perl
70947            ! keywords.h keywords.pl
70948 ____________________________________________________________________________
70949 [ 17680] By: hv                                    on 2002/08/05  14:33:39
70950         Log: warn that keywords.h is generated
70951      Branch: perl
70952            ! keywords.h keywords.pl
70953 ____________________________________________________________________________
70954 [ 17679] By: hv                                    on 2002/08/04  23:40:22
70955         Log: again: #17678 caused test failures in pod2html,
70956              in which $1 could leak from previous regexp
70957      Branch: perl
70958            ! mg.c
70959 ____________________________________________________________________________
70960 [ 17678] By: hv                                    on 2002/08/04  15:34:19
70961         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
70962              From: hv@crypt.org
70963              Date: Sun, 04 Aug 2002 17:40:30 +0100
70964              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
70965      Branch: perl
70966            ! mg.c t/op/taint.t
70967 ____________________________________________________________________________
70968 [ 17677] By: hv                                    on 2002/08/04  15:25:25
70969         Log: Main branch no longer needs op/taint.t version check.
70970      Branch: perl
70971            ! t/op/taint.t
70972 ____________________________________________________________________________
70973 [ 17676] By: hv                                    on 2002/08/04  15:14:09
70974         Log: Subject: Re: [PATCH] Re: taint news
70975              From: Rick Delaney <rick.delaney@rogers.com>
70976              Date: 04 Aug 2002 00:28:58 EDT
70977              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
70978              Ref: 20020208.005
70979      Branch: perl
70980            ! pp_sys.c
70981 ____________________________________________________________________________
70982 [ 17675] By: hv                                    on 2002/08/04  01:48:36
70983         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
70984      Branch: perl
70985            ! AUTHORS
70986 ____________________________________________________________________________
70987 [ 17674] By: hv                                    on 2002/08/04  01:30:11
70988         Log: Subject: [PATCH] AUTHORS
70989              From: Colin Watson <colinw@zeus.com>
70990              Date: Thu, 25 Jul 2002 15:54:37 +0100
70991              Message-id: <20020725145437.GC4921@zeus.com>
70992      Branch: perl
70993            ! AUTHORS
70994 ____________________________________________________________________________
70995 [ 17673] By: hv                                    on 2002/08/04  01:27:36
70996         Log: Subject: [PATCH] AUTHORS
70997              From: Walt Mankowski <waltman@pobox.com>
70998              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
70999              Message-id: <20020721025612.GB15958@pobox.com>
71000      Branch: perl
71001            ! AUTHORS
71002 ____________________________________________________________________________
71003 [ 17672] By: hv                                    on 2002/08/04  01:25:14
71004         Log: Subject: Re: mention of "use sort" botched in perlfunc?
71005              From: Michael G Schwern <schwern@pobox.com>
71006              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
71007              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
71008      Branch: perl
71009            ! pod/perlfunc.pod
71010 ____________________________________________________________________________
71011 [ 17671] By: hv                                    on 2002/08/04  01:11:32
71012         Log: Change version from 5.8.0 to 5.9.0.
71013      Branch: perl
71014            ! Configure NetWare/Makefile NetWare/config_H.wc
71015            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
71016            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
71017            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
71018            ! patchlevel.h win32/Makefile win32/makefile.mk
71019            ! wince/Makefile.ce
71020 ____________________________________________________________________________
71021 [ 17656] By: ams                                   on 2002/07/28  06:12:33
71022         Log: Subject: [PATCH] Typo in regcomp.c
71023              From: Chris Ball <chris@cpan.org>
71024              Date: 26 Jul 2002 17:49:35 +0100
71025              Message-Id: <868z3yzb6o.fsf@void.printf.net>
71026              (With additional tweak to s_reginclasslen.)
71027      Branch: perl
71028            ! regcomp.c
71029 ____________________________________________________________________________
71030 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
71031         Log: Upgrade to Unicode::Collate 0.20.
71032      Branch: perl
71033            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
71034            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
71035 ____________________________________________________________________________
71036 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
71037         Log: Commas, schcommas.
71038      Branch: perl
71039            ! patchlevel.h
71040 ____________________________________________________________________________
71041 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
71042         Log: Copy perldelta as perl58delta, purge the perldelta.
71043      Branch: perl
71044            + pod/perl58delta.pod
71045            ! MANIFEST pod/perldelta.pod
71046 ____________________________________________________________________________
71047 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
71048         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
71049      Branch: perl
71050            ! Changes patchlevel.h
71051 ____________________________________________________________________________
71052 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
71053         Log: Integrate perlio (no changes, but that's fine).
71054      Branch: perl
71055           !> embed.fnc perl.h
71056 ____________________________________________________________________________
71057 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
71058         Log: It's all yours, Hugo.
71059      Branch: perl
71060            + Changes5.8
71061            ! Changes MANIFEST