This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regenerate Changes.
[perl5.git] / Changes
CommitLineData
99b32ad1
JH
1Please note: This file provides a complete, temporally ordered log of
2changes that went into every version of Perl. If you'd like more
3detailed information, please consult the comments in the individual
4patches posted to the perl5-porters mailing list. Patches for each
5individual change may also be obtained through ftp and rsync--see
21a64cc4 6pod/perlhack.pod for the details.
99b32ad1 7
21a64cc4 8For information on what's new in this release, see pod/perldelta.pod.
99b32ad1 9
5850c7a4 10[The "CAST AND CREW" list has been moved to AUTHORS.]
99b32ad1 11
99b32ad1
JH
12NOTE: Each change entry shows the change number; who checked it into the
13repository; when; description of the change; which branch the change
14happened in; and the affected files. The file lists have a short symbolic
15indicator:
16
17 ! modified
18 + added
19 - deleted
20 +> branched (from elsewhere)
21 !> merged changes (from elsewhere)
22
dd6de302
JH
23The Message-Ids in the change entries refer to the email messages sent
24to the perl5-porters mailing list. You can retrieve the messages for
25example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
99b32ad1
JH
26
27--------------
6b490b4c 28Version v5.9.X Development release working toward v5.10
99b32ad1 29--------------
9d1d2f03
AMS
30
31____________________________________________________________________________
01b48eaa
RGS
32[ 31562] By: rgs on 2007/07/07 10:59:10
33 Log: Fix corelist.pl after the reorganisation of the
34 Compress modules in ext/. Re-update Module::CoreList.
35 Branch: perl
36 ! Porting/corelist.pl lib/Module/CoreList.pm
37____________________________________________________________________________
38[ 31561] By: rgs on 2007/07/07 10:51:08
39 Log: Update Module::CoreList, regenerate META.yml,
40 mention Log::Message::* in perldelta and
41 update perlhist with 5.9.5
42 Branch: perl
43 ! META.yml lib/Module/CoreList.pm pod/perl595delta.pod
44 ! pod/perlhist.pod
45____________________________________________________________________________
46[ 31560] By: rgs on 2007/07/07 10:38:56
47 Log: Regenerate table of contents
48 Branch: perl
49 ! pod/perltoc.pod
50____________________________________________________________________________
51[ 31559] By: rgs on 2007/07/07 10:19:07
52 Log: FAQ sync
53 Branch: perl
54 ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq4.pod
55 ! pod/perlfaq8.pod
56____________________________________________________________________________
57[ 31558] By: rgs on 2007/07/07 09:44:34
58 Log: Subject: [PATCH] Update CPANPLUS to 0.81_01
59 From: "Jos I. Boumans" <kane@dwim.org>
60 Date: Sat, 7 Jul 2007 11:39:12 +0200
61 Message-Id: <87949855-9BDE-4823-9C28-BD639844CA41@dwim.org>
62 Branch: perl
63 ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
64 ! lib/CPANPLUS/Configure/Setup.pm lib/CPANPLUS/Internals.pm
65 ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
66 ! lib/CPANPLUS/bin/cpan2dist
67 ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
68 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
69 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
70 ! r-0.01.tar.gz.packed
71 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
72 ! tar.gz.packed
73 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
74 ! tar.gz.packed
75 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
76 ! r.gz.packed
77 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
78 ! tar.gz.packed
79 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
80 ! r.gz.packed
81 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
82 ! cked
83 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
84____________________________________________________________________________
85[ 31557] By: rgs on 2007/07/07 09:32:30
86 Log: Desactive the "DEVEL" local patch tag for release.
87 Branch: perl
88 ! patchlevel.h
89____________________________________________________________________________
90[ 31556] By: rgs on 2007/07/07 09:03:41
91 Log: Mention that pseudo-hashes are no longer supported
92 Branch: perl
93 ! pod/perl595delta.pod
94____________________________________________________________________________
95[ 31555] By: rgs on 2007/07/07 08:22:46
96 Log: Update Changes
97 Branch: perl
98 ! Changes
99____________________________________________________________________________
b2b69dad
RGS
100[ 31554] By: rgs on 2007/07/07 08:07:58
101 Log: Subject: [PATCH] MAD: disable constant subs when PL_madskills
102 From: Gerard Goossen <gerard@tty.nl>
103 Date: Wed, 27 Jun 2007 13:04:00 +0200
104 Message-ID: <20070627110400.GC11336@ostwald>
105 Branch: perl
106 ! mad/t/p55.t op.c toke.c
107____________________________________________________________________________
108[ 31553] By: rgs on 2007/07/07 08:05:24
109 Log: Subject: [PATCH] p55: add 'declarator' to listop. Fixes 'pipe my ($r, $w)'
110 From: Gerard Goossen <gerard@tty.nl>
111 Date: Wed, 27 Jun 2007 11:58:28 +0200
112 Message-ID: <20070627095828.GB11336@ostwald>
113 Branch: perl
114 ! mad/Nomad.pm mad/t/p55.t
115____________________________________________________________________________
116[ 31552] By: rgs on 2007/07/07 08:03:49
117 Log: Subject: [PATCH] p55: correctly translate things like s//$#foo/ge
118 From: Gerard Goossen <gerard@tty.nl>
119 Date: Tue, 26 Jun 2007 20:33:50 +0200
120 Message-ID: <20070626183350.GA11336@ostwald>
121 Branch: perl
122 ! mad/Nomad.pm mad/P5AST.pm mad/t/p55.t
123____________________________________________________________________________
124[ 31551] By: rgs on 2007/07/07 07:46:58
125 Log: Subject: Re: [PATCH] Final Draft - pod/perlcommunity.pod - (was [PATCH] Draft - pod/perlcommunity.pod - Patches welcome)
126 From: "Edgar Bering" <trizor@gmail.com>
127 Date: Wed, 4 Jul 2007 11:51:53 +0200
128 Message-ID: <e54ba1c30707040251o6814c0e4r64929702dc3b0eb7@mail.gmail.com>
129 Branch: perl
130 + pod/perlcommunity.pod
131 ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
132 ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
133____________________________________________________________________________
134[ 31550] By: rgs on 2007/07/07 07:29:08
135 Log: Add a note in perldelta about undefining *ISA
136 Branch: perl
137 ! pod/perl595delta.pod
138____________________________________________________________________________
139[ 31549] By: rgs on 2007/07/07 07:12:01
140 Log: Subject: [patch] add verbose mode to -DU debugging option
141 From: Jim Cromie <jim.cromie@gmail.com>
142 Date: Thu, 05 Jul 2007 10:17:24 -0600
143 Message-ID: <468D1994.1090909@gmail.com>
144 Branch: perl
145 ! perl.h pod/perlrun.pod
146____________________________________________________________________________
147[ 31548] By: rgs on 2007/07/07 07:02:21
148 Log: Make Perl_find_runcv a member of the public API
149 (so Sub::Current works on Windows)
150 Branch: perl
151 ! embed.fnc embed.h global.sym pod/perlapi.pod
152 ! pod/perlintern.pod
153____________________________________________________________________________
154[ 31547] By: rgs on 2007/07/07 06:56:48
155 Log: Remove 5.10.0 section from perltodo
156 Branch: perl
157 ! pod/perltodo.pod
158____________________________________________________________________________
159[ 31546] By: rgs on 2007/07/07 06:52:39
160 Log: Subject: [PATCH] Fix commented out function names in proto.h
161 From: "Jan Dubois" <jand@activestate.com>
162 Date: Fri, 6 Jul 2007 17:59:38 -0700
163 Message-ID: <058b01c7c032$18a6a260$49f3e720$@com>
164 Branch: perl
165 ! embed.h embed.pl proto.h
166____________________________________________________________________________
167[ 31545] By: rgs on 2007/07/07 05:05:50
168 Log: base.pm is belong to me
169 Branch: perl
170 ! Porting/Maintainers.pl
171____________________________________________________________________________
172[ 31544] By: craigb on 2007/07/06 20:39:46
173 Log: Fix the case of $Config{perl_patchlevel} on VMS.
174 Branch: perl
175 ! configure.com
176____________________________________________________________________________
177[ 31543] By: steveh on 2007/07/06 16:24:07
178 Log: Subject: Re: Beyond 5.10
179 From: Abigail <abigail@abigail.be>
180 Date: Thu, 5 Jul 2007 21:55:20 +0200
181 Message-ID: <20070705195520.GB1314@abigail.nl>
182
183 Cleans up Porting/checkAUTHORS.pl and adds missing alias mappings
184 to it, and adds missing entries to AUTHORS.
185 Branch: perl
186 ! AUTHORS Porting/checkAUTHORS.pl
187____________________________________________________________________________
188[ 31542] By: rgs on 2007/07/06 16:00:57
189 Log: Add test preambles
190 Branch: perl
191 ! lib/base/t/base.t lib/base/t/fields-base.t lib/base/t/fields.t
192 ! lib/base/t/warnings.t
193____________________________________________________________________________
194[ 31541] By: rgs on 2007/07/06 15:52:40
195 Log: Make this new test be skipped with 5.8.x
196 Branch: perl
197 ! lib/base/t/fields-base.t
198____________________________________________________________________________
199[ 31540] By: rgs on 2007/07/06 13:58:58
200 Log: Upgrade to base and fields 2.12, mostly by Michael G Schwern
201 Branch: perl
202 + lib/base/Changes lib/base/t/sigdie.t lib/base/t/version.t
203 + lib/base/t/warnings.t t/lib/Dummy.pm t/lib/HasSigDie.pm
204 ! MANIFEST lib/base.pm lib/base/t/base.t
205 ! lib/base/t/fields-base.t lib/base/t/fields.t lib/fields.pm
206____________________________________________________________________________
207[ 31539] By: steveh on 2007/07/06 11:08:37
208 Log: Add Borland linker option to not generate .map files
209 (They are not generated by default by VC++ or MinGW, and there
210 doesn't seem to be any need for them.)
211 Branch: perl
212 ! win32/makefile.mk
213____________________________________________________________________________
214[ 31538] By: rgs on 2007/07/06 08:09:12
215 Log: Subject: [PATCH] Archive::Extract - small pod update
216 From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
217 Date: Thu, 5 Jul 2007 16:01:02 +0100
218 Message-ID: <00ee01c7bf15$57bdbf60$3a3c140a@myopwv.com>
219 Branch: perl
220 ! lib/Archive/Extract.pm
221____________________________________________________________________________
222[ 31537] By: davem on 2007/07/04 23:09:02
223 Log: clarify what text 'warn' appends to a newline-less string
224 Branch: perl
225 ! pod/perlfunc.pod
226____________________________________________________________________________
227[ 31536] By: davem on 2007/07/04 22:39:08
228 Log: really fix S_emulate_eaccess compiler warning (#31418 didn't)
229 Branch: perl
230 ! embed.fnc
231____________________________________________________________________________
232[ 31535] By: craigb on 2007/07/04 16:27:16
233 Log: New File::Path tests require unix syntax on VMS.
234 Branch: perl
235 ! lib/File/Path.t
236____________________________________________________________________________
237[ 31534] By: craigb on 2007/07/04 16:07:33
238 Log: VMS syntax nit in new MakeMaker test.
239 Branch: perl
240 ! lib/ExtUtils/t/cd.t
241____________________________________________________________________________
242[ 31533] By: craigb on 2007/07/04 15:35:56
243 Log: Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.
244 Branch: perl
245 ! configure.com
246____________________________________________________________________________
247[ 31532] By: craigb on 2007/07/04 15:18:06
248 Log: Remove vms/genconfig.pl and references to it; it was made obsolete way back
249 in change #1084. Remove references to vms/config.vms, which was removed in
250 change #1084.
251 Branch: perl
252 - vms/genconfig.pl
253 ! MANIFEST README.vms configure.com vms/myconfig.com
254____________________________________________________________________________
255[ 31531] By: rgs on 2007/07/04 14:13:55
256 Log: Adapt perlivp to the ext/ reorganisation for Compress modules
257 Branch: perl
258 ! utils/perlivp.PL
259____________________________________________________________________________
260[ 31530] By: rgs on 2007/07/04 13:38:42
261 Log: Subject: [perl #3589] [BUG#3589 bleadperl]
262 From: "Reini Urban via RT" <perlbug-followup@perl.org>
263 Date: Mon, 02 Jul 2007 14:59:08 -0700
264 Message-ID: <rt-3.6.HEAD-20473-1183413546-187.3589-15-0@perl.org>
265 Branch: perl
266 ! t/op/re_tests
267____________________________________________________________________________
268[ 31529] By: rgs on 2007/07/04 13:32:06
269 Log: Subject: RE: [PATCH] lib/Net/Ping/t/500_ping_icmp.t requires admin
270 From: "Jan Dubois" <jand@activestate.com>
271 Date: Mon, 2 Jul 2007 14:21:06 -0700
272 Message-ID: <007901c7bcee$e7b5d400$b7217c00$@com>
273 Branch: perl
274 ! lib/Net/Ping/t/500_ping_icmp.t
275____________________________________________________________________________
276[ 31528] By: rgs on 2007/07/04 08:20:47
277 Log: Don't require to have at least DB_File or *DBM_File
278 Branch: perl
279 ! t/lib/commonsense.t
280____________________________________________________________________________
281[ 31527] By: rgs on 2007/07/04 08:11:36
282 Log: regexp flags =~ s/k/p/
283 Branch: perl
284 ! pod/perlre.pod
285____________________________________________________________________________
286[ 31526] By: steveh on 2007/07/03 16:13:58
287 Log: Correct a couple more cases of $Config{useshrplib}
288 Branch: perl
289 ! hints/uts.sh lib/ExtUtils/MM_Unix.pm vms/genconfig.pl
290____________________________________________________________________________
291[ 31525] By: rgs on 2007/07/03 14:34:05
292 Log: More tests for \g errors in regular expressions
293 Branch: perl
294 ! t/op/re_tests
295____________________________________________________________________________
296[ 31524] By: rgs on 2007/07/03 14:26:13
297 Log: Forbid \g0. (tests coming later)
298 Branch: perl
299 ! pod/perldiag.pod regcomp.c
300____________________________________________________________________________
301[ 31523] By: steveh on 2007/07/03 14:16:23
302 Log: $Config{useshrplib} should be 'true' rather than 'yes' when using
303 a shared perl library
304 Branch: perl
305 ! NetWare/config.wc win32/config.bc win32/config.ce
306 ! win32/config.gc win32/config.vc win32/config.vc64
307____________________________________________________________________________
308[ 31522] By: stevep on 2007/07/03 13:51:08
309 Log: Upgrade to ExtUtils-MakeMaker-6.36
310 Branch: perl
311 ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/prereq.t
312____________________________________________________________________________
313[ 31521] By: stevep on 2007/07/02 18:23:50
314 Log: Include file missed from change #31519.
315 Branch: perl
316 ! lib/ExtUtils/MakeMaker.pm
317____________________________________________________________________________
318[ 31520] By: stevep on 2007/07/02 16:52:30
319 Log: Subject: [PATCH] compression modules update to version 2.005
320 From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
321 Date: Sun, 1 Jul 2007 00:50:01 +0100
322 Message-ID: <000c01c7bb71$6189ae20$6601a8c0@myopwv.com>
323 Branch: perl
324 + ext/IO_Compress_Zlib/t/110encode-deflate.t
325 + ext/IO_Compress_Zlib/t/110encode-gzip.t
326 + ext/IO_Compress_Zlib/t/110encode-rawdeflate.t
327 + ext/IO_Compress_Zlib/t/110encode-zip.t
328 + t/lib/compress/encode.pl
329 ! MANIFEST ext/Compress/Raw/Zlib/Changes
330 ! ext/Compress/Raw/Zlib/Makefile.PL ext/Compress/Raw/Zlib/README
331 ! ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
332 ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
333 ! ext/Compress/Zlib/README
334 ! ext/Compress/Zlib/lib/Compress/Zlib.pm
335 ! ext/Compress/Zlib/t/08encoding.t ext/IO_Compress_Base/Changes
336 ! ext/IO_Compress_Base/README
337 ! ext/IO_Compress_Base/lib/IO/Compress/Base.pm
338 ! ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
339 ! ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
340 ! ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
341 ! ext/IO_Compress_Zlib/Changes ext/IO_Compress_Zlib/Makefile.PL
342 ! ext/IO_Compress_Zlib/README
343 ! ext/IO_Compress_Zlib/examples/unzip
344 ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
345 ! ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
346 ! ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
347 ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
348 ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
349 ! ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
350 ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
351 ! ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
352 ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
353 ! ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
354 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
355 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
356 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
357 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
358 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
359 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
360 ! ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
361 ! ext/IO_Compress_Zlib/t/004gziphdr.t
362 ! ext/IO_Compress_Zlib/t/005defhdr.t t/lib/compress/generic.pl
363 ! t/lib/compress/oneshot.pl t/lib/compress/tied.pl
364____________________________________________________________________________
365[ 31519] By: stevep on 2007/07/02 15:39:52
366 Log: Upgrade to ExtUtils-MakeMaker-6.35
367 Branch: perl
368 + lib/ExtUtils/t/WriteEmptyMakefile.t lib/ExtUtils/t/cd.t
369 + lib/ExtUtils/t/fixin.t lib/ExtUtils/t/prereq.t
370 ! MANIFEST lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Unix.pm
371 ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
372 ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/t/basic.t
373 ! lib/ExtUtils/t/parse_version.t lib/ExtUtils/t/recurs.t
374 ! lib/ExtUtils/t/writemakefile_args.t
375 ! t/lib/MakeMaker/Test/Setup/Recurs.pm
376 ! t/lib/MakeMaker/Test/Utils.pm
377____________________________________________________________________________
378[ 31518] By: rgs on 2007/07/02 13:35:06
379 Log: Subject: [PATCH] Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules in the core?)
380 From: "Jos I. Boumans" <kane@dwim.org>
381 Date: Mon, 2 Jul 2007 15:20:37 +0200
382 Message-Id: <A819F8C7-19C9-4ECE-8CF5-80FAAF54F890@dwim.org>
383 Branch: perl
384 + Porting/add-package.pl
385 ! MANIFEST
386____________________________________________________________________________
387[ 31517] By: rgs on 2007/07/02 13:28:50
388 Log: Subject: [PATCH-revised] Address 250_ping_hires.t failure
389 From: "Jerry D. Hedden" <jdhedden@cpan.org>
390 Date: Sun, 1 Jul 2007 15:23:37 -0400
391 Message-ID: <1ff86f510707011223u7557fc53m9df980815479892a@mail.gmail.com>
392 Branch: perl
393 ! lib/Net/Ping/t/250_ping_hires.t
394____________________________________________________________________________
395[ 31516] By: rgs on 2007/07/02 13:17:26
396 Log: Subject: [PATCH] Fixes to threads tests
397 From: "Jerry D. Hedden" <jdhedden@cpan.org>
398 Date: Sun, 1 Jul 2007 15:03:41 -0400
399 Message-ID: <1ff86f510707011203qc90c31he6f6b86d08d34e39@mail.gmail.com>
400 Branch: perl
401 ! ext/threads/Changes ext/threads/t/stack.t
402 ! ext/threads/t/stack_env.t ext/threads/t/stress_cv.t
403 ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
404____________________________________________________________________________
405[ 31515] By: steveh on 2007/07/02 12:25:46
406 Log: Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mk
407 Branch: perl
408 ! win32/makefile.mk
409____________________________________________________________________________
410[ 31514] By: nicholas on 2007/07/01 14:45:47
411 Log: Restore a comment from 30501 unintentionally deleted with change 31513.
412 Branch: perl
413 ! mro.c
414____________________________________________________________________________
415[ 31513] By: nicholas on 2007/07/01 14:23:45
416 Log: Avoid copying the AV in Perl_mro_get_linear_isa_dfs()
417 Branch: perl
418 ! mro.c
419____________________________________________________________________________
420[ 31512] By: nicholas on 2007/07/01 12:33:39
421 Log: Add some information to the comments describing SV flag bits.
422 Branch: perl
423 ! sv.h
424____________________________________________________________________________
425[ 31511] By: davem on 2007/07/01 12:30:50
426 Log: test that localised tieing of a hash or array remains local
427 (tests for change #31505)
428 Branch: perl
429 ! t/op/tie.t
430____________________________________________________________________________
431[ 31510] By: demerphq on 2007/07/01 12:03:35
432 Log: char is not a good type to use for array indexes;
433 should have been U8 in the first place.
434
435 Originally noticed by Jerry Hedden in
436 Subject: [PATCH] Compiler warning in regcomp.c
437 From: "Jerry D. Hedden" <jdhedden@cpan.org>
438 Date: Sat, 30 Jun 2007 16:34:06 -0400
439 Message-ID: <1ff86f510706301334t337903a0k46abc6d2d25c68a5@mail.gmail.com>
440 Branch: perl
441 ! regcomp.c
442____________________________________________________________________________
443[ 31509] By: demerphq on 2007/06/30 16:44:16
444 Log: Subject: FYI: Math::BigInt v1.87 released [PATCH]
445 From: Tels <nospam-abuse@bloodgate.com>
446 Date: Sat, 30 Jun 2007 13:14:05 +0200
447 Message-Id: <200706301314.07075@bloodgate.com>
448 Branch: perl
449 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
450____________________________________________________________________________
451[ 31508] By: demerphq on 2007/06/30 16:19:33
452 Log: Subject: [PATCH pp_hot.c] Comment typo fix
453 From: Abigail <abigail@abigail.be>
454 Date: Fri, 29 Jun 2007 22:49:35 +0200
455 Message-ID: <20070629204935.GA13919@abigail.nl>
456 Branch: perl
457 ! pp_hot.c
458____________________________________________________________________________
459[ 31507] By: demerphq on 2007/06/30 15:48:55
460 Log: Subject: [PATCH regcomp.c] regclass on EBCDIC platforms
461 From: Benjamin Carter <q.eibcartereio.=~m-b.{6}-cgimosx@gumdrop.flyinganvil.org>
462 Date: Fri, 29 Jun 2007 23:42:59 -0500
463 Message-ID: <20070630044259.GB22566@egg>
464 Branch: perl
465 ! regcomp.c
466____________________________________________________________________________
467[ 31506] By: demerphq on 2007/06/30 15:37:41
468 Log: Subject: /p vs (?p)
469 From: Abigail <abigail@abigail.be>
470 Date: Fri, 29 Jun 2007 23:38:07 +0200
471 Message-ID: <20070629213807.GA14454@abigail.nl>
472
473 Subject: [PATCH pod/perlre.pod] Keeping up with the changes.
474 From: Abigail <abigail@abigail.be>
475 Date: Sat, 30 Jun 2007 01:24:36 +0200
476 Message-ID: <20070629232436.GA15326@abigail.nl>
477
478 Plus tweaks, and debug enahancements.
479 Branch: perl
480 ! embed.fnc embed.h ext/re/re.pm globvar.sym pod/perlre.pod
481 ! proto.h regcomp.c regcomp.h regcomp.pl regexp.h regnodes.h
482 ! t/op/reg_pmod.t win32/Makefile
483____________________________________________________________________________
484[ 31505] By: rgs on 2007/06/29 16:28:34
485 Log: Removes the code that is supposed to restore magic on leaving the
486 localization of an array or a hash. This fixes some memory leaks.
487 Basically we were overwriting the magic of the outer value (value
488 from the outer scope) by the magic of the inner value (therefore making
489 that outer magic leaking in memory). But that inner magic was created
490 by mg_localize() by copying *some* of the outer magic. Consequently the
491 outer value already has that magic. So just keep it and don't bother.
492
493 That change might introduce obscure bugs. On the other hand, it might
494 also cure obscure bugs, related to the inner value acquiring container
495 magic during its lifetime, or to the outer value loosing non-container
496 magic. No test in the test suite seems to test that.
497 Branch: perl
498 ! scope.c
499____________________________________________________________________________
500[ 31504] By: stevep on 2007/06/29 16:10:13
501 Log: Subject: [PATCH] Fix up change 31494
502 From: "Jerry D. Hedden" <jdhedden@cpan.org>
503 Date: Fri, 29 Jun 2007 12:02:17 -0400
504 Message-ID: <1ff86f510706290902k57b540a5n446fad22c1afdab0@mail.gmail.com>
505 Branch: perl
506 ! t/op/goto.t
507____________________________________________________________________________
508[ 31503] By: rgs on 2007/06/29 09:09:39
509 Log: Update Changes
510 Branch: perl
511 ! Changes
512____________________________________________________________________________
1a2650fb
RGS
513[ 31502] By: rgs on 2007/06/29 09:00:32
514 Log: Revert change #31489.
515 That change was adding a hook to cope with the case when one was
516 undef'ining *ISA globs, in order to clean up correctly. However, this
517 broke the case where one was assiging an array ref to @ISA, which
518 is likely to be more common.
519 Conclusion: don't undef *ISA. (or more generally don't undef globs
520 that contain magical variables)
521 Branch: perl
522 ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
523 ! t/mro/basic.t
524____________________________________________________________________________
525[ 31501] By: rgs on 2007/06/29 08:29:09
526 Log: Subject: Re: valgrind findings
527 From: "Brandon Black" <blblack@gmail.com>
528 Date: Thu, 28 Jun 2007 15:58:32 -0500
529 Message-ID: <84621a60706281358o3b379b20k2c1e53566587d79b@mail.gmail.com>
530 Branch: perl
531 ! mro.c
532____________________________________________________________________________
533[ 31500] By: rgs on 2007/06/29 07:58:19
534 Log: Being tired of adjusting the test count of concise-xs.t
535 all the time. Use no_plan instead.
536 Branch: perl
537 ! ext/B/t/concise-xs.t
538____________________________________________________________________________
539[ 31499] By: rgs on 2007/06/29 06:28:07
540 Log: Small pod fix
541 Branch: perl
542 ! pod/perlreapi.pod
543____________________________________________________________________________
544[ 31498] By: demerphq on 2007/06/29 00:05:57
545 Log: fix overzealous search and replace
546 Branch: perl
547 ! regexp.h
548____________________________________________________________________________
549[ 31497] By: demerphq on 2007/06/28 23:14:39
550 Log: Rename various regex defined so that they have distinct prefixes based on their usage.
551
552 RXf_ => flags used in pm_flags argument to regcomp
553 and stored in the regex via rx->extflags
554 PREGf_ => flags stored in rx->intflags
555 RXapif_ => argument flags for regex named capture api
556 RX_BUFF_IDX_ => special indexes to represent $` $' $&
557 used in the numeric capture buffer api
558
559 PREGf is untouched by this change, but RXf_ is split into RXapif and RX_BUFF_IDX_.
560 Branch: perl
561 ! mg.c perl.h pod/perlreapi.pod regcomp.c regexp.h universal.c
562____________________________________________________________________________
563[ 31496] By: demerphq on 2007/06/28 22:14:14
564 Log: Replace pattern parsing logic with optree "parsing" logic.
565 Branch: perl
566 ! regcomp.c
567____________________________________________________________________________
568[ 31495] By: demerphq on 2007/06/28 22:09:07
569 Log: Subject: [PATCH] Move the RXf_WHITE logic for split " " into the regex engine
570 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?="
571 Date: Thu, 28 Jun 2007 20:06:50 +0000
572 <avarab@gmail.com>
573 Message-ID: <51dd1af80706281306i4dbba39em3eeb8da1d67ea27c@mail.gmail.com>
574
575 (with tweaks)
576 Branch: perl
577 ! ext/B/t/concise-xs.t op.c op.h pod/perlreapi.pod regcomp.c
578 ! regexp.h
579____________________________________________________________________________
580[ 31494] By: stevep on 2007/06/28 20:33:32
581 Log: Add a TODO test cases RT# 43403.
582 Branch: perl
583 ! t/op/goto.t
584____________________________________________________________________________
585[ 31493] By: rgs on 2007/06/28 15:05:42
586 Log: Fix tests so they actually test $@. like() demands a qr//.
587 Branch: perl
588 ! t/op/vec.t
589____________________________________________________________________________
590[ 31492] By: rgs on 2007/06/28 10:55:04
591 Log: New valgrind suppressions.
592 Branch: perl
593 ! t/perl.supp
594____________________________________________________________________________
595[ 31491] By: steveh on 2007/06/28 10:46:39
596 Log: Re-enable the setlocale() tests for Windows XP onwards
597 since they seem to work OK. Not sure about older flavours
598 of Windows, so leave them alone.
599 Branch: perl
600 ! lib/locale.t
601____________________________________________________________________________
602[ 31490] By: steveh on 2007/06/28 10:11:15
603 Log: Subject: RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32
604 From: "Jan Dubois" <jand@activestate.com>
605 Date: Wed, 27 Jun 2007 15:34:12 -0700
606 Message-ID: <02bd01c7b90b$49863720$dc92a560$@com>
607
608 Rearranges the initialization of Win32CORE. The Perl interpreter isn't
609 fully initialized when Perl_init_os_extras() in win32/win32.c is called,
610 so it is not safe to use the Perl calling mechanism yet. Fixes a problem
611 building PAR-Packer on Win32.
612 Branch: perl
613 ! cygwin/cygwin.c ext/Win32CORE/Win32CORE.c
614 ! ext/Win32CORE/Win32CORE.pm makedef.pl win32/win32.c
615____________________________________________________________________________
616[ 31489] By: rgs on 2007/06/28 06:32:01
617 Log: Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
618 From: "Brandon Black" <blblack@gmail.com>
619 Date: Wed, 27 Jun 2007 10:07:54 -0500
620 Message-ID: <84621a60706270807r7af65546x8d959b131ffa28e6@mail.gmail.com>
621 Branch: perl
622 ! embed.fnc embed.h hv.c mg.c mro.c perl.h proto.h sv.c
623 ! t/mro/basic.t
624____________________________________________________________________________
625[ 31488] By: rgs on 2007/06/28 06:17:04
626 Log: Subject: [PATCH-revised] Move tests under 'threads' module
627 From: "Jerry D. Hedden" <jdhedden@cpan.org>
628 Date: Wed, 27 Jun 2007 14:15:16 -0400
629 Message-ID: <1ff86f510706271115n6c816334nbde6774792743a54@mail.gmail.com>
630 Branch: perl
631 ! ext/threads/t/thread.t t/op/threads.t
632____________________________________________________________________________
633[ 31487] By: rgs on 2007/06/28 06:13:31
634 Log: Subject: Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under Cygwin
635 From: "Jerry D. Hedden" <jdhedden@cpan.org>
636 Date: Wed, 27 Jun 2007 20:46:39 -0400
637 Message-ID: <1ff86f510706271746r62f921f4s3770df0b92cdf201@mail.gmail.com>
638 Branch: perl
639 ! ext/Win32/t/Unicode.t
640____________________________________________________________________________
641[ 31486] By: rgs on 2007/06/28 06:10:45
642 Log: Subject: Math::BigFloat - fix bpi() and A [PATCH]
643 From: Tels <nospam-abuse@bloodgate.com>
644 Date: Wed, 27 Jun 2007 18:34:14 +0200
645 Message-Id: <200706271834.14904@bloodgate.com>
646 Branch: perl
647 + lib/Math/BigInt/t/big_pi_e.t
648 ! MANIFEST lib/Math/BigFloat.pm
649____________________________________________________________________________
650[ 31485] By: rgs on 2007/06/28 06:03:32
651 Log: Subject: Re: Broken bignum tests [PATCH]
652 From: Tels <nospam-abuse@bloodgate.com>
653 Date: Wed, 27 Jun 2007 19:15:45 +0200
654 Message-Id: <200706271915.46068@bloodgate.com>
655 Branch: perl
656 ! lib/bigint.pm lib/bignum.pm lib/bignum/t/big_e_pi.t
657 ! lib/bignum/t/bii_e_pi.t lib/bignum/t/bir_e_pi.t lib/bigrat.pm
658____________________________________________________________________________
659[ 31484] By: rgs on 2007/06/28 05:42:49
660 Log: Subject: [PATCH] bring File-Path up to 2.01
661 From: David Landgren <david@landgren.net>
662 Date: Wed, 27 Jun 2007 21:46:39 +0200
663 Message-ID: <4682BE9F.6080502@landgren.net>
664 Branch: perl
665 ! lib/File/Path.pm lib/File/Path.t
666____________________________________________________________________________
667[ 31483] By: demerphq on 2007/06/28 00:01:54
668 Log: Free memory in case of error/failure to compile.
669
670 Hopefully valgrind will notice and like. :-)
671 Branch: perl
672 ! regcomp.c
673____________________________________________________________________________
674[ 31482] By: steveh on 2007/06/27 17:08:01
675 Log: Fix POSIX::setlocale(): the CRT function returns a pointer to a
676 buffer that may be overwritten by subsequent calls to the CRT
677 function, so we must make a safe copy of that buffer for our own
678 use. This fixes lib/locale.t on Win32 with the Borland compiler,
679 but presumably could affect other compilers too.
680 Branch: perl
681 ! ext/POSIX/POSIX.xs
682____________________________________________________________________________
683[ 31481] By: rgs on 2007/06/27 16:40:10
684 Log: Revert change #31480. The PI and e functions can accept an argument.
685 Branch: perl
686 ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
687____________________________________________________________________________
688[ 31480] By: rgs on 2007/06/27 13:02:02
689 Log: Add an empty prototype to functions PI and e
690 Branch: perl
691 ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
692____________________________________________________________________________
693[ 31479] By: rgs on 2007/06/27 12:57:52
694 Log: Subject: Re: RFC: bigint et. al exporting PI method? [PATCH]
695 From: Tels <nospam-abuse@bloodgate.com>
696 Date: Tue, 26 Jun 2007 20:56:45 +0200
697 Message-Id: <200706262056.47311@bloodgate.com>
698 Branch: perl
699 + lib/bignum/t/big_e_pi.t lib/bignum/t/bii_e_pi.t
700 + lib/bignum/t/bir_e_pi.t
701 ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
702____________________________________________________________________________
703[ 31478] By: rgs on 2007/06/27 12:51:22
704 Log: Subject: Math::BigInt take 12 [PATCH]
705 From: Tels <nospam-abuse@bloodgate.com>
706 Date: Tue, 26 Jun 2007 21:00:53 +0200
707 Message-Id: <200706262100.54138@bloodgate.com>
708 Branch: perl
709 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
710 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
711 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
712 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
713 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
714 ! lib/Math/BigInt/t/with_sub.t
715____________________________________________________________________________
716[ 31477] By: rgs on 2007/06/27 09:59:11
717 Log: Subject: [PATCH-revised] threads 1.63
718 From: "Jerry D. Hedden" <jdhedden@cpan.org>
719 Date: Tue, 26 Jun 2007 21:17:52 -0400
720 Message-ID: <1ff86f510706261817o52ad2e23kbd4efb16b5bed98b@mail.gmail.com>
721 Branch: perl
722 ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
723 ! ext/threads/t/thread.t ext/threads/threads.pm
724____________________________________________________________________________
725[ 31476] By: rgs on 2007/06/27 08:53:02
726 Log: Subject: [PATCH] B::Deparse cleanups
727 From: Chia-liang Kao <clkao@bestpractical.com>
728 Date: Wed, 27 Jun 2007 00:06:56 +0100
729 Message-Id: <1182899216.22414.32.camel@localhost>
730 Branch: perl
731 ! ext/B/B/Deparse.pm ext/B/t/concise-xs.t ext/B/t/deparse.t
732____________________________________________________________________________
733[ 31475] By: davem on 2007/06/26 21:25:15
734 Log: avoid double-free of the thread function
735 Branch: perl
736 ! ext/threads/threads.xs t/op/threads.t
737____________________________________________________________________________
738[ 31474] By: davem on 2007/06/26 21:07:02
739 Log: make sure PL_Parser is NULL during early stage of thread clone
740 Branch: perl
741 ! sv.c
742____________________________________________________________________________
743[ 31473] By: rgs on 2007/06/26 16:12:27
744 Log: Second patch from:
745 Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
746 From: "Brandon Black" <blblack@gmail.com>
747 Date: Tue, 26 Jun 2007 11:05:31 -0500
748 Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
749
750 Fix MRO behaviour when one undefs @ISA
751 Branch: perl
752 ! av.c t/mro/basic.t
753____________________________________________________________________________
754[ 31472] By: rgs on 2007/06/26 16:10:11
755 Log: First patch from:
756 Subject: Re: [perl #43357] *DESTROY = sub {} at runtime
757 From: "Brandon Black" <blblack@gmail.com>
758 Date: Tue, 26 Jun 2007 11:05:31 -0500
759 Message-ID: <84621a60706260905x2da6eaf1x4bd7d5223951e52@mail.gmail.com>
760
761 Fix problem recently introduced with loosing a DESTROY when redefined
762 at runtime.
763 Branch: perl
764 ! gv.c t/mro/basic.t
765____________________________________________________________________________
766[ 31471] By: rgs on 2007/06/26 15:48:51
767 Log: Subject: [PATCH] Add TODO tests for refcount issues related to threads
768 From: "Jerry D. Hedden" <jdhedden@cpan.org>
769 Date: Tue, 26 Jun 2007 11:26:25 -0400
770 Message-ID: <1ff86f510706260826h79124373y51d899e53c96b50e@mail.gmail.com>
771 Branch: perl
772 ! t/op/threads.t
773____________________________________________________________________________
774[ 31470] By: steveh on 2007/06/26 09:10:24
775 Log: Upgrade to Win32-0.30
776 Branch: perl
777 + ext/Win32/t/GetShortPathName.t
778 ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
779 ! ext/Win32/Win32.xs ext/Win32/t/Unicode.t
780____________________________________________________________________________
781[ 31469] By: steveh on 2007/06/26 07:38:05
782 Log: Subject: [PATCH] Remove dead code from win32/win32sck.c
783 From: "Jan Dubois" <jand@activestate.com>
784 Date: Mon, 25 Jun 2007 17:13:04 -0700
785 Message-ID: <02bb01c7b786$c42099c0$4c61cd40$@com>
786
787 Subject: RE: [PATCH] Remove dead code from win32/win32sck.c
788 From: "Jan Dubois" <jand@activestate.com>
789 Date: Mon, 25 Jun 2007 17:26:15 -0700
790 Message-ID: <02c801c7b788$9bf7ebe0$d3e7c3a0$@com>
791 Branch: perl
792 ! win32/win32sck.c win32/wincesck.c
793____________________________________________________________________________
794[ 31468] By: steveh on 2007/06/26 07:31:13
795 Log: Subject: [PATCH] Win32 is dual-lived on CPAN
796 From: "Jan Dubois" <jand@activestate.com>
797 Date: Mon, 25 Jun 2007 17:02:24 -0700
798 Message-ID: <02a501c7b785$4774f890$d65ee9b0$@com>
799 Branch: perl
800 ! Porting/Maintainers.pl
801____________________________________________________________________________
802[ 31467] By: rgs on 2007/06/26 07:22:36
803 Log: Subject: [PATCH] Porting/corecpan.pl -f option doesn't work
804 From: "Jan Dubois" <jand@activestate.com>
805 Date: Mon, 25 Jun 2007 16:55:01 -0700
806 Message-ID: <02a101c7b784$3f79c720$be6d5560$@com>
807 Branch: perl
808 ! Porting/corecpan.pl
809____________________________________________________________________________
810[ 31466] By: steveh on 2007/06/25 15:10:34
811 Log: Revert #30197 and #30219, which #31464 has just made redundant
812 Branch: perl
813 ! win32/Makefile win32/makefile.mk
814____________________________________________________________________________
815[ 31465] By: rgs on 2007/06/25 14:26:37
816 Log: Subject: [PATCH] Accept file exists error in ext/Win32API/File/t/file.t
817 From: "Jerry D. Hedden" <jdhedden@cpan.org>
818 Date: Mon, 25 Jun 2007 10:23:15 -0400
819 Message-ID: <1ff86f510706250723r4d6c5f5dg203b3f61cdeaa14d@mail.gmail.com>
820 Branch: perl
821 ! ext/Win32API/File/t/file.t
822____________________________________________________________________________
823[ 31464] By: rgs on 2007/06/25 14:20:04
824 Log: Rename README and Changes for more readability
825 Branch: perl
826 +> lib/Net/Changes lib/Net/README
827 - lib/Net/Changes.libnet lib/Net/README.libnet
828 ! MANIFEST Porting/Maintainers.pl
829____________________________________________________________________________
830[ 31463] By: rgs on 2007/06/25 14:16:28
831 Log: Upgrade to libnet 1.21
832 Branch: perl
833 + lib/Net/Hostname.pm.eg
834 - lib/Net/Hostname.eg
835 ! MANIFEST lib/Net/Changes.libnet lib/Net/Cmd.pm
836 ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
837 ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
838 ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
839 ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
840 ! lib/Net/libnetFAQ.pod
841____________________________________________________________________________
842[ 31462] By: rgs on 2007/06/25 12:10:10
843 Log: Apply doc suggestion from:
844 Subject: [perl #43287] perluniintro inaccurate answer to testing encoding validity
845 From: Danny Rathjens (via RT) <perlbug-followup@perl.org>
846 Date: Thu, 21 Jun 2007 17:35:26 -0700
847 Message-ID: <rt-3.6.HEAD-1276-1182472526-1129.43287-75-0@perl.org>
848 Branch: perl
849 ! pod/perluniintro.pod
850____________________________________________________________________________
851[ 31461] By: rgs on 2007/06/25 11:41:35
852 Log: Subject: [PATCH] remove op_static
853 From: Paul Johnson <paul@pjcj.net>
854 Date: Fri, 22 Jun 2007 02:13:20 +0200
855 Message-ID: <20070622001320.GD20560@pjcj.net>
856
857 Plus version bumps
858 Branch: perl
859 ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm op.c
860 ! op.h
861____________________________________________________________________________
862[ 31460] By: rgs on 2007/06/25 10:23:47
863 Log: That test too should be skipped in the core on EBCDIC platforms
864 (because it requires Convert::EBCDIC)
865 Branch: perl
866 ! lib/Net/t/datasend.t
867____________________________________________________________________________
868[ 31459] By: rgs on 2007/06/25 09:45:21
869 Log: Subject: [Caffeine-Patch] Math::BigInt 1.87 take 11 (add batan2, fix batan, speedup bpi()
870 From: Tels <nospam-abuse@bloodgate.com>
871 Date: Sat, 23 Jun 2007 15:30:49 +0200
872 Message-Id: <200706231530.49865@bloodgate.com>
873 Branch: perl
874 - lib/Math/BigInt/t/fallback.t
875 ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
876 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
877 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/sub_mbf.t
878 ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigInt/BareCalc.pm
879____________________________________________________________________________
880[ 31458] By: rgs on 2007/06/25 09:08:53
881 Log: Remove now-irrelevant comment
882 Branch: perl
883 ! ext/Win32API/File/t/file.t
884____________________________________________________________________________
885[ 31457] By: rgs on 2007/06/25 09:08:04
886 Log: Subject: [perl #43285] Win32API::File tests language specific
887 From: "Reini Urban via RT" <perlbug-followup@perl.org>
888 Date: Sat, 23 Jun 2007 11:15:07 -0700
889 Message-ID: <rt-3.6.HEAD-1276-1182622506-790.43285-15-0@perl.org>
890 Branch: perl
891 ! ext/Win32API/File/t/file.t
892____________________________________________________________________________
893[ 31456] By: rgs on 2007/06/25 09:02:18
894 Log: PerlFAQ sync.
895 Branch: perl
896 ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq4.pod
897 ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq8.pod
898____________________________________________________________________________
899[ 31455] By: nicholas on 2007/06/24 15:46:40
900 Log: s/\bunicode\b/Unicode/; # For everything not dual life
901 Branch: perl
902 ! dump.c ext/Data/Dumper/Dumper.pm pod/perlapi.pod
903 ! pod/perldiag.pod pod/perlhack.pod pod/perlpacktut.pod
904 ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod regcomp.c
905 ! regcomp.h regexec.c utf8.c vms/vms.c
906____________________________________________________________________________
907[ 31454] By: nicholas on 2007/06/24 13:32:42
908 Log: Also get copy on write working with ithreads. It hadn't been working
909 since change 26684 (which uses sv_setsv_flags to copy a value from an
910 SV in one interpreter context to an SV in another), despite what
911 change 31120 thought. ext/Compress/Raw/Zlib/t/07bufsize.t still fails.
912 Branch: perl
913 ! sv.c sv.h
914____________________________________________________________________________
915[ 31453] By: demerphq on 2007/06/23 19:53:53
916 Log: Rename test files starting with regexp_ that do not
917 wrap regexp.t (and thus use re_tests) to reg_ to make
918 it clear they are standalone.
919 Branch: perl
920 +> t/op/reg_email.t t/op/reg_mesg.t t/op/reg_namedcapture.t
921 +> t/op/reg_nc_tie.t t/op/reg_pmod.t
922 - t/op/regexp_email.t t/op/regexp_namedcapture.t
923 - t/op/regexp_nc_tie.t t/op/regexp_pmod.t t/op/regmesg.t
924 ! MANIFEST
925____________________________________________________________________________
926[ 31451] By: demerphq on 2007/06/23 19:04:04
927 Log: Resolve
928 http://www.nntp.perl.org/group/perl.perl5.porters/2007/06/msg125667.html
929 by reverting part of change #29354.
930
931 Unfortunately match vars after a /g match in scalar context will be
932 unsafe (again) after this, but such matches on long strings won't be
933 as diabolically slow.
934
935 Question: why does the new test in t/op/pat.t pass, but the same test
936 in t/op/reg_unsafe.t fail? (Latter is TODO for now)
937 Branch: perl
938 + t/op/reg_unsafe.t
939 ! MANIFEST pp_hot.c t/op/pat.t
940____________________________________________________________________________
941[ 31450] By: rgs on 2007/06/23 10:14:43
942 Log: Tels' patch to defer overloading of hex and oct,
943 to avoid magic leaking and smoke failures under
944 utf-8 locales
945 Branch: perl
946 ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm lib/charnames.pm
947 ! lib/utf8.pm lib/utf8_heavy.pl
948____________________________________________________________________________
949[ 31449] By: rgs on 2007/06/23 09:19:03
950 Log: Subject: [PATCH] Math::BigInt v1.87 take 10
951 From: Tels <nospam-abuse@bloodgate.com>
952 Date: Fri, 22 Jun 2007 19:02:22 +0200
953 Message-Id: <200706221902.22487@bloodgate.com>
954 Branch: perl
955 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
956 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
957 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/fallback.t
958 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
959____________________________________________________________________________
960[ 31448] By: davem on 2007/06/23 00:08:44
961 Log: remove the test added by change #31447
962 (I couldn't get a test that worked, and accidentally included my
963 failed attempt in the patch).
964 Branch: perl
965 ! t/op/closure.t
966____________________________________________________________________________
967[ 31447] By: davem on 2007/06/22 23:46:36
968 Log: safely handle cloning a stale lexical var
969 This code:
970 my $x if ...; sub { $x}
971 could attempt to clone $x even if $x is stale.
972 Branch: perl
973 ! pad.c t/op/closure.t
974____________________________________________________________________________
975[ 31446] By: rgs on 2007/06/22 15:17:23
976 Log: Subject: [PATCH] Remove orphaned (and unused) Test::Simple test
977 From: "Jerry D. Hedden" <jdhedden@cpan.org>
978 Date: Thu, 21 Jun 2007 14:28:12 -0400
979 Message-ID: <1ff86f510706211128h58cd5e98s49ec897bbdcce2a2@mail.gmail.com>
980 Branch: perl
981 - lib/Test/Simple/t/strays.t
982 ! MANIFEST
983____________________________________________________________________________
984[ 31445] By: merijn on 2007/06/22 14:55:47
985 Log: Subject: [perl #43291] perl-5.8.8 - AIX 5.3 64bit build issues
986 From: Niklas Edmundsson (via RT) <perlbug-followup@perl.org>
987 Date: Fri, 22 Jun 2007 00:30:36 -0700
988 Message-ID: <rt-3.6.HEAD-1276-1182497436-1446.43291-75-0@perl.org>
989 Branch: perl
990 ! hints/aix.sh
991____________________________________________________________________________
992[ 31444] By: merijn on 2007/06/22 10:21:12
993 Log: Subject: [PATCH] perlopentut
994 From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
995 Date: Fri, 22 Jun 2007 10:30:50 +0200
996 Message-ID: <3852726AFA94DE4F87E616F13F416A5FB66C78@naimucu1.ffz00k.rootdom.net>
997 Branch: perl
998 ! pod/perlopentut.pod
999____________________________________________________________________________
1000[ 31443] By: demerphq on 2007/06/21 22:57:20
1001 Log: Add avar to the authors file... Apparently the 'ae' ligature sorts after z in Icelandic so he goes at the bottom of the file.
1002 Branch: perl
1003 ! AUTHORS
1004____________________________________________________________________________
1005[ 31442] By: demerphq on 2007/06/21 22:23:20
1006 Log: Correct my email address. (My very first commit!)
1007 Branch: perl
1008 ! AUTHORS
1009____________________________________________________________________________
1010[ 31441] By: rgs on 2007/06/21 14:54:32
1011 Log: Subject: [PATCH] Remove unused Module::Build tests
1012 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1013 Date: Thu, 21 Jun 2007 10:24:01 -0400
1014 Message-ID: <1ff86f510706210724v5ccd24d0md024fd5a941ee769@mail.gmail.com>
1015 Branch: perl
1016 - lib/Module/Build/t/par.t lib/Module/Build/t/signature.t
1017 ! MANIFEST
1018____________________________________________________________________________
1019[ 31440] By: rgs on 2007/06/21 08:34:35
1020 Log: Subject: [PATCH] File::Spec::Cygwin more tests and silence warning
1021 From: Reini Urban <rurban@x-ray.at>
1022 Date: Wed, 20 Jun 2007 21:10:05 +0200
1023 Message-ID: <46797B8D.8040002@x-ray.at>
1024 Branch: perl
1025 ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
1026____________________________________________________________________________
1027[ 31439] By: rgs on 2007/06/21 08:28:13
1028 Log: Subject: [perl #43265] cygwin/Makefile.SHs: miniperl -Ilib for a clean @INC
1029 From: cygwin@cygwin.com (via RT) <perlbug-followup@perl.org>
1030 Date: Wed, 20 Jun 2007 09:39:31 -0700
1031 Message-ID: <rt-3.6.HEAD-1276-1182357570-46.43265-75-0@perl.org>
1032 Branch: perl
1033 ! cygwin/Makefile.SHs
1034____________________________________________________________________________
1035[ 31438] By: rgs on 2007/06/21 08:26:18
1036 Log: Subject: [PATCH] cloexec.t works under Cygwin
1037 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1038 Date: Wed, 20 Jun 2007 09:39:20 -0400
1039 Message-ID: <1ff86f510706200639t13f58ecbi286015713765c403@mail.gmail.com>
1040 Branch: perl
1041 ! t/run/cloexec.t
1042____________________________________________________________________________
1043[ 31437] By: rgs on 2007/06/21 08:24:26
1044 Log: Subject: [PATCH] Remove Archive::Test POD check
1045 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1046 Date: Wed, 20 Jun 2007 09:43:27 -0400
1047 Message-ID: <1ff86f510706200643s50cb5028ted455f52497f6af5@mail.gmail.com>
1048 Branch: perl
1049 - lib/Archive/Tar/t/99_pod.t
1050 ! MANIFEST
1051____________________________________________________________________________
1052[ 31436] By: rgs on 2007/06/21 08:18:54
1053 Log: Subject: [perl #40103] File::Spec->case_tolerant() should return true on Cygwin
1054 From: "Reini Urban via RT" <perlbug-followup@perl.org>
1055 Date: Wed, 20 Jun 2007 11:50:21 -0700
1056 Message-ID: <rt-3.6.HEAD-1276-1182365420-145.40103-15-0@perl.org>
1057 Branch: perl
1058 ! lib/File/Spec/Cygwin.pm lib/File/Spec/t/Spec.t
1059____________________________________________________________________________
1060[ 31435] By: rgs on 2007/06/21 08:15:24
1061 Log: Subject: [perl #43273] Enable lib/User/*.t on cygwin
1062 From: Reini Urban (via RT) <perlbug-followup@perl.org>
1063 Date: Wed, 20 Jun 2007 16:22:48 -0700
1064 Message-ID: <rt-3.6.HEAD-1276-1182381767-470.43273-75-0@perl.org>
1065 Branch: perl
1066 ! lib/User/grent.t lib/User/pwent.t
1067____________________________________________________________________________
1068[ 31434] By: rgs on 2007/06/21 08:13:37
1069 Log: Subject: [PATH] AUTHORS rurban
1070 From: Reini Urban <rurban@x-ray.at>
1071 Date: Wed, 20 Jun 2007 23:35:03 +0200
1072 Message-ID: <46799D87.50906@x-ray.at>
1073 Branch: perl
1074 ! AUTHORS
1075____________________________________________________________________________
1076[ 31433] By: rgs on 2007/06/21 08:12:09
1077 Log: Subject: [PATCH] pod/perlhack.pod where to go for information about smoke testing
1078 From: "Gabor Szabo" <szabgab@gmail.com>
1079 Date: Thu, 21 Jun 2007 08:19:33 +0300
1080 Message-ID: <d8a74af10706202219n4f4659eenef064752bd0a6954@mail.gmail.com>
1081 Branch: perl
1082 ! pod/perlhack.pod
1083____________________________________________________________________________
1084[ 31432] By: craigb on 2007/06/21 03:24:02
1085 Log: Skip a test that causes list assignment to %ENV errors on VMS.
1086 Branch: perl
1087 ! lib/File/Spec/t/tmpdir.t
1088____________________________________________________________________________
1089[ 31431] By: craigb on 2007/06/21 03:15:59
1090 Log: Make File::Spec::VMS->splitdir stop returning an empty first directory
1091 when passed a relative path. Also, don't split on escaped directory
1092 delimiters.
1093 Branch: perl
1094 ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
1095____________________________________________________________________________
1096[ 31430] By: steveh on 2007/06/20 16:26:01
1097 Log: Silence "signed/unsigned mismatch" warning from VC++ when building
1098 with -DPERL_DEBUGGING_MSTATS
1099 Branch: perl
1100 ! ext/Devel/Peek/Peek.xs
1101____________________________________________________________________________
1102[ 31429] By: steveh on 2007/06/20 16:07:06
1103 Log: Stop the VC++ warning "'HUF_func_2mode' undefined; assuming extern
1104 returning int" by shuffling the functions around so that that
1105 function is defined before it is called (since there are no forward
1106 declarations of functions in this file)
1107 Branch: perl
1108 ! ext/Hash/Util/FieldHash/FieldHash.xs
1109____________________________________________________________________________
1110[ 31428] By: steveh on 2007/06/20 16:03:10
1111 Log: Change #31426 should also be applied to the PERL_IMPLICIT_SYS
1112 version of ioctl()
1113 Branch: perl
1114 ! win32/perlhost.h
1115____________________________________________________________________________
1116[ 31427] By: rgs on 2007/06/20 14:36:19
1117 Log: Change #31426 should also be applied to the windows CE version
1118 Branch: perl
1119 ! win32/wincesck.c
1120____________________________________________________________________________
1121[ 31426] By: rgs on 2007/06/20 13:30:14
1122 Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
1123 From: demerphq <demerphq@gmail.com>
1124 Date: Wed, 20 Jun 2007 15:22:31 +0200
1125 Message-ID: <9b18b3110706200622o344c417apbd50468c6e5eb533@mail.gmail.com>
1126 Branch: perl
1127 ! win32/win32sck.c
1128____________________________________________________________________________
1129[ 31425] By: rgs on 2007/06/20 07:45:43
1130 Log: A first stab at making perlreref.pod up to date
1131 Branch: perl
1132 ! pod/perlreref.pod
1133____________________________________________________________________________
1134[ 31424] By: rgs on 2007/06/20 07:41:15
1135 Log: Fix docs for \u ; plus a POD formatting nit
1136 Branch: perl
1137 ! pod/perlrebackslash.pod
1138____________________________________________________________________________
1139[ 31423] By: nicholas on 2007/06/19 20:38:36
1140 Log: Subject: Re: Net::SMTP can't send large messages with bleadperl
1141 Message-ID: <9b18b3110706180943y22c0eaa7yf34565d87689dd9e@mail.gmail.com>
1142 From: demerphq <demerphq@gmail.com>
1143 Date: Mon, 18 Jun 2007 18:43:17 +0200
1144 Branch: perl
1145 ! ext/IO/lib/IO/Socket.pm
1146____________________________________________________________________________
1147[ 31422] By: nicholas on 2007/06/19 18:32:59
1148 Log: Work on getting B compiling outside of the perl source tree.
1149 Branch: perl
1150 ! ext/B/Makefile.PL ext/B/defsubs_h.PL
1151____________________________________________________________________________
1152[ 31421] By: craigb on 2007/06/19 12:29:32
1153 Log: Better handling of escapes in filenames when converting between VMS
1154 and Unix syntax.
1155 Branch: perl
1156 ! vms/vms.c
1157____________________________________________________________________________
1158[ 31420] By: rgs on 2007/06/19 12:13:20
1159 Log: Subject: [perl #43242] "use base" breaks code containing peculiarly named constant
1160 From: Martin Becker (via RT) <perlbug-followup@perl.org>
1161 Date: Mon, 18 Jun 2007 09:48:54 -0700
1162 Message-ID: <rt-3.6.HEAD-7948-1182185333-640.43242-75-0@perl.org>
1163
1164 plus a test case
1165 Branch: perl
1166 ! lib/base.pm lib/base/t/base.t
1167____________________________________________________________________________
1168[ 31419] By: rgs on 2007/06/19 09:43:21
1169 Log: Update list of files that need crlf line endings
1170 Branch: perl
1171 ! Porting/curliff.pl
1172____________________________________________________________________________
1173[ 31418] By: davem on 2007/06/18 22:48:25
1174 Log: fix S_emulate_eaccess compiler warning
1175 Branch: perl
1176 ! embed.fnc embed.h proto.h
1177____________________________________________________________________________
1178[ 31417] By: davem on 2007/06/18 15:10:32
1179 Log: 5.9.4 regexp capturing wrongly
1180 change #28398 accidently made the last branch of an alternation
1181 not restore the paren state after failure backtrack. Fix this by
1182 removing the last-branch-skips-pushing-a-state optimisation.
1183 Branch: perl
1184 ! regexec.c t/op/re_tests
1185____________________________________________________________________________
1186[ 31416] By: rgs on 2007/06/18 13:20:50
1187 Log: R stands for Report, not Reporting.
1188 Branch: perl
1189 ! META.yml Porting/makemeta
1190____________________________________________________________________________
1191[ 31415] By: rgs on 2007/06/18 13:19:23
1192 Log: Regenerate META.yml.
1193 Put MAD in Maintainers.pl.
1194 Branch: perl
1195 ! META.yml Porting/Maintainers.pl
1196____________________________________________________________________________
1197[ 31414] By: rgs on 2007/06/18 11:39:04
1198 Log: Regen pods
1199 Branch: perl
1200 ! pod/perlmodlib.pod pod/perltoc.pod
1201____________________________________________________________________________
1202[ 31413] By: steveh on 2007/06/18 08:49:30
1203 Log: Subject: Re: Math::BigInt 1.87 problems? Re: FAIL DBI-1.56 i686-linux 2.4.27-3-686 [PATCH]
1204 From: Tels <nospam-abuse@bloodgate.com>
1205 Date: Fri, 15 Jun 2007 19:56:10 +0200
1206 Message-Id: <200706151956.11861@bloodgate.com>
1207 Branch: perl
1208 ! ext/Math/BigInt/FastCalc/FastCalc.xs
1209 ! ext/Math/BigInt/FastCalc/t/bigintfc.t
1210____________________________________________________________________________
1211[ 31412] By: rgs on 2007/06/18 08:27:59
1212 Log: Remove PERL_MAGIC_mutex
1213 Branch: perl
1214 ! dump.c perl.h pod/perlguts.pod
1215____________________________________________________________________________
1216[ 31411] By: rgs on 2007/06/18 07:53:05
1217 Log: Subject: [PATCH] perlreapi.pod documentation for flags & cleanup
1218 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1219 Date: Sun, 17 Jun 2007 18:09:25 +0000
1220 Message-ID: <51dd1af80706171109r37c294c4h78a51083c3b851ba@mail.gmail.com>
1221 Branch: perl
1222 ! pod/perlreapi.pod
1223____________________________________________________________________________
1224[ 31410] By: rgs on 2007/06/18 07:48:56
1225 Log: Subject: [PATCH] POD Alignment for the magic table in perlapi.pod
1226 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1227 Date: Sun, 17 Jun 2007 18:41:29 +0000
1228 Message-ID: <51dd1af80706171141w48cb717fr71ce7f214daebe36@mail.gmail.com>
1229 Branch: perl
1230 ! pod/perlguts.pod
1231____________________________________________________________________________
1232[ 31409] By: rgs on 2007/06/18 07:39:35
1233 Log: Subject: [PATCH] SvRX() and SvRXOK() macros
1234 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1235 Date: Mon, 18 Jun 2007 03:33:34 +0000
1236 Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
1237 Branch: perl
1238 ! embed.fnc ext/re/re.xs pod/perlapi.pod pod/perlreapi.pod
1239 ! proto.h regexp.h universal.c util.c
1240____________________________________________________________________________
1241[ 31408] By: davem on 2007/06/18 00:00:30
1242 Log: add test for, and update comments for, old defined($1) oddity.
1243
1244 Some code in regexec.c had a comment to the effect that without
1245 this code, Dynaloader failed (this is back at 5.6.0). Replace the
1246 comments with something more specific, and add a test for it
1247 (basically without the code $1 is '' rather than undefined
1248 sometimes).
1249 Branch: perl
1250 ! regexec.c t/op/re_tests
1251____________________________________________________________________________
1252[ 31407] By: rgs on 2007/06/17 17:14:12
1253 Log: POD fixes in Hash::Util and Hash::Util::FieldHash
1254 Branch: perl
1255 ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1256 ! ext/Hash/Util/lib/Hash/Util.pm
1257____________________________________________________________________________
1258[ 31406] By: rgs on 2007/06/17 16:58:55
1259 Log: Subject: [patch] Hash::Util::FieldHash v1.01
1260 From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
1261 Date: Sun, 17 Jun 2007 17:13:06 +0200
1262 Message-Id: <1750E68D-4F6E-48B9-A255-BCC0DA5C886E@mailbox.tu-berlin.de>
1263 Branch: perl
1264 ! ext/Hash/Util/FieldHash/Changes
1265 ! ext/Hash/Util/FieldHash/FieldHash.xs
1266 ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
1267 ! ext/Hash/Util/FieldHash/t/02_function.t
1268 ! ext/Hash/Util/lib/Hash/Util.pm
1269____________________________________________________________________________
1270[ 31404] By: rgs on 2007/06/17 14:48:11
1271 Log: Patches to compile perl on Cray XT4 Catamount/Qk, by Jarkko
1272 Branch: perl
1273 + hints/catamount.sh
1274 ! Configure MANIFEST Makefile.SH doio.c ext/util/make_ext
1275 ! hints/linux.sh lib/ExtUtils/MM_Unix.pm perl.c perl.h pp_sys.c
1276 ! sv.c util.c
1277____________________________________________________________________________
1278[ 31403] By: rgs on 2007/06/17 13:28:00
1279 Log: Subject: bignum 0.22 take 4 (hex()/oct() overloading)
1280 From: Tels <nospam-abuse@bloodgate.com>
1281 Date: Sat, 16 Jun 2007 14:33:47 +0200
1282 Message-Id: <200706161433.47489@bloodgate.com>
1283 Branch: perl
1284 ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
1285 ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
1286 ! lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
1287 ! lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t lib/bigrat.pm
1288____________________________________________________________________________
1289[ 31402] By: rgs on 2007/06/17 12:54:12
1290 Log: Subject: [PATCH] EBCDIC fixes for gzip
1291 From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
1292 Date: Sun, 17 Jun 2007 01:43:11 +0100
1293 Message-ID: <004001c7b078$7cc2e520$6701a8c0@myopwv.com>
1294 Branch: perl
1295 ! ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
1296 ! ext/IO_Compress_Zlib/t/004gziphdr.t
1297____________________________________________________________________________
1298[ 31401] By: rgs on 2007/06/17 12:51:30
1299 Log: Subject: [PATCH] CPANPLUS 0.80
1300 From: "Jos I. Boumans" <kane@dwim.org>
1301 Date: Sun, 17 Jun 2007 14:39:29 +0200
1302 Message-Id: <45B1EC67-D34B-404D-9801-449FAC1D75BA@dwim.org>
1303 Branch: perl
1304 ! MANIFEST lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
1305 ! lib/CPANPLUS/Shell/Default.pm
1306 ! lib/CPANPLUS/t/01_CPANPLUS-Configure.t
1307 ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
1308 ! lib/CPANPLUS/t/04_CPANPLUS-Module.t
1309 ! lib/CPANPLUS/t/05_CPANPLUS-Internals-Fetch.t
1310 ! lib/CPANPLUS/t/08_CPANPLUS-Backend.t
1311 ! lib/CPANPLUS/t/10_CPANPLUS-Error.t
1312 ! lib/CPANPLUS/t/19_CPANPLUS-Dist.t
1313 ! lib/CPANPLUS/t/20_CPANPLUS-Dist-MM.t
1314 ! lib/CPANPLUS/t/21_CPANPLUS-Dist-No-Build.t
1315 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
1316 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
1317 ! r-0.01.tar.gz.packed
1318 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
1319 ! tar.gz.packed
1320 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
1321 ! tar.gz.packed
1322 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
1323 ! r.gz.packed
1324 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
1325 ! tar.gz.packed
1326 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
1327 ! r.gz.packed
1328 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
1329 ! cked
1330 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
1331 ! lib/CPANPLUS/t/inc/conf.pl
1332____________________________________________________________________________
1333[ 31400] By: rgs on 2007/06/17 08:46:13
1334 Log: Subject: Math::BigInt take 9 (CORE::hex() vs. hex() in Calc.pm)
1335 From: Tels <nospam-abuse@bloodgate.com>
1336 Date: Sat, 16 Jun 2007 13:43:45 +0200
1337 Message-Id: <200706161343.47110@bloodgate.com>
1338 Branch: perl
1339 ! lib/Math/BigInt/Calc.pm
1340____________________________________________________________________________
1341[ 31399] By: rgs on 2007/06/17 08:10:59
1342 Log: Subject: [DOC PATCH] Pod nits in doc/perlpodspec.pod
1343 From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1344 Date: Sat, 16 Jun 2007 14:30:16 -0300
1345 Message-ID: <73ddeb6c0706161030nb489b0cx746daddc55b95987@mail.gmail.com>
1346 Branch: perl
1347 ! pod/perlpodspec.pod
1348____________________________________________________________________________
1349[ 31398] By: rgs on 2007/06/17 08:08:45
1350 Log: Subject: [PATCH] Test::Builder tickles Pod::Html parsing stupidity bug
1351 From: demerphq <demerphq@gmail.com>
1352 Date: Sat, 16 Jun 2007 18:47:22 +0200
1353 Message-ID: <9b18b3110706160947x5d3521b3kca1edf2d9ba65f37@mail.gmail.com>
1354 Branch: perl
1355 ! lib/Test/Builder.pm
1356____________________________________________________________________________
1357[ 31397] By: rgs on 2007/06/17 08:06:08
1358 Log: Subject: [DOC PATCH] MANIFEST: t/op/exec.t tests exec, system AND qx
1359 From: "Adriano Ferreira" <a.r.ferreira@gmail.com>
1360 Date: Sat, 16 Jun 2007 15:03:41 -0300
1361 Message-ID: <73ddeb6c0706161103oe4afe43i941223debc00543@mail.gmail.com>
1362 Branch: perl
1363 ! MANIFEST
1364____________________________________________________________________________
1365[ 31396] By: rgs on 2007/06/16 06:10:19
1366 Log: More portability nits by Jarkko
1367 Branch: perl
1368 ! ext/util/make_ext gv.h hv.c
1369____________________________________________________________________________
1370[ 31395] By: merijn on 2007/06/16 05:56:15
1371 Log: Subject: [PATCH] Re: [perl #43216] Perl 5.8.8 does not compile on Solaris 8 with-Dusethreads
1372 From: Andy Dougherty <doughera@lafayette.edu>
1373 Date: Fri, 15 Jun 2007 12:05:36 -0400 (EDT)
1374 Message-ID: <Pine.LNX.4.64.0706151203200.14068@fractal.phys.lafayette.edu>
1375 Branch: perl
1376 ! Configure
1377____________________________________________________________________________
1378[ 31393] By: craigb on 2007/06/15 21:21:25
1379 Log: Subject: [PATCH] Show warning bits on failure in t/op/caller.t
1380 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1381 Date: Fri, 15 Jun 2007 16:05:36 -0400
1382 Message-ID: <1ff86f510706151305j1ce8c46eib165ee9fad10b538@mail.gmail.com>
1383 Branch: perl
1384 ! t/op/caller.t
1385____________________________________________________________________________
1386[ 31392] By: rgs on 2007/06/15 15:29:53
1387 Log: Subject: [PATCH] checkAUTHORS.pl once more
1388 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1389 Date: Fri, 15 Jun 2007 10:54:28 -0400
1390 Message-ID: <1ff86f510706150754g59703eabs7072fb750e160a31@mail.gmail.com>
1391 Branch: perl
1392 ! Porting/checkAUTHORS.pl
1393____________________________________________________________________________
1394[ 31391] By: rgs on 2007/06/15 14:29:28
1395 Log: Subject: [PATCH] checkAUTHORS.pl again
1396 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1397 Date: Fri, 15 Jun 2007 10:16:38 -0400
1398 Message-ID: <1ff86f510706150716r5aef08fw12c9ea5d401f5f9a@mail.gmail.com>
1399 Branch: perl
1400 ! Porting/checkAUTHORS.pl
1401____________________________________________________________________________
1402[ 31390] By: rgs on 2007/06/15 13:59:55
1403 Log: Subject: [PATCH] I have a name
1404 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1405 Date: Fri, 15 Jun 2007 09:54:57 -0400
1406 Message-ID: <1ff86f510706150654t24817135t67803e81f444305b@mail.gmail.com>
1407 Branch: perl
1408 ! Porting/checkAUTHORS.pl
1409____________________________________________________________________________
1410[ 31389] By: rgs on 2007/06/15 13:52:34
1411 Log: Subject: [PATCH] Warning bit fixes to t/op/caller.t
1412 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1413 Date: Fri, 15 Jun 2007 09:49:47 -0400
1414 Message-ID: <1ff86f510706150649l320d629cl8820bfbf938c9f4d@mail.gmail.com>
1415 Branch: perl
1416 ! t/op/caller.t
1417____________________________________________________________________________
1418[ 31388] By: rgs on 2007/06/15 11:17:50
1419 Log: Subject: [PATCH] miscellanea
1420 From: Jarkko Hietaniemi <jhi@iki.fi>
1421 Date: Thu, 14 Jun 2007 22:32:49 -0400
1422 Message-ID: <4671FA51.4070001@iki.fi>
1423 Branch: perl
1424 ! Makefile.SH embed.fnc hv.h op.c proto.h sv.c util.c
1425____________________________________________________________________________
1426[ 31387] By: rgs on 2007/06/15 09:52:07
1427 Log: Subject: [PATCH] Re: vsprintf
1428 From: Andy Dougherty <doughera@lafayette.edu>
1429 Date: Thu, 14 Jun 2007 13:12:57 -0400 (EDT)
1430 Message-ID: <Pine.LNX.4.64.0706141312510.31762@fractal.phys.lafayette.edu>
1431 Branch: perl
1432 ! util.c
1433____________________________________________________________________________
1434[ 31386] By: rgs on 2007/06/15 08:55:38
1435 Log: Forgot to regen warnings
1436 Branch: perl
1437 ! lib/warnings.pm warnings.h
1438____________________________________________________________________________
1439[ 31385] By: craigb on 2007/06/15 03:19:46
1440 Log: Don't let the home-grown readdir() on VMS return results with
1441 ODS-5 escapes (i.e., report foo.tar.gz, not foo^.tar.gz).
1442 Branch: perl
1443 ! vms/vms.c
1444____________________________________________________________________________
1445[ 31384] By: craigb on 2007/06/14 18:23:18
1446 Log: Fix missing PerlIO_releaseFILE in VMS::Stdio::getname().
1447 Branch: perl
1448 ! vms/ext/Stdio/Stdio.xs
1449____________________________________________________________________________
1450[ 31383] By: rgs on 2007/06/14 15:36:16
1451 Log: Update Changes.
1452 Mention the removal of -A and assertions.pm in perldelta.
1453 Branch: perl
1454 ! Changes pod/perl595delta.pod
1455____________________________________________________________________________
ddf4dafe
RGS
1456[ 31382] By: rgs on 2007/06/14 14:12:35
1457 Log: Upgrade to PathTools 3.25
1458 Branch: perl
1459 ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/Cwd.pm
1460 ! lib/File/Spec.pm lib/File/Spec/OS2.pm lib/File/Spec/t/tmpdir.t
1461____________________________________________________________________________
1462[ 31381] By: rgs on 2007/06/14 13:12:56
1463 Log: Upgrade to ExtUtils::CBuilder 0.19
1464 Branch: perl
1465 ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
1466 ! lib/ExtUtils/CBuilder/Changes
1467 ! lib/ExtUtils/CBuilder/Platform/Windows.pm
1468 ! lib/ExtUtils/CBuilder/Platform/os2.pm
1469____________________________________________________________________________
1470[ 31380] By: rgs on 2007/06/14 13:06:13
1471 Log: Sync Archive::Extract with CPAN
1472 Branch: perl
1473 ! lib/Archive/Extract.pm
1474____________________________________________________________________________
1475[ 31379] By: rgs on 2007/06/14 12:38:16
1476 Log: Subject: [PATCH] Less sed'ing in Cygwin Makefile.SHs
1477 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1478 Date: Thu, 14 Jun 2007 08:13:29 -0400
1479 Message-ID: <1ff86f510706140513v5d3bb0e0l89dff31da83abfb9@mail.gmail.com>
1480 Branch: perl
1481 ! cygwin/Makefile.SHs
1482____________________________________________________________________________
1483[ 31378] By: rgs on 2007/06/14 12:27:41
1484 Log: assertions has been removed
1485 Branch: perl
1486 ! Porting/Maintainers.pl
1487____________________________________________________________________________
1488[ 31377] By: rgs on 2007/06/14 11:06:02
1489 Log: Fix [perl #43207] lc() or uc() inside sort affect the return value.
1490 Branch: perl
1491 ! pp.c t/op/lc.t
1492____________________________________________________________________________
1493[ 31376] By: davem on 2007/06/13 22:41:33
1494 Log: change #31134 broke DEBUG_LEAKING_SCALARS builds
1495 Branch: perl
1496 ! sv.c
1497____________________________________________________________________________
1498[ 31375] By: merijn on 2007/06/13 20:15:28
1499 Log: Subject: Re: vsprintf
1500 From: Andy Dougherty <doughera@lafayette.edu>
1501 Date: Wed, 13 Jun 2007 14:41:44 -0400 (EDT)
1502 Message-ID: <Pine.LNX.4.64.0706131434120.18715@fractal.phys.lafayette.edu>
1503 Branch: perl
1504 ! Configure
1505____________________________________________________________________________
1506[ 31373] By: merijn on 2007/06/13 20:11:10
1507 Log: Subject: [PATCH] Configure: Erroneous C++ message
1508 From: Andy Dougherty <doughera@lafayette.edu>
1509 Date: Wed, 13 Jun 2007 14:33:54 -0400 (EDT)
1510 Message-ID: <Pine.LNX.4.64.0706131428510.18715@fractal.phys.lafayette.edu>
1511 Branch: perl
1512 ! Configure
1513____________________________________________________________________________
1514[ 31371] By: steveh on 2007/06/13 17:12:21
1515 Log: Fix random failures in CPANPLUS tests on Win32
1516
1517 The failures were a result of calling Win32::GetShortPathName with
1518 the program argument " /nologo" appended to the path. Program
1519 arguments should not be passed to Win32::GetShortPathName.
1520
1521 (The randomness occurred because random garbage was being produced
1522 due to a separate bug in that Win32 function, for which a fix is
1523 forthcoming...).
1524 Branch: perl
1525 ! lib/CPANPLUS/Config.pm
1526____________________________________________________________________________
1527[ 31370] By: rgs on 2007/06/13 13:24:09
1528 Log: Subject: yet another mro.c patch
1529 From: "Brandon Black" <blblack@gmail.com>
1530 Date: Wed, 13 Jun 2007 08:19:11 -0500
1531 Message-ID: <84621a60706130619g17c9d2fbi111cca567da3d500@mail.gmail.com>
1532 Branch: perl
1533 ! mro.c
1534____________________________________________________________________________
1535[ 31369] By: rgs on 2007/06/12 08:43:55
1536 Log: Subject: mad-const patch
1537 From: Jim Cromie <jim.cromie@gmail.com>
1538 Date: Mon, 11 Jun 2007 13:49:06 -0600
1539 Message-ID: <466DA732.3010608@gmail.com>
1540 Branch: perl
1541 ! dump.c embed.fnc proto.h
1542____________________________________________________________________________
1543[ 31368] By: rgs on 2007/06/12 08:39:00
1544 Log: Subject: Re: integer vs. bigint [PATCH]
1545 From: Tels <nospam-abuse@bloodgate.com>
1546 Date: Mon, 11 Jun 2007 19:31:16 +0200
1547 Message-Id: <200706111931.17616@bloodgate.com>
1548 Branch: perl
1549 ! lib/bigint.pm
1550____________________________________________________________________________
1551[ 31367] By: rgs on 2007/06/12 08:33:40
1552 Log: Subject: [PATCH] perltodo: more vtable musings
1553 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1554 Date: Tue, 12 Jun 2007 03:15:26 +0300 (EEST)
1555 Message-Id: <200706120015.l5C0FQH7512295@kosh.hut.fi>
1556 Branch: perl
1557 ! pod/perltodo.pod
1558____________________________________________________________________________
1559[ 31366] By: rgs on 2007/06/12 08:32:26
1560 Log: Subject: Re: [PATCH-at-31365] (was - configpm frustrations)
1561 From: Vadim <vadim@vkonovalov.ru>
1562 Date: Mon, 11 Jun 2007 19:19:31 +0400
1563 Message-ID: <466D6803.1020808@vkonovalov.ru>
1564 Branch: perl
1565 ! Makefile.SH configpm
1566____________________________________________________________________________
1567[ 31365] By: rgs on 2007/06/11 15:20:38
1568 Log: Subject: Math::BigInt v1.87 take 8
1569 From: Tels <nospam-abuse@bloodgate.com>
1570 Date: Sat, 9 Jun 2007 14:07:34 +0200
1571 Message-Id: <200706091407.36659@bloodgate.com>
1572 Branch: perl
1573 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1574 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
1575 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1576 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1577 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1578 ! lib/Math/BigInt/t/with_sub.t
1579____________________________________________________________________________
1580[ 31364] By: rgs on 2007/06/11 15:18:27
1581 Log: Subject: pidigits benchmark and bpi() method in Math::BigFloat/Math::BigInt, take 7 [PATCH]
1582 From: Tels <nospam-abuse@bloodgate.com>
1583 Date: Fri, 8 Jun 2007 19:29:41 +0200
1584 Message-Id: <200706081929.44888@bloodgate.com>
1585 Branch: perl
1586 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1587 ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
1588 ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
1589 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1590 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
1591 ! lib/Math/BigInt/t/with_sub.t
1592____________________________________________________________________________
1593[ 31363] By: rgs on 2007/06/11 14:27:40
1594 Log: Doc adjustments for the number localization and setlocale().
1595 See debian bug #379463.
1596 Branch: perl
1597 ! pod/perllocale.pod
1598____________________________________________________________________________
1599[ 31362] By: rgs on 2007/06/11 08:28:57
1600 Log: Subject: [PATCH] cross-compilation for linux
1601 From: "Konovalov, Vadim Vladimirovich \(Vadim\)** CTR **" <vkonovalov@alcatel-lucent.com>
1602 Date: Sat, 9 Jun 2007 19:41:44 +0200
1603 Message-ID: <D16F05D0CAAA234BA2B753B80DE6100D278EBC@DEEXC1U02.de.lucent.com>
1604 Branch: perl
1605 + Cross/README.new
1606 ! Cross/Makefile-cross-SH Cross/README Cross/build-arm-n770-sh
1607 ! MANIFEST README.ce win32/Makefile.ce
1608____________________________________________________________________________
1609[ 31361] By: craigb on 2007/06/08 18:43:10
1610 Log: A couple of File::Path tests require unix syntax on VMS.
1611 Branch: perl
1612 ! lib/File/Path.t
1613____________________________________________________________________________
1614[ 31360] By: craigb on 2007/06/08 15:28:29
1615 Log: Make pipe shutdown on VMS care about whether PerlIO has already
1616 shut down.
1617 Branch: perl
1618 ! vms/vms.c
1619____________________________________________________________________________
1620[ 31359] By: craigb on 2007/06/08 15:25:22
1621 Log: Avoid multiply defined symbols in re extension following #31341.
1622 Branch: perl
1623 ! ext/re/re_top.h
1624____________________________________________________________________________
1625[ 31358] By: craigb on 2007/06/08 15:21:24
1626 Log: Make symbols short enough for VMS after #31341.
1627 Branch: perl
1628 ! universal.c
1629____________________________________________________________________________
1630[ 31357] By: steveh on 2007/06/08 10:35:34
1631 Log: Fix lib/File/Path.t failure on Win32
1632 (Create a 'ZZ' directory instead of 'Z' because we already have a 'z'
1633 which is the same as 'Z' on Win32's case-insensitive filesystem)
1634 Branch: perl
1635 ! lib/File/Path.pm lib/File/Path.t
1636____________________________________________________________________________
1637[ 31356] By: steveh on 2007/06/08 09:07:46
1638 Log: Change 31347 should also have removed win32_free_argvw()
1639 because it now isn't used anywhere.
1640 Branch: perl
1641 ! win32/win32.c win32/wince.c
1642____________________________________________________________________________
1643[ 31355] By: steveh on 2007/06/08 08:50:09
1644 Log: Remove dead Perl_sys_intern_clear() from wince.c
1645 Branch: perl
1646 ! win32/wince.c
1647____________________________________________________________________________
1648[ 31354] By: steveh on 2007/06/08 08:36:05
1649 Log: Move win32_create_message_window() out of #ifdef HAVE_INTERP_INTERN
1650 section, where it didn't belong. (That section should (currently)
1651 only contain sys_intern_init(), sys_intern_clear() and
1652 sys_intern_dup() and related functionality such as
1653 win32_csighandler().)
1654 Branch: perl
1655 ! win32/win32.c
1656____________________________________________________________________________
1657[ 31353] By: rgs on 2007/06/08 08:30:25
1658 Log: encoding.pm doesn't give any details about ${^ENCODING},
1659 so don't mention it in perlvar
1660 Branch: perl
1661 ! pod/perlvar.pod
1662____________________________________________________________________________
1663[ 31352] By: rgs on 2007/06/07 16:09:54
1664 Log: Plug a memory leak (noticed by Yves)
1665 Branch: perl
1666 ! regcomp.c
1667____________________________________________________________________________
1668[ 31351] By: rgs on 2007/06/07 14:05:11
1669 Log: Subject: Re: [perl #43082] "$_[0]->method" interpolation
1670 From: Father Chrysostomos <sprout@cpan.org>
1671 Date: Tue, 5 Jun 2007 13:25:39 -0700
1672 Message-Id: <064E3238-D26D-446D-9B7E-0DB8CEFDE0AD@cpan.org>
1673 Branch: perl
1674 ! t/comp/parser.t toke.c
1675____________________________________________________________________________
1676[ 31350] By: steveh on 2007/06/07 13:49:04
1677 Log: Stop VC++ from warning "'getenv' : inconsistent dll linkage.
1678 dllexport assumed." when building with -DDEBUGGING by declaring
1679 getenv() with the same __declspec as in Microsoft's <stdlib.h>.
1680 MinGW/GCC is happy with that too, but Borland doesn't understand
1681 _CRTIMP so don't bother for Borland since it doesn't warn anyway.
1682 Branch: perl
1683 ! x2p/a2p.c
1684____________________________________________________________________________
1685[ 31349] By: rgs on 2007/06/07 13:23:07
1686 Log: Subject: Re: [PATCH] Update File-Path to 2.00
1687 From: David Landgren <david@landgren.net>
1688 Date: Thu, 07 Jun 2007 14:02:36 +0200
1689 Message-ID: <4667F3DC.9070203@landgren.net>
1690 Branch: perl
1691 ! lib/File/Path.pm
1692____________________________________________________________________________
1693[ 31348] By: rgs on 2007/06/07 12:12:39
1694 Log: Subject: [PATCHES] Silence compiler warnings
1695 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1696 Date: Wed, 6 Jun 2007 14:45:06 -0400
1697 Message-ID: <1ff86f510706061145r540c7f02kba96c04bc9dcf8b0@mail.gmail.com>
1698 Branch: perl
1699 ! mro.c pp_sys.c universal.c
1700____________________________________________________________________________
1701[ 31347] By: steveh on 2007/06/07 11:48:47
1702 Log: Stop VC++ from warning "all references to 'SHELL32.dll' discarded
1703 by /OPT:REF" by removing the only reference to a SHELL32.dll function
1704 (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which
1705 isn't actually used anywhere so delete it).
1706
1707 That then caused the warning "/DELAYLOAD:shell32.dll ignored; no
1708 imports found from shell32.dll", so remove that /DELAYLOAD option too.
1709 Branch: perl
1710 ! win32/Makefile win32/makefile.mk win32/win32.c win32/win32.h
1711 ! win32/wince.c
1712____________________________________________________________________________
1713[ 31346] By: rgs on 2007/06/07 08:51:15
1714 Log: Subject: [patch] fix small errors in sv.c commentary
1715 From: Jim Cromie <jim.cromie@gmail.com>
1716 Date: Wed, 06 Jun 2007 23:38:53 -0600
1717 Message-ID: <466799ED.3090705@gmail.com>
1718 Branch: perl
1719 ! sv.c
1720____________________________________________________________________________
1721[ 31345] By: rgs on 2007/06/07 08:01:18
1722 Log: Subject: Re: [PATCH] Update File-Path to 2.00
1723 From: David Landgren <david@landgren.net>
1724 Date: Wed, 06 Jun 2007 23:57:34 +0200
1725 Message-ID: <46672DCE.2080508@landgren.net>
1726 Branch: perl
1727 ! lib/File/Path.pm lib/File/Path.t
1728____________________________________________________________________________
1729[ 31344] By: steveh on 2007/06/06 16:48:46
1730 Log: Stop VC7 and VC8 warning about overriding /DPERLDLL with /UPERLDLL
1731 when compiling perlmain.c, and don't supply /DPERLDLL twice when
1732 compiling perlmainst.c
1733 Branch: perl
1734 ! win32/Makefile win32/makefile.mk
1735____________________________________________________________________________
1736[ 31343] By: steveh on 2007/06/06 16:33:42
1737 Log: Stop VC7 and VC8 complaining about the DESCRIPTION statement
1738 in perldll.def (it isn't supported any more).
1739 Branch: perl
1740 ! makedef.pl
1741____________________________________________________________________________
1742[ 31342] By: rgs on 2007/06/06 14:58:27
1743 Log: Adjust test count (it shouldn't have changed with last patch)
1744 Branch: perl
1745 ! ext/B/t/concise-xs.t
1746____________________________________________________________________________
1747[ 31341] By: rgs on 2007/06/06 14:42:01
1748 Log: Subject: Re: [PATCH] Callbacks for named captures (%+ and %-)
1749 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
1750 Date: Sun, 3 Jun 2007 20:24:59 +0000
1751 Message-ID: <51dd1af80706031324y5618d519p460da27a2e7fe712@mail.gmail.com>
1752 Branch: perl
1753 + ext/re/t/qr.t t/op/regexp_nc_tie.t
1754 ! MANIFEST embed.fnc embed.h ext/B/t/concise-xs.t ext/re/re.pm
1755 ! ext/re/re.xs ext/re/re_top.h ext/re/t/re_funcs.t global.sym
1756 ! gv.c lib/Tie/Hash/NamedCapture.pm mg.c perl.h
1757 ! pod/perlreapi.pod proto.h regcomp.c regcomp.h regexp.h
1758 ! t/op/pat.t t/op/readdir.t universal.c
1759____________________________________________________________________________
1760[ 31340] By: rgs on 2007/06/06 12:27:36
1761 Log: Upgrade to encoding::warnings 0.11
1762 Branch: perl
1763 ! lib/encoding/warnings.pm
1764____________________________________________________________________________
1765[ 31339] By: rgs on 2007/06/06 12:07:13
1766 Log: A test file was removed from the latest Unicode::Normalize
1767 Branch: perl
1768 - ext/Unicode/Normalize/t/short.t
1769 ! MANIFEST
1770____________________________________________________________________________
1771[ 31338] By: rgs on 2007/06/06 12:03:00
1772 Log: Upgrade to Unicode::Normalize 1.02
1773 Branch: perl
1774 ! ext/Unicode/Normalize/Changes
1775 ! ext/Unicode/Normalize/Normalize.pm
1776 ! ext/Unicode/Normalize/Normalize.xs
1777 ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
1778 ! ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/func.t
1779 ! ext/Unicode/Normalize/t/test.t
1780____________________________________________________________________________
1781[ 31337] By: steveh on 2007/06/06 08:20:32
1782 Log: Subject: Re: [PATCH] Update File-Path to 2.00
1783 From: Joshua Juran <jjuran@gmail.com>
1784 Date: Wed, 6 Jun 2007 01:14:31 -0700
1785 Message-Id: <5F26D98D-8B6D-4F4A-B2E9-168F71B963DD@gmail.com>
1786
1787 Fixes typo in the POD.
1788 Branch: perl
1789 ! lib/File/Path.pm
1790____________________________________________________________________________
1791[ 31336] By: steveh on 2007/06/06 08:16:44
1792 Log: Subject: Re: [PATCH] Update File-Path to 2.00
1793 From: David Landgren <david@landgren.net>
1794 Date: Tue, 05 Jun 2007 23:21:40 +0200
1795 Message-ID: <4665D3E4.2030809@landgren.net>
1796
1797 Silences some unnecessary carping (e.g. from ExtUtils::Command line 109
1798 when building perl).
1799 Branch: perl
1800 ! lib/File/Path.pm lib/File/Path.t
1801____________________________________________________________________________
1802[ 31335] By: steveh on 2007/06/05 12:51:07
1803 Log: Silence another VC++ compiler warning (signed/unsigned mismatch in ==)
1804 Branch: perl
1805 ! regexec.c
1806____________________________________________________________________________
1807[ 31334] By: rgs on 2007/06/05 10:23:24
1808 Log: There is no more a ~~ feature, noticed by Moritz Lenz
1809 Branch: perl
1810 ! pod/perlsyn.pod
1811____________________________________________________________________________
1812[ 31333] By: rgs on 2007/06/05 10:10:33
1813 Log: Remove support for assertions and -A
1814 Branch: perl
1815 - lib/assertions.pm lib/assertions/activate.pm
1816 - lib/assertions/compat.pm t/comp/assertions.t
1817 - t/comp/asstcompat.t t/run/switch_A.t
1818 ! MANIFEST cv.h dump.c ext/B/B.xs ext/B/B/Concise.pm
1819 ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL ext/B/t/concise-xs.t
1820 ! lib/perl5db.pl op.c perl.c perl.h pod/perl.pod
1821 ! pod/perldiag.pod pod/perllexwarn.pod pod/perlrun.pod
1822 ! pod/perltodo.pod pp_hot.c sv.c t/op/attrs.t toke.c warnings.pl
1823 ! xsutils.c
1824____________________________________________________________________________
1825[ 31332] By: rgs on 2007/06/04 08:04:13
1826 Log: Subject: another mro patch
1827 From: "Brandon Black" <blblack@gmail.com>
1828 Date: Mon, 4 Jun 2007 00:55:15 -0500
1829 Message-ID: <84621a60706032255g6702cd81ube1f582a1e07cf8a@mail.gmail.com>
1830 Branch: perl
1831 + t/mro/next_goto.t
1832 ! MANIFEST lib/mro.pm mro.c
1833____________________________________________________________________________
1834[ 31331] By: craigb on 2007/06/03 22:26:20
1835 Log: cando_by_name again: work harder to identify directories
1836 for fileification, plus a nit missed in #31326.
1837 Branch: perl
1838 ! vms/vms.c
1839____________________________________________________________________________
1840[ 31330] By: rgs on 2007/06/03 16:23:03
1841 Log: Subject: [PATCH] Math::BigInt v1.87 take 6
1842 From: Tels <nospam-abuse@bloodgate.com>
1843 Date: Sat, 2 Jun 2007 13:40:45 +0000
1844 Message-Id: <200706021340.46806@bloodgate.com>
1845 Branch: perl
1846 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1847____________________________________________________________________________
1848[ 31329] By: rgs on 2007/06/03 16:19:37
1849 Log: Subject: Re: [PATCH] Update File-Path to 2.00
1850 From: David Landgren <david@landgren.net>
1851 Date: Sat, 02 Jun 2007 20:58:16 +0200
1852 Message-ID: <4661BDC8.6040102@landgren.net>
1853 Branch: perl
1854 ! lib/File/Path.pm lib/File/Path.t
1855____________________________________________________________________________
1856[ 31328] By: rgs on 2007/06/03 15:36:25
1857 Log: Subject: [PATCH] Re: BBC(Bleadperl Breaks CPAN) Today: String::Multibyte
1858 From: demerphq <demerphq@gmail.com>
1859 Date: Sun, 3 Jun 2007 17:21:55 +0200
1860 Message-ID: <9b18b3110706030821u39460f96ic342dda8ba9fcdf7@mail.gmail.com>
1861 Branch: perl
1862 ! regcomp.c t/op/pat.t
1863____________________________________________________________________________
1864[ 31327] By: craigb on 2007/06/02 17:47:37
1865 Log: In File::Path::_rmtree, we want a list of files, not directories (some of them
1866 may be directory files, which is ok).
1867 Branch: perl
1868 ! lib/File/Path.pm
1869____________________________________________________________________________
1870[ 31326] By: craigb on 2007/06/02 16:02:03
1871 Log: Assorted fixes for VMS version of cando_by_name:
1872 -- Restore pre-5.9.x behavior of expanding logical names and fileifying
1873 directory specs regardless of whether input spec is in VMS syntax.
1874 -- VMSify input spec unless explicitly told we don't need to (this was
1875 backwards since introduced in #27733).
1876 -- Various memory handling robustifications.
1877 Branch: perl
1878 ! vms/vms.c
1879____________________________________________________________________________
1880[ 31325] By: rgs on 2007/06/01 09:14:24
1881 Log: Subject: [perl #43094] Doc patch to perlre: modifiers => quantifiers
1882 From: Brad Baxter (via RT) <perlbug-followup@perl.org>
1883 Date: Thu, 31 May 2007 15:04:55 -0700
1884 Message-ID: <rt-3.6.HEAD-1668-1180649095-1834.43094-75-0@perl.org>
1885 Branch: perl
1886 ! pod/perlre.pod
1887____________________________________________________________________________
1888[ 31324] By: steveh on 2007/06/01 07:32:52
1889 Log: Subject: [PATCH] Fix DynaLoader::dl_findfile() to locate .so files again
1890 From: "Jan Dubois" <jand@activestate.com>
1891 Date: Thu, 31 May 2007 13:17:22 -0700
1892 Message-ID: <00a501c7a3c0$b2d880d0$18898270$@com>
1893 Branch: perl
1894 ! ext/DynaLoader/DynaLoader_pm.PL
1895____________________________________________________________________________
1896[ 31323] By: merijn on 2007/06/01 06:39:32
1897 Log: Subject: [PATCH] Configure: O_NONBLOCK test uses fork() and pipe()
1898 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
1899 Date: Fri, 1 Jun 2007 04:31:03 +0300 (EEST)
1900 Message-Id: <200706010131.l511V3kv417484@kosh.hut.fi>
1901 Branch: perl
1902 ! Configure
1903____________________________________________________________________________
1904[ 31321] By: merijn on 2007/06/01 06:32:38
1905 Log: Subject: Updated email address for AUTHORS.txt
1906 From: perl@cadop.com
1907 Date: Thu, 31 May 2007 19:33:08 -0600 (MDT)
1908 Message-Id: <20070601013308.3B6A314ECA82@noop.cadop.com>
1909 Branch: perl
1910 ! AUTHORS
1911____________________________________________________________________________
1912[ 31320] By: craigb on 2007/05/31 22:17:17
1913 Log: Maintain UAF context across calls to sys$check_access in cando_by_name.
1914 Branch: perl
1915 ! vms/vms.c
1916____________________________________________________________________________
1917[ 31319] By: rgs on 2007/05/31 16:13:07
1918 Log: Dave remarks that I have been too terse here.
1919 Branch: perl
1920 ! pod/perl595delta.pod
1921____________________________________________________________________________
1922[ 31318] By: rgs on 2007/05/31 16:09:22
1923 Log: Subject: [PATCH] Remove threads/typemap from Porting/Maintainers.pl
1924 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1925 Date: Thu, 31 May 2007 11:59:31 -0400
1926 Message-ID: <1ff86f510705310859y6c101c15t6d823d00ef25309b@mail.gmail.com>
1927 Branch: perl
1928 ! Porting/Maintainers.pl
1929____________________________________________________________________________
1930[ 31317] By: rgs on 2007/05/31 15:52:28
1931 Log: Actually, Log::Message::Simple comes from Jos, not Tels.
1932 Branch: perl
1933 ! Porting/Maintainers.pl
1934____________________________________________________________________________
1935[ 31316] By: rgs on 2007/05/31 12:11:40
1936 Log: Subject: [PATCH] minor assertions improvements
1937 From: Ricardo SIGNES <rjbs-perl-p5p@lists.manxome.org>
1938 Date: Wed, 30 May 2007 21:47:15 -0400
1939 Message-ID: <20070531014715.GA26562@knight.manxome.org>
1940 Branch: perl
1941 ! lib/assertions.pm lib/assertions/activate.pm
1942 ! t/comp/assertions.t
1943____________________________________________________________________________
1944[ 31315] By: rgs on 2007/05/31 09:42:05
1945 Log: Subject: [PATCH] Update File-Path to 2.00
1946 From: David Landgren <david@landgren.net>
1947 Date: Wed, 30 May 2007 19:50:38 +0200
1948 Message-ID: <465DB96E.1020106@landgren.net>
1949 Branch: perl
1950 ! lib/File/Path.pm lib/File/Path.t
1951____________________________________________________________________________
1952[ 31314] By: rgs on 2007/05/31 08:28:02
1953 Log: Subject: [PATCH] Gooder English
1954 From: "Jerry D. Hedden" <jdhedden@cpan.org>
1955 Date: Wed, 30 May 2007 17:12:32 -0400
1956 Message-ID: <1ff86f510705301412v75fc5810vf28f5b62c0077585@mail.gmail.com>
1957 Branch: perl
1958 ! lib/Log/Message/Simple.pm
1959____________________________________________________________________________
1960[ 31313] By: nicholas on 2007/05/31 08:25:57
1961 Log: blead segfaults on local *@; eval {1} because ERRSV assumes that
1962 GvSV(PL_errgv) is always non-NULL. That stopped being the case with
1963 change 25009 (ish) - when we stopped automatically creating a(n unused)
1964 SV at GV creation time.
1965 Branch: perl
1966 ! scope.c t/op/local.t
1967____________________________________________________________________________
1968[ 31312] By: rgs on 2007/05/30 15:21:10
1969 Log: Subject: Re: HvMROMETA
1970 From: "Brandon Black" <blblack@gmail.com>
1971 Date: Tue, 29 May 2007 19:08:13 -0500
1972 Message-ID: <84621a60705291708m3f106d74r473f3d91c780163d@mail.gmail.com>
1973 Branch: perl
1974 ! hv.h mro.c
1975____________________________________________________________________________
1976[ 31311] By: rgs on 2007/05/30 13:59:17
1977 Log: Subject: Re: localising hash element by variable
1978 From: hv@crypt.org
1979 Date: Wed, 30 May 2007 13:21:15 +0100
1980 Message-Id: <200705301221.l4UCLFwf010411@zen.crypt.org>
1981 Branch: perl
1982 ! t/op/local.t
1983____________________________________________________________________________
1984[ 31310] By: rgs on 2007/05/30 10:45:08
1985 Log: Upgrade to Encode 2.23
1986 Branch: perl
1987 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
1988 ! ext/Encode/Makefile.PL ext/Encode/Unicode/Unicode.pm
1989____________________________________________________________________________
1990[ 31309] By: steveh on 2007/05/30 07:38:30
1991 Log: Silence a couple of VC++ compiler warnings
1992 Branch: perl
1993 ! ext/Math/BigInt/FastCalc/FastCalc.pm
1994 ! ext/Math/BigInt/FastCalc/FastCalc.xs
1995____________________________________________________________________________
1996[ 31308] By: nicholas on 2007/05/29 19:57:34
1997 Log: DBL_EPSILON DBL_MIN FLT_EPSILON FLT_MIN are not C constant expressions
1998 on z/OS, so move them to the list of non const constants.
1999 Branch: perl
2000 ! ext/POSIX/Makefile.PL
2001____________________________________________________________________________
2002[ 31307] By: rgs on 2007/05/29 15:48:27
2003 Log: Plug a memory leak in Encode
2004 Branch: perl
2005 ! ext/Encode/Encode.xs
2006____________________________________________________________________________
2007[ 31306] By: stevep on 2007/05/29 14:42:24
2008 Log: Upgrade to CPAN-1.9102
2009 Branch: perl
2010 ! lib/CPAN.pm lib/CPAN/Kwalify.pm lib/CPAN/t/10version.t
2011____________________________________________________________________________
2012[ 31305] By: rgs on 2007/05/29 09:33:52
2013 Log: Upgrade to Encode 2.22
2014 Branch: perl
2015 ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
2016 ! ext/Encode/t/fallback.t ext/Encode/t/mime-name.t
2017____________________________________________________________________________
2018[ 31304] By: rgs on 2007/05/29 08:59:05
2019 Log: Revert change #30530, following Jan's advice
2020 Branch: perl
2021 ! Makefile.SH
2022____________________________________________________________________________
2023[ 31303] By: rgs on 2007/05/29 08:49:06
2024 Log: Subject: Re: [perl #43015] regex /.*\z/ doesn't matches strings ending with \n
2025 From: demerphq <demerphq@gmail.com>
2026 Date: Mon, 28 May 2007 19:46:04 +0200
2027 Message-ID: <9b18b3110705281046ib37acb4i7960fe415325270f@mail.gmail.com>
2028 Branch: perl
2029 ! regcomp.c regexec.c t/op/re_tests
2030____________________________________________________________________________
2031[ 31302] By: rgs on 2007/05/29 08:43:29
2032 Log: Mention that last bugfix in perldelta
2033 Branch: perl
2034 ! pod/perl595delta.pod
2035____________________________________________________________________________
2036[ 31301] By: rgs on 2007/05/29 08:41:09
2037 Log: Subject: Re: localising hash element by variable
2038 From: Bo Lindbergh <blgl@hagernas.com>
2039 Date: Mon, 28 May 2007 20:26:00 +0200
2040 Message-Id: <BC2C451F-B286-4D38-923E-E3B473F7B5E1@hagernas.com>
2041 Branch: perl
2042 ! scope.c t/op/local.t
2043____________________________________________________________________________
2044[ 31300] By: steveh on 2007/05/29 08:09:38
2045 Log: win32/makefile.mk doesn't support GSAR's old dmake (because of
2046 the use of || and && in conditional expressions, which that old
2047 dmake doesn't understand), so stop with a helpful error message
2048 if such a dmake is being used.
2049
2050 There is now no need to have all the clutter of trying to support
2051 different backslash and newline semantics, so ditch that too.
2052 Branch: perl
2053 ! win32/makefile.mk
2054____________________________________________________________________________
2055[ 31299] By: rgs on 2007/05/29 07:57:33
2056 Log: Subject: Re: [PATCH] Update CPANPLUS to 0.79_03
2057 From: "Jos I. Boumans" <jos@dwim.org>
2058 Date: Tue, 29 May 2007 09:00:53 +0200
2059 Message-Id: <551932A2-91F8-4E7C-8939-4B71216976BA@dwim.org>
2060
2061 Removed a fatal debug statement from cpan2dist.
2062 Branch: perl
2063 ! lib/CPANPLUS.pm lib/CPANPLUS/Internals.pm
2064 ! lib/CPANPLUS/Shell/Default.pm lib/CPANPLUS/bin/cpan2dist
2065 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
2066 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
2067 ! r-0.01.tar.gz.packed
2068 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2069 ! tar.gz.packed
2070 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2071 ! tar.gz.packed
2072 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2073 ! r.gz.packed
2074 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2075 ! tar.gz.packed
2076 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2077 ! r.gz.packed
2078 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2079 ! cked
2080 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2081____________________________________________________________________________
2082[ 31298] By: steveh on 2007/05/29 07:25:22
2083 Log: Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"
2084 when building the POSIX extension
2085 Branch: perl
2086 ! lib/ExtUtils/Install.pm
2087____________________________________________________________________________
2088[ 31297] By: merijn on 2007/05/29 06:12:06
2089 Log: Subject: [PATCH] perltodo tweak on virtualizing OS/FS access
2090 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2091 Date: Tue, 29 May 2007 06:50:57 +0300 (EEST)
2092 Message-Id: <200705290350.l4T3ovWG275103@kosh.hut.fi>
2093 Branch: perl
2094 ! pod/perltodo.pod
2095____________________________________________________________________________
2096[ 31296] By: nicholas on 2007/05/28 21:35:45
2097 Log: Subject: Re: Cross patch 31287 broke blead
2098 From: Vadim <vadim@vkonovalov.ru>
2099 Message-ID: <465B11AB.8000608@vkonovalov.ru>
2100 Date: Mon, 28 May 2007 21:30:19 +0400
2101 Branch: perl
2102 +> Cross/Makefile-cross-SH Cross/build-arm-n770-sh
2103 - Cross/Makefile-cross.SH Cross/build-arm-n770.sh
2104 ! MANIFEST
2105____________________________________________________________________________
2106[ 31295] By: nicholas on 2007/05/28 18:50:23
2107 Log: Avoid calling SvEND() when SvPOKp() is not true.
2108 Remove an unneeded dupliate SvCUR_set() in Perl_sv_2pv_flags().
2109 Branch: perl
2110 ! sv.c
2111____________________________________________________________________________
2112[ 31294] By: rgs on 2007/05/28 13:36:43
2113 Log: Several POD fixes by Jonathan Stowe
2114 Branch: perl
2115 ! ext/B/B/Concise.pm ext/B/B/Lint.pm pod/perldebguts.pod
2116 ! symbian/PerlBase.pod
2117____________________________________________________________________________
2118[ 31293] By: rgs on 2007/05/28 13:21:23
2119 Log: Subject: [PATCH] Add /nologo to nmake in CPANPLUS::Dist::Build too
2120 From: "Jos I. Boumans" <kane@xs4all.nl>
2121 Date: Mon, 28 May 2007 15:06:52 +0200
2122 Message-Id: <90E1CAA6-8529-4DD1-9D42-A377538E9320@xs4all.nl>
2123 Branch: perl
2124 ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
2125 ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
2126 ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
2127____________________________________________________________________________
2128[ 31292] By: rgs on 2007/05/28 13:17:54
2129 Log: Subject: [PATCH] Update CPANPLUS to 0.79_03
2130 From: "Jos I. Boumans" <jos@dwim.org>
2131 Date: Mon, 28 May 2007 14:59:11 +0200
2132 Message-Id: <DDD60952-6B63-4AA5-9862-FAE3456AB7CA@dwim.org>
2133 Branch: perl
2134 ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
2135 ! lib/CPANPLUS/Configure.pm lib/CPANPLUS/Dist.pm
2136 ! lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Internals.pm
2137 ! lib/CPANPLUS/Internals/Constants.pm
2138 ! lib/CPANPLUS/Internals/Constants/Report.pm
2139 ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
2140 ! lib/CPANPLUS/bin/cpan2dist
2141 ! lib/CPANPLUS/t/02_CPANPLUS-Internals.t
2142 ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
2143 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
2144 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
2145 ! r-0.01.tar.gz.packed
2146 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
2147 ! tar.gz.packed
2148 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
2149 ! tar.gz.packed
2150 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
2151 ! r.gz.packed
2152 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
2153 ! tar.gz.packed
2154 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
2155 ! r.gz.packed
2156 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
2157 ! cked
2158 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
2159 ! lib/CPANPLUS/t/inc/conf.pl
2160____________________________________________________________________________
2161[ 31291] By: rgs on 2007/05/28 12:52:08
2162 Log: Mention new lexical pragmas big* in perldelta
2163 Branch: perl
2164 ! pod/perl595delta.pod
2165____________________________________________________________________________
2166[ 31290] By: rgs on 2007/05/28 12:47:32
2167 Log: Update Changes
2168 Branch: perl
2169 ! Changes
2170____________________________________________________________________________
a742de31
RGS
2171[ 31289] By: rgs on 2007/05/28 12:44:29
2172 Log: Update outdated example
2173 Branch: perl
2174 ! pod/perlpod.pod
2175____________________________________________________________________________
2176[ 31288] By: rgs on 2007/05/28 12:33:05
2177 Log: Update to Archive::Extract 0.20, and re-apply patch #31158
2178 Branch: perl
2179 + lib/Archive/Extract/t/src/x.Z.packed
2180 ! MANIFEST lib/Archive/Extract.pm
2181 ! lib/Archive/Extract/t/01_Archive-Extract.t
2182 ! lib/Archive/Extract/t/src/double_dir.zip.packed
2183 ! lib/Archive/Extract/t/src/x.bz2.packed
2184 ! lib/Archive/Extract/t/src/x.gz.packed
2185 ! lib/Archive/Extract/t/src/x.jar.packed
2186 ! lib/Archive/Extract/t/src/x.par.packed
2187 ! lib/Archive/Extract/t/src/x.tar.gz.packed
2188 ! lib/Archive/Extract/t/src/x.tar.packed
2189 ! lib/Archive/Extract/t/src/x.tgz.packed
2190 ! lib/Archive/Extract/t/src/x.zip.packed
2191 ! lib/Archive/Extract/t/src/y.jar.packed
2192 ! lib/Archive/Extract/t/src/y.par.packed
2193 ! lib/Archive/Extract/t/src/y.tar.bz2.packed
2194 ! lib/Archive/Extract/t/src/y.tar.gz.packed
2195 ! lib/Archive/Extract/t/src/y.tar.packed
2196 ! lib/Archive/Extract/t/src/y.tbz.packed
2197 ! lib/Archive/Extract/t/src/y.tgz.packed
2198 ! lib/Archive/Extract/t/src/y.zip.packed
2199____________________________________________________________________________
2200[ 31287] By: rgs on 2007/05/28 12:03:25
2201 Log: Subject: linux arm cross-compilation
2202 From: Vadim <vadim@vkonovalov.ru>
2203 Date: Mon, 28 May 2007 01:23:46 +0400
2204 Message-ID: <4659F6E2.3090805@vkonovalov.ru>
2205
2206 with adjustments to the MANIFEST
2207 Branch: perl
2208 + Cross/Makefile-cross.SH Cross/build-arm-n770.sh
2209 + Cross/cflags-cross-arm Cross/config.sh-arm-linux-n770
2210 + ext/util/make_ext_cross
2211 ! MANIFEST configpm
2212____________________________________________________________________________
2213[ 31286] By: rgs on 2007/05/28 11:14:32
2214 Log: Bump version number
2215
2216 Subject: [PATCH] Update log::message::simple to 0.02
2217 From: "Jos I. Boumans" <jib@ripe.net>
2218 Date: Mon, 28 May 2007 12:04:02 +0200
2219 Message-Id: <EB397A0C-713C-4E42-92DB-DD8B808AE34C@ripe.net>
2220 Branch: perl
2221 ! lib/Log/Message/Simple.pm
2222____________________________________________________________________________
2223[ 31285] By: rgs on 2007/05/28 10:17:22
2224 Log: Subject: Re: [PATCH] Math::BigInt v1.87 take 5
2225 From: Tels <nospam-abuse@bloodgate.com>
2226 Date: Sun, 27 May 2007 15:54:29 +0000
2227 Message-Id: <200705271554.32054@bloodgate.com>
2228 Branch: perl
2229 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2230 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2231____________________________________________________________________________
2232[ 31284] By: rgs on 2007/05/28 09:45:39
2233 Log: Subject: [PATCH] Math::BigInt::FastCalc v0.15
2234 From: Tels <nospam-abuse@bloodgate.com>
2235 Date: Sun, 27 May 2007 14:43:15 +0000
2236 Message-Id: <200705271443.16138@bloodgate.com>
2237 Branch: perl
2238 ! ext/Math/BigInt/FastCalc/FastCalc.pm
2239 ! ext/Math/BigInt/FastCalc/FastCalc.xs
2240 ! ext/Math/BigInt/FastCalc/Makefile.PL
2241 ! ext/Math/BigInt/FastCalc/t/leak.t
2242____________________________________________________________________________
2243[ 31283] By: craigb on 2007/05/27 01:54:45
2244 Log: In the stat() wrapper for VMS, always allow extended characters
2245 (such as multiple dots) in the filename regardless of environment
2246 setting.
2247 Branch: perl
2248 ! vms/vms.c
2249____________________________________________________________________________
2250[ 31282] By: craigb on 2007/05/27 01:50:46
2251 Log: In the homegrown readdir() for VMS, always treat unix-style paths
2252 appropriately regardless of environment setting, and also remove
2253 the escape characters from escaped dots.
2254 Branch: perl
2255 ! vms/vms.c
2256____________________________________________________________________________
2257[ 31281] By: rgs on 2007/05/26 06:54:40
2258 Log: Bad orientation in doc, noticed by Jan Dubois.
2259 Branch: perl
2260 ! pod/perl595delta.pod
2261____________________________________________________________________________
2262[ 31280] By: davem on 2007/05/25 23:26:33
2263 Log: delete PL_hash_seed_set, PL_lineary; move PL_runops_std/dbg
2264 the first two aren't used, and the last two are just place holders
2265 to ensure that both runops functions get linked in; so make them
2266 global rather than per-interpeter
2267 Branch: perl
2268 ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
2269____________________________________________________________________________
2270[ 31279] By: craigb on 2007/05/25 22:19:40
2271 Log: Subject: Re: argproc.c license Re: [perl #43037] Bad license in perl distribution
2272 From: Mark Pizzolato <mark@infocomm.com>
2273 Date: Fri, 25 May 2007 13:31:17 -0700 (PDT)
2274 Message-ID: <288163.41670.qm@web83606.mail.sp1.yahoo.com>
2275 Branch: perl
2276 ! vms/vms.c
2277____________________________________________________________________________
2278[ 31278] By: davem on 2007/05/25 19:16:50
2279 Log: fix coredump in S_varname (tickled by Devel::Profile)
2280 a 'Use of uninitialized value' warning within a DB sub
2281 attempted to use the pad of the caller to locate the offending
2282 lexical
2283 Branch: perl
2284 ! sv.c
2285____________________________________________________________________________
2286[ 31277] By: rgs on 2007/05/25 13:29:34
2287 Log: \R can't be used in a char class
2288 Branch: perl
2289 ! pod/perlre.pod
2290____________________________________________________________________________
2291[ 31276] By: rgs on 2007/05/25 13:28:39
2292 Log: Document new escapes in perldelta
2293 Branch: perl
2294 ! pod/perl595delta.pod
2295____________________________________________________________________________
2296[ 31275] By: steveh on 2007/05/25 10:15:54
2297 Log: Change #31270 should have updated proto.h to match
2298 Branch: perl
2299 ! embed.fnc proto.h
2300____________________________________________________________________________
2301[ 31274] By: rgs on 2007/05/25 09:57:33
2302 Log: Upgrade to Archive::Tar 1.32.
2303 Branch: perl
2304 ! lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
2305 ! lib/Archive/Tar/File.pm
2306 ! lib/Archive/Tar/t/src/long/bar.tar.packed
2307 ! lib/Archive/Tar/t/src/long/foo.tgz.packed
2308 ! lib/Archive/Tar/t/src/short/bar.tar.packed
2309 ! lib/Archive/Tar/t/src/short/foo.tgz.packed
2310____________________________________________________________________________
2311[ 31273] By: rgs on 2007/05/25 09:29:12
2312 Log: Document that ptardiff needs Text::Diff
2313 Branch: perl
2314 ! pod/perlutil.pod
2315____________________________________________________________________________
2316[ 31272] By: rgs on 2007/05/25 09:20:45
2317 Log: Document cpanp and cpan2dist
2318 Branch: perl
2319 ! pod/perl595delta.pod pod/perlutil.pod
2320____________________________________________________________________________
2321[ 31271] By: steveh on 2007/05/25 09:18:45
2322 Log: Fix the ext/IO/t/io_sock.t failure when built with VC++ 2005
2323
2324 Unknown to me win32/win32.h was defining USE_FIXED_OSFHANDLE, which
2325 arranged for a black magic fix to MSVCRT.DLL's _open_osfhandle() to
2326 be used. It seems that this is inappropriate for VC++ versions later
2327 than 6.x, since they don't use that DLL: simply not defining that
2328 symbol makes the io_sock.t failure go away.
2329
2330 (Compare change #29233, which similarly disabled the fix to
2331 MSVCRT.DLL's read() for VC++ versions later than 6.x.)
2332 Branch: perl
2333 ! README.win32 win32/win32.h
2334____________________________________________________________________________
2335[ 31270] By: rgs on 2007/05/25 07:46:08
2336 Log: Subject: [PATCH] Consting dump.c
2337 From: Andy Lester <andy@petdance.com>
2338 Date: Thu, 24 May 2007 13:25:43 -0500
2339 Message-Id: <B46A083E-A133-4D38-9BE8-BE1EB0AAA326@petdance.com>
2340 Branch: perl
2341 ! XSUB.h doop.c dump.c
2342____________________________________________________________________________
2343[ 31269] By: rgs on 2007/05/24 17:18:24
2344 Log: Subject: Re: perl pragma [PATCH]
2345 From: Tels <nospam-abuse@bloodgate.com>
2346 Date: Wed, 23 May 2007 21:35:58 +0000
2347 Message-Id: <200705232135.59546@bloodgate.com>
2348 Branch: perl
2349 + lib/bignum/t/in_effect.t lib/bignum/t/scope_f.t
2350 + lib/bignum/t/scope_i.t lib/bignum/t/scope_r.t
2351 ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bigrat.pm
2352____________________________________________________________________________
2353[ 31268] By: rgs on 2007/05/24 16:12:58
2354 Log: Subject: [perl #43010] [PATCH] Deparse, ''->(), ::(), sub :: {}, etc.
2355 From: Father Chrysostomos (via RT) <perlbug-followup@perl.org>
2356 Date: Sun, 20 May 2007 21:44:42 -0700
2357 Message-ID: <rt-3.6.HEAD-4015-1179722682-636.43010-75-0@perl.org>
2358 Branch: perl
2359 ! ext/B/B/Deparse.pm ext/B/t/deparse.t
2360____________________________________________________________________________
2361[ 31267] By: rgs on 2007/05/24 15:37:40
2362 Log: Adjustment to the test for importing feature bundles,
2363 found by Hugo
2364 Branch: perl
2365 ! lib/feature.pm
2366____________________________________________________________________________
2367[ 31266] By: rgs on 2007/05/24 15:12:41
2368 Log: Subject: [PATCH] update CPANPLUS::Dist::Build to 0.06_01
2369 From: "Jos I. Boumans" <kane@dwim.org>
2370 Date: Tue, 22 May 2007 14:45:19 +0200
2371 Message-Id: <208F4537-CCF8-401B-9F97-EF1902EA2FB6@dwim.org>
2372 Branch: perl
2373 ! lib/CPANPLUS/Dist/Build.pm
2374 ! lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
2375 ! lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
2376 ! lib/CPANPLUS/Dist/Build/t/inc/conf.pl
2377 ! lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
2378 ! lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
2379____________________________________________________________________________
2380[ 31265] By: rgs on 2007/05/24 13:29:01
2381 Log: It suddendly annoyed me that corelist returned sometimes two
2382 spaces in a row.
2383 Branch: perl
2384 ! lib/Module/CoreList/bin/corelist
2385____________________________________________________________________________
2386[ 31264] By: rgs on 2007/05/24 11:17:31
2387 Log: Doc nits by Steven Schubiger
2388 Branch: perl
2389 ! pod/perlintro.pod
2390____________________________________________________________________________
2391[ 31263] By: rgs on 2007/05/24 08:25:52
2392 Log: perldelta additions suggested by Steve Hay
2393 Branch: perl
2394 ! pod/perl595delta.pod
2395____________________________________________________________________________
2396[ 31262] By: rgs on 2007/05/24 08:18:31
2397 Log: Subject: [PATCH revised] threads::shared 1.12
2398 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2399 Date: Wed, 23 May 2007 09:28:28 -0400
2400 Message-ID: <1ff86f510705230628n73c16e2gc67a3ec05d57c5f3@mail.gmail.com>
2401 Branch: perl
2402 ! ext/threads/shared/Changes ext/threads/shared/README
2403 ! ext/threads/shared/shared.pm ext/threads/shared/t/wait.t
2404 ! ext/threads/shared/t/waithires.t
2405____________________________________________________________________________
2406[ 31260] By: rgs on 2007/05/23 10:20:29
2407 Log: Perldelta nit by Brandon Black
2408 Branch: perl
2409 ! pod/perl595delta.pod
2410____________________________________________________________________________
2411[ 31259] By: steveh on 2007/05/23 08:12:14
2412 Log: Subject: RE: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
2413 From: "Jan Dubois" <jand@activestate.com>
2414 Date: Tue, 22 May 2007 16:35:27 -0700
2415 Message-ID: <06dd01c79cc9$e101ce60$a3056b20$@com>
2416
2417 Reinstates the test under Cygwin and fixes it.
2418 Branch: perl
2419 ! ext/Win32/t/Unicode.t
2420____________________________________________________________________________
2421[ 31258] By: stevep on 2007/05/23 01:58:07
2422 Log: Subject: [PATCH] Forgotten Cygwin patch
2423 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2424 Date: Tue, 22 May 2007 20:58:04 -0400
2425 Message-ID: <1ff86f510705221758p71418517ncb89fac289d74c35@mail.gmail.com>
2426 Branch: perl
2427 ! cygwin/perlld.in
2428____________________________________________________________________________
2429[ 31257] By: rgs on 2007/05/22 14:12:18
2430 Log: Add MidnightBSD to the list of Unix-like OSes
2431 Branch: perl
2432 ! lib/Module/Build.pm
2433____________________________________________________________________________
2434[ 31256] By: rgs on 2007/05/22 10:07:09
2435 Log: Update perldelta
2436 Branch: perl
2437 ! pod/perl595delta.pod
2438____________________________________________________________________________
2439[ 31255] By: davem on 2007/05/21 22:35:15
2440 Log: move PL_error_count into the PL_parser struct
2441 Branch: perl
2442 ! embedvar.h intrpvar.h op.c parser.h perl.c perlapi.h pp_ctl.c
2443 ! sv.c toke.c
2444____________________________________________________________________________
2445[ 31254] By: davem on 2007/05/21 21:02:50
2446 Log: move PL_multi_end into the PL_parser struct
2447 Branch: perl
2448 ! embedvar.h intrpvar.h op.c parser.h perlapi.h sv.c toke.c
2449____________________________________________________________________________
2450[ 31253] By: stevep on 2007/05/21 20:52:10
2451 Log: Subject: Re: Smoke failures with blead@31225 (Linux) [PATCH]
2452 From: Tels <nospam-abuse@bloodgate.com>
2453 Date: Mon, 21 May 2007 20:17:20 +0000
2454 Message-Id: <200705212017.23224@bloodgate.com>
2455 Branch: perl
2456 ! lib/Math/BigInt/Calc.pm
2457____________________________________________________________________________
2458[ 31252] By: davem on 2007/05/21 19:57:24
2459 Log: move PL_tokenbuf into the PL_parser struct
2460 Branch: perl
2461 ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c utf8.c
2462____________________________________________________________________________
2463[ 31251] By: rgs on 2007/05/21 16:46:04
2464 Log: Update Changes
2465 Branch: perl
2466 ! Changes
2467____________________________________________________________________________
e37659a3
RGS
2468[ 31250] By: rgs on 2007/05/21 14:29:02
2469 Log: Subject: [PATCH] Skip ext/Win32/t/Unicode.t under Cygwin
2470 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2471 Date: Sat, 19 May 2007 11:56:40 -0400
2472 Message-ID: <1ff86f510705190856o2a98f1a5sd6f316f863e60c87@mail.gmail.com>
2473 Branch: perl
2474 ! ext/Win32/t/Unicode.t
2475____________________________________________________________________________
2476[ 31249] By: rgs on 2007/05/21 14:27:03
2477 Log: Subject: [PATCH] Skip win32core.t under Cygwin
2478 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2479 Date: Sat, 19 May 2007 08:43:47 -0400
2480 Message-ID: <1ff86f510705190543r505cfc2fua18e87cd665b8f6e@mail.gmail.com>
2481 Branch: perl
2482 ! ext/Win32CORE/t/win32core.t
2483____________________________________________________________________________
2484[ 31248] By: merijn on 2007/05/21 06:26:31
2485 Log: Subject: [PATCH] pp_sys.c: gethostbyaddr
2486 From: Jarkko Hietaniemi <jhi@iki.fi>
2487 Date: Mon, 21 May 2007 00:02:38 -0400
2488 Message-ID: <465119DE.6040208@iki.fi>
2489 Branch: perl
2490 ! pp_sys.c
2491____________________________________________________________________________
2492[ 31247] By: craigb on 2007/05/21 04:33:27
2493 Log: VMSify uupacktool.pl and run it during VMS build.
2494 Branch: perl
2495 ! uupacktool.pl vms/descrip_mms.template
2496____________________________________________________________________________
2497[ 31246] By: davem on 2007/05/20 23:56:30
2498 Log: delete unused vars PL_av_fetch_sv, PL_hv_fetch_sv
2499 and fix 'duplicate symbol' warnings from embed.pl
2500 for utf8cache and sh_path
2501 Branch: perl
2502 ! embedvar.h intrpvar.h perlapi.h perlvars.h
2503____________________________________________________________________________
2504[ 31245] By: davem on 2007/05/20 23:10:15
2505 Log: delete thrdvar.h and move its contents to intrpvar.h
2506 Branch: perl
2507 - thrdvar.h
2508 ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
2509 ! embed.pl embedvar.h global.sym intrpvar.h
2510 ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm makedef.pl
2511 ! perl.c perl.h perlapi.c perlapi.h pod/perlapi.pod
2512 ! pod/perlintern.pod pod/perltodo.pod proto.h sv.c
2513 ! vms/descrip_mms.template win32/Makefile win32/Makefile.ce
2514 ! win32/makefile.mk
2515____________________________________________________________________________
2516[ 31244] By: rgs on 2007/05/20 12:58:53
2517 Log: Subject: [PATCH] Minor perlreapi.pod cleanup
2518 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2519 Date: Wed, 16 May 2007 16:38:44 +0000
2520 Message-ID: <51dd1af80705160938w13789b63m6d5f4710441ceac@mail.gmail.com>
2521 Branch: perl
2522 ! pod/perlreapi.pod regexp.h
2523____________________________________________________________________________
2524[ 31243] By: rgs on 2007/05/20 12:55:20
2525 Log: Update Archive::Tar to 1.31
2526 Branch: perl
2527 + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
2528 + lib/Archive/Tar/t/src/long/bar.tar.packed
2529 + lib/Archive/Tar/t/src/long/foo.tgz.packed
2530 + lib/Archive/Tar/t/src/short/b
2531 + lib/Archive/Tar/t/src/short/bar.tar.packed
2532 + lib/Archive/Tar/t/src/short/foo.tgz.packed
2533 - lib/Archive/Tar/t/00_setup.t lib/Archive/Tar/t/99_clean.t
2534 ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/File.pm
2535 ! lib/Archive/Tar/t/02_methods.t
2536____________________________________________________________________________
2537[ 31242] By: rgs on 2007/05/20 12:50:02
2538 Log: Subject: RE: When is -DPERL_CORE required?
2539 From: "Jan Dubois" <jand@activestate.com>
2540 Date: Fri, 18 May 2007 10:57:35 -0700
2541 Message-ID: <044601c79976$046691d0$0d33b570$@com>
2542 Branch: perl
2543 ! win32/win32.h
2544____________________________________________________________________________
2545[ 31241] By: rgs on 2007/05/20 12:48:01
2546 Log: Subject: [PATCH] Don't use a regex match in lib/feature.pm
2547 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2548 Date: Fri, 18 May 2007 20:16:53 +0000
2549 Message-ID: <51dd1af80705181316r15f65e45n55903de294565aa1@mail.gmail.com>
2550 Branch: perl
2551 ! lib/feature.pm
2552____________________________________________________________________________
2553[ 31240] By: craigb on 2007/05/20 01:00:31
2554 Log: Make VMS's home-grown glob() recognize a directory even without
2555 tell-tale punctuation.
2556 Branch: perl
2557 ! vms/vms.c
2558____________________________________________________________________________
2559[ 31239] By: craigb on 2007/05/19 01:00:15
2560 Log: Various mro updates from Brandon Black. References:
2561 <84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
2562 <84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
2563 <84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
2564 <84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
2565 Branch: perl
2566 + t/mro/pkg_gen.t
2567 ! MANIFEST hv.h lib/mro.pm mg.c mro.c sv.c t/mro/basic.t
2568____________________________________________________________________________
2569[ 31238] By: craigb on 2007/05/18 22:48:12
2570 Log: Subject: [PATCH] threads 1.62
2571 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2572 Date: Thu, 17 May 2007 12:21:46 -0400
2573 Message-ID: <1ff86f510705170921g77d87898ye2c081fc0df53a9e@mail.gmail.com>
2574 Branch: perl
2575 ! ext/threads/Changes ext/threads/README ext/threads/t/exit.t
2576 ! ext/threads/t/free.t ext/threads/t/free2.t
2577 ! ext/threads/t/kill.t ext/threads/t/thread.t
2578 ! ext/threads/threads.pm ext/threads/threads.xs
2579____________________________________________________________________________
2580[ 31237] By: craigb on 2007/05/18 22:01:51
2581 Log: Subject: [PATCH] Unicode::UCD: add general category and bidi type interfaces
2582 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2583 Date: Fri, 18 May 2007 03:45:29 +0300 (EEST)
2584 Message-Id: <200705180045.l4I0jTeI221780@kosh.hut.fi>
2585 Branch: perl
2586 ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
2587____________________________________________________________________________
2588[ 31236] By: craigb on 2007/05/18 21:42:56
2589 Log: When trimming long XS symbols on VMS, avoid warnings from operator
2590 precedence mistakes, but for now give the same symbol mangling
2591 results as before.
2592 Branch: perl
2593 ! vms/ext/XSSymSet.pm
2594____________________________________________________________________________
2595[ 31235] By: steveh on 2007/05/18 10:46:57
2596 Log: Upgrade to Win32-0.29
2597 Branch: perl
2598 + ext/Win32/longpath.inc ext/Win32/t/CreateFile.t
2599 + ext/Win32/t/GetCurrentThreadId.t ext/Win32/t/Unicode.t
2600 ! MANIFEST ext/Win32/Makefile.PL ext/Win32/Win32.pm
2601 ! ext/Win32/Win32.xs ext/Win32/t/GetFileVersion.t
2602____________________________________________________________________________
2603[ 31234] By: steveh on 2007/05/17 09:19:01
2604 Log: Subject: [PATCH] todos for perl 5.12
2605 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2606 Date: Thu, 17 May 2007 04:25:19 +0300 (EEST)
2607 Message-Id: <200705170125.l4H1PJNi198465@kosh.hut.fi>
2608
2609 (plus a fix for 1 unescaped <>)
2610 Branch: perl
2611 ! pod/perltodo.pod
2612____________________________________________________________________________
2613[ 31233] By: merijn on 2007/05/16 21:32:56
2614 Log: Subject: [PATCH] Re: Thread fail/hang on HP-UX 10.20
2615 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2616 Date: Wed, 16 May 2007 14:18:05 -0400
2617 Message-ID: <1ff86f510705161118x55e9d18crdf376ca469f97dc7@mail.gmail.com>
2618 Branch: perl
2619 ! ext/threads/shared/Changes ext/threads/shared/shared.pm
2620 ! ext/threads/shared/t/stress.t
2621____________________________________________________________________________
2622[ 31232] By: merijn on 2007/05/16 17:36:15
2623 Log: Subject: [PATCH] Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
2624 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2625 Date: Wed, 16 May 2007 05:33:14 +0300 (EEST)
2626 Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi>
2627 Branch: perl
2628 ! Configure Makefile.SH
2629____________________________________________________________________________
2630[ 31230] By: steveh on 2007/05/16 16:41:48
2631 Log: DynaLoader doesn't seem to need -DPERL_CORE, and no other extensions
2632 are compiled with it, so let's see if we can get away with removing
2633 it. Revert this change if it causes black smoke!
2634 Branch: perl
2635 ! ext/DynaLoader/Makefile.PL
2636____________________________________________________________________________
2637[ 31229] By: steveh on 2007/05/16 08:26:09
2638 Log: A more general fix to non-threaded static extension build problems
2639 than #31220 was.
2640 Branch: perl
2641 ! ext/Win32CORE/Makefile.PL lib/ExtUtils/MM_Win32.pm
2642____________________________________________________________________________
2643[ 31228] By: steveh on 2007/05/16 07:32:20
2644 Log: Remove comment added by #31218 since the rest of that change was
2645 reverted by #31224
2646 Branch: perl
2647 ! op.h
2648____________________________________________________________________________
2649[ 31227] By: stevep on 2007/05/16 03:39:44
2650 Log: Subject: [PATCH] DBM_Filter test: use std test preamble
2651 From: Jarkko Hietaniemi <jhi@cc.hut.fi>
2652 Date: Wed, 16 May 2007 05:29:17 +0300 (EEST)
2653 Message-Id: <200705160229.l4G2THSE421947@kosh.hut.fi>
2654 Branch: perl
2655 ! lib/DBM_Filter/t/01error.t
2656____________________________________________________________________________
2657[ 31226] By: craigb on 2007/05/16 03:08:51
2658 Log: Better suppression of Threads build (probably still needed on 5.8.x)
2659 Branch: perl
2660 ! configure.com
2661____________________________________________________________________________
2662[ 31225] By: davem on 2007/05/15 21:51:03
2663 Log: change 31200 broke src filters used within an eval
2664 eg BEGIN { eval q(use MyFilter) } would ignore the filter
2665 Branch: perl
2666 ! toke.c
2667____________________________________________________________________________
2668[ 31224] By: stevep on 2007/05/15 18:56:23
2669 Log: Move pmop.op_pmflags back to its previous location. The move in
2670 change #31218 was causing segfaults in miniperl on 32-bit
2671 environments.
2672 Branch: perl
2673 ! op.h
2674____________________________________________________________________________
2675[ 31222] By: stevep on 2007/05/15 17:21:30
2676 Log: Subject: [PATCH] Math::BigInt v1.87
2677 From: Tels <nospam-abuse@bloodgate.com>
2678 Date: Sun, 13 May 2007 14:34:11 +0000
2679 Message-Id: <200705131434.11992@bloodgate.com>
2680
2681 Subject: Re: [PATCH] Math::BigInt v1.87 (take 2)
2682 From: Tels <nospam-abuse@bloodgate.com>
2683 Date: Mon, 14 May 2007 15:41:36 +0000
2684 Message-Id: <200705141541.40678@bloodgate.com>
2685
2686 Subject: Re: [PATCH] Math::BigInt v1.87 (take 3)
2687 From: Tels <nospam-abuse@bloodgate.com>
2688 Date: Tue, 15 May 2007 19:02:54 +0000
2689 Message-Id: <200705151902.57372@bloodgate.com>
2690 Branch: perl
2691 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2692 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
2693 ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/config.t
2694____________________________________________________________________________
2695[ 31221] By: steveh on 2007/05/15 15:45:50
2696 Log: Subject: [PATCH] Win32CORE.c needed windows.h
2697 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2698 Date: Tue, 15 May 2007 09:10:00 -0400
2699 Message-ID: <1ff86f510705150609l1c178629i97091adbd02b6463@mail.gmail.com>
2700
2701 (plus a #define to save windows.h pulling in so much stuff.)
2702
2703 Fixes a build error on Cygwin caused by #31214.
2704 Branch: perl
2705 ! ext/Win32CORE/Win32CORE.c
2706____________________________________________________________________________
2707[ 31220] By: steveh on 2007/05/15 08:19:56
2708 Log: Subject: RE: Smoke summary results for maint and current on Win32
2709 From: "Jan Dubois" <jand@activestate.com>
2710 Date: Mon, 14 May 2007 14:58:19 -0700
2711 Message-ID: <013401c79672$fbbdb320$f3391960$@com>
2712
2713 Fixes non-threaded builds on Win32 (which had warnings with VC and
2714 errors with GCC) by compiling the statically linked extension
2715 Win32CORE with -DPERLDLL.
2716
2717 The same fix should be applied more generally to all statically
2718 linked extensions so a further change may be forthcoming, but this
2719 at least gets the standard non-threaded build working again.
2720 Branch: perl
2721 ! ext/Win32CORE/Makefile.PL
2722____________________________________________________________________________
2723[ 31219] By: steveh on 2007/05/15 08:15:32
2724 Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
2725 From: "Jan Dubois" <jand@activestate.com>
2726 Date: Mon, 14 May 2007 15:18:22 -0700
2727 Message-ID: <014e01c79675$c8bfc6e0$5a3f54a0$@com>
2728
2729 Improved test: make sure that Win32 isn't already loaded when you call
2730 Win32::GetLastError()
2731 Branch: perl
2732 ! ext/Win32CORE/t/win32core.t
2733____________________________________________________________________________
2734[ 31218] By: nicholas on 2007/05/15 07:36:57
2735 Log: BASEOP isn't an exact multiple of 8 bytes, so reordering pmop and cop
2736 to put a 32 bit member first elimiates structure padding on LP64.
2737 Branch: perl
2738 ! cop.h op.h
2739____________________________________________________________________________
2740[ 31217] By: nicholas on 2007/05/14 22:32:16
2741 Log: PERL_IMPLICIT_CONTEXT is usually defined for threads, so assume that
2742 its int needs a friend under LP64.
2743 gcc -Wpaddedspotted padding I'd missed in thrdvar.h
2744 Branch: perl
2745 ! intrpvar.h thrdvar.h
2746____________________________________________________________________________
2747[ 31216] By: nicholas on 2007/05/14 22:16:04
2748 Log: Subject: [PATCH] threads::shared 1.11
2749 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2750 Message-ID: <1ff86f510705140517n1c140d96nca36667bcbbc27f@mail.gmail.com>
2751 Date: Mon, 14 May 2007 08:17:51 -0400
2752 Branch: perl
2753 ! ext/threads/shared/Changes ext/threads/shared/README
2754 ! ext/threads/shared/shared.pm
2755____________________________________________________________________________
2756[ 31215] By: steveh on 2007/05/14 16:56:22
2757 Log: Test for [perl #42925], which was fixed by #31214
2758 Branch: perl
2759 ! ext/Win32CORE/t/win32core.t
2760____________________________________________________________________________
2761[ 31214] By: steveh on 2007/05/14 16:54:30
2762 Log: Subject: RE: [perl #42925] Win32::GetLastError fails when first called
2763 From: "Jan Dubois" <jand@activestate.com>
2764 Date: Fri, 11 May 2007 16:55:17 -0700
2765 Message-ID: <02bd01c79427$d36140b0$7a23c210$@com>
2766 Branch: perl
2767 ! ext/Win32CORE/Win32CORE.c
2768____________________________________________________________________________
2769[ 31213] By: steveh on 2007/05/14 16:22:04
2770 Log: Older versions of windres interpret "-I" as the input format,
2771 so use the long option name "--include-dir" instead.
2772 Branch: perl
2773 ! win32/makefile.mk
2774____________________________________________________________________________
2775[ 31212] By: stevep on 2007/05/13 16:47:40
2776 Log: Upgrade to Encode-2.21
2777 Branch: perl
2778 + ext/Encode/lib/Encode/MIME/Name.pm ext/Encode/t/mime-name.t
2779 ! MANIFEST ext/Encode/Encode.pm ext/Encode/Encode.xs
2780 ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
2781 ! ext/Encode/lib/Encode/Encoding.pm
2782____________________________________________________________________________
2783[ 31211] By: stevep on 2007/05/13 16:35:02
2784 Log: Subject: [PATCH] Restore Windows NT support
2785 From: "Jan Dubois" <jand@activestate.com>
2786 Date: Fri, 11 May 2007 18:25:39 -0700
2787 Message-ID: <02d101c79434$743be100$5cb3a300$@com>
2788 Branch: perl
2789 ! win32/perllib.c win32/vdir.h win32/win32.c
2790____________________________________________________________________________
2791[ 31209] By: davem on 2007/05/13 01:17:42
2792 Log: fix some (mostly MAD) compiler warnings
2793 Branch: perl
2794 ! perly.act perly.tab perly.y toke.c
2795____________________________________________________________________________
2796[ 31208] By: davem on 2007/05/12 22:44:02
2797 Log: Give the 'local' declarator a new key, such that 'local our'
2798 declaration don't have multiple 'd' keys.
2799
2800 Subject: [PATCH] mad: different key for the locale declarator
2801 From: Gerard Goossen <gerard@tty.nl>
2802 Date: Tue May 8 17:42:45 2007 +0200
2803 Message-Id: <20070508171125.GI17043@ostwald>
2804 Branch: perl
2805 ! mad/Nomad.pm op.h perly.act perly.y
2806____________________________________________________________________________
2807[ 31207] By: davem on 2007/05/12 22:43:01
2808 Log: move the logic of combining '_' and '#' with the previous logic
2809 from Nomad.pm to dump.c. So they are already combined in the XML
2810 dump.
2811
2812 Subject: [PATCH] mad: combine whitespace keys '_' '#' in dump.c instead of Nomad.pm
2813 From: Gerard Goossen <gerard@tty.nl>
2814 Date: Sun Mar 25 13:36:31 2007 +0200
2815 Message-Id: <20070508170341.GH17043@ostwald>
2816 Branch: perl
2817 ! dump.c mad/Nomad.pm
2818____________________________________________________________________________
2819[ 31206] By: davem on 2007/05/12 22:42:09
2820 Log: Subject: [PATCH] Disable slurping assigned of split when PL_madskills
2821 From: Gerard Goossen <gerard@tty.nl>
2822 Date: Tue May 8 15:15:09 2007 +0200
2823 Message-Id: <20070508164400.GA15860@ostwald>
2824 Branch: perl
2825 ! mad/Nomad.pm op.c op.h
2826____________________________________________________________________________
2827[ 31205] By: davem on 2007/05/12 22:41:17
2828 Log: Subject: [PATCH] Disable !a&&b, !b||a optimalization when PL_madskills
2829 From: Gerard Goossen <gerard@tty.nl>
2830 Date: Tue May 8 16:09:17 2007 +0200
2831 Message-Id: <20070508164556.GB15860@ostwald>
2832 Branch: perl
2833 ! op.c
2834____________________________________________________________________________
2835[ 31204] By: davem on 2007/05/12 22:40:05
2836 Log: Disable operator target setting for 'my' variables (OPpTARGET_MY)
2837 when madskills is active. Remove the p55 code required for dealing
2838 with the optimized tree.
2839
2840 Subject: [PATCH] disable operator with target my when madskills enabled
2841 From: Gerard Goossen <gerard@tty.nl>
2842 Date: Thu Apr 19 15:31:27 2007 +0200
2843 Message-Id: <20070419133822.GG19244@ostwald>
2844
2845 also:
2846
2847 Remove the just remove madprop 'M' doc
2848
2849 Message-ID: <20070419134549.GH19244@ostwald>
2850 Branch: perl
2851 ! mad/Nomad.pm op.c op.h
2852____________________________________________________________________________
2853[ 31203] By: davem on 2007/05/12 22:17:40
2854 Log: move PL_in_my and PL_in_my_stash into the PL_parser struct
2855 Branch: perl
2856 ! embedvar.h intrpvar.h op.c pad.c parser.h perlapi.h perly.act
2857 ! perly.y sv.c toke.c utf8.c
2858____________________________________________________________________________
2859[ 31202] By: davem on 2007/05/12 20:06:41
2860 Log: eliminate a stray PL_lex_state
2861 Branch: perl
2862 ! toke.c
2863____________________________________________________________________________
2864[ 31201] By: davem on 2007/05/12 19:51:37
2865 Log: save old PL_curcop value in parser struct
2866 Branch: perl
2867 ! parser.h toke.c
2868____________________________________________________________________________
2869[ 31200] By: davem on 2007/05/12 19:21:02
2870 Log: move PL_rsfp_filters into the parser struct
2871 Branch: perl
2872 ! embed.fnc embed.h embedvar.h
2873 ! ext/Devel/PPPort/parts/inc/variables
2874 ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
2875 ! intrpvar.h op.c parser.h perl.c perl.h perlapi.h perly.act
2876 ! perly.tab perly.y pp_ctl.c proto.h sv.c toke.c
2877____________________________________________________________________________
2878[ 31199] By: davem on 2007/05/11 23:22:24
2879 Log: move PL_rsfp into the PL_parser struct
2880 and simplify its creation and destruction
2881 Branch: perl
2882 ! embed.fnc embed.h embedvar.h
2883 ! ext/Devel/PPPort/parts/inc/variables intrpvar.h op.c parser.h
2884 ! perl.c perlapi.h pp_ctl.c proto.h sv.c toke.c
2885____________________________________________________________________________
2886[ 31198] By: nicholas on 2007/05/10 22:32:57
2887 Log: Work around to get Unicode tests passing.
2888 Branch: perl
2889 ! ext/Unicode/Normalize/mkheader
2890____________________________________________________________________________
2891[ 31197] By: stevep on 2007/05/10 20:34:21
2892 Log: Fix Pod nit in perlfunc
2893 Branch: perl
2894 ! pod/perlfunc.pod
2895____________________________________________________________________________
2896[ 31196] By: rgs on 2007/05/10 14:49:37
2897 Log: Update the *::Compress::* modules maintainers information
2898 Branch: perl
2899 ! Porting/Maintainers.pl
2900____________________________________________________________________________
2901[ 31195] By: rgs on 2007/05/10 13:12:38
2902 Log: Replace a call to utf8::encode by a pack/unpack combination,
2903 so that code runs under 5.6 too
2904 Branch: perl
2905 ! lib/CGI/Util.pm
2906____________________________________________________________________________
2907[ 31194] By: rgs on 2007/05/10 12:41:08
2908 Log: Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH]
2909 From: Marc Lehmann <schmorp@schmorp.de>
2910 Date: Thu, 12 Apr 2007 08:41:53 +0200
2911 Message-ID: <20070412064153.GA22475@schmorp.de>
2912 Branch: perl
2913 ! ext/Encode/t/encoding.t ext/Storable/t/utf8hash.t
2914 ! ext/Unicode/Normalize/t/short.t lib/CGI/Util.pm
2915 ! pod/perlfunc.pod pp_pack.c t/op/chr.t t/op/pack.t
2916 ! t/op/utftaint.t
2917____________________________________________________________________________
2918[ 31193] By: rgs on 2007/05/10 10:39:13
2919 Log: New data for Unicode on older versions, thanks to Nicholas
2920 and Dave Rolsky
2921 Branch: perl
2922 ! lib/Module/CoreList.pm
2923____________________________________________________________________________
2924[ 31192] By: rgs on 2007/05/10 10:18:32
2925 Log: first_release() now returns the first release in the order of
2926 perl version numbers. Add a new method first_release_by_date()
2927 to keep the old behaviour available. Suggested by Michael G Schwern.
2928 Branch: perl
2929 ! lib/Module/CoreList.pm lib/Module/CoreList/t/corelist.t
2930____________________________________________________________________________
2931[ 31191] By: rgs on 2007/05/10 08:50:44
2932 Log: Subject: [PATCH] Fix bignum-0.21
2933 From: "Jerry D. Hedden" <jdhedden@cpan.org>
2934 Date: Wed, 9 May 2007 21:05:52 -0400
2935 Message-ID: <1ff86f510705091805n37c4137u16a35ca27810979f@mail.gmail.com>
2936 Branch: perl
2937 ! lib/bignum.pm lib/bignum/t/option_l.t
2938____________________________________________________________________________
2939[ 31190] By: rgs on 2007/05/10 08:39:04
2940 Log: Small fix to a previous patch on magic $<digit> variables.
2941
2942 Subject: [PATCH]
2943 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
2944 Date: Thu, 10 May 2007 02:24:48 +0000
2945 Message-ID: <51dd1af80705091924q77c2ca23n30359779b96ab909@mail.gmail.com>
2946 Branch: perl
2947 ! mg.c
2948____________________________________________________________________________
2949[ 31189] By: rgs on 2007/05/10 08:27:35
2950 Log: Regarding precedence, filetest operators are the same than
2951 unary operators, but not regarding parsing and parentheses
2952 (see toke.c). Spotted by Eirik Berg Hanssen.
2953 Branch: perl
2954 ! pod/perlfunc.pod
2955____________________________________________________________________________
2956[ 31188] By: steveh on 2007/05/10 08:09:18
2957 Log: Subject: Re: [perl #42869] Problem killing a pseudo-forked child on Win32
2958 From: Dave Mitchell <davem@iabyn.com>
2959 Date: Thu, 3 May 2007 22:39:23 +0100
2960 Message-ID: <20070503213923.GH24804@iabyn.com>
2961
2962 Fixes the failure to kill a pseudo-forked child on Win32 described in
2963 [perl #42869], but the "Free to wrong pool" error remains
2964 Branch: perl
2965 ! win32/win32.c
2966____________________________________________________________________________
2967[ 31187] By: merijn on 2007/05/09 22:09:24
2968 Log: Subject: [PATCH] Syntax error in Configure in blead
2969 From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
2970 Date: Wed, 9 May 2007 20:30:04 +0000
2971 Message-ID: <51dd1af80705091330h1bb9b508g2154b03868b71d07@mail.gmail.com>
2972 Branch: perl
2973 ! Configure
2974____________________________________________________________________________
2975[ 31185] By: rgs on 2007/05/09 17:20:35
2976 Log: Subject: [PATCH] Remove unused parms in S_isa_lookup
2977 From: Andy Lester <andy@petdance.com>
2978 Date: Wed, 9 May 2007 11:49:13 -0500
2979 Message-Id: <1CBA316A-EC1D-4E8F-8DEE-35322F390358@petdance.com>
2980 Branch: perl
2981 ! embed.fnc embed.h proto.h universal.c
2982____________________________________________________________________________
2983[ 31184] By: stevep on 2007/05/09 17:19:10
2984 Log: Partial reversion of bignum-0.21 to get tests to pass again.
2985 Branch: perl
2986 ! lib/bignum.pm lib/bignum/t/option_l.t
2987____________________________________________________________________________
2988[ 31183] By: merijn on 2007/05/09 16:54:21
2989 Log: Typing is for secretaries
2990 Branch: perl
2991 ! Configure
2992____________________________________________________________________________
2993[ 31181] By: merijn on 2007/05/09 16:41:01
2994 Log: Better help ; regen after backport #31114 ; RT#42886 ' in uname
2995 Branch: perl
2996 ! Configure
2997____________________________________________________________________________
2998[ 31178] By: rgs on 2007/05/09 15:56:57
2999 Log: Bump the version of Module::CoreList and add docs
3000 for the Unicode module name, that Merijn just added
3001 Branch: perl
3002 ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
3003____________________________________________________________________________
3004[ 31177] By: merijn on 2007/05/09 15:39:40
3005 Log: Added all traceable Unicode versions
3006 Branch: perl
3007 ! lib/Module/CoreList.pm
3008____________________________________________________________________________
3009[ 31176] By: merijn on 2007/05/09 14:17:57
3010 Log: 1. Add Unicode UCD version; 2. sort *unique*; 3. remove win32/ext
3011 Branch: perl
3012 ! Porting/corelist.pl
3013____________________________________________________________________________
3014[ 31175] By: rgs on 2007/05/09 07:57:50
3015 Log: Add examples for h2xs -X, by Andy Armstrong
3016 Branch: perl
3017 ! utils/h2xs.PL
3018____________________________________________________________________________
3019[ 31174] By: rgs on 2007/05/09 07:53:47
3020 Log: Subject: Re: mro c3 infinite recursion problem. Attemp to free unreferenced scalar
3021 From: "Brandon Black" <blblack@gmail.com>
3022 Date: Tue, 8 May 2007 15:15:29 -0500
3023 Message-ID: <84621a60705081315hca3885duc14b8c3e44080853@mail.gmail.com>
3024 Branch: perl
3025 ! mro.c t/mro/recursion_c3.t
3026____________________________________________________________________________
3027[ 31173] By: rgs on 2007/05/08 22:19:21
3028 Log: Reapply patch 31028, that wasn't integrated in CPANPLUS
3029 Branch: perl
3030 ! lib/CPANPLUS/t/inc/conf.pl
3031____________________________________________________________________________
3032[ 31172] By: stevep on 2007/05/08 16:40:51
3033 Log: Upgrade to Math-BigInt-FastCalc-0.14
3034 Branch: perl
3035 ! ext/Math/BigInt/FastCalc/FastCalc.pm
3036 ! ext/Math/BigInt/FastCalc/Makefile.PL
3037 ! ext/Math/BigInt/FastCalc/t/bigintfc.t
3038____________________________________________________________________________
3039[ 31171] By: stevep on 2007/05/08 16:34:36
3040 Log: Upgrade to Module-Build-0.2808
3041 Branch: perl
3042 + lib/Module/Build/t/help.t lib/Module/Build/t/par.t
3043 ! MANIFEST lib/Module/Build.pm lib/Module/Build/API.pod
3044 ! lib/Module/Build/Base.pm lib/Module/Build/Compat.pm
3045 ! lib/Module/Build/Notes.pm lib/Module/Build/t/basic.t
3046 ! lib/Module/Build/t/tilde.t lib/Module/Build/t/xs.t
3047____________________________________________________________________________
3048[ 31170] By: stevep on 2007/05/08 15:09:20
3049 Log: Upgrade to CGI.pm-3.29
3050 Branch: perl
3051 ! lib/CGI.pm lib/CGI/Changes
3052____________________________________________________________________________
3053[ 31169] By: stevep on 2007/05/08 14:36:47
3054 Log: Upgrage to bignum-0.21 and Math-BigRat-0.19
3055 Branch: perl
3056 ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
3057 ! lib/bigint.pm lib/bignum.pm lib/bignum/t/option_l.t
3058 ! lib/bigrat.pm
3059____________________________________________________________________________
3060[ 31168] By: rgs on 2007/05/08 12:38:04
3061 Log: Subject: [PATCH] Update CPANPLUS to 0.79_02
3062 From: "Jos I. Boumans" <kane@dwim.org>
3063 Date: Tue, 8 May 2007 14:05:34 +0200
3064 Message-Id: <D216B250-B8FA-488E-839B-27A187BAF04C@dwim.org>
3065 Branch: perl
3066 ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm
3067 ! lib/CPANPLUS/Dist/Base.pm lib/CPANPLUS/Dist/MM.pm
3068 ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell/Default.pm
3069 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
3070 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
3071 ! r-0.01.tar.gz.packed
3072 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
3073 ! tar.gz.packed
3074 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
3075 ! tar.gz.packed
3076 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
3077 ! r.gz.packed
3078 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
3079 ! tar.gz.packed
3080 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
3081 ! r.gz.packed
3082 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
3083 ! cked
3084 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
3085 ! lib/CPANPLUS/t/inc/conf.pl
3086____________________________________________________________________________
3087[ 31167] By: rgs on 2007/05/08 12:32:15
3088 Log: Subject: [PATCH] more consting
3089 From: andy@petdance.com (Andy Lester)
3090 Date: Mon, 7 May 2007 11:34:16 -0500
3091 Message-ID: <20070507163416.GA6187@petdance.com>
3092 Branch: perl
3093 ! hv.c mg.c mro.c sv.c
3094____________________________________________________________________________
3095[ 31166] By: rgs on 2007/05/07 15:39:49
3096 Log: Subject: Sync Tie::RefHash with CPAN (1.37)
3097 From: Yuval Kogman <nothingmuch@woobling.org>
3098 Date: Mon, 7 May 2007 18:35:08 +0300
3099 Message-ID: <20070507153508.GZ17982@woobling.org>
3100 Branch: perl
3101 ! lib/Tie/RefHash.pm lib/Tie/RefHash/threaded.t
3102____________________________________________________________________________
3103[ 31165] By: nicholas on 2007/05/07 15:35:56
3104 Log: bytecode.pl: Exterminate!
3105 ext/B/B/Asmdata.pm: Exterminate!
3106 Branch: perl
3107 - bytecode.pl ext/B/B/Asmdata.pm
3108 ! MANIFEST regen.pl vms/descrip_mms.template
3109____________________________________________________________________________
3110[ 31164] By: nicholas on 2007/05/07 14:53:05
3111 Log: Given that @optype and @specialsv_name are hard coded tables, it seems
3112 more logical for them to be in B.pm, rather than in the "boilerplate"
3113 for the machine generated B/Asmdata.pm
3114 Branch: perl
3115 ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Debug.pm
3116 ! ext/B/B/Terse.pm
3117____________________________________________________________________________
3118[ 31163] By: rgs on 2007/05/07 13:38:24
3119 Log: Fix [perl #42163] "use base" masks $SIG{__DIE__}
3120 adapted from a patch by Michael G Schwern
3121 Branch: perl
3122 ! lib/base.pm
3123____________________________________________________________________________
3124[ 31159] By: rgs on 2007/05/07 09:47:00
3125 Log: Upgrade to Math::BigInt 1.86
3126 Branch: perl
3127 ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3128 ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
3129 ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
3130 ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3131 ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
3132 ! lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/bigroot.t
3133 ! lib/Math/BigInt/t/lib_load.t lib/Math/BigInt/t/mbi_rand.t
3134 ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3135 ! lib/Math/BigInt/t/with_sub.t
3136____________________________________________________________________________
3137[ 31158] By: craigb on 2007/05/05 23:53:58
3138 Log: Archive::Extract test tries to do the logically impossible.
3139 Branch: perl
3140 ! lib/Archive/Extract/t/01_Archive-Extract.t
3141____________________________________________________________________________
3142[ 31157] By: craigb on 2007/05/05 23:44:01
3143 Log: Make ppptools.pl allow a trailing dot in filenames for VMS.
3144 Branch: perl
3145 ! ext/Devel/PPPort/parts/ppptools.pl
3146____________________________________________________________________________
3147[ 31156] By: craigb on 2007/05/05 23:42:42
3148 Log: Some filename dot and extension help for Module::Build on VMS.
3149 Branch: perl
3150 ! lib/Module/Build/Base.pm lib/Module/Build/Platform/VMS.pm
3151____________________________________________________________________________
3152[ 31154] By: davem on 2007/05/05 17:38:12
3153 Log: move PL_lex_state into the PL_parser struct
3154 Branch: perl
3155 ! embedvar.h intrpvar.h mg.c op.c parser.h perl.c perlapi.h
3156 ! pp_ctl.c sv.c toke.c
3157____________________________________________________________________________
3158[ 31153] By: nicholas on 2007/05/05 17:35:22
3159 Log: Tweak change 30841 so that B works on maint too.
3160 Branch: perl
3161 ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/t/concise-xs.t
3162____________________________________________________________________________
3163[ 31152] By: nicholas on 2007/05/05 13:26:28
3164 Log: Shuffling PL_gensym saves 8 bytes on LP64 systems.
3165 Branch: perl
3166 ! intrpvar.h
3167____________________________________________________________________________
3168[ 31148] By: davem on 2007/05/05 00:49:51
3169 Log: migrate more variables to PL_parser struct:
3170 PL_nexttoke PL_curforce PL_nextval PL_nexttype
3171 Branch: perl
3172 ! embedvar.h intrpvar.h parser.h perlapi.h sv.c toke.c
3173____________________________________________________________________________
3174[ 31147] By: davem on 2007/05/04 22:18:42
3175 Log: move some more variables into the PL_parser struct:
3176 PL_bufptr PL_oldbufptr PL_oldoldbufptr
3177 PL_linestart PL_bufend
3178 PL_last_uni PL_last_lop PL_last_lop_op
3179 Branch: perl
3180 ! embedvar.h intrpvar.h op.c parser.h perl.h perlapi.h sv.c
3181 ! toke.c
3182____________________________________________________________________________
3183[ 31142] By: rgs on 2007/05/04 15:33:22
3184 Log: Add a few manpages to Maintainers.pl
3185 Branch: perl
3186 ! Porting/Maintainers.pl
3187____________________________________________________________________________
3188[ 31141] By: rgs on 2007/05/04 14:45:09
3189 Log: Add CPANPLUS to Maintainers.pl
3190 Branch: perl
3191 ! Porting/Maintainers.pl
3192____________________________________________________________________________
3193[ 31140] By: rgs on 2007/05/04 14:33:07
3194 Log: Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
3195 From: "Jos I. Boumans" <kane@dwim.org>
3196 Date: Fri, 4 May 2007 14:41:39 +0200
3197 Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
3198 Branch: perl
3199 + lib/CPANPLUS/Dist/Build.pm
3200 + lib/CPANPLUS/Dist/Build/Constants.pm
3201 + lib/CPANPLUS/Dist/Build/t/01_CPANPLUS-Dist-Build-Constants.t
3202 + lib/CPANPLUS/Dist/Build/t/02_CPANPLUS-Dist-Build.t
3203 + lib/CPANPLUS/Dist/Build/t/inc/conf.pl
3204 + lib/CPANPLUS/Dist/Build/t/src/noxs/Foo-Bar-0.01.tar.gz.packed
3205 + lib/CPANPLUS/Dist/Build/t/src/xs/Foo-Bar-0.01.tar.gz.packed
3206 ! MANIFEST
3207____________________________________________________________________________
3208[ 31139] By: rgs on 2007/05/04 14:17:54
3209 Log: A patch from ExtUtils::CBuilder::Base from :
3210
3211 Subject: [PATCH] Add CPANPLUS::Dist::Build to the core
3212 From: "Jos I. Boumans" <kane@dwim.org>
3213 Date: Fri, 4 May 2007 14:41:39 +0200
3214 Message-Id: <58AAEC18-D5B6-4840-9FA5-B121D95446A3@dwim.org>
3215 Branch: perl
3216 ! lib/ExtUtils/CBuilder/Base.pm
3217____________________________________________________________________________
3218[ 31138] By: rgs on 2007/05/04 14:02:26
3219 Log: Subject: [perl #42844] careless use of gethostbyname() in Socket.xs
3220 From: kan@dcit.cz (via RT) <perlbug-followup@perl.org>
3221 Date: Tue, 01 May 2007 09:17:22 -0700
3222 Message-ID: <rt-3.6.HEAD-6655-1178036242-364.42844-75-0@perl.org>
3223 Branch: perl
3224 ! ext/Socket/Socket.pm ext/Socket/Socket.xs
3225____________________________________________________________________________
3226[ 31137] By: rgs on 2007/05/04 13:21:53
3227 Log: Subject: [PATCH] Documentation fixes for EGID/GID confusion
3228 From: David Leadbeater <dgl@dgl.cx>
3229 Date: Thu, 3 May 2007 18:27:13 +0100
3230 Message-ID: <20070503172713.GA23180@sirius.otherwize.co.uk>
3231 Branch: perl
3232 ! ext/POSIX/POSIX.pod pod/perlvar.pod
3233____________________________________________________________________________
3234[ 31136] By: davem on 2007/05/04 09:18:05
3235 Log: toke.c changes missed from change #31134
3236 Branch: perl
3237 ! toke.c
3238____________________________________________________________________________
3239[ 31135] By: davem on 2007/05/04 00:57:20
3240 Log: eliminate PL_bufend from util.c (missed from #30820)
3241 Branch: perl
3242 ! util.c
3243____________________________________________________________________________
3244[ 31134] By: davem on 2007/05/04 00:41:51
3245 Log: move PL_expect and PL_copline into the PL_parser structure
3246 Branch: perl
3247 ! embedvar.h ext/Devel/PPPort/parts/inc/variables intrpvar.h
3248 ! op.c parser.h perlapi.h perly.act perly.y sv.c
3249____________________________________________________________________________
3250[ 31132] By: steveh on 2007/05/03 17:17:01
3251 Log: Fix breakages caused by #31130:
3252 report_uninit was not exported on Win32 and
3253 my_reg_numbered_buff_length had wrong prototype
3254 Branch: perl
3255 ! embed.fnc embed.h ext/re/re.xs global.sym proto.h
3256____________________________________________________________________________
3257[ 31131] By: steveh on 2007/05/03 16:41:29
3258 Log: Silence some VC6 compiler warnings in the regex code
3259 Branch: perl
3260 ! embed.fnc ext/re/re.xs proto.h regcomp.c
3261____________________________________________________________________________
3262[ 31130] By: rgs on 2007/05/03 16:04:13
3263 Log: Subject: [PATCH] FETCH/STORE/LENGTH callbacks for numbered capture variables
3264 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3265 Date: Tue, 1 May 2007 23:58:44 +0000
3266 Message-ID: <51dd1af80705011658g1156e14cw4d2b21a8d772ed41@mail.gmail.com>
3267 Branch: perl
3268 ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym gv.c
3269 ! mg.c perl.h pod/perlreapi.pod proto.h regcomp.c regcomp.h
3270 ! regexp.h t/op/tr.t universal.c
3271____________________________________________________________________________
3272[ 31127] By: nicholas on 2007/05/03 14:45:32
3273 Log: Move PL_delayedisa into a better spot in the interpreter structure.
3274 Branch: perl
3275 ! thrdvar.h
3276____________________________________________________________________________
3277[ 31126] By: rgs on 2007/05/03 14:30:49
3278 Log: Subject: [PATCH] Add John Peacock as maintainer of version.pm
3279 From: Gerard Goossen <gerard@tty.nl>
3280 Date: Thu, 3 May 2007 16:23:58 +0200
3281 Message-ID: <20070503142358.GE27210@ostwald>
3282 Branch: perl
3283 ! Porting/Maintainers.pl
3284____________________________________________________________________________
3285[ 31125] By: nicholas on 2007/05/03 14:23:14
3286 Log: Initialise PL_delayedisa on thread clone.
3287 Branch: perl
3288 ! sv.c
3289____________________________________________________________________________
3290[ 31124] By: rgs on 2007/05/03 13:35:18
3291 Log: Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] Fix warning.
3292 From: Abigail <abigail@abigail.be>
3293 Date: Tue, 24 Apr 2007 00:37:15 +0200
3294 Message-ID: <20070423223715.GB544@abigail.nl>
3295 Branch: perl
3296 ! lib/ExtUtils/t/MM_Unix.t
3297____________________________________________________________________________
3298[ 31123] By: rgs on 2007/05/03 09:30:08
3299 Log: Subject: The revenge of the consts
3300 From: andy@petdance.com (Andy Lester)
3301 Date: Thu, 3 May 2007 00:45:54 -0500
3302 Message-ID: <20070503054554.GA30975@petdance.com>
3303 Branch: perl
3304 ! av.c embed.fnc numeric.c proto.h regcomp.c
3305____________________________________________________________________________
3306[ 31122] By: rgs on 2007/05/03 09:24:47
3307 Log: Subject: Re: mro status, etc
3308 From: "Brandon Black" <blblack@gmail.com>
3309 Date: Mon, 30 Apr 2007 16:45:54 -0500
3310 Message-ID: <84621a60704301445y37e9b05ey235210a8e5547cc1@mail.gmail.com>
3311 Branch: perl
3312 ! embedvar.h lib/mro.pm mg.c perlapi.h pp_hot.c
3313 ! t/mro/recursion_c3.t t/mro/recursion_dfs.t thrdvar.h
3314____________________________________________________________________________
3315[ 31121] By: steveh on 2007/05/03 07:51:17
3316 Log: Fix a CPANPLUS test that fails when run on a read-only source tree
3317 (such as a p4 client repository)
3318 Branch: perl
3319 ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Source.pm
3320____________________________________________________________________________
3321[ 31120] By: nicholas on 2007/05/02 16:26:24
3322 Log: Get PERL_OLD_COPY_ON_WRITE passing all tests, apart from
3323 ext/Compress/Raw/Zlib/t/07bufsize.t
3324 which still puzzles me.
3325 Branch: perl
3326 ! regcomp.c
3327____________________________________________________________________________
3328[ 31119] By: rgs on 2007/05/02 15:32:38
3329 Log: Subject: [perl #42839] Swatch hash cache has key mismatch
3330 From: Jonathan Steinert (via RT) <perlbug-followup@perl.org>
3331 Date: Tue, 01 May 2007 05:18:52 -0700
3332 Message-ID: <rt-3.6.HEAD-30557-1178021932-1416.42839-75-0@perl.org>
3333 Branch: perl
3334 + t/uni/cache.t
3335 ! MANIFEST lib/utf8_heavy.pl
3336____________________________________________________________________________
3337[ 31118] By: rgs on 2007/05/02 14:28:45
3338 Log: Subject: [PATCH] tweak some regexp params to avoid warnings
3339 From: demerphq <demerphq@gmail.com>
3340 Date: Tue, 1 May 2007 23:46:40 +0200
3341 Message-ID: <9b18b3110705011446h2113221cndf70af928d72505@mail.gmail.com>
3342 Branch: perl
3343 ! embed.fnc perl.h proto.h regexec.c regexp.h
3344____________________________________________________________________________
3345[ 31117] By: rgs on 2007/05/02 12:42:04
3346 Log: Upgrade to XSLoader 0.08
3347 Branch: perl
3348 ! ext/DynaLoader/XSLoader_pm.PL
3349____________________________________________________________________________
3350[ 31116] By: rgs on 2007/05/02 12:17:22
3351 Log: Subject: [PATCH] When FETCHSIZE returns <0 perl segfaults
3352 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3353 Date: Tue, 1 May 2007 21:06:47 +0000
3354 Message-ID: <51dd1af80705011406j7897772bm58e9c770183ef3ed@mail.gmail.com>
3355 Branch: perl
3356 ! mg.c pod/perldiag.pod t/op/tiearray.t
3357____________________________________________________________________________
3358[ 31115] By: steveh on 2007/05/02 11:22:19
3359 Log: Fix threaded builds (broken by change #31112)
3360 Branch: perl
3361 ! embed.fnc embed.h proto.h util.c
3362____________________________________________________________________________
3363[ 31114] By: steveh on 2007/05/02 08:43:08
3364 Log: Subject: [PATCH-revised] Remove ext/Thread
3365 From: "Jerry D. Hedden" <jdhedden@cpan.org>
3366 Date: Mon, 30 Apr 2007 17:06:28 -0400
3367 Message-ID: <1ff86f510704301406t6373912ame78fea5c7a148cf4@mail.gmail.com>
3368 Branch: perl
3369 - ext/Thread/Makefile.PL ext/Thread/Notes ext/Thread/Queue.pmx
3370 - ext/Thread/README ext/Thread/README.threads
3371 - ext/Thread/Semaphore.pmx ext/Thread/Thread.xs
3372 - ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
3373 - ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
3374 - ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
3375 - ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
3376 - ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
3377 - ext/Thread/unsync.tx ext/Thread/unsync2.tx
3378 - ext/Thread/unsync3.tx ext/Thread/unsync4.tx
3379 ! Configure Cross/config.sh-arm-linux INSTALL MANIFEST
3380 ! NetWare/Makefile NetWare/config.wc Porting/config.sh
3381 ! hints/vmesa.sh lib/Carp/Heavy.pm perl.h plan9/config_sh.sample
3382 ! pod/perlmodlib.pod pod/perlothrtut.pod pod/perlthrtut.pod
3383 ! toke.c win32/Makefile win32/Makefile.ce
3384 ! win32/ce-helpers/cecopy-lib.pl win32/config.bc win32/config.ce
3385 ! win32/config.gc win32/config.vc win32/config.vc64
3386 ! win32/config_sh.PL win32/makefile.mk
3387____________________________________________________________________________
3388[ 31113] By: stevep on 2007/05/01 18:20:02
3389 Log: Fixing a Perl_my_dirfd() related test failure.
3390 Branch: perl
3391 ! t/op/chdir.t
3392____________________________________________________________________________
3393[ 31112] By: stevep on 2007/05/01 15:32:15
3394 Log: Add Perl_my_dirfd() to util.c
3395 Branch: perl
3396 ! doio.c embed.fnc embed.h global.sym handy.h pp_sys.c proto.h
3397 ! t/op/stat.t util.c
3398____________________________________________________________________________
3399[ 31111] By: rgs on 2007/05/01 11:50:36
3400 Log: Subject: Re: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
3401 From: demerphq <demerphq@gmail.com>
3402 Date: Tue, 1 May 2007 12:35:37 +0200
3403 Message-ID: <9b18b3110705010335w1924941ep3eb925a3ed597604@mail.gmail.com>
3404 Branch: perl
3405 ! regcomp.c
3406____________________________________________________________________________
3407[ 31110] By: rgs on 2007/04/30 15:34:29
3408 Log: Two new manpages, by Abigail
3409 Branch: perl
3410 + pod/perlrebackslash.pod pod/perlrecharclass.pod
3411 ! MANIFEST pod.lst pod/perl.pod vms/descrip_mms.template
3412 ! win32/pod.mak
3413____________________________________________________________________________
3414[ 31109] By: rgs on 2007/04/30 12:21:50
3415 Log: Signedness nit, found by Jarkko
3416 Branch: perl
3417 ! regexec.c
3418____________________________________________________________________________
3419[ 31108] By: rgs on 2007/04/30 10:18:15
3420 Log: Subject: [PATCH] make mad/PLXML.pm use strict
3421 From: Gerard Goossen <gerard@tty.nl>
3422 Date: Thu, 19 Apr 2007 14:56:13 +0200
3423 Message-ID: <20070419125613.GF19244@ostwald>
3424 Branch: perl
3425 ! mad/PLXML.pm
3426____________________________________________________________________________
3427[ 31107] By: rgs on 2007/04/30 09:22:58
3428 Log: Subject: Re: mro status, etc
3429 From: "Brandon Black" <blblack@gmail.com>
3430 Date: Sun, 29 Apr 2007 17:27:03 -0500
3431 Message-ID: <84621a60704291527y1b39be37l221ef66e4c828f66@mail.gmail.com>
3432 Branch: perl
3433 ! embedvar.h gv.c hv.c hv.h intrpvar.h lib/mro.pm mg.c mro.c
3434 ! op.c perl.c perlapi.h pod/perlapi.pod pod/perlboot.pod
3435 ! pod/perlobj.pod pod/perltoot.pod pp.c pp_hot.c scope.c sv.c
3436 ! t/mro/method_caching.t universal.c
3437____________________________________________________________________________
3438[ 31106] By: rgs on 2007/04/30 08:42:44
3439 Log: Subject: Re: [PATCH] Cleanup of the regexp API
3440 From: "=?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0_Bjarmason?=" <avarab@gmail.com>
3441 Date: Fri, 27 Apr 2007 02:22:25 +0000
3442 Message-ID: <51dd1af80704261922j3db0615wa86ccc4cb65b2713@mail.gmail.com>
3443 Branch: perl
3444 ! embed.fnc embed.h ext/re/re.xs ext/re/re_top.h global.sym
3445 ! perl.h pod/perlreapi.pod pp_hot.c proto.h regcomp.c regcomp.h
3446 ! regexec.c regexp.h
3447____________________________________________________________________________
3448[ 31105] By: craigb on 2007/04/28 16:06:01
3449 Log: VMS-specific tweak to FindBin for when $0 returns a unix-style filespec.
3450 Branch: perl
3451 ! lib/FindBin.pm
3452____________________________________________________________________________
3453[ 31104] By: craigb on 2007/04/28 14:28:00
3454 Log: Don't try to build old Thread extension on VMS when -Duseithreads
3455 has been chosen.
3456 Branch: perl
3457 ! configure.com
3458____________________________________________________________________________
3459[ 31103] By: steveh on 2007/04/27 17:12:05
3460 Log: Do the same as #31095 for Win32
3461 Branch: perl
3462 ! win32/FindExt.pm
3463____________________________________________________________________________
3464[ 31102] By: rgs on 2007/04/27 14:19:15
3465 Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
3466 From: demerphq <demerphq@gmail.com>
3467 Date: Fri, 27 Apr 2007 16:09:56 +0200
3468 Message-ID: <9b18b3110704270709y50ef652ci436b3bb29abca275@mail.gmail.com>
3469 Branch: perl
3470 ! Porting/regcharclass.pl regcharclass.h regcomp.c regexec.c
3471 ! t/op/pat.t win32/Makefile
3472____________________________________________________________________________
3473[ 31101] By: rgs on 2007/04/27 13:10:06
3474 Log: Reindent bash functions properly
3475 Branch: perl
3476 ! pod/perlhack.pod
3477____________________________________________________________________________
3478[ 31098] By: rgs on 2007/04/27 07:56:05
3479 Log: Subject: [PATCH] Cargo-cult fix for an AIX build problem
3480 From: "Jan Dubois" <jand@activestate.com>
3481 Date: Thu, 26 Apr 2007 17:02:01 -0700
3482 Message-ID: <048b01c7885f$48862510$d9926f30$@com>
3483 Branch: perl
3484 ! Makefile.SH
3485____________________________________________________________________________
3486[ 31097] By: rgs on 2007/04/27 07:55:34
3487 Log: Fix a signed/unsigned comparison warning
3488 Branch: perl
3489 ! regexec.c
3490____________________________________________________________________________
3491[ 31096] By: merijn on 2007/04/27 06:16:02
3492 Log: More up-to-date info about the metaunits
3493 Branch: perl
3494 ! Porting/pumpkin.pod
3495____________________________________________________________________________
3496[ 31095] By: merijn on 2007/04/27 06:03:52
3497 Log: Subject: [PATCH] special Configure handling for IO/Compress modules no longer needed
3498 From: "Craig A. Berry" <craigberry@mac.com>
3499 Date: Thu, 26 Apr 2007 18:59:15 -0500
3500 Message-Id: <p06240812c256eae2b552@[172.16.52.1]>
3501 Branch: perl
3502 ! Configure
3503____________________________________________________________________________
3504[ 31093] By: nicholas on 2007/04/26 20:43:13
3505 Log: Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
3506 which expects a STRLEN pointer.
3507 Avoid some signed/unsigned casting warnings by adding casts.
3508 Branch: perl
3509 ! regcomp.c regexec.c
3510____________________________________________________________________________
3511[ 31092] By: rgs on 2007/04/26 16:57:55
3512 Log: strxfrm() returns a size_t, not a ssize_t. See:
3513
3514 Subject: locale.c usage of strxfrm
3515 From: "Devin Heitmueller" <devin.heitmueller@gmail.com>
3516 Date: Fri, 20 Apr 2007 18:20:21 -0400
3517 Message-ID: <412bdbff0704201520i7aac0189n74f0cef5c5213f41@mail.gmail.com>
3518 Branch: perl
3519 ! locale.c
3520____________________________________________________________________________
3521[ 31091] By: rgs on 2007/04/26 16:29:01
3522 Log: Fix a bug in method caching. Better version (broader) of change #29336.
3523
3524 Subject: Re: mro status, etc
3525 From: "Brandon Black" <blblack@gmail.com>
3526 Date: Thu, 26 Apr 2007 10:52:20 -0500
3527 Message-ID: <84621a60704260852y5a3dd2a5jeb633bb46cc7a8c0@mail.gmail.com>
3528 Branch: perl
3529 ! pp_hot.c sv.c t/mro/method_caching.t
3530____________________________________________________________________________
3531[ 31090] By: rgs on 2007/04/26 14:27:18
3532 Log: Doc nit, by Peter Scott
3533 Branch: perl
3534 ! README
3535____________________________________________________________________________
3536[ 31089] By: nicholas on 2007/04/26 14:26:13
3537 Log: Subject: Re: VMS and Win32 Makefiles in change 31059
3538 From: Steve Hay <steve.hay@uk.radan.com>
3539 Message-ID: <46306D01.6070607@uk.radan.com>
3540 Date: Thu, 26 Apr 2007 10:12:33 +0100
3541 Branch: perl
3542 ! win32/Makefile win32/makefile.mk
3543____________________________________________________________________________
3544[ 31088] By: rgs on 2007/04/26 13:58:34
3545 Log: Remove the Thread typemap
3546 Branch: perl
3547 - ext/Thread/typemap
3548 ! MANIFEST
3549____________________________________________________________________________
3550[ 31087] By: rgs on 2007/04/26 13:15:14
3551 Log: Subject: mro status, etc
3552 From: "Brandon Black" <blblack@gmail.com>
3553 Date: Wed, 25 Apr 2007 18:37:21 -0500
3554 Message-ID: <84621a60704251637v1f4a3f84y19b39461166e3631@mail.gmail.com>
3555 Branch: perl
3556 ! mro.c
3557____________________________________________________________________________
3558[ 31086] By: rgs on 2007/04/26 13:05:29
3559 Log: Fix mro docs.
3560
3561 Subject: Re: mro callbacks patch
3562 From: "Brandon Black" <blblack@gmail.com>
3563 Date: Mon, 23 Apr 2007 18:58:39 -0500
3564 Message-ID: <84621a60704231658o4c85783ere3c3e90dd614c30b@mail.gmail.com>
3565 Branch: perl
3566 ! embed.fnc embed.h global.sym mro.c pod/perlapi.pod
3567 ! pod/perlintern.pod proto.h
3568____________________________________________________________________________
3569[ 31085] By: rgs on 2007/04/26 12:53:30
3570 Log: Forgot to submit regcomp.c in change #31081
3571 Branch: perl
3572 ! regcomp.c
3573____________________________________________________________________________
3574[ 31084] By: rgs on 2007/04/26 12:47:57
3575 Log: Do the same thing as change #31082, but for warnings.pm.
3576 Branch: perl
3577 ! lib/warnings.pm warnings.pl
3578____________________________________________________________________________
3579[ 31083] By: davem on 2007/04/26 12:36:45
3580 Log: eliminate "unused var" warning
3581 Branch: perl
3582 ! perl.c
3583____________________________________________________________________________
3584[ 31082] By: rgs on 2007/04/26 10:51:36
3585 Log: Subject: Re: The Strict trap
3586 From: Johan Vromans <jvromans@squirrel.nl>
3587 Date: Wed, 25 Apr 2007 16:12:58 +0200
3588 Message-ID: <m2lkggilud.fsf@phoenix.squirrel.nl>
3589 Branch: perl
3590 ! ext/Storable/t/code.t lib/strict.pm
3591____________________________________________________________________________
3592[ 31081] By: rgs on 2007/04/26 10:23:30
3593 Log: Subject: Re: Analysis of problems with mixed encoding case insensitive matches in regex engine.
3594 From: demerphq <demerphq@gmail.com>
3595 Date: Tue, 24 Apr 2007 16:46:05 +0200
3596 Message-ID: <9b18b3110704240746u461e4bdcl208ef7d7f9c5ef64@mail.gmail.com>
3597 Branch: perl
3598 ! Porting/regcharclass.pl regcharclass.h regcomp.h regcomp.sym
3599 ! regexec.c regnodes.h t/op/pat.t
3600____________________________________________________________________________
3601[ 31080] By: rgs on 2007/04/26 07:09:32
3602 Log: Subject: [PATCH] fixed Fcntl::S_IFMT() breakage introduced by change 30674 (blead 26701)
3603 From: Alexey Tourbin <at@altlinux.ru>
3604 Date: Wed, 25 Apr 2007 18:12:22 +0400
3605 Message-ID: <20070425141222.GA24828@solemn.turbinal>
3606 Branch: perl
3607 + ext/Fcntl/t/mode.t
3608 ! MANIFEST ext/Fcntl/Fcntl.pm
3609____________________________________________________________________________
3610[ 31079] By: rgs on 2007/04/25 16:17:01
3611 Log: Subject: [PATCH] Safely store user locks in threads::shared
3612 From: "Jerry D. Hedden" <jdhedden@cpan.org>
3613 Date: Mon, 23 Apr 2007 13:21:11 -0400
3614 Message-ID: <1ff86f510704231021l6989ee0bkd68ab89e99bf8c6b@mail.gmail.com>
3615 Branch: perl
3616 ! ext/threads/shared/Changes ext/threads/shared/shared.pm
3617 ! ext/threads/shared/shared.xs
3618____________________________________________________________________________
3619[ 31078] By: rgs on 2007/04/25 16:13:54
3620 Log: Subject: [PATCH] Thread.xs doesn't need magic sig anymore
3621 From: "Jerry D. Hedden" <jdhedden@cpan.org>
3622 Date: Mon, 23 Apr 2007 13:25:20 -0400
3623 Message-ID: <1ff86f510704231025y22d30ecfk1ebc418f2b3a0bf7@mail.gmail.com>
3624 Branch: perl
3625 ! ext/Thread/Thread.xs
3626____________________________________________________________________________
3627[ 31077] By: rgs on 2007/04/25 15:31:29
3628 Log: Small perlivp.PL updates
3629
3630 Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
3631 From: Johan Vromans <jvromans@squirrel.nl>
3632 Date: Wed, 25 Apr 2007 14:37:16 +0200
3633 Message-ID: <m2r6q8iq9v.fsf@phoenix.squirrel.nl>
3634 Branch: perl
3635 ! utils/perlivp.PL
3636____________________________________________________________________________
3637[ 31076] By: rgs on 2007/04/25 15:19:21
3638 Log: overload must not load XS modules at compile time, or perl
3639 doesn't compile.
3640 overload must not clobber $! or $@ behind the scenes when
3641 loading an XS module.
3642 Branch: perl
3643 ! lib/overload.pm
3644____________________________________________________________________________
3645[ 31075] By: rgs on 2007/04/25 15:03:21
3646 Log: Remove a now redundant require
3647 Branch: perl
3648 ! lib/overload.pm
3649____________________________________________________________________________
3650[ 31074] By: rgs on 2007/04/25 14:53:57
3651 Log: Move the require at the top of the file.
3652 Else, Test::More has test failures.
3653 Branch: perl
3654 ! lib/overload.pm
3655____________________________________________________________________________
3656[ 31073] By: rgs on 2007/04/25 12:15:55
3657 Log: Subject: Re: [Andreas J. Koenig] C3 MRO breaks Params::Util and Graph
3658 From: "Brandon Black" <blblack@gmail.com>
3659 Date: Tue, 24 Apr 2007 07:58:44 -0500
3660 Message-ID: <84621a60704240558q7ff65863l803c6f9b9b8ca4a6@mail.gmail.com>
3661 Branch: perl
3662 ! ext/DynaLoader/t/DynaLoader.t lib/overload.pm
3663____________________________________________________________________________
3664[ 31072] By: stevep on 2007/04/25 11:00:34
3665 Log: Upgrade to CPAN-1.9101
3666 Branch: perl
3667 ! lib/CPAN.pm lib/CPAN/Kwalify/distroprefs.dd
3668____________________________________________________________________________
3669[ 31069] By: nicholas on 2007/04/25 09:54:17
3670 Log: Avoid the need for 2 casts added in 31055 by using a better type for
3671 the local variable. Add an assertion that another cast is not a data
3672 loss (and that there is no buffer overflow)
3673 Branch: perl
3674 ! ext/Devel/Peek/Peek.xs utf8.c
3675____________________________________________________________________________
3676[ 31068] By: nicholas on 2007/04/25 09:32:50
3677 Log: Remove vestigical include of <ctype.h>, which came from a previous
3678 version that tried to make the initialiser out of a single "" string.
3679 (Which turned out to be over 509 characters long)
3680 Branch: perl
3681 ! generate_uudmap.c
3682____________________________________________________________________________
3683[ 31067] By: rgs on 2007/04/25 08:42:27
3684 Log: Subject: [PATCH] perlre.pod spellcheck
3685 From: "Alexandr Ciornii" <alexchorny@gmail.com>
3686 Date: Tue, 24 Apr 2007 00:45:05 +0300
3687 Message-ID: <2f1541220704231445w6fa7bfcbl41c9b6f56fb70feb@mail.gmail.com>
3688 Branch: perl
3689 ! pod/perlre.pod
3690____________________________________________________________________________
3691[ 31066] By: merijn on 2007/04/25 08:12:16
3692 Log: Leave try.c and include files where they are if we need them later
3693 Branch: perl
3694 ! Configure
3695____________________________________________________________________________
3696[ 31064] By: rgs on 2007/04/25 08:10:05
3697 Log: Subject: [PATCH] Move hash action constants to hv.h
3698 From: "Jerry D. Hedden" <jdhedden@cpan.org>
3699 Date: Tue, 24 Apr 2007 10:35:43 -0400
3700 Message-ID: <1ff86f510704240735t50cfc159g59b55726ac5ac64b@mail.gmail.com>
3701 Branch: perl
3702 ! ext/Hash/Util/FieldHash/FieldHash.xs hv.c hv.h
3703____________________________________________________________________________
3704[ 31063] By: rgs on 2007/04/25 08:08:18
3705 Log: perlguts nit, found by Jerry D. Hedden
3706 Branch: perl
3707 ! pod/perlguts.pod
3708____________________________________________________________________________
3709[ 31062] By: craigb on 2007/04/25 03:10:23
3710 Log: Work a little harder at building generate_uudmap on VMS.
3711 Branch: perl
3712 ! vms/descrip_mms.template
3713____________________________________________________________________________
3714[ 31061] By: stevep on 2007/04/25 01:06:23
3715 Log: Upgrade to Encode-2.20
3716 Branch: perl
3717 + ext/Encode/lib/Encode/GSM0338.pm
3718 ! MANIFEST ext/Encode/Byte/Byte.pm ext/Encode/Changes
3719 ! ext/Encode/Encode.pm ext/Encode/Encode.xs
3720 ! ext/Encode/Makefile.PL ext/Encode/bin/piconv
3721 ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Config.pm
3722 ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/gsm0338.t
3723 ! ext/Encode/t/mime-header.t
3724____________________________________________________________________________
3725[ 31060] By: nicholas on 2007/04/24 23:16:12
3726 Log: Ooops. It helps to p4 add the new file.
3727 Branch: perl
3728 + generate_uudmap.c
3729____________________________________________________________________________
3730[ 31059] By: nicholas on 2007/04/24 23:10:05
3731 Log: Make PL_uudmap a constant global. Remove the run time initialisation
3732 code, and instead use it to generate a header at perl build time.
3733 By removing uudmap from the interpreter structure we save 256 bytes
3734 per child thread.
3735 Branch: perl
3736 ! MANIFEST Makefile.SH embedvar.h intrpvar.h perl.h perlapi.h
3737 ! pp_pack.c sv.c vms/descrip_mms.template win32/Makefile
3738 ! win32/makefile.mk
3739____________________________________________________________________________
3740[ 31058] By: davem on 2007/04/24 16:42:12
3741 Log: move PL_linestr from the interpreter struct to the parser struct
3742 Branch: perl
3743 ! cop.h embedvar.h intrpvar.h parser.h perl.c perlapi.h pp_ctl.c
3744 ! sv.c toke.c
3745____________________________________________________________________________
3746[ 31057] By: steveh on 2007/04/24 13:31:29
3747 Log: Silence VC6 warning about not all control paths returning a value
3748 Branch: perl
3749 ! mro.c
3750____________________________________________________________________________
3751[ 31056] By: steveh on 2007/04/24 13:11:50
3752 Log: Fix a function signature missed by #31027 to silence a VC6 warning
3753 Branch: perl
3754 ! ext/re/re.xs
3755____________________________________________________________________________
3756[ 31055] By: steveh on 2007/04/24 12:17:00
3757 Log: Silence 5 "possible loss of data" warnings from VC6
3758 Branch: perl
3759 ! ext/Devel/Peek/Peek.xs toke.c utf8.c
3760____________________________________________________________________________
3761[ 31054] By: steveh on 2007/04/24 12:16:07
3762 Log: Subject: [perl #42648] [PATCH] crash in win32/VMem.h when out of memory
3763 From: "Devin Heitmueller" (via RT) <perlbug-followup@perl.org>
3764 Date: Fri, 20 Apr 2007 14:49:08 -0700
3765 Message-ID: <rt-3.6.HEAD-30201-1177105747-239.42648-75-0@perl.org>
3766 Branch: perl
3767 ! win32/vmem.h
3768____________________________________________________________________________
3769[ 31053] By: rgs on 2007/04/24 11:25:56
3770 Log: Adjust test count.
3771 Branch: perl
3772 ! ext/B/t/concise-xs.t
3773____________________________________________________________________________
3774[ 31052] By: rgs on 2007/04/24 10:35:15
3775 Log: Fix potential precedence problem
3776 Branch: perl
3777 ! op.c
3778____________________________________________________________________________
3779[ 31051] By: rgs on 2007/04/24 10:34:20
3780 Log: Remove unnecessarily paranoid protection in pp_defined
3781 Branch: perl
3782 ! pp_hot.c
3783____________________________________________________________________________
3784[ 31050] By: rgs on 2007/04/24 10:32:33
3785 Log: Fix a bug in dor assignment (@x //= 1 was triggering an
3786 assertion failure)
3787 Branch: perl
3788 ! op.c
3789____________________________________________________________________________
3790[ 31049] By: rgs on 2007/04/24 10:31:28
3791 Log: Remove the code that handles assignment to state variables
3792 Branch: perl
3793 ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlsub.pod
3794 ! pp_hot.c t/lib/warnings/op t/op/state.t
3795____________________________________________________________________________
3796[ 31048] By: merijn on 2007/04/24 06:01:41
3797 Log: Subject: [PATCH t/base/num.t] Typo fix.
3798 From: Abigail <abigail@abigail.be>
3799 Date: Tue, 24 Apr 2007 00:48:26 +0200
3800 Message-ID: <20070423224826.GC544@abigail.nl>
3801 Branch: perl
3802 ! t/base/num.t
3803____________________________________________________________________________
3804[ 31047] By: craigb on 2007/04/24 03:18:34
3805 Log: Reduce directory depth for IO::Compress modules.
3806 Branch: perl
3807 +> (branch 94 files)
3808 - ext/IO/Compress/Base/Changes ext/IO/Compress/Base/Makefile.PL
3809 - ext/IO/Compress/Base/README
3810 - ext/IO/Compress/Base/lib/File/GlobMapper.pm
3811 - ext/IO/Compress/Base/lib/IO/Compress/Base.pm
3812 - ext/IO/Compress/Base/lib/IO/Compress/Base/Common.pm
3813 - ext/IO/Compress/Base/lib/IO/Uncompress/AnyUncompress.pm
3814 - ext/IO/Compress/Base/lib/IO/Uncompress/Base.pm
3815 - ext/IO/Compress/Base/private/MakeUtil.pm
3816 - ext/IO/Compress/Base/t/01misc.t
3817 - ext/IO/Compress/Base/t/globmapper.t
3818 - ext/IO/Compress/Zlib/Changes ext/IO/Compress/Zlib/Makefile.PL
3819 - ext/IO/Compress/Zlib/README
3820 - ext/IO/Compress/Zlib/examples/gzappend
3821 - ext/IO/Compress/Zlib/examples/gzcat
3822 - ext/IO/Compress/Zlib/examples/gzgrep
3823 - ext/IO/Compress/Zlib/examples/gzstream
3824 - ext/IO/Compress/Zlib/examples/unzip
3825 - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Deflate.pm
3826 - ext/IO/Compress/Zlib/lib/IO/Compress/Adapter/Identity.pm
3827 - ext/IO/Compress/Zlib/lib/IO/Compress/Deflate.pm
3828 - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip.pm
3829 - ext/IO/Compress/Zlib/lib/IO/Compress/Gzip/Constants.pm
3830 - ext/IO/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
3831 - ext/IO/Compress/Zlib/lib/IO/Compress/Zip.pm
3832 - ext/IO/Compress/Zlib/lib/IO/Compress/Zip/Constants.pm
3833 - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Constants.pm
3834 - ext/IO/Compress/Zlib/lib/IO/Compress/Zlib/Extra.pm
3835 - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Identity.pm
3836 - ext/IO/Compress/Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
3837 - ext/IO/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
3838 - ext/IO/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
3839 - ext/IO/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
3840 - ext/IO/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
3841 - ext/IO/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
3842 - ext/IO/Compress/Zlib/private/MakeUtil.pm
3843 - ext/IO/Compress/Zlib/t/001zlib-generic-deflate.t
3844 - ext/IO/Compress/Zlib/t/001zlib-generic-gzip.t
3845 - ext/IO/Compress/Zlib/t/001zlib-generic-rawdeflate.t
3846 - ext/IO/Compress/Zlib/t/001zlib-generic-zip.t
3847 - ext/IO/Compress/Zlib/t/002any-deflate.t
3848 - ext/IO/Compress/Zlib/t/002any-gzip.t
3849 - ext/IO/Compress/Zlib/t/002any-rawdeflate.t
3850 - ext/IO/Compress/Zlib/t/002any-transparent.t
3851 - ext/IO/Compress/Zlib/t/002any-zip.t
3852 - ext/IO/Compress/Zlib/t/004gziphdr.t
3853 - ext/IO/Compress/Zlib/t/005defhdr.t
3854 - ext/IO/Compress/Zlib/t/010examples.t
3855 - ext/IO/Compress/Zlib/t/020isize.t
3856 - ext/IO/Compress/Zlib/t/050interop-gzip.t
3857 - ext/IO/Compress/Zlib/t/100generic-deflate.t
3858 - ext/IO/Compress/Zlib/t/100generic-gzip.t
3859 - ext/IO/Compress/Zlib/t/100generic-rawdeflate.t
3860 - ext/IO/Compress/Zlib/t/100generic-zip.t
3861 - ext/IO/Compress/Zlib/t/101truncate-deflate.t
3862 - ext/IO/Compress/Zlib/t/101truncate-gzip.t
3863 - ext/IO/Compress/Zlib/t/101truncate-rawdeflate.t
3864 - ext/IO/Compress/Zlib/t/101truncate-zip.t
3865 - ext/IO/Compress/Zlib/t/102tied-deflate.t
3866 - ext/IO/Compress/Zlib/t/102tied-gzip.t
3867 - ext/IO/Compress/Zlib/t/102tied-rawdeflate.t
3868 - ext/IO/Compress/Zlib/t/102tied-zip.t
3869 - ext/IO/Compress/Zlib/t/103newtied-deflate.t
3870 - ext/IO/Compress/Zlib/t/103newtied-gzip.t
3871 - ext/IO/Compress/Zlib/t/103newtied-rawdeflate.t
3872 - ext/IO/Compress/Zlib/t/103newtied-zip.t
3873 - ext/IO/Compress/Zlib/t/104destroy-deflate.t
3874 - ext/IO/Compress/Zlib/t/104destroy-gzip.t
3875 - ext/IO/Compress/Zlib/t/104destroy-rawdeflate.t
3876 - ext/IO/Compress/Zlib/t/104destroy-zip.t
3877 - ext/IO/Compress/Zlib/t/105oneshot-deflate.t
3878 - ext/IO/Compress/Zlib/t/105oneshot-gzip-only.t
3879 - ext/IO/Compress/Zlib/t/105oneshot-gzip.t
3880 - ext/IO/Compress/Zlib/t/105oneshot-rawdeflate.t
3881 - ext/IO/Compress/Zlib/t/105oneshot-zip-only.t
3882 - ext/IO/Compress/Zlib/t/105oneshot-zip.t
3883 - ext/IO/Compress/Zlib/t/106prime-deflate.t
3884 - ext/IO/Compress/Zlib/t/106prime-gzip.t
3885 - ext/IO/Compress/Zlib/t/106prime-rawdeflate.t
3886 - ext/IO/Compress/Zlib/t/106prime-zip.t
3887 - ext/IO/Compress/Zlib/t/107multi-deflate.t
3888 - ext/IO/Compress/Zlib/t/107multi-gzip.t
3889 - ext/IO/Compress/Zlib/t/107multi-rawdeflate.t
3890 - ext/IO/Compress/Zlib/t/107multi-zip.t
3891 - ext/IO/Compress/Zlib/t/108anyunc-deflate.t
3892 - ext/IO/Compress/Zlib/t/108anyunc-gzip.t
3893 - ext/IO/Compress/Zlib/t/108anyunc-rawdeflate.t
3894 - ext/IO/Compress/Zlib/t/108anyunc-transparent.t
3895 - ext/IO/Compress/Zlib/t/108anyunc-zip.t
3896 - ext/IO/Compress/Zlib/t/109merge-deflate.t
3897 - ext/IO/Compress/Zlib/t/109merge-gzip.t
3898 - ext/IO/Compress/Zlib/t/109merge-rawdeflate.t
3899 - ext/IO/Compress/Zlib/t/109merge-zip.t
3900 ! MANIFEST
3901____________________________________________________________________________
3902[ 31046] By: davem on 2007/04/23 23:01:18
3903 Log: eliminate some uses of PL_linestr in perl.c
3904 Branch: perl
3905 ! embed.fnc embed.h perl.c proto.h
3906____________________________________________________________________________
3907[ 31045] By: davem on 2007/04/23 22:27:27
3908 Log: inline S_init_lexer() and regen
3909 Branch: perl
3910 ! embed.fnc embed.h embedvar.h perl.c perlapi.h proto.h
3911____________________________________________________________________________
3912[ 31044] By: davem on 2007/04/23 22:04:59
3913 Log: make initialisation of PL_sv_no etc unconditional
3914 Branch: perl
3915 ! perl.c
3916____________________________________________________________________________
3917[ 31043] By: merijn on 2007/04/23 20:55:05
3918 Log: Missed quotes in protocheck for rm_try
3919 Branch: perl
3920 ! Configure
3921____________________________________________________________________________
3922[ 31040] By: merijn on 2007/04/23 17:35:53
3923 Log: Major *try* cleanup: introduce $rm_try; Some whitespace cleanups;
3924 Small textual nit from Jarkko
3925 Branch: perl
3926 ! Configure
3927____________________________________________________________________________
3928[ 31038] By: nicholas on 2007/04/23 16:36:31
3929 Log: Remove the unnecessary allocation of and assignment to hunk[3], as the
3930 perl API functions called don't need a NUL terminated string.
3931 Branch: perl
3932 ! pp_pack.c
3933____________________________________________________________________________
3934[ 31037] By: rgs on 2007/04/23 15:31:48
3935 Log: Switch to hex format for integer constants in regcharclass.h
3936 (Yves Orton). Also, avoid trailing spaces.
3937 Branch: perl
3938 ! Porting/regcharclass.pl regcharclass.h
3939____________________________________________________________________________
3940[ 31036] By: rgs on 2007/04/23 15:07:52
3941 Log: Upgrade to Term::ANSIColor 1.12.
3942 Branch: perl
3943 ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
3944 ! lib/Term/ANSIColor/README lib/Term/ANSIColor/t/basic.t
3945____________________________________________________________________________
3946[ 31034] By: nicholas on 2007/04/23 14:40:05
3947 Log: More variable reordering saves another 40 bytes from the interpreter
3948 structure. (on LP64). Zero cost space saving! Woohoo!
3949 Branch: perl
3950 ! intrpvar.h pod/perltodo.pod thrdvar.h
3951____________________________________________________________________________
3952[ 31033] By: rgs on 2007/04/23 13:17:05
3953 Log: Subject: [PATCH] Un-mathom Perl_save_I16
3954 From: "Jerry D. Hedden" <jdhedden@cpan.org>
3955 Date: Mon, 23 Apr 2007 09:10:01 -0400
3956 Message-ID: <1ff86f510704230610t13c62378s381eaceae3e7e9b1@mail.gmail.com>
3957 Branch: perl
3958 ! mathoms.c scope.c
3959____________________________________________________________________________
3960[ 31032] By: rgs on 2007/04/23 13:10:56
3961 Log: A safer version of CopFILE, by Jarkko
3962 Branch: perl
3963 ! cop.h
3964____________________________________________________________________________
3965[ 31031] By: rgs on 2007/04/23 12:30:12
3966 Log: Change boilerplate of regcharclass.h
3967 Branch: perl
3968 ! Porting/regcharclass.pl regcharclass.h
3969____________________________________________________________________________
3970[ 31030] By: rgs on 2007/04/23 12:25:10
3971 Log: Add Yves Orton's script to regenerate regcharclass.h
3972 Branch: perl
3973 + Porting/regcharclass.pl
3974 ! MANIFEST regcharclass.h
3975____________________________________________________________________________
3976[ 31029] By: rgs on 2007/04/23 10:02:13
3977 Log: Remove generated test files from CPANPLUS
3978 Branch: perl
3979 - lib/CPANPLUS/t/dummy-localmirror/01mailrc.txt.gz.packed
3980 - lib/CPANPLUS/t/dummy-localmirror/02packages.details.txt.gz.pac
3981 - ked lib/CPANPLUS/t/dummy-localmirror/03modlist.data.gz.packed
3982 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Bundle
3983 - -Foo-Bar-0.01.tar.gz.packed
3984 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/CHECKS
3985 - UMS
3986 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/Foo-Ba
3987 - r-0.01.tar.gz.packed
3988 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUNOXS/perl5.
3989 - 005_03.tar.gz.packed
3990 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/CHECKSUM
3991 - S
3992 - lib/CPANPLUS/t/dummy-localmirror/authors/id/E/EU/EUXS/Foo-Bar-
3993 - 0.01.tar.gz.packed
3994 - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/CHECKS
3995 - UMS
3996 - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBNOXS/Foo-Ba
3997 - r-0.01.tar.gz.packed
3998 - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/CHECKSUM
3999 - S
4000 - lib/CPANPLUS/t/dummy-localmirror/authors/id/M/MB/MBXS/Foo-Bar-
4001 - 0.01.tar.gz.packed
4002 ! MANIFEST
4003____________________________________________________________________________
4004[ 31028] By: rgs on 2007/04/23 09:53:41
4005 Log: Patch to config to avoid failures in the perl core due
4006 to too much verbosity (by Jos Boumans)
4007 Branch: perl
4008 ! lib/CPANPLUS/t/inc/conf.pl
4009____________________________________________________________________________
4010[ 31027] By: rgs on 2007/04/23 09:39:38
4011 Log: Subject: Re: [PATCH (incomplete)] Make regcomp use SV* sv, instead of char* exp, char* xend
4012 From: <avarab@gmail.com>
4013 Date: Sat, 21 Apr 2007 21:30:47 +0000
4014 Message-ID: <51dd1af80704211430m6ad1b4afy49b069faa61e33a9@mail.gmail.com>
4015 Branch: perl
4016 ! embed.fnc embed.h op.c perl.h pod/perlreapi.pod pp_ctl.c
4017 ! proto.h regcomp.c regexec.c regexp.h uupacktool.pl
4018____________________________________________________________________________
4019[ 31026] By: rgs on 2007/04/23 09:04:31
4020 Log: Subject: [PATCH] Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE and unicode tr18
4021 From: demerphq <demerphq@gmail.com>
4022 Date: Sun, 22 Apr 2007 23:34:55 +0200
4023 Message-ID: <9b18b3110704221434g43457742p28cab00289f83639@mail.gmail.com>
4024 Branch: perl
4025 + regcharclass.h
4026 ! MANIFEST lib/unicore/mktables pod/perlre.pod regcomp.c
4027 ! regcomp.h regcomp.sym regexec.c regnodes.h t/op/pat.t
4028 ! t/op/re_tests t/op/regexp.t
4029____________________________________________________________________________
4030[ 31025] By: rgs on 2007/04/23 08:21:50
4031 Log: An optimisation to the MRO code, by Brandon Black,
4032 plus more comments.
4033 Branch: perl
4034 ! mro.c
4035____________________________________________________________________________
4036[ 31024] By: craigb on 2007/04/23 03:14:53
4037 Log: Shorten long symbols in mro.c to avoid name mangling on VMS.
4038 Branch: perl
4039 ! mro.c
4040____________________________________________________________________________
4041[ 31023] By: nicholas on 2007/04/22 22:57:54
4042 Log: Fix problems caused by downsizing in change 31017. (Which don't show
4043 up until you test on a "real" architecture)
4044 Branch: perl
4045 ! pp_ctl.c utf8.c
4046____________________________________________________________________________
4047[ 31022] By: rgs on 2007/04/22 15:08:45
4048 Log: Reflect change of path for Module::Pluggable's tests in Maintainers.pl
4049 Branch: perl
4050 ! Porting/Maintainers.pl
4051____________________________________________________________________________
4052[ 31021] By: rgs on 2007/04/22 15:03:27
4053 Log: Add missing file to MANIFEST
4054 Branch: perl
4055 ! MANIFEST
4056____________________________________________________________________________
4057[ 31020] By: rgs on 2007/04/22 15:03:13
4058 Log: Subject: [PATCH] Update CPANPLUS to 0.79_01
4059 From: "Jos I. Boumans" <kane@xs4all.nl>
4060 Date: Sun, 22 Apr 2007 10:18:10 +0200
4061 Message-Id: <BDAACA85-8D3E-4104-9B03-9DB247EDA080@xs4all.nl>
4062 Branch: perl
4063 + lib/CPANPLUS/t/15_CPANPLUS-Shell.t
4064 ! lib/CPANPLUS.pm lib/CPANPLUS/Config.pm lib/CPANPLUS/Dist/MM.pm
4065 ! lib/CPANPLUS/Internals.pm lib/CPANPLUS/Internals/Constants.pm
4066 ! lib/CPANPLUS/Selfupdate.pm lib/CPANPLUS/Shell.pm
4067 ! lib/CPANPLUS/Shell/Default.pm
4068 ! lib/CPANPLUS/t/30_CPANPLUS-Internals-Selfupdate.t
4069 ! lib/CPANPLUS/t/dummy-CPAN/authors/01mailrc.txt.gz.packed
4070 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Bundle-Foo-Ba
4071 ! r-0.01.tar.gz.packed
4072 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/Foo-Bar-0.01.
4073 ! tar.gz.packed
4074 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUNOXS/perl5.005_03.
4075 ! tar.gz.packed
4076 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/E/EU/EUXS/Foo-Bar-0.01.ta
4077 ! r.gz.packed
4078 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBNOXS/Foo-Bar-0.01.
4079 ! tar.gz.packed
4080 ! lib/CPANPLUS/t/dummy-CPAN/authors/id/M/MB/MBXS/Foo-Bar-0.01.ta
4081 ! r.gz.packed
4082 ! lib/CPANPLUS/t/dummy-CPAN/modules/02packages.details.txt.gz.pa
4083 ! cked
4084 ! lib/CPANPLUS/t/dummy-CPAN/modules/03modlist.data.gz.packed
4085 ! lib/CPANPLUS/t/inc/conf.pl
4086____________________________________________________________________________
4087[ 31019] By: craigb on 2007/04/22 14:34:28
4088 Log: Move Module::Pluggable tests up under main test directory.
4089 Branch: perl
4090 +> (branch 50 files)
4091 - lib/Module/Pluggable/t/01use.t
4092 - lib/Module/Pluggable/t/02alsoworks.t
4093 - lib/Module/Pluggable/t/02works.t
4094 - lib/Module/Pluggable/t/02works_taint.t
4095 - lib/Module/Pluggable/t/03diffname.t
4096 - lib/Module/Pluggable/t/04acmedir.t
4097 - lib/Module/Pluggable/t/04acmedir_single.t
4098 - lib/Module/Pluggable/t/04acmepath.t
4099 - lib/Module/Pluggable/t/04acmepath_single.t
4100 - lib/Module/Pluggable/t/05postpath.t
4101 - lib/Module/Pluggable/t/06multipath.t
4102 - lib/Module/Pluggable/t/07instantiate.t
4103 - lib/Module/Pluggable/t/08nothing.t
4104 - lib/Module/Pluggable/t/09require.t
4105 - lib/Module/Pluggable/t/10innerpack.t
4106 - lib/Module/Pluggable/t/10innerpack_inner.t
4107 - lib/Module/Pluggable/t/10innerpack_noinner.t
4108 - lib/Module/Pluggable/t/10innerpack_override.t
4109 - lib/Module/Pluggable/t/11usetwice.t
4110 - lib/Module/Pluggable/t/12only.t
4111 - lib/Module/Pluggable/t/12onlyarray.t
4112 - lib/Module/Pluggable/t/12onlyregex.t
4113 - lib/Module/Pluggable/t/13except.t
4114 - lib/Module/Pluggable/t/13exceptarray.t
4115 - lib/Module/Pluggable/t/13exceptregex.t
4116 - lib/Module/Pluggable/t/14package.t
4117 - lib/Module/Pluggable/t/15topicsafe.t
4118 - lib/Module/Pluggable/t/16different_extension.t
4119 - lib/Module/Pluggable/t/17devel_inner_package.t
4120 - lib/Module/Pluggable/t/18skipped_package.t
4121 - lib/Module/Pluggable/t/19can_ok_clobber.t
4122 - lib/Module/Pluggable/t/20dodgy_files.t
4123 - lib/Module/Pluggable/t/acme/Acme/MyTest/Plugin/Foo.pm
4124 - lib/Module/Pluggable/t/lib/Acme/MyTest/Plugin/Foo.pm
4125 - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Bar.plugin
4126 - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Foo.plugin
4127 - lib/Module/Pluggable/t/lib/ExtTest/Plugin/Quux/Foo.plugin
4128 - lib/Module/Pluggable/t/lib/InnerTest/Plugin/Foo.pm
4129 - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Bar.pm
4130 - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Foo.pm
4131 - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux.pm
4132 - lib/Module/Pluggable/t/lib/MyOtherTest/Plugin/Quux/Foo.pm
4133 - lib/Module/Pluggable/t/lib/MyTest/Extend/Plugin/Bar.pm
4134 - lib/Module/Pluggable/t/lib/MyTest/Plugin/Bar.pm
4135 - lib/Module/Pluggable/t/lib/MyTest/Plugin/Foo.pm
4136 - lib/Module/Pluggable/t/lib/MyTest/Plugin/Quux/Foo.pm
4137 - lib/Module/Pluggable/t/lib/No/Middle.pm
4138 - lib/Module/Pluggable/t/lib/OddTest/Plugin/-Dodgy.pm
4139 - lib/Module/Pluggable/t/lib/OddTest/Plugin/Foo.pm
4140 - lib/Module/Pluggable/t/lib/TA/C/A/I.pm
4141 ! MANIFEST t/TEST t/harness
4142____________________________________________________________________________
4143[ 31018] By: craigb on 2007/04/22 00:50:18
4144 Log: Make t/harness find the t/mro tests
4145 Branch: perl
4146 ! t/harness
4147____________________________________________________________________________
4148[ 31017] By: nicholas on 2007/04/21 21:47:34
4149 Log: Various variables in intrpvar.h and thrdvar.h are considerably larger
4150 than they need to be.
4151 Branch: perl
4152 ! intrpvar.h pad.c thrdvar.h
4153____________________________________________________________________________
4154[ 31016] By: nicholas on 2007/04/21 21:46:27
4155 Log: Fix bug in change 31015 - saving the wrong size of variable.
4156 Branch: perl
4157 ! toke.c
4158____________________________________________________________________________
4159[ 31015] By: nicholas on 2007/04/21 19:05:08
4160 Log: Several members of struct yy_parser can go on a diet. Some I32s were
4161 actually only holding chars.
4162 Branch: perl
4163 ! intrpvar.h op.c parser.h perl.h toke.c
4164____________________________________________________________________________
4165[ 31014] By: nicholas on 2007/04/21 18:41:39
4166 Log: By re-ordering declarations in interpvar.h and thrdvar.h, reduce the
4167 size of the interpreter structure. (For LP64, from 3712 to 3584, for
4168 ILP32, from 2288 to 2248).
4169 Branch: perl
4170 ! intrpvar.h thrdvar.h
4171____________________________________________________________________________
4172[ 31013] By: nicholas on 2007/04/21 17:01:53
4173 Log: Remove widesyscalls and numeric_compat1, two unused per-interpreter
4174 variables retained for binary compatibility, something which we no
4175 longer maintain back to 5.6.x.
4176 Branch: perl
4177 ! intrpvar.h
4178____________________________________________________________________________
4179[ 31012] By: nicholas on 2007/04/21 13:54:28
4180 Log: Eliminate Internals::inc_sub_generation, which nothing now calls.
4181 Branch: perl
4182 ! universal.c
4183____________________________________________________________________________
4184[ 31010] By: nicholas on 2007/04/21 11:42:43
4185 Log: Where possible, use SvIV instead of SvIVX, SvNV instead of SvNVX,
4186 SvUV instead of SvUVX, and SvPV* variants instead of SvPVX*.
4187 Document that the non-x variants are preferable whenever the expression
4188 has no side effects. (Compilers perform common subexression
4189 elimination). Likewise SvREFCNT_inc simple variants are valid for all
4190 cases apart from expressions with side effects.
4191 Branch: perl
4192 ! doio.c op.c pod/perlapi.pod pp.c pp_ctl.c pp_sys.c sv.c sv.h
4193____________________________________________________________________________
4194[ 31009] By: nicholas on 2007/04/21 10:28:59
4195 Log: Storing PL_sv_yes over itself is as cheap as calling hv_exists(), so
4196 always store it, to save the (second) store call. SvIVx is more
4197 expensive than SvIVX, so use the latter. Reorder the other call to
4198 hv_store() to be immediately after the call to hv_exists(), to try to
4199 avoid thrashing the CPU cache.
4200 Branch: perl
4201 ! mro.c
4202____________________________________________________________________________
4203[ 31008] By: nicholas on 2007/04/21 09:43:27
4204 Log: In Perl_mro_get_linear_isa_dfs(), by treating the local variable sv as
4205 an array of size 1, we can merge two arms and reduce code duplication.
4206 Branch: perl
4207 ! mro.c
4208____________________________________________________________________________
4209[ 31007] By: rgs on 2007/04/21 09:29:45
4210 Log: Typo fix by Abigail
4211 Branch: perl
4212 ! ext/Hash/Util/FieldHash/t/02_function.t
4213____________________________________________________________________________
4214[ 31005] By: rgs on 2007/04/21 09:20:56
4215 Log: Upgrade to version-0.7203.
4216 Plus a change in Module::Build::Version, specific to bleadperl.
4217 Branch: perl
4218 ! ext/DynaLoader/t/XSLoader.t lib/Module/Build/Version.pm
4219 ! lib/Module/Build/t/metadata.t lib/Module/Build/t/moduleinfo.t
4220 ! lib/version.pm lib/version.pod lib/version.t perl.c
4221 ! t/comp/use.t t/op/sprintf.t universal.c util.c
4222____________________________________________________________________________
4223[ 31004] By: rgs on 2007/04/21 09:08:04
4224 Log: Completely remove Test::More from the MRO tests, by Brandon Black
4225 Branch: perl
4226 ! t/mro/basic.t t/mro/basic_01_c3.t t/mro/basic_01_dfs.t
4227 ! t/mro/basic_02_c3.t t/mro/basic_02_dfs.t t/mro/basic_03_c3.t
4228 ! t/mro/basic_03_dfs.t t/mro/basic_04_c3.t t/mro/basic_04_dfs.t
4229 ! t/mro/basic_05_c3.t t/mro/basic_05_dfs.t t/mro/complex_c3.t
4230 ! t/mro/complex_dfs.t t/mro/dbic_c3.t t/mro/dbic_dfs.t
4231 ! t/mro/next_method.t t/mro/next_skip.t t/mro/vulcan_c3.t
4232 ! t/mro/vulcan_dfs.t
4233____________________________________________________________________________
4234[ 31003] By: rgs on 2007/04/21 09:06:38
4235 Log: Small optimisations, by Brandon Black
4236 Branch: perl
4237 ! mro.c
4238____________________________________________________________________________
4239[ 31002] By: rgs on 2007/04/21 09:05:41
4240 Log: Code comments, by Brandon Black
4241 Branch: perl
4242 ! mro.c
4243____________________________________________________________________________
4244[ 31001] By: rgs on 2007/04/21 08:55:16
4245 Log: Subject: [PATCH] Bug in Hash::Util::FieldHash
4246 From: Anno Siegel <anno4000@mailbox.tu-berlin.de>
4247 Date: Sat, 21 Apr 2007 02:11:00 +0200
4248 Message-Id: <DFEC2420-9301-40EC-A986-80D0290B2C8F@mailbox.tu-berlin.de>
4249 Branch: perl
4250 ! ext/Hash/Util/FieldHash/Changes
4251 ! ext/Hash/Util/FieldHash/FieldHash.xs
4252 ! ext/Hash/Util/FieldHash/lib/Hash/Util/FieldHash.pm
4253 ! ext/Hash/Util/FieldHash/t/02_function.t
4254____________________________________________________________________________
4255[ 31000] By: nicholas on 2007/04/20 19:34:15
4256 Log: Terser source code in Perl_mro_meta_dup()
4257 Branch: perl
4258 ! mro.c
4259____________________________________________________________________________
4260[ 30999] By: nicholas on 2007/04/20 16:09:31
4261 Log: Make struct mro_meta 4(ish) bytes smaller.
4262 Branch: perl
4263 ! hv.h
4264____________________________________________________________________________
4265[ 30998] By: rgs on 2007/04/20 15:38:47
4266 Log: Shorten some file names
4267 Branch: perl
4268 +> t/mro/next_NEXT.t t/mro/next_edgecases.t t/mro/next_inanon.t
4269 +> t/mro/next_ineval.t t/mro/next_skip.t
4270 - t/mro/next_method_edge_cases.t t/mro/next_method_in_anon.t
4271 - t/mro/next_method_in_eval.t t/mro/next_method_skip.t
4272 - t/mro/next_method_used_with_NEXT.t
4273 ! MANIFEST
4274____________________________________________________________________________
4275[ 30997] By: rgs on 2007/04/20 15:03:57
4276 Log: Silence some diagnostic messages when running within the core tests.
4277 By Jerry D. Hedden
4278 Branch: perl
4279 ! lib/Archive/Extract/t/01_Archive-Extract.t
4280 ! lib/Archive/Tar/t/02_methods.t
4281____________________________________________________________________________
4282[ 30996] By: rgs on 2007/04/20 14:22:26
4283 Log: Nit to S_isa_lookup by Brandon Black
4284 Branch: perl
4285 ! universal.c
4286____________________________________________________________________________
4287[ 30995] By: rgs on 2007/04/20 14:20:42
4288 Log: Additions to perldiag for MRO, by Brandon Black.
4289 Branch: perl
4290 ! pod/perldiag.pod
4291____________________________________________________________________________
4292[ 30994] By: rgs on 2007/04/20 13:54:26
4293 Log: A little bit more safe version of HvMROMETA
4294 Branch: perl
4295 ! hv.h
4296____________________________________________________________________________
4297[ 30993] By: rgs on 2007/04/20 13:42:21
4298 Log: Don't use Test::More in core tests (at least, where
4299 that's possible, that is where is_deeply() isn't used)
4300 Branch: perl
4301 ! t/mro/c3_with_overload.t t/mro/inconsistent_c3.t
4302 ! t/mro/method_caching.t t/mro/next_method_edge_cases.t
4303 ! t/mro/next_method_in_anon.t t/mro/next_method_in_eval.t
4304 ! t/mro/next_method_used_with_NEXT.t t/mro/overload_c3.t
4305 ! t/mro/overload_dfs.t t/mro/recursion_c3.t
4306 ! t/mro/recursion_dfs.t
4307____________________________________________________________________________
4308[ 30992] By: rgs on 2007/04/20 11:55:37
4309 Log: Subject: Re: [PATCH] madprop about forced words
4310 From: Gerard Goossen <gerard@tty.nl>
4311 Date: Thu, 19 Apr 2007 13:33:21 +0200
4312 Message-ID: <20070419113321.GE19244@ostwald>
4313 Branch: perl
4314 ! op.h toke.c
4315____________________________________________________________________________
4316[ 30991] By: rgs on 2007/04/20 11:49:36
4317 Log: Subject: [perl #42614] NAN_COMPARE_BROKEN.DIV_BY_NAN_BUG (with patch)
4318 From: patrick.dugnolle@bnpparibas.com (via RT) <perlbug-followup@perl.org>
4319 Date: Thu, 19 Apr 2007 06:34:18 -0700
4320 Message-ID: <rt-3.6.HEAD-6655-1176989657-125.42614-75-0@perl.org>
4321 Branch: perl
4322 ! pp.c
4323____________________________________________________________________________
4324[ 30990] By: rgs on 2007/04/20 08:04:41
4325 Log: Clean the MRO documentation up
4326 Branch: perl
4327 ! lib/mro.pm
4328____________________________________________________________________________
4329[ 30989] By: stevep on 2007/04/20 01:58:55
4330 Log: Upgrade to CPAN-1.91
4331 Branch: perl
4332 ! lib/CPAN.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
4333 ! lib/CPAN/t/10version.t
4334____________________________________________________________________________
4335[ 30988] By: rgs on 2007/04/19 17:28:38
4336 Log: Simpler version, and that zeroes the allocated memory
4337 Branch: perl
4338 ! mro.c
4339____________________________________________________________________________
4340[ 30987] By: rgs on 2007/04/19 17:15:25
4341 Log: Use Newxc instead of casting by hand
4342 Branch: perl
4343 ! mro.c
4344____________________________________________________________________________
4345[ 30986] By: rgs on 2007/04/19 17:07:14