This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add gv_fetchpvs, which uses STR_WITH_LEN to call gv_fetchpvn_flags.
[perl5.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 pod/perlhack.pod for the details.
7
8 For information on what's new in this release, see pod/perldelta.pod.
9
10 [The "CAST AND CREW" list has been moved to AUTHORS.]
11
12 NOTE: Each change entry shows the change number; who checked it into the
13 repository; when; description of the change; which branch the change
14 happened in; and the affected files.  The file lists have a short symbolic
15 indicator:
16
17             !       modified
18             +       added
19             -       deleted
20             +>      branched (from elsewhere)
21             !>      merged changes (from elsewhere)
22
23 The Message-Ids in the change entries refer to the email messages sent
24 to the perl5-porters mailing list.  You can retrieve the messages for
25 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
26
27 --------------
28 Version v5.9.X          Development release working toward v5.10
29 --------------
30
31 ____________________________________________________________________________
32 [ 26974] By: rgs                                   on 2006/01/28  10:57:04
33         Log: Add perl 5.9.3 in release list
34      Branch: perl
35            ! pod/perlhist.pod
36 ____________________________________________________________________________
37 [ 26970] By: gisle                                 on 2006/01/27  19:48:28
38         Log: Subject: Re: Make Passive mode the default for Net::FTP
39              From: Gisle Aas <gisle@ActiveState.com>
40              Date: 27 Jan 2006 07:21:16 -0800
41              Message-ID: <lrslr91ytv.fsf@caliper.activestate.com>
42      Branch: perl
43            ! lib/Net/Config.pm lib/Net/FTP.pm
44 ____________________________________________________________________________
45 [ 26969] By: rgs                                   on 2006/01/27  18:27:22
46         Log: Oops. Forgot to add this file.
47      Branch: perl
48            + utils/ptardiff.PL
49 ____________________________________________________________________________
50 [ 26968] By: rgs                                   on 2006/01/27  18:07:54
51         Log: Regenerate META.yml
52      Branch: perl
53            ! META.yml
54 ____________________________________________________________________________
55 [ 26967] By: rgs                                   on 2006/01/27  18:04:17
56         Log: Regenerate Changes; remove ^M chars in Changes
57      Branch: perl
58            ! Changes
59 ____________________________________________________________________________
60 [ 26966] By: rgs                                   on 2006/01/27  17:47:32
61         Log: Remove patch number
62      Branch: perl
63            ! patchlevel.h
64 ____________________________________________________________________________
65 [ 26965] By: rgs                                   on 2006/01/27  17:44:48
66         Log: Mention ptardiff in perldelta.
67      Branch: perl
68            ! pod/perl593delta.pod
69 ____________________________________________________________________________
70 [ 26964] By: rgs                                   on 2006/01/27  17:37:27
71         Log: Don't install ptardiff in the module tree
72      Branch: perl
73            ! installperl
74 ____________________________________________________________________________
75 [ 26963] By: rgs                                   on 2006/01/27  17:19:52
76         Log: Install the ptardiff utility that comes with Archive::Tar
77      Branch: perl
78            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
79            ! win32/Makefile win32/makefile.mk
80 ____________________________________________________________________________
81 [ 26962] By: rgs                                   on 2006/01/27  17:04:35
82         Log: Install nit : README.e2x should be installed, the other READMEs shouldn't
83      Branch: perl
84            ! installperl
85 ____________________________________________________________________________
86 [ 26961] By: rgs                                   on 2006/01/27  16:31:33
87         Log: Regenerate PODs
88      Branch: perl
89            ! pod/perlmodlib.pod pod/perltoc.pod
90 ____________________________________________________________________________
91 [ 26960] By: rgs                                   on 2006/01/27  15:35:01
92         Log: Some spelling fixes by David Landgren.
93              Mention perltodo.
94      Branch: perl
95            ! pod/perl593delta.pod
96 ____________________________________________________________________________
97 [ 26959] By: rgs                                   on 2006/01/27  15:26:05
98         Log: Revert change 24461, now that change 26757 allows TEST
99              to accept extra output from module tests
100      Branch: perl
101            ! cygwin/perlld.in
102 ____________________________________________________________________________
103 [ 26958] By: rgs                                   on 2006/01/27  13:54:06
104         Log: Subject: [PATCH] quiet gcc Info message in cygwin
105              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
106              Date: Wed, 25 Jan 2006 19:16:09 -0800
107              Message-ID: <20060126031608.GA2588@efn.org>
108      Branch: perl
109            ! hints/cygwin.sh
110 ____________________________________________________________________________
111 [ 26957] By: rgs                                   on 2006/01/27  13:08:12
112         Log: Remove note about #elif, see :
113              Subject: Re: Change 26954: Simplify nested '#ifdef' by replacing it with '#elif defined()'
114              From: Steve Hay <steve.hay@uk.radan.com>
115              Date: Fri, 27 Jan 2006 11:09:02 +0000
116              Message-ID: <43D9FF4E.6010501@uk.radan.com>
117      Branch: perl
118            ! Porting/pumpkin.pod
119 ____________________________________________________________________________
120 [ 26955] By: nicholas                              on 2006/01/27  10:36:05
121         Log: A description of the new constants.
122      Branch: perl
123            ! pod/perl593delta.pod
124 ____________________________________________________________________________
125 [ 26954] By: gisle                                 on 2006/01/27  08:54:04
126         Log: Simplify nested '#ifdef' by replacing it with '#elif defined()'
127      Branch: perl
128            ! mg.c
129 ____________________________________________________________________________
130 [ 26953] By: gisle                                 on 2006/01/27  08:49:34
131         Log: Safer implementation of RTRIM().
132              Don't rely on SvCUR to be sane unless SvPOK.
133      Branch: perl
134            ! mg.c
135 ____________________________________________________________________________
136 [ 26952] By: nicholas                              on 2006/01/26  22:03:19
137         Log: Subject: [PATCH] Change 26781/26830 (SvRTRIM should also write a new '\0' at the end) can cause segfaults
138              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
139              Message-ID: <43D941AF.1060503@ActiveState.com>
140              Date: Thu, 26 Jan 2006 13:39:59 -0800
141      Branch: perl
142            ! mg.c
143 ____________________________________________________________________________
144 [ 26951] By: stevep                                on 2006/01/26  19:23:48
145         Log: Fix a few nits in perl593delta
146      Branch: perl
147            ! pod/perl593delta.pod
148 ____________________________________________________________________________
149 [ 26950] By: rgs                                   on 2006/01/26  18:48:27
150         Log: miniperl isn't enough anymore to run pod2man.
151      Branch: perl
152            ! pod/Makefile.SH
153 ____________________________________________________________________________
154 [ 26949] By: nicholas                              on 2006/01/26  18:35:56
155         Log: 2 spelling corrections, and rephrase the entry on perlivp (better
156              grammer, more succinct)
157      Branch: perl
158            ! pod/perl593delta.pod
159 ____________________________________________________________________________
160 [ 26948] By: rgs                                   on 2006/01/26  18:14:26
161         Log: More work on perldelta
162      Branch: perl
163            ! pod/perl593delta.pod
164 ____________________________________________________________________________
165 [ 26947] By: steveh                                on 2006/01/26  16:25:20
166         Log: Make dump and -u croak on Win32 and Cygwin to avoid confusion
167              such as was seen here:
168              
169              Subject: Weird Win32 error: "This application has requested the Runtime to terminate it in an unusual way."
170              From: demerphq <demerphq@gmail.com>
171              Date: Thu, 26 Jan 2006 15:40:42 +0100
172              Message-ID: <9b18b3110601260640x34b2442cnf5379d2f83b74187@mail.gmail.com>
173      Branch: perl
174            ! perl.c pod/perldiag.pod pod/perlport.pod
175 ____________________________________________________________________________
176 [ 26946] By: nicholas                              on 2006/01/26  14:57:42
177         Log: SvREADONLY_off inside the magic routines is also dangerous on shared
178              hash key scalars, so decompose them to normal scalars if they ever
179              get here.
180      Branch: perl
181            ! mg.c
182 ____________________________________________________________________________
183 [ 26945] By: rgs                                   on 2006/01/26  11:49:22
184         Log: assertions.pm is dual-lived
185      Branch: perl
186            ! Porting/Maintainers.pl
187 ____________________________________________________________________________
188 [ 26943] By: rgs                                   on 2006/01/25  17:12:11
189         Log: Subject: aelemfast optimization opclass problem (c.f. [perl #38279])
190              From: Stephen McCamant <smcc@mit.edu>
191              Date: Jan 24, 2006 7:23 AM
192              Message-ID: <17365.51166.604020.571992@conquest.OCF.Berkeley.EDU>
193      Branch: perl
194            + ext/B/t/optree_misc.t
195            ! MANIFEST ext/B/B.xs
196 ____________________________________________________________________________
197 [ 26941] By: gisle                                 on 2006/01/24  15:37:25
198         Log: Subject: Simplify &IO::Handle::say
199              From: Gisle Aas <gisle@ActiveState.com>
200              Date: 24 Jan 2006 05:01:28 -0800
201              Message-ID: <lrzmll7pav.fsf@caliper.activestate.com>
202      Branch: perl
203            ! ext/IO/lib/IO/Handle.pm
204 ____________________________________________________________________________
205 [ 26940] By: rgs                                   on 2006/01/24  15:10:27
206         Log: Fix a regression on suidperl : the error message "No #! line" was
207              produced in erroneous cases, because we used to read values in a
208              string buffer that pointed to nothing.
209      Branch: perl
210            ! perl.c
211 ____________________________________________________________________________
212 [ 26936] By: steveh                                on 2006/01/24  12:13:15
213         Log: Remove d_nanosleep from win32 configs
214              Change 19899 removed them before, but they have accidentally crept back.
215      Branch: perl
216            ! win32/config.bc win32/config.gc win32/config.vc
217            ! win32/config.vc64
218 ____________________________________________________________________________
219 [ 26935] By: steveh                                on 2006/01/24  09:22:44
220         Log: Subject: SPRINTF_RETURNS_STRLEN isn't really a compile-time option 
221              From: Gisle Aas <gisle@ActiveState.com>
222              Date: 23 Jan 2006 02:12:04 -0800
223              Message-ID: <lr3bjfb6dn.fsf@caliper.activestate.com>
224              
225              Subject: RE: SPRINTF_RETURNS_STRLEN isn't really a compile-time option
226              From: "Jan Dubois" <jand@ActiveState.com>
227              Date: Mon, 23 Jan 2006 11:30:51 -0800
228              Message-ID: <008001c62053$86adf680$2217a8c0@candy>
229      Branch: perl
230            ! makedef.pl perl.c
231 ____________________________________________________________________________
232 [ 26933] By: rgs                                   on 2006/01/23  19:24:06
233         Log: More work on perldelta
234      Branch: perl
235            ! pod/perl593delta.pod
236 ____________________________________________________________________________
237 [ 26932] By: nicholas                              on 2006/01/23  19:06:41
238         Log: constant_add_symbol needs to be static, else static builds can fail at
239              link time. (*How* many meanings is "static" overloaded with?)
240      Branch: perl
241            ! lib/ExtUtils/Constant/ProxySubs.pm
242 ____________________________________________________________________________
243 [ 26930] By: stevep                                on 2006/01/23  18:40:08
244         Log: Subject: [PATCH] Tru64: -Uusedl: lib/ExtUtils/t/Embed.t
245              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
246              Date: Mon, 23 Jan 2006 20:34:18 +0200
247              Message-ID: <43D521AA.7030008@gmail.com>
248      Branch: perl
249            ! lib/ExtUtils/t/Embed.t
250 ____________________________________________________________________________
251 [ 26929] By: stevep                                on 2006/01/23  15:56:34
252         Log: Upgrade to Pod-Simple-3.04
253      Branch: perl
254            ! lib/Pod/Simple.pm lib/Pod/Simple/BlackBox.pm
255            ! lib/Pod/Simple/Search.pm
256 ____________________________________________________________________________
257 [ 26928] By: rgs                                   on 2006/01/23  15:28:51
258         Log: Now that change #26410 is reverted, mark as TODO the tests added
259              by change #26925.
260      Branch: perl
261            ! t/op/pat.t
262 ____________________________________________________________________________
263 [ 26927] By: rgs                                   on 2006/01/23  15:18:30
264         Log: Missing chunk in change #26926
265      Branch: perl
266            ! t/op/taint.t
267 ____________________________________________________________________________
268 [ 26926] By: rgs                                   on 2006/01/23  15:18:10
269         Log: Revert change 26410, marking the test that was added there as TODO.
270              See the thread :
271              Subject: LVALUE m//g (was Re: au revoir ...)
272              From: Nicholas Clark <nick@ccl4.org>
273              Date: Jan 18, 2006 9:30 PM
274              Message-ID: <20060118203058.GQ616@plum.flirble.org>
275      Branch: perl
276            ! op.c
277 ____________________________________________________________________________
278 [ 26925] By: nicholas                              on 2006/01/23  15:11:11
279         Log: Change the regression test added by 26410 to use test.pl; this makes
280              it easier to TODO if needed.
281              Add the TODO test provided by Rick Delaney, but not as TODO, because
282              change 26410 also made pos on LVALUE subroutines work for the first
283              time.
284      Branch: perl
285            ! t/op/pat.t t/op/taint.t
286 ____________________________________________________________________________
287 [ 26924] By: rgs                                   on 2006/01/23  14:44:59
288         Log: Un-const magic virtual tables; this consting breaks the nasty
289              things done by Swig, as noticed by Audrey.
290      Branch: perl
291            ! embed.fnc mg.c mg.h perl.h pod/perlapi.pod proto.h sv.c
292 ____________________________________________________________________________
293 [ 26923] By: stevep                                on 2006/01/23  14:35:52
294         Log: Upgrade to CPAN-1.83_58
295      Branch: perl
296            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/FirstTime.pm
297            ! lib/CPAN/HandleConfig.pm lib/CPAN/SIGNATURE
298            ! lib/CPAN/Version.pm lib/CPAN/t/vcmp.t
299 ____________________________________________________________________________
300 [ 26922] By: gisle                                 on 2006/01/23  12:33:02
301         Log: Avoid warning with MS Visual C compiler.
302              Encode.xs(443) : warning C4761: integral size mismatch in argument; conversion supplied
303      Branch: perl
304            ! ext/Encode/Encode.xs
305 ____________________________________________________________________________
306 [ 26921] By: gisle                                 on 2006/01/23  09:57:10
307         Log: Subject: Avoid most getprotobyname/number calls in IO::Socket::INET
308              From: Gisle Aas <gisle@ActiveState.com>
309              Date: 18 Jan 2006 09:28:24 -0800
310              Message-ID: <lr3bjlbg3r.fsf@caliper.activestate.com>
311      Branch: perl
312            ! ext/IO/lib/IO/Socket/INET.pm
313 ____________________________________________________________________________
314 [ 26919] By: craigb                                on 2006/01/21  17:05:07
315         Log: Make Manifest.t do what is says it's doing.
316      Branch: perl
317            ! lib/ExtUtils/t/Manifest.t
318 ____________________________________________________________________________
319 [ 26918] By: mhx                                   on 2006/01/21  15:31:06
320         Log: Remove wrong cast to (void *), which fixes a gcc warning, and use
321              the return value of upg_version() at least once in the core.
322      Branch: perl
323            ! pp_ctl.c util.c
324 ____________________________________________________________________________
325 [ 26915] By: nicholas                              on 2006/01/20  10:12:12
326         Log: Note 5.8.8-RC1
327      Branch: perl
328            ! pod/perlhist.pod
329 ____________________________________________________________________________
330 [ 26914] By: mhx                                   on 2006/01/19  18:44:34
331         Log: Upgrade to Devel::PPPort 3.08
332      Branch: perl
333            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
334            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
335            ! ext/Devel/PPPort/PPPort_pm.PL
336            ! ext/Devel/PPPort/parts/inc/ppphtest ext/Devel/PPPort/soak
337 ____________________________________________________________________________
338 [ 26913] By: craigb                                on 2006/01/19  04:55:19
339         Log: find_perl() must be after environment initialization
340      Branch: perl
341            ! ext/Devel/PPPort/t/ppphtest.t
342 ____________________________________________________________________________
343 [ 26912] By: stevep                                on 2006/01/19  02:58:37
344         Log: Fix hardcoded "/" in a filepath that causes ext/List/Util/t/p_tainted.t
345              to fail on VMS.
346      Branch: perl
347            ! ext/List/Util/t/p_tainted.t
348 ____________________________________________________________________________
349 [ 26911] By: stevep                                on 2006/01/19  02:32:06
350         Log: Fix another concatenated filepath in a test for Digest::SHA.
351      Branch: perl
352            ! ext/Digest/SHA/t/6-dump-load.t
353 ____________________________________________________________________________
354 [ 26910] By: nicholas                              on 2006/01/18  23:52:20
355         Log: Integrate 26847 from maint.
356              [Whoops, that was never the plan. Didn't realise which directory I was
357              in]
358      Branch: perl
359           !> AUTHORS Porting/Maintainers.pl
360 ____________________________________________________________________________
361 [ 26904] By: nicholas                              on 2006/01/18  18:02:17
362         Log: Change 26410 caused a regression, with the RVALUE return value of
363              method calls now failing if bound to a global match. Add a TODO test.
364      Branch: perl
365            ! t/op/pat.t
366 ____________________________________________________________________________
367 [ 26903] By: gisle                                 on 2006/01/18  14:43:14
368         Log: Allow IPPROTO_ICMP and IPPROTO_UDP to be exported.
369              These were introduced in change 26897.
370      Branch: perl
371            ! ext/Socket/Socket.pm
372 ____________________________________________________________________________
373 [ 26902] By: gisle                                 on 2006/01/18  14:41:17
374         Log: Use the IPPROTO_TCP constant instead of 6.
375      Branch: perl
376            ! ext/Socket/t/Socket.t
377 ____________________________________________________________________________
378 [ 26901] By: steveh                                on 2006/01/18  14:23:09
379         Log: Change all NEWSV() to newSV() in the core and non-dual-lived modules.
380              Keep NEWSV() itself for backwards-compatibility outside of the core,
381              but don't advertise it any more.
382              (cf. change #25101).
383      Branch: perl
384            ! av.c doio.c dump.c ext/ByteLoader/bytecode.h
385            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs gv.c handy.h hv.c
386            ! mathoms.c op.c os2/OS2/REXX/REXX.xs pad.c perl.c perly.c
387            ! pod/perlapi.pod pod/perlembed.pod pp.c pp_ctl.c pp_hot.c
388            ! pp_pack.c pp_sys.c regexec.c scope.c sv.c toke.c
389            ! vms/ext/Stdio/Stdio.xs
390 ____________________________________________________________________________
391 [ 26900] By: stevep                                on 2006/01/18  13:32:09
392         Log: Digest::SHA's t/2-nist-sha-oo.t has some path related problems on
393              VMS as well.
394      Branch: perl
395            ! ext/Digest/SHA/t/2-nist-sha-oo.t
396 ____________________________________________________________________________
397 [ 26899] By: stevep                                on 2006/01/18  13:09:10
398         Log: Fixes for Digest::SHA.  Replaced old ppport.h file with a new one
399              generated from Devel::PPPort 3.07.  Also, fixed a UNIX-based path
400              element that caused test failures on VMS (reported by John E. Malmberg
401              <wb8tyw@qsl.net>).
402      Branch: perl
403            ! ext/Digest/SHA/ppport.h ext/Digest/SHA/t/6-dump-load.t
404 ____________________________________________________________________________
405 [ 26897] By: gisle                                 on 2006/01/18  11:57:07
406         Log: Make sure the most common IPPROTO_* constants are always available.
407              These are well known numbers so it should not be a problem to
408              hardcode values when no constant is provided by the C library.
409              Ref <http://www.iana.org/assignments/protocol-numbers>.
410              
411              On some old glibc systems (eg Redhat 6) IPPROTO_TCP is an enum only
412              and this change workaround that problem as well.
413      Branch: perl
414            ! ext/Socket/Makefile.PL
415 ____________________________________________________________________________
416 [ 26893] By: gisle                                 on 2006/01/18  10:12:14
417         Log: Suppress "statement not reached" warning from the Sun C compiler.
418      Branch: perl
419            ! doio.c
420 ____________________________________________________________________________
421 [ 26892] By: rgs                                   on 2006/01/18  10:06:24
422         Log: Explain better how that test count works.
423      Branch: perl
424            ! t/comp/require.t
425 ____________________________________________________________________________
426 [ 26891] By: nicholas                              on 2006/01/18  10:02:19
427         Log: New t/comp/require.t tests should go before the conditional exit.
428      Branch: perl
429            ! t/comp/require.t
430 ____________________________________________________________________________
431 [ 26889] By: craigb                                on 2006/01/18  05:12:10
432         Log: special VMS handling no longer needed since we now close the file
433      Branch: perl
434            ! lib/File/Compare.t
435 ____________________________________________________________________________
436 [ 26885] By: rgs                                   on 2006/01/17  21:45:37
437         Log: Gisle points out that it's ok to ignore the return value of newSVrv.
438              Due to how embed.pl is implemented, this also has the unfortunate
439              side-effect of removing __attribute__malloc__ from the attributes of
440              this function, but given that the new pointer is stored elsewhere
441              anyway, this shouldn't impact what gcc could have optimized.
442      Branch: perl
443            ! embed.fnc proto.h
444 ____________________________________________________________________________
445 [ 26883] By: rgs                                   on 2006/01/17  21:22:38
446         Log: Regression test for change #26881
447      Branch: perl
448            ! t/comp/require.t
449 ____________________________________________________________________________
450 [ 26881] By: rgs                                   on 2006/01/17  19:03:51
451         Log: The current OP that is tested in doeval() can be a require(), an
452              eval() or a do(). When we test whether OPf_SPECIAL is set on it, be
453              sure to take into account that it's the eval-related meaning of
454              OPf_SPECIAL we're testing for, not the require-related one.
455      Branch: perl
456            ! pp_ctl.c
457 ____________________________________________________________________________
458 [ 26878] By: rgs                                   on 2006/01/17  16:15:15
459         Log: Make the description of $^M in perlvar a bit more clear
460              w.r.t. cross-references to the INSTALL document. (spotted
461              by Stas Bekman)
462      Branch: perl
463            ! pod/perlvar.pod
464 ____________________________________________________________________________
465 [ 26877] By: rgs                                   on 2006/01/17  16:08:47
466         Log: Subject: Re: [PATCH] Updated README.macosx
467              From: Sherm Pendley <sherm@dot-app.org>
468              Date: Mon, 16 Jan 2006 16:53:23 -0500
469              Message-Id: <619C9A5D-972F-4B90-A99A-B4B6D04C584D@dot-app.org>
470      Branch: perl
471            ! README.macosx
472 ____________________________________________________________________________
473 [ 26871] By: gisle                                 on 2006/01/17  11:37:54
474         Log: More readable MEM_WRAP_CHECK_1() macro.
475              This form also avoids the "dead part of constant expression is nonconstant"
476              warning from the Sun Studio 10 compiler.
477      Branch: perl
478            ! README.solaris handy.h
479 ____________________________________________________________________________
480 [ 26870] By: craigb                                on 2006/01/17  04:03:01
481         Log: Dots in directory names aren't nice on VMS.
482      Branch: perl
483            ! lib/Archive/Tar/t/04_resolved_issues.t
484 ____________________________________________________________________________
485 [ 26869] By: craigb                                on 2006/01/17  03:28:20
486         Log: more case tolerance for vms/ext/filespec.t
487      Branch: perl
488            ! vms/ext/filespec.t
489 ____________________________________________________________________________
490 [ 26868] By: stevep                                on 2006/01/16  22:31:52
491         Log: Don't warn about a directory being closed in the DESTROY for
492              IO::Dir.
493      Branch: perl
494            ! ext/IO/lib/IO/Dir.pm
495 ____________________________________________________________________________
496 [ 26867] By: rgs                                   on 2006/01/16  19:16:58
497         Log: defined %foo::bar:: wasn't working like it used to do in evals
498              (and, consequently, when require'ing modules.)
499      Branch: perl
500            ! t/op/stash.t toke.c
501 ____________________________________________________________________________
502 [ 26866] By: mhx                                   on 2006/01/16  18:13:28
503         Log: Upgrade to Devel::PPPort 3.07
504      Branch: perl
505            + ext/Devel/PPPort/parts/base/5008007
506            + ext/Devel/PPPort/parts/base/5009003
507            + ext/Devel/PPPort/parts/inc/Sv_set
508            + ext/Devel/PPPort/parts/inc/memory
509            + ext/Devel/PPPort/parts/inc/variables
510            + ext/Devel/PPPort/parts/todo/5008007
511            + ext/Devel/PPPort/parts/todo/5009003
512            + ext/Devel/PPPort/t/Sv_set.t ext/Devel/PPPort/t/memory.t
513            + ext/Devel/PPPort/t/variables.t
514            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
515            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/META.yml
516            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
517            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
518            ! ext/Devel/PPPort/PPPort_xs.PL ext/Devel/PPPort/README
519            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/apicheck_c.PL
520            ! ext/Devel/PPPort/devel/buildperl.pl
521            ! ext/Devel/PPPort/devel/mkapidoc.sh
522            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
523            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
524            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
525            ! ext/Devel/PPPort/parts/apicheck.pl
526            ! ext/Devel/PPPort/parts/apidoc.fnc
527            ! ext/Devel/PPPort/parts/base/5004000
528            ! ext/Devel/PPPort/parts/base/5004050
529            ! ext/Devel/PPPort/parts/base/5006000
530            ! ext/Devel/PPPort/parts/base/5007001
531            ! ext/Devel/PPPort/parts/base/5008001
532            ! ext/Devel/PPPort/parts/embed.fnc
533            ! ext/Devel/PPPort/parts/inc/MY_CXT
534            ! ext/Devel/PPPort/parts/inc/SvPV
535            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
536            ! ext/Devel/PPPort/parts/inc/exception
537            ! ext/Devel/PPPort/parts/inc/format
538            ! ext/Devel/PPPort/parts/inc/grok
539            ! ext/Devel/PPPort/parts/inc/limits
540            ! ext/Devel/PPPort/parts/inc/mPUSH
541            ! ext/Devel/PPPort/parts/inc/magic
542            ! ext/Devel/PPPort/parts/inc/misc
543            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
544            ! ext/Devel/PPPort/parts/inc/newRV
545            ! ext/Devel/PPPort/parts/inc/ppphbin
546            ! ext/Devel/PPPort/parts/inc/ppphdoc
547            ! ext/Devel/PPPort/parts/inc/ppphtest
548            ! ext/Devel/PPPort/parts/inc/sv_xpvf
549            ! ext/Devel/PPPort/parts/inc/threads
550            ! ext/Devel/PPPort/parts/inc/uv
551            ! ext/Devel/PPPort/parts/inc/version
552            ! ext/Devel/PPPort/parts/ppptools.pl
553            ! ext/Devel/PPPort/parts/todo/5004000
554            ! ext/Devel/PPPort/parts/todo/5007001
555            ! ext/Devel/PPPort/parts/todo/5008001
556            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
557            ! ext/Devel/PPPort/t/misc.t ext/Devel/PPPort/t/ppphtest.t
558            ! ext/Devel/PPPort/t/testutil.pl ext/Devel/PPPort/typemap
559 ____________________________________________________________________________
560 [ 26863] By: rgs                                   on 2006/01/16  14:09:29
561         Log: Upgrade to Encode 2.14
562      Branch: perl
563            + ext/Encode/t/from_to.t
564            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
565            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
566            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
567            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/CN/HZ.pm
568            ! ext/Encode/lib/Encode/MIME/Header.pm
569            ! ext/Encode/t/mime-header.t ext/Encode/ucm/8859-7.ucm
570 ____________________________________________________________________________
571 [ 26861] By: nicholas                              on 2006/01/16  13:10:06
572         Log: Teach checkAUTHORS about all the authors in 5.8.2-5.8.8, and any others
573              whose e-mail address I recognise.
574      Branch: perl
575            ! Porting/checkAUTHORS.pl
576 ____________________________________________________________________________
577 [ 26859] By: rgs                                   on 2006/01/16  12:07:34
578         Log: Add new directories from C::Zlib to make clean
579      Branch: perl
580            ! Makefile.SH
581 ____________________________________________________________________________
582 [ 26858] By: rgs                                   on 2006/01/16  11:13:54
583         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.83_55.tar.gz
584              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
585              Date: Sat, 14 Jan 2006 12:57:48 +0100
586              Message-ID: <87u0c7yqbn.fsf@k75.linux.bogus>
587      Branch: perl
588            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
589            ! lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
590 ____________________________________________________________________________
591 [ 26857] By: craigb                                on 2006/01/14  16:45:56
592         Log: Give up on through.t on VMS for now -- no can do with current 
593              pipe implementation.
594      Branch: perl
595            ! t/io/through.t
596 ____________________________________________________________________________
597 [ 26856] By: nicholas                              on 2006/01/14  12:49:31
598         Log: Can now count the patches committed with --thanks-applied.
599              Changes5.8's top 3:
600              3332:   jhi
601              321:    ams
602              60:     nick
603      Branch: perl
604            ! Porting/checkAUTHORS.pl
605 ____________________________________________________________________________
606 [ 26855] By: nicholas                              on 2006/01/14  12:35:58
607         Log: Oops. When the e-mail address came first, or there was no name with it,
608              checkAUTHORS.pl wasn't recognising it, which caused the change to be
609              attributed to the committer rather than the author. This now reveals
610              several people "missing" from the AUTHORS file.
611      Branch: perl
612            ! Porting/checkAUTHORS.pl
613 ____________________________________________________________________________
614 [ 26854] By: nicholas                              on 2006/01/14  12:25:15
615         Log: Some reordering and one new address for Stéphane Payrard
616      Branch: perl
617            ! Porting/checkAUTHORS.pl
618 ____________________________________________________________________________
619 [ 26853] By: nicholas                              on 2006/01/14  12:20:19
620         Log: Teach checkAUTHORS.pl about everyone in Changes5.8.[2-8], adding to
621              AUTHORS where necessary.
622      Branch: perl
623            ! AUTHORS Porting/checkAUTHORS.pl
624 ____________________________________________________________________________
625 [ 26852] By: nicholas                              on 2006/01/14  11:54:09
626         Log: Add Ken Hirsch to AUTHORS.
627      Branch: perl
628            ! AUTHORS
629 ____________________________________________________________________________
630 [ 26850] By: nicholas                              on 2006/01/14  11:39:42
631         Log: e-mail update from Phil Lobbes
632      Branch: perl
633            ! AUTHORS Porting/checkAUTHORS.pl
634 ____________________________________________________________________________
635 [ 26849] By: rgs                                   on 2006/01/14  10:26:15
636         Log: Perldelta nits by Jim Cromie
637      Branch: perl
638            ! pod/perl593delta.pod
639 ____________________________________________________________________________
640 [ 26846] By: rgs                                   on 2006/01/14  08:49:12
641         Log: Adapt test.valgrind make target to recent valgrinds (3.x)
642              by Jim Cromie
643      Branch: perl
644            ! t/TEST
645 ____________________________________________________________________________
646 [ 26845] By: craigb                                on 2006/01/14  05:16:27
647         Log: Friday the 13th, Part II.  Don't call SYS$GETJPI with fancy case
648              lookup stuff on older systems that don't know what it means (broken
649              in #25306).
650      Branch: perl
651            ! vms/vms.c
652 ____________________________________________________________________________
653 [ 26844] By: craigb                                on 2006/01/14  05:02:38
654         Log: Eek.  #25783 broke all pre-v8.2 VMS builds.  Undo all the bits
655              having to do with dirent, opendir, etc.  Must be Friday the 13th.
656      Branch: perl
657            ! configure.com vms/vms.c vms/vmsish.h
658 ____________________________________________________________________________
659 [ 26838] By: nicholas                              on 2006/01/13  21:44:47
660         Log: checkAUTHORS.pl --rank would loop infinitely on an empty results array.
661      Branch: perl
662            ! Porting/checkAUTHORS.pl
663 ____________________________________________________________________________
664 [ 26835] By: stevep                                on 2006/01/13  19:31:19
665         Log: Additional tests for RT #38207: "Useless localization of constant ($[)
666              in getopts.pl".
667      Branch: perl
668            ! t/op/local.t
669 ____________________________________________________________________________
670 [ 26831] By: nicholas                              on 2006/01/13  18:10:55
671         Log: Subject: Re: Today's compiling adventure
672              From: Ken Hirsch <kenhirsch@ftml.net>
673              Message-ID: <43C69F48.7090600@ftml.net>
674              Date: Thu, 12 Jan 2006 13:26:16 -0500
675      Branch: perl
676            ! pp_sys.c
677 ____________________________________________________________________________
678 [ 26826] By: rgs                                   on 2006/01/13  17:32:31
679         Log: More perldelta work
680      Branch: perl
681            ! pod/perl593delta.pod
682 ____________________________________________________________________________
683 [ 26824] By: nicholas                              on 2006/01/13  17:08:13
684         Log: $utf8::VERSION++ # Documentation.
685      Branch: perl
686            ! lib/utf8.pm
687 ____________________________________________________________________________
688 [ 26819] By: rgs                                   on 2006/01/13  14:50:32
689         Log: Fix internal links in POD.
690      Branch: perl
691            ! lib/utf8.pm
692 ____________________________________________________________________________
693 [ 26817] By: nicholas                              on 2006/01/13  14:02:00
694         Log: More $VERSION bumps.
695      Branch: perl
696            ! ext/PerlIO/via/via.pm lib/Attribute/Handlers.pm lib/Switch.pm
697 ____________________________________________________________________________
698 [ 26816] By: rgs                                   on 2006/01/13  13:47:52
699         Log: Better wording for change 26796. Plus, make podchecker happy.
700      Branch: perl
701            ! lib/PerlIO.pm
702 ____________________________________________________________________________
703 [ 26815] By: gisle                                 on 2006/01/13  12:10:28
704         Log: Fix [perl #38223]; _IOC_SIZE() not always safe.
705      Branch: perl
706            ! perl.h
707 ____________________________________________________________________________
708 [ 26814] By: rgs                                   on 2006/01/13  09:22:14
709         Log: Add a link to the Opcode doc in Safe.
710              (see RT CPAN ticket #8579)
711      Branch: perl
712            ! ext/Opcode/Safe.pm
713 ____________________________________________________________________________
714 [ 26813] By: craigb                                on 2006/01/13  01:12:44
715         Log: Assorted VMS-only MakeMaker fixes for blead
716      Branch: perl
717            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
718            ! lib/ExtUtils/t/FIRST_MAKEFILE.t lib/ExtUtils/t/basic.t
719 ____________________________________________________________________________
720 [ 26812] By: rgs                                   on 2006/01/12  23:11:16
721         Log: Make h2ph recognize (and skip) const and __const__ in C function
722              prototypes. This makes it produce better files on linux-sparc64.
723      Branch: perl
724            ! utils/h2ph.PL
725 ____________________________________________________________________________
726 [ 26809] By: nicholas                              on 2006/01/12  20:03:51
727         Log: Upgrade to Devel::PPPort 3.06_01
728      Branch: perl
729            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
730            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
731            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
732            ! ext/Devel/PPPort/devel/buildperl.pl
733            ! ext/Devel/PPPort/devel/mkapidoc.sh ext/Devel/PPPort/mktests.PL
734            ! ext/Devel/PPPort/parts/apicheck.pl
735            ! ext/Devel/PPPort/parts/apidoc.fnc
736            ! ext/Devel/PPPort/parts/base/5006000
737            ! ext/Devel/PPPort/parts/base/5009002
738            ! ext/Devel/PPPort/parts/embed.fnc
739            ! ext/Devel/PPPort/parts/inc/MY_CXT
740            ! ext/Devel/PPPort/parts/inc/SvPV
741            ! ext/Devel/PPPort/parts/inc/format
742            ! ext/Devel/PPPort/parts/inc/grok
743            ! ext/Devel/PPPort/parts/inc/misc
744            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
745            ! ext/Devel/PPPort/parts/inc/ppphbin
746            ! ext/Devel/PPPort/parts/inc/ppphdoc
747            ! ext/Devel/PPPort/parts/inc/ppphtest
748            ! ext/Devel/PPPort/parts/inc/version
749            ! ext/Devel/PPPort/parts/ppptools.pl
750            ! ext/Devel/PPPort/parts/todo/5004040
751            ! ext/Devel/PPPort/parts/todo/5005000
752            ! ext/Devel/PPPort/parts/todo/5006000
753            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
754            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/ppphtest.t
755 ____________________________________________________________________________
756 [ 26808] By: merijn                                on 2006/01/12  19:54:57
757         Log: Add new mpeix file from #26807
758      Branch: perl
759            ! MANIFEST
760 ____________________________________________________________________________
761 [ 26807] By: merijn                                on 2006/01/12  19:52:01
762         Log: Subject: Re: Today's compiling adventure
763              From: Ken Hirsch <kenhirsch@ftml.net>
764              Date: Thu, 12 Jan 2006 13:26:16 -0500
765              Message-ID: <43C69F48.7090600@ftml.net>
766      Branch: perl
767            + mpeix/mpeix_setjmp.c
768            ! README.mpeix hints/mpeix.sh mpeix/mpeix.c mpeix/mpeixish.h
769            ! pp_sys.c
770 ____________________________________________________________________________
771 [ 26805] By: nicholas                              on 2006/01/12  19:09:19
772         Log: $Socket::VERSION++; # You always miss one.
773      Branch: perl
774            ! ext/Socket/Socket.pm
775 ____________________________________________________________________________
776 [ 26804] By: nicholas                              on 2006/01/12  18:44:49
777         Log: Bump $VERSION in many modules that have changed.
778      Branch: perl
779            ! ext/File/Glob/Glob.pm ext/GDBM_File/GDBM_File.pm
780            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
781            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
782            ! ext/SDBM_File/SDBM_File.pm ext/XS/Typemap/Typemap.pm
783            ! ext/attrs/attrs.pm ext/re/re.pm ext/threads/shared/shared.pm
784            ! lib/DB.pm lib/Dumpvalue.pm lib/English.pm lib/File/Copy.pm
785            ! lib/FileCache.pm lib/Pod/Functions.pm lib/Pod/Html.pm
786            ! lib/Term/ReadLine.pm lib/Tie/Hash.pm lib/Unicode/UCD.pm
787            ! lib/User/grent.pm lib/blib.pm lib/diagnostics.pm
788            ! lib/overload.pm lib/vmsish.pm lib/warnings.pm
789            ! lib/warnings/register.pm os2/OS2/PrfDB/PrfDB.pm
790            ! os2/OS2/Process/Process.pm os2/OS2/REXX/REXX.pm warnings.pl
791 ____________________________________________________________________________
792 [ 26803] By: rgs                                   on 2006/01/12  15:40:53
793         Log: Don't warn when localizing $[
794      Branch: perl
795            ! op.c t/lib/warnings/op
796 ____________________________________________________________________________
797 [ 26802] By: rgs                                   on 2006/01/12  13:47:59
798         Log: Subject: [perl #38205] misleading typo in perlfaq8
799              From: erik@cs.uni-jena.de (via RT) <perlbug-followup@perl.org>
800              Date: Wed, 11 Jan 2006 14:56:28 -0800
801              Message-ID: <rt-3.0.11-38205-127890.10.340635502974@perl.org>
802      Branch: perl
803            ! pod/perlfaq8.pod
804 ____________________________________________________________________________
805 [ 26801] By: rgs                                   on 2006/01/12  13:36:05
806         Log: FAQ sync.
807      Branch: perl
808            ! pod/perlfaq.pod pod/perlfaq2.pod
809 ____________________________________________________________________________
810 [ 26800] By: rgs                                   on 2006/01/12  13:25:15
811         Log: Subject: [PATCH] Compress::Zlib
812              From: "Paul Marquess" <paul.marquess@ntlworld.com>
813              Date: Thu, 12 Jan 2006 13:20:58 -0000
814              Message-ID: <020d01c6177b$087b1c60$4c05140a@myopwv.com>
815      Branch: perl
816            ! ext/Compress/Zlib/t/16oneshot-gzip-only.t
817            ! ext/Compress/Zlib/t/16oneshot-zip-only.t
818 ____________________________________________________________________________
819 [ 26799] By: rgs                                   on 2006/01/12  11:20:27
820         Log: Subject: Re: cloning and foo_dup functions
821              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
822              Date: Thu, 12 Jan 2006 01:41:18 -0800
823              Message-ID: <20060112094118.GA1432@efn.org>
824      Branch: perl
825            ! embed.fnc pod/perltodo.pod proto.h
826 ____________________________________________________________________________
827 [ 26798] By: rgs                                   on 2006/01/12  11:02:45
828         Log: Test comment fix by Dominic Dunlop
829      Branch: perl
830            ! lib/locale.t
831 ____________________________________________________________________________
832 [ 26797] By: rgs                                   on 2006/01/12  10:13:27
833         Log: Typo fix.
834      Branch: perl
835            ! pod/perlvar.pod
836 ____________________________________________________________________________
837 [ 26796] By: nicholas                              on 2006/01/11  22:41:04
838         Log: Subject: [PATCH] fix for :crlf example 
839              From: Xavier Noria <fxn@hashref.com> 
840              Message-Id: <0F64C146-3A80-4FDF-8149-AFB35B3C4D3B@hashref.com> 
841              Date: Wed, 11 Jan 2006 23:11:49 +0100 
842              
843              plus bump its $VERSION
844      Branch: perl
845            ! lib/PerlIO.pm
846 ____________________________________________________________________________
847 [ 26795] By: gisle                                 on 2006/01/11  21:09:19
848         Log: A few more places that can use hv_fetchs().
849              Ref change 26676.
850      Branch: perl
851            ! ext/POSIX/POSIX.xs gv.c mg.c pp_ctl.c toke.c universal.c
852            ! utf8.c util.c
853 ____________________________________________________________________________
854 [ 26793] By: merijn                                on 2006/01/11  21:02:14
855         Log: Cygwin issue (26792) and patchlevel (26790)
856              
857              Subject: Re: Cygwin status, maint and blead
858              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
859              Date: Fri, 6 Jan 2006 13:47:10 -0800
860              Message-ID: <20060106214710.GA592@efn.org>
861              
862              Subject: Re: Cygwin status, maint and blead
863              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
864              Date: Thu, 10 Nov 2005 00:46:33 -0800
865              Message-ID: <20051110084633.GA3364@efn.org>
866      Branch: perl
867            ! Configure
868 ____________________________________________________________________________
869 [ 26791] By: gisle                                 on 2006/01/11  20:50:30
870         Log: Make $( and $) list the groups in the order they
871              are returned from the OS.  Linux seems to return
872              the gids sorted and it seemed wrong for perl to
873              reverse this order.
874      Branch: perl
875            ! mg.c
876 ____________________________________________________________________________
877 [ 26789] By: stevep                                on 2006/01/11  19:07:04
878         Log: Subject: Re: [PATCH] Mac OS X 10.4.4 (Darwin 8.4.0) still does not fix locale issue
879              From: Dominic Dunlop <domo@computer.org>
880              Date: Wed, 11 Jan 2006 19:52:20 +0100
881              Message-Id: <FD99F9D3-16DB-484C-BC0A-702F60DAACA4@computer.org>
882      Branch: perl
883            ! lib/locale.t
884 ____________________________________________________________________________
885 [ 26787] By: nicholas                              on 2006/01/11  14:47:04
886         Log: Refactor S_vdie_common so that Perl_vwarn can use it too.
887      Branch: perl
888            ! embed.fnc embed.h proto.h util.c
889 ____________________________________________________________________________
890 [ 26786] By: gisle                                 on 2006/01/11  14:23:28
891         Log: Get rid of the following gcc format warnings by    simplifying the
892              getgroups implementation:
893              
894              mg.c: In function Perl_magic_get':
895              mg.c:1008: warning: long unsigned int format, gid_t arg (arg 3)
896              mg.c:1014: warning: long unsigned int format, gid_t arg (arg 3)
897              mg.c:1025: warning: long unsigned int format, unsigned int arg (arg 3)
898              
899              Since we already cast the numeric Gid_t values to an IV it should not
900              be too risky to also cast the Group_t values.  Converting these values
901              with Gid_t_f wasn't quite right anyway.
902      Branch: perl
903            ! mg.c
904 ____________________________________________________________________________
905 [ 26785] By: steveh                                on 2006/01/11  14:07:47
906         Log: Clean up temp files/dirs left by Archive-Tar tests
907              
908              Part of this reinstates change 25043 which was mistakenly removed
909              by change 25312
910      Branch: perl
911            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
912 ____________________________________________________________________________
913 [ 26784] By: rgs                                   on 2006/01/11  12:52:27
914         Log: Make description of new warning introduced in change 26780 more precise
915      Branch: perl
916            ! pod/perldiag.pod
917 ____________________________________________________________________________
918 [ 26783] By: steveh                                on 2006/01/11  12:31:26
919         Log: Clean up libdirs left behind by new Compress-Zlib
920      Branch: perl
921            ! win32/Makefile win32/makefile.mk
922 ____________________________________________________________________________
923 [ 26782] By: stevep                                on 2006/01/11  12:25:24
924         Log: Subject: Fw: CPAN Upload: S/SA/SAPER/Sys-Syslog-0.13.tar.gz
925              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
926              Date: Wed, 11 Jan 2006 02:13:31 +0100
927              Message-ID: <1136942011.43c45bbb82dce@imp1-g19.free.fr>
928      Branch: perl
929            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/Syslog.pm
930 ____________________________________________________________________________
931 [ 26781] By: nicholas                              on 2006/01/11  12:11:03
932         Log: Gisle notes that SvRTRIM should also write a new '\0' at the end.
933      Branch: perl
934            ! mg.c
935 ____________________________________________________________________________
936 [ 26780] By: stevep                                on 2006/01/11  11:53:07
937         Log: Fix the new warning created with version-0.53
938      Branch: perl
939            ! pod/perldiag.pod util.c
940 ____________________________________________________________________________
941 [ 26779] By: gisle                                 on 2006/01/11  09:52:18
942         Log: Make setting 'PL_origalen = 1' before perl_parse() disable
943              argv[0] munging when $0 is assigned to.
944      Branch: perl
945            ! mg.c perl.c pod/perlembed.pod
946 ____________________________________________________________________________
947 [ 26778] By: steveh                                on 2006/01/11  09:04:38
948         Log: Bleadperl's Win32::Win32 is more recent than the current CPAN release
949              of libwin32 (0.26), so bump the $VERSION a little
950      Branch: perl
951            ! win32/ext/Win32/Win32.pm
952 ____________________________________________________________________________
953 [ 26777] By: stevep                                on 2006/01/11  03:22:57
954         Log: Upgrade to version-0.53
955      Branch: perl
956            ! lib/version.pm lib/version.t util.c
957 ____________________________________________________________________________
958 [ 26774] By: nicholas                              on 2006/01/10  17:46:15
959         Log: s/superceded/superseded/g
960      Branch: perl
961            ! Changes5.004 Changes5.6 handy.h pod/perlapi.pod
962 ____________________________________________________________________________
963 [ 26773] By: nicholas                              on 2006/01/10  16:59:25
964         Log: Subject: Re: Sys::Syslog blows up rather spectacularly on Solaris
965              From: Alan Burlison <Alan.Burlison@sun.com>
966              Message-ID: <43C3D80E.20704@sun.com>
967              Date: Tue, 10 Jan 2006 15:51:42 +0000
968      Branch: perl
969            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
970 ____________________________________________________________________________
971 [ 26772] By: nicholas                              on 2006/01/10  16:36:03
972         Log: Gisle is correct - $host needs to stay in case the user sets it
973              themselves. But if the user doesn't, default to INADDR_LOOPBACK.
974      Branch: perl
975            ! ext/Sys/Syslog/Syslog.pm
976 ____________________________________________________________________________
977 [ 26770] By: merijn                                on 2006/01/10  15:16:03
978         Log: 1. Make HP C-ANSI-C work on Itanium2 (HP-UX 11.23)
979              broken optimizer
980              2. Remove a compiler warning in a try program
981      Branch: perl
982            ! hints/hpux.sh
983 ____________________________________________________________________________
984 [ 26769] By: nicholas                              on 2006/01/10  15:09:07
985         Log: Why should Syslog jump through hoops to look up the hostname so it can
986              immediately convert it to an IP address, when all it really wants is
987              a connection to the loopback device?
988      Branch: perl
989            ! ext/Sys/Syslog/Syslog.pm
990 ____________________________________________________________________________
991 [ 26768] By: gisle                                 on 2006/01/10  14:32:43
992         Log: If getservbyname fails tell what service the lookup
993              attempt tried to use.
994      Branch: perl
995            ! ext/Sys/Syslog/Syslog.pm
996 ____________________________________________________________________________
997 [ 26767] By: nicholas                              on 2006/01/10  13:24:26
998         Log: Missing an initialisation, as spotted by Merijn's HP compiler.
999      Branch: perl
1000            ! toke.c
1001 ____________________________________________________________________________
1002 [ 26766] By: rgs                                   on 2006/01/10  13:20:52
1003         Log: Remove Syslog tests that use external modules
1004      Branch: perl
1005            - ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
1006            - ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
1007            - ext/Sys/Syslog/t/portfs.t
1008            ! MANIFEST
1009 ____________________________________________________________________________
1010 [ 26765] By: gisle                                 on 2006/01/10  11:41:24
1011         Log: Move initialization of old values prior to moreswitches()
1012              closer to their use and together with 'switches_done'.
1013      Branch: perl
1014            ! toke.c
1015 ____________________________________________________________________________
1016 [ 26764] By: rgs                                   on 2006/01/10  10:51:16
1017         Log: Subject: [PATCH] It's the Barbie bus patch
1018              From: Andy Lester <andy@petdance.com>
1019              Date: Mon, 9 Jan 2006 23:42:43 -0600
1020              Message-ID: <20060110054243.GA26165@petdance.com>
1021      Branch: perl
1022            ! av.c doio.c embed.fnc embed.h gv.c hv.c mg.c op.c pad.c
1023            ! pp_ctl.c pp_hot.c pp_sys.c proto.h reentr.c reentr.h regcomp.c
1024            ! regexec.c sv.c toke.c uconfig.sh util.c
1025 ____________________________________________________________________________
1026 [ 26762] By: gisle                                 on 2006/01/10  10:10:10
1027         Log: Remove stale date.
1028      Branch: perl
1029            ! pod/perlembed.pod
1030 ____________________________________________________________________________
1031 [ 26761] By: rgs                                   on 2006/01/10  10:05:26
1032         Log: Subject: [PATCH] Compress::Zlib  becomes zlib agnostic
1033              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
1034              Date: Mon, 9 Jan 2006 20:25:00 -0000
1035              Message-ID: <002101c6155a$c5886c90$1340100a@myopwv.com>
1036      Branch: perl
1037            + ext/Compress/Zlib/lib/Compress/Zip/Constants.pm
1038            + ext/Compress/Zlib/lib/CompressPlugin/Deflate.pm
1039            + ext/Compress/Zlib/lib/CompressPlugin/Identity.pm
1040            + ext/Compress/Zlib/lib/IO/Compress/Base.pm
1041            + ext/Compress/Zlib/lib/IO/Compress/Zip.pm
1042            + ext/Compress/Zlib/lib/IO/Uncompress/AnyUncompress.pm
1043            + ext/Compress/Zlib/lib/IO/Uncompress/Base.pm
1044            + ext/Compress/Zlib/lib/IO/Uncompress/Unzip.pm
1045            + ext/Compress/Zlib/lib/UncompressPlugin/Identity.pm
1046            + ext/Compress/Zlib/lib/UncompressPlugin/Inflate.pm
1047            + ext/Compress/Zlib/t/04generic-deflate.t
1048            + ext/Compress/Zlib/t/04generic-gzip.t
1049            + ext/Compress/Zlib/t/04generic-rawdeflate.t
1050            + ext/Compress/Zlib/t/04generic-zip.t
1051            + ext/Compress/Zlib/t/04zlib-generic-deflate.t
1052            + ext/Compress/Zlib/t/04zlib-generic-gzip.t
1053            + ext/Compress/Zlib/t/04zlib-generic-rawdeflate.t
1054            + ext/Compress/Zlib/t/04zlib-generic-zip.t
1055            + ext/Compress/Zlib/t/12any-deflate.t
1056            + ext/Compress/Zlib/t/12any-gzip.t
1057            + ext/Compress/Zlib/t/12any-rawdeflate.t
1058            + ext/Compress/Zlib/t/12any-transparent.t
1059            + ext/Compress/Zlib/t/12any-zip.t
1060            + ext/Compress/Zlib/t/13prime-deflate.t
1061            + ext/Compress/Zlib/t/13prime-gzip.t
1062            + ext/Compress/Zlib/t/13prime-rawdeflate.t
1063            + ext/Compress/Zlib/t/13prime-zip.t
1064            + ext/Compress/Zlib/t/15multi-deflate.t
1065            + ext/Compress/Zlib/t/15multi-gzip.t
1066            + ext/Compress/Zlib/t/15multi-rawdeflate.t
1067            + ext/Compress/Zlib/t/15multi-zip.t
1068            + ext/Compress/Zlib/t/16oneshot-deflate.t
1069            + ext/Compress/Zlib/t/16oneshot-gzip-only.t
1070            + ext/Compress/Zlib/t/16oneshot-gzip.t
1071            + ext/Compress/Zlib/t/16oneshot-rawdeflate.t
1072            + ext/Compress/Zlib/t/16oneshot-zip-only.t
1073            + ext/Compress/Zlib/t/16oneshot-zip.t
1074            + ext/Compress/Zlib/t/19destroy-deflate.t
1075            + ext/Compress/Zlib/t/19destroy-gzip.t
1076            + ext/Compress/Zlib/t/19destroy-rawdeflate.t
1077            + ext/Compress/Zlib/t/19destroy-zip.t
1078            + ext/Compress/Zlib/t/20tied-deflate.t
1079            + ext/Compress/Zlib/t/20tied-gzip.t
1080            + ext/Compress/Zlib/t/20tied-rawdeflate.t
1081            + ext/Compress/Zlib/t/20tied-zip.t
1082            + ext/Compress/Zlib/t/21newtied-deflate.t
1083            + ext/Compress/Zlib/t/21newtied-gzip.t
1084            + ext/Compress/Zlib/t/21newtied-rawdeflate.t
1085            + ext/Compress/Zlib/t/21newtied-zip.t
1086            + ext/Compress/Zlib/t/22merge-deflate.t
1087            + ext/Compress/Zlib/t/22merge-gzip.t
1088            + ext/Compress/Zlib/t/22merge-rawdeflate.t
1089            + ext/Compress/Zlib/t/22merge-zip.t
1090            + ext/Compress/Zlib/t/25anyunc-deflate.t
1091            + ext/Compress/Zlib/t/25anyunc-gzip.t
1092            + ext/Compress/Zlib/t/25anyunc-rawdeflate.t
1093            + ext/Compress/Zlib/t/25anyunc-transparent.t
1094            + ext/Compress/Zlib/t/25anyunc-zip.t ext/Compress/Zlib/t/99pod.t
1095            + t/lib/compress/ZlibTestUtils.pm t/lib/compress/any.pl
1096            + t/lib/compress/anyunc.pl t/lib/compress/destroy.pl
1097            + t/lib/compress/generic.pl t/lib/compress/merge.pl
1098            + t/lib/compress/multi.pl t/lib/compress/newtied.pl
1099            + t/lib/compress/oneshot.pl t/lib/compress/prime.pl
1100            + t/lib/compress/tied.pl t/lib/compress/truncate.pl
1101            + t/lib/compress/zlib-generic.pl
1102            - ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/12any.t
1103            - ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/15multi.t
1104            - ext/Compress/Zlib/t/16oneshot.t
1105            - ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
1106            - ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
1107            - t/lib/ZlibTestUtils.pm
1108            ! MANIFEST ext/Compress/Zlib/Changes
1109            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
1110            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
1111            ! ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
1112            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
1113            ! ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
1114            ! ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
1115            ! ext/Compress/Zlib/lib/File/GlobMapper.pm
1116            ! ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
1117            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
1118            ! ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
1119            ! ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
1120            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
1121            ! ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
1122            ! ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
1123            ! ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
1124            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
1125            ! ext/Compress/Zlib/t/03zlib-v1.t
1126            ! ext/Compress/Zlib/t/05examples.t
1127            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
1128            ! ext/Compress/Zlib/t/08encoding.t
1129            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
1130            ! ext/Compress/Zlib/t/11truncate.t
1131            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/17isize.t
1132            ! ext/Compress/Zlib/t/18lvalue.t ext/Compress/Zlib/t/23misc.t
1133            ! ext/Compress/Zlib/t/globmapper.t
1134 ____________________________________________________________________________
1135 [ 26760] By: gisle                                 on 2006/01/10  08:58:21
1136         Log: Avoid possible dereference of NULL in the initialization of PL_origalen.
1137              This can only happen when perlparse is called with no argv.
1138              Don't try to update PL_origargv unless PL_origalen is at least 2.
1139      Branch: perl
1140            ! mg.c perl.c
1141 ____________________________________________________________________________
1142 [ 26759] By: craigb                                on 2006/01/10  04:28:25
1143         Log: Make FAKE,READONLY optional on VMS in test 21
1144      Branch: perl
1145            ! ext/Devel/Peek/t/Peek.t
1146 ____________________________________________________________________________
1147 [ 26758] By: rgs                                   on 2006/01/09  14:58:57
1148         Log: Add Digest::SHA to the Win32 makefiles
1149      Branch: perl
1150            ! win32/Makefile win32/makefile.mk
1151 ____________________________________________________________________________
1152 [ 26757] By: rgs                                   on 2006/01/09  14:42:18
1153         Log: Subject: Re: relaxing TEST restrictions (was: Re: 5.9.3 approaches)
1154              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
1155              Date: Mon, 9 Jan 2006 06:38:25 -0800
1156              Message-ID: <20060109143825.GB4132@efn.org>
1157      Branch: perl
1158            ! t/TEST
1159 ____________________________________________________________________________
1160 [ 26756] By: rgs                                   on 2006/01/09  14:28:20
1161         Log: Subject: [patch] more about embed.fnc in perlguts
1162              From: Jim Cromie <jim.cromie@gmail.com>
1163              Date: Sun, 08 Jan 2006 11:35:46 -0700
1164              Message-ID: <43C15B82.9090309@gmail.com>
1165              
1166              (with a few nits)
1167      Branch: perl
1168            ! embed.fnc pod/perlguts.pod
1169 ____________________________________________________________________________
1170 [ 26755] By: stevep                                on 2006/01/09  14:27:07
1171         Log: Added standard core header to test cases for Digest::SHA
1172      Branch: perl
1173            ! ext/Digest/SHA/t/0-pod-coverage.t ext/Digest/SHA/t/0-pod.t
1174            ! ext/Digest/SHA/t/1-exist.t ext/Digest/SHA/t/1-hello-world.t
1175            ! ext/Digest/SHA/t/2-nist-sha-1.t
1176            ! ext/Digest/SHA/t/2-nist-sha-224.t
1177            ! ext/Digest/SHA/t/2-nist-sha-256.t
1178            ! ext/Digest/SHA/t/2-nist-sha-384.t
1179            ! ext/Digest/SHA/t/2-nist-sha-512.t
1180            ! ext/Digest/SHA/t/2-nist-sha-base64.t
1181            ! ext/Digest/SHA/t/2-nist-sha-oo.t
1182            ! ext/Digest/SHA/t/2-nist-vectors-bit.t
1183            ! ext/Digest/SHA/t/2-nist-vectors-byte.t
1184            ! ext/Digest/SHA/t/3-gillogly-easy.t
1185            ! ext/Digest/SHA/t/3-gillogly-hard.t
1186            ! ext/Digest/SHA/t/4-bitstr-increasing.t
1187            ! ext/Digest/SHA/t/4-bitstr-large.t
1188            ! ext/Digest/SHA/t/4-bitstr-random.t
1189            ! ext/Digest/SHA/t/5-hmac-fips198.t
1190            ! ext/Digest/SHA/t/5-hmac-rfc2202.t
1191            ! ext/Digest/SHA/t/5-hmac-sha-256.t
1192            ! ext/Digest/SHA/t/5-hmac-woodbury.t
1193            ! ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
1194 ____________________________________________________________________________
1195 [ 26754] By: nicholas                              on 2006/01/09  14:10:34
1196         Log: POSIX and Fcntl both export the same constants derived from the same
1197              C macros. Given that constants are now real inline and *defined*,
1198              rather than merely declared and AUTOLOADed as needed, it is best that
1199              POSIX quite litereally re-exports the constants defined by Fcntl.
1200      Branch: perl
1201            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
1202 ____________________________________________________________________________
1203 [ 26753] By: gisle                                 on 2006/01/09  13:59:48
1204         Log: Restore hardcoded PERL_PATCHNUM removed in change 26672.
1205              This is actually needed for the current Configure logic
1206              to pick up the real patchnum from the .patch file.
1207      Branch: perl
1208            ! patchlevel.h
1209 ____________________________________________________________________________
1210 [ 26752] By: rgs                                   on 2006/01/09  13:44:20
1211         Log: Upgrade to Sys::Syslog 0.12
1212      Branch: perl
1213            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
1214            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/constants.t
1215            ! ext/Sys/Syslog/t/podspell.t
1216 ____________________________________________________________________________
1217 [ 26751] By: rgs                                   on 2006/01/09  10:16:23
1218         Log: Subject: [PATCH] RE: Failing tests on VMS blead@26652
1219              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
1220              Date: Sun, 8 Jan 2006 23:47:33 -0000
1221              Message-ID: <00cd01c614ad$e815d340$6401a8c0@myopwv.com>
1222      Branch: perl
1223            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
1224            ! ext/Compress/Zlib/t/05examples.t
1225            ! ext/Compress/Zlib/t/06gzsetp.t
1226            ! ext/Compress/Zlib/t/08encoding.t
1227            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
1228            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/13prime.t
1229            ! ext/Compress/Zlib/t/14gzopen.t ext/Compress/Zlib/t/15multi.t
1230            ! ext/Compress/Zlib/t/16oneshot.t
1231            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
1232            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
1233            ! ext/Compress/Zlib/t/23misc.t t/lib/ZlibTestUtils.pm
1234 ____________________________________________________________________________
1235 [ 26750] By: rgs                                   on 2006/01/09  08:20:00
1236         Log: Revert change 26749
1237      Branch: perl
1238            ! pod/perlvar.pod
1239 ____________________________________________________________________________
1240 [ 26749] By: davem                                 on 2006/01/09  02:20:51
1241         Log: Subject:  [PATCH] identifiers always in main (was: defining a _ function breaks File::Find)
1242              From:  Xavier Noria <fxn@hashref.com>
1243              Date:  Sun, 23 Oct 2005 09:47:37 +0200
1244              Message-Id:  <D3867DED-313E-4D39-A85F-1178FE7F7A5E@hashref.com>
1245              
1246              clarify which variables are always forced into main::
1247      Branch: perl
1248            ! pod/perlvar.pod
1249 ____________________________________________________________________________
1250 [ 26747] By: nicholas                              on 2006/01/08  22:43:15
1251         Log: Cope with change entries that are \r terminated
1252      Branch: perl
1253            ! Porting/genlog
1254 ____________________________________________________________________________
1255 [ 26745] By: craigb                                on 2006/01/08  22:37:47
1256         Log: follow-up to 26740, shasum --> shasum.com
1257      Branch: perl
1258            ! vms/descrip_mms.template
1259 ____________________________________________________________________________
1260 [ 26744] By: craigb                                on 2006/01/08  22:19:39
1261         Log: Grr.  #26690 broke handling of old ODS-2 style names
1262              on current versions of VMS
1263      Branch: perl
1264            ! configure.com
1265 ____________________________________________________________________________
1266 [ 26743] By: craigb                                on 2006/01/08  22:14:13
1267         Log: VMS needs the meta-quoted version of $0
1268      Branch: perl
1269            ! lib/Test/Simple/t/is_deeply_fail.t
1270 ____________________________________________________________________________
1271 [ 26740] By: rgs                                   on 2006/01/08  21:42:59
1272         Log: Install shasum on Windows and VMS too
1273      Branch: perl
1274            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
1275 ____________________________________________________________________________
1276 [ 26739] By: rgs                                   on 2006/01/08  21:34:22
1277         Log: Subject: Re: [perl #38181] Default IO Layer is ignored in 3-argument open call 
1278              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
1279              Date: Mon, 09 Jan 2006 01:29:30 +0900
1280              Message-Id: <20060109012103.F20A.BQW10602@nifty.com>
1281      Branch: perl
1282            ! lib/open.pm pod/perlfunc.pod
1283 ____________________________________________________________________________
1284 [ 26737] By: nicholas                              on 2006/01/08  21:13:05
1285         Log: Update copyright with the 2 years where changes were made.
1286      Branch: perl
1287            ! pad.h
1288 ____________________________________________________________________________
1289 [ 26736] By: nicholas                              on 2006/01/08  20:41:25
1290         Log: Update the copyright years in the generated files, and nostdio.h
1291      Branch: perl
1292            ! keywords.h keywords.pl nostdio.h opcode.pl opnames.h
1293 ____________________________________________________________________________
1294 [ 26735] By: davem                                 on 2006/01/08  20:41:16
1295         Log: document svt_copy, svt_dup and svt_local vtable slots
1296      Branch: perl
1297            ! pod/perlguts.pod
1298 ____________________________________________________________________________
1299 [ 26733] By: rgs                                   on 2006/01/08  20:16:06
1300         Log: Add shasum (from Digest::SHA) to utils.lst
1301      Branch: perl
1302            ! utils.lst
1303 ____________________________________________________________________________
1304 [ 26732] By: nicholas                              on 2006/01/08  19:53:11
1305         Log: Update copyright years (including some years where we made changes but
1306              did not update)
1307      Branch: perl
1308            ! av.c deb.c mathoms.c mg.h numeric.c pad.c patchlevel.h perl.h
1309            ! perlvars.h perly.c run.c scope.c taint.c thread.h
1310 ____________________________________________________________________________
1311 [ 26726] By: nicholas                              on 2006/01/08  18:27:27
1312         Log: run pod/buildtoc --build-all
1313      Branch: perl
1314            ! MANIFEST pod/perltoc.pod vms/descrip_mms.template
1315            ! win32/Makefile win32/makefile.mk
1316 ____________________________________________________________________________
1317 [ 26725] By: nicholas                              on 2006/01/08  18:25:20
1318         Log: With VMS moving from [lib.pod] to [lib.pods] then pod/buildtoc needs
1319              tweaking
1320      Branch: perl
1321            ! pod/buildtoc
1322 ____________________________________________________________________________
1323 [ 26713] By: nicholas                              on 2006/01/08  15:24:53
1324         Log: Add an option 'opened' which reports on the maintainers of all files
1325              perforce currently has open.
1326      Branch: perl
1327            ! Porting/Maintainers.pm
1328 ____________________________________________________________________________
1329 [ 26710] By: craigb                                on 2006/01/08  13:33:43
1330         Log: pod2usage2.t is not readily portable to VMS either
1331      Branch: perl
1332            ! t/pod/pod2usage2.t
1333 ____________________________________________________________________________
1334 [ 26709] By: nicholas                              on 2006/01/08  13:15:30
1335         Log: Tweak the code that generates unique entries in @POSIX::EXPORT so that
1336              the array ends up with shared hash key scalars, for a memory saving.
1337      Branch: perl
1338            ! ext/POSIX/POSIX.pm
1339 ____________________________________________________________________________
1340 [ 26708] By: merijn                                on 2006/01/08  12:27:29
1341         Log: Subject: [PATCH] blead: format warnings
1342              Date: Sat, 07 Jan 2006 21:42:08 +0200
1343              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1344              Message-ID: <43C01990.6020207@gmail.com>
1345      Branch: perl
1346            ! mg.c regcomp.c sv.c
1347 ____________________________________________________________________________
1348 [ 26707] By: merijn                                on 2006/01/08  09:53:56
1349         Log: Subject: [PATCH] hints/dec_osf.sh (Re: blead@26701 compilation warning from tru64 cc)
1350              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1351              Date: Sun, 08 Jan 2006 11:38:34 +0200
1352              Message-ID: <43C0DD9A.9080809@gmail.com>
1353      Branch: perl
1354            ! hints/dec_osf.sh
1355 ____________________________________________________________________________
1356 [ 26706] By: nicholas                              on 2006/01/08  08:33:46
1357         Log: Add utils/shasum.PL to MANIFEST
1358      Branch: perl
1359            ! MANIFEST
1360 ____________________________________________________________________________
1361 [ 26705] By: nicholas                              on 2006/01/08  08:28:29
1362         Log: Add missing files in ext/Digest/SHA/src that somehow escaped the net.
1363      Branch: perl
1364            + ext/Digest/SHA/src/hmac.c ext/Digest/SHA/src/hmac.h
1365            + ext/Digest/SHA/src/hmacxtra.c ext/Digest/SHA/src/sha.c
1366            + ext/Digest/SHA/src/sha.h ext/Digest/SHA/src/sha64bit.c
1367            + ext/Digest/SHA/src/sha64bit.h ext/Digest/SHA/src/shaxtra.c
1368 ____________________________________________________________________________
1369 [ 26704] By: stevep                                on 2006/01/08  04:17:08
1370         Log: Add Digest-SHA-5.32 for SHA-256 support for CPAN.
1371      Branch: perl
1372            + ext/Digest/SHA/Changes ext/Digest/SHA/Makefile.PL
1373            + ext/Digest/SHA/README ext/Digest/SHA/SHA.pm
1374            + ext/Digest/SHA/SHA.xs ext/Digest/SHA/bin/shasum
1375            + ext/Digest/SHA/ppport.h ext/Digest/SHA/t/0-pod-coverage.t
1376            + ext/Digest/SHA/t/0-pod.t ext/Digest/SHA/t/1-exist.t
1377            + ext/Digest/SHA/t/1-hello-world.t
1378            + ext/Digest/SHA/t/2-nist-sha-1.t
1379            + ext/Digest/SHA/t/2-nist-sha-224.t
1380            + ext/Digest/SHA/t/2-nist-sha-256.t
1381            + ext/Digest/SHA/t/2-nist-sha-384.t
1382            + ext/Digest/SHA/t/2-nist-sha-512.t
1383            + ext/Digest/SHA/t/2-nist-sha-base64.t
1384            + ext/Digest/SHA/t/2-nist-sha-oo.t
1385            + ext/Digest/SHA/t/2-nist-vectors-bit.t
1386            + ext/Digest/SHA/t/2-nist-vectors-byte.t
1387            + ext/Digest/SHA/t/3-gillogly-easy.t
1388            + ext/Digest/SHA/t/3-gillogly-hard.t
1389            + ext/Digest/SHA/t/4-bitstr-increasing.t
1390            + ext/Digest/SHA/t/4-bitstr-large.t
1391            + ext/Digest/SHA/t/4-bitstr-random.t
1392            + ext/Digest/SHA/t/5-hmac-fips198.t
1393            + ext/Digest/SHA/t/5-hmac-rfc2202.t
1394            + ext/Digest/SHA/t/5-hmac-sha-256.t
1395            + ext/Digest/SHA/t/5-hmac-woodbury.t
1396            + ext/Digest/SHA/t/6-dump-load.t ext/Digest/SHA/t/7-ireland.t
1397            + ext/Digest/SHA/t/gillogly/state.011
1398            + ext/Digest/SHA/t/gillogly/state.110
1399            + ext/Digest/SHA/t/nist/COPYRIGHT
1400            + ext/Digest/SHA/t/nist/Readme.txt
1401            + ext/Digest/SHA/t/nist/bit-hashes.sha1
1402            + ext/Digest/SHA/t/nist/bit-messages.sha1
1403            + ext/Digest/SHA/t/nist/byte-hashes.sha1
1404            + ext/Digest/SHA/t/nist/byte-messages.sha1
1405            + ext/Digest/SHA/t/state/state.1
1406            + ext/Digest/SHA/t/state/state.256
1407            + ext/Digest/SHA/t/state/state.384
1408            + ext/Digest/SHA/t/state/state.512 ext/Digest/SHA/typemap
1409            + utils/shasum.PL
1410            ! MANIFEST Porting/Maintainers.pl utils/Makefile
1411 ____________________________________________________________________________
1412 [ 26703] By: craigb                                on 2006/01/07  22:12:16
1413         Log: Make v?snprintf available on VMS v7.3-2 and later and clean up
1414              some other version-dependency checks.
1415      Branch: perl
1416            ! configure.com
1417 ____________________________________________________________________________
1418 [ 26702] By: nicholas                              on 2006/01/07  20:42:57
1419         Log: Remove the greedy quantifier from inside the grouping (?:) so that it
1420              and the greedy quantifier on the (?:) don't fight each other until the
1421              C stack is exhausted.
1422      Branch: perl
1423            ! lib/Pod/Simple/BlackBox.pm
1424 ____________________________________________________________________________
1425 [ 26701] By: nicholas                              on 2006/01/07  17:19:29
1426         Log: Reorder Fcntl's bootstrapping so that the constants actually get
1427              inlined within the functions that Fcntl defines.
1428      Branch: perl
1429            ! ext/Fcntl/Fcntl.pm
1430 ____________________________________________________________________________
1431 [ 26695] By: davem                                 on 2006/01/07  03:13:08
1432         Log: preserve the referent associated with a shared RV.
1433              its faster, and the user doesn't see a different address each time
1434              for ref($sharedref).
1435      Branch: perl
1436            ! ext/threads/shared/shared.xs
1437 ____________________________________________________________________________
1438 [ 26694] By: stevep                                on 2006/01/07  03:13:05
1439         Log: Additional const prototype fixes.
1440      Branch: perl
1441            ! os2/os2.c wince/wince.c
1442 ____________________________________________________________________________
1443 [ 26693] By: davem                                 on 2006/01/07  01:24:37
1444         Log: fix coredump on 'local $shared[N]' introduced by change #24942
1445      Branch: perl
1446            ! ext/threads/shared/shared.xs
1447 ____________________________________________________________________________
1448 [ 26691] By: nicholas                              on 2006/01/06  23:57:55
1449         Log: Don't code the absolute number of tests for the UTF8/EBCDIC case; much
1450              better to subtract the number of tests that don't get run.
1451      Branch: perl
1452            ! t/comp/require.t
1453 ____________________________________________________________________________
1454 [ 26690] By: craigb                                on 2006/01/06  23:16:30
1455         Log: Make VMS manifest checker handle multi-dot filenames on ODS-5
1456      Branch: perl
1457            ! configure.com
1458 ____________________________________________________________________________
1459 [ 26687] By: nicholas                              on 2006/01/06  22:19:47
1460         Log: Correct the typo in the description of change 24253
1461      Branch: perl
1462            ! Changes
1463 ____________________________________________________________________________
1464 [ 26685] By: stevep                                on 2006/01/06  21:59:00
1465         Log: Upgrade to version-0.52
1466      Branch: perl
1467            ! lib/version.pm lib/version.pod lib/version.t sv.c
1468            ! t/op/sprintf.t util.c
1469 ____________________________________________________________________________
1470 [ 26684] By: davem                                 on 2006/01/06  21:13:12
1471         Log: make ithreads shared vars smaller/quicker by eliminating shared_sv
1472              struct. Also document how it works.
1473      Branch: perl
1474            ! ext/threads/shared/shared.xs ext/threads/shared/typemap
1475 ____________________________________________________________________________
1476 [ 26680] By: stevep                                on 2006/01/06  18:59:54
1477         Log: const'ing parameters killed the builds for djgpp.  Changes get the 
1478              Perl core, but not the modules, to compile cleanly. 
1479      Branch: perl
1480            ! djgpp/djgpp.c djgpp/djgpp.h
1481 ____________________________________________________________________________
1482 [ 26679] By: nicholas                              on 2006/01/06  18:29:57
1483         Log: Negating an unsigned value generates warnings for some compilers, so
1484              cast it first.
1485      Branch: perl
1486            ! lib/ExtUtils/Constant/ProxySubs.pm
1487 ____________________________________________________________________________
1488 [ 26677] By: steveh                                on 2006/01/06  17:20:47
1489         Log: DBL_MAX and FLT_MAX are not constants in Borland C++
1490              
1491              (Fixes BCC compilation error in POSIX introduced by change 26455)
1492      Branch: perl
1493            ! ext/POSIX/Makefile.PL
1494 ____________________________________________________________________________
1495 [ 26676] By: rgs                                   on 2006/01/06  16:58:14
1496         Log: Subject: [PATCH] hv_fetchs() support
1497              From: Andy Lester <andy@petdance.com>
1498              Date: Fri, 6 Jan 2006 09:57:19 -0600
1499              Message-ID: <20060106155719.GB9035@petdance.com>
1500      Branch: perl
1501            ! doop.c handy.h hv.c malloc.c op.c pp_sys.c taint.c
1502 ____________________________________________________________________________
1503 [ 26675] By: rgs                                   on 2006/01/06  15:50:34
1504         Log: Subject: [PATCH] sprinkle dVAR
1505              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
1506              Date: Fri, 06 Jan 2006 16:18:53 +0200
1507              Message-ID: <43BE7C4D.1010302@gmail.com>
1508      Branch: perl
1509            ! av.c deb.c doio.c doop.c dump.c ext/threads/threads.xs gv.c
1510            ! hv.c lib/ExtUtils/ParseXS.pm locale.c mathoms.c mg.c numeric.c
1511            ! op.c opcode.h opcode.pl pad.c perl.c perl.h perl_keyword.pl
1512            ! perlio.c perlvars.h perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c
1513            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c
1514            ! taint.c toke.c universal.c utf8.c util.c xsutils.c
1515 ____________________________________________________________________________
1516 [ 26674] By: rgs                                   on 2006/01/06  14:35:38
1517         Log: Subject: [PATCH] performance tweaking op.c
1518              From: Andy Lester <andy@petdance.com>
1519              Date: Fri, 6 Jan 2006 01:44:48 -0600
1520              Message-ID: <20060106074448.GB3401@petdance.com>
1521      Branch: perl
1522            ! op.c
1523 ____________________________________________________________________________
1524 [ 26673] By: gisle                                 on 2006/01/06  14:00:14
1525         Log: Remove code duplicated a few lines above by change 19695.
1526      Branch: perl
1527            ! toke.c
1528 ____________________________________________________________________________
1529 [ 26672] By: gisle                                 on 2006/01/06  13:57:27
1530         Log: Move "DEVEL####" marker to the 'perl -v' output.
1531              This avoids problem with using STRINGIFY in patchlevel.h
1532              (ref msg <43BE4BAC.6010701@uk.radan.com> posted to p5p).
1533      Branch: perl
1534            ! patchlevel.h perl.c t/run/switches.t utils/perlbug.PL
1535 ____________________________________________________________________________
1536 [ 26671] By: stevep                                on 2006/01/06  13:04:44
1537         Log: Replacing broken call to savepvn() with savepvs() to get threaded
1538              Cygwin to compile again.
1539      Branch: perl
1540            ! perl.c
1541 ____________________________________________________________________________
1542 [ 26670] By: gisle                                 on 2006/01/06  10:54:18
1543         Log: Make '-s' on the shebang line able to parse -foo=bar switches again.
1544              This feature was broken by change 19695 some years ago
1545              and integrated into perl-5.8.1.  perl-5.8.0 was fine.
1546              Ref http://bugs.activestate.com/show_bug.cgi?id=43483
1547      Branch: perl
1548            ! perl.c t/run/switches.t
1549 ____________________________________________________________________________
1550 [ 26669] By: gisle                                 on 2006/01/06  10:38:37
1551         Log: Improve description of the -s switch.
1552              I found the "This means you can have switches
1553              with two leading dashes." sentence introduced by
1554              change 7144 really confusing.  The note after
1555              the example should make it clear enough that double
1556              dash switches can be used for those that insist.
1557      Branch: perl
1558            ! pod/perlrun.pod
1559 ____________________________________________________________________________
1560 [ 26668] By: merijn                                on 2006/01/05  21:04:32
1561         Log: Test if the probed availability of v?snprintf () is
1562              actually usable. Thanks to Russ and Jarkko.
1563      Branch: perl
1564            ! Configure
1565 ____________________________________________________________________________
1566 [ 26666] By: rgs                                   on 2006/01/05  17:39:07
1567         Log: Upgrade to CPAN.pm 1.83
1568      Branch: perl
1569            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/HandleConfig.pm
1570            ! lib/CPAN/SIGNATURE lib/CPAN/Tarzip.pm
1571 ____________________________________________________________________________
1572 [ 26665] By: rgs                                   on 2006/01/05  17:27:28
1573         Log: Regenerate PODs
1574      Branch: perl
1575            ! pod/perlmodlib.pod pod/perltoc.pod
1576 ____________________________________________________________________________
1577 [ 26664] By: steveh                                on 2006/01/05  17:24:44
1578         Log: Workaround another problem following change 26395
1579              
1580              MinGW doesn't like 26395 either! (ref: change 26634)
1581      Branch: perl
1582            ! gv.h
1583 ____________________________________________________________________________
1584 [ 26663] By: rgs                                   on 2006/01/05  17:19:27
1585         Log: Really commit change 26662 (duh)
1586      Branch: perl
1587            ! pod.lst pod/perl.pod
1588 ____________________________________________________________________________
1589 [ 26662] By: rgs                                   on 2006/01/05  17:17:52
1590         Log: Let table of contents know about perllinux man page
1591      Branch: perl
1592            ! pod.lst pod/perl.pod
1593 ____________________________________________________________________________
1594 [ 26661] By: rgs                                   on 2006/01/05  16:58:51
1595         Log: Update Changes
1596      Branch: perl
1597            ! Changes
1598 ____________________________________________________________________________
1599 [ 26659] By: steveh                                on 2006/01/05  16:22:50
1600         Log: Subject: MinGW and lib/CORE/Win32.h
1601              From: "Sisyphus" <sisyphus1@optusnet.com.au>
1602              Date: Wed, 4 Jan 2006 21:29:19 +1100
1603              Message-ID: <024301c61119$bca4a840$e201140a@desktop>
1604      Branch: perl
1605            ! win32/win32.h
1606 ____________________________________________________________________________
1607 [ 26658] By: rgs                                   on 2006/01/05  15:33:32
1608         Log: Install less README files
1609      Branch: perl
1610            ! installperl
1611 ____________________________________________________________________________
1612 [ 26657] By: rgs                                   on 2006/01/05  14:36:40
1613         Log: Remove old Pod::Man parser creation.
1614              Fix a run-time warning.
1615      Branch: perl
1616            ! installman
1617 ____________________________________________________________________________
1618 [ 26656] By: stevep                                on 2006/01/05  14:33:16
1619         Log: Change installman to instantiate a new Pod::Man instance for each
1620              file processed.  This is now required with podlators-2.0.
1621      Branch: perl
1622            ! installman
1623 ____________________________________________________________________________
1624 [ 26655] By: steveh                                on 2006/01/05  09:21:52
1625         Log: Reorder changes made in change 26630
1626              
1627              (Keep the order in win32/config.* and win32/config_H.* the same as in
1628              Configure and config_H.SH for easier diffing)
1629      Branch: perl
1630            ! win32/config.bc win32/config.gc win32/config.vc
1631            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1632            ! win32/config_H.vc win32/config_H.vc64
1633 ____________________________________________________________________________
1634 [ 26654] By: steveh                                on 2006/01/04  17:57:14
1635         Log: Run regen.pl (Just updating copyright years)
1636      Branch: perl
1637            ! embed.h embedvar.h global.sym opcode.h perlapi.c perlapi.h
1638            ! proto.h
1639 ____________________________________________________________________________
1640 [ 26653] By: steveh                                on 2006/01/04  17:49:38
1641         Log: Don't try to export PL_my_ctx_mutex and PL_my_cxt_* when
1642              PERL_IMPLICIT_CONTEXT is not defined
1643              
1644              Fixes non-threaded build errors on Win32 following change 26523
1645      Branch: perl
1646            ! makedef.pl
1647 ____________________________________________________________________________
1648 [ 26652] By: rgs                                   on 2006/01/04  17:19:37
1649         Log: More copyright updates
1650      Branch: perl
1651            ! cop.h dump.c gv.c gv.h handy.h locale.c op.c perlio.c
1652            ! pp_pack.c sv.h thread.h universal.c xsutils.c
1653 ____________________________________________________________________________
1654 [ 26651] By: rgs                                   on 2006/01/04  16:50:47
1655         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
1656              From: Jim Cromie <jim.cromie@gmail.com>
1657              Date: Tue, 03 Jan 2006 23:18:09 -0700
1658              Message-ID: <43BB68A1.7060708@gmail.com>
1659              
1660              With syntactic tweaks to the test file
1661      Branch: perl
1662            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
1663            ! ext/B/t/optree_constants.t
1664 ____________________________________________________________________________
1665 [ 26650] By: gisle                                 on 2006/01/04  16:42:03
1666         Log: Move all the xxxpvs() macros to handy.h.
1667              This brings them closer to STR_WITH_LEN.  Besides only half
1668              of them were sv-related after change 26649.
1669      Branch: perl
1670            ! handy.h sv.h
1671 ____________________________________________________________________________
1672 [ 26649] By: gisle                                 on 2006/01/04  16:15:34
1673         Log: Make the new STR_WITH_LEN() affected compile under -Dusethreads.
1674              Can't use STR_WITH_LEN() as argument to a macro :-(
1675      Branch: perl
1676            ! gv.c locale.c mg.c perl.c perlio.c pp_sys.c sv.c sv.h toke.c
1677 ____________________________________________________________________________
1678 [ 26648] By: gisle                                 on 2006/01/04  14:23:20
1679         Log: Add an extra NUL so that we can use sv_catpvs()
1680              for "our @F=split..." and get rid of 15 and the
1681              explaination for why it's there.
1682      Branch: perl
1683            ! toke.c
1684 ____________________________________________________________________________
1685 [ 26647] By: gisle                                 on 2006/01/04  14:10:34
1686         Log: Get rid of hardcoded string length.
1687      Branch: perl
1688            ! thread.h
1689 ____________________________________________________________________________
1690 [ 26646] By: gisle                                 on 2006/01/04  14:04:16
1691         Log: Introduce newSVpvs_share() macro.
1692              Gets rid of some hardcoded string lengths.
1693      Branch: perl
1694            ! op.c perl.c sv.h
1695 ____________________________________________________________________________
1696 [ 26645] By: gisle                                 on 2006/01/04  13:53:16
1697         Log: Get rid of a few more hardcoded string lengths.
1698      Branch: perl
1699            ! locale.c mg.c perl.c perlio.c sv.c
1700 ____________________________________________________________________________
1701 [ 26644] By: stevep                                on 2006/01/04  13:13:50
1702         Log: Update copyright year.
1703      Branch: perl
1704            ! pp_sys.c
1705 ____________________________________________________________________________
1706 [ 26643] By: rgs                                   on 2006/01/04  13:02:18
1707         Log: Fix some compilation warnings
1708      Branch: perl
1709            ! pp_hot.c
1710 ____________________________________________________________________________
1711 [ 26642] By: gisle                                 on 2006/01/04  13:00:45
1712         Log: Get rid of a few more hardcoded string lengths.
1713      Branch: perl
1714            ! gv.c perl.c perlio.c pp_sys.c
1715 ____________________________________________________________________________
1716 [ 26641] By: gisle                                 on 2006/01/04  12:48:34
1717         Log: Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).
1718              Gets rid of many hardcoded string lengths.
1719      Branch: perl
1720            ! dump.c gv.c op.c perl.c perlio.c pp.c pp_ctl.c pp_pack.c
1721            ! pp_sys.c regcomp.c sv.c sv.h toke.c universal.c utf8.c util.c
1722            ! xsutils.c
1723 ____________________________________________________________________________
1724 [ 26640] By: gisle                                 on 2006/01/04  12:35:45
1725         Log: Removed unused part of string passed to sv_catpvn().
1726      Branch: perl
1727            ! toke.c
1728 ____________________________________________________________________________
1729 [ 26639] By: stevep                                on 2006/01/04  12:31:17
1730         Log: Updates to various configurations courtesy of Jarkko.
1731      Branch: perl
1732            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
1733            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
1734            ! wince/config.ce
1735 ____________________________________________________________________________
1736 [ 26638] By: stevep                                on 2006/01/04  12:19:49
1737         Log: Don't warn about invalid dirhandles in DirHandle::DESTROY().
1738      Branch: perl
1739            ! lib/DirHandle.pm
1740 ____________________________________________________________________________
1741 [ 26637] By: steveh                                on 2006/01/04  11:10:36
1742         Log: Make Borland and MinGW happy with change 26379
1743              
1744              (They both complain "invalid conversion from `void*' to `HWND__*'"
1745              otherwise)
1746      Branch: perl
1747            ! win32/perlhost.h
1748 ____________________________________________________________________________
1749 [ 26636] By: gisle                                 on 2006/01/04  10:46:42
1750         Log: Fix typo in comment.
1751      Branch: perl
1752            ! handy.h
1753 ____________________________________________________________________________
1754 [ 26635] By: gisle                                 on 2006/01/04  10:44:48
1755         Log: Introduce STR_WITH_LEN macro in the form suggested by Chip.
1756      Branch: perl
1757            ! handy.h toke.c
1758 ____________________________________________________________________________
1759 [ 26634] By: steveh                                on 2006/01/04  10:39:13
1760         Log: Workaround Win32 compiler bugs following change 26395
1761              
1762              Can't understand what VC++ 6 and Borland don't like about it.  There
1763              is similar code for SvMAGIC and SvSTASH already in sv.h.  Must be
1764              compiler bugs since VC++ 7 and MinGW (and compilers on other platforms)
1765              are all happy.
1766      Branch: perl
1767            ! gv.h
1768 ____________________________________________________________________________
1769 [ 26633] By: gisle                                 on 2006/01/04  10:25:42
1770         Log: Silence compiler warning; ref change 26598
1771      Branch: perl
1772            ! op.c
1773 ____________________________________________________________________________
1774 [ 26632] By: stevep                                on 2006/01/04  03:43:20
1775         Log: Added snprintf() and vsnprintf() to configure.com as 'undef'. 
1776      Branch: perl
1777            ! configure.com
1778 ____________________________________________________________________________
1779 [ 26631] By: stevep                                on 2006/01/04  03:31:08
1780         Log: Add warnings for the various other *dir() functions when attempted
1781              on invalid dirhandles.
1782      Branch: perl
1783            ! pod/perldiag.pod pp_sys.c
1784 ____________________________________________________________________________
1785 [ 26630] By: stevep                                on 2006/01/04  02:47:39
1786         Log: Add snprintf() and vsnprintf() to the various Win32 configuration 
1787              files.
1788      Branch: perl
1789            ! win32/config.bc win32/config.gc win32/config.vc
1790            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
1791            ! win32/config_H.vc win32/config_H.vc64
1792 ____________________________________________________________________________
1793 [ 26625] By: stevep                                on 2006/01/03  20:03:49
1794         Log: Subject: Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bug
1795              From: Mike Guy <mjtg@cam.ac.uk>
1796              Date: Tue, 03 Jan 2006 19:18:41 +0000 
1797              Message-Id: <E1Etrg9-0005XE-LZ@libra.cus.cam.ac.uk> 
1798      Branch: perl
1799            ! pod/perlobj.pod
1800 ____________________________________________________________________________
1801 [ 26623] By: nicholas                              on 2006/01/03  19:38:24
1802         Log: If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialise
1803              the NV only if the new body has an NV. (D'oh!)
1804      Branch: perl
1805            ! sv.c
1806 ____________________________________________________________________________
1807 [ 26617] By: stevep                                on 2006/01/03  18:14:27
1808         Log: Attemting to readdir() something that isn't a dirhandle should cause
1809              a warning.
1810      Branch: perl
1811            ! pod/perldiag.pod pp_sys.c
1812 ____________________________________________________________________________
1813 [ 26608] By: steveh                                on 2006/01/03  15:57:18
1814         Log: Fix release mode builds following change 26598
1815      Branch: perl
1816            ! cop.h
1817 ____________________________________________________________________________
1818 [ 26607] By: stevep                                on 2006/01/03  15:56:19
1819         Log: perldiag.pod additions to go with change #26602.
1820      Branch: perl
1821            ! pod/perldiag.pod
1822 ____________________________________________________________________________
1823 [ 26606] By: merijn                                on 2006/01/03  15:46:10
1824         Log: Add probe for snprintf () and vsnprintf ()
1825              
1826              Subject: [PATCH] snprintf() and vsnprintf() (was Re: [PATCH] Configure: stdio char (un)signedness)
1827              From: Steve Peters <steve@fisharerojo.org>
1828              Date: Mon, 2 Jan 2006 09:37:27 -0600
1829              Message-ID: <20060102153727.GA14247@mccoy.peters.homeunix.org>
1830      Branch: perl
1831            ! Configure Porting/Glossary config_h.SH handy.h
1832 ____________________________________________________________________________
1833 [ 26605] By: rgs                                   on 2006/01/03  15:42:19
1834         Log: Update perldelta, up to change 25344 more or less.
1835      Branch: perl
1836            ! pod/perl593delta.pod
1837 ____________________________________________________________________________
1838 [ 26602] By: stevep                                on 2006/01/03  14:58:21
1839         Log: Bad symbols that are pretending to be dirhandles, should say they 
1840              are dirhandles in their error messages.
1841      Branch: perl
1842            ! gv.c
1843 ____________________________________________________________________________
1844 [ 26601] By: rgs                                   on 2006/01/03  14:10:04
1845         Log: Sync perlfaq.
1846      Branch: perl
1847            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
1848            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
1849            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
1850            ! pod/perlfaq9.pod
1851 ____________________________________________________________________________
1852 [ 26598] By: davem                                 on 2006/01/03  12:29:38
1853         Log: silence some compiler warnings
1854      Branch: perl
1855            ! cop.h toke.c
1856 ____________________________________________________________________________
1857 [ 26595] By: rgs                                   on 2006/01/03  10:09:39
1858         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
1859              From: Jim Cromie <jim.cromie@gmail.com>
1860              Date: Mon, 02 Jan 2006 15:06:48 -0700
1861              Message-ID: <43B9A3F8.8060609@gmail.com>
1862      Branch: perl
1863            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t
1864            ! ext/B/t/optree_constants.t
1865 ____________________________________________________________________________
1866 [ 26594] By: rgs                                   on 2006/01/03  09:33:59
1867         Log: Subject: [PATCH] Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programs
1868              From: Stephen McCamant <smcc@mit.edu>
1869              Date: Mon, 2 Jan 2006 18:52:24 -0800
1870              Message-ID: <17337.59112.502009.496275@conquest.OCF.Berkeley.EDU>
1871      Branch: perl
1872            ! ext/B/B/Deparse.pm
1873 ____________________________________________________________________________
1874 [ 26593] By: rgs                                   on 2006/01/03  09:23:24
1875         Log: Subject: [patch@26561] utf8.c const issue.
1876              From: "John E. Malmberg" <wb8tyw@qsl.net>
1877              Date: Mon, 02 Jan 2006 14:16:02 -0500
1878              Message-ID: <43B97BF2.2050201@qsl.net>
1879      Branch: perl
1880            ! utf8.c
1881 ____________________________________________________________________________
1882 [ 26592] By: rgs                                   on 2006/01/03  09:02:04
1883         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gz
1884              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
1885              Date: Tue, 03 Jan 2006 00:33:27 +0100
1886              Message-ID: <87u0cm433s.fsf@k75.linux.bogus>
1887      Branch: perl
1888            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
1889 ____________________________________________________________________________
1890 [ 26591] By: davem                                 on 2006/01/03  02:20:28
1891         Log: ithreads: SVs that were only on the tmps stack leaked
1892      Branch: perl
1893            ! sv.c
1894 ____________________________________________________________________________
1895 [ 26589] By: nicholas                              on 2006/01/02  22:52:03
1896         Log: The two never used NOTYET switch ops can go.
1897      Branch: perl
1898            ! pp_ctl.c
1899 ____________________________________________________________________________
1900 [ 26587] By: davem                                 on 2006/01/02  21:50:55
1901         Log: stop DEBUG_LEAKING_SCALARS producing spurious memory pool errors
1902              (change #25775 wasn't complete)
1903      Branch: perl
1904            ! sv.c
1905 ____________________________________________________________________________
1906 [ 26586] By: nicholas                              on 2006/01/02  20:48:30
1907         Log: More missing AUTHORS
1908      Branch: perl
1909            ! AUTHORS Porting/checkAUTHORS.pl
1910 ____________________________________________________________________________
1911 [ 26581] By: craigb                                on 2006/01/02  19:22:52
1912         Log: Subject: patch@26561 & earlier - buffer overrun in VMS.C
1913              From: "John E. Malmberg" <wb8tyw@qsl.net>
1914              Date: Mon, 02 Jan 2006 14:05:43 -0500
1915              Message-id: <43B97987.70201@qsl.net>
1916      Branch: perl
1917            ! vms/vms.c
1918 ____________________________________________________________________________
1919 [ 26580] By: nicholas                              on 2006/01/02  18:48:13
1920         Log: Erk! craigb's changes come out of p4 with ^Ms as line endings.
1921              Long term, need to fix the update changes script to cope.
1922      Branch: perl
1923            ! Changes
1924 ____________________________________________________________________________
1925 [ 26579] By: nicholas                              on 2006/01/02  18:44:14
1926         Log: More missing AUTHORS
1927      Branch: perl
1928            ! AUTHORS Porting/checkAUTHORS.pl
1929 ____________________________________________________________________________
1930 [ 26578] By: nicholas                              on 2006/01/02  17:04:55
1931         Log: Fix up missing and duplicate AUTHORS
1932      Branch: perl
1933            ! AUTHORS Porting/checkAUTHORS.pl
1934 ____________________________________________________________________________
1935 [ 26576] By: rgs                                   on 2006/01/02  15:54:25
1936         Log: Subject: Re: [patch] optimized constant subs are cool, teach B::Concise about them
1937              From: Jim Cromie <jim.cromie@gmail.com>
1938              Date: Sun, 01 Jan 2006 23:05:00 -0700
1939              Message-ID: <43B8C28C.20502@gmail.com>
1940      Branch: perl
1941            + ext/B/t/optree_constants.t
1942            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise-xs.t
1943 ____________________________________________________________________________
1944 [ 26574] By: rgs                                   on 2006/01/02  15:19:59
1945         Log: Since we no longer autovivify stashes (change #26370), we need
1946              to turn off strict-refs on them, or we'll have a stricture
1947              error the first time we'd try to access them (when they'll be
1948              actually autovivified).
1949      Branch: perl
1950            ! op.c t/op/stash.t
1951 ____________________________________________________________________________
1952 [ 26573] By: rgs                                   on 2006/01/02  14:57:18
1953         Log: Documentation fix for File::Temp::new
1954              
1955              Subject: [perl #38127] Bug in perldoc File::Temp 
1956              From: pm@capmon.dk (via RT) <perlbug-followup@perl.org>
1957              Date: Mon, 02 Jan 2006 02:48:41 -0800
1958              Message-ID: <rt-3.0.11-38127-126764.0.578515622359532@perl.org>
1959      Branch: perl
1960            ! lib/File/Temp.pm
1961 ____________________________________________________________________________
1962 [ 26572] By: nicholas                              on 2006/01/02  14:43:37
1963         Log: Happy New Year. (It's not just embed.pl).
1964      Branch: perl
1965            ! README opcode.pl perl.c reentr.pl
1966 ____________________________________________________________________________
1967 [ 26571] By: stevep                                on 2006/01/02  14:24:58
1968         Log: Note that the "unlink"ing directories is attempted when running as a
1969              superuser, and that some operating systems may not support it.
1970      Branch: perl
1971            ! pod/perlfunc.pod pod/perlrun.pod
1972 ____________________________________________________________________________
1973 [ 26570] By: nicholas                              on 2006/01/02  12:19:51
1974         Log: Typo fix in the description of change 26370.
1975              (Also corrected in the repository) 
1976      Branch: perl
1977            ! Changes
1978 ____________________________________________________________________________
1979 [ 26569] By: davem                                 on 2006/01/02  12:09:37
1980         Log: add svt_local slot to magic vtable, and fix local $shared
1981      Branch: perl
1982            ! ext/threads/shared/shared.xs mg.c mg.h
1983 ____________________________________________________________________________
1984 [ 26565] By: nicholas                              on 2006/01/02  11:48:28
1985         Log: Add 2006 to the copyright years in the header generated by embed.pl
1986      Branch: perl
1987            ! embed.pl
1988 ____________________________________________________________________________
1989 [ 26564] By: rgs                                   on 2006/01/02  11:20:25
1990         Log: Subject: [patch] comment grammar and indentation, spurious tab
1991              From: Jim Cromie <jim.cromie@gmail.com>
1992              Date: Fri, 30 Dec 2005 22:45:55 -0700
1993              Message-ID: <43B61B13.3050704@gmail.com>
1994      Branch: perl
1995            ! sv.c
1996 ____________________________________________________________________________
1997 [ 26563] By: rgs                                   on 2006/01/02  11:04:37
1998         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gz
1999              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
2000              Date: Sun, 01 Jan 2006 10:12:46 +0100
2001              Message-ID: <87zmmgnwfl.fsf@k75.linux.bogus>
2002      Branch: perl
2003            ! lib/CPAN.pm
2004 ____________________________________________________________________________
2005 [ 26562] By: rgs                                   on 2006/01/02  10:56:05
2006         Log: Update copyrights for files modified in 2006
2007      Branch: perl
2008            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
2009            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
2010 ____________________________________________________________________________
2011 [ 26561] By: gisle                                 on 2006/01/01  20:43:00
2012         Log: Get rid of length argument for the FEATURE_IS_ENABLED() macro.
2013      Branch: perl
2014            ! toke.c
2015 ____________________________________________________________________________
2016 [ 26558] By: merijn                                on 2006/01/01  10:42:16
2017         Log: Subject: [PATCH] Making 0 pointers to NULLs
2018              From: Andy Lester <andy@petdance.com>
2019              Date: Fri, 30 Dec 2005 23:05:58 -0600
2020              Message-ID: <20051231050558.GA29093@petdance.com>
2021      Branch: perl
2022            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
2023            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
2024 ____________________________________________________________________________
2025 [ 26556] By: merijn                                on 2006/01/01  10:23:19
2026         Log: Subject: [PATCH] Making 0 pointers to NULLs
2027              From: Andy Lester <andy@petdance.com>
2028              Date: Fri, 30 Dec 2005 23:05:58 -0600
2029              Message-ID: <20051231050558.GA29093@petdance.com>
2030      Branch: perl
2031            ! doio.c doop.c hv.c mg.c pp.c pp_ctl.c pp_hot.c pp_sort.c
2032            ! regcomp.c regexec.c sv.c toke.c utf8.c util.c
2033 ____________________________________________________________________________
2034 [ 26555] By: davem                                 on 2005/12/31  23:24:26
2035         Log: make threads use MY_CXT API rather than using PL_modglobal
2036      Branch: perl
2037            ! ext/threads/threads.xs
2038 ____________________________________________________________________________
2039 [ 26554] By: davem                                 on 2005/12/31  21:36:05
2040         Log: tidy index arrangements in new MY_CXT code
2041      Branch: perl
2042            ! intrpvar.h sv.c util.c
2043 ____________________________________________________________________________
2044 [ 26553] By: stevep                                on 2005/12/31  18:45:37
2045         Log: Upgrade to CPAN-1.80_57
2046      Branch: perl
2047            ! lib/CPAN.pm lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm
2048            ! lib/CPAN/Tarzip.pm lib/CPAN/t/mirroredby.t
2049 ____________________________________________________________________________
2050 [ 26552] By: nicholas                              on 2005/12/31  17:24:34
2051         Log: Turn a for loop that's almost a while into an honest-to-goodness while.
2052      Branch: perl
2053            ! hv.c
2054 ____________________________________________________________________________
2055 [ 26551] By: nicholas                              on 2005/12/31  16:57:32
2056         Log: Calling Perl_hv_clear_placeholders while the hash iterator was active
2057              would turn lazy delete on, causing the hash to become corrupted at the
2058              next iterator change.
2059      Branch: perl
2060            ! hv.c lib/Hash/Util.t
2061 ____________________________________________________________________________
2062 [ 26550] By: nicholas                              on 2005/12/31  16:42:08
2063         Log: Remove unneeded test in Perl_hv_clear_placeholders.
2064              Rejig S_hfreeentries to a double loop, which is clearer and smaller.
2065      Branch: perl
2066            ! hv.c
2067 ____________________________________________________________________________
2068 [ 26549] By: rgs                                   on 2005/12/31  15:24:48
2069         Log: Subject: [PATCH] op/pack.t failure on Win64
2070              From: Jan Dubois <jand@activestate.com>
2071              Date: Dec 30, 2005 9:55 PM
2072              Message-ID: <017a01c60d83$5dc73110$2217a8c0@candy>
2073      Branch: perl
2074            ! pp_pack.c
2075 ____________________________________________________________________________
2076 [ 26548] By: nicholas                              on 2005/12/31  15:07:16
2077         Log: Add a test for change 26547. (We no longer expect to see errors about
2078              unbalanced string table reference counts.)
2079      Branch: perl
2080            ! t/op/stash.t
2081 ____________________________________________________________________________
2082 [ 26547] By: nicholas                              on 2005/12/31  14:57:27
2083         Log: Re-attempt to clear the hash in S_hfreeentries if anything adds to it.
2084              Panic if we seem to be looping forever.
2085      Branch: perl
2086            ! hv.c pod/perldiag.pod
2087 ____________________________________________________________________________
2088 [ 26546] By: nicholas                              on 2005/12/31  13:16:06
2089         Log: Stop 'sub a { // }; %::=()' panicing because the backreference array
2090              became lost.
2091      Branch: perl
2092            ! hv.c
2093 ____________________________________________________________________________
2094 [ 26545] By: nicholas                              on 2005/12/30  22:44:06
2095         Log: Marcus Holland-Moritz suggested that assert should 
2096              Perl_croak_nocontext rather than Perl_croak.
2097      Branch: perl
2098            ! perl.h
2099 ____________________________________________________________________________
2100 [ 26544] By: nicholas                              on 2005/12/30  20:02:56
2101         Log: Tweak S_init_main_stash so as allocate PL_curstname as a shared string
2102              scalar, and hence avoid thrashing the shared string table for "main".
2103      Branch: perl
2104            ! perl.c
2105 ____________________________________________________________________________
2106 [ 26543] By: stevep                                on 2005/12/30  17:47:45
2107         Log: Convert t/op/sleep.t to using test.pl
2108      Branch: perl
2109            ! t/op/sleep.t
2110 ____________________________________________________________________________
2111 [ 26542] By: nicholas                              on 2005/12/30  16:53:39
2112         Log: Document why it's a bad plan to move the backreferences array from
2113              the magic structure to the hv_aux structure during backreference
2114              deletion. Add an optimisation for an empty backreference array.
2115      Branch: perl
2116            ! hv.c sv.c
2117 ____________________________________________________________________________
2118 [ 26541] By: nicholas                              on 2005/12/30  15:55:05
2119         Log: Now that the backreference array has no NULL entries, and is correctly
2120              marked as AvREAL_off(), there's no reason not to use sv_dup to clone
2121              it.
2122      Branch: perl
2123            ! sv.c
2124 ____________________________________________________________________________
2125 [ 26540] By: nicholas                              on 2005/12/30  15:39:53
2126         Log: POSIX now declares missing constants as sub ... ();, so Net::Ping
2127              needs to define them with a prototype to match.
2128      Branch: perl
2129            ! lib/Net/Ping.pm
2130 ____________________________________________________________________________
2131 [ 26539] By: rgs                                   on 2005/12/30  15:10:41
2132         Log: Update perltodo. First shot at perl593delta.
2133      Branch: perl
2134            ! pod/perl593delta.pod pod/perltodo.pod
2135 ____________________________________________________________________________
2136 [ 26538] By: nicholas                              on 2005/12/30  14:57:00
2137         Log: In the shared string table, if we add new entries to the head of the
2138              linked list chain, then we don't need as much bookkeeping in the loop.
2139      Branch: perl
2140            ! hv.c
2141 ____________________________________________________________________________
2142 [ 26537] By: stevep                                on 2005/12/30  14:39:49
2143         Log: Subject: [PATCH] Differences from Perl 6
2144              From: Robin Houston <robin@cpan.org> 
2145              Date: Fri, 30 Dec 2005 13:45:34 +0000 
2146              Message-ID: <20051230134534.GA18675@rpc142.cs.man.ac.uk>
2147      Branch: perl
2148            ! pod/perlsyn.pod
2149 ____________________________________________________________________________
2150 [ 26536] By: rgs                                   on 2005/12/30  12:25:24
2151         Log: Subject: Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRS
2152              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
2153              Date: Mon, 12 Dec 2005 19:22:32 +0100
2154              Message-ID: <20051212192232.39cd0c1e@grubert.mandrakesoft.com>
2155      Branch: perl
2156            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
2157            ! lib/ExtUtils/MakeMaker.pm
2158 ____________________________________________________________________________
2159 [ 26535] By: davem                                 on 2005/12/30  12:21:05
2160         Log: fix errors in new MY_CTX code
2161      Branch: perl
2162            ! perl.c sv.c
2163 ____________________________________________________________________________
2164 [ 26534] By: rgs                                   on 2005/12/30  11:57:14
2165         Log: Reduce size of buffers for identifier names, as suggested in
2166              
2167              Subject: Stack usage (in gv_stashpvn and others)
2168              From: Tels <nospam-abuse@bloodgate.com>
2169              Date: Thu, 29 Dec 2005 18:40:49 +0100
2170              Message-Id: <200512291840.50765@bloodgate.com>
2171      Branch: perl
2172            ! gv.c
2173 ____________________________________________________________________________
2174 [ 26533] By: rgs                                   on 2005/12/30  11:43:42
2175         Log: Subject: [PATCH] perlio.c - gv_stashpvn() vs gv_stashpv()
2176              From: Tels <nospam-abuse@bloodgate.com>
2177              Date: Thu, 29 Dec 2005 18:57:43 +0100
2178              Message-Id: <200512291857.59458@bloodgate.com>
2179      Branch: perl
2180            ! perlio.c
2181 ____________________________________________________________________________
2182 [ 26532] By: rgs                                   on 2005/12/30  10:40:31
2183         Log: Subject: [PATCH] Perl_gv_fetchpv vs. gv_fetchpvn
2184              From: Tels <nospam-abuse@bloodgate.com>
2185              Date: Thu, 29 Dec 2005 18:32:10 +0100
2186              Message-Id: <200512291832.20651@bloodgate.com>
2187      Branch: perl
2188            ! gv.c
2189 ____________________________________________________________________________
2190 [ 26531] By: rgs                                   on 2005/12/30  09:53:54
2191         Log: Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't defined
2192              (spotted by Jan Dubois)
2193      Branch: perl
2194            ! makedef.pl
2195 ____________________________________________________________________________
2196 [ 26530] By: nicholas                              on 2005/12/30  01:08:46
2197         Log: RMAGIC on symbol tables is bad, m'kay.
2198              Allow hashes (and therefore all symbol tables) to store the
2199              backreference array in the hv_aux structure, and thereby undo the
2200              performance damage of 24966, which resulted in 60% of all hash lookups
2201              trying to mg_find tiehash magic.
2202      Branch: perl
2203            ! dump.c embed.fnc embed.h hv.c hv.h mg.c proto.h sv.c
2204 ____________________________________________________________________________
2205 [ 26529] By: davem                                 on 2005/12/30  01:06:05
2206         Log: change #26523 didn't make my_cxt_init public
2207      Branch: perl
2208            ! embed.fnc embed.h global.sym
2209 ____________________________________________________________________________
2210 [ 26528] By: rgs                                   on 2005/12/29  17:32:21
2211         Log: Subject: [PATCH] $a = \$a oddity
2212              From: Tels <nospam-abuse@bloodgate.com>
2213              Date: Thu, 29 Dec 2005 18:01:42 +0100
2214              Message-Id: <200512291802.00742@bloodgate.com>
2215              
2216              plus trim some whitespace
2217      Branch: perl
2218            ! pod/perlreftut.pod
2219 ____________________________________________________________________________
2220 [ 26527] By: rgs                                   on 2005/12/29  15:59:30
2221         Log: Subject: [PATCH] Actual real consting of parms
2222              From: Andy Lester <andy@petdance.com>
2223              Date: Thu, 29 Dec 2005 01:15:09 -0600
2224              Message-ID: <20051229071509.GA32653@petdance.com>
2225      Branch: perl
2226            ! embed.fnc proto.h sv.c
2227 ____________________________________________________________________________
2228 [ 26526] By: rgs                                   on 2005/12/29  15:32:42
2229         Log: Subject: [PATCH] av.c cleanup, plus!
2230              From: Andy Lester <andy@petdance.com>
2231              Date: Wed, 28 Dec 2005 15:44:14 -0600
2232              Message-ID: <20051228214414.GD26033@petdance.com>
2233      Branch: perl
2234            ! av.c dump.c embed.fnc gv.c perl.c proto.h sv.c toke.c
2235 ____________________________________________________________________________
2236 [ 26525] By: rgs                                   on 2005/12/29  14:32:09
2237         Log: Fix test for perl version number in Makefile.PL
2238      Branch: perl
2239            ! ext/Sys/Syslog/Makefile.PL
2240 ____________________________________________________________________________
2241 [ 26524] By: rgs                                   on 2005/12/29  14:17:38
2242         Log: Subject: [PATCH] Fixing the SVREFCNT macro
2243              From: Andy Lester <andy@petdance.com>
2244              Date: Wed, 28 Dec 2005 13:30:51 -0600
2245              Message-ID: <20051228193051.GD23207@petdance.com>
2246      Branch: perl
2247            ! sv.h
2248 ____________________________________________________________________________
2249 [ 26523] By: davem                                 on 2005/12/29  12:00:29
2250         Log: re-implement MY_CXT API more efficiently, and add explicit
2251              interpeter arg variant
2252      Branch: perl
2253            ! embed.fnc embed.h embedvar.h ext/XS/APItest/APItest.xs
2254            ! intrpvar.h perl.h perlapi.h perlvars.h pod/perlxs.pod proto.h
2255            ! sv.c util.c
2256 ____________________________________________________________________________
2257 [ 26522] By: davem                                 on 2005/12/29  11:35:04
2258         Log: add tests for MY_CXT API and improve its documentation
2259      Branch: perl
2260            + ext/XS/APItest/t/my_cxt.t
2261            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
2262            ! pod/perlxs.pod
2263 ____________________________________________________________________________
2264 [ 26521] By: rgs                                   on 2005/12/29  10:21:23
2265         Log: Subject: [PATCH] Test that constant overloading is propagated into eval
2266              From: Robin Houston <robin@cpan.org>
2267              Date: Mon, 26 Dec 2005 17:56:48 +0000
2268              Message-ID: <20051226175648.GA28402@rpc142.cs.man.ac.uk>
2269      Branch: perl
2270            ! lib/overload.t
2271 ____________________________________________________________________________
2272 [ 26520] By: rgs                                   on 2005/12/29  10:11:56
2273         Log: Subject: [DOC PATCH] rindex clarification
2274              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2275              Date: Mon, 26 Dec 2005 18:42:40 -0800
2276              Message-ID: <20051227024240.GA2940@efn.org>
2277              
2278              plus another formatting nit
2279      Branch: perl
2280            ! pod/perlfunc.pod
2281 ____________________________________________________________________________
2282 [ 26519] By: craigb                                on 2005/12/29  03:49:58
2283         Log: Subject: [PATCH] fortify Pod::Simple::Search against non-case-preserving filesystems
2284              From: "Craig A. Berry" <craigberry@mac.com>
2285              Date: Tue, 27 Dec 2005 17:59:35 -0600
2286              Message-id: <43B1D567.9080504@mac.com>
2287      Branch: perl
2288            ! lib/Pod/Simple/Search.pm
2289            ! lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
2290 ____________________________________________________________________________
2291 [ 26518] By: nicholas                              on 2005/12/29  00:19:01
2292         Log: A GVs stash can be NULL, so don't call macros that assume otherwise
2293              without checking.
2294      Branch: perl
2295            ! pp.c
2296 ____________________________________________________________________________
2297 [ 26517] By: nicholas                              on 2005/12/28  19:40:26
2298         Log: As the backreferences AV doesn't hold references on its contents,
2299              surely it should have AvREAL turned off?
2300      Branch: perl
2301            ! sv.c
2302 ____________________________________________________________________________
2303 [ 26516] By: nicholas                              on 2005/12/28  13:35:03
2304         Log: PL_amagic_generation is always non-zero, so remove the test for this.
2305              (Since change 17990 added version object overloading)
2306      Branch: perl
2307            ! pp.h
2308 ____________________________________________________________________________
2309 [ 26515] By: stevep                                on 2005/12/28  13:31:02
2310         Log: Upgrade to Sys-Syslog-0.11
2311      Branch: perl
2312            ! ext/Sys/Syslog/Changes ext/Sys/Syslog/README
2313            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/podspell.t
2314            ! ext/Sys/Syslog/t/syslog.t
2315 ____________________________________________________________________________
2316 [ 26514] By: gisle                                 on 2005/12/28  13:25:30
2317         Log: Cleanup; replace a croak("panic: ...") with assert().
2318      Branch: perl
2319            ! av.c
2320 ____________________________________________________________________________
2321 [ 26513] By: gisle                                 on 2005/12/28  13:12:30
2322         Log: assert(av);  Cleanup the way that the av_*() functions check
2323              that they are really passed an av argument.
2324              Should improve the test coverage a bit.
2325      Branch: perl
2326            ! av.c pod/perldiag.pod
2327 ____________________________________________________________________________
2328 [ 26512] By: gisle                                 on 2005/12/28  12:38:03
2329         Log: Use memchr() instead of ninstr() to locate the end-of-line.
2330              The call to memchr() will faster.
2331      Branch: perl
2332            ! toke.c
2333 ____________________________________________________________________________
2334 [ 26511] By: gisle                                 on 2005/12/28  12:18:58
2335         Log: Leaner ninstr().
2336              The compiled function ended up 37% smaller on Linux/gcc.
2337              I ought to be faster as well, but I did not try to measure that.
2338      Branch: perl
2339            ! util.c
2340 ____________________________________________________________________________
2341 [ 26510] By: gisle                                 on 2005/12/28  11:01:46
2342         Log: Remove test for NUL ending in r?instr().
2343              This test is actually harmful because we will search
2344              for any garbage found past the empty search string.
2345              Ref change 26509.
2346      Branch: perl
2347            ! util.c
2348 ____________________________________________________________________________
2349 [ 26509] By: gisle                                 on 2005/12/28  10:57:46
2350         Log: Fix 2 off-by-one errors in the call to ninstr().
2351              This code managed to still work because of a bug
2352              in how ninstr() treats empty search strings.
2353      Branch: perl
2354            ! ext/Filter/Util/Call/Call.xs
2355 ____________________________________________________________________________
2356 [ 26508] By: stevep                                on 2005/12/28  03:27:13
2357         Log: Upgrade to PathTools-3.15
2358      Branch: perl
2359            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
2360 ____________________________________________________________________________
2361 [ 26507] By: nicholas                              on 2005/12/27  23:39:42
2362         Log: s/%/%%/ in the package name so that it can be used safely in the
2363              sprintf format string (and hence not need runtime %s interpolation)
2364      Branch: perl
2365            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
2366 ____________________________________________________________________________
2367 [ 26506] By: nicholas                              on 2005/12/27  22:19:28
2368         Log: Pass in the full arguments to ExtUtils::Constant::ProxySubs
2369              Prototype all the missing constants, so that parsing doesn't depend on
2370              the phase of the moon. (Well, the system headers)
2371              Add an option for making missing constants generate errors at read time
2372              (which can be during constant folding). This isn't the default.
2373      Branch: perl
2374            ! lib/ExtUtils/Constant.pm lib/ExtUtils/Constant/ProxySubs.pm
2375 ____________________________________________________________________________
2376 [ 26505] By: stevep                                on 2005/12/27  22:07:44
2377         Log: Subject: [PATCH] pre-likely cleanup
2378              From: Andy Lester <andy@petdance.com> 
2379              Date: Tue, 27 Dec 2005 14:39:39 -0600
2380              Message-ID: <20051227203939.GC1781@petdance.com> 
2381              
2382              Includes a small fix to the changes in tryAMAGICbinW_var() in pp.h.
2383      Branch: perl
2384            ! av.c doop.c handy.h hv.c mg.c pp.c pp.h sv.c util.c
2385 ____________________________________________________________________________
2386 [ 26504] By: stevep                                on 2005/12/27  18:36:19
2387         Log: It'd be nice if I hadn't broken corecpan.pl.  Its fixed now, though.
2388      Branch: perl
2389            ! Porting/Maintainers.pl
2390 ____________________________________________________________________________
2391 [ 26503] By: nicholas                              on 2005/12/27  17:33:13
2392         Log: gv_fetch_flags in newATTRSUB can actually be const.
2393              Comment the logic behind the terms in the ternary that chooses the
2394              flags value.
2395      Branch: perl
2396            ! op.c
2397 ____________________________________________________________________________
2398 [ 26502] By: nicholas                              on 2005/12/27  17:24:11
2399         Log: As what we're doing is generating subroutines, which are methods, we
2400              need to invalidate cached methods. For constant.pm we need to create
2401              &Internals::inc_sub_generation
2402      Branch: perl
2403            ! lib/ExtUtils/Constant/ProxySubs.pm lib/constant.pm universal.c
2404 ____________________________________________________________________________
2405 [ 26501] By: stevep                                on 2005/12/27  14:10:20
2406         Log: Subject: [patch] ext/b/t/lint.t fails on win32
2407              From: demerphq <demerphq@gmail.com>
2408              Date: Fri, 23 Dec 2005 20:06:52 +0100 
2409              Message-ID: <9b18b3110512231106k7ad395bfp8a0c05cd0f87fc61@mail.gmail.com>
2410      Branch: perl
2411            ! ext/B/t/lint.t
2412 ____________________________________________________________________________
2413 [ 26500] By: nicholas                              on 2005/12/27  12:02:57
2414         Log: Refactor the require failure message generation to use 1 less temporary
2415              SV, and to build as much text as possible with newSVpvf
2416      Branch: perl
2417            ! pp_ctl.c
2418 ____________________________________________________________________________
2419 [ 26499] By: nicholas                              on 2005/12/27  00:29:33
2420         Log: Removing MAKE_JOBS_FIFO from %ENV causes FreeBSD make to forget about
2421              any -j flags. (And their implied disabling of backwards compatibility,
2422              which is the real cause of the make disttest failure).
2423      Branch: perl
2424            ! lib/ExtUtils/t/basic.t
2425 ____________________________________________________________________________
2426 [ 26498] By: nicholas                              on 2005/12/26  23:52:44
2427         Log: tabs, not spaces, in MANIFEST. No, I can't remember why this is.
2428              Or whether it could be relaxed.
2429      Branch: perl
2430            ! MANIFEST
2431 ____________________________________________________________________________
2432 [ 26497] By: nicholas                              on 2005/12/26  23:50:14
2433         Log: Remove the hard wired test numbers in the generated test script for
2434              simple tests. Use this script twice, firstly for testing the old style
2435              autoloaded constants, then for testing the ProxySubs.
2436              Make testing the dogfood/regeneration code optional, as the ProxySubs
2437              output doesn't contain it.
2438      Branch: perl
2439            ! lib/ExtUtils/t/Constant.t
2440 ____________________________________________________________________________
2441 [ 26496] By: nicholas                              on 2005/12/26  23:48:00
2442         Log: Support type UNDEF, and correct a bug in the macro generation by using
2443              macro_from_item.
2444      Branch: perl
2445            ! lib/ExtUtils/Constant/ProxySubs.pm
2446 ____________________________________________________________________________
2447 [ 26495] By: nicholas                              on 2005/12/26  23:47:01
2448         Log: Add method macro_from_item to encapsulate the entire logic for getting
2449              the correct macro direct from the item hash.
2450      Branch: perl
2451            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
2452 ____________________________________________________________________________
2453 [ 26494] By: nicholas                              on 2005/12/26  23:10:53
2454         Log: Don't try to store PL_sv_undef in pads. (For now)
2455      Branch: perl
2456            ! op.c
2457 ____________________________________________________________________________
2458 [ 26493] By: stevep                                on 2005/12/26  22:01:49
2459         Log: Upgrade to CPAN-1.80_56
2460      Branch: perl
2461            + lib/CPAN/Debug.pm lib/CPAN/HandleConfig.pm lib/CPAN/Tarzip.pm
2462            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/SIGNATURE
2463            ! lib/CPAN/bin/cpan
2464 ____________________________________________________________________________
2465 [ 26492] By: stevep                                on 2005/12/26  17:29:13
2466         Log: In this, the last tale of the NGROUPS saga, a former pumpking prods
2467              a mere committer to remove the last of the NGROUPS-sized arrays...
2468              
2469              Perl_magic_set() was using the last of these arrays to do the 
2470              lvalue work on $).  Instead of an array, a pointer is used and 
2471              re-sized as needed.  
2472      Branch: perl
2473            ! mg.c
2474 ____________________________________________________________________________
2475 [ 26491] By: nicholas                              on 2005/12/26  17:01:35
2476         Log: Add a couple of newlines for tidier regen output, consistent with the
2477              code generated by WriteConstants()
2478      Branch: perl
2479            ! lib/ExtUtils/Constant/XS.pm
2480 ____________________________________________________________________________
2481 [ 26490] By: nicholas                              on 2005/12/26  16:13:57
2482         Log: Add C_FH and XS_FH arguments to ExtUtils::Constant::WriteConstants,
2483              to allow the caller to pass in file handles. Use this in Contant.t
2484              with tied file handles to capture the output, rather than calling
2485              the lower level routines directly.
2486      Branch: perl
2487            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
2488 ____________________________________________________________________________
2489 [ 26489] By: stevep                                on 2005/12/26  16:08:49
2490         Log: Subject: chg 26486 removes last use of NGROUPS, so remove the macro-def
2491              From: Jim Cromie <jim.cromie@gmail.com>
2492              Date: Mon, 26 Dec 2005 07:57:51 -0700
2493              Message-ID: <43B004EF.8060500@gmail.com>
2494      Branch: perl
2495            ! doio.c
2496 ____________________________________________________________________________
2497 [ 26488] By: nicholas                              on 2005/12/26  12:48:10
2498         Log: The values for proxy constant subroutines need to be read only.
2499      Branch: perl
2500            ! lib/ExtUtils/Constant/ProxySubs.pm
2501 ____________________________________________________________________________
2502 [ 26487] By: nicholas                              on 2005/12/26  12:31:01
2503         Log: Rework constant.pm to take advantage of the space savings of proxy
2504              constant subroutines whenever it can.
2505      Branch: perl
2506            ! lib/constant.pm
2507 ____________________________________________________________________________
2508 [ 26486] By: stevep                                on 2005/12/26  03:51:24
2509         Log: Obviously, Perl_ingroup() is also using 256k of stack memory on Linux.
2510              Adapt change #26480 to reduce memory usage here as well.
2511      Branch: perl
2512            ! doio.c
2513 ____________________________________________________________________________
2514 [ 26485] By: nicholas                              on 2005/12/24  16:27:28
2515         Log: The value from caller doesn't change, so my $pkg = caller;
2516              should be moved out of the loop.
2517      Branch: perl
2518            ! lib/constant.pm
2519 ____________________________________________________________________________
2520 [ 26484] By: nicholas                              on 2005/12/24  16:06:10
2521         Log: Tests for creating constants where prototypes or other symbols of the
2522              same name already exist.
2523      Branch: perl
2524            ! lib/constant.t
2525 ____________________________________________________________________________
2526 [ 26483] By: nicholas                              on 2005/12/24  15:09:28
2527         Log: Using a hash reference rather than a hash can save a hash copy.
2528      Branch: perl
2529            ! lib/constant.pm
2530 ____________________________________________________________________________
2531 [ 26482] By: nicholas                              on 2005/12/24  14:48:42
2532         Log: Unless the peephole optimiser already knows that we're in void context,
2533              avoid even attempting the whole proxy constant sub copying
2534              optimisation.
2535      Branch: perl
2536            ! op.c
2537 ____________________________________________________________________________
2538 [ 26481] By: nicholas                              on 2005/12/24  14:09:56
2539         Log: Given that IO::Socket is documented as exporting all of Socket's
2540              exports, there's no need for IO::Socket::INET or IO::Socket::UNIX to
2541              use both. (And re-exporting removes some of the efficiency of the new
2542              constants implementation)
2543      Branch: perl
2544            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
2545 ____________________________________________________________________________
2546 [ 26480] By: stevep                                on 2005/12/24  03:30:02
2547         Log: Subject: Re: [perl #37907] Perl_magic_get reqires ridiculous amounts of stackmemory
2548              From: Jim Cromie <jim.cromie@gmail.com>
2549              Date: Fri, 23 Dec 2005 13:24:29 -0700
2550              Message-ID: <43AC5CFD.3060200@gmail.com>
2551              
2552              Includes a change in variable names from "j" to "num_groups".
2553      Branch: perl
2554            ! mg.c
2555 ____________________________________________________________________________
2556 [ 26479] By: nicholas                              on 2005/12/24  00:01:50
2557         Log: Looks like the macro CLK_TCK is not actually a constant on Solaris.
2558      Branch: perl
2559            ! ext/POSIX/Makefile.PL
2560 ____________________________________________________________________________
2561 [ 26478] By: nicholas                              on 2005/12/23  17:30:19
2562         Log: For PERL_TRACK_MEMPOOL with PERL_POISON, Poison the end of any block
2563              being shrunk in realloc()
2564      Branch: perl
2565            ! util.c
2566 ____________________________________________________________________________
2567 [ 26477] By: nicholas                              on 2005/12/23  17:24:44
2568         Log: For the rare case of EMFILE during require, save object code space
2569              by using newSVpvf
2570              (Would it be worth using it for all require failures?)
2571      Branch: perl
2572            ! pp_ctl.c
2573 ____________________________________________________________________________
2574 [ 26476] By: nicholas                              on 2005/12/23  16:55:35
2575         Log: If PERL_TRACK_MEMPOOL and PERL_POISON are in use, then scribble all
2576              over memory to invalidate it just before free()ing it.
2577      Branch: perl
2578            ! perl.h util.c
2579 ____________________________________________________________________________
2580 [ 26475] By: nicholas                              on 2005/12/23  16:20:53
2581         Log: Provide support for types PVN and UNDEF in
2582              ExtUtils::Constant::ProxySubs
2583      Branch: perl
2584            ! lib/ExtUtils/Constant/ProxySubs.pm
2585 ____________________________________________________________________________
2586 [ 26474] By: nicholas                              on 2005/12/23  15:27:10
2587         Log: Create a struct to use as the header with PERL_TRACK_MEMPOOL, so that
2588              other information can be stored in it.
2589      Branch: perl
2590            ! perl.h util.c
2591 ____________________________________________________________________________
2592 [ 26473] By: nicholas                              on 2005/12/23  13:54:37
2593         Log: ExtUtils::ParseXS needs to stack $filepathname to make #line directives
2594              in #INCLUDEs work.
2595      Branch: perl
2596            ! lib/ExtUtils/ParseXS.pm
2597 ____________________________________________________________________________
2598 [ 26472] By: nicholas                              on 2005/12/23  12:21:19
2599         Log: Add support for PV to ExtUtils::Constant::ProxySubs, and enable its
2600              use in Sys::Syslog
2601      Branch: perl
2602            ! ext/Sys/Syslog/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
2603 ____________________________________________________________________________
2604 [ 26471] By: nicholas                              on 2005/12/23  12:01:29
2605         Log: inlining autoloaded constants is TODOne.
2606      Branch: perl
2607            ! pod/perltodo.pod
2608 ____________________________________________________________________________
2609 [ 26470] By: nicholas                              on 2005/12/23  11:36:43
2610         Log: Now that proxy subroutines can be unproxied in 2 places without
2611              becoming the same newCONSTSUB, need an explicit check to avoid a
2612              warning about subroutines being redefined, as there has never been
2613              a warning when you assing the same subroutine to a glob's GvCV()
2614      Branch: perl
2615            ! sv.c t/op/gv.t
2616 ____________________________________________________________________________
2617 [ 26469] By: nicholas                              on 2005/12/23  11:35:21
2618         Log: like and unlike weren't reporting failure where correctly in test.pl
2619      Branch: perl
2620            ! t/test.pl
2621 ____________________________________________________________________________
2622 [ 26468] By: rgs                                   on 2005/12/23  11:06:34
2623         Log: Fix build of Compress::Zlib on MVS (by Paul Marquess)
2624      Branch: perl
2625            ! ext/Compress/Zlib/zlib-src/zconf.h
2626 ____________________________________________________________________________
2627 [ 26467] By: rgs                                   on 2005/12/23  10:13:30
2628         Log: Clarify example of .. in perlop
2629              to fix [perl #38008] Documentation bug: perlop
2630              plus some minor formatting nits
2631      Branch: perl
2632            ! pod/perlop.pod
2633 ____________________________________________________________________________
2634 [ 26466] By: rgs                                   on 2005/12/23  09:21:09
2635         Log: Subject: [REPATCH lib/UNIVERSAL.pm] Recommend Against Using Methods as Functions
2636              From: chromatic <chromatic@wgz.org>
2637              Date: Dec 22, 2005 8:58 PM
2638              Message-Id: <200512221158.54474.chromatic@wgz.org>
2639      Branch: perl
2640            ! lib/UNIVERSAL.pm
2641 ____________________________________________________________________________
2642 [ 26465] By: nicholas                              on 2005/12/23  01:38:01
2643         Log: Need to be more careful with the symbol table manipulation - if there
2644              is already an entry in place, back off and generate a real constant
2645              subroutine. (fixes lib/Net/hostent.t failure)
2646              Fix a bug with how hv_store was being called.
2647      Branch: perl
2648            ! lib/ExtUtils/Constant/ProxySubs.pm
2649 ____________________________________________________________________________
2650 [ 26464] By: nicholas                              on 2005/12/23  01:09:05
2651         Log: SIGRTMAX, SIGRTMIN, LDBL_MAX, LDBL_MIN, LDBL_EPSILON and HUGE_VAL
2652              aren't constants on (at least some) Linux.
2653              And more evil than that, HUGE_VAL likes to use the C preprocessor
2654              in its value, necessitating use of a temporary.
2655      Branch: perl
2656            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
2657 ____________________________________________________________________________
2658 [ 26463] By: nicholas                              on 2005/12/23  00:37:04
2659         Log: Use inlineable proxy constant subs for Socket
2660      Branch: perl
2661            ! ext/Socket/Makefile.PL lib/ExtUtils/Constant/ProxySubs.pm
2662 ____________________________________________________________________________
2663 [ 26462] By: stevep                                on 2005/12/23  00:28:54
2664         Log: ctime_r() and asctime_r() seem to have some problems before HP-UX 11.
2665      Branch: perl
2666            ! hints/hpux.sh
2667 ____________________________________________________________________________
2668 [ 26461] By: nicholas                              on 2005/12/23  00:27:50
2669         Log: Subject: [PATCH] Speed up Perl_sv_derived_from
2670              From: Andy Lester <andy@petdance.com>
2671              Message-ID: <20051222220044.GH4370@petdance.com>
2672              Date: Thu, 22 Dec 2005 16:00:44 -0600
2673      Branch: perl
2674            ! universal.c
2675 ____________________________________________________________________________
2676 [ 26460] By: nicholas                              on 2005/12/23  00:18:49
2677         Log: Create a sub LC_ALL with the correct prototype.
2678      Branch: perl
2679            ! lib/locale.t
2680 ____________________________________________________________________________
2681 [ 26459] By: nicholas                              on 2005/12/23  00:18:27
2682         Log: De-duplicate the items in @EXPORT. (@EXPORT is built from all the tags,
2683              and some constants are mentioned in multiple tags).
2684              Should this logic be in Exporter::Heavy?
2685      Branch: perl
2686            ! ext/POSIX/POSIX.pm
2687 ____________________________________________________________________________
2688 [ 26458] By: stevep                                on 2005/12/23  00:10:25
2689         Log: Make hostname.t deal with undefined or blank hostnames and domain 
2690              names.
2691      Branch: perl
2692            ! lib/Net/t/hostname.t
2693 ____________________________________________________________________________
2694 [ 26457] By: stevep                                on 2005/12/23  00:06:58
2695         Log: Fix for pod2man() in ExtUtils::Command::MM to work with 
2696              the Pod::Man 2.04.
2697      Branch: perl
2698            ! lib/ExtUtils/Command/MM.pm
2699 ____________________________________________________________________________
2700 [ 26456] By: nicholas                              on 2005/12/23  00:06:52
2701         Log: Subject: [PATCH] Speedup (rn|n)?instr
2702              From: Andy Lester <andy@petdance.com>
2703              Message-ID: <20051222223839.GI4370@petdance.com>
2704              Date: Thu, 22 Dec 2005 16:38:39 -0600
2705      Branch: perl
2706            ! util.c
2707 ____________________________________________________________________________
2708 [ 26455] By: nicholas                              on 2005/12/22  23:57:27
2709         Log: Use inlineable proxy constant subs for POSIX.
2710              There may be trouble ahead, as it seems that not all POSIX "constants"
2711              are. I wonder if too many systems are going to have too many
2712              variations to make this viable.
2713      Branch: perl
2714            ! ext/POSIX/Makefile.PL lib/ExtUtils/Constant/Base.pm
2715            ! lib/ExtUtils/Constant/ProxySubs.pm
2716 ____________________________________________________________________________
2717 [ 26454] By: nicholas                              on 2005/12/22  23:43:22
2718         Log: Missing ; in Tie::File
2719      Branch: perl
2720            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
2721 ____________________________________________________________________________
2722 [ 26453] By: nicholas                              on 2005/12/22  21:02:19
2723         Log: Make ExtUtils::Constant generate the inlineable proxy constant subs.
2724              So far just enough to make Fcntl work.
2725      Branch: perl
2726            + lib/ExtUtils/Constant/ProxySubs.pm
2727            ! MANIFEST ext/Fcntl/Makefile.PL lib/ExtUtils/Constant.pm
2728 ____________________________________________________________________________
2729 [ 26452] By: rgs                                   on 2005/12/22  19:37:42
2730         Log: Compilation help for EBCDIC platforms, from Jarkko,
2731              tested by Rajarshi Das
2732      Branch: perl
2733            ! utf8.h
2734 ____________________________________________________________________________
2735 [ 26451] By: nicholas                              on 2005/12/22  19:00:52
2736         Log: Break out the code to generate #ifdef/#endif into new methods
2737              macro_to_ifdef and macro_to_endif
2738              Add an args hashref to normalise_items; provide a
2739              disable_utf8_duplication argument to disable the utf8 duplication code.
2740      Branch: perl
2741            ! lib/ExtUtils/Constant/Base.pm
2742 ____________________________________________________________________________
2743 [ 26450] By: rgs                                   on 2005/12/22  17:09:59
2744         Log: Subject: [PATCH] Ho! Ho! Ho!  Santa brings consting!
2745              From: Andy Lester <andy@petdance.com>
2746              Date: Thu, 22 Dec 2005 10:57:17 -0600
2747              Message-ID: <20051222165717.GA2874@petdance.com>
2748      Branch: perl
2749            ! dump.c embed.fnc embed.h gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c
2750            ! pp_sys.c proto.h regcomp.c sv.c toke.c universal.c
2751 ____________________________________________________________________________
2752 [ 26449] By: nicholas                              on 2005/12/22  17:01:33
2753         Log: Break out the item normalisation code into a method normalise_items.
2754      Branch: perl
2755            ! lib/ExtUtils/Constant/Base.pm
2756 ____________________________________________________________________________
2757 [ 26448] By: nicholas                              on 2005/12/22  15:43:20
2758         Log: Regression tests for proxy subroutine glob assignment.
2759              Fix a bug (it turns out that a typeglob isn't SvOK())
2760              Remove stray debugging code.
2761      Branch: perl
2762            ! pp_hot.c t/op/gv.t
2763 ____________________________________________________________________________
2764 [ 26447] By: rgs                                   on 2005/12/22  14:55:52
2765         Log: Subject: [PATCH] eliminate HINT_HH_FOR_EVAL
2766              From: Robin Houston <robin@cpan.org>
2767              Date: Thu, 22 Dec 2005 11:54:55 +0000
2768              Message-ID: <20051222115455.GB30301@rpc142.cs.man.ac.uk>
2769      Branch: perl
2770            ! lib/feature.pm lib/overload.pm lib/sort.pm op.c perl.h
2771            ! t/comp/hints.t
2772 ____________________________________________________________________________
2773 [ 26446] By: nicholas                              on 2005/12/22  11:23:34
2774         Log: Add an optimisation to allow proxy constant subroutines to be copied
2775              as proxy constant subroutines in a new symbol table where possible.
2776              (Rather than converting them to full blown constant subroutines and
2777              instantiating 2 typeglobs)
2778      Branch: perl
2779            ! ext/B/t/concise-xs.t gv.c gv.h op.c op.h pp.c pp_hot.c sv.c
2780 ____________________________________________________________________________
2781 [ 26445] By: rgs                                   on 2005/12/22  11:13:25
2782         Log: Regenerate Changes
2783      Branch: perl
2784            ! Changes
2785 ____________________________________________________________________________
2786 [ 26444] By: gisle                                 on 2005/12/22  10:42:36
2787         Log: Remove unused variable 'stash' since change 26437.
2788      Branch: perl
2789            ! pp_hot.c
2790 ____________________________________________________________________________
2791 [ 26443] By: rgs                                   on 2005/12/22  10:32:17
2792         Log: Regenerate perlapi.pod.
2793              Fix indentation of code examples in perlsyn.
2794      Branch: perl
2795            ! pod/perlapi.pod pod/perlsyn.pod
2796 ____________________________________________________________________________
2797 [ 26442] By: rgs                                   on 2005/12/22  10:10:04
2798         Log: Subject: [PATCH] switch / ~~ doccos
2799              From: Robin Houston <robin@cpan.org>
2800              Date: Wed, 21 Dec 2005 13:51:18 +0000
2801              Message-ID: <20051221135118.GC26527@rpc142.cs.man.ac.uk>
2802      Branch: perl
2803            ! pod/perlsyn.pod
2804 ____________________________________________________________________________
2805 [ 26441] By: merijn                                on 2005/12/22  07:02:37
2806         Log: Subject: [PATCH] wrong setting in canned win32/config.vc64 file
2807              From: "Jan Dubois" <jand@ActiveState.com>
2808              Date: Wed, 21 Dec 2005 15:04:30 -0800
2809              Message-ID: <06c701c60682$e650adc0$d563a8c0@candy>
2810      Branch: perl
2811            ! win32/config.vc64
2812 ____________________________________________________________________________
2813 [ 26440] By: stevep                                on 2005/12/22  03:08:59
2814         Log: Add documentation for method domainname() in Net::Domain.  Add some
2815              additional tests for Net::Domain.  Also, since it is tested, remove 
2816              test case from lib/1_compile.t.  One step closer to $500.
2817      Branch: perl
2818            ! lib/Net/Domain.pm lib/Net/t/hostname.t t/lib/1_compile.t
2819 ____________________________________________________________________________
2820 [ 26439] By: nicholas                              on 2005/12/21  22:40:04
2821         Log: Avoid negating an unsigned value. (The offset in the SV body table)
2822      Branch: perl
2823            ! sv.c
2824 ____________________________________________________________________________
2825 [ 26438] By: nicholas                              on 2005/12/21  21:20:23
2826         Log: For consistency sv_2cv should not leave the stash pointer uninitialised
2827              for some cases. Although it seems that only pp_sort pays any attention
2828              to it, of all the code on CPAN.
2829      Branch: perl
2830            ! sv.c
2831 ____________________________________________________________________________
2832 [ 26437] By: nicholas                              on 2005/12/21  20:38:42
2833         Log: Localise the stash variable in pp_entersub().
2834      Branch: perl
2835            ! pp_hot.c
2836 ____________________________________________________________________________
2837 [ 26436] By: nicholas                              on 2005/12/21  19:37:48
2838         Log: Undo my goto spaghetti from change 18340 - what we really need are
2839              hints to compilers about likey/unlikely branches.
2840      Branch: perl
2841            ! pp_hot.c
2842 ____________________________________________________________________________
2843 [ 26435] By: stevep                                on 2005/12/21  19:04:37
2844         Log: Add tests for untested math functions in POSIX
2845      Branch: perl
2846            + ext/POSIX/t/math.t
2847            ! MANIFEST
2848 ____________________________________________________________________________
2849 [ 26434] By: nicholas                              on 2005/12/21  18:34:03
2850         Log: The lref argument of sv_2cv is actually passed onwards to gv_fetchsv,
2851              so it is a bitmap of flag bits rather than simple TRUE/FALSE.
2852      Branch: perl
2853            ! mg.c pp.c pp_hot.c sv.c
2854 ____________________________________________________________________________
2855 [ 26433] By: rgs                                   on 2005/12/21  17:07:05
2856         Log: Remove switch from perltodo
2857      Branch: perl
2858            ! pod/perltodo.pod
2859 ____________________________________________________________________________
2860 [ 26432] By: rgs                                   on 2005/12/21  16:16:19
2861         Log: Subject: [PATCH] Feature bundle is now :5.10, and add -E switch
2862              From: Robin Houston <robin@cpan.org>
2863              Date: Wed, 21 Dec 2005 11:00:08 +0000
2864              Message-ID: <20051221110008.GB25877@rpc142.cs.man.ac.uk>
2865      Branch: perl
2866            + t/lib/feature/err
2867            ! MANIFEST embedvar.h global.sym intrpvar.h lib/feature.pm
2868            ! perl.c perl_keyword.pl perlapi.h pod/perlop.pod
2869            ! pod/perlrun.pod sv.c t/lib/feature/nonesuch t/lib/warnings/op
2870            ! t/op/dor.t t/run/switches.t toke.c
2871 ____________________________________________________________________________
2872 [ 26431] By: rgs                                   on 2005/12/21  11:12:32
2873         Log: Fix for [perl #37999] lc() + Latin-1 chars is failing erratically
2874              based on copying part of change #22196 from do_chomp() to do_chop().
2875      Branch: perl
2876            ! doop.c
2877 ____________________________________________________________________________
2878 [ 26430] By: rgs                                   on 2005/12/21  09:23:05
2879         Log: Subject: [PATCH] Fix bug in change #26379
2880              From: "Jan Dubois" <jand@ActiveState.com>
2881              Date: Tue, 20 Dec 2005 16:42:24 -0800
2882              Message-ID: <046001c605c7$69470290$d563a8c0@candy>
2883      Branch: perl
2884            ! win32/win32.c
2885 ____________________________________________________________________________
2886 [ 26429] By: nicholas                              on 2005/12/20  23:12:17
2887         Log: rv_2av, rv_2cv and rv_2hv also make use of OPf_SPECIAL, so update the
2888              descriptive comment to include them.
2889      Branch: perl
2890            ! op.h
2891 ____________________________________________________________________________
2892 [ 26428] By: rgs                                   on 2005/12/20  20:50:26
2893         Log: Remove some hardcoded references to ./perl in tests
2894      Branch: perl
2895            ! t/op/closure.t t/op/magic.t t/run/runenv.t
2896 ____________________________________________________________________________
2897 [ 26427] By: nicholas                              on 2005/12/20  20:13:12
2898         Log: Take care in toke.c not to convert constant subroutine reference
2899              proxies into full blow PVGVs with PVCVs, and recognise them and inline
2900              their values. Adds a new function gv_const_sv(gv) to return the value
2901              of the constant subroutine from a GV, and adds a cv parameter to
2902              S_intuit_method.
2903      Branch: perl
2904            ! embed.fnc embed.h gv.c proto.h toke.c
2905 ____________________________________________________________________________
2906 [ 26426] By: merijn                                on 2005/12/20  19:56:58
2907         Log: Small update on using threads on HP-UX 10.20
2908              64bit is far beyond experimental by now
2909      Branch: perl
2910            ! README.hpux
2911 ____________________________________________________________________________
2912 [ 26425] By: nicholas                              on 2005/12/20  19:55:46
2913         Log: Add a GV_NOADD_NOINIT flag to gv_fetch{pv,pvn,sv} that disables
2914              addition of new typeglobs, and also disables initialisation of any
2915              typeglob placeholders. Needed to make the new constant subroutine
2916              proxy references work efficiently.
2917      Branch: perl
2918            ! gv.c gv.h
2919 ____________________________________________________________________________
2920 [ 26424] By: rgs                                   on 2005/12/20  19:37:26
2921         Log: Fix typos in regular expressions
2922      Branch: perl
2923            ! ext/POSIX/t/time.t
2924 ____________________________________________________________________________
2925 [ 26423] By: nicholas                              on 2005/12/20  16:34:27
2926         Log: Get the "cv" from the "gv" once, and be more careful so that we can
2927              cope if either aren't their regular types.
2928              cv_const_sv should verify the type of SV passed, instead of assuming
2929              that it's a viable CV.
2930      Branch: perl
2931            ! op.c toke.c
2932 ____________________________________________________________________________
2933 [ 26422] By: nicholas                              on 2005/12/20  15:11:09
2934         Log: Croak if gv_init doesn't know how to create a typeglob from that type
2935              of referant. Test that ARRAY, HASH, PVIO, CODE and FORMAT croak.
2936              Globs are actually first class assignable objects, so test that you
2937              can create a constant subroutine that returns one.
2938      Branch: perl
2939            ! gv.c pod/perldiag.pod t/op/gv.t
2940 ____________________________________________________________________________
2941 [ 26421] By: rgs                                   on 2005/12/20  14:54:10
2942         Log: POD nits on B::Lint
2943      Branch: perl
2944            ! ext/B/B/Lint.pm
2945 ____________________________________________________________________________
2946 [ 26420] By: rgs                                   on 2005/12/20  14:48:34
2947         Log: Subject: Re: Pluggable lint patch
2948              From: Joshua ben Jore <twists@gmail.com>
2949              Date: Mon, 19 Dec 2005 09:22:04 -0600
2950              Message-ID: <dc5c751d0512190722s1e73ef88l5ae82bd7aa075c51@mail.gmail.com>
2951      Branch: perl
2952            ! ext/B/B/Lint.pm ext/B/t/lint.t
2953 ____________________________________________________________________________
2954 [ 26419] By: gisle                                 on 2005/12/20  14:39:22
2955         Log: Make perlivp skip the *.ph tests by default, since these
2956              files are normally not generated.
2957              The -a option is now needed for it to run all tests.
2958      Branch: perl
2959            ! utils/perlivp.PL
2960 ____________________________________________________________________________
2961 [ 26418] By: rgs                                   on 2005/12/20  14:24:06
2962         Log: Subject: [TEST PATCH] %^H can now propagate into eval
2963              From: Robin Houston <robin@cpan.org>
2964              Date: Tue, 20 Dec 2005 12:06:15 +0000
2965              Message-ID: <20051220120615.GA21794@rpc142.cs.man.ac.uk>
2966      Branch: perl
2967            ! t/comp/hints.t
2968 ____________________________________________________________________________
2969 [ 26417] By: nicholas                              on 2005/12/20  14:10:39
2970         Log: Verify that the code for initialising typeglobs from other types works.
2971      Branch: perl
2972            ! t/op/gv.t
2973 ____________________________________________________________________________
2974 [ 26416] By: rgs                                   on 2005/12/20  13:55:19
2975         Log: Use PTR2IV instead of casting directly
2976      Branch: perl
2977            ! pp_ctl.c
2978 ____________________________________________________________________________
2979 [ 26415] By: nicholas                              on 2005/12/20  13:39:01
2980         Log: gv_fetchpv, gv_fetchpvn and gv_fetchsv take a bitmask of flags, rather
2981              than a simple boolean, so passing FALSE or TRUE is bogus.
2982      Branch: perl
2983            ! doio.c gv.c mg.c op.c pp.c pp_hot.c pp_sys.c regcomp.c sv.c
2984            ! toke.c universal.c
2985 ____________________________________________________________________________
2986 [ 26414] By: nicholas                              on 2005/12/20  12:51:21
2987         Log: In Perl_yylex, move the declaration of orig_keyword, gv and gvp down to
2988              the block labelled keylookup.
2989      Branch: perl
2990            ! toke.c
2991 ____________________________________________________________________________
2992 [ 26413] By: rgs                                   on 2005/12/20  10:25:01
2993         Log: Subject: [PATCH] make failing cygwin test TODO'd
2994              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
2995              Date: Mon, 19 Dec 2005 03:41:12 -0800
2996              Message-ID: <20051219114112.GA5568@efn.org>
2997      Branch: perl
2998            ! lib/File/Compare.t
2999 ____________________________________________________________________________
3000 [ 26412] By: nicholas                              on 2005/12/19  23:47:26
3001         Log: In Perl_yylex, make tmp a temporary variable local to the blocks in
3002              which it is used.
3003      Branch: perl
3004            ! toke.c
3005 ____________________________________________________________________________
3006 [ 26411] By: nicholas                              on 2005/12/19  22:38:54
3007         Log: Assert that orig_keyword, gv and gvp aren't used before the main
3008              keyword parser of Perl_yylex.
3009      Branch: perl
3010            ! toke.c
3011 ____________________________________________________________________________
3012 [ 26410] By: davem                                 on 2005/12/19  22:07:49
3013         Log: //g loops infinitely on tainted data
3014              make the LHS of expr =~ /foo/g an lvalue, so that any pos magic
3015              attached to it stays attached.
3016      Branch: perl
3017            ! op.c t/op/taint.t
3018 ____________________________________________________________________________
3019 [ 26409] By: nicholas                              on 2005/12/19  20:57:40
3020         Log: Make gv_init recognise a reference-to-something in a symbol table as
3021              meaning a constant subroutine with that thing as it value
3022      Branch: perl
3023            ! gv.c
3024 ____________________________________________________________________________
3025 [ 26408] By: rgs                                   on 2005/12/19  19:27:09
3026         Log: Fix internal broken link ; reindent code examples
3027      Branch: perl
3028            ! pod/perlsyn.pod
3029 ____________________________________________________________________________
3030 [ 26407] By: rgs                                   on 2005/12/19  19:21:47
3031         Log: Fix typo.
3032              Add empty lines after =items.
3033      Branch: perl
3034            ! pod/perldiag.pod
3035 ____________________________________________________________________________
3036 [ 26406] By: rgs                                   on 2005/12/19  19:18:48
3037         Log: A note on say() and ORS grabbed from Damian's Perl6::Say.
3038      Branch: perl
3039            ! pod/perlfunc.pod
3040 ____________________________________________________________________________
3041 [ 26405] By: rgs                                   on 2005/12/19  18:43:04
3042         Log: Attempt at making IO::Handle backwards compatible again
3043      Branch: perl
3044            ! ext/IO/lib/IO/Handle.pm
3045 ____________________________________________________________________________
3046 [ 26404] By: nicholas                              on 2005/12/19  18:28:03
3047         Log: Make sv_dump (and therefore Devel::Peek) report the value of the
3048              constant in inlineable constant subroutines.
3049      Branch: perl
3050            ! dump.c ext/Devel/Peek/t/Peek.t
3051 ____________________________________________________________________________
3052 [ 26403] By: rgs                                   on 2005/12/19  18:20:48
3053         Log: sort.pm deserves a new version number
3054      Branch: perl
3055            ! lib/sort.pm
3056 ____________________________________________________________________________
3057 [ 26402] By: rgs                                   on 2005/12/19  18:17:19
3058         Log: Subject: Re: [PATCH] Make the 'sort' pragma lexically scoped
3059              From: Robin Houston <robin@cpan.org>
3060              Date: Dec 19, 2005 6:46 PM
3061              Message-ID: <20051219174620.GA17940@rpc142.cs.man.ac.uk>
3062      Branch: perl
3063            ! embed.fnc embed.h ext/B/B/Concise.pm ext/B/t/concise-xs.t
3064            ! ext/B/t/f_sort.t global.sym lib/feature.pm lib/sort.pm
3065            ! lib/sort.t op.c op.h pod/perlapi.pod pp_sort.c proto.h toke.c
3066 ____________________________________________________________________________
3067 [ 26401] By: rgs                                   on 2005/12/19  16:39:44
3068         Log: Missing file from last change
3069      Branch: perl
3070            + t/lib/common.pl
3071 ____________________________________________________________________________
3072 [ 26400] By: rgs                                   on 2005/12/19  16:26:15
3073         Log: Subject: [PATCH] latest switch/say/~~
3074              From: Robin Houston <robin@cpan.org>
3075              Date: Sat, 17 Dec 2005 20:44:31 +0000
3076              Message-Id: <20051217204431.GB28940@rpc142.cs.man.ac.uk>
3077      Branch: perl
3078            + lib/feature.pm lib/feature.t t/io/say.t t/lib/feature/nonesuch
3079            + t/lib/feature/say t/lib/feature/smartmatch
3080            + t/lib/feature/switch t/op/smartmatch.t t/op/switch.t
3081            ! MANIFEST cop.h embed.fnc embed.h ext/B/B/Deparse.pm
3082            ! ext/B/t/concise-xs.t ext/B/t/f_map.t ext/B/t/optree_samples.t
3083            ! ext/IO/lib/IO/Handle.pm ext/Opcode/Opcode.pm global.sym
3084            ! keywords.h keywords.pl lib/overload.pm lib/warnings.t op.c
3085            ! op.h opcode.h opcode.pl opnames.h perl.h perl_keyword.pl
3086            ! perly.act perly.h perly.tab perly.y pod/perldiag.pod
3087            ! pod/perlfunc.pod pod/perlop.pod pod/perlsyn.pod pp.sym
3088            ! pp_ctl.c pp_proto.h proto.h t/op/cproto.t toke.c
3089 ____________________________________________________________________________
3090 [ 26399] By: rgs                                   on 2005/12/19  09:52:42
3091         Log: Un-TODO a fixed test
3092              
3093              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
3094              From: demerphq <demerphq@gmail.com>
3095              Date: Sat, 17 Dec 2005 17:23:23 +0100
3096              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
3097      Branch: perl
3098            ! t/op/pat.t
3099 ____________________________________________________________________________
3100 [ 26398] By: rgs                                   on 2005/12/19  09:52:03
3101         Log: TODO-SKIP tests must be "not ok", or else the test harness will think
3102              it's an unexpected success
3103              
3104              Subject: Re: Change 26165 broke ext/threads/t/stress_re.t test on Win32 (and patch to t/test.pl and/or Test::Harness)
3105              From: demerphq <demerphq@gmail.com>
3106              Date: Sat, 17 Dec 2005 17:23:23 +0100
3107              Message-ID: <9b18b3110512170823q1bb2cd27h838b4d4dcdba72c9@mail.gmail.com>
3108      Branch: perl
3109            ! t/test.pl
3110 ____________________________________________________________________________
3111 [ 26397] By: rgs                                   on 2005/12/18  10:23:55
3112         Log: Subject: [PATCH] Make script embedded in patchlevel.h work on win32.
3113              From: demerphq <demerphq@gmail.com> Mailed-By: perl.org
3114              Date: Dec 17, 2005 7:52 PM
3115              Message-ID: <9b18b3110512171052h2052d598rdf038f1d38560317@mail.gmail.com>
3116      Branch: perl
3117            ! patchlevel.h
3118 ____________________________________________________________________________
3119 [ 26396] By: craigb                                on 2005/12/18  00:16:42
3120         Log: Two test workarounds for VMS
3121      Branch: perl
3122            ! lib/File/Copy.t t/op/goto.t
3123 ____________________________________________________________________________
3124 [ 26395] By: nicholas                              on 2005/12/17  23:22:31
3125         Log: Add some paranoia to check that GP accesses aren't being done on the
3126              wrong types of SV.
3127      Branch: perl
3128            ! gv.h
3129 ____________________________________________________________________________
3130 [ 26394] By: stevep                                on 2005/12/17  19:21:35
3131         Log: Upgrade to Time-HiRes-1.86
3132      Branch: perl
3133            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3134            ! ext/Time/HiRes/t/HiRes.t
3135 ____________________________________________________________________________
3136 [ 26393] By: nicholas                              on 2005/12/17  18:50:08
3137         Log: Two it's => its grammar fixes.
3138      Branch: perl
3139            ! op.c perl.h
3140 ____________________________________________________________________________
3141 [ 26392] By: nicholas                              on 2005/12/17  18:25:59
3142         Log: Move and const some definitions of variables used to save errno.
3143      Branch: perl
3144            ! doio.c perlio.c
3145 ____________________________________________________________________________
3146 [ 26391] By: nicholas                              on 2005/12/17  17:46:06
3147         Log: Add t/op/negate.t to MANIFEST.
3148      Branch: perl
3149            ! MANIFEST
3150 ____________________________________________________________________________
3151 [ 26390] By: nicholas                              on 2005/12/17  17:40:44
3152         Log: Pull the definition of olderrno in sv_2pv_flags into the block where
3153              it's used.
3154      Branch: perl
3155            ! sv.c
3156 ____________________________________________________________________________
3157 [ 26389] By: stevep                                on 2005/12/17  15:47:39
3158         Log: Subject: [PATCH] Correct typo in Time::HiRes tests introduced by patch 26383
3159              From: Dominic Dunlop <shouldbedomo@mac.com>
3160              Date: Sat, 17 Dec 2005 15:57:54 +0100
3161              Message-Id: <B364C747-F2BB-446F-887E-06EA2989888C@mac.com>
3162      Branch: perl
3163            ! ext/Time/HiRes/t/HiRes.t
3164 ____________________________________________________________________________
3165 [ 26388] By: stevep                                on 2005/12/17  15:41:38
3166         Log: Fix a typo and add some clarification to change #26387.
3167      Branch: perl
3168            ! pod/perlop.pod
3169 ____________________________________________________________________________
3170 [ 26387] By: stevep                                on 2005/12/17  15:35:45
3171         Log: Addition documentation explaining aritmetic negation on strings.  Also,
3172              additional test cases based partially on code by Piotr Fusik in 
3173              RT #36675: -'-10' eq '+10'.
3174      Branch: perl
3175            + t/op/negate.t
3176            ! pod/perlop.pod
3177 ____________________________________________________________________________
3178 [ 26386] By: nicholas                              on 2005/12/17  12:00:51
3179         Log: The IV/UV choice can be made inside uiv_2buf rather than sv_2pv_flags.
3180      Branch: perl
3181            ! sv.c
3182 ____________________________________________________________________________
3183 [ 26385] By: nicholas                              on 2005/12/17  11:44:47
3184         Log: The THINKFIRST check after the GMAGICAL check in sv_2iv_flags and
3185              sv_2uv_flags should have been else if.
3186      Branch: perl
3187            ! sv.c
3188 ____________________________________________________________________________
3189 [ 26384] By: stevep                                on 2005/12/17  04:03:05
3190         Log: Fix for ext/POSIX/t/time.t so the strftime() test works on systems
3191              that aren't quite up to SUS3.  Based on a patch by David Dyck in
3192              RT #37960: POSIX/t/time fails bleadperl
3193      Branch: perl
3194            ! ext/POSIX/t/time.t
3195 ____________________________________________________________________________
3196 [ 26383] By: stevep                                on 2005/12/17  01:46:58
3197         Log: Upgrade to Time-HiRes-1.85
3198      Branch: perl
3199            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
3200            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
3201            ! ext/Time/HiRes/fallback/const-c.inc
3202            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
3203 ____________________________________________________________________________
3204 [ 26382] By: nicholas                              on 2005/12/16  22:41:01
3205         Log: Typo fixes from Robin Houston in
3206              <20051216201446.GA24709@rpc142.cs.man.ac.uk>
3207      Branch: perl
3208            ! sv.h
3209 ____________________________________________________________________________
3210 [ 26381] By: nicholas                              on 2005/12/16  21:54:13
3211         Log: s/Nullhv/NULL/g;
3212              # Although I see that Robin is proposing to add some :-)
3213      Branch: perl
3214            ! cop.h ext/Data/Dumper/Dumper.xs ext/DynaLoader/dlutils.c gv.c
3215            ! op.c op.h pad.c perl.c sv.c toke.c universal.c xsutils.c
3216 ____________________________________________________________________________
3217 [ 26380] By: nicholas                              on 2005/12/16  21:30:34
3218         Log: s/Nullav/NULL/g
3219      Branch: perl
3220            ! cop.h ext/Data/Dumper/Dumper.xs gv.c intrpvar.h pad.c perl.c
3221            ! pp.c pp_ctl.c pp_sort.c scope.c sv.c
3222 ____________________________________________________________________________
3223 [ 26379] By: rgs                                   on 2005/12/16  21:13:37
3224         Log: Subject: [PATCH] RE: PeekMessage() call in win32\win32.c win32_async_check
3225              From: Jan Dubois <jand@activestate.com>
3226              Date: Dec 16, 2005 7:12 AM
3227              Message-ID: <015901c60207$abd64210$d563a8c0@candy>
3228              
3229              (Without the proposed alarm.t test)
3230      Branch: perl
3231            ! t/op/fork.t win32/perlhost.h win32/win32.c win32/win32.h
3232 ____________________________________________________________________________
3233 [ 26378] By: nicholas                              on 2005/12/16  18:12:26
3234         Log: Perl_sv_dup should be allocating bodies based on *size*, not the
3235              length to copy.
3236      Branch: perl
3237            ! sv.c
3238 ____________________________________________________________________________
3239 [ 26377] By: nicholas                              on 2005/12/16  15:55:51
3240         Log: comp/require.t exits early for the case of UTF-8 or EBCDIC, so need to
3241              add "new" tests before the end.
3242      Branch: perl
3243            ! t/comp/require.t
3244 ____________________________________________________________________________
3245 [ 26376] By: davem                                 on 2005/12/15  22:03:57
3246         Log: change #26373 broke threaded builds (aTHX_ now superfluous)
3247      Branch: perl
3248            ! pp_ctl.c
3249 ____________________________________________________________________________
3250 [ 26375] By: stevep                                on 2005/12/15  18:16:20
3251         Log: Added test for change #26373.
3252      Branch: perl
3253            ! t/comp/require.t
3254 ____________________________________________________________________________
3255 [ 26374] By: rgs                                   on 2005/12/15  18:00:34
3256         Log: Fix for [perl #37886] strict 'refs' doesn't apply inside defined
3257      Branch: perl
3258            ! pod/perl593delta.pod pp.c t/lib/strict/refs
3259 ____________________________________________________________________________
3260 [ 26373] By: stevep                                on 2005/12/15  17:48:42
3261         Log: Prevent require() from attempting to open directories and block 
3262              devices.  This fixes RT #24404.
3263      Branch: perl
3264            ! embed.fnc embed.h pp_ctl.c proto.h
3265 ____________________________________________________________________________
3266 [ 26372] By: nicholas                              on 2005/12/15  17:26:52
3267         Log: Use PL_op_desc rather than literal strings in pp_ioctl
3268      Branch: perl
3269            ! pp_sys.c
3270 ____________________________________________________________________________
3271 [ 26371] By: nicholas                              on 2005/12/15  17:26:22
3272         Log: Expand the comment describing the intent of change 26370, and how it
3273              relates to change 24660.
3274      Branch: perl
3275            ! toke.c
3276 ____________________________________________________________________________
3277 [ 26370] By: rgs                                   on 2005/12/15  17:12:01
3278         Log: Don't autovivify stashes as soon as the lexer sees them.
3279              This makes defined %foo::bar:: work again.
3280              Add tests for it, remove note in perldelta about having broken it.
3281      Branch: perl
3282            ! pod/perl593delta.pod t/op/stash.t toke.c
3283 ____________________________________________________________________________
3284 [ 26369] By: nicholas                              on 2005/12/15  16:24:21
3285         Log: In Perl_apply, the name of the op can be found from PL_op_name, instead
3286              of using local string constants.
3287      Branch: perl
3288            ! doio.c
3289 ____________________________________________________________________________
3290 [ 26368] By: rgs                                   on 2005/12/15  15:11:15
3291         Log: More general fix for bug [perl #37915]
3292              Make Net::Ping::mselect return undef on error instead of -1.
3293      Branch: perl
3294            ! lib/Net/Ping.pm
3295 ____________________________________________________________________________
3296 [ 26367] By: rgs                                   on 2005/12/15  14:44:51
3297         Log: Subject: [perl #37915] Bad select error handling in Net::Ping 
3298              From: alexander_bluhm@genua.de (via RT) <perlbug-followup@perl.org>
3299              Date: Tue, 13 Dec 2005 10:44:47 -0800
3300              Message-ID: <rt-3.0.11-37915-125655.19.2646201463531@perl.org>
3301      Branch: perl
3302            ! lib/Net/Ping.pm
3303 ____________________________________________________________________________
3304 [ 26366] By: gisle                                 on 2005/12/15  12:34:12
3305         Log: Silence test output to STDERR
3306              because it makes the 'make test' output look ugly.
3307      Branch: perl
3308            ! ext/Sys/Syslog/t/00-load.t
3309 ____________________________________________________________________________
3310 [ 26365] By: gisle                                 on 2005/12/15  10:42:03
3311         Log: Subject: Re: [perl #37897] sprintf of version objects
3312              From: John Peacock <jpeacock@rowman.com>
3313              Date: Wed, 14 Dec 2005 10:12:56 -0500
3314              Message-ID: <43A03678.2060700@rowman.com>
3315              
3316              (with some formatting tweaks and extra test cases)
3317      Branch: perl
3318            ! sv.c t/op/sprintf.t
3319 ____________________________________________________________________________
3320 [ 26364] By: rgs                                   on 2005/12/15  10:04:36
3321         Log: Some cleanups by Jarkko (and one by myself) to check83.pl
3322      Branch: perl
3323            ! Porting/check83.pl
3324 ____________________________________________________________________________
3325 [ 26363] By: craigb                                on 2005/12/15  03:59:21
3326         Log: On VMS, put pods in [.lib.pods] rather than [.lib.pod]
3327              in order to avoid collisions with [.lib.Pod]
3328      Branch: perl
3329            ! configure.com installperl vms/descrip_mms.template
3330 ____________________________________________________________________________
3331 [ 26362] By: stevep                                on 2005/12/15  02:33:11
3332         Log: Reverting change #26360 and #26361 since it appears that the bugs I
3333              thought I fixed had been previously fixed with change #25953.
3334      Branch: perl
3335            ! pp_sort.c
3336 ____________________________________________________________________________
3337 [ 26361] By: stevep                                on 2005/12/15  02:02:25
3338         Log: Again, FREETMPS not SAVETMPS!
3339      Branch: perl
3340            ! pp_sort.c
3341 ____________________________________________________________________________
3342 [ 26360] By: stevep                                on 2005/12/15  02:00:19
3343         Log: Add a missing FREETMPS to match up with a SAVETMPS.  This change
3344              fixes problems with nested sorts.  (RTs #7063 and #36430).
3345      Branch: perl
3346            ! pp_sort.c
3347 ____________________________________________________________________________
3348 [ 26359] By: stevep                                on 2005/12/15  00:36:25
3349         Log: Upgrade to Getopt-Long-2.35
3350      Branch: perl
3351            ! lib/Getopt/Long.pm
3352 ____________________________________________________________________________
3353 [ 26358] By: craigb                                on 2005/12/14  22:03:28
3354         Log: Using the system's utime() requires a patch to vms/vmsish.h
3355              that has not been submitted yet.
3356      Branch: perl
3357            ! vms/vms.c
3358 ____________________________________________________________________________
3359 [ 26357] By: nicholas                              on 2005/12/14  16:41:33
3360         Log: lib/Pod/t/man.t should use TODO with not ok to express its intentions
3361              correctly in TAP. (or alternatively if it really wants to skip, it
3362              needs to print ok)
3363      Branch: perl
3364            ! lib/Pod/t/man.t
3365 ____________________________________________________________________________
3366 [ 26355] By: nicholas                              on 2005/12/14  15:25:39
3367         Log: Duplicate the AMAGIC temporary variable consting from sv_2iv_flags into
3368              sv_2uv_flags, sv_2nv and sv_2pv_flags.
3369      Branch: perl
3370            ! sv.c
3371 ____________________________________________________________________________
3372 [ 26354] By: nicholas                              on 2005/12/14  14:59:18
3373         Log: Simplify the SvGMAGIC code in sv_[ipu]v_flags.
3374      Branch: perl
3375            ! sv.c
3376 ____________________________________________________________________________
3377 [ 26353] By: nicholas                              on 2005/12/14  14:08:24
3378         Log: Simplify the SvGMAGIC code in sv_2nv, removing duplicated checks to
3379              warn for uninitialized values.
3380      Branch: perl
3381            ! sv.c
3382 ____________________________________________________________________________
3383 [ 26352] By: nicholas                              on 2005/12/14  13:22:14
3384         Log: The logic to use SVt_NV or SVt_PVNV is in sv_upgrade, so no need to
3385              dupliate it in sv_2nv. Also, the final sv_upgrade is never called.
3386      Branch: perl
3387            ! sv.c
3388 ____________________________________________________________________________
3389 [ 26351] By: davem                                 on 2005/12/14  12:46:29
3390         Log: forgot to add new file to change #26350
3391      Branch: perl
3392            + ext/threads/shared/t/blessed.t
3393 ____________________________________________________________________________
3394 [ 26350] By: davem                                 on 2005/12/14  12:44:20
3395         Log: Subject:  [perl #37919] Blessed scalar refs with threads::shared 
3396              From:  "Jerry D. Hedden" (via RT) <perlbug-followup@perl.org>
3397              Date:  Tue, 13 Dec 2005 15:11:20 -0800
3398              Message-Id:  <rt-3.0.11-37919-125690.15.3722450337035@perl.org>
3399              
3400              Unlike arrays and hashes, coping blessed refs to shared scalars left
3401              the copy unblessed
3402      Branch: perl
3403            ! MANIFEST ext/threads/shared/shared.xs
3404 ____________________________________________________________________________
3405 [ 26349] By: steveh                                on 2005/12/14  12:41:02
3406         Log: Fix compilation error when building with -DPERL_MEM_LOG_STDERR
3407      Branch: perl
3408            ! util.c
3409 ____________________________________________________________________________
3410 [ 26347] By: nicholas                              on 2005/12/13  22:07:30
3411         Log: Convert range.t to test.pl
3412      Branch: perl
3413            ! t/op/range.t
3414 ____________________________________________________________________________
3415 [ 26346] By: nicholas                              on 2005/12/13  20:05:31
3416         Log: Update embed.fnc and headers after change 26345 (spotted by Rafael)
3417      Branch: perl
3418            ! embed.fnc embed.h proto.h
3419 ____________________________________________________________________________
3420 [ 26345] By: nicholas                              on 2005/12/13  19:44:22
3421         Log: Inline asIV and asUV, as each is only used once, and it distracts from
3422              the patterns of repeated code in sv_2iv_flags, sv_2uv_flags, sv_2nv
3423              and sv_2pv_flags. Add a comment noting the return path from the end of
3424              the SvGMAGICAL case to all 4.
3425      Branch: perl
3426            ! sv.c
3427 ____________________________________________________________________________
3428 [ 26344] By: craigb                                on 2005/12/13  17:27:48
3429         Log: Don't include utime.h in vms.c -- it collides with 
3430              homegroun definitions in vmsish.h.
3431      Branch: perl
3432            ! vms/vms.c
3433 ____________________________________________________________________________
3434 [ 26343] By: rgs                                   on 2005/12/13  14:07:12
3435         Log: Fix realclean target for Sys::Syslog
3436      Branch: perl
3437            ! ext/Sys/Syslog/Makefile.PL
3438 ____________________________________________________________________________
3439 [ 26342] By: gisle                                 on 2005/12/13  13:54:44
3440         Log: Remove tests that were not portable to 64bit ints.
3441      Branch: perl
3442            ! t/op/sprintf2.t
3443 ____________________________________________________________________________
3444 [ 26341] By: stevep                                on 2005/12/13  12:17:57
3445         Log: Renaming of some of Pod::Simple's test files to make it more 8.3 
3446              friendly.
3447      Branch: perl
3448           +> lib/Pod/Simple/t/junk1.pod lib/Pod/Simple/t/junk1_out.txt
3449           +> lib/Pod/Simple/t/junk2.pod lib/Pod/Simple/t/junk2_out.txt
3450           +> lib/Pod/Simple/t/perlcyg.pod lib/Pod/Simple/t/perlcyg_out.txt
3451           +> lib/Pod/Simple/t/perlfaq3.pod
3452           +> lib/Pod/Simple/t/perlfaq3_out.txt lib/Pod/Simple/t/perlvar.pod
3453           +> lib/Pod/Simple/t/perlvar_out.txt
3454            - lib/Pod/Simple/t/test_junk1.pod
3455            - lib/Pod/Simple/t/test_junk1_out.txt
3456            - lib/Pod/Simple/t/test_junk2.pod
3457            - lib/Pod/Simple/t/test_junk2_out.txt
3458            - lib/Pod/Simple/t/test_old_perlcygwin.pod
3459            - lib/Pod/Simple/t/test_old_perlcygwin_out.txt
3460            - lib/Pod/Simple/t/test_old_perlfaq3.pod
3461            - lib/Pod/Simple/t/test_old_perlfaq3_out.txt
3462            - lib/Pod/Simple/t/test_old_perlvar.pod
3463            - lib/Pod/Simple/t/test_old_perlvar_out.txt
3464            ! MANIFEST lib/Pod/Simple/t/render.t
3465 ____________________________________________________________________________
3466 [ 26340] By: stevep                                on 2005/12/13  11:54:54
3467         Log: Changes to Pod::Simple's tests to get rid of the "^"s in the 
3468              directory names.
3469      Branch: perl
3470            + lib/Pod/Simple/t/other_test_lib/Sizzlesuzzle.pm
3471            + lib/Pod/Simple/t/other_test_lib/hink_honk/Glunk.pod
3472            + lib/Pod/Simple/t/other_test_lib/hink_honk/Vliff.pm
3473            + lib/Pod/Simple/t/other_test_lib/hink_honk/readme.txt
3474            + lib/Pod/Simple/t/other_test_lib/pod/perlthang.pod
3475            + lib/Pod/Simple/t/other_test_lib/pod/perlzuk.pod
3476            + lib/Pod/Simple/t/other_test_lib/squaa/Vliff.pm
3477            + lib/Pod/Simple/t/other_test_lib/squaa/Wowo.pod
3478            + lib/Pod/Simple/t/test_lib/Blorm.pm
3479            + lib/Pod/Simple/t/test_lib/Zonk/Fiddle.txt
3480            + lib/Pod/Simple/t/test_lib/Zonk/Pronk.pm
3481            + lib/Pod/Simple/t/test_lib/Zonk/Veng.pm
3482            + lib/Pod/Simple/t/test_lib/hink_honk/Glunk.pod
3483            + lib/Pod/Simple/t/test_lib/hink_honk/Vliff.pm
3484            + lib/Pod/Simple/t/test_lib/hink_honk/readme.txt
3485            + lib/Pod/Simple/t/test_lib/pod/perlfliff.pod
3486            + lib/Pod/Simple/t/test_lib/pod/perlthang.pod
3487            + lib/Pod/Simple/t/test_lib/squaa.pm
3488            + lib/Pod/Simple/t/test_lib/squaa/Glunk.pod
3489            + lib/Pod/Simple/t/test_lib/squaa/Vliff.pm
3490            + lib/Pod/Simple/t/test_lib/zikzik.pod
3491            + lib/Pod/Simple/t/yet_another_test_lib/squaa/Vliff.pm
3492            - lib/Pod/Simple/t/other^test^lib/Sizzlesuzzle.pm
3493            - lib/Pod/Simple/t/other^test^lib/hink^honk/Glunk.pod
3494            - lib/Pod/Simple/t/other^test^lib/hink^honk/Vliff.pm
3495            - lib/Pod/Simple/t/other^test^lib/hink^honk/readme.txt
3496            - lib/Pod/Simple/t/other^test^lib/pod/perlthang.pod
3497            - lib/Pod/Simple/t/other^test^lib/pod/perlzuk.pod
3498            - lib/Pod/Simple/t/other^test^lib/squaa/Vliff.pm
3499            - lib/Pod/Simple/t/other^test^lib/squaa/Wowo.pod
3500            - lib/Pod/Simple/t/test^lib/Blorm.pm
3501            - lib/Pod/Simple/t/test^lib/Zonk/Fiddle.txt
3502            - lib/Pod/Simple/t/test^lib/Zonk/Pronk.pm
3503            - lib/Pod/Simple/t/test^lib/Zonk/Veng.pm
3504            - lib/Pod/Simple/t/test^lib/hink^honk/Glunk.pod
3505            - lib/Pod/Simple/t/test^lib/hink^honk/Vliff.pm
3506            - lib/Pod/Simple/t/test^lib/hink^honk/readme.txt
3507            - lib/Pod/Simple/t/test^lib/pod/perlfliff.pod
3508            - lib/Pod/Simple/t/test^lib/pod/perlthang.pod
3509            - lib/Pod/Simple/t/test^lib/squaa.pm
3510            - lib/Pod/Simple/t/test^lib/squaa/Glunk.pod
3511            - lib/Pod/Simple/t/test^lib/squaa/Vliff.pm
3512            - lib/Pod/Simple/t/test^lib/zikzik.pod
3513            - lib/Pod/Simple/t/yet^another^test^lib/squaa/Vliff.pm
3514            ! MANIFEST lib/Pod/Simple/t/htmlbatch_01.t
3515            ! lib/Pod/Simple/t/search_10survey_specific.t
3516            ! lib/Pod/Simple/t/search_12survey_cwd.t
3517            ! lib/Pod/Simple/t/search_20survey_two.t
3518            ! lib/Pod/Simple/t/search_22survey_two_shadowing.t
3519            ! lib/Pod/Simple/t/search_25_glob_squaa_coloncolon_kleene.t
3520            ! lib/Pod/Simple/t/search_26_glob_kleene_k.t
3521            ! lib/Pod/Simple/t/search_27_glob_squaa_kleene.t
3522            ! lib/Pod/Simple/t/search_28_glob_z_kleene_k.t
3523            ! lib/Pod/Simple/t/search_29_glob_z_qmark_k.t
3524 ____________________________________________________________________________
3525 [ 26339] By: gisle                                 on 2005/12/13  11:40:26
3526         Log: Add overflow check to EXPECT_NUMBER() used by sv_vcatpvfn().
3527              sprintf() or printf() will now croak if any of the indexes and
3528              widths specified in the format string are too large.
3529      Branch: perl
3530            ! pod/perldiag.pod sv.c t/op/sprintf.t t/op/sprintf2.t
3531 ____________________________________________________________________________
3532 [ 26338] By: rgs                                   on 2005/12/13  11:20:16
3533         Log: Subject: Re: check83.pl
3534              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
3535              Date: Sun, 11 Dec 2005 07:19:58 -0800
3536              Message-ID: <20051211151958.GA6188@efn.org>
3537      Branch: perl
3538            ! Porting/check83.pl
3539 ____________________________________________________________________________
3540 [ 26337] By: steveh                                on 2005/12/13  09:41:29
3541         Log: Fix lib/File/Compare.t test failures on Win32
3542              
3543              Change 26225, updated by 26245, added a test for another filename with
3544              a trailing space but failed to open the new filehandle in binary mode
3545              
3546              To compound matters, creating a file called "foo " on Win32 "succeeds"
3547              but actually creates a file called just "foo", so we have actually
3548              overwritten the original file with this non-binary mode version, and
3549              hence some of the original tests started failing too!
3550              
3551              (And because of this the new test doesn't actually add anything new on
3552              Win32 at the moment, but right now I can't think of a filename that
3553              would have failed under 2-arg open but succeeds with 3-arg open, which
3554              was the purpose of this test)
3555      Branch: perl
3556            ! lib/File/Compare.t
3557 ____________________________________________________________________________
3558 [ 26336] By: steveh                                on 2005/12/13  08:54:45
3559         Log: Don't try to export Perl_pad_sv when it isn't defined
3560              
3561              Fixes a Win32 linker error in non-DEBUGGING builds following 26316
3562      Branch: perl
3563            ! makedef.pl
3564 ____________________________________________________________________________
3565 [ 26334] By: rgs                                   on 2005/12/12  16:03:00
3566         Log: A suggestion by Yamashina Hio to speed up substitutions
3567              with right-hand side expressions by freeing temporaries.
3568              See :
3569              
3570              Subject: s///ge; consumes PL_tmps_stack in its loop
3571              From: YAMASHINA Hio <hio@hio.jp>
3572              Date: Tue, 30 Aug 2005 17:17:23 +0900
3573              Message-Id: <20050830160113.9716.HIO@ymir.co.jp>
3574      Branch: perl
3575            ! pp_ctl.c
3576 ____________________________________________________________________________
3577 [ 26332] By: nicholas                              on 2005/12/12  15:24:06
3578         Log: Check that %v$foo does not crash.
3579      Branch: perl
3580            ! t/op/sprintf2.t
3581 ____________________________________________________________________________
3582 [ 26330] By: gisle                                 on 2005/12/12  13:55:14
3583         Log: Use load_module() instead of perl_eval_sv("require $mod") to
3584              load modules.  This is safer since $mod comes from an external
3585              source.
3586      Branch: perl
3587            ! ext/Storable/Storable.xs
3588 ____________________________________________________________________________
3589 [ 26329] By: stevep                                on 2005/12/12  13:21:03
3590         Log: Pod::Man's tests aren't Unicode friendly.  Let's skip the unfriendly
3591              test for now.
3592      Branch: perl
3593            ! lib/Pod/t/man.t
3594 ____________________________________________________________________________
3595 [ 26328] By: rgs                                   on 2005/12/12  13:18:21
3596         Log: Robin Houston points out a better way to replace
3597              the C<defined %foo::bar::> construct.
3598      Branch: perl
3599            ! pod/perl593delta.pod
3600 ____________________________________________________________________________
3601 [ 26327] By: gisle                                 on 2005/12/12  12:21:39
3602         Log: Oops, change 26326 broke t/run/switches.t
3603              Reverting change 24912 fixes it.
3604      Branch: perl
3605            ! t/run/switches.t
3606 ____________________________________________________________________________
3607 [ 26326] By: gisle                                 on 2005/12/12  10:41:04
3608         Log: Drop "v" prefix from sprintf("%vd", $^V).
3609              
3610              The sprintf documentation has this example:
3611              
3612              printf "version is v%vd\n", $^V;
3613              
3614              and it printed 'version is vv5.9.3\n'.
3615      Branch: perl
3616            ! sv.c t/op/sprintf.t
3617 ____________________________________________________________________________
3618 [ 26325] By: nicholas                              on 2005/12/11  22:37:40
3619         Log: Fix *printf %*vd with mixed Latin 1/UTF-8. (Fixes bug 37889)
3620      Branch: perl
3621            ! sv.c t/uni/sprintf.t
3622 ____________________________________________________________________________
3623 [ 26324] By: nicholas                              on 2005/12/11  20:34:33
3624         Log: Move the rest of the data munging into the test preparation loop.
3625      Branch: perl
3626            ! t/op/sprintf.t
3627 ____________________________________________________________________________
3628 [ 26323] By: nicholas                              on 2005/12/11  19:49:53
3629         Log: Move the $data and $result munging into the test preparation loop.
3630      Branch: perl
3631            ! t/op/sprintf.t
3632 ____________________________________________________________________________
3633 [ 26321] By: gisle                                 on 2005/12/11  18:14:24
3634         Log: Disallow sprintf's vector handling for non-integer formats.
3635              Avoids core dump for printf("%vs") and similar.
3636      Branch: perl
3637            ! sv.c t/op/sprintf.t
3638 ____________________________________________________________________________
3639 [ 26320] By: nicholas                              on 2005/12/11  12:54:14
3640         Log: Quench the other 2 ways obscure ways of abusing positional parameters
3641              to generate bogus array indexes. These two are inside the vector
3642              formatting code.
3643      Branch: perl
3644            ! sv.c t/op/sprintf.t
3645 ____________________________________________________________________________
3646 [ 26319] By: nicholas                              on 2005/12/10  18:13:33
3647         Log: Re-instate the old perl getcwd as _perl_getcwd, and use it if loading
3648              the XS fails. (Needed to bootstrap the core build)
3649      Branch: perl
3650            ! lib/Cwd.pm
3651 ____________________________________________________________________________
3652 [ 26318] By: stevep                                on 2005/12/10  15:42:39
3653         Log: Upgrade to PathTools-3.14_01
3654      Branch: perl
3655            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm lib/File/Spec.pm
3656            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
3657            ! lib/File/Spec/t/Spec.t
3658 ____________________________________________________________________________
3659 [ 26317] By: stevep                                on 2005/12/10  15:21:37
3660         Log: Subject: [PATCH] Code tweaks in sv.c
3661              From: Andy Lester <andy@petdance.com>
3662              Date: Fri, 9 Dec 2005 11:09:21 -0600
3663              Message-ID: <20051209170921.GC16943@petdance.com>
3664              
3665              Includes a minor change the patch to account for code that moved
3666              elsewhere.
3667      Branch: perl
3668            ! sv.c
3669 ____________________________________________________________________________
3670 [ 26316] By: stevep                                on 2005/12/10  15:14:37
3671         Log: Subject: [PATCH] Excluding pad funcs when not debugging
3672              From: Andy Lester <andy@petdance.com>
3673              Date: Wed, 7 Dec 2005 21:58:05 -0600
3674              Message-ID: <20051208035805.GA23007@petdance.com>
3675      Branch: perl
3676            ! pad.c
3677 ____________________________________________________________________________
3678 [ 26315] By: nicholas                              on 2005/12/09  23:09:42
3679         Log: A better hash for PTR_TABLE_HASH (?)
3680      Branch: perl
3681            ! sv.c
3682 ____________________________________________________________________________
3683 [ 26314] By: craigb                                on 2005/12/09  21:13:50
3684         Log: Subject: patch@26310 - Major step for > 256 char paths on VMS
3685              From: "John E. Malmberg" <wb8tyw@qsl.net>
3686              Date: Fri, 09 Dec 2005 14:08:53 -0500
3687              Message-id: <4399D645.8070803@qsl.net>
3688      Branch: perl
3689            ! vms/vms.c
3690 ____________________________________________________________________________
3691 [ 26313] By: nicholas                              on 2005/12/09  19:18:32
3692         Log: An alternative way of structuring ptr_table_clear so that the variables
3693              can be assigned to at declaration time.
3694      Branch: perl
3695            ! sv.c
3696 ____________________________________________________________________________
3697 [ 26312] By: nicholas                              on 2005/12/09  18:46:17
3698         Log: A more efficient way to loop in ptr_table_clear
3699      Branch: perl
3700            ! sv.c
3701 ____________________________________________________________________________
3702 [ 26311] By: stevep                                on 2005/12/09  13:22:33
3703         Log: Subject: Re: Pod::Simple integration
3704              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
3705              Date: Fri, 09 Dec 2005 07:06:00 +0100
3706              Message-ID: <87k6ee7qk7.fsf@k75.linux.bogus>
3707              
3708              These files are still giving problems after attempting to convert
3709              them to text in p4.  The tests pass without them, so we'll remove them
3710              from the Perl distribution.
3711      Branch: perl
3712            - lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
3713            - lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
3714            - lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
3715            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
3716            - lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
3717            ! MANIFEST
3718 ____________________________________________________________________________
3719 [ 26310] By: stevep                                on 2005/12/09  03:39:17
3720         Log: Fixes compile errors introduce with change #26301 when compiling
3721              with ithreads and DEBUGGING.
3722      Branch: perl
3723            ! sv.c
3724 ____________________________________________________________________________
3725 [ 26309] By: stevep                                on 2005/12/09  02:07:32
3726         Log: Upgrade to Sys-Syslog-0.10
3727      Branch: perl
3728            + ext/Sys/Syslog/Changes ext/Sys/Syslog/README
3729            + ext/Sys/Syslog/fallback/const-c.inc
3730            + ext/Sys/Syslog/fallback/const-xs.inc
3731            + ext/Sys/Syslog/t/00-load.t ext/Sys/Syslog/t/constants.t
3732            + ext/Sys/Syslog/t/distchk.t ext/Sys/Syslog/t/pod.t
3733            + ext/Sys/Syslog/t/podcover.t ext/Sys/Syslog/t/podspell.t
3734            + ext/Sys/Syslog/t/portfs.t
3735            ! MANIFEST ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
3736            ! ext/Sys/Syslog/t/syslog.t
3737 ____________________________________________________________________________
3738 [ 26308] By: stevep                                on 2005/12/09  01:41:44
3739         Log: Upgrade to CGI.pm-3.15
3740      Branch: perl
3741            ! lib/CGI.pm lib/CGI/Changes
3742 ____________________________________________________________________________
3743 [ 26307] By: stevep                                on 2005/12/08  19:40:33
3744         Log: Add pointer to Pod::Simple for the Pod -> HTML task.
3745      Branch: perl
3746            ! pod/perltodo.pod
3747 ____________________________________________________________________________
3748 [ 26306] By: stevep                                on 2005/12/08  19:21:25
3749         Log: One final Pod::Usage yak to shave...
3750      Branch: perl
3751            ! lib/Pod/Usage.pm
3752 ____________________________________________________________________________
3753 [ 26305] By: stevep                                on 2005/12/08  19:07:38
3754         Log: Version bump for Pod::Usage
3755      Branch: perl
3756            ! lib/Pod/Usage.pm
3757 ____________________________________________________________________________
3758 [ 26304] By: stevep                                on 2005/12/08  19:04:59
3759         Log: Further yak-shaving on Pod::Usage.  Now, t/pod/pod2usage2.t tests 
3760              pass.
3761      Branch: perl
3762            ! lib/Pod/Usage.pm t/pod/pod2usage2.t
3763 ____________________________________________________________________________
3764 [ 26303] By: stevep                                on 2005/12/08  15:53:36
3765         Log: Fix to Pod::Usage to work with all recent Pod::Text versions.  Also
3766              includes a change to the Pod::Usage test file for compatibility
3767              purposes.
3768      Branch: perl
3769            ! lib/Pod/Usage.pm lib/Pod/t/Usage.t
3770 ____________________________________________________________________________
3771 [ 26302] By: craigb                                on 2005/12/08  14:47:57
3772         Log: On VMS, do not use Perl's memory allocator for the home-grown pipe
3773              structures.  They may be allocated during start-up and are torn down
3774              in an exit handler, where thread context and other Perlish support
3775              are iffy.
3776      Branch: perl
3777            ! vms/vms.c
3778 ____________________________________________________________________________
3779 [ 26301] By: nicholas                              on 2005/12/08  14:06:37
3780         Log: Merge common code from ptr_table_fetch and ptr_table_store into
3781              S_ptr_table_find.
3782      Branch: perl
3783            ! sv.c
3784 ____________________________________________________________________________
3785 [ 26300] By: gisle                                 on 2005/12/08  09:56:22
3786         Log: Fixup the setsockopt usage message; missing OPTVAL.
3787      Branch: perl
3788            ! ext/IO/lib/IO/Socket.pm
3789 ____________________________________________________________________________
3790 [ 26299] By: gisle                                 on 2005/12/08  09:53:35
3791         Log: Improve the setsockopt description.
3792              Removed claim that OPTVAL might be undef as it is just treated
3793              the same as 0 and give the usual use-of-uninitialized-value
3794              warning.  Added an example.
3795      Branch: perl
3796            ! pod/perlfunc.pod
3797 ____________________________________________________________________________
3798 [ 26298] By: craigb                                on 2005/12/08  04:34:42
3799         Log: Subject: patch@26253 Allow embedded new lines passed through to commands
3800              From: "John E. Malmberg" <wb8tyw@qsl.net>
3801              Date: Wed, 07 Dec 2005 22:26:21 -0500
3802              Message-id: <4397A7DD.8030403@qsl.net>
3803      Branch: perl
3804            ! vms/vms.c
3805 ____________________________________________________________________________
3806 [ 26297] By: stevep                                on 2005/12/07  20:39:24
3807         Log: One quick fix to the test for differences in error output.
3808      Branch: perl
3809            ! lib/Pod/t/Usage.t
3810 ____________________________________________________________________________
3811 [ 26296] By: rgs                                   on 2005/12/07  15:46:46
3812         Log: Subject: [PATCH] All args in embed.fnc should be named
3813              From: Andy Lester <andy@petdance.com>
3814              Date: Wed, 7 Dec 2005 10:08:18 -0600
3815              Message-ID: <20051207160818.GA13465@petdance.com>
3816      Branch: perl
3817            ! embed.fnc embed.pl pod/perlapi.pod proto.h
3818 ____________________________________________________________________________
3819 [ 26295] By: rgs                                   on 2005/12/07  15:13:03
3820         Log: Don't build manpages for Encode and Unicode::Normalize
3821              (when compiling perl manpages are built afterwards, not
3822              by MakeMaker like when installing modules.) This fix a
3823              bootstrap problem (now that Pod::Man uses POSIX.)
3824      Branch: perl
3825            ! ext/Encode/Makefile.PL ext/Unicode/Normalize/Makefile.PL
3826 ____________________________________________________________________________
3827 [ 26294] By: rgs                                   on 2005/12/07  13:22:39
3828         Log: Check in those files as text, not binary
3829      Branch: perl
3830            ! lib/Pod/Simple/t/corpus/haiku-iso2202jp.txt
3831            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpx.txt
3832            ! lib/Pod/Simple/t/corpus/haiku-iso2202jpy.txt
3833            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16be_bom.txt
3834            ! lib/Pod/Simple/t/corpus_not_yet_impl/polish_utf16le_bom.txt
3835 ____________________________________________________________________________
3836 [ 26293] By: rgs                                   on 2005/12/07  13:01:00
3837         Log: Remove space
3838      Branch: perl
3839            ! MANIFEST
3840 ____________________________________________________________________________
3841 [ 26292] By: stevep                                on 2005/12/07  12:36:59
3842         Log: Upgrade to podlators-2.00
3843      Branch: perl
3844            + lib/Pod/t/color.t lib/Pod/t/termcap.t
3845            - lib/Pod/t/text-errors.t
3846            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
3847            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3848            ! lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
3849            ! lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
3850            ! lib/Pod/t/basic.txt lib/Pod/t/man.t lib/Pod/t/text-options.t
3851            ! lib/Pod/t/text.t pod/pod2man.PL pod/pod2text.PL
3852 ____________________________________________________________________________
3853 [ 26291] By: stevep                                on 2005/12/07  11:38:00
3854         Log: Assimilate Pod-Simple-3.03 to the Perl core
3855      Branch: perl
3856            + (add 170 files)
3857            ! MANIFEST Porting/Maintainers.pl
3858 ____________________________________________________________________________
3859 [ 26290] By: nicholas                              on 2005/12/07  08:53:03
3860         Log: Pull the regexp stringification code out into S_stringify_regexp, to
3861              make sv_2pv_flags clearer.
3862      Branch: perl
3863            ! sv.c
3864 ____________________________________________________________________________
3865 [ 26289] By: nicholas                              on 2005/12/07  08:30:26
3866         Log: 3 instances of SvIsUV_on(sv); can be replaced with one.
3867      Branch: perl
3868            ! sv.c
3869 ____________________________________________________________________________
3870 [ 26288] By: stevep                                on 2005/12/07  02:10:26
3871         Log: Upgrade to CGI-3.14.
3872              
3873              Mmm...pi.  Oh, also including some Pod fixes in bleadperl that haven't
3874              yet been applied to the actual CGI distribution yet.
3875      Branch: perl
3876            ! lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
3877 ____________________________________________________________________________
3878 [ 26287] By: nicholas                              on 2005/12/06  21:55:29
3879         Log: Add a ; that 26281 was lacking.
3880              (Dear Mark, please can I have back one of the two that I sent you after
3881              change 23614)
3882      Branch: perl
3883            ! util.c
3884 ____________________________________________________________________________
3885 [ 26286] By: nicholas                              on 2005/12/06  21:39:24
3886         Log: Move vast swathes of common code from sv_2iv_flags and sv_2uv_flags
3887              into S_sv_2iuv_common.
3888      Branch: perl
3889            ! sv.c
3890 ____________________________________________________________________________
3891 [ 26285] By: nicholas                              on 2005/12/06  19:41:43
3892         Log: The early return for SvIOKp(sv) in sv_2[iu]v_flags is actually code
3893              duplication.
3894      Branch: perl
3895            ! sv.c
3896 ____________________________________________________________________________
3897 [ 26281] By: rgs                                   on 2005/12/06  17:23:09
3898         Log: Subject: [PATCH] More consting, and putting stuff in embed.fnc
3899              From: Andy Lester <andy@petdance.com>
3900              Date: Mon, 5 Dec 2005 13:46:13 -0600
3901              Message-ID: <20051205194613.GB7791@petdance.com>
3902      Branch: perl
3903            ! deb.c doio.c dump.c embed.fnc embed.h hv.c hv.h locale.c mg.c
3904            ! op.c op.h pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
3905            ! proto.h regcomp.c sv.c taint.c toke.c utf8.c util.c
3906 ____________________________________________________________________________
3907 [ 26280] By: nicholas                              on 2005/12/06  16:53:46
3908         Log: Subject: Re: stringification of v-string references
3909              From: John Peacock <jpeacock@rowman.com>
3910              Message-ID: <439592B4.2050101@rowman.com>
3911              Date: Tue, 06 Dec 2005 08:31:32 -0500
3912      Branch: perl
3913            ! t/op/ref.t
3914 ____________________________________________________________________________
3915 [ 26279] By: gisle                                 on 2005/12/06  16:42:31
3916         Log: Fix typo spotted by Ronald J Kimball.
3917      Branch: perl
3918            ! ext/Sys/Syslog/Syslog.pm
3919 ____________________________________________________________________________
3920 [ 26278] By: rgs                                   on 2005/12/06  14:56:28
3921         Log: Subject: Re: Perl PR: "Security holes in Sys::Syslog"
3922              From: Ronald J Kimball <rjk-perl-p5p@tamias.net>
3923              Date: Tue, 6 Dec 2005 09:56:12 -0500
3924              Message-ID: <20051206145612.GA94530@penkwe.pair.com>
3925      Branch: perl
3926            ! ext/Sys/Syslog/Syslog.pm
3927 ____________________________________________________________________________
3928 [ 26277] By: gisle                                 on 2005/12/06  14:45:30
3929         Log: Document why syslog($priority, "%s", $message) is a good idea
3930              if the code might be running with older versions of Sys::Syslog.
3931      Branch: perl
3932            ! ext/Sys/Syslog/Syslog.pm
3933 ____________________________________________________________________________
3934 [ 26276] By: merijn                                on 2005/12/06  14:30:53
3935         Log: Itanium blade servers added to the model list
3936      Branch: perl
3937            ! README.hpux
3938 ____________________________________________________________________________
3939 [ 26275] By: nicholas                              on 2005/12/06  13:56:15
3940         Log: Don't use Copy for 1 and 2 character string constants.
3941      Branch: perl
3942            ! sv.c
3943 ____________________________________________________________________________
3944 [ 26274] By: nicholas                              on 2005/12/06  13:40:07
3945         Log: Eliminate an unneeded local variable.
3946      Branch: perl
3947            ! sv.c
3948 ____________________________________________________________________________
3949 [ 26273] By: nicholas                              on 2005/12/06  13:08:57
3950         Log: Eliminate all the gotos in sv_2pv_flags, by moving the tokensave*
3951              code into the GMAGIC block.
3952      Branch: perl
3953            ! sv.c
3954 ____________________________________________________________________________
3955 [ 26272] By: nicholas                              on 2005/12/06  12:19:23
3956         Log: sv_2pv_flags shouldn't return a constant string "NULLREF" - it was the
3957              only constant non-"" string returned.
3958      Branch: perl
3959            ! sv.c
3960 ____________________________________________________________________________
3961 [ 26271] By: nicholas                              on 2005/12/05  23:57:51
3962         Log: Make all the return statements closer to the final calcuation of the
3963              returned value in the reference stringification code. Pull variables
3964              into tigher scope which also allows some to become const.
3965      Branch: perl
3966            ! sv.c
3967 ____________________________________________________________________________
3968 [ 26270] By: nicholas                              on 2005/12/05  23:29:46
3969         Log: Move the scope of origsv inwards, and rename variables to avoid the
3970              need to re-assign to sv.
3971      Branch: perl
3972            ! sv.c
3973 ____________________________________________________________________________
3974 [ 26269] By: nicholas                              on 2005/12/05  23:12:33
3975         Log: Clone the brief return logic and thereby remove a goto.
3976      Branch: perl
3977            ! sv.c
3978 ____________________________________________________________________________
3979 [ 26268] By: nicholas                              on 2005/12/05  22:44:32
3980         Log: As they are now the same, can fold the entire switch statement for
3981              reference type in sv_2pv_flags into a call to sv_reftype.
3982      Branch: perl
3983            ! sv.c
3984 ____________________________________________________________________________
3985 [ 26267] By: nicholas                              on 2005/12/05  22:20:31
3986         Log: Untease the regexp stringification from the reference naming in
3987              sv_2pv_flags. (Lots of re-indentation, little real change)
3988      Branch: perl
3989            ! sv.c
3990 ____________________________________________________________________________
3991 [ 26266] By: nicholas                              on 2005/12/05  21:58:20
3992         Log: References to version objects should stringify as VSTRING. This makes
3993              stringification consistent with the output of ref().
3994      Branch: perl
3995            ! sv.c
3996 ____________________________________________________________________________
3997 [ 26265] By: nicholas                              on 2005/12/05  20:37:11
3998         Log: The extra return is actually a duplicated code path, and can go.
3999      Branch: perl
4000            ! sv.c
4001 ____________________________________________________________________________
4002 [ 26264] By: nicholas                              on 2005/12/05  20:09:23
4003         Log: Fix typo in description.
4004      Branch: perl
4005            ! MANIFEST
4006 ____________________________________________________________________________
4007 [ 26263] By: nicholas                              on 2005/12/05  19:56:43
4008         Log: Add ext/MIME/Base64/README to MANIFEST
4009      Branch: perl
4010            ! MANIFEST
4011 ____________________________________________________________________________
4012 [ 26262] By: stevep                                on 2005/12/05  16:35:14
4013         Log: Upgrade to MIME-Base64-3.07
4014      Branch: perl
4015            + ext/MIME/Base64/README
4016            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
4017            ! ext/MIME/Base64/QuotedPrint.pm
4018 ____________________________________________________________________________
4019 [ 26261] By: stevep                                on 2005/12/05  16:29:46
4020         Log: Upgrade to Digest-MD5-2.36
4021      Branch: perl
4022            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4023            ! ext/Digest/MD5/README ext/Digest/MD5/t/files.t
4024 ____________________________________________________________________________
4025 [ 26260] By: stevep                                on 2005/12/05  16:20:17
4026         Log: Upgrade to CGI.pm-3.13
4027      Branch: perl
4028            + lib/CGI/t/no_tabindex.t
4029            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes
4030            ! lib/CGI/Cookie.pm lib/CGI/t/form.t
4031 ____________________________________________________________________________
4032 [ 26259] By: rgs                                   on 2005/12/05  16:19:35
4033         Log: "Malformed UTF-8 character" was a severe warning, and can now be
4034              also a fatal error (since change #26258)
4035      Branch: perl
4036            ! pod/perldiag.pod
4037 ____________________________________________________________________________
4038 [ 26258] By: rgs                                   on 2005/12/05  16:04:16
4039         Log: Subject: Re: [perl #37836] Simple Regex causes SEGV when run on specific data
4040              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4041              Date: Tue, 06 Dec 2005 00:35:52 +0900
4042              Message-Id: <20051206003221.5AD9.BQW10602@nifty.com>
4043      Branch: perl
4044            ! regexec.c
4045 ____________________________________________________________________________
4046 [ 26257] By: rgs                                   on 2005/12/05  15:25:00
4047         Log: Better variable names make code clearer
4048              
4049              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4050              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4051              Date: Sun, 04 Dec 2005 16:24:29 +0900
4052              Message-Id: <20051204162412.D720.BQW10602@nifty.com>
4053      Branch: perl
4054            ! embed.fnc proto.h utf8.c
4055 ____________________________________________________________________________
4056 [ 26256] By: rgs                                   on 2005/12/05  15:20:32
4057         Log: Rework the error messages from the swashget code.
4058              
4059              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4060              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4061              Date: Sun, 04 Dec 2005 16:24:59 +0900
4062              Message-Id: <20051204162431.D723.BQW10602@nifty.com>
4063      Branch: perl
4064            ! pod/perldiag.pod utf8.c
4065 ____________________________________________________________________________
4066 [ 26255] By: rgs                                   on 2005/12/05  15:15:53
4067         Log: Clarification and cleanup of the XS SWASHGET code
4068              
4069              Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4070              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4071              Date: Sun, 04 Dec 2005 16:28:35 +0900
4072              Message-Id: <20051204162508.D726.BQW10602@nifty.com>
4073      Branch: perl
4074            ! lib/utf8_heavy.pl regexec.c t/op/pat.t utf8.c
4075 ____________________________________________________________________________
4076 [ 26254] By: rgs                                   on 2005/12/05  09:58:02
4077         Log: Subject: [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80.tar.gz
4078              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4079              Date: Sat, 03 Dec 2005 12:24:05 +0100
4080              Message-ID: <87mzji8luy.fsf@k75.linux.bogus>
4081      Branch: perl
4082            ! lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
4083 ____________________________________________________________________________
4084 [ 26253] By: mhx                                   on 2005/12/04  19:37:58
4085         Log: NULL is a legal value for newXS()'s name parameter.
4086              (This caused strange build failures with gcc4 -O3)
4087      Branch: perl
4088            ! embed.fnc proto.h
4089 ____________________________________________________________________________
4090 [ 26252] By: stevep                                on 2005/12/04  15:30:55
4091         Log: Fix handling of author's names that had apostrophes.  Based on a patch
4092              by Sean O'Rourke <sorourke@cs.ucsd.edu> in RT bug #22950.
4093      Branch: perl
4094            ! utils/h2xs.PL
4095 ____________________________________________________________________________
4096 [ 26251] By: davem                                 on 2005/12/03  15:20:24
4097         Log: clarify description of vector (v) sprintf format modifier
4098      Branch: perl
4099            ! pod/perlfunc.pod
4100 ____________________________________________________________________________
4101 [ 26250] By: craigb                                on 2005/12/03  15:15:47
4102         Log: In vms/vms.c, don't use the thread-specific Newx() during
4103              startup before threads are initialized.  
4104      Branch: perl
4105            ! vms/vms.c
4106 ____________________________________________________________________________
4107 [ 26249] By: stevep                                on 2005/12/03  12:31:02
4108         Log: Update perlhack.pod with the updated, permanent ActiveState URLs
4109      Branch: perl
4110            ! pod/perlhack.pod
4111 ____________________________________________________________________________
4112 [ 26248] By: rgs                                   on 2005/12/03  12:16:54
4113         Log: Missing chunk in change #26247.
4114      Branch: perl
4115            ! ext/Sys/Syslog/Syslog.pm
4116 ____________________________________________________________________________
4117 [ 26247] By: rgs                                   on 2005/12/03  11:23:29
4118         Log: Sys::Syslog::syslog can accept a message without printf
4119              escapes and arguments.
4120              
4121              Subject: Re: Perl PR: "Security holes in Sys::Syslog"
4122              From: Gisle Aas <gisle@activestate.com>
4123              Date: 03 Dec 2005 03:35:32 -0800
4124              Message-ID: <lracfi2z23.fsf@caliper.activestate.com>
4125      Branch: perl
4126            ! ext/Sys/Syslog/Syslog.pm
4127 ____________________________________________________________________________
4128 [ 26246] By: stevep                                on 2005/12/03  03:30:00
4129         Log: Upgrade to version-0.50
4130      Branch: perl
4131            ! lib/version.pm lib/version.pod lib/version.t util.c
4132 ____________________________________________________________________________
4133 [ 26245] By: rgs                                   on 2005/12/02  23:00:55
4134         Log: Replace ^M by a space in test for bug #37716, to make
4135              Cygwin happy (found by Yitzchak)
4136      Branch: perl
4137            ! lib/File/Compare.t
4138 ____________________________________________________________________________
4139 [ 26244] By: nicholas                              on 2005/12/02  17:15:27
4140         Log: Address Hugo's comment on Dave's change (26240)
4141      Branch: perl
4142            ! sv.c
4143 ____________________________________________________________________________
4144 [ 26243] By: rgs                                   on 2005/12/02  10:37:05
4145         Log: Subject: Storable retrieve_lscalar fails for empty strings [PATCH]
4146              From: Gisle Aas <gisle@ActiveState.com>
4147              Date: 28 Nov 2005 04:48:18 -0800
4148              Message-ID: <lr3blhndkd.fsf@caliper.activestate.com>
4149              
4150              and
4151              Message-ID: <lrwtisn062.fsf@caliper.activestate.com>
4152      Branch: perl
4153            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
4154 ____________________________________________________________________________
4155 [ 26242] By: rgs                                   on 2005/12/02  09:26:48
4156         Log: Subject: [PATCH] Signs, signs, everywhere a sign
4157              From: Andy Lester <andy@petdance.com>
4158              Date: Thu, 1 Dec 2005 14:24:51 -0600
4159              Message-ID: <20051201202451.GI22713@petdance.com>
4160      Branch: perl
4161            ! pp_pack.c
4162 ____________________________________________________________________________
4163 [ 26241] By: stevep                                on 2005/12/01  20:27:34
4164         Log: Nit from change #26232 noticed by H. Merijn Brand
4165      Branch: perl
4166            ! pod/perlop.pod
4167 ____________________________________________________________________________
4168 [ 26240] By: davem                                 on 2005/12/01  16:40:29
4169         Log: sprintf %NNN$ check for large values wrapping to negative
4170      Branch: perl
4171            ! sv.c t/op/sprintf2.t
4172 ____________________________________________________________________________
4173 [ 26239] By: rgs                                   on 2005/12/01  15:40:11
4174         Log: Always define PL_memory_wrap, and use it for the new sprintf checks
4175      Branch: perl
4176            ! makedef.pl perl.h sv.c
4177 ____________________________________________________________________________
4178 [ 26238] By: rgs                                   on 2005/12/01  15:26:09
4179         Log: Missing #ifdef, noticed by Jan Dubois
4180      Branch: perl
4181            ! sv.c
4182 ____________________________________________________________________________
4183 [ 26237] By: rgs                                   on 2005/12/01  14:25:34
4184         Log: Subject: [PATCH] Re: Perl PR: "Security holes in Sys::Syslog"
4185              From: Gisle Aas <gisle@ActiveState.com>
4186              Date: 01 Dec 2005 06:20:14 -0800
4187              Message-ID: <lroe406grl.fsf_-_@caliper.activestate.com>
4188              
4189              Subject: [PATCH] Suppress "0b" prefix for sprintf("%#b", 0)
4190              From: Gisle Aas <gisle@ActiveState.com>
4191              Date: 01 Dec 2005 06:11:44 -0800
4192              Message-ID: <lrsltc6h5r.fsf_-_@caliper.activestate.com>
4193      Branch: perl
4194            ! sv.c t/op/sprintf.t
4195 ____________________________________________________________________________
4196 [ 26236] By: rgs                                   on 2005/12/01  11:52:24
4197         Log: Subject: [PATCH] Disable constant folding of sprintf
4198              From: Gisle Aas <gisle@ActiveState.com>
4199              Date: 01 Dec 2005 03:22:10 -0800
4200              Message-ID: <lr8xv56p0d.fsf_-_@caliper.activestate.com>
4201      Branch: perl
4202            ! op.c opcode.h opcode.pl t/lib/warnings/sv t/op/sprintf2.t
4203 ____________________________________________________________________________
4204 [ 26235] By: rgs                                   on 2005/12/01  09:26:01
4205         Log: Subject: [patch] Re: Perl PR: "Security holes in Sys::Syslog"
4206              From: "Philippe M. Chiasson" <gozer@ActiveState.com>
4207              Date: Wed, 30 Nov 2005 20:17:31 -0800
4208              Message-ID: <438E795B.9060805@ActiveState.com>
4209      Branch: perl
4210            ! sv.c
4211 ____________________________________________________________________________
4212 [ 26234] By: rgs                                   on 2005/12/01  08:34:42
4213         Log: Revert change #26110 (already reverted in maintperl by change 26182)
4214      Branch: perl
4215            ! op.c
4216 ____________________________________________________________________________
4217 [ 26233] By: rgs                                   on 2005/11/30  21:15:21
4218         Log: Jan Dubois notices that sitecustomize.pl is to be found in sitelib,
4219              not siteperl
4220      Branch: perl
4221            ! pod/perlrun.pod
4222 ____________________________________________________________________________
4223 [ 26232] By: stevep                                on 2005/11/30  19:09:17
4224         Log: dor-assign (//=) was missing from perlop.pod
4225      Branch: perl
4226            ! pod/perlop.pod
4227 ____________________________________________________________________________
4228 [ 26231] By: rgs                                   on 2005/11/30  17:57:16
4229         Log: Subject: [PATCH] Remove redundant SvUTF8_on() calls
4230              From: Gisle Aas <gisle@ActiveState.com>
4231              Date: 30 Nov 2005 09:28:54 -0800
4232              Message-ID: <lrhd9uhwo9.fsf@caliper.activestate.com>
4233      Branch: perl
4234            ! pp.c sv.c
4235 ____________________________________________________________________________
4236 [ 26229] By: rgs                                   on 2005/11/30  14:29:23
4237         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4238              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4239              Date: Sun, 27 Nov 2005 17:02:02 +0900
4240              Message-Id: <20051127170016.A786.BQW10602@nifty.com>
4241      Branch: perl
4242            ! embed.fnc embed.h lib/utf8_heavy.pl pod/perlapi.pod
4243            ! pod/perlintern.pod proto.h universal.c utf8.c utf8.h
4244            ! utfebcdic.h
4245 ____________________________________________________________________________
4246 [ 26228] By: nicholas                              on 2005/11/30  13:55:05
4247         Log: The regexp engine should check SV flags rather than SV type for
4248              determining if something is a reference, because under the debugger
4249              the value returned by the swash code is SVt_PVMG.
4250              Not doing this has the side effect of repeatedly reassigning the
4251              same array element, which causes destructors to fire on the reassignment
4252              which in turn causes &utf8::DESTROY to run outside of the pseudo-safety
4253              of save_re_context, which under the debugger involves re-entering the
4254              regexp engine, which causes corruption of the regexp engine's global
4255              state.
4256      Branch: perl
4257            ! regexec.c
4258 ____________________________________________________________________________
4259 [ 26227] By: rgs                                   on 2005/11/30  12:30:47
4260         Log: Fix B::Concise tests after change #26226
4261      Branch: perl
4262            ! ext/B/t/optree_varinit.t
4263 ____________________________________________________________________________
4264 [ 26226] By: rgs                                   on 2005/11/30  09:53:11
4265         Log: Revert change #22520 (optimise away my $foo = undef and similar
4266              constructs), in order to fix bug perl #37776
4267      Branch: perl
4268            ! op.c t/op/my.t
4269 ____________________________________________________________________________
4270 [ 26225] By: rgs                                   on 2005/11/29  17:40:16
4271         Log: Subject: Re: [perl #37716] Re: File::Compare broken for filenames with whitespace
4272              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4273              Date: Tue, 29 Nov 2005 08:07:19 +0100
4274              Message-ID: <878xv89bko.fsf@k75.linux.bogus>
4275      Branch: perl
4276            ! lib/File/Compare.pm lib/File/Compare.t
4277 ____________________________________________________________________________
4278 [ 26224] By: stevep                                on 2005/11/29  12:36:46
4279         Log: Assimilate Pod-Escapes-1.04.  This is a prereq for Pod::Simple, 
4280              which is now a prereq for podlators.
4281      Branch: perl
4282            + lib/Pod/Escapes.pm lib/Pod/Escapes/ChangeLog
4283            + lib/Pod/Escapes/README lib/Pod/Escapes/t/01_about_verbose.t
4284            + lib/Pod/Escapes/t/10_main.t
4285            + lib/Pod/Escapes/t/15_name2charnum.t
4286            ! MANIFEST Porting/Maintainers.pl
4287 ____________________________________________________________________________
4288 [ 26223] By: rgs                                   on 2005/11/28  18:43:51
4289         Log: Typo fix, by Olivier Blin
4290      Branch: perl
4291            ! lib/Getopt/Long.pm
4292 ____________________________________________________________________________
4293 [ 26222] By: steveh                                on 2005/11/28  17:07:25
4294         Log: Fix ext/POSIX/t/time.t on Win32
4295              
4296              According to MSDN, "The string result produced by ctime contains
4297              exactly 26 characters and has the form: Wed Jan 02 02:03:55 1980\n\0"
4298              so we *do* want the leading zero on the day returned by strftime
4299      Branch: perl
4300            ! ext/POSIX/t/time.t
4301 ____________________________________________________________________________
4302 [ 26221] By: stevep                                on 2005/11/28  14:11:23
4303         Log: Mac OS X/Darwin seems to have problems with tzname().
4304      Branch: perl
4305            ! ext/POSIX/t/time.t
4306 ____________________________________________________________________________
4307 [ 26220] By: rgs                                   on 2005/11/28  11:00:37
4308         Log: FAQ sync.
4309      Branch: perl
4310            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
4311            ! pod/perlfaq5.pod pod/perlfaq7.pod pod/perlfaq9.pod
4312 ____________________________________________________________________________
4313 [ 26219] By: stevep                                on 2005/11/28  02:48:18
4314         Log: Subject: [PATCH] Math::Trig: blead and maint (doc patch only): s/Bay/Gulf/ and do away with bad quotes
4315              From: jhi@cc.hut.fi (Jarkko Hietaniemi)
4316              Date: Sun, 27 Nov 2005 23:04:31 +0200 (EET)
4317              Message-Id: <20051127210431.F1D2C6CF55@ugli.hut.fi>
4318      Branch: perl
4319            ! lib/Math/Trig.pm
4320 ____________________________________________________________________________
4321 [ 26218] By: stevep                                on 2005/11/28  02:34:49
4322         Log: Mention of possible use of a scalar variable on the rhs of an arrow "->" 
4323              operator added to close two tickets.
4324      Branch: perl
4325            ! pod/perlobj.pod
4326 ____________________________________________________________________________
4327 [ 26217] By: rgs                                   on 2005/11/27  23:18:38
4328         Log: Don't let MakeMaker install doc for MIME::Base64
4329              (since installpod does it already)
4330      Branch: perl
4331            ! ext/MIME/Base64/Makefile.PL
4332 ____________________________________________________________________________
4333 [ 26216] By: rgs                                   on 2005/11/27  22:42:42
4334         Log: Upgrade to Getopt::Long 2.34_04
4335      Branch: perl
4336            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
4337            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
4338            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
4339            ! lib/Getopt/Long/t/gol-oo.t
4340 ____________________________________________________________________________
4341 [ 26215] By: rgs                                   on 2005/11/27  21:43:17
4342         Log: Subject: [PATCH] fix wrong pool error in cygwin build
4343              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4344              Date: Nov 27, 2005 9:29 AM
4345              Message-ID: <20051127082918.GA2556@efn.org>
4346      Branch: perl
4347            ! cygwin/cygwin.c
4348 ____________________________________________________________________________
4349 [ 26214] By: stevep                                on 2005/11/27  02:35:25
4350         Log: Upgrade to MIME-Base64-3.06
4351      Branch: perl
4352            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
4353            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
4354            ! ext/MIME/Base64/QuotedPrint.pm
4355 ____________________________________________________________________________
4356 [ 26213] By: stevep                                on 2005/11/26  12:48:42
4357         Log: Deal with differences in what clock() does between POSIX and BSD.
4358      Branch: perl
4359            ! ext/POSIX/t/time.t
4360 ____________________________________________________________________________
4361 [ 26212] By: stevep                                on 2005/11/26  12:04:00
4362         Log: Upgrade to Scalar-List-Utils-1.18
4363      Branch: perl
4364            + ext/List/Util/t/00version.t
4365            ! MANIFEST ext/List/Util/Changes
4366 ____________________________________________________________________________
4367 [ 26211] By: stevep                                on 2005/11/26  11:50:17
4368         Log: Upgrade to Digest-MD5-2.35
4369      Branch: perl
4370            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
4371            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
4372            ! ext/Digest/MD5/t/files.t
4373 ____________________________________________________________________________
4374 [ 26210] By: stevep                                on 2005/11/26  11:40:57
4375         Log: Actually update one of the files from the previous change.
4376      Branch: perl
4377            ! lib/Digest.pm
4378 ____________________________________________________________________________
4379 [ 26209] By: stevep                                on 2005/11/26  11:38:02
4380         Log: Upgrade to Digest-1.14
4381      Branch: perl
4382            ! lib/Digest.pm lib/Digest/Changes
4383 ____________________________________________________________________________
4384 [ 26208] By: stevep                                on 2005/11/26  02:56:26
4385         Log: Just be explicit about $TZ.  
4386      Branch: perl
4387            ! ext/POSIX/t/time.t
4388 ____________________________________________________________________________
4389 [ 26207] By: stevep                                on 2005/11/26  02:32:10
4390         Log: Hmmm...strftime() does work on Win32, but tzset() is having problems
4391              on OpenBSD.
4392      Branch: perl
4393            ! ext/POSIX/t/time.t
4394 ____________________________________________________________________________
4395 [ 26206] By: stevep                                on 2005/11/26  01:31:24
4396         Log: Additional tests for B and POSIX.  The POSIX ones concern me a bit,
4397              but I don't expect any black smokes because of testing on OpenBSD,
4398              Linux, Win32, an Cygwin.
4399      Branch: perl
4400            + ext/POSIX/t/time.t
4401            ! MANIFEST ext/B/t/b.t
4402 ____________________________________________________________________________
4403 [ 26205] By: nicholas                              on 2005/11/25  15:12:02
4404         Log: Move report_uninit() and its static supporting functions to the end of
4405              sv.c, so that they are not sandwiched between the two halves of the
4406              SV allocation code. However, the diff looks far more evil than it
4407              should given that this is just moving a single albeit large hunk.
4408      Branch: perl
4409            ! sv.c
4410 ____________________________________________________________________________
4411 [ 26204] By: rgs                                   on 2005/11/25  12:40:34
4412         Log: Subject: [PATCH] perlpod documentation discrepancy in 5.8.6 ( and maybe later? )
4413              From: demerphq <demerphq@gmail.com>
4414              Date: Fri, 25 Nov 2005 13:57:38 +0100
4415              Message-ID: <9b18b3110511250457k6c196c4fu167badd045c2d9e6@mail.gmail.com>
4416      Branch: perl
4417            ! pod/perlpod.pod
4418 ____________________________________________________________________________
4419 [ 26203] By: rgs                                   on 2005/11/24  16:09:48
4420         Log: Subject: Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4421              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4422              Date: Fri, 25 Nov 2005 00:19:35 +0900
4423              Message-Id: <20051125001031.24E3.BQW10602@nifty.com>
4424              
4425              Date: Fri, 25 Nov 2005 01:18:17 +0900
4426              Message-Id: <20051125011410.24E9.BQW10602@nifty.com>
4427      Branch: perl
4428            ! universal.c utf8.c
4429 ____________________________________________________________________________
4430 [ 26202] By: rgs                                   on 2005/11/24  15:38:05
4431         Log: Document new perldoc -L switch
4432              
4433              Subject: Re: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
4434              From: Enrico Sorcinelli <bepi@perl.it>
4435              Date: Thu, 24 Nov 2005 16:04:03 +0100
4436              Message-Id: <20051124160403.568a194b.bepi@perl.it>
4437      Branch: perl
4438            ! pod/perldoc.pod
4439 ____________________________________________________________________________
4440 [ 26201] By: rgs                                   on 2005/11/24  08:52:35
4441         Log: Delete a README made redundant by change 26200.
4442      Branch: perl
4443            - wince/README.perlce
4444 ____________________________________________________________________________
4445 [ 26200] By: rgs                                   on 2005/11/23  20:45:44
4446         Log: Subject: [PATCH @26198] perlce touches
4447              From: Konovalov, Vadim <vkonovalov@spb.lucent.com>
4448              Date: Nov 23, 2005 8:55 PM
4449              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DDC3@itotest-1.spb.lucent.com>
4450      Branch: perl
4451            ! INSTALL MANIFEST README.ce makedef.pl wince/Makefile.ce
4452            ! wince/wince.c
4453 ____________________________________________________________________________
4454 [ 26199] By: rgs                                   on 2005/11/23  15:34:54
4455         Log: Subject: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
4456              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4457              Date: Wed, 23 Nov 2005 17:57:34 +0900
4458              Message-Id: <20051123175603.FFD5.BQW10602@nifty.com>
4459              
4460              And :
4461              Message-Id: <20051123202935.4D9D.BQW10602@nifty.com>
4462              
4463              with some nits to use U8 instead of char more consistently
4464      Branch: perl
4465            ! lib/utf8_heavy.pl t/op/pat.t universal.c utf8.c
4466 ____________________________________________________________________________
4467 [ 26198] By: rgs                                   on 2005/11/22  21:24:19
4468         Log: Notes in perlstyle about POD formatting, by Sébastien
4469              Aperghis-Tramoni, with nits by chromatic and Randy W. Sims.
4470      Branch: perl
4471            ! pod/perlstyle.pod
4472 ____________________________________________________________________________
4473 [ 26197] By: nicholas                              on 2005/11/22  20:23:34
4474         Log: Note the URL describing the vast riches awaiting us.
4475      Branch: perl
4476            ! t/lib/1_compile.t
4477 ____________________________________________________________________________
4478 [ 26196] By: davem                                 on 2005/11/22  16:52:24
4479         Log: include PERL_TRACK_MEMPOOL in perl -V output
4480      Branch: perl
4481            ! perl.c
4482 ____________________________________________________________________________
4483 [ 26195] By: davem                                 on 2005/11/22  16:32:42
4484         Log: perl segfaults on reversed array reference
4485              
4486              The 'for (reverse @a)' optimisation got its index wrong when
4487              create LVALUE SVs for undef elements
4488      Branch: perl
4489            ! pp_ctl.c pp_hot.c t/op/loopctl.t
4490 ____________________________________________________________________________
4491 [ 26194] By: rgs                                   on 2005/11/22  16:16:00
4492         Log: Subject: [DOC PATCH] Sort subs *can* now be recursive
4493              From: Robin Houston <robin@cpan.org>
4494              Date: Tue, 22 Nov 2005 13:28:17 +0000
4495              Message-ID: <20051122132817.GA20895@rpc142.cs.man.ac.uk>
4496      Branch: perl
4497            ! pod/perlfunc.pod
4498 ____________________________________________________________________________
4499 [ 26193] By: rgs                                   on 2005/11/22  16:10:00
4500         Log: Use the system's free to dealloc a PV allocated by the system
4501              (more precisely by libgdbm.) See :
4502              
4503              Subject: GDBM_file realloc failures
4504              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
4505              Date: Mon, 21 Nov 2005 18:22:00 +0100
4506              Message-ID: <20051121182200.0b3d2454@grubert.mandrakesoft.com>
4507      Branch: perl
4508            ! ext/GDBM_File/GDBM_File.xs
4509 ____________________________________________________________________________
4510 [ 26192] By: rgs                                   on 2005/11/22  15:54:16
4511         Log: Subject: Re: [PATCH] concat interacts badly with magic
4512              From: Robin Houston <robin@cpan.org>
4513              Date: Tue, 22 Nov 2005 14:07:27 +0000
4514              Message-ID: <20051122140727.GA29861@rpc142.cs.man.ac.uk>
4515              
4516              (new version of patch for bug #37722)
4517      Branch: perl
4518            ! pp_hot.c t/lib/warnings/9uninit t/lib/warnings/pp_hot
4519            ! t/op/tie.t
4520 ____________________________________________________________________________
4521 [ 26191] By: rgs                                   on 2005/11/22  14:16:05
4522         Log: Subject: Pod::Perldoc patch (Fw: [ANNOUNCE] POD2::IT 0.10)
4523              From: Enrico Sorcinelli <bepi@perl.it>
4524              Date: Sun, 20 Nov 2005 10:20:51 +0100
4525              Message-Id: <20051120102051.23ef095d.bepi@perl.it>
4526              
4527              Also, bump version number of Perldoc.
4528      Branch: perl
4529            ! lib/Pod/Perldoc.pm
4530 ____________________________________________________________________________
4531 [ 26190] By: rgs                                   on 2005/11/22  11:29:03
4532         Log: Revert change #26185, which could have some unwanted side-effects.
4533              (lib/warnings.t had failures due to this patch.)
4534              Moreover Dave Mitchell correctly pointed out that [perl #37722]
4535              wasn't really a bug.
4536      Branch: perl
4537            ! pp_hot.c t/op/tie.t
4538 ____________________________________________________________________________
4539 [ 26189] By: merijn                                on 2005/11/22  06:33:05
4540         Log: Subject: RE: [perl #37708] [PATCH] wrong IP_ constants on Win32 
4541              From: "Jan Dubois" <jand@ActiveState.com>
4542              Date: Mon, 21 Nov 2005 21:35:51 -0800
4543              Message-ID: <062401c5ef26$99b3a490$2217a8c0@candy>
4544      Branch: perl
4545            ! win32/include/sys/socket.h
4546 ____________________________________________________________________________
4547 [ 26188] By: stevep                                on 2005/11/22  03:41:17
4548         Log: Subject: [PATCH] ff_chop.patch redux
4549              From: Andy Lester <andy@petdance.com>
4550              Date: Mon, 21 Nov 2005 21:16:14 -0600
4551              Message-ID: <20051122031614.GB19424@petdance.com>
4552      Branch: perl
4553            ! pp_ctl.c
4554 ____________________________________________________________________________
4555 [ 26187] By: stevep                                on 2005/11/22  03:37:30
4556         Log: Subject: patch@26180 - t/op/pat.t : Can't reset %ENV on VMS
4557              From: "John E. Malmberg" <wb8tyw@qsl.net>
4558              Date: Mon, 21 Nov 2005 22:09:17 -0500
4559              Message-ID: <43828BDD.7080302@qsl.net>
4560      Branch: perl
4561            ! t/op/pat.t
4562 ____________________________________________________________________________
4563 [ 26186] By: stevep                                on 2005/11/22  03:32:04
4564         Log: Subject: patch@26180 - t/op/array.t : Can't reset %ENV on VMS
4565              From: "John E. Malmberg" <wb8tyw@qsl.net>
4566              Date: Mon, 21 Nov 2005 21:19:31 -0500
4567              Message-ID: <43828033.9040708@qsl.net>
4568      Branch: perl
4569            ! t/op/array.t
4570 ____________________________________________________________________________
4571 [ 26185] By: rgs                                   on 2005/11/21  17:19:34
4572         Log: Subject: [PATCH] concat interacts badly with magic
4573              From: Robin Houston <robin@cpan.org>
4574              Date: Mon, 21 Nov 2005 17:03:39 +0000
4575              Message-ID: <20051121170339.GA8214@rpc142.cs.man.ac.uk>
4576      Branch: perl
4577            ! pp_hot.c t/op/tie.t
4578 ____________________________________________________________________________
4579 [ 26184] By: nicholas                              on 2005/11/21  14:18:03
4580         Log: Flip the sign of the value in body details offset, and change its type
4581              to size_t.
4582      Branch: perl
4583            ! sv.c
4584 ____________________________________________________________________________
4585 [ 26183] By: merijn                                on 2005/11/21  14:11:28
4586         Log: Thread failures on AIX (and others) caused by interleaved output
4587              
4588              Subject: Smoke [5.9.3] 26168 FAIL(X) AIX 4.3.3.0/ML11 (PPC/1 cpu)
4589              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
4590              Date: Sun, 20 Nov 2005 14:36 +0100
4591              Message-Id: <200511201337.jAKDbc1O066213@smtp-vbr6.xs4all.nl>
4592      Branch: perl
4593            ! t/op/threads.t
4594 ____________________________________________________________________________
4595 [ 26181] By: rgs                                   on 2005/11/21  08:58:59
4596         Log: Upgrade to Time::HiRes 1.83
4597      Branch: perl
4598            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
4599            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
4600 ____________________________________________________________________________
4601 [ 26180] By: nicholas                              on 2005/11/20  20:39:50
4602         Log: Eliminate two more strlen()s, by using the return value of sprintf().
4603      Branch: perl
4604            ! pp_ctl.c
4605 ____________________________________________________________________________
4606 [ 26179] By: rgs                                   on 2005/11/20  12:10:15
4607         Log: Declarations must come first, or some compilers aren't happy.
4608              (spotted by Jarkko)
4609      Branch: perl
4610            ! ext/B/B.xs
4611 ____________________________________________________________________________
4612 [ 26178] By: stevep                                on 2005/11/20  02:41:01
4613         Log: Subject: [PATCH] Pulling ancient RCS comments
4614              From: Andy Lester <andy@petdance.com>
4615              Date: Sat, 19 Nov 2005 00:16:39 -0600
4616              Message-ID: <20051119061639.GA25086@petdance.com>
4617      Branch: perl
4618            ! lib/AnyDBM_File.t lib/importenv.pl lib/stat.pl lib/validate.pl
4619            ! t/base/cond.t t/base/if.t t/base/pat.t t/base/term.t
4620            ! t/cmd/elsif.t t/cmd/mod.t t/cmd/subval.t t/cmd/switch.t
4621            ! t/comp/cmdopt.t t/comp/cpp.t t/comp/decl.t t/io/inplace.t
4622            ! t/io/read.t t/io/tell.t t/op/append.t t/op/auto.t t/op/cond.t
4623            ! t/op/do.t t/op/flip.t t/op/goto_xs.t t/op/my.t t/op/push.t
4624            ! t/op/read.t t/op/time.t t/op/unshift.t
4625 ____________________________________________________________________________
4626 [ 26177] By: stevep                                on 2005/11/20  02:31:10
4627         Log: Subject: Reworked PERL_TRACK_MEMPOOL patch
4628              From: "Jan Dubois" <jand@ActiveState.com>
4629              Date: Fri, 18 Nov 2005 11:38:24 -0800
4630              Message-ID: <003601c5ec77$a45eb260$2217a8c0@candy>
4631      Branch: perl
4632            ! perl.h util.c
4633 ____________________________________________________________________________
4634 [ 26176] By: stevep                                on 2005/11/19  19:14:42
4635         Log: Down with "warning: code has no effect"
4636      Branch: perl
4637            ! XSUB.h
4638 ____________________________________________________________________________
4639 [ 26175] By: stevep                                on 2005/11/19  18:06:14
4640         Log: Cleaning up some warnings generated by "gcc -W"
4641      Branch: perl
4642            ! deb.c ext/B/B.xs ext/Data/Dumper/Dumper.xs
4643            ! ext/PerlIO/encoding/encoding.xs mg.c op.c regcomp.c scope.c
4644 ____________________________________________________________________________
4645 [ 26174] By: stevep                                on 2005/11/19  13:46:27
4646         Log: Upgrade to PathTools-3.14
4647      Branch: perl
4648            + lib/File/Spec/t/tmpdir.t
4649            ! MANIFEST ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
4650            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
4651            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
4652            ! lib/File/Spec/t/Spec.t
4653 ____________________________________________________________________________
4654 [ 26173] By: nicholas                              on 2005/11/19  11:21:15
4655         Log: Norman observed that a couple of macros could make the body defintion
4656              table a lot more readable.
4657      Branch: perl
4658            ! sv.c
4659 ____________________________________________________________________________
4660 [ 26172] By: nicholas                              on 2005/11/19  00:50:33
4661         Log: With -DPURFIY we change the flags so that everything is allocated
4662              directly. (Don't use arenas at all.) This seems a rather elegant way
4663              to simplify some of the code in sv.c by removing conditional
4664              compilation.
4665      Branch: perl
4666            ! sv.c
4667 ____________________________________________________________________________
4668 [ 26171] By: nicholas                              on 2005/11/19  00:21:58
4669         Log: Map the HE arena onto SV type 0 (SVt_NULL).
4670              Abolish PL_he_root and PL_he_arenaroot.
4671      Branch: perl
4672            ! embedvar.h ext/XS/APItest/APItest.xs hv.c intrpvar.h perlapi.h
4673            ! sv.c sv.h
4674 ____________________________________________________________________________
4675 [ 26170] By: nicholas                              on 2005/11/18  23:44:32
4676         Log: Remove all the now unused new_XFOO()/del_XFOO() macros
4677      Branch: perl
4678            ! sv.c
4679 ____________________________________________________________________________
4680 [ 26169] By: nicholas                              on 2005/11/18  23:28:59
4681         Log: sv_clear can manipulate the arena array directly too.
4682              Also, I think that we may have been "leaking" NV bodies in blead since
4683              25051. Oops. (Will not have been detectable except with -DPURIFY as
4684              the leak is not returning them as free to the arena)
4685      Branch: perl
4686            ! sv.c
4687 ____________________________________________________________________________
4688 [ 26168] By: nicholas                              on 2005/11/18  21:25:23
4689         Log: We only need to zero new bodies for upgrades. sv_dup doesn't need to
4690              zero as it's copying over the same sized structure. So change
4691              new_NOARENA to malloc(), and add new_NOARENAZ() to calloc()
4692      Branch: perl
4693            ! sv.c
4694 ____________________________________________________________________________
4695 [ 26167] By: nicholas                              on 2005/11/18  21:02:34
4696         Log: Merge the arms of the switch. The decision about what comes from an
4697              arena and what comes from malloc is now solely in the table.
4698      Branch: perl
4699            ! sv.c
4700 ____________________________________________________________________________
4701 [ 26166] By: nicholas                              on 2005/11/18  20:38:26
4702         Log: Elimiate new_body_length from sv_dup. Replace SvTYPE(sstr) with
4703              sv_type, which is a constant variable with the same value.
4704      Branch: perl
4705            ! sv.c
4706 ____________________________________________________________________________
4707 [ 26165] By: nicholas                              on 2005/11/18  19:50:24
4708         Log: Eliminate new_body_offset from sv_dup()
4709      Branch: perl
4710            ! sv.c
4711 ____________________________________________________________________________
4712 [ 26164] By: nicholas                              on 2005/11/18  17:37:39
4713         Log: Merge the last remaining case duplication in sv_upgrade
4714      Branch: perl
4715            ! sv.c
4716 ____________________________________________________________________________
4717 [ 26163] By: nicholas                              on 2005/11/18  16:18:38
4718         Log: Eliminate new_body_length from sv_upgrade
4719      Branch: perl
4720            ! sv.c
4721 ____________________________________________________________________________
4722 [ 26162] By: nicholas                              on 2005/11/18  15:51:10
4723         Log: Eliminate new_body_offset from sv_upgrade
4724      Branch: perl
4725            ! sv.c
4726 ____________________________________________________________________________
4727 [ 26161] By: nicholas                              on 2005/11/18  15:03:01
4728         Log: new_body_inline doesn't need to be passed the root, as it's already
4729              inferring the arenaroot directly from the passed-in type.
4730      Branch: perl
4731            ! sv.c
4732 ____________________________________________________________________________
4733 [ 26160] By: rgs                                   on 2005/11/18  12:40:16
4734         Log: Tabs are still required in the MANIFEST
4735      Branch: perl
4736            ! MANIFEST
4737 ____________________________________________________________________________
4738 [ 26159] By: nicholas                              on 2005/11/18  12:06:06
4739         Log: Add a flag to the body details of which types come from arenas.
4740              Update the allocation information for all the types.
4741              Add a new macro new_NOARENA() for allocating the non-arena types.
4742              Use calloc rather than malloc for the new_NOARENA so that the Zero()
4743              can be skipped.
4744      Branch: perl
4745            ! sv.c
4746 ____________________________________________________________________________
4747 [ 26158] By: nicholas                              on 2005/11/18  11:20:10
4748         Log: Simplify the expression for the upgrade logic for SVt_IV.
4749              Replace the "can't happen" comment for SVt_PVIV with assertions
4750              that it didn't happen.
4751      Branch: perl
4752            ! sv.c
4753 ____________________________________________________________________________
4754 [ 26157] By: stevep                                on 2005/11/18  11:07:34
4755         Log: Adding README.linux to the MANIFEST
4756      Branch: perl
4757            ! MANIFEST
4758 ____________________________________________________________________________
4759 [ 26156] By: nicholas                              on 2005/11/18  10:30:12
4760         Log: const and static for the const static private table.
4761              Replace the "upgrade" special case for SVt_PV with assertions as it's
4762              not been needed since we forced *up*grades.
4763      Branch: perl
4764            ! sv.c
4765 ____________________________________________________________________________
4766 [ 26155] By: nicholas                              on 2005/11/18  10:13:31
4767         Log: Rename sv_upgrade's parameter mt to new_type.
4768      Branch: perl
4769            ! sv.c
4770 ____________________________________________________________________________
4771 [ 26154] By: rgs                                   on 2005/11/18  08:30:18
4772         Log: Subject: Dumpvalue doc patch
4773              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
4774              Date: Fri, 18 Nov 2005 03:42:52 +0100
4775              Message-ID: <87br0ibrrn.fsf@k75.linux.bogus>
4776      Branch: perl
4777            ! lib/Dumpvalue.pm
4778 ____________________________________________________________________________
4779 [ 26153] By: stevep                                on 2005/11/18  00:54:53
4780         Log: Initial, albeit hackish, support for the alpha version of Sun Studio
4781              compilers of Linux.
4782      Branch: perl
4783            + README.linux
4784            ! hints/linux.sh
4785 ____________________________________________________________________________
4786 [ 26152] By: nicholas                              on 2005/11/17  23:27:59
4787         Log: All that can be in the first switch statement of sv_upgrade is now
4788              table driven. The shrinking continues on the morrow.
4789      Branch: perl
4790            ! sv.c
4791 ____________________________________________________________________________
4792 [ 26151] By: nicholas                              on 2005/11/17  22:50:07
4793         Log: "Can you see what it is yet?"
4794              Next steps towards making as much as possible table driven.
4795      Branch: perl
4796            ! sv.c
4797 ____________________________________________________________________________
4798 [ 26150] By: nicholas                              on 2005/11/17  21:58:58
4799         Log: Add the size of the structure to copy as a field in the per type
4800              data table.
4801      Branch: perl
4802            ! sv.c
4803 ____________________________________________________________________________
4804 [ 26149] By: nicholas                              on 2005/11/17  16:33:05
4805         Log: Merge sizeof_body_by_svtype and offset_by_svtype into a single array
4806              of structures.
4807      Branch: perl
4808            ! sv.c
4809 ____________________________________________________________________________
4810 [ 26148] By: nicholas                              on 2005/11/17  14:36:39
4811         Log: Move the location of the definition of the arena slot used for pte
4812              into sv.h, to keep it in one central place.
4813              Change it to use SVt_RV. (Having SVt_IV for real use will be useful.
4814              SVt_RV has no body, and doesn't pretend to have one, so it is spare.)
4815      Branch: perl
4816            ! sv.c sv.h
4817 ____________________________________________________________________________
4818 [ 26147] By: rgs                                   on 2005/11/17  14:09:10
4819         Log: Subject: [PATCH] Sort subs now in embed.fnc
4820              From: Andy Lester <andy@petdance.com>
4821              Date: Thu, 17 Nov 2005 07:53:38 -0600
4822              Message-ID: <20051117135338.GA31715@petdance.com>
4823      Branch: perl
4824            ! embed.fnc embed.h pp_sort.c proto.h
4825 ____________________________________________________________________________
4826 [ 26146] By: nicholas                              on 2005/11/17  13:51:01
4827         Log: s/SvTYPE(sv)/old_type/ in sv_upgrade because we already have that value
4828              in that variable.
4829              Don't compile S_new_body with -DPURIFY
4830      Branch: perl
4831            ! sv.c
4832 ____________________________________________________________________________
4833 [ 26145] By: rgs                                   on 2005/11/17  09:06:33
4834         Log: It's clearer to use "morphing" than "polymorphing" when
4835              describing what exec() does
4836      Branch: perl
4837            ! pod/perlmod.pod
4838 ____________________________________________________________________________
4839 [ 26144] By: stevep                                on 2005/11/17  00:18:31
4840         Log: Subject: [perl #37694] segfault with PerlIO::get_layers()
4841              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
4842              Date: Wed, 16 Nov 2005 07:11:41 -0800
4843              Message-ID: <rt-3.0.11-37694-124556.15.9755707729767@perl.org>
4844      Branch: perl
4845            ! universal.c
4846 ____________________________________________________________________________
4847 [ 26143] By: nicholas                              on 2005/11/16  23:40:55
4848         Log: Oi gcc, No! sizeof(void) is an error. *Not* 1.
4849              Wanting sizeof(void) isn't even a compilation error with -ansi
4850              -pedantic. Just a warning. Lame! I'm going to send it back for a full
4851              refund. Hateful software.
4852      Branch: perl
4853            ! sv.c
4854 ____________________________________________________________________________
4855 [ 26142] By: nicholas                              on 2005/11/16  20:18:58
4856         Log: PL_pte_root and PL_pte_arenaroot can be exterminated. Which reveals
4857              an erroneous remaining reference to PL_pte_root to correct.
4858      Branch: perl
4859            ! embedvar.h intrpvar.h perlapi.h sv.c
4860 ____________________________________________________________________________
4861 [ 26141] By: nicholas                              on 2005/11/16  19:26:17
4862         Log: Subject: Re: eliminate discreet arenaroots
4863              From: Jim Cromie <jim.cromie@gmail.com>
4864              Message-ID: <4378E5B0.3010708@gmail.com>
4865              Date: Mon, 14 Nov 2005 12:29:52 -0700
4866      Branch: perl
4867            ! embedvar.h intrpvar.h perlapi.h sv.c sv.h
4868 ____________________________________________________________________________
4869 [ 26140] By: merijn                                on 2005/11/16  19:26:13
4870         Log: Subject: [PATCH @26137] for wince
4871              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
4872              Date: Wed, 16 Nov 2005 20:57:13 +0300
4873              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC9F@itotest-1.spb.lucent.com>
4874      Branch: perl
4875            ! makedef.pl wince/Makefile.ce wince/config.ce wince/config_H.ce
4876            ! wince/wince.c
4877 ____________________________________________________________________________
4878 [ 26137] By: rgs                                   on 2005/11/16  15:06:10
4879         Log: Subject: Re: [perl #37688] Unexpected regex failure. 
4880              From: hv@crypt.org
4881              Date: Wed, 16 Nov 2005 14:54:55 +0000
4882              Message-Id: <200511161454.jAGEst117787@zen.crypt.org>
4883      Branch: perl
4884            ! regexec.c t/op/re_tests
4885 ____________________________________________________________________________
4886 [ 26136] By: rgs                                   on 2005/11/15  16:33:02
4887         Log: Subject: Re: [perl #37616] Bug in &= (string) and/or m//
4888              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
4889              Date: Wed, 09 Nov 2005 02:12:00 +0900
4890              Message-Id: <20051109021035.69D8.BQW10602@nifty.com>
4891      Branch: perl
4892            ! doop.c t/op/bop.t
4893 ____________________________________________________________________________
4894 [ 26135] By: rgs                                   on 2005/11/15  13:30:00
4895         Log: Subject: [PATCH] Re: Cygwin status, maint and blead
4896              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4897              Date: Sun, 13 Nov 2005 16:01:02 -0800
4898              Message-ID: <20051114000102.GA5556@efn.org>
4899      Branch: perl
4900            ! Makefile.SH
4901 ____________________________________________________________________________
4902 [ 26134] By: nicholas                              on 2005/11/14  22:48:02
4903         Log: Remove the two register keywords from auto variables that PERL_POSION
4904              wants to take the address of.
4905      Branch: perl
4906            ! hv.c scope.c
4907 ____________________________________________________________________________
4908 [ 26133] By: nicholas                              on 2005/11/14  22:32:14
4909         Log: More PERL_POISON - poison SvANY() and SvREFCNT() in freed SV heads.
4910              (by using the union pointer to chain the freed heads together)
4911      Branch: perl
4912            ! sv.c
4913 ____________________________________________________________________________
4914 [ 26132] By: nicholas                              on 2005/11/14  22:31:14
4915         Log: Mark all places where perl needs to look at a possibly-freed scalar
4916              with a macro SvIS_FREED(sv)
4917      Branch: perl
4918            ! av.c mg.c op.c pad.c pp_hot.c sv.h
4919 ____________________________________________________________________________
4920 [ 26131] By: stevep                                on 2005/11/14  17:31:59
4921         Log: Removed reference to the non-existent C<Opcode::Custom>.
4922      Branch: perl
4923            ! pod/perlguts.pod
4924 ____________________________________________________________________________
4925 [ 26130] By: rgs                                   on 2005/11/14  16:32:33
4926         Log: The warning "Field too wide in 'u' format in pack" was emitted even
4927              when pack warnings were not enabled
4928      Branch: perl
4929            ! pp_pack.c
4930 ____________________________________________________________________________
4931 [ 26129] By: nicholas                              on 2005/11/14  16:22:26
4932         Log: Provide a crude way for specifying the command line for
4933              make test.valgrind
4934      Branch: perl
4935            ! Makefile.SH t/TEST
4936 ____________________________________________________________________________
4937 [ 26128] By: rgs                                   on 2005/11/14  15:40:08
4938         Log: A better fix for [perl #35847] File::Find not performing as documented,
4939              suggested by Darren Dunham. Includes a fix to the code example that
4940              uses File::Find in perlfaq3.
4941      Branch: perl
4942            ! lib/File/Find.pm pod/perlfaq3.pod
4943 ____________________________________________________________________________
4944 [ 26126] By: rgs                                   on 2005/11/14  12:43:29
4945         Log: Don't warn about lack of docs for functions that appear twice in embed.fnc.
4946      Branch: perl
4947            ! autodoc.pl
4948 ____________________________________________________________________________
4949 [ 26124] By: rgs                                   on 2005/11/14  10:45:25
4950         Log: Fix indentation of apidoc for sv_2pvutf8
4951              (so perlapi.pod is correctly generated)
4952      Branch: perl
4953            ! pod/perlapi.pod sv.c
4954 ____________________________________________________________________________
4955 [ 26123] By: rgs                                   on 2005/11/14  10:24:58
4956         Log: Suppress gcc warnings when ignoring the return value of io_close(),
4957              as suggested by Gisle Aas.
4958      Branch: perl
4959            ! embed.fnc proto.h
4960 ____________________________________________________________________________
4961 [ 26122] By: rgs                                   on 2005/11/14  10:13:41
4962         Log: Subject: [PATCH] Missing ; in Storable.xs
4963              From: Gisle Aas <gisle@ActiveState.com>
4964              Date: 14 Nov 2005 02:32:14 -0800
4965              Message-ID: <lrhdafy0y9.fsf_-_@caliper.activestate.com>
4966      Branch: perl
4967            ! ext/Storable/Storable.xs
4968 ____________________________________________________________________________
4969 [ 26120] By: steveh                                on 2005/11/14  09:39:48
4970         Log: Subject: [PATCH] Compress::Zlib
4971              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
4972              Date: Sun, 13 Nov 2005 17:09:08 -0000
4973              Message-ID: <00d101c5e874$f865f910$6d1c140a@myopwv.com>
4974      Branch: perl
4975            ! ext/Compress/Zlib/Zlib.pm
4976            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
4977            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
4978            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
4979            ! ext/Compress/Zlib/t/09gziphdr.t
4980 ____________________________________________________________________________
4981 [ 26119] By: steveh                                on 2005/11/14  09:39:02
4982         Log: Fix code-before-declaration in boot_Storable added by 26107
4983      Branch: perl
4984            ! ext/Storable/Storable.xs
4985 ____________________________________________________________________________
4986 [ 26118] By: stevep                                on 2005/11/14  01:13:16
4987         Log: Subject: [PATCH] consting perlbug breaking in blead & maint
4988              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
4989              Date: Sun, 13 Nov 2005 16:00:49 -0800
4990              Message-ID: <20051114000049.GA7676@efn.org>
4991      Branch: perl
4992            ! utils/perlbug.PL
4993 ____________________________________________________________________________
4994 [ 26112] By: nicholas                              on 2005/11/13  18:47:27
4995         Log: Fix breakages that prevended -DPERL_POISON from compiling.
4996      Branch: perl
4997            ! handy.h sv.h
4998 ____________________________________________________________________________
4999 [ 26110] By: nicholas                              on 2005/11/13  11:44:30
5000         Log: Integrate:
5001              [ 26108]
5002              BEGIN blocks should start a new stack, as they can be called as a
5003              side effect of "regular" Perl API calls within subroutines that have
5004              already cached the current stack's address. If they don't, any stack
5005              extension during the call may move the stack, rendering that cached
5006              value invalid without the cachee realising. (For example, PP code
5007              calling gv_fetchpv() which triggers a load of Errno.pm)
5008      Branch: perl
5009           !> op.c
5010 ____________________________________________________________________________
5011 [ 26107] By: stevep                                on 2005/11/13  00:40:25
5012         Log: Subject: Re: [PATCH] Enhanced Storable::read_magic()
5013              From: Gisle Aas <gisle@ActiveState.com>
5014              Date: 12 Nov 2005 13:13:23 -0800
5015              Message-ID: <lrhdah7eoc.fsf@caliper.activestate.com>
5016      Branch: perl
5017            + ext/Storable/t/file_magic.t
5018            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
5019            ! ext/Storable/Storable.xs
5020 ____________________________________________________________________________
5021 [ 26103] By: stevep                                on 2005/11/12  20:44:16
5022         Log: Upgrade to Locale-Maketext-1.10.  As change #25547 did not make it
5023              into the module release, I bumped the version number and added the
5024              missing code.
5025      Branch: perl
5026            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
5027 ____________________________________________________________________________
5028 [ 26101] By: stevep                                on 2005/11/12  19:46:18
5029         Log: Subject: [perl #37657] segfault with binmode ":pop"
5030              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
5031              Date: Fri, 11 Nov 2005 06:36:20 -0800
5032              Message-ID: <rt-3.0.11-37657-124293.6.03947871136576@perl.org>
5033      Branch: perl
5034            ! perlio.c
5035 ____________________________________________________________________________
5036 [ 26100] By: nicholas                              on 2005/11/12  18:48:29
5037         Log: Make B's tests skip correctly when PerlIO is not configured.
5038      Branch: perl
5039            ! ext/B/t/concise-xs.t ext/B/t/concise.t
5040 ____________________________________________________________________________
5041 [ 26099] By: stevep                                on 2005/11/12  16:59:49
5042         Log: Subject: [PATCH] mathoms prototypes aren't prototypes
5043              From: Andy Lester <andy@petdance.com>
5044              Date: Fri, 11 Nov 2005 17:20:30 -0600
5045              Message-ID: <20051111232030.GA882@petdance.com>
5046      Branch: perl
5047            ! mathoms.c perl.c
5048 ____________________________________________________________________________
5049 [ 26096] By: stevep                                on 2005/11/12  15:41:09
5050         Log: Andy Lester maintains Locale::Maketext now.
5051      Branch: perl
5052            ! Porting/Maintainers.pl
5053 ____________________________________________________________________________
5054 [ 26093] By: nicholas                              on 2005/11/12  10:21:50
5055         Log: Change 26063 got one conditional the wrong way round.
5056      Branch: perl
5057            ! ext/B/B/Bytecode.pm
5058 ____________________________________________________________________________
5059 [ 26091] By: nicholas                              on 2005/11/12  09:15:32
5060         Log: Make the removal of references to AvFLAGS in the B modules conditional
5061              on perl version.
5062      Branch: perl
5063            ! ext/B/B/C.pm ext/B/B/Debug.pm
5064 ____________________________________________________________________________
5065 [ 26090] By: stevep                                on 2005/11/11  22:47:06
5066         Log: const'ing Netdb_host_t broke HP-UX and created warnings on gcc for a double const.  
5067              Netdb_host_t is a macro that for a const pointer.
5068      Branch: perl
5069            ! pp_sys.c
5070 ____________________________________________________________________________
5071 [ 26089] By: nicholas                              on 2005/11/11  21:52:20
5072         Log: 26085 was wrong. Undo it.
5073              (I suspect that I got this wrong because more changes have been made
5074              in blead subsequent to the change I was attempting to merge in, and
5075              and jiggled around with the number of tests)
5076      Branch: perl
5077            ! ext/B/t/concise-xs.t
5078 ____________________________________________________________________________
5079 [ 26088] By: stevep                                on 2005/11/11  16:44:39
5080         Log: Subject: [PATCH] DB_File 1.814
5081              From: Paul Marquess <Paul.Marquess@ntlworld.com>
5082              Date: Fri, 11 Nov 2005 12:09:55 -0000
5083              Message-ID: <00e301c5e6b8$d5a357f0$241c140a@myopwv.com>
5084      Branch: perl
5085            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
5086            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
5087 ____________________________________________________________________________
5088 [ 26087] By: stevep                                on 2005/11/11  16:17:03
5089         Log: Subject: [PATCH] Storable 0.1 compatibility
5090              From: Gisle Aas <gisle@ActiveState.com> 
5091              Date: 11 Nov 2005 05:42:29 -0800 
5092              Message-ID: <lry83v712y.fsf@caliper.activestate.com>
5093              
5094              Also added an entry in the main MANIFEST file for the new test and 
5095              a version bump in Storable.pm.
5096      Branch: perl
5097            + ext/Storable/t/compat01.t
5098            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.pm
5099            ! ext/Storable/Storable.xs
5100 ____________________________________________________________________________
5101 [ 26085] By: nicholas                              on 2005/11/11  14:16:30
5102         Log: Correct the version-dependant expression for the number of tests, as it
5103              is now giving the wrong number for 5.8.x
5104      Branch: perl
5105            ! ext/B/t/concise-xs.t
5106 ____________________________________________________________________________
5107 [ 26082] By: stevep                                on 2005/11/11  04:55:56
5108         Log: Subject: [PATCH] Const & local: Special Victims Unit
5109              From: Andy Lester <andy@petdance.com>
5110              Date: Thu, 10 Nov 2005 22:47:00 -0600
5111              Message-ID: <20051111044700.GA24161@petdance.com>
5112      Branch: perl
5113            ! cop.h doio.c doop.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c sv.c
5114            ! util.c
5115 ____________________________________________________________________________
5116 [ 26081] By: stevep                                on 2005/11/11  03:27:35
5117         Log: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. 
5118      Branch: perl
5119            ! ext/Encode/Encode.pm
5120 ____________________________________________________________________________
5121 [ 26080] By: stevep                                on 2005/11/11  03:18:11
5122         Log: Fix for RT #37654.  Added $COMPILING to list of variables exported.
5123      Branch: perl
5124            ! lib/English.pm
5125 ____________________________________________________________________________
5126 [ 26079] By: rgs                                   on 2005/11/10  16:59:15
5127         Log: Subject: [PATCH] Suppress leaked warnings in ExtUtils tests
5128              From: Dominic Dunlop <domo@computer.org>
5129              Date: Thu, 10 Nov 2005 18:10:00 +0100
5130              Message-Id: <D2949A21-7EE3-449F-BEF2-38FAD7B4A483@computer.org>
5131      Branch: perl
5132            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/Manifest.t
5133 ____________________________________________________________________________
5134 [ 26078] By: rgs                                   on 2005/11/10  16:36:12
5135         Log: Patch by Ilya Zakharevich to give more meaningful error
5136              messages from if.pm when invoked with a condition in list
5137              context. Also bump if's VERSION.
5138      Branch: perl
5139            ! lib/if.pm
5140 ____________________________________________________________________________
5141 [ 26077] By: rgs                                   on 2005/11/10  15:10:42
5142         Log: Define PERL_DEFAULT_DO_EXEC3_IMPLEMENTATION earlier in perl.h
5143              (that is, before embed.h, that uses this symbol, is included)
5144      Branch: perl
5145            ! perl.h
5146 ____________________________________________________________________________
5147 [ 26076] By: rgs                                   on 2005/11/10  14:26:12
5148         Log: Subject: [perl #35847] File::Find not performing as documented 
5149              From: "jms@mathras.comcast.net (via RT)" <perlbug-followup@perl.org>
5150              Date: 17 May 2005 10:40:08 -0000
5151              Message-ID: <rt-3.0.11-35847-113088.7.09182163210095@perl.org>
5152      Branch: perl
5153            ! lib/File/Find.pm
5154 ____________________________________________________________________________
5155 [ 26075] By: rgs                                   on 2005/11/10  13:03:20
5156         Log: Subject: [perl #37648] segfault with PERLIO_DEBUG 
5157              From: Peter Dintelmann (via RT) <perlbug-followup@perl.org>
5158              Date: Thu, 10 Nov 2005 04:31:39 -0800
5159              Message-ID: <rt-3.0.11-37648-124187.17.2251402270294@perl.org>
5160      Branch: perl
5161            ! perlio.c
5162 ____________________________________________________________________________
5163 [ 26074] By: stevep                                on 2005/11/10  12:22:43
5164         Log: Subject: [perl #37582] [PATCH] h2ph inc_dirs() fails to prepend gcc include search path, resulting in missing C standard headers on Linux
5165              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
5166              Date: Tue, 01 Nov 2005 15:22:45 -0800
5167              Message-ID: <rt-3.0.11-37582-123738.12.3509768746337@perl.org>
5168      Branch: perl
5169            ! utils/h2ph.PL
5170 ____________________________________________________________________________
5171 [ 26073] By: rgs                                   on 2005/11/10  10:52:51
5172         Log: Subject: [PATCH] remove whitespace preceding semicolon in docs
5173              From: Steven Schubiger <schubiger@cpan.org>
5174              Date: Mon, 31 Oct 2005 22:48:27 +0100
5175              Message-ID: <20051031214827.GH24416@accognoscere.homeunix.org>
5176      Branch: perl
5177            ! pod/perl561delta.pod pod/perl56delta.pod pod/perlcall.pod
5178            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perlfaq5.pod
5179            ! pod/perlfilter.pod pod/perlipc.pod pod/perllexwarn.pod
5180            ! pod/perlop.pod pod/perlre.pod pod/perlsub.pod pod/perltrap.pod
5181            ! pod/perlxs.pod
5182 ____________________________________________________________________________
5183 [ 26072] By: rgs                                   on 2005/11/10  10:37:42
5184         Log: Really apply change #26071.
5185      Branch: perl
5186            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
5187            ! wince/config_sh.PL
5188 ____________________________________________________________________________
5189 [ 26071] By: rgs                                   on 2005/11/10  10:35:57
5190         Log: Subject: [PATCH @26062] wince patch
5191              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
5192              Date: Wed, 9 Nov 2005 20:22:52 +0300 
5193              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12DC02@itotest-1.spb.lucent.com>
5194      Branch: perl
5195            ! configpm ext/Cwd/Cwd.xs wince/Makefile.ce wince/config_h.PL
5196            ! wince/config_sh.PL
5197 ____________________________________________________________________________
5198 [ 26070] By: rgs                                   on 2005/11/10  09:11:26
5199         Log: Add tests for two untested syntax error messages about \N
5200      Branch: perl
5201            ! t/comp/parser.t
5202 ____________________________________________________________________________
5203 [ 26069] By: steveh                                on 2005/11/10  08:41:53
5204         Log: Make Perl_seed public
5205              
5206              Fixes Win32 linker error in List::Util introduced by change #26054
5207      Branch: perl
5208            ! embed.fnc embed.h global.sym
5209 ____________________________________________________________________________
5210 [ 26068] By: rgs                                   on 2005/11/10  08:36:13
5211         Log: Subject: [PATCH] blead@26052 Symbian update
5212              From: <jarkko.hietaniemi@nokia.com>
5213              Date: Wed, 9 Nov 2005 17:45:07 +0200
5214              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A73D@esebe105.NOE.Nokia.com>
5215      Branch: perl
5216            ! README.symbian symbian/TODO symbian/config.pl symbian/port.pl
5217            ! symbian/sdk.pl symbian/sisify.pl
5218 ____________________________________________________________________________
5219 [ 26067] By: nicholas                              on 2005/11/09  21:52:03
5220         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
5221              change 25925 had the side effect of breaking ext/Encode/t/perlio.t
5222              Fixed by opening with :bytes.
5223      Branch: perl
5224            ! ext/Encode/t/perlio.t
5225 ____________________________________________________________________________
5226 [ 26066] By: nicholas                              on 2005/11/09  21:30:02
5227         Log: I/O is UTF-8, not "UNICODE"
5228      Branch: perl
5229            ! t/io/layers.t
5230 ____________________________________________________________________________
5231 [ 26065] By: nicholas                              on 2005/11/09  20:53:29
5232         Log: As using -C to turn on utf8 IO is equivalent to the open pragma,
5233              change 25925 had the side effect of breaking t/io/utf8.t
5234              Fixed by adding the missing binmode()s.
5235      Branch: perl
5236            ! t/io/utf8.t
5237 ____________________________________________________________________________
5238 [ 26064] By: nicholas                              on 2005/11/09  20:23:28
5239         Log: Better diagnostics from io/utf8.t
5240      Branch: perl
5241            ! t/io/utf8.t
5242 ____________________________________________________________________________
5243 [ 26063] By: nicholas                              on 2005/11/09  17:29:44
5244         Log: Make the Bytecode changes conditional on perl version.
5245      Branch: perl
5246            ! ext/B/B/Bytecode.pm
5247 ____________________________________________________________________________
5248 [ 26062] By: rgs                                   on 2005/11/09  11:56:04
5249         Log: Subject: Re: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
5250              From: Graham Barr <gbarr@pobox.com>
5251              Date: Wed, 9 Nov 2005 06:09:48 -0600
5252              Message-Id: <6CAD749E-AE29-415A-9ACB-BA8F6FB8279E@pobox.com>
5253      Branch: perl
5254            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
5255            ! ext/List/Util/t/lln.t ext/List/Util/t/p_blessed.t
5256            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_lln.t
5257            ! ext/List/Util/t/p_max.t ext/List/Util/t/p_maxstr.t
5258            ! ext/List/Util/t/p_min.t ext/List/Util/t/p_minstr.t
5259            ! ext/List/Util/t/p_openhan.t ext/List/Util/t/p_readonly.t
5260            ! ext/List/Util/t/p_reduce.t ext/List/Util/t/p_refaddr.t
5261            ! ext/List/Util/t/p_reftype.t ext/List/Util/t/p_shuffle.t
5262            ! ext/List/Util/t/p_sum.t ext/List/Util/t/p_tainted.t
5263 ____________________________________________________________________________
5264 [ 26061] By: nicholas                              on 2005/11/09  11:21:10
5265         Log: Simplify Perl_allocmy slightly, and cope better with the name is ""
5266              case.
5267      Branch: perl
5268            ! op.c
5269 ____________________________________________________________________________
5270 [ 26060] By: nicholas                              on 2005/11/09  11:17:17
5271         Log: Add a comment about possible future refactoring of the pad code.
5272      Branch: perl
5273            ! pad.c
5274 ____________________________________________________________________________
5275 [ 26059] By: nicholas                              on 2005/11/09  10:56:28
5276         Log: Remove superfluous strlen() from pp_require().
5277      Branch: perl
5278            ! pp_ctl.c
5279 ____________________________________________________________________________
5280 [ 26058] By: stevep                                on 2005/11/09  10:45:57
5281         Log: Patch from Gisle to add NO_MATHOMS to the Compile-time options.
5282      Branch: perl
5283            ! perl.c
5284 ____________________________________________________________________________
5285 [ 26057] By: rgs                                   on 2005/11/09  10:31:35
5286         Log: Don't declare a function inside another function
5287      Branch: perl
5288            ! perl.c
5289 ____________________________________________________________________________
5290 [ 26056] By: merijn                                on 2005/11/09  09:54:28
5291         Log: Subject: Configure setting patchlevel broken
5292              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5293              Date: Fri, 14 Oct 2005 00:33:29 -0700
5294              Message-ID: <20051014073329.GA3236@efn.org>
5295      Branch: perl
5296            ! Configure
5297 ____________________________________________________________________________
5298 [ 26054] By: rgs                                   on 2005/11/09  09:15:04
5299         Log: Subject: [PATCH] Re: [perl #32383] DProf breaks List::Util::shuffle
5300              From: Robin Houston <robin@cpan.org>
5301              Date: Tue, 8 Nov 2005 19:02:34 +0000
5302              Message-ID: <20051108190234.GA25953@rpc142.cs.man.ac.uk>
5303      Branch: perl
5304            ! cop.h ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
5305            ! ext/List/Util/multicall.h ext/List/Util/t/first.t
5306            ! ext/List/Util/t/reduce.t pod/perlcall.pod
5307 ____________________________________________________________________________
5308 [ 26053] By: rgs                                   on 2005/11/09  08:57:10
5309         Log: Subject: patch@26052 - compile rule for mathoms.c
5310              From: "John E. Malmberg" <wb8tyw@qsl.net>
5311              Date: Tue, 08 Nov 2005 23:09:03 -0500
5312              Message-ID: <4371765F.1000900@qsl.net>
5313      Branch: perl
5314            ! vms/descrip_mms.template
5315 ____________________________________________________________________________
5316 [ 26052] By: nicholas                              on 2005/11/08  22:05:57
5317         Log: It helps to actually *remove* the now-superfluous strlen().
5318              (An addendum to 26050.)
5319      Branch: perl
5320            ! toke.c
5321 ____________________________________________________________________________
5322 [ 26051] By: nicholas                              on 2005/11/08  21:55:40
5323         Log: Moving the 4 writes of PL_no_mem followed by exit(1) to a static
5324              function makes the object code slightly smaller.
5325      Branch: perl
5326            ! util.c
5327 ____________________________________________________________________________
5328 [ 26050] By: nicholas                              on 2005/11/08  21:37:52
5329         Log: Eliminate some unnecessary strlen()s
5330      Branch: perl
5331            ! doio.c op.c perl.c perlio.c sv.c toke.c util.c
5332 ____________________________________________________________________________
5333 [ 26049] By: nicholas                              on 2005/11/08  20:43:11
5334         Log: Eliminate duplicate strlen()s by explicitly calling it.
5335              Note two places for future audit with FIXME.
5336              Convert a SvPVX_const to SvPVX_const_nolen, where the length is unused.
5337      Branch: perl
5338            ! pp_ctl.c
5339 ____________________________________________________________________________
5340 [ 26048] By: nicholas                              on 2005/11/08  20:35:11
5341         Log: 3 calls to strlen() we can avoid.
5342      Branch: perl
5343            ! doio.c
5344 ____________________________________________________________________________
5345 [ 26047] By: rgs                                   on 2005/11/08  17:35:58
5346         Log: Subject: [DOC PATCH] mention @-, @+ in perl56delta.pod
5347              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
5348              Date: Tue, 8 Nov 2005 08:46:42 -0800
5349              Message-ID: <20051108164642.GD7972@efn.org>
5350      Branch: perl
5351            ! pod/perl561delta.pod pod/perl56delta.pod
5352 ____________________________________________________________________________
5353 [ 26046] By: nicholas                              on 2005/11/08  16:30:18
5354         Log: Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as
5355              its presence changes structure sizes.
5356      Branch: perl
5357            ! perl.c
5358 ____________________________________________________________________________
5359 [ 26045] By: stevep                                on 2005/11/08  14:24:39
5360         Log: From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5361              Subject: Re: A surprising segfault
5362              Date: Tue, 08 Nov 2005 23:36:13 +0900
5363              Message-Id: <20051108233535.735D.BQW10602@nifty.com>
5364      Branch: perl
5365            ! t/io/fs.t t/io/print.t t/op/chop.t t/op/sort.t
5366 ____________________________________________________________________________
5367 [ 26044] By: steveh                                on 2005/11/08  10:16:56
5368         Log: Remove an unused variable left over from change #26041
5369      Branch: perl
5370            ! win32/win32.c
5371 ____________________________________________________________________________
5372 [ 26043] By: rgs                                   on 2005/11/08  10:11:55
5373         Log: Subject: Re: C<undef %::> considered harmful
5374              From: Benjamin Sugars <bsugars@canoe.ca>
5375              Date: Fri, 20 Apr 2001 10:30:20 -0400 (EDT)
5376              Message-ID: <Pine.LNX.4.21.0104201022040.1722-100000@marmot.rim.canoe.ca>
5377              
5378              except the part that increases the refcount of PL_stderrgv, already
5379              fixed separately.
5380      Branch: perl
5381            ! perl.c
5382 ____________________________________________________________________________
5383 [ 26042] By: rgs                                   on 2005/11/08  09:57:10
5384         Log: Upgrade to CPAN 1.76_65
5385      Branch: perl
5386            - lib/CPAN/Admin.pm
5387            ! MANIFEST lib/CPAN.pm lib/CPAN/SIGNATURE lib/CPAN/bin/cpan
5388            ! lib/CPAN/t/version.t
5389 ____________________________________________________________________________
5390 [ 26041] By: merijn                                on 2005/11/08  06:29:56
5391         Log: Subject: [PATCH] Remove unused USING_WIDE code from win32 and wince branches
5392              From: "Jan Dubois" <jand@ActiveState.com>
5393              Date: Mon, 7 Nov 2005 20:39:02 -0800
5394              Message-ID: <078001c5e41e$585c4140$6401a8c0@candy>
5395      Branch: perl
5396            ! win32/ext/Win32/Win32.xs win32/perlhost.h win32/win32.c
5397            ! win32/win32.h wince/perlhost.h wince/win32.h wince/wince.c
5398 ____________________________________________________________________________
5399 [ 26040] By: stevep                                on 2005/11/08  00:41:51
5400         Log: Updated perldiag.pod entry for "Can't use subscript..."
5401      Branch: perl
5402            ! pod/perldiag.pod
5403 ____________________________________________________________________________
5404 [ 26039] By: nicholas                              on 2005/11/07  21:31:16
5405         Log: Merge pp_slt, pp_sgt and pp_sge into pp_sle. (The most commonly used
5406              of the 4. Not that any are that popular.)
5407      Branch: perl
5408            ! mathoms.c opcode.h opcode.pl pp.c
5409 ____________________________________________________________________________
5410 [ 26038] By: stevep                                on 2005/11/07  18:35:47
5411         Log: Subject: [PATCH] Re: [perl #36061] Not OK: perl v5.8.7 on darwin-2level 8.1.0 (UNINSTALLED)
5412              From: shouldbedomo@mac.com (Dominic Dunlop)
5413              Date: Mon, 7 Nov 2005 18:24:50 +0100
5414              Message-ID: <B9D07EB3-DF78-48A9-90C4-AF3A89AAB7C6@mac.com>
5415              
5416              README.macosx updates
5417      Branch: perl
5418            ! README.macosx
5419 ____________________________________________________________________________
5420 [ 26037] By: nicholas                              on 2005/11/07  15:21:01
5421         Log: s/Nick Clark/Nicholas Clark/
5422      Branch: perl
5423            ! Changes Changes5.8 doio.c t/op/lc.t
5424 ____________________________________________________________________________
5425 [ 26036] By: nicholas                              on 2005/11/07  15:18:51
5426         Log: For each test function, test it as is, and with extra data appended
5427              after each test character.
5428      Branch: perl
5429            ! t/uni/case.pl
5430 ____________________________________________________________________________
5431 [ 26035] By: nicholas                              on 2005/11/07  14:05:25
5432         Log: The rarely used lcfirst and ucfirst share almost all their code.
5433              Merge the two as pp_ucfirst.
5434      Branch: perl
5435            ! mathoms.c opcode.h opcode.pl pp.c
5436 ____________________________________________________________________________
5437 [ 26034] By: nicholas                              on 2005/11/07  13:22:35
5438         Log: Fix bug #37628 (both lcfirst and ucfirst)
5439      Branch: perl
5440            ! pp.c t/uni/case.pl t/uni/lower.t t/uni/title.t t/uni/upper.t
5441 ____________________________________________________________________________
5442 [ 26033] By: rgs                                   on 2005/11/07  12:26:29
5443         Log: Subject: [PATCH] Cleaning up x2p directory
5444              From: Andy Lester <andy@petdance.com>
5445              Date: Fri, 4 Nov 2005 15:13:55 -0600
5446              Message-ID: <20051104211355.GB12651@petdance.com>
5447      Branch: perl
5448            - x2p/proto.h
5449            ! MANIFEST x2p/EXTERN.h x2p/INTERN.h x2p/a2p.h x2p/a2py.c
5450            ! x2p/hash.c x2p/hash.h x2p/str.c x2p/str.h x2p/util.c
5451            ! x2p/util.h x2p/walk.c
5452 ____________________________________________________________________________
5453 [ 26032] By: rgs                                   on 2005/11/07  12:20:59
5454         Log: Subject: [PATCH] Missing static declarations 
5455              From: Gisle Aas <gisle@ActiveState.com>
5456              Date: 05 Nov 2005 05:08:03 -0800
5457              Message-ID: <lracgj1bv0.fsf@caliper.activestate.com>
5458      Branch: perl
5459            ! genpacksizetables.pl pp_pack.c
5460 ____________________________________________________________________________
5461 [ 26031] By: rgs                                   on 2005/11/07  11:49:46
5462         Log: Remove CPAN.pm's META.yml.
5463              Add CPAN.pm's SIGNATURE in MANIFEST.
5464      Branch: perl
5465            - lib/CPAN/META.yml
5466            ! MANIFEST
5467 ____________________________________________________________________________
5468 [ 26030] By: rgs                                   on 2005/11/07  11:39:57
5469         Log: Subject: [PATCH] Symbian update blead@26025
5470              From: <jarkko.hietaniemi@nokia.com>
5471              Date: Mon, 7 Nov 2005 13:32:15 +0200
5472              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A70C@esebe105.NOE.Nokia.com>
5473      Branch: perl
5474            + symbian/PerlUi.cpp symbian/PerlUi.h symbian/PerlUi.hrh
5475            + symbian/PerlUiS60.rss symbian/PerlUiS80.rss
5476            + symbian/PerlUiUIQ.rss symbian/ext/Moped/Msg/Msg.mmp
5477            + symbian/ext/Moped/Msg/Msg.pkg symbian/ext/Moped/Msg/Msg.pm
5478            + symbian/ext/Moped/Msg/Msg.xs symbian/ext/Moped/Msg/README
5479            + symbian/ext/Moped/Msg/bld.inf
5480            + symbian/ext/Moped/Msg/location.pl
5481            - symbian/PerlAppS60.rss symbian/PerlAppS80.rss
5482            - symbian/PerlAppUIQ.rss
5483            ! MANIFEST doio.c perl.c symbian/PerlApp.cpp symbian/PerlApp.h
5484            ! symbian/PerlApp.hrh symbian/PerlBase.h symbian/TODO
5485            ! symbian/config.pl symbian/config.sh symbian/sanity.pl
5486            ! symbian/sdk.pl symbian/sisify.pl symbian/symbian_proto.h
5487            ! symbian/symbian_utils.cpp symbian/symbianish.h
5488            ! symbian/xsbuild.pl
5489 ____________________________________________________________________________
5490 [ 26029] By: nicholas                              on 2005/11/07  10:52:08
5491         Log: Add lib/CPAN/Admin.pm from CPAN to make version.t pass.
5492      Branch: perl
5493            + lib/CPAN/Admin.pm
5494            ! MANIFEST
5495 ____________________________________________________________________________
5496 [ 26028] By: rgs                                   on 2005/11/07  10:24:54
5497         Log: Subject: [PATCH] Consting and localizing: Part LXVIII
5498              From: Andy Lester <andy@petdance.com>
5499              Date: Fri, 4 Nov 2005 15:12:56 -0600
5500              Message-ID: <20051104211256.GA12651@petdance.com>
5501      Branch: perl
5502            ! deb.c embed.fnc embed.h locale.c pp_sys.c proto.h scope.c
5503            ! universal.c utf8.c util.c
5504 ____________________________________________________________________________
5505 [ 26027] By: rgs                                   on 2005/11/07  09:58:26
5506         Log: Subject: [perl #24254] Attempt to free unreferenced scalar 
5507              From: "Chris Heath via RT" <perlbug-followup@perl.org>
5508              Date: Sun, 06 Nov 2005 20:08:05 -0800
5509              Message-ID: <rt-3.0.11-24254-123984.4.44134155985068@perl.org>
5510      Branch: perl
5511            ! cop.h
5512 ____________________________________________________________________________
5513 [ 26026] By: merijn                                on 2005/11/07  08:14:59
5514         Log: Subject: [PATCH] follow up on 25969 for VMS
5515              From: Abe Timmerman <abe@ztreet.demon.nl>
5516              Date: Sat, 5 Nov 2005 13:29:58 +0200
5517              Message-Id: <200511051229.58297.abe@ztreet.demon.nl>
5518      Branch: perl
5519            ! vms/vms.c vms/vmsish.h
5520 ____________________________________________________________________________
5521 [ 26025] By: stevep                                on 2005/11/07  03:42:53
5522         Log: Added note to README.macosx regarding failures from broken locale
5523              files.
5524      Branch: perl
5525            ! README.macosx
5526 ____________________________________________________________________________
5527 [ 26024] By: stevep                                on 2005/11/07  02:58:31
5528         Log: Fix documentation for gmtime().
5529      Branch: perl
5530            ! pod/perlfunc.pod
5531 ____________________________________________________________________________
5532 [ 26023] By: stevep                                on 2005/11/06  20:18:23
5533         Log: Upgrade to CPAN-1.76_61
5534      Branch: perl
5535            + lib/CPAN/PAUSE2005.pub
5536            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/META.yml
5537            ! lib/CPAN/Nox.pm lib/CPAN/SIGNATURE lib/CPAN/Version.pm
5538            ! lib/CPAN/bin/cpan lib/CPAN/t/Nox.t lib/CPAN/t/vcmp.t
5539            ! lib/CPAN/t/version.t
5540 ____________________________________________________________________________
5541 [ 26022] By: stevep                                on 2005/11/06  19:16:54
5542         Log: Nits in the pp_defined code spotted by Jarkko.
5543      Branch: perl
5544            ! pp_hot.c
5545 ____________________________________________________________________________
5546 [ 26021] By: stevep                                on 2005/11/06  18:38:02
5547         Log: Upgrade to Time-HiRes-1.82
5548      Branch: perl
5549            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5550            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5551            ! ext/Time/HiRes/t/HiRes.t
5552 ____________________________________________________________________________
5553 [ 26020] By: merijn                                on 2005/11/06  07:23:15
5554         Log: Subject: Re: [PATCH configure.com] add the new d_futimes as undef
5555              From: "John E. Malmberg" <wb8tyw@qsl.net>
5556              Date: Sat, 05 Nov 2005 21:28:33 -0500
5557              Message-ID: <436D6A51.5040700@qsl.net>
5558      Branch: perl
5559            ! configure.com
5560 ____________________________________________________________________________
5561 [ 26019] By: nicholas                              on 2005/11/05  16:47:31
5562         Log: Make the 5.9 changes to B conditional on perl version.
5563      Branch: perl
5564            ! ext/B/B.pm ext/B/B.xs
5565 ____________________________________________________________________________
5566 [ 26018] By: nicholas                              on 2005/11/05  16:28:09
5567         Log: '[at]' should be '@'
5568              Suck in CPAN/Nox.pm from CPAN, so that version.t passes.
5569      Branch: perl
5570            ! lib/CPAN.pm lib/CPAN/Nox.pm lib/CPAN/Version.pm
5571            ! lib/CPAN/t/version.t
5572 ____________________________________________________________________________
5573 [ 26017] By: stevep                                on 2005/11/05  14:49:11
5574         Log: Kill warnings and add a panic to pp_defined() in case the wrong op
5575              is passed in.
5576      Branch: perl
5577            ! pp_hot.c
5578 ____________________________________________________________________________
5579 [ 26016] By: stevep                                on 2005/11/05  13:44:10
5580         Log: Upgrade to CPAN-1.76_60.
5581      Branch: perl
5582            + lib/CPAN/Version.pm lib/CPAN/t/version.t
5583            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
5584            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
5585 ____________________________________________________________________________
5586 [ 26015] By: nicholas                              on 2005/11/05  12:57:40
5587         Log: Allow passing of the full enum name into the tryAMAGICbin family of
5588              macros, to avoid needing C pre-processor string concatenation within
5589              the lowest level expansion.
5590      Branch: perl
5591            ! pp.c pp.h
5592 ____________________________________________________________________________
5593 [ 26014] By: stevep                                on 2005/11/05  12:55:47
5594         Log: Upgrade to Time-HiRes-1.81
5595      Branch: perl
5596            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5597            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
5598 ____________________________________________________________________________
5599 [ 26013] By: merijn                                on 2005/11/05  11:38:32
5600         Log: Subject: [PATCH configure.com] add the new d_futimes as undef
5601              From: Abe Timmerman <abe@ztreet.demon.nl>
5602              Date: Sat, 5 Nov 2005 11:26:33 +0200
5603              Message-Id: <200511051026.33940.abe@ztreet.demon.nl>
5604      Branch: perl
5605            ! configure.com
5606 ____________________________________________________________________________
5607 [ 26012] By: rgs                                   on 2005/11/05  10:13:56
5608         Log: Remove the obsolete KNOWN PROBLEMS sections from perlcall.pod
5609              (noticed by Robin Houston)
5610      Branch: perl
5611            ! pod/perlcall.pod
5612 ____________________________________________________________________________
5613 [ 26011] By: rgs                                   on 2005/11/05  10:10:09
5614         Log: Subject: Re: A surprising segfault
5615              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5616              Date: Nov 5, 2005 5:54 AM
5617              Message-Id: <20051105135053.27D7.BQW10602@nifty.com>
5618      Branch: perl
5619            ! pp.c pp_sort.c pp_sys.c
5620 ____________________________________________________________________________
5621 [ 26010] By: nicholas                              on 2005/11/05  08:32:39
5622         Log: dorassign doesn't need --SP;
5623      Branch: perl
5624            ! pp_hot.c
5625 ____________________________________________________________________________
5626 [ 26009] By: davem                                 on 2005/11/05  01:57:23
5627         Log: pp_print didn't extend the stack before pushing its return value
5628      Branch: perl
5629            ! pp_hot.c
5630 ____________________________________________________________________________
5631 [ 26008] By: stevep                                on 2005/11/05  01:39:51
5632         Log: Typos in opcode.pl this time.
5633      Branch: perl
5634            ! opcode.h opcode.pl
5635 ____________________________________________________________________________
5636 [ 26007] By: stevep                                on 2005/11/05  01:36:17
5637         Log: Merge pp_andassign, pp_orassign, and pp_dorassign into pp_and,
5638              pp_or, and pp_defined, respectively.
5639      Branch: perl
5640            ! mathoms.c opcode.h opcode.pl pp_ctl.c pp_hot.c
5641 ____________________________________________________________________________
5642 [ 26006] By: nicholas                              on 2005/11/04  22:50:22
5643         Log: s/printf/my_printf/ because we're using the return value.
5644              My mistake spotted by Gisle.
5645      Branch: perl
5646            ! regcomp.c
5647 ____________________________________________________________________________
5648 [ 26005] By: stevep                                on 2005/11/04  21:41:43
5649         Log: s/pp_dor/pp_defined/
5650      Branch: perl
5651            ! mathoms.c
5652 ____________________________________________________________________________
5653 [ 26004] By: stevep                                on 2005/11/04  21:39:44
5654         Log: I barely knew ya pp_dor.  Merged into pp_defined from whence you came.
5655              This change has also caused pp_defined to be promoted to being a hot
5656              op.
5657      Branch: perl
5658            ! mathoms.c opcode.h opcode.pl pp.c pp_hot.c
5659 ____________________________________________________________________________
5660 [ 26003] By: nicholas                              on 2005/11/04  21:22:46
5661         Log: Use the return value of sprintf in sv_2pv_flags. Remove dead code.
5662      Branch: perl
5663            ! sv.c
5664 ____________________________________________________________________________
5665 [ 26002] By: nicholas                              on 2005/11/04  21:03:58
5666         Log: You can't there from here. (Dead code in sv_2pv_flags)
5667      Branch: perl
5668            ! sv.c
5669 ____________________________________________________________________________
5670 [ 26001] By: nicholas                              on 2005/11/04  20:47:34
5671         Log: Use the return value from sprintf().
5672      Branch: perl
5673            ! regcomp.c taint.c universal.c util.c
5674 ____________________________________________________________________________
5675 [ 26000] By: nicholas                              on 2005/11/04  20:20:56
5676         Log: pp_semop can fit within Perl_pp_shmwrite().
5677      Branch: perl
5678            ! mathoms.c opcode.h opcode.pl pp_sys.c
5679 ____________________________________________________________________________
5680 [ 25999] By: nicholas                              on 2005/11/04  19:53:33
5681         Log: The remaining special logic in pp_syswrite can be moved into pp_send,
5682              which is actually already 50% syswrite.
5683      Branch: perl
5684            ! mathoms.c opcode.h opcode.pl pp_sys.c
5685 ____________________________________________________________________________
5686 [ 25998] By: rgs                                   on 2005/11/04  18:38:34
5687         Log: Revert patch #25993.
5688      Branch: perl
5689            ! regexec.c t/op/pat.t
5690 ____________________________________________________________________________
5691 [ 25997] By: steveh                                on 2005/11/04  17:23:49
5692         Log: Fix a Win32 linker error following change #25972
5693      Branch: perl
5694            ! pp_sys.c
5695 ____________________________________________________________________________
5696 [ 25996] By: rgs                                   on 2005/11/04  16:35:17
5697         Log: Subject: [PATCH] use clearenv if available
5698              From: Alan Burlison <Alan.Burlison@sun.com>
5699              Date: Fri, 04 Nov 2005 16:33:30 +0000
5700              Message-ID: <436B8D5A.4010502@sun.com>
5701      Branch: perl
5702            ! embed.fnc embed.h mg.c proto.h sv.c util.c
5703 ____________________________________________________________________________
5704 [ 25995] By: merijn                                on 2005/11/04  16:30:03
5705         Log: Subject: Re: futimes [PATCH]
5706              From: Steve Peters <steve@fisharerojo.org>
5707              Date: Fri, 4 Nov 2005 09:00:25 -0600
5708              Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org>
5709      Branch: perl
5710            ! Configure
5711 ____________________________________________________________________________
5712 [ 25993] By: rgs                                   on 2005/11/04  16:26:08
5713         Log: Subject: [perl #19049] Incorrect $` after replacement
5714              From: andreas.koenig.gmwojprw@franz.ak.mind.de (Andreas J. Koenig)
5715              Date: Fri, 04 Nov 2005 08:17:25 +0100
5716              Message-ID: <87fyqc51bu.fsf@k75.linux.bogus>
5717      Branch: perl
5718            ! regexec.c t/op/pat.t
5719 ____________________________________________________________________________
5720 [ 25992] By: rgs                                   on 2005/11/04  15:41:21
5721         Log: Subject: Re: [PATCH] sort/multicall patch
5722              From: Robin Houston <robin@cpan.org>
5723              Date: Fri, 4 Nov 2005 15:20:29 +0000
5724              Message-ID: <20051104152029.GA17169@rpc142.cs.man.ac.uk>
5725      Branch: perl
5726            ! pp_ctl.c t/op/sort.t
5727 ____________________________________________________________________________
5728 [ 25991] By: stevep                                on 2005/11/04  15:10:44
5729         Log: Subject: Re: Configure -Dno_mathoms
5730              From: gisle@ActiveState.com (Gisle Aas)
5731              Date: 01 Nov 2005 03:27:49 -0800
5732              Message-ID: <lrslug7glm.fsf@caliper.activestate.com>
5733      Branch: perl
5734            ! mathoms.c perl.c
5735 ____________________________________________________________________________
5736 [ 25990] By: nicholas                              on 2005/11/04  14:47:49
5737         Log: Merge msgsnd, msgrcv with Perl_pp_shmwrite().
5738              "Perfection is achieved not when there's nothing more to add,
5739              but when there's nothing left to remove" (Antoine de Saint-Exupéry)
5740      Branch: perl
5741            ! mathoms.c opcode.h opcode.pl pp_sys.c
5742 ____________________________________________________________________________
5743 [ 25989] By: nicholas                              on 2005/11/04  14:21:19
5744         Log: Once more, with feeling.
5745              [Mmm, has someone been swapping the coffee for decaf?]
5746              [Actual cause - make sure the edited version of the file is in the
5747              correct directory]
5748      Branch: perl
5749            ! pod/perldiag.pod
5750 ____________________________________________________________________________
5751 [ 25988] By: nicholas                              on 2005/11/04  14:18:14
5752         Log: Meta-oops. Change 25987 was not the change you were looking for.
5753      Branch: perl
5754            ! pod/perldiag.pod
5755 ____________________________________________________________________________
5756 [ 25987] By: nicholas                              on 2005/11/04  14:09:11
5757         Log: Oops. This new panic was meant to be added to the documented
5758              diagnostics.
5759      Branch: perl
5760            ! pod/perldiag.pod
5761 ____________________________________________________________________________
5762 [ 25986] By: nicholas                              on 2005/11/04  13:02:42
5763         Log: ftrwrite, ftrexec, fteread, ftewrite and fteexec can all be merged
5764              with Perl_pp_ftrread().
5765      Branch: perl
5766            ! mathoms.c opcode.h opcode.pl pod/perldiag.pod pod/perltodo.pod
5767            ! pp_sys.c
5768 ____________________________________________________________________________
5769 [ 25985] By: stevep                                on 2005/11/04  12:02:51
5770         Log: Upgrade to Time-HiRes-1.80
5771      Branch: perl
5772            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5773            ! ext/Time/HiRes/HiRes.xs
5774 ____________________________________________________________________________
5775 [ 25984] By: nicholas                              on 2005/11/04  11:36:24
5776         Log: PERL_EFF_ACCESS_[RWX]_OK can go.
5777      Branch: perl
5778            ! pp_sys.c
5779 ____________________________________________________________________________
5780 [ 25983] By: nicholas                              on 2005/11/04  11:16:08
5781         Log: The PERL_EFF_ACCESS_[RWX]_OK macros are all defined as triples, so
5782              can be refactored to a single platform dependent PERL_EFF_ACCESS macro
5783              with the other 3 implemented in terms of it.
5784      Branch: perl
5785            ! pp_sys.c
5786 ____________________________________________________________________________
5787 [ 25982] By: merijn                                on 2005/11/04  09:16:53
5788         Log: Subject: [PATCH] bad semicolon in pp_ftrowned
5789              From: Andy Lester <andy@petdance.com>
5790              Date: Fri, 4 Nov 2005 00:37:54 -0600
5791              Message-ID: <20051104063753.GA3863@petdance.com>
5792      Branch: perl
5793            ! pp_sys.c
5794 ____________________________________________________________________________
5795 [ 25981] By: stevep                                on 2005/11/04  00:10:21
5796         Log: Upgrade to Time-HiRes 1.79
5797      Branch: perl
5798            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5799            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
5800 ____________________________________________________________________________
5801 [ 25980] By: stevep                                on 2005/11/03  21:23:48
5802         Log: Reverting the reversion.  va_end() goes with va_start().
5803      Branch: perl
5804            ! mg.c
5805 ____________________________________________________________________________
5806 [ 25979] By: rgs                                   on 2005/11/03  21:07:54
5807         Log: Fix test failures introduced by the change of flags on op_sort
5808      Branch: perl
5809            ! ext/B/t/f_sort.t
5810 ____________________________________________________________________________
5811 [ 25978] By: stevep                                on 2005/11/03  20:28:20
5812         Log: Upgrade to Time-HiRes-1.78
5813      Branch: perl
5814            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5815            ! ext/Time/HiRes/t/HiRes.t
5816 ____________________________________________________________________________
5817 [ 25977] By: stevep                                on 2005/11/03  17:27:58
5818         Log: Change #25976 seemed to cause test failures in ext/B/t/f_sort.t.  What
5819              was that line about Jenga again?
5820      Branch: perl
5821            ! mg.c
5822 ____________________________________________________________________________
5823 [ 25976] By: stevep                                on 2005/11/03  17:14:17
5824         Log: Missing va_end(args) from SA_SIGINFO related code.
5825      Branch: perl
5826            ! mg.c
5827 ____________________________________________________________________________
5828 [ 25975] By: stevep                                on 2005/11/03  16:00:12
5829         Log: Test for the right signal should use the constant for that signal.
5830      Branch: perl
5831            ! ext/POSIX/t/sigaction.t
5832 ____________________________________________________________________________
5833 [ 25974] By: stevep                                on 2005/11/03  15:07:26
5834         Log: Add appropriate skips to t/io/fs.t to fix test failures on Cygwin.
5835      Branch: perl
5836            ! t/io/fs.t
5837 ____________________________________________________________________________
5838 [ 25973] By: stevep                                on 2005/11/03  14:56:25
5839         Log: More core test cleanups.  Mainly fixes to remove code that caused 
5840              warnings, but there were a few bug fixes that were hidden by 
5841              no using warnings.
5842      Branch: perl
5843            ! t/io/nargv.t t/io/openpid.t t/io/pipe.t t/io/print.t
5844            ! t/io/read.t t/io/tell.t
5845 ____________________________________________________________________________
5846 [ 25972] By: nicholas                              on 2005/11/03  14:19:34
5847         Log: Perl_pp_symlink and Perl_pp_link can be merged. The diff looks evil,
5848              but the actual finished code is not as bad as it seems.
5849      Branch: perl
5850            ! mathoms.c opcode.h opcode.pl pp_sys.c
5851 ____________________________________________________________________________
5852 [ 25971] By: rgs                                   on 2005/11/03  12:29:18
5853         Log: Document some bogus compiler warnings in README.solaris
5854              
5855              Subject: Re: Why is malloc_wrap now the default?
5856              From: Alan Burlison <Alan.Burlison@sun.com>
5857              Date: Thu, 03 Nov 2005 12:54:16 +0000
5858              Message-ID: <436A0878.1030703@sun.com>
5859      Branch: perl
5860            ! README.solaris
5861 ____________________________________________________________________________
5862 [ 25970] By: stevep                                on 2005/11/03  11:37:31
5863         Log: Upgrade to Time-HiRes-1.77
5864      Branch: perl
5865            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
5866            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
5867            ! ext/Time/HiRes/fallback/const-c.inc
5868            ! ext/Time/HiRes/fallback/const-xs.inc ext/Time/HiRes/t/HiRes.t
5869 ____________________________________________________________________________
5870 [ 25969] By: nicholas                              on 2005/11/03  11:09:39
5871         Log: Patch 3945 was a bit overkeen - the effective parameter to cando() and
5872              ingroup() is a boolean flag, not a GID or UID.
5873      Branch: perl
5874            ! doio.c embed.fnc proto.h
5875 ____________________________________________________________________________
5876 [ 25968] By: nicholas                              on 2005/11/03  09:51:56
5877         Log: Avoiding source code duplication for the lstat() on filehandle %s
5878              warning also makes the object code slightly smaller.
5879      Branch: perl
5880            ! pp_sys.c
5881 ____________________________________________________________________________
5882 [ 25967] By: stevep                                on 2005/11/03  02:09:30
5883         Log: Clean up some test files.
5884      Branch: perl
5885            ! t/io/argv.t t/io/crlf_through.t t/io/dup.t t/io/layers.t
5886            ! t/io/through.t
5887 ____________________________________________________________________________
5888 [ 25966] By: stevep                                on 2005/11/03  01:45:45
5889         Log: Make harness warning-free when running with -Mdiagnostics
5890      Branch: perl
5891            ! t/harness
5892 ____________________________________________________________________________
5893 [ 25965] By: stevep                                on 2005/11/02  22:37:48
5894         Log: Test case should not execute /no_such_process if it does exist.
5895      Branch: perl
5896            ! t/io/pipe.t
5897 ____________________________________________________________________________
5898 [ 25964] By: nicholas                              on 2005/11/02  21:27:58
5899         Log: unlink chmod utime kill can be merged into Perl_pp_chown().
5900      Branch: perl
5901            ! mathoms.c opcode.h opcode.pl pp_sys.c
5902 ____________________________________________________________________________
5903 [ 25963] By: nicholas                              on 2005/11/02  20:59:52
5904         Log: Move the conditonal compiles that report absence of kill and chown
5905              from pp_kill() and pp_chown() into apply().
5906      Branch: perl
5907            ! doio.c pp_sys.c
5908 ____________________________________________________________________________
5909 [ 25962] By: nicholas                              on 2005/11/02  20:13:24
5910         Log: Move ftsuid ftsgid ftsvtx into Perl_pp_ftrowned.
5911      Branch: perl
5912            ! mathoms.c opcode.h opcode.pl pp_sys.c
5913 ____________________________________________________________________________
5914 [ 25961] By: nicholas                              on 2005/11/02  19:04:10
5915         Log: Merge ftzero ftsock ftchr ftblk ftfile ftdir ftpipe into
5916              Perl_pp_ftrowned
5917      Branch: perl
5918            ! mathoms.c opcode.h opcode.pl pp_sys.c
5919 ____________________________________________________________________________
5920 [ 25960] By: nicholas                              on 2005/11/02  17:24:35
5921         Log: Avoid a pad panic by attempting to use dTARGET; in an op that didn't
5922              flag that it needed a target (OP_FTIS)
5923      Branch: perl
5924            ! pp_sys.c
5925 ____________________________________________________________________________
5926 [ 25959] By: nicholas                              on 2005/11/02  16:35:42
5927         Log: Correct error in 25958 for threaded builds.
5928      Branch: perl
5929            ! mathoms.c
5930 ____________________________________________________________________________
5931 [ 25958] By: nicholas                              on 2005/11/02  15:59:30
5932         Log: Merge ftsize ftmtime ftatime ftctime into Perl_pp_ftis
5933      Branch: perl
5934            ! mathoms.c opcode.h opcode.pl pp_sys.c
5935 ____________________________________________________________________________
5936 [ 25957] By: rgs                                   on 2005/11/02  14:33:32
5937         Log: Remove last sort test, that was failing with and without threads.
5938              Silence some warnings.
5939      Branch: perl
5940            ! t/op/sort.t
5941 ____________________________________________________________________________
5942 [ 25956] By: rgs                                   on 2005/11/02  14:10:54
5943         Log: Adjust test count
5944      Branch: perl
5945            ! ext/B/t/concise-xs.t
5946 ____________________________________________________________________________
5947 [ 25955] By: rgs                                   on 2005/11/02  13:39:35
5948         Log: Add missing file from change 25953
5949      Branch: perl
5950            + ext/List/Util/multicall.h
5951 ____________________________________________________________________________
5952 [ 25954] By: rgs                                   on 2005/11/02  13:14:19
5953         Log: Regen headers
5954      Branch: perl
5955            ! global.sym opcode.h pod/perlapi.pod pod/perldiag.pod
5956 ____________________________________________________________________________
5957 [ 25953] By: merijn                                on 2005/11/02  12:49:54
5958         Log: Subject: [PATCH] sort/multicall patch
5959              From: Robin Houston <robin@cpan.org>
5960              Date: Sat, 29 Oct 2005 21:33:07 +0100
5961              Message-ID: <20051029203307.GA8869@rpc142.cs.man.ac.uk>
5962      Branch: perl
5963            ! AUTHORS MANIFEST cop.h embed.fnc embedvar.h
5964            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
5965            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
5966            ! ext/List/Util/t/p_first.t ext/List/Util/t/p_reduce.t
5967            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/reduce.t
5968            ! ext/List/Util/t/refaddr.t ext/List/Util/t/tainted.t makedef.pl
5969            ! op.c opcode.pl perlapi.h pod/perlcall.pod pod/perldiag.pod
5970            ! pp_ctl.c pp_hot.c pp_sort.c sv.c t/op/sort.t t/op/threads.t
5971            ! thrdvar.h
5972 ____________________________________________________________________________
5973 [ 25952] By: steveh                                on 2005/11/02  09:41:25
5974         Log: Subject: [PATCH] RE: [perl #37571] -z FH broken with Borland  build   
5975              From: "Paul Marquess" <paul.marquess@ntlworld.com>
5976              Date: Tue, 1 Nov 2005 17:05:38 -0000
5977              Message-ID: <003501c5df06$7d63fdb0$0505140a@myopwv.com>
5978      Branch: perl
5979            ! t/op/stat.t win32/win32.c
5980 ____________________________________________________________________________
5981 [ 25951] By: rgs                                   on 2005/11/02  08:57:52
5982         Log: Subject: Re: futimes [PATCH]
5983              From: Gisle Aas <gisle@ActiveState.com>
5984              Date: 01 Nov 2005 00:02:37 -0800
5985              Message-ID: <lrbr1494o2.fsf@caliper.activestate.com>
5986      Branch: perl
5987            ! t/io/fs.t
5988 ____________________________________________________________________________
5989 [ 25950] By: stevep                                on 2005/11/02  04:59:47
5990         Log: Ambiguous test cases may be hazardous to your health.
5991      Branch: perl
5992            ! t/op/list.t
5993 ____________________________________________________________________________
5994 [ 25949] By: stevep                                on 2005/11/02  04:54:52
5995         Log: Lowercase barewords considered harmful to your health.
5996      Branch: perl
5997            ! t/io/fs.t
5998 ____________________________________________________________________________
5999 [ 25948] By: rgs                                   on 2005/11/01  19:23:23
6000         Log: Subject: [PATCH] perlio.c consting
6001              From: Andy Lester <andy@petdance.com>
6002              Date: Oct 31, 2005 6:54 PM
6003              Message-ID: <20051031175411.GA18480@petdance.com>
6004      Branch: perl
6005            ! op.c perlio.c
6006 ____________________________________________________________________________
6007 [ 25947] By: steveh                                on 2005/11/01  17:20:18
6008         Log: This *really* should clear up Win32's Perl_do_exec undefined warnings
6009      Branch: perl
6010            ! perl.h
6011 ____________________________________________________________________________
6012 [ 25946] By: nicholas                              on 2005/11/01  16:38:31
6013         Log: This should clear up 'Perl_do_exec' undefined; warnings on win32
6014      Branch: perl
6015            ! embed.fnc embed.h proto.h
6016 ____________________________________________________________________________
6017 [ 25945] By: steveh                                on 2005/11/01  10:33:48
6018         Log: Make PerlLIOUtime()'s filename const
6019              
6020              Fixes a warning brought about by change #25941 (which made the
6021              filename argument const).
6022              The various implementations of PerlLIOUtime() (in NetWare/, win32/
6023              and wince/) already take a const filename.
6024      Branch: perl
6025            ! NetWare/nwperlhost.h NetWare/nwperlsys.h iperlsys.h
6026            ! win32/perlhost.h wince/perlhost.h
6027 ____________________________________________________________________________
6028 [ 25944] By: steveh                                on 2005/11/01  08:45:09
6029         Log: Fix nit in pod nit fix
6030      Branch: perl
6031            ! pod/perlhack.pod
6032 ____________________________________________________________________________
6033 [ 25943] By: steveh                                on 2005/11/01  08:39:32
6034         Log: Update win32 config files w.r.t. change #25935
6035      Branch: perl
6036            ! win32/config.bc win32/config.gc win32/config.vc
6037            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6038            ! win32/config_H.vc win32/config_H.vc64
6039 ____________________________________________________________________________
6040 [ 25942] By: stevep                                on 2005/10/31  23:46:01
6041         Log: Upgrade to DB_File 1.813.
6042      Branch: perl
6043            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6044            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-recno.t
6045 ____________________________________________________________________________
6046 [ 25941] By: merijn                                on 2005/10/31  22:15:01
6047         Log: Subject: futimes [PATCH]
6048              From: Gisle Aas <gisle@ActiveState.com>
6049              Date: 31 Oct 2005 13:53:53 -0800
6050              Message-ID: <lrk6ft8ia6.fsf_-_@caliper.activestate.com>
6051      Branch: perl
6052            ! doio.c handy.h pod/perlfunc.pod t/io/fs.t
6053 ____________________________________________________________________________
6054 [ 25940] By: nicholas                              on 2005/10/31  20:36:36
6055         Log: All the ops that are simply C<return some_other_op();> can be bypassed
6056              in the op dispatch table, and the bodies retired.
6057      Branch: perl
6058            ! mathoms.c opcode.h opcode.pl pp.c pp_ctl.c pp_sys.c
6059 ____________________________________________________________________________
6060 [ 25939] By: nicholas                              on 2005/10/31  19:55:18
6061         Log: Simplify the implementation of the "unimplemented" message in the
6062              conditionally compiled ops.
6063      Branch: perl
6064            ! pp_sys.c
6065 ____________________________________________________________________________
6066 [ 25938] By: nicholas                              on 2005/10/31  19:14:47
6067         Log: Further pod nit spotted by Jarkko
6068      Branch: perl
6069            ! pod/perlhack.pod
6070 ____________________________________________________________________________
6071 [ 25937] By: nicholas                              on 2005/10/31  18:34:59
6072         Log: Replace the 3 currently "unreachable" ops with a single op body
6073              unimplemented_op() that panics descriptively if ever reached.
6074      Branch: perl
6075            ! opcode.h opcode.pl pod/perldiag.pod pp.c
6076 ____________________________________________________________________________
6077 [ 25936] By: nicholas                              on 2005/10/31  18:29:05
6078         Log: Add "moving common filetest code to a static function" to the todo.
6079      Branch: perl
6080            ! pod/perltodo.pod
6081 ____________________________________________________________________________
6082 [ 25935] By: merijn                                on 2005/10/31  17:50:05
6083         Log: revive probe for futimes ()
6084      Branch: perl
6085            ! Configure Porting/Glossary config_h.SH handy.h
6086 ____________________________________________________________________________
6087 [ 25934] By: rgs                                   on 2005/10/31  17:00:44
6088         Log: A B::Deparse fix from :
6089              Subject: Re: [perl #37527] regular-expression parser does not see '(' character
6090              From: Bas van Sisseren <bas@quarantainenet.nl>
6091              Date: Wed, 26 Oct 2005 13:59:42 +0200
6092              Message-ID: <435F6FAE.4060502@quarantainenet.nl>
6093      Branch: perl
6094            ! ext/B/B/Deparse.pm
6095 ____________________________________________________________________________
6096 [ 25933] By: merijn                                on 2005/10/31  16:25:23
6097         Log: Subject: [PATCH] Symbian port 0.3.0 as of blead@25911
6098              From: <jarkko.hietaniemi@nokia.com>
6099              Date: Mon, 31 Oct 2005 18:38:42 +0200
6100              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6D6@esebe105.NOE.Nokia.com>
6101      Branch: perl
6102            + symbian/PerlAppUIQ.rss
6103            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
6104            ! symbian/PerlApp.hrh symbian/PerlAppAif.rss symbian/config.pl
6105            ! symbian/port.pl symbian/sanity.pl symbian/sdk.pl
6106            ! symbian/sisify.pl symbian/symbian_utils.cpp symbian/xsbuild.pl
6107 ____________________________________________________________________________
6108 [ 25932] By: rgs                                   on 2005/10/31  16:24:31
6109         Log: Avoid corruption when calling mg_get to retrieve the value
6110              of a $digit variable. This is done by ensuring it's not
6111              tainted.
6112              See http://bugs.debian.org/303308
6113              Patch by Chris Heath <chris.heath@autoweb.net>
6114      Branch: perl
6115            ! mg.c
6116 ____________________________________________________________________________
6117 [ 25931] By: nicholas                              on 2005/10/31  16:24:29
6118         Log: maddingue prefers this e-mail address.
6119      Branch: perl
6120            ! AUTHORS
6121 ____________________________________________________________________________
6122 [ 25930] By: merijn                                on 2005/10/31  16:18:03
6123         Log: Try to preserve the lost opcode alias info in comments
6124              extent to change #25929
6125      Branch: perl
6126            ! opcode.h opcode.pl
6127 ____________________________________________________________________________
6128 [ 25929] By: nicholas                              on 2005/10/31  15:52:50
6129         Log: It appears that it's trivially easy to alias opcode functions in
6130              the opcode table. We should be able to get both a speed and size
6131              saving here. Time will tell how much.
6132      Branch: perl
6133            ! opcode.h opcode.pl
6134 ____________________________________________________________________________
6135 [ 25928] By: nicholas                              on 2005/10/31  15:13:06
6136         Log: Add maddingue to AUTHORS
6137      Branch: perl
6138            ! AUTHORS
6139 ____________________________________________________________________________
6140 [ 25927] By: nicholas                              on 2005/10/31  15:09:54
6141         Log: Subject: [PATCH] Making ExtUtils::Constant compatible with Perl 5.004
6142              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6143              Message-ID: <1130712761.43654eb9cd9f7@imp4-g19.free.fr>
6144              Date: Sun, 30 Oct 2005 23:52:41 +0100
6145              
6146              with tweaks by chromatic and me.
6147      Branch: perl
6148            ! lib/ExtUtils/Constant.pm
6149 ____________________________________________________________________________
6150 [ 25926] By: nicholas                              on 2005/10/31  14:51:48
6151         Log: A more elegant way to deal with utf8n_to_uvchr() and utf8n_to_uvuni().
6152      Branch: perl
6153            ! embed.fnc embed.h proto.h utf8.c utf8.h
6154 ____________________________________________________________________________
6155 [ 25925] By: rgs                                   on 2005/10/31  14:27:32
6156         Log: Fix [perl #37533] open pragma ignored for all 3-arg opens
6157              Also, correct the documentation in open.pm that stated
6158              that open() did not override open.pm-given default encodings.
6159      Branch: perl
6160            ! lib/open.pm perlio.c
6161 ____________________________________________________________________________
6162 [ 25924] By: nicholas                              on 2005/10/31  14:18:59
6163         Log: Perl_csighandler was in global.sym twice.
6164      Branch: perl
6165            ! global.sym
6166 ____________________________________________________________________________
6167 [ 25923] By: nicholas                              on 2005/10/31  14:18:14
6168         Log: Arrange to only output each symbol once into global.sym
6169      Branch: perl
6170            ! embed.pl
6171 ____________________________________________________________________________
6172 [ 25922] By: rgs                                   on 2005/10/31  13:45:06
6173         Log: Tests for index/rindex with empty search string,
6174              adapted from a patch by Rick Delaney
6175      Branch: perl
6176            ! t/op/index.t
6177 ____________________________________________________________________________
6178 [ 25921] By: nicholas                              on 2005/10/31  13:22:01
6179         Log: uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on ASCII based
6180              systems, and not on EBCDIC, so some more thinking is going to be
6181              needed here.
6182      Branch: perl
6183            ! mathoms.c utf8.c
6184 ____________________________________________________________________________
6185 [ 25920] By: stevep                                on 2005/10/31  11:58:08
6186         Log: Coverage stats showed that there were no tests for taking a slice
6187              from ().
6188      Branch: perl
6189            ! t/op/list.t
6190 ____________________________________________________________________________
6191 [ 25919] By: steveh                                on 2005/10/31  11:53:05
6192         Log: Change some spaces to tabs for easier diffing against config_h.SH
6193      Branch: perl
6194            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6195            ! win32/config_H.vc64
6196 ____________________________________________________________________________
6197 [ 25918] By: steveh                                on 2005/10/31  11:30:15
6198         Log: Fixed threaded builds following change 25916
6199      Branch: perl
6200            ! pp_hot.c
6201 ____________________________________________________________________________
6202 [ 25917] By: nicholas                              on 2005/10/31  11:29:43
6203         Log: POD nit spotted by Jarkko
6204      Branch: perl
6205            ! pod/perlhack.pod
6206 ____________________________________________________________________________
6207 [ 25916] By: rgs                                   on 2005/10/31  10:44:32
6208         Log: is_utf8_string_loc() is now a macro, don't use its Perl_-prefixed form
6209      Branch: perl
6210            ! pp_hot.c
6211 ____________________________________________________________________________
6212 [ 25915] By: rgs                                   on 2005/10/31  10:28:32
6213         Log: Subject: [PATCH] Etta James presents: More consting
6214              From: Andy Lester <andy@petdance.com>
6215              Date: Sun, 30 Oct 2005 23:44:13 -0600
6216              Message-ID: <20051031054413.GA10767@petdance.com>
6217      Branch: perl
6218            ! cop.h doop.c hv.c numeric.c op.c perl.c perlio.c pp_hot.c
6219            ! pp_sys.c sv.c toke.c universal.c util.c
6220 ____________________________________________________________________________
6221 [ 25914] By: rgs                                   on 2005/10/31  10:18:15
6222         Log: Subject: [PATCH] S_tokereport's unused parm
6223              From: Andy Lester <andy@petdance.com>
6224              Date: Mon, 31 Oct 2005 00:04:59 -0600
6225              Message-ID: <20051031060459.GC10767@petdance.com>
6226      Branch: perl
6227            ! embed.fnc embed.h proto.h toke.c
6228 ____________________________________________________________________________
6229 [ 25913] By: rgs                                   on 2005/10/31  08:54:18
6230         Log: Regenerate perlapi.pod
6231      Branch: perl
6232            ! pod/perlapi.pod
6233 ____________________________________________________________________________
6234 [ 25912] By: rgs                                   on 2005/10/31  08:40:23
6235         Log: Robin Houston remarks that mention of a context is missing from the
6236              threads.pm documentation.
6237      Branch: perl
6238            ! ext/threads/threads.pm
6239 ____________________________________________________________________________
6240 [ 25911] By: stevep                                on 2005/10/31  03:51:08
6241         Log: perlsio_binmode() is pretty much a mathom on UNIX platforms, but it is
6242              used on Cygwin, at least.
6243      Branch: perl
6244            ! mathoms.c perlio.c
6245 ____________________________________________________________________________
6246 [ 25910] By: nicholas                              on 2005/10/30  21:53:03
6247         Log: const const bad bad.
6248              gcc bad bad too, because it didn't grumble one bit. (or two, for that
6249              matter).
6250      Branch: perl
6251            ! utf8.c
6252 ____________________________________________________________________________
6253 [ 25909] By: nicholas                              on 2005/10/30  21:38:29
6254         Log: is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_common() too.
6255      Branch: perl
6256            ! utf8.c
6257 ____________________________________________________________________________
6258 [ 25908] By: nicholas                              on 2005/10/30  21:24:29
6259         Log: Jarkko and I think that Perl_is_utf8_alnumc should be initialising
6260              and using PL_utf8_alnum*c*, not PL_utf8_alnum.
6261      Branch: perl
6262            ! utf8.c
6263 ____________________________________________________________________________
6264 [ 25907] By: nicholas                              on 2005/10/30  21:10:39
6265         Log: Perl_is_utf8_* share a lot of common code. Pull that out into a new
6266              function S_is_utf8_common.
6267      Branch: perl
6268            ! utf8.c
6269 ____________________________________________________________________________
6270 [ 25906] By: nicholas                              on 2005/10/30  18:31:25
6271         Log: Given that sv_nosharing performs the same function as sv_nolocking
6272              and sv_unnolocking (ie sweet FA), we might as well use the 1 function
6273              to initialise all 3 variables, and elimiate the other two.
6274              For some reason all 3 are listed as being in the public API. Daft.
6275      Branch: perl
6276            ! embed.fnc embed.h intrpvar.h mathoms.c proto.h util.c
6277 ____________________________________________________________________________
6278 [ 25905] By: nicholas                              on 2005/10/30  18:04:17
6279         Log: Replace uvuni_to_utf8() with a macro that passes the extra 0 argument
6280              to uvuni_to_utf8_flags(). Move the old body to mathoms.c
6281      Branch: perl
6282            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
6283 ____________________________________________________________________________
6284 [ 25904] By: nicholas                              on 2005/10/30  17:59:08
6285         Log: global.sym appears to have become out of date. Oops.
6286      Branch: perl
6287            ! global.sym
6288 ____________________________________________________________________________
6289 [ 25903] By: nicholas                              on 2005/10/30  17:49:27
6290         Log: Replace is_utf8_string_loc() with a macro that passes the extra 0
6291              argument to is_utf8_string_loc(). Correct the description of its
6292              parameters in its POD.
6293      Branch: perl
6294            ! embed.fnc embed.h mathoms.c proto.h utf8.c utf8.h
6295 ____________________________________________________________________________
6296 [ 25902] By: nicholas                              on 2005/10/30  17:14:08
6297         Log: Fix typos in comments.
6298      Branch: perl
6299            ! utf8.c
6300 ____________________________________________________________________________
6301 [ 25901] By: nicholas                              on 2005/10/30  17:08:39
6302         Log: Functions that die aren't exactly well used code.
6303              (ck_retarget, oopsCV, pp_padany, pp_threadsv, pp_mapstart)
6304      Branch: perl
6305            ! mathoms.c op.c pp.c pp_ctl.c
6306 ____________________________________________________________________________
6307 [ 25900] By: nicholas                              on 2005/10/30  16:45:34
6308         Log: save_hints is a mathom.
6309      Branch: perl
6310            ! mathoms.c op.c
6311 ____________________________________________________________________________
6312 [ 25899] By: nicholas                              on 2005/10/30  16:41:02
6313         Log: I infer that change 25891 as-is would break OS2. This should fix it.
6314      Branch: perl
6315            ! perl.h
6316 ____________________________________________________________________________
6317 [ 25898] By: nicholas                              on 2005/10/30  16:36:22
6318         Log: init_i18nl14n is a mathom.
6319      Branch: perl
6320            ! locale.c mathoms.c
6321 ____________________________________________________________________________
6322 [ 25897] By: nicholas                              on 2005/10/30  16:24:37
6323         Log: Replace hv_magic() with a macro to call sv_magic() directly. Move the
6324              old body to mathoms.c
6325      Branch: perl
6326            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
6327 ____________________________________________________________________________
6328 [ 25896] By: nicholas                              on 2005/10/30  16:07:58
6329         Log: Fix win32 breakage inadvertently introduced by 25889
6330      Branch: perl
6331            ! perl.h
6332 ____________________________________________________________________________
6333 [ 25895] By: nicholas                              on 2005/10/30  10:31:01
6334         Log: Replace hv_iternext() with a macro that calls hv_iternext_flags with
6335              an extra 0 argument. Move the old body to mathoms.c
6336      Branch: perl
6337            ! embed.fnc embed.h hv.c hv.h mathoms.c proto.h
6338 ____________________________________________________________________________
6339 [ 25894] By: nicholas                              on 2005/10/30  10:00:42
6340         Log: Fix typo in comment.
6341      Branch: perl
6342            ! hv.c
6343 ____________________________________________________________________________
6344 [ 25893] By: nicholas                              on 2005/10/30  09:59:41
6345         Log: Replace gv_fetchmethod() with a macro to call gv_fetchmethod_autoload()
6346              with the extra TRUE argument.
6347      Branch: perl
6348            ! embed.fnc embed.h gv.c gv.h mathoms.c proto.h
6349 ____________________________________________________________________________
6350 [ 25892] By: nicholas                              on 2005/10/30  08:51:52
6351         Log: I think we have a winner. do_pipe hasn't been called since 4.036.
6352              Maybe we should just remove this appendix.
6353      Branch: perl
6354            ! doio.c mathoms.c
6355 ____________________________________________________________________________
6356 [ 25891] By: nicholas                              on 2005/10/30  08:38:07
6357         Log: Replace do_aexec() with a macro to call do_aexec5() with the two extra
6358              0 arguments. Move the old body to mathoms.c
6359      Branch: perl
6360            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
6361 ____________________________________________________________________________
6362 [ 25890] By: nicholas                              on 2005/10/30  08:23:29
6363         Log: Replace do_exec() with a macro to call do_exec3() with the extra two
6364              0 arguments. Move the old body to mathoms.c
6365      Branch: perl
6366            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
6367 ____________________________________________________________________________
6368 [ 25889] By: nicholas                              on 2005/10/30  08:05:32
6369         Log: Replace do_open() with a macro to call do_openn() with the extra two
6370              0 paramters. Move the old body to mathoms.c.
6371      Branch: perl
6372            ! doio.c embed.fnc embed.h mathoms.c perl.h proto.h
6373 ____________________________________________________________________________
6374 [ 25888] By: stevep                                on 2005/10/30  04:20:45
6375         Log: Subject: [PATCH] warnings.pl/pm: Croaker function: bug (perl v5.8, v5.9)
6376              From: Bram <perl-rt@wizbit.be>
6377              Date: Thu, 04 Aug 2005 23:55:33 +0200
6378              Message-Id: <42F28ED5.CFFDCCFD@wizbit.be>
6379      Branch: perl
6380            ! lib/warnings.pm warnings.pl
6381 ____________________________________________________________________________
6382 [ 25887] By: stevep                                on 2005/10/29  22:37:50
6383         Log: Subject: Re: [PATCH] predecrement vs postdecrement
6384              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6385              Date: Sat, 29 Oct 2005 23:24:33 +0300
6386              Message-ID: <4363DA81.6060600@gmail.com>
6387              
6388              Nit in pod/perlhack.pod
6389      Branch: perl
6390            ! pod/perlhack.pod
6391 ____________________________________________________________________________
6392 [ 25886] By: nicholas                              on 2005/10/29  17:31:01
6393         Log: Replace the body of the rarely used sv_setpviv_mg with a call to
6394              sv_setpviv followed by SvSETMAGIC.
6395      Branch: perl
6396            ! sv.c
6397 ____________________________________________________________________________
6398 [ 25885] By: nicholas                              on 2005/10/29  17:21:24
6399         Log: Replace sv_catsv_mg and sv_catpvn_mg, and move the obsolete bodies to
6400              mathoms.c
6401      Branch: perl
6402            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
6403 ____________________________________________________________________________
6404 [ 25884] By: nicholas                              on 2005/10/29  17:02:49
6405         Log: Add a new SMAGIC flag, to signal a call to SvSETMAGIC. Add it to
6406              sv_catpvn_flags and sv_catsv_flags, and then re-implement sv_catpvn_mg
6407              and sv_catsv_mg as calls to sv_catpvn_flags and sv_catsv_flags
6408              respectively.
6409      Branch: perl
6410            ! sv.c sv.h
6411 ____________________________________________________________________________
6412 [ 25883] By: nicholas                              on 2005/10/29  16:25:38
6413         Log: sv_2pv_nolen, sv_2pvbyte_nolen and sv_2pvutf8_nolen can all be replaced
6414              with terse macros, and the function bodies retired.
6415      Branch: perl
6416            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
6417 ____________________________________________________________________________
6418 [ 25882] By: nicholas                              on 2005/10/29  16:06:39
6419         Log: All the private implementations of @foo for compilers that can't do
6420              complex macro expansions became dead wood sometime around 5.7.3
6421              (Don't tell Otava this)
6422      Branch: perl
6423            ! mathoms.c sv.c
6424 ____________________________________________________________________________
6425 [ 25881] By: stevep                                on 2005/10/29  15:34:22
6426         Log: Subject: [perl #30563] [PATCH] Storable::dclone fails for tied elements
6427              From: perlbug-followup@perl.org (Srezic@Iconmobile.Com)
6428              Date: 2 Jul 2004 11:32:12 -0000
6429              Message-ID: <rt-3.0.11-30563-91788.4.94870186951744@perl.org>
6430              
6431              Also, a version bump to Storable.pm.
6432      Branch: perl
6433            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
6434            ! ext/Storable/t/dclone.t
6435 ____________________________________________________________________________
6436 [ 25880] By: nicholas                              on 2005/10/29  15:07:42
6437         Log: sv_utf8_upgrade declares itself to be a mathom, so off it goes.
6438              Remove duplicate declaration of Perl_sv_2uv
6439      Branch: perl
6440            ! mathoms.c sv.c
6441 ____________________________________________________________________________
6442 [ 25879] By: nicholas                              on 2005/10/29  14:51:32
6443         Log: Replace sv_force_normal with a macro that calls sv_force_normal_flags.
6444      Branch: perl
6445            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
6446 ____________________________________________________________________________
6447 [ 25878] By: nicholas                              on 2005/10/29  14:39:37
6448         Log: Replace sv_unref with a macro that calls sv_unref_flags
6449      Branch: perl
6450            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
6451 ____________________________________________________________________________
6452 [ 25877] By: stevep                                on 2005/10/29  14:33:30
6453         Log: Oops, missed an sv_force_normal()
6454      Branch: perl
6455            ! mg.c
6456 ____________________________________________________________________________
6457 [ 25876] By: nicholas                              on 2005/10/29  14:25:55
6458         Log: sv_taint() can easily be replaced by a macro.
6459      Branch: perl
6460            ! embed.fnc embed.h mathoms.c proto.h sv.c sv.h
6461 ____________________________________________________________________________
6462 [ 25875] By: stevep                                on 2005/10/29  14:14:25
6463         Log: Change to use sv_force_normal_flags() directly, rather than calling
6464              sv_force_normal() to call sv_force_normal_flags().
6465      Branch: perl
6466            ! NetWare/sv_nw.c mg.c
6467 ____________________________________________________________________________
6468 [ 25874] By: nicholas                              on 2005/10/29  11:50:29
6469         Log: A terser implementation of S_varname, by using and post-processing
6470              gv_fullname4
6471      Branch: perl
6472            ! sv.c
6473 ____________________________________________________________________________
6474 [ 25873] By: stevep                                on 2005/10/29  11:47:55
6475         Log: Additional mathoms from doio.c
6476      Branch: perl
6477            ! doio.c mathoms.c
6478 ____________________________________________________________________________
6479 [ 25872] By: stevep                                on 2005/10/29  11:36:26
6480         Log: Coverage stats say av_fake() is a mathom too.
6481      Branch: perl
6482            ! av.c mathoms.c
6483 ____________________________________________________________________________
6484 [ 25871] By: nicholas                              on 2005/10/29  11:14:40
6485         Log: gv_fullname3 and gv_efullname3 are definately mathoms. They even say so.
6486      Branch: perl
6487            ! gv.c mathoms.c
6488 ____________________________________________________________________________
6489 [ 25870] By: stevep                                on 2005/10/29  11:02:12
6490         Log: Subject: Re: [PATCH] predecrement vs postdecrement
6491              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
6492              Date: Sat, 29 Oct 2005 11:52:25 +0300
6493              Message-ID: <43633849.6060809@gmail.com>
6494      Branch: perl
6495            ! regcomp.c
6496 ____________________________________________________________________________
6497 [ 25869] By: nicholas                              on 2005/10/29  10:53:40
6498         Log: gv_fullname and gv_efullname are definately mathoms.
6499      Branch: perl
6500            ! gv.c mathoms.c
6501 ____________________________________________________________________________
6502 [ 25868] By: stevep                                on 2005/10/28  23:38:35
6503         Log: Subject: [PATCH] perl5db.pl incorrect instructions in termination message
6504              From: Brendan O'Dea <bod@debian.org>
6505              Date: Sat, 29 Oct 2005 07:14:40 +1000
6506              Message-ID: <20051028211440.GA23305@londo.c47.org>
6507      Branch: perl
6508            ! lib/perl5db.pl
6509 ____________________________________________________________________________
6510 [ 25867] By: stevep                                on 2005/10/28  21:12:35
6511         Log: Makefiles like tabs, not spaces.
6512      Branch: perl
6513            ! win32/Makefile win32/makefile.mk
6514 ____________________________________________________________________________
6515 [ 25866] By: stevep                                on 2005/10/28  21:09:31
6516         Log: Add a new file, mathoms.c, to hold old code kept around for binary
6517              compatability with previous versions of Perl.  Change also includes
6518              various Makefile changes to compile the new file and link it into 
6519              libperl.
6520      Branch: perl
6521            + mathoms.c
6522            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile globals.c
6523            ! numeric.c op.c perlio.c plan9/mkfile sv.c utf8.c
6524            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
6525            ! wince/Makefile.ce
6526 ____________________________________________________________________________
6527 [ 25865] By: stevep                                on 2005/10/28  11:30:51
6528         Log: Check for changes in IO on CPAN.
6529      Branch: perl
6530            ! Porting/Maintainers.pl
6531 ____________________________________________________________________________
6532 [ 25864] By: stevep                                on 2005/10/28  11:21:48
6533         Log: gbarr is maintaining IO.
6534      Branch: perl
6535            ! Porting/Maintainers.pl
6536 ____________________________________________________________________________
6537 [ 25863] By: stevep                                on 2005/10/28  10:48:32
6538         Log: Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files.
6539      Branch: perl
6540            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
6541            ! win32/config_H.vc64
6542 ____________________________________________________________________________
6543 [ 25862] By: nicholas                              on 2005/10/28  10:24:43
6544         Log: Use the return value from sprintf and avoid a call to strlen
6545      Branch: perl
6546            ! sv.c
6547 ____________________________________________________________________________
6548 [ 25861] By: stevep                                on 2005/10/27  11:13:50
6549         Log: Subject: Re: IO::File performace issue
6550              From: gisle@ActiveState.com (Gisle Aas)
6551              Date: 27 Oct 2005 01:00:39 -0700
6552              Message-ID: <lrvezjv17c.fsf@caliper.activestate.com>
6553              
6554              Also includes a version bump for IO::File.
6555      Branch: perl
6556            ! ext/IO/lib/IO/File.pm
6557 ____________________________________________________________________________
6558 [ 25860] By: nicholas                              on 2005/10/27  08:53:03
6559         Log: Change 25850 failed to include all changed headers
6560      Branch: perl
6561            ! embed.h proto.h
6562 ____________________________________________________________________________
6563 [ 25859] By: stevep                                on 2005/10/27  01:55:08
6564         Log: Win32 fix for change #25850.  I don't know if this define will ever
6565              be used on Win32, but it does fix the problem at hand.
6566      Branch: perl
6567            ! win32/perlhost.h
6568 ____________________________________________________________________________
6569 [ 25858] By: rgs                                   on 2005/10/26  13:27:31
6570         Log: Subject: [patch@25854]vms.c rmsexpand and memmove fixes
6571              From: "John E. Malmberg" <wb8tyw@qsl.net>
6572              Date: Wed, 26 Oct 2005 08:08:05 -0400
6573              Message-ID: <435F71A5.6030809@qsl.net>
6574      Branch: perl
6575            ! vms/vms.c
6576 ____________________________________________________________________________
6577 [ 25857] By: rgs                                   on 2005/10/26  12:52:37
6578         Log: FAQ sync.
6579      Branch: perl
6580            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6581            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6582            ! pod/perlfaq7.pod pod/perlfaq9.pod
6583 ____________________________________________________________________________
6584 [ 25856] By: merijn                                on 2005/10/26  12:37:47
6585         Log: Subject: [PATCH] Symbian: better Series 80 support
6586              From: <jarkko.hietaniemi@nokia.com>
6587              Date: Wed, 26 Oct 2005 15:50:08 +0300
6588              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A6AA@esebe105.NOE.Nokia.com>
6589      Branch: perl
6590            + symbian/hexdump.pl
6591            ! MANIFEST symbian/PerlApp.cpp symbian/PerlApp.h
6592            ! symbian/PerlAppS80.rss symbian/config.pl symbian/makesis.pl
6593            ! symbian/sisify.pl
6594 ____________________________________________________________________________
6595 [ 25855] By: stevep                                on 2005/10/26  11:52:46
6596         Log: Multiple versions of OpenBSD fail this test, not just 3.7.
6597      Branch: perl
6598            ! t/op/sprintf.t
6599 ____________________________________________________________________________
6600 [ 25854] By: rgs                                   on 2005/10/26  10:21:30
6601         Log: Subject: Re: [PATCH] minor speed-up for pp_push()
6602              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
6603              Date: Tue, 25 Oct 2005 08:11:42 +0200
6604              Message-id: <20051025061141.GA2256@ethan>
6605      Branch: perl
6606            ! pp.c
6607 ____________________________________________________________________________
6608 [ 25853] By: nicholas                              on 2005/10/26  10:06:37
6609         Log: Store the raw bytes of the pid in PL_pidstatus, rather than the
6610              stringification, as removing the conversions saves time and code.
6611      Branch: perl
6612            ! util.c
6613 ____________________________________________________________________________
6614 [ 25852] By: rgs                                   on 2005/10/26  09:37:25
6615         Log: Subject: [perl #37535] [PATCH] ioctl IOCPARM_LEN(x) should be _IOC_SIZE(x) on Linux, not 256 
6616              From: Jason Vas Dias (via RT) <perlbug-followup@perl.org>
6617              Date: Tue, 25 Oct 2005 15:27:28 -0700
6618              Message-ID: <rt-3.0.11-37535-123290.14.118037538994@perl.org>
6619      Branch: perl
6620            ! perl.h
6621 ____________________________________________________________________________
6622 [ 25851] By: rgs                                   on 2005/10/26  08:58:42
6623         Log: Subject: Re: [patch@25838]Hopefully the last VMS exit/error fixes needed.
6624              From: "John E. Malmberg" <wb8tyw@qsl.net>
6625              Date: Tue, 25 Oct 2005 13:36:20 -0400
6626              Message-ID: <435E6D14.7000104@qsl.net>
6627      Branch: perl
6628            ! perl.h vms/perlvms.pod
6629 ____________________________________________________________________________
6630 [ 25850] By: nicholas                              on 2005/10/26  08:31:20
6631         Log: Most platforms don't actually need PL_pidstatus, or the associated
6632              .5K of code.
6633      Branch: perl
6634            ! embed.fnc intrpvar.h makedef.pl perl.c perl.h perlapi.h
6635            ! pp_sys.c sv.c util.c
6636 ____________________________________________________________________________
6637 [ 25849] By: rgs                                   on 2005/10/25  15:26:20
6638         Log: Back out change #25839, and apply :
6639              
6640              Subject: [patch@25838]Hopefully the last VMS exit/error fixes needed.
6641              From: "John E. Malmberg" <wb8tyw@qsl.net>
6642              Date: Tue, 25 Oct 2005 11:09:37 -0400
6643              Message-ID: <435E4AB1.1000106@qsl.net>
6644      Branch: perl
6645            ! perl.c perl.h vms/perlvms.pod
6646 ____________________________________________________________________________
6647 [ 25848] By: nicholas                              on 2005/10/25  12:54:18
6648         Log: Code in wait4pid was calling hv_delete with the hash iterator
6649              currently on that entry. On aggregate this does more work, beacuse
6650              the next call to hv_iterinit() would spot the flag, and have to call
6651              the delete routine, while in the meantime any new entries can't
6652              re-use that memory.
6653      Branch: perl
6654            ! util.c
6655 ____________________________________________________________________________
6656 [ 25847] By: rgs                                   on 2005/10/25  12:35:29
6657         Log: t/TEST should require Time::HiRes only when it uses it.
6658              This fixes minitest.
6659      Branch: perl
6660            ! t/TEST
6661 ____________________________________________________________________________
6662 [ 25846] By: rgs                                   on 2005/10/25  12:17:33
6663         Log: Rediff the Makefile.SH patch for cross-compilation.
6664              (this doesn't mean it works, though.)
6665      Branch: perl
6666            ! Cross/Makefile.SH.patch
6667 ____________________________________________________________________________
6668 [ 25845] By: stevep                                on 2005/10/25  11:56:53
6669         Log: Upgrade to Time-HiRes-1.76
6670      Branch: perl
6671            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
6672            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
6673            ! ext/Time/HiRes/t/HiRes.t
6674 ____________________________________________________________________________
6675 [ 25844] By: rgs                                   on 2005/10/25  11:19:44
6676         Log: Remove remaining references to mv-if-diff
6677      Branch: perl
6678            ! os2/Makefile.SHs pod/Makefile.SH pod/perlmodlib.PL
6679 ____________________________________________________________________________
6680 [ 25843] By: nicholas                              on 2005/10/25  10:55:27
6681         Log: Oops. the trick is to edit Makefile.SH
6682      Branch: perl
6683            ! Makefile.SH
6684 ____________________________________________________________________________
6685 [ 25842] By: nicholas                              on 2005/10/25  10:36:39
6686         Log: Subject: [PATCH] remove mv-if-diff
6687              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
6688              Message-ID: <20051024193257.2022ea0d@grubert.mandrakesoft.com>
6689              Date: Mon, 24 Oct 2005 19:32:57 +0200
6690              
6691              (with tweak to add rm for opmini.c, remove mv-if-diff, and reflect
6692              this removal in MANIFEST)
6693      Branch: perl
6694            - mv-if-diff
6695            ! MANIFEST Makefile.SH
6696 ____________________________________________________________________________
6697 [ 25841] By: nicholas                              on 2005/10/25  09:09:49
6698         Log: Replace all the strlen()s related to PL_pidstatus with the return
6699              value of my_sprintf
6700      Branch: perl
6701            ! util.c
6702 ____________________________________________________________________________
6703 [ 25840] By: nicholas                              on 2005/10/25  08:32:25
6704         Log: Whoops. The Windows build is going to need to know that this symbol is
6705              defined.
6706      Branch: perl
6707            ! perl.c
6708 ____________________________________________________________________________
6709 [ 25839] By: rgs                                   on 2005/10/25  08:14:33
6710         Log: Subject: VMS exit handling still broken, need some help.
6711              From: "John E. Malmberg" <wb8tyw@qsl.net>
6712              Date: Mon, 24 Oct 2005 01:34:41 -0400
6713              Message-ID: <435C7271.8070403@qsl.net>
6714      Branch: perl
6715            ! perl.c perl.h vms/vms.c
6716 ____________________________________________________________________________
6717 [ 25838] By: merijn                                on 2005/10/25  05:58:00
6718         Log: Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer.
6719              From: "John E. Malmberg" <wb8tyw@qsl.net>
6720              Date: Mon, 24 Oct 2005 23:37:46 -0400
6721              Message-ID: <435DA88A.90201@qsl.net>
6722      Branch: perl
6723            ! configure.com
6724 ____________________________________________________________________________
6725 [ 25837] By: merijn                                on 2005/10/24  23:35:40
6726         Log: Backport of changes #25831 and #25832. Re-order needed
6727              
6728              Subject: [PATCH] Re: Configure question about format of cc/cppsymbols
6729              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
6730              Date: Mon, 24 Oct 2005 13:04:58 -0700
6731              Message-ID: <20051024200458.GC2312@efn.org>
6732      Branch: perl
6733            ! Configure config_h.SH
6734 ____________________________________________________________________________
6735 [ 25833] By: merijn                                on 2005/10/24  22:44:22
6736         Log: Subject: [PATCH] Compress::Zlib
6737              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
6738              Date: Mon, 24 Oct 2005 23:19:48 +0100
6739              Message-ID: <00ab01c5d8e9$0ef31b40$02f0440a@myopwv.com>
6740      Branch: perl
6741            ! ext/Compress/Zlib/Zlib.pm
6742            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
6743            ! ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
6744            ! ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
6745            ! ext/Compress/Zlib/t/03zlib-v1.t
6746            ! ext/Compress/Zlib/t/16oneshot.t ext/Compress/Zlib/t/22merge.t
6747 ____________________________________________________________________________
6748 [ 25832] By: nicholas                              on 2005/10/24  21:20:21
6749         Log: Add my_sprintf, which is usually just a macro for sprintf, for those
6750              places where we want to use the return value of sprintf. This allows
6751              a wrapper to be used for platforms where the C library isn't ANSI-
6752              conformant.
6753      Branch: perl
6754            ! config_h.SH embed.fnc embed.h global.sym makedef.pl perl.h
6755            ! proto.h util.c
6756 ____________________________________________________________________________
6757 [ 25831] By: nicholas                              on 2005/10/24  20:03:38
6758         Log: Add a probe for whether sprintf returns the length of the buffer.
6759              Update all the canned config.sh files.
6760              Assume that symbian and Win32 are all ANSI conformant, note that ARM
6761              Linux (ie glibc) will be, don't assume that any other platform is.
6762      Branch: perl
6763            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
6764            ! Porting/Glossary configure.com epoc/config.sh
6765            ! plan9/config_sh.sample symbian/config.sh uconfig.sh
6766            ! win32/config.bc win32/config.gc win32/config.vc
6767            ! win32/config.vc64 wince/config.ce
6768 ____________________________________________________________________________
6769 [ 25830] By: rgs                                   on 2005/10/24  16:18:41
6770         Log: Fix path in code example
6771      Branch: perl
6772            ! pod/perlfunc.pod
6773 ____________________________________________________________________________
6774 [ 25829] By: rgs                                   on 2005/10/24  15:21:28
6775         Log: Subject: Re: do { EXPR for EXPR }
6776              From: Robin Houston <robin@cpan.org>
6777              Date: Sat, 22 Oct 2005 16:56:27 +0100
6778              Message-ID: <20051022155627.GA22420@rpc142.cs.man.ac.uk>
6779      Branch: perl
6780            ! op.c t/cmd/mod.t
6781 ____________________________________________________________________________
6782 [ 25828] By: stevep                                on 2005/10/24  14:16:32
6783         Log: Update one of merijn's previous emails.
6784      Branch: perl
6785            ! Porting/checkAUTHORS.pl
6786 ____________________________________________________________________________
6787 [ 25827] By: craigb                                on 2005/10/23  22:17:44
6788         Log: Subject: [patch@25825] Fix st_ino compare to use real data.
6789              From: "John E. Malmberg" <wb8tyw@qsl.net>
6790              Date: Sun, 23 Oct 2005 17:46:46 -0400
6791              Message-id: <435C04C6.2090405@qsl.net>
6792      Branch: perl
6793            ! vms/vms.c
6794 ____________________________________________________________________________
6795 [ 25825] By: mhx                                   on 2005/10/23  10:16:45
6796         Log: Fix mismatched braces in S_fd_on_nosuid_fs().
6797      Branch: perl
6798            ! perl.c
6799 ____________________________________________________________________________
6800 [ 25824] By: craigb                                on 2005/10/22  16:43:40
6801         Log: VMS threaded build fixes for things broken in #25783
6802      Branch: perl
6803            ! vms/vms.c vms/vmsish.h
6804 ____________________________________________________________________________
6805 [ 25823] By: nicholas                              on 2005/10/22  13:12:48
6806         Log: use more 'const' in the Encode data structures.
6807      Branch: perl
6808            ! ext/Encode/Encode/encode.h ext/Encode/bin/enc2xs
6809 ____________________________________________________________________________
6810 [ 25822] By: mhx                                   on 2005/10/22  13:02:02
6811         Log: Turn NN to NULLOK for functions that have code to handle
6812              the ptr == NULL case and are currently called with NULL
6813              pointers. Having parameters tagged NN can make gcc optimize
6814              away the code for the NULL case, causing segfaults.
6815      Branch: perl
6816            ! embed.fnc proto.h
6817 ____________________________________________________________________________
6818 [ 25821] By: nicholas                              on 2005/10/22  12:08:34
6819         Log: Mark more static Encode data structures as const.
6820      Branch: perl
6821            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
6822            ! ext/Encode/bin/enc2xs ext/Encode/encengine.c
6823 ____________________________________________________________________________
6824 [ 25820] By: stevep                                on 2005/10/21  21:54:01
6825         Log: Documentation on getting a FORMAT ref from a GLOB was missing from
6826              perlref.pod.  Thanks for David Wheeler for starting the discussion
6827              and Paul Johnson for confirming that it could actually be done.
6828      Branch: perl
6829            ! pod/perlref.pod
6830 ____________________________________________________________________________
6831 [ 25819] By: merijn                                on 2005/10/21  15:49:00
6832         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
6833              From: <jarkko.hietaniemi@nokia.com>
6834              Date: Fri, 21 Oct 2005 17:15:23 +0300
6835              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
6836      Branch: perl
6837            + symbian/PerlAppS60.rss symbian/PerlAppS80.rss
6838            ! MANIFEST
6839 ____________________________________________________________________________
6840 [ 25818] By: rgs                                   on 2005/10/21  15:44:38
6841         Log: Subject: allow "" as select bitmask [PATCH]
6842              From: Gisle Aas <gisle@ActiveState.com>
6843              Date: 21 Oct 2005 08:04:40 -0700
6844              Message-ID: <lrach229o7.fsf_-_@caliper.activestate.com>
6845      Branch: perl
6846            ! pp_sys.c t/op/sselect.t
6847 ____________________________________________________________________________
6848 [ 25816] By: rgs                                   on 2005/10/21  15:06:13
6849         Log: Rewording of doc change #25812
6850      Branch: perl
6851            ! pod/perlsub.pod
6852 ____________________________________________________________________________
6853 [ 25815] By: merijn                                on 2005/10/21  14:12:37
6854         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
6855              From: <jarkko.hietaniemi@nokia.com>
6856              Date: Fri, 21 Oct 2005 17:15:23 +0300
6857              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
6858      Branch: perl
6859            - symbian/PerlApp.rss
6860 ____________________________________________________________________________
6861 [ 25814] By: merijn                                on 2005/10/21  14:12:10
6862         Log: Subject: [PATCH] Symbian/beginnings of Series 80 support
6863              From: <jarkko.hietaniemi@nokia.com>
6864              Date: Fri, 21 Oct 2005 17:15:23 +0300
6865              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A67E@esebe105.NOE.Nokia.com>
6866      Branch: perl
6867            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
6868            ! symbian/PerlApp.hrh symbian/config.pl symbian/config.sh
6869            ! symbian/makesis.pl symbian/sdk.pl symbian/sisify.pl
6870            ! symbian/xsbuild.pl
6871 ____________________________________________________________________________
6872 [ 25813] By: rgs                                   on 2005/10/21  13:24:30
6873         Log: Subject: wrong maxlen in sselect [PATCH]
6874              From: Gisle Aas <gisle@ActiveState.com>
6875              Date: 21 Oct 2005 05:24:30 -0700
6876              Message-ID: <lrzmp312ip.fsf@caliper.activestate.com>
6877              
6878              Plus a regression test for the new warning.
6879      Branch: perl
6880            ! pod/perldiag.pod pp_sys.c t/lib/warnings/pp_sys
6881 ____________________________________________________________________________
6882 [ 25812] By: rgs                                   on 2005/10/21  13:01:26
6883         Log: Subject: Re: [PATCH] return values reworded in perlsub.pod
6884              From: Xavier Noria <fxn@hashref.com>
6885              Date: Fri, 21 Oct 2005 08:43:12 +0200
6886              Message-Id: <1C8D7C5C-986C-4336-8C4F-8B965CE1AD17@hashref.com>
6887              
6888              (with minor tweaks)
6889      Branch: perl
6890            ! pod/perlsub.pod
6891 ____________________________________________________________________________
6892 [ 25811] By: rgs                                   on 2005/10/21  09:31:52
6893         Log: Remove last remaining reference to vax11c
6894      Branch: perl
6895            ! x2p/a2p.h
6896 ____________________________________________________________________________
6897 [ 25810] By: craigb                                on 2005/10/20  22:38:36
6898         Log: Subject: [patch@25809]restore documented exit behavior
6899              From: "John E. Malmberg" <wb8tyw@qsl.net>
6900              Date: Thu, 20 Oct 2005 18:21:20 -0400
6901              Message-id: <43581860.3020108@qsl.net>
6902      Branch: perl
6903            ! mg.c perl.c perl.h t/op/exec.t vms/perlvms.pod vms/vms.c
6904 ____________________________________________________________________________
6905 [ 25809] By: rgs                                   on 2005/10/19  21:15:53
6906         Log: Fix doc typo, by Gisle Aas
6907      Branch: perl
6908            ! lib/User/grent.pm
6909 ____________________________________________________________________________
6910 [ 25808] By: rgs                                   on 2005/10/19  20:46:50
6911         Log: Subject: Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of ARRAY in leave
6912              From: Robin Houston <robin@cpan.org>
6913              Date: Oct 14, 2005 1:54 AM
6914              Message-ID: <20051013235457.GA23386@rpc142.cs.man.ac.uk>
6915      Branch: perl
6916            ! embed.fnc embed.h global.sym op.c op.h proto.h t/op/array.t
6917 ____________________________________________________________________________
6918 [ 25805] By: rgs                                   on 2005/10/19  13:19:17
6919         Log: Forgotten chunk by jhi
6920      Branch: perl
6921            ! symbian/makesis.pl
6922 ____________________________________________________________________________
6923 [ 25804] By: rgs                                   on 2005/10/19  13:09:09
6924         Log: Subject: [PATCH] blead 25801: Symbian batch of today
6925              From: <jarkko.hietaniemi@nokia.com>
6926              Date: Wed, 19 Oct 2005 16:19:23 +0300
6927              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A663@esebe105.NOE.Nokia.com>
6928      Branch: perl
6929            ! perl.h pp_sys.c symbian/config.sh symbian/symbianish.h
6930            ! symbian/xsbuild.pl
6931 ____________________________________________________________________________
6932 [ 25803] By: rgs                                   on 2005/10/19  08:18:30
6933         Log: Subject: [PATCH] More consting, and DRY leads to shrinking object code
6934              From: Andy Lester <andy@petdance.com>
6935              Date: Tue, 18 Oct 2005 09:57:23 -0500
6936              Message-ID: <20051018145723.GA4964@petdance.com>
6937      Branch: perl
6938            ! av.c gv.c hv.c mg.c pp_ctl.c pp_hot.c sv.c
6939 ____________________________________________________________________________
6940 [ 25802] By: rgs                                   on 2005/10/19  07:52:20
6941         Log: Subject: [PATCH] Adding documentation index to perlapi.pod and perlintern.pod
6942              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
6943              Date: Tue, 18 Oct 2005 22:22:57 +0200
6944              Message-ID: <1129666977.435559a10cb95@imp5-g19.free.fr>
6945              
6946              (tweaked to remove trailing whitespace to doc entries)
6947              Plus, regenerate doc and headers
6948      Branch: perl
6949            ! autodoc.pl embed.h pod/perlapi.pod pod/perlintern.pod proto.h
6950 ____________________________________________________________________________
6951 [ 25801] By: craigb                                on 2005/10/19  00:29:00
6952         Log: Subject: [patch@25784] enable open(FOO, "child.pl foo|") on VMS
6953              From: "John E. Malmberg" <wb8tyw@qsl.net>
6954              Date: Tue, 18 Oct 2005 14:43:29 -0400
6955              Message-id: <43554251.5020704@qsl.net>
6956      Branch: perl
6957            ! vms/vms.c vms/vmsish.h
6958 ____________________________________________________________________________
6959 [ 25800] By: rgs                                   on 2005/10/18  21:22:17
6960         Log: Add notes about -f _ and defined %foo:: in perldelta
6961      Branch: perl
6962            ! pod/perl593delta.pod
6963 ____________________________________________________________________________
6964 [ 25799] By: rgs                                   on 2005/10/18  20:57:43
6965         Log: Force _ to be always a bareword after filetest operators
6966      Branch: perl
6967            ! t/op/filetest.t toke.c
6968 ____________________________________________________________________________
6969 [ 25798] By: nicholas                              on 2005/10/18  19:52:27
6970         Log: Add Rafael's 5.10 roadmap to perltodo.
6971              Add state variables.
6972              Remove xsubpp entry, as that had been done already.
6973      Branch: perl
6974            ! pod/perltodo.pod
6975 ____________________________________________________________________________
6976 [ 25797] By: rgs                                   on 2005/10/18  19:24:55
6977         Log: Fix tokenizer debugging trace for file tests
6978      Branch: perl
6979            ! toke.c
6980 ____________________________________________________________________________
6981 [ 25796] By: stevep                                on 2005/10/18  19:15:40
6982         Log: Upgrade to Digest-1.13
6983      Branch: perl
6984            ! lib/Digest.pm lib/Digest/Changes lib/Digest/file.pm
6985 ____________________________________________________________________________
6986 [ 25795] By: merijn                                on 2005/10/18  16:30:54
6987         Log: VMS does not have clearenv () according to John E. Malmberg
6988              Followup to 25793
6989      Branch: perl
6990            ! configure.com
6991 ____________________________________________________________________________
6992 [ 25794] By: steveh                                on 2005/10/18  15:03:50
6993         Log: Update win32 config files w.r.t. change #25793
6994      Branch: perl
6995            ! win32/config.bc win32/config.gc win32/config.vc
6996            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
6997            ! win32/config_H.vc win32/config_H.vc64
6998 ____________________________________________________________________________
6999 [ 25793] By: merijn                                on 2005/10/18  13:50:15
7000         Log: Add probe for clearenv (), like #25733 for unsetenv ()
7001      Branch: perl
7002            ! Configure Porting/Glossary config_h.SH handy.h
7003 ____________________________________________________________________________
7004 [ 25790] By: rgs                                   on 2005/10/18  12:48:17
7005         Log: Subject: [PATCH] missed some SYMBIAN ifdefs
7006              From: <jarkko.hietaniemi@nokia.com>
7007              Date: Tue, 18 Oct 2005 16:07:28 +0300
7008              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A64D@esebe105.NOE.Nokia.com>
7009      Branch: perl
7010            ! perl.h util.h
7011 ____________________________________________________________________________
7012 [ 25789] By: stevep                                on 2005/10/18  10:52:01
7013         Log: Upgrade to Time-HiRes-1.75
7014      Branch: perl
7015            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
7016            ! ext/Time/HiRes/Makefile.PL
7017 ____________________________________________________________________________
7018 [ 25788] By: rgs                                   on 2005/10/18  09:29:05
7019         Log: Subject: [PATCH] Symbian: New vs New
7020              From: <jarkko.hietaniemi@nokia.com>
7021              Date: Tue, 18 Oct 2005 12:53:16 +0300
7022              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A640@esebe105.NOE.Nokia.com>
7023      Branch: perl
7024            ! symbian/PerlUtil.cpp
7025 ____________________________________________________________________________
7026 [ 25786] By: rgs                                   on 2005/10/18  08:01:12
7027         Log: Subject: [patch@25783] vmsish.h fix for lstat() definition
7028              From: "John E. Malmberg" <wb8tyw@qsl.net>
7029              Date: Mon, 17 Oct 2005 17:08:19 -0400
7030              Message-ID: <435412C3.3080504@qsl.net>
7031      Branch: perl
7032            ! vms/vmsish.h
7033 ____________________________________________________________________________
7034 [ 25784] By: steveh                                on 2005/10/17  15:48:24
7035         Log: Silence gcc complaints about comments in config.h
7036              
7037              This suppresses dozens of lines of warnings seen, e.g. here:
7038              http://www.nntp.perl.org/group/perl.daily-build.reports/32231
7039      Branch: perl
7040            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
7041 ____________________________________________________________________________
7042 [ 25783] By: rgs                                   on 2005/10/17  15:13:35
7043         Log: Subject: [patch@25775] VMS prep for symbolic links and long filename
7044              From: "John E. Malmberg" <wb8tyw@qsl.net>
7045              Date: Mon, 17 Oct 2005 08:12:37 -0400
7046              Message-ID: <43539535.70609@qsl.net>
7047      Branch: perl
7048            ! vms/vms.c vms/vmsish.h
7049 ____________________________________________________________________________
7050 [ 25782] By: rgs                                   on 2005/10/17  15:05:23
7051         Log: Subject: [PATCH] even more Symbian
7052              From: <jarkko.hietaniemi@nokia.com>
7053              Date: Mon, 17 Oct 2005 18:27:57 +0300
7054              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A61F@esebe105.NOE.Nokia.com>
7055      Branch: perl
7056            ! ext/Storable/Storable.xs symbian/TODO
7057            ! symbian/find_writeable_data.pl symbian/xsbuild.pl
7058 ____________________________________________________________________________
7059 [ 25781] By: nicholas                              on 2005/10/17  14:44:59
7060         Log: Correct precedence from and to && in an expression with assignment.
7061      Branch: perl
7062            ! ext/IO/t/io_sock.t
7063 ____________________________________________________________________________
7064 [ 25780] By: rgs                                   on 2005/10/17  10:16:30
7065         Log: Subject: Re: small addition to $, and $\ in perlvar.pod
7066              From: Xavier Noria <fxn@hashref.com>
7067              Date: Sun, 16 Oct 2005 12:27:30 +0200
7068              Message-Id: <7CA83392-70CD-4AC8-AA44-D94F508BB028@hashref.com>
7069      Branch: perl
7070            ! pod/perlvar.pod
7071 ____________________________________________________________________________
7072 [ 25779] By: steveh                                on 2005/10/17  10:14:46
7073         Log: Make some casts explicit to keep VC++ 7 happy
7074              
7075              Specifically, this silences the warnings from the following smoke:
7076              http://www.nntp.perl.org/group/perl.daily-build.reports/32258
7077              (Hmm. Looks like you need to decode the base64 yourself before you
7078              can read that.)
7079      Branch: perl
7080            ! numeric.c op.c pp_pack.c toke.c
7081 ____________________________________________________________________________
7082 [ 25778] By: rgs                                   on 2005/10/17  09:57:24
7083         Log: Subject: [PATCH] another Symbian update: Alan's fault :-)
7084              From: <jarkko.hietaniemi@nokia.com>
7085              Date: Mon, 17 Oct 2005 13:19:34 +0300
7086              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A611@esebe105.NOE.Nokia.com>
7087      Branch: perl
7088            + symbian/find_writeable_data.pl
7089            ! MANIFEST XSUB.h doio.c embed.fnc embed.h mg.c perl.c perl.h
7090            ! perlio.c pp_ctl.c pp_sys.c symbian/config.pl symbian/sisify.pl
7091            ! util.c
7092 ____________________________________________________________________________
7093 [ 25777] By: rgs                                   on 2005/10/17  08:46:31
7094         Log: Doc/style fixes pointed out by Gisle
7095      Branch: perl
7096            ! lib/warnings/register.pm
7097 ____________________________________________________________________________
7098 [ 25776] By: rgs                                   on 2005/10/17  08:28:15
7099         Log: Subject: [PATCH] blead@25775 Symbian update
7100              From: <jarkko.hietaniemi@nokia.com>
7101              Date: Mon, 17 Oct 2005 11:49:20 +0300
7102              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A60A@esebe105.NOE.Nokia.com>
7103      Branch: perl
7104            + symbian/PerlUtil.cpp symbian/PerlUtil.h symbian/PerlUtil.pod
7105            ! MANIFEST README.symbian symbian/PerlBase.pod symbian/TODO
7106            ! symbian/config.pl symbian/sdk.pl symbian/sisify.pl
7107            ! symbian/symbian_proto.h symbian/xsbuild.pl
7108 ____________________________________________________________________________
7109 [ 25775] By: davem                                 on 2005/10/16  23:05:44
7110         Log: DEBUG_LEAKING_SCALARS doesn't need shared memory to store filenames
7111      Branch: perl
7112            ! sv.c
7113 ____________________________________________________________________________
7114 [ 25774] By: rgs                                   on 2005/10/16  21:47:57
7115         Log: Subject: [PATCH] Keys of %INC always use forward slashes
7116              From: Jan Dubois <jand@activestate.com>
7117              Date: Oct 16, 2005 8:24 PM
7118              Message-ID: <006e01c5d27e$d722c6e0$2217a8c0@candy>
7119      Branch: perl
7120            ! lib/CPAN.pm
7121 ____________________________________________________________________________
7122 [ 25772] By: craigb                                on 2005/10/16  19:10:56
7123         Log: Subject: [patch@25763] Fix VMS error/exit handling, update kill function
7124              From: "John E. Malmberg" <wb8tyw@qsl.net>
7125              Message-id: <4351F393.8030809@qsl.net>
7126              Date: Sun, 16 Oct 2005 02:30:43 -0400
7127      Branch: perl
7128            ! perl.c perl.h t/run/exit.t vms/vms.c vms/vmsish.h
7129 ____________________________________________________________________________
7130 [ 25771] By: davem                                 on 2005/10/16  17:46:10
7131         Log: an assert in av_undef was leaking memory
7132      Branch: perl
7133            ! av.c
7134 ____________________________________________________________________________
7135 [ 25770] By: davem                                 on 2005/10/16  17:39:20
7136         Log: static functions should be prefixed S_
7137      Branch: perl
7138            ! ext/threads/threads.xs
7139 ____________________________________________________________________________
7140 [ 25769] By: davem                                 on 2005/10/16  14:53:45
7141         Log: free a thread's interpreter after $t->join() rather than after undef $t
7142              This should fix some ithreads memory leaks.
7143      Branch: perl
7144            ! ext/threads/threads.xs
7145 ____________________________________________________________________________
7146 [ 25768] By: stevep                                on 2005/10/16  13:53:00
7147         Log: Upgrade to version-0.49
7148      Branch: perl
7149            ! lib/version.pm lib/version.pod
7150 ____________________________________________________________________________
7151 [ 25767] By: stevep                                on 2005/10/16  13:24:23
7152         Log: No more attempting to edit Pod before the first coffee of the morning.
7153      Branch: perl
7154            ! ext/DynaLoader/XSLoader_pm.PL
7155 ____________________________________________________________________________
7156 [ 25766] By: stevep                                on 2005/10/16  13:10:02
7157         Log: Upgrade to XSLoader-0.06 (plus a minor doc nit found by podchecker).
7158      Branch: perl
7159            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
7160 ____________________________________________________________________________
7161 [ 25765] By: stevep                                on 2005/10/16  13:02:19
7162         Log: Upgrade to Pod-Parser-1.34 (with some changes to get the new test file
7163              to work within the core).
7164      Branch: perl
7165            + lib/Pod/t/contains_pod.t t/lib/contains_pod.xr
7166            ! MANIFEST lib/Pod/Find.pm
7167 ____________________________________________________________________________
7168 [ 25764] By: stevep                                on 2005/10/16  12:36:37
7169         Log: Upgrade to ExtUtils-ParseXS-2.15.
7170      Branch: perl
7171            ! lib/ExtUtils/ParseXS.pm
7172 ____________________________________________________________________________
7173 [ 25763] By: nicholas                              on 2005/10/15  21:35:29
7174         Log: Subject: pre{inc,dec} is faster, even with integers
7175              From: hv@crypt.org
7176              Message-Id: <200510141722.j9EHMfa25945@zen.crypt.org>
7177              Date: Fri, 14 Oct 2005 18:22:41 +0100
7178      Branch: perl
7179            ! op.c t/op/inc.t
7180 ____________________________________________________________________________
7181 [ 25761] By: craigb                                on 2005/10/15  03:59:44
7182         Log: Subject: [patch@blead] perlport.pod
7183              From: "John E. Malmberg" <wb8tyw@qsl.net>
7184              Date: Fri, 14 Oct 2005 23:48:20 -0400
7185              Message-id: <43507C04.8050003@qsl.net>
7186      Branch: perl
7187            ! pod/perlport.pod
7188 ____________________________________________________________________________
7189 [ 25760] By: craigb                                on 2005/10/15  03:43:30
7190         Log: Subject: patch for blead - Perlvms.pod update
7191              From: "John E. Malmberg" <wb8tyw@qsl.net>
7192              Date: Fri, 14 Oct 2005 21:15:26 -0400
7193              Message-id: <4350582E.4070209@qsl.net>
7194      Branch: perl
7195            ! vms/perlvms.pod
7196 ____________________________________________________________________________
7197 [ 25759] By: craigb                                on 2005/10/14  15:31:33
7198         Log: Grab enough room from the outset in do_tovmsspec()
7199      Branch: perl
7200            ! vms/vms.c
7201 ____________________________________________________________________________
7202 [ 25758] By: steveh                                on 2005/10/14  08:00:58
7203         Log: Subject: [PATCH] Compress::Zlib - fix for win32
7204              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7205              Date: Thu, 13 Oct 2005 23:06:25 +0100
7206              Message-ID: <002a01c5d042$5c25fea0$1a1c140a@myopwv.com>
7207      Branch: perl
7208            ! ext/Compress/Zlib/Zlib.xs
7209 ____________________________________________________________________________
7210 [ 25757] By: stevep                                on 2005/10/14  03:46:24
7211         Log: gcc complains when it sees variables declared
7212              
7213              const register ...
7214              
7215              switched them all to 
7216              
7217              register const ...
7218      Branch: perl
7219            ! av.c pp.c pp_hot.c regexec.c sv.c toke.c util.c
7220 ____________________________________________________________________________
7221 [ 25756] By: stevep                                on 2005/10/14  01:20:21
7222         Log: Upgrade to Unicode-Collate-0.52
7223      Branch: perl
7224            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
7225            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
7226 ____________________________________________________________________________
7227 [ 25755] By: stevep                                on 2005/10/13  23:31:03
7228         Log: Add PERL_USE_SAFE_PUTENV to the compile time options in perl -V
7229      Branch: perl
7230            ! perl.c
7231 ____________________________________________________________________________
7232 [ 25754] By: stevep                                on 2005/10/13  23:03:46
7233         Log: Subject: [PATCH] Stas' croak patch and then some
7234              From: Andy Lester <andy@petdance.com>
7235              Date: Thu, 13 Oct 2005 16:42:12 -0500
7236              Message-ID: <20051013214212.GA1122@petdance.com>
7237      Branch: perl
7238            ! embed.fnc gv.c op.c pad.c perl.c pp_sort.c proto.h regcomp.c
7239            ! sv.c t/TEST toke.c utf8.c
7240 ____________________________________________________________________________
7241 [ 25753] By: rgs                                   on 2005/10/13  15:53:39
7242         Log: If /dev/null is not readable, perl -e fails with
7243              an obscure error message. Make it more understandable.
7244      Branch: perl
7245            ! perl.c
7246 ____________________________________________________________________________
7247 [ 25752] By: rgs                                   on 2005/10/13  14:18:50
7248         Log: Subject: [patch@25744] t/op/local.t - change 25514 broke VMS
7249              From: "John E. Malmberg" <wb8tyw@qsl.net>
7250              Date: Thu, 13 Oct 2005 10:28:23 -0400
7251              Message-ID: <434E6F07.5020108@qsl.net>
7252      Branch: perl
7253            ! t/op/local.t
7254 ____________________________________________________________________________
7255 [ 25751] By: rgs                                   on 2005/10/13  12:38:21
7256         Log: Subject: SvPVutf8_nolen crashes [PATCH]
7257              From: Gisle Aas <gisle@ActiveState.com>
7258              Date: 13 Oct 2005 06:00:49 -0700
7259              Message-ID: <lrslv56072.fsf@caliper.activestate.com>
7260      Branch: perl
7261            ! sv.c
7262 ____________________________________________________________________________
7263 [ 25750] By: rgs                                   on 2005/10/13  12:22:24
7264         Log: Better cleanup of directories created by C::Zlib
7265      Branch: perl
7266            ! Makefile.SH
7267 ____________________________________________________________________________
7268 [ 25749] By: merijn                                on 2005/10/13  12:17:41
7269         Log: PL_use_safe_putenv needs to be in the export lists
7270      Branch: perl
7271            ! makedef.pl
7272 ____________________________________________________________________________
7273 [ 25748] By: rgs                                   on 2005/10/13  11:20:23
7274         Log: Subject: [PATCH] POD index entries with X<>
7275              From: Ivan Tubert-Brohman <itub@cpan.org>
7276              Date: Wed, 12 Oct 2005 19:20:18 -0400
7277              Message-ID: <434D9A32.4050305@cpan.org>
7278      Branch: perl
7279            ! pod/perldata.pod pod/perldebug.pod pod/perldsc.pod
7280            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlform.pod
7281            ! pod/perlfunc.pod pod/perllexwarn.pod pod/perlmod.pod
7282            ! pod/perlobj.pod pod/perlop.pod pod/perlpod.pod pod/perlre.pod
7283            ! pod/perlref.pod pod/perlrun.pod pod/perlsub.pod
7284            ! pod/perlsyn.pod pod/perltie.pod
7285 ____________________________________________________________________________
7286 [ 25747] By: rgs                                   on 2005/10/13  09:43:46
7287         Log: Subject: Accidental interpolation of $@ in Pod::Html [PATCH]
7288              From: Gisle Aas <gisle@ActiveState.com>
7289              Date: 13 Oct 2005 01:42:32 -0700
7290              Message-ID: <lr7jch95af.fsf@caliper.activestate.com>
7291      Branch: perl
7292            ! lib/Pod/Html.pm
7293 ____________________________________________________________________________
7294 [ 25746] By: rgs                                   on 2005/10/13  09:05:42
7295         Log: The new REQUIRE token introduced by change 25599 must be
7296              nonassoc, just like the UNIOP token it's patterned after.
7297              (While we're at it, allow to use bison 2.1 to regenerate
7298              the parser files.)
7299      Branch: perl
7300            ! perly.act perly.h perly.tab perly.y regen_perly.pl
7301 ____________________________________________________________________________
7302 [ 25745] By: rgs                                   on 2005/10/13  08:14:32
7303         Log: Document that -F doesn't accept whitespace in patterns.
7304              (fixes bug #37366)
7305      Branch: perl
7306            ! pod/perlrun.pod
7307 ____________________________________________________________________________
7308 [ 25744] By: merijn                                on 2005/10/13  06:10:27
7309         Log: Subject: RE: [PATCH] Compress::Zlib
7310              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7311              Date: Wed, 12 Oct 2005 22:41:41 +0100
7312              Message-ID: <004c01c5cf75$bd368fc0$0e1c140a@myopwv.com>
7313      Branch: perl
7314            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
7315 ____________________________________________________________________________
7316 [ 25743] By: stevep                                on 2005/10/12  23:28:04
7317         Log: Subject: [PATCH pp_sort.c 5.8.7]  Typo in comment.
7318              From: Abigail <abigail@abigail.nl>
7319              Date: Thu, 13 Oct 2005 01:25:10 +0200
7320              Message-ID: <20051012232509.GA1018@abigail.nl>
7321      Branch: perl
7322            ! pp_sort.c
7323 ____________________________________________________________________________
7324 [ 25742] By: rgs                                   on 2005/10/12  15:55:21
7325         Log: Subject: [PATCH] Symbian blead update: Symbian port 0.2.0
7326              From: <jarkko.hietaniemi@nokia.com>
7327              Date: Wed, 12 Oct 2005 19:12:57 +0300
7328              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5E6@esebe105.NOE.Nokia.com>
7329      Branch: perl
7330            + symbian/sisify.pl
7331            ! MANIFEST README.symbian symbian/PerlApp.cpp symbian/PerlApp.h
7332            ! symbian/TODO symbian/config.pl symbian/port.pl
7333 ____________________________________________________________________________
7334 [ 25741] By: rgs                                   on 2005/10/12  11:37:49
7335         Log: Update to the config boilerplates, by Jarkko
7336      Branch: perl
7337            ! Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh
7338            ! plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
7339            ! wince/config.ce
7340 ____________________________________________________________________________
7341 [ 25740] By: craigb                                on 2005/10/11  23:58:26
7342         Log: disarm unsetenv() on VMS for now (function is present
7343              but %ENV is more complicated)
7344      Branch: perl
7345            ! configure.com
7346 ____________________________________________________________________________
7347 [ 25739] By: stevep                                on 2005/10/11  22:27:18
7348         Log: Subject: [PATCH] Compress::Zlib
7349              From: Paul Marquess <Paul.Marquess@ntlworld.com>
7350              Date: Tue, 11 Oct 2005 22:54:25 +0100
7351              
7352              This silences a few warnings on AIX
7353      Branch: perl
7354            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
7355            ! ext/Compress/Zlib/t/04def.t
7356 ____________________________________________________________________________
7357 [ 25738] By: rgs                                   on 2005/10/11  21:14:49
7358         Log: Comment fix
7359      Branch: perl
7360            ! perl.c
7361 ____________________________________________________________________________
7362 [ 25737] By: merijn                                on 2005/10/11  15:15:37
7363         Log: Subject: [PATCH] environ fixup
7364              From: Alan Burlison <Alan.Burlison@sun.com>
7365              Date: Tue, 11 Oct 2005 16:29:54 +0100
7366              Message-ID: <434BDA72.4090109@sun.com>
7367      Branch: perl
7368            ! handy.h hints/solaris_2.sh perl.c util.c
7369 ____________________________________________________________________________
7370 [ 25736] By: merijn                                on 2005/10/11  11:30:22
7371         Log: Subject: [PATCH] Symbian blead fix
7372              From: <jarkko.hietaniemi@nokia.com>
7373              Date: Tue, 11 Oct 2005 14:48:49 +0300
7374              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5D4@esebe105.NOE.Nokia.com>
7375      Branch: perl
7376            ! symbian/PerlApp.cpp
7377 ____________________________________________________________________________
7378 [ 25735] By: merijn                                on 2005/10/11  11:25:46
7379         Log: Subject: [PATCH] Compress::Zlib
7380              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7381              Date: Tue, 11 Oct 2005 12:35:22 +0100
7382              Message-ID: <013e01c5ce57$dee62af0$671c140a@myopwv.com>
7383      Branch: perl
7384            ! ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
7385            ! ext/Compress/Zlib/t/16oneshot.t
7386 ____________________________________________________________________________
7387 [ 25734] By: steveh                                on 2005/10/11  10:09:48
7388         Log: Update win32 config files w.r.t. change #25733
7389      Branch: perl
7390            ! win32/config.bc win32/config.gc win32/config.vc
7391            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
7392            ! win32/config_H.vc win32/config_H.vc64
7393 ____________________________________________________________________________
7394 [ 25733] By: merijn                                on 2005/10/10  13:47:17
7395         Log: Add probe for unsetenv ()
7396              Subject: Re: Perl's handling of environ breaks on Solaris 10
7397              From: Steve Peters <steve@fisharerojo.org>
7398              Date: Mon, 10 Oct 2005 07:51:17 -0500
7399              Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org>
7400      Branch: perl
7401            ! Configure Porting/Glossary config_h.SH handy.h
7402 ____________________________________________________________________________
7403 [ 25731] By: stevep                                on 2005/10/10  13:14:50
7404         Log: Subject: Re: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
7405              From: Gisle Aas <gisle@ActiveState.com>
7406              Date: 10 Oct 2005 06:20:23 -0700
7407              
7408              Change to remove a call to Win32::GetShortPathName() from 
7409              Test::Harness::Straps.
7410      Branch: perl
7411            ! lib/Test/Harness/Straps.pm
7412 ____________________________________________________________________________
7413 [ 25730] By: rgs                                   on 2005/10/10  11:22:08
7414         Log: Subject: [PATCH] Symbian bleadperl@25725 update
7415              From: <jarkko.hietaniemi@nokia.com>
7416              Date: Mon, 10 Oct 2005 14:28:31 +0300
7417              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A5C4@esebe105.NOE.Nokia.com>
7418      Branch: perl
7419            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/zlib-src/trees.c
7420            ! symbian/PerlApp.cpp symbian/TODO symbian/symbian_utils.cpp
7421            ! symbian/xsbuild.pl
7422 ____________________________________________________________________________
7423 [ 25729] By: rgs                                   on 2005/10/10  11:16:24
7424         Log: Subject: RE: [PATCH] Compress::Zlib
7425              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7426              Date: Mon, 10 Oct 2005 12:24:29 +0100
7427              Message-ID: <013501c5cd8d$2f5d3e90$291c140a@myopwv.com>
7428      Branch: perl
7429            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
7430 ____________________________________________________________________________
7431 [ 25728] By: merijn                                on 2005/10/10  10:36:51
7432         Log: Subject: Win32::GetShortPathName() does not always return a short name [DOC PATCH]
7433              From: Gisle Aas <gisle@ActiveState.com>
7434              Date: 10 Oct 2005 03:58:09 -0700
7435              Message-ID: <lrk6glej0e.fsf@caliper.activestate.com>
7436      Branch: perl
7437            ! win32/ext/Win32/Win32.pm
7438 ____________________________________________________________________________
7439 [ 25727] By: merijn                                on 2005/10/10  10:27:12
7440         Log: Making t/14gzopen.t a bit more robust.
7441              Subject: [PATCH] Compress::Zlib
7442              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
7443              Date: Mon, 10 Oct 2005 11:40:00 +0100
7444              Message-ID: <012101c5cd86$f895b640$291c140a@myopwv.com>
7445      Branch: perl
7446            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.xs
7447            ! ext/Compress/Zlib/t/14gzopen.t
7448 ____________________________________________________________________________
7449 [ 25726] By: merijn                                on 2005/10/10  06:14:30
7450         Log: Compress::Zlib should not ask under Cygwin in CORE
7451      Branch: perl
7452            ! ext/Compress/Zlib/Makefile.PL
7453 ____________________________________________________________________________
7454 [ 25725] By: stevep                                on 2005/10/10  01:18:58
7455         Log: From: Paul Marquess <Paul.Marquess@ntlworld.com>
7456              Subject: RE: [PATCH] DB_File 1.1812
7457              Date: Sun, 9 Oct 2005 23:25:38 +0100
7458              
7459              Patch to ext/Compress/Zlib/Zlib.xs from Paul Marquess.
7460      Branch: perl
7461            ! ext/Compress/Zlib/Zlib.xs
7462 ____________________________________________________________________________
7463 [ 25724] By: rgs                                   on 2005/10/09  21:27:57
7464         Log: Upgrade to DB_File 1.1812, by Paul Marquess
7465      Branch: perl
7466            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
7467            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
7468            ! ext/DB_File/t/db-hash.t
7469 ____________________________________________________________________________
7470 [ 25723] By: stevep                                on 2005/10/09  18:53:02
7471         Log: Tweaks to get Test::Builder::Tester's tests to work in the core.
7472      Branch: perl
7473            ! lib/Test/Simple/t/tbt_01basic.t
7474            ! lib/Test/Simple/t/tbt_04line_num.t
7475 ____________________________________________________________________________
7476 [ 25722] By: stevep                                on 2005/10/09  18:06:13
7477         Log: Upgraded to ExtUtils-ParseXS-2.14.
7478      Branch: perl
7479            ! lib/ExtUtils/ParseXS.pm
7480 ____________________________________________________________________________
7481 [ 25721] By: rgs                                   on 2005/10/09  16:42:26
7482         Log: Don't use a regexp in DB::sub().
7483              This should work around perlbug #37102.
7484      Branch: perl
7485            ! lib/DB.pm
7486 ____________________________________________________________________________
7487 [ 25720] By: stevep                                on 2005/10/09  15:37:41
7488         Log: It would be nice to upgrade the right file.   Double grrrrr.
7489      Branch: perl
7490            ! lib/ExtUtils/CBuilder.pm
7491 ____________________________________________________________________________
7492 [ 25719] By: stevep                                on 2005/10/09  15:32:29
7493         Log: Add standard core test header to Test::Builder::Tester tests.
7494      Branch: perl
7495            ! lib/Test/Simple/t/tbt_01basic.t
7496            ! lib/Test/Simple/t/tbt_02fhrestore.t
7497            ! lib/Test/Simple/t/tbt_03die.t
7498            ! lib/Test/Simple/t/tbt_04line_num.t
7499            ! lib/Test/Simple/t/tbt_05faildiag.t
7500            ! lib/Test/Simple/t/tbt_06errormess.t
7501            ! lib/Test/Simple/t/tbt_07args.t
7502 ____________________________________________________________________________
7503 [ 25718] By: stevep                                on 2005/10/09  15:24:43
7504         Log: Upgrade to Test-Simple-0.62.
7505      Branch: perl
7506            + lib/Test/Builder/Tester.pm lib/Test/Builder/Tester/Color.pm
7507            + lib/Test/Simple/t/tbt_01basic.t
7508            + lib/Test/Simple/t/tbt_02fhrestore.t
7509            + lib/Test/Simple/t/tbt_03die.t
7510            + lib/Test/Simple/t/tbt_04line_num.t
7511            + lib/Test/Simple/t/tbt_05faildiag.t
7512            + lib/Test/Simple/t/tbt_06errormess.t
7513            + lib/Test/Simple/t/tbt_07args.t
7514            ! MANIFEST lib/Test/Builder.pm lib/Test/Builder/Module.pm
7515            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
7516            ! lib/Test/Simple/t/More.t lib/Test/Simple/t/bail_out.t
7517            ! lib/Test/Simple/t/is_deeply_fail.t
7518 ____________________________________________________________________________
7519 [ 25717] By: stevep                                on 2005/10/09  14:51:12
7520         Log: Missed files in upgrading modules.  Grrrr
7521      Branch: perl
7522            ! lib/Cwd.pm lib/ExtUtils/ParseXS.pm
7523 ____________________________________________________________________________
7524 [ 25716] By: rgs                                   on 2005/10/09  14:31:47
7525         Log: Subject: [PATCH with testsuite] undef IS_UTF8_CHAR() on EBCDIC
7526              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
7527              Date: Oct 8, 2005 9:59 AM
7528              Message-Id: <20051008165752.348A.BQW10602@nifty.com>
7529      Branch: perl
7530            ! lib/utf8.t utf8.c utf8.h
7531 ____________________________________________________________________________
7532 [ 25712] By: stevep                                on 2005/10/07  15:41:32
7533         Log: Documentation nit in INSTALL found by Alan Burlison.
7534      Branch: perl
7535            ! INSTALL
7536 ____________________________________________________________________________
7537 [ 25711] By: stevep                                on 2005/10/07  03:29:37
7538         Log: Upgrade to Pathtools-3.12
7539      Branch: perl
7540            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/File/Spec.pm
7541            ! lib/File/Spec/Win32.pm
7542 ____________________________________________________________________________
7543 [ 25710] By: craigb                                on 2005/10/07  02:41:03
7544         Log: Parse symbols for the linker when more than one declaration
7545              on the same line (the way PERLVARISC now throws at us).
7546      Branch: perl
7547            ! vms/gen_shrfls.pl
7548 ____________________________________________________________________________
7549 [ 25709] By: nicholas                              on 2005/10/06  21:31:39
7550         Log: Avoid a cast
7551      Branch: perl
7552            ! perl.c
7553 ____________________________________________________________________________
7554 [ 25708] By: stevep                                on 2005/10/06  19:23:59
7555         Log: Convert lvalue usage of SvNVX() and SvIVX() to SvNV_set() and
7556              SvIV_set().  Otherwise, compiling with -DPERL_DEBUG_COW fails.
7557      Branch: perl
7558            ! ext/Compress/Zlib/Zlib.xs
7559 ____________________________________________________________________________
7560 [ 25707] By: rgs                                   on 2005/10/06  13:42:00
7561         Log: Be nice with subversion hidden directories
7562      Branch: perl
7563            ! ext/Compress/Zlib/Makefile.PL
7564 ____________________________________________________________________________
7565 [ 25706] By: rgs                                   on 2005/10/06  13:24:24
7566         Log: Update with new files from C::Zlib
7567      Branch: perl
7568            ! Porting/Maintainers.pl
7569 ____________________________________________________________________________
7570 [ 25705] By: rgs                                   on 2005/10/06  13:23:20
7571         Log: Move ZlibTestUtils.pm under t/
7572      Branch: perl
7573            + t/lib/ZlibTestUtils.pm
7574            - lib/ZlibTestUtils.pm
7575            ! MANIFEST ext/Compress/Zlib/t/01version.t
7576            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
7577            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
7578            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
7579            ! ext/Compress/Zlib/t/08encoding.t
7580            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
7581            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
7582            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
7583            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
7584            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
7585            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
7586            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
7587            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
7588 ____________________________________________________________________________
7589 [ 25704] By: rgs                                   on 2005/10/06  09:09:06
7590         Log: Don't install pods via MakeMaker for C::Zlib,
7591              as suggested by Robin Barker
7592      Branch: perl
7593            ! ext/Compress/Zlib/Makefile.PL
7594 ____________________________________________________________________________
7595 [ 25703] By: merijn                                on 2005/10/06  08:42:56
7596         Log: Add -C to allowed $PERL5OPT options
7597              Add -C to the $PERL5OPT documentation (and added the missing -A too)
7598              t/run/runenv.t Could use some more tests about how supported
7599              and unsupported options in $PERL5OPT are handled
7600      Branch: perl
7601            ! perl.c pod/perldiag.pod pod/perlrun.pod
7602 ____________________________________________________________________________
7603 [ 25702] By: rgs                                   on 2005/10/06  07:27:39
7604         Log: Remove the getprotobynumber test, for portability concerns
7605      Branch: perl
7606            - t/op/getprotobynumber.t
7607            ! MANIFEST
7608 ____________________________________________________________________________
7609 [ 25701] By: nicholas                              on 2005/10/05  23:22:27
7610         Log: Fix Compress::Zlib test boilerplate
7611      Branch: perl
7612            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
7613            ! ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
7614            ! ext/Compress/Zlib/t/05examples.t
7615            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
7616            ! ext/Compress/Zlib/t/08encoding.t
7617            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
7618            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
7619            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
7620            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
7621            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
7622            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
7623            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
7624            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
7625 ____________________________________________________________________________
7626 [ 25699] By: rgs                                   on 2005/10/05  21:26:57
7627         Log: Compress::Zlib's Makefile.PL shouldn't create .bak files when building the core
7628      Branch: perl
7629            ! ext/Compress/Zlib/Makefile.PL
7630 ____________________________________________________________________________
7631 [ 25698] By: rgs                                   on 2005/10/05  21:03:29
7632         Log: Add test preambles to Compress::Zlib.
7633              Remove 99pod.t, useless in the core
7634      Branch: perl
7635            - ext/Compress/Zlib/t/99pod.t
7636            ! MANIFEST ext/Compress/Zlib/t/01version.t
7637            ! ext/Compress/Zlib/t/02zlib.t ext/Compress/Zlib/t/03zlib-v1.t
7638            ! ext/Compress/Zlib/t/04def.t ext/Compress/Zlib/t/05examples.t
7639            ! ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
7640            ! ext/Compress/Zlib/t/08encoding.t
7641            ! ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
7642            ! ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
7643            ! ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
7644            ! ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
7645            ! ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
7646            ! ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
7647            ! ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
7648            ! ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/globmapper.t
7649 ____________________________________________________________________________
7650 [ 25697] By: stevep                                on 2005/10/05  18:20:54
7651         Log: Subject: proposal [perl #34301]:  IO::Socket calls getpeername far too often
7652              From: Peter.Dintelmann@Dresdner-Bank.com (Peter Dintelmann)
7653              Date: Thu, 2 Jun 2005 13:34:49 +0200
7654              Message-ID: <E9A2605289D8D7468B1A21EC24E59D2101852447@naimucx5.muc.allianz>
7655      Branch: perl
7656            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
7657 ____________________________________________________________________________
7658 [ 25696] By: steveh                                on 2005/10/05  16:04:26
7659         Log: Subject: [PATCH] Re: Untested builtins
7660              From: Steven Schubiger <sts@accognoscere.org>
7661              Date: Wed, 28 Sep 2005 15:46:45 +0200
7662              Message-ID: <20050928134645.GD11546@accognoscere.homeunix.org>
7663      Branch: perl
7664            + t/op/getprotobynumber.t
7665            ! MANIFEST
7666 ____________________________________________________________________________
7667 [ 25695] By: rgs                                   on 2005/10/05  15:53:34
7668         Log: Upgrade to Compress::Zlib 2.000_05
7669      Branch: perl
7670            + ext/Compress/Zlib/examples/gzcat.zlib
7671            + ext/Compress/Zlib/fallback/constants.h
7672            + ext/Compress/Zlib/fallback/constants.xs
7673            + ext/Compress/Zlib/lib/Compress/Gzip/Constants.pm
7674            + ext/Compress/Zlib/lib/Compress/Zlib/Common.pm
7675            + ext/Compress/Zlib/lib/Compress/Zlib/FileConstants.pm
7676            + ext/Compress/Zlib/lib/Compress/Zlib/ParseParameters.pm
7677            + ext/Compress/Zlib/lib/File/GlobMapper.pm
7678            + ext/Compress/Zlib/lib/IO/Compress/Deflate.pm
7679            + ext/Compress/Zlib/lib/IO/Compress/Gzip.pm
7680            + ext/Compress/Zlib/lib/IO/Compress/RawDeflate.pm
7681            + ext/Compress/Zlib/lib/IO/Uncompress/AnyInflate.pm
7682            + ext/Compress/Zlib/lib/IO/Uncompress/Gunzip.pm
7683            + ext/Compress/Zlib/lib/IO/Uncompress/Inflate.pm
7684            + ext/Compress/Zlib/lib/IO/Uncompress/RawInflate.pm
7685            + ext/Compress/Zlib/pod/FAQ.pod ext/Compress/Zlib/ppport.h
7686            + ext/Compress/Zlib/t/03zlib-v1.t ext/Compress/Zlib/t/04def.t
7687            + ext/Compress/Zlib/t/05examples.t
7688            + ext/Compress/Zlib/t/06gzsetp.t ext/Compress/Zlib/t/07bufsize.t
7689            + ext/Compress/Zlib/t/08encoding.t
7690            + ext/Compress/Zlib/t/09gziphdr.t ext/Compress/Zlib/t/10defhdr.t
7691            + ext/Compress/Zlib/t/11truncate.t ext/Compress/Zlib/t/12any.t
7692            + ext/Compress/Zlib/t/13prime.t ext/Compress/Zlib/t/14gzopen.t
7693            + ext/Compress/Zlib/t/15multi.t ext/Compress/Zlib/t/16oneshot.t
7694            + ext/Compress/Zlib/t/17isize.t ext/Compress/Zlib/t/18lvalue.t
7695            + ext/Compress/Zlib/t/19destroy.t ext/Compress/Zlib/t/20tied.t
7696            + ext/Compress/Zlib/t/21newtied.t ext/Compress/Zlib/t/22merge.t
7697            + ext/Compress/Zlib/t/23misc.t ext/Compress/Zlib/t/99pod.t
7698            + ext/Compress/Zlib/t/globmapper.t lib/ZlibTestUtils.pm
7699            - ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/fallback.h
7700            - ext/Compress/Zlib/fallback.xs ext/Compress/Zlib/t/03examples.t
7701            - ext/Compress/Zlib/t/04encoding.t
7702            - ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
7703            - ext/Compress/Zlib/zlib-src/gzio.c
7704            ! MANIFEST ext/Compress/Zlib/Changes
7705            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/README
7706            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
7707            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/examples/filtdef
7708            ! ext/Compress/Zlib/examples/filtinf
7709            ! ext/Compress/Zlib/examples/gzcat
7710            ! ext/Compress/Zlib/examples/gzgrep
7711            ! ext/Compress/Zlib/examples/gzstream
7712            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
7713            ! ext/Compress/Zlib/typemap
7714 ____________________________________________________________________________
7715 [ 25694] By: steveh                                on 2005/10/05  15:34:18
7716         Log: Fix $Config{ccflags} for Win32 perls built with dmake
7717              
7718              The nmake makefile (win32/Makefile) currently adds -nologo, $(STRPOOL)
7719              and -W3 to the ccflags in CFG_VARS, but the dmake makefile
7720              (win32/makefile.mk) doesn't.  This means that extensions built with
7721              perls built with VC++ and dmake spit out damn M$ logo messages and use
7722              a lower warning level.
7723              
7724              The reason for the difference is probably that the dmake makefile
7725              supports multiple compilers.  Therefore, put the extra ccflags into a
7726              new macro, and set it appropriately for each compiler.  Add the new
7727              macro to the nmake makefile too for orthogonality.
7728      Branch: perl
7729            ! win32/Makefile win32/makefile.mk
7730 ____________________________________________________________________________
7731 [ 25693] By: merijn                                on 2005/10/05  15:34:09
7732         Log: Subject: Re: [PATCH] Random constings and printf cleanup
7733              From: Andy Lester <andy@petdance.com>
7734              Date: Tue, 4 Oct 2005 15:16:05 -0500
7735              Message-ID: <20051004201605.GA31682@petdance.com>
7736      Branch: perl
7737            ! malloc.c pad.c perl.c perl.h pp_ctl.c sv.c utf8.c xsutils.c
7738 ____________________________________________________________________________
7739 [ 25691] By: stevep                                on 2005/10/04  16:24:28
7740         Log: Fixes to Pod errors found by podchecker.
7741      Branch: perl
7742            ! README.os2 pod/perlfunc.pod
7743 ____________________________________________________________________________
7744 [ 25690] By: stevep                                on 2005/10/04  12:02:04
7745         Log: Upgrade to ExtUtils-ParseXS-2.13
7746      Branch: perl
7747            ! lib/ExtUtils/ParseXS.pm
7748 ____________________________________________________________________________
7749 [ 25689] By: stevep                                on 2005/10/04  11:01:11
7750         Log: Upgrade to ExtUtils-CBuilder-0.15 (with a small edit to 
7751              ExtUtils::CBuilder::Pltaform::dec_osf.pm to add a $VERSION)
7752      Branch: perl
7753            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7754            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
7755            ! lib/ExtUtils/CBuilder/Platform/dec_osf.pm
7756            ! lib/ExtUtils/CBuilder/Platform/os2.pm
7757            ! lib/ExtUtils/CBuilder/t/02-link.t
7758 ____________________________________________________________________________
7759 [ 25688] By: merijn                                on 2005/10/04  10:10:41
7760         Log: Subject: Re: $^CHILD_ERROR_NATIVE issues (with attachment)
7761              From: Gisle Aas <gisle@ActiveState.com>
7762              Date: 04 Oct 2005 02:18:27 -0700
7763              Message-ID: <lrd5ml7i8s.fsf@caliper.activestate.com>
7764      Branch: perl
7765            ! cop.h doio.c perl.c perl.h pp_sys.c win32/perlhost.h
7766            ! wince/perlhost.h
7767 ____________________________________________________________________________
7768 [ 25687] By: rgs                                   on 2005/10/03  16:16:21
7769         Log: Subject: Clone PL_statusvalue_posix [PATCH]
7770              From: Gisle Aas <gisle@ActiveState.com>
7771              Date: 03 Oct 2005 09:37:57 -0700
7772              Message-ID: <lr3bni8ska.fsf_-_@caliper.activestate.com>
7773      Branch: perl
7774            ! sv.c
7775 ____________________________________________________________________________
7776 [ 25686] By: rgs                                   on 2005/10/03  15:42:45
7777         Log: Pod::Usage documentation fix, suggested by :
7778              
7779              Subject: [perl #37322] Pod::Usage implementation of -sections disagrees with its documentation 
7780              From: "Steven Schubiger via RT" <perlbug-followup@perl.org>
7781              Date: Sun, 02 Oct 2005 07:25:37 -0700
7782              Message-ID: <rt-3.0.11-37322-121918.15.4257995782182@perl.org>
7783      Branch: perl
7784            ! lib/Pod/Usage.pm
7785 ____________________________________________________________________________
7786 [ 25685] By: rgs                                   on 2005/10/03  15:17:09
7787         Log: Yitzchak points out that this function argument is NULLOK
7788      Branch: perl
7789            ! embed.fnc proto.h
7790 ____________________________________________________________________________
7791 [ 25684] By: rgs                                   on 2005/10/03  11:27:31
7792         Log: Spaces to tabs
7793      Branch: perl
7794            ! MANIFEST
7795 ____________________________________________________________________________
7796 [ 25683] By: craigb                                on 2005/10/03  03:43:31
7797         Log: We lied about strtoq way back in #8120
7798      Branch: perl
7799            ! configure.com
7800 ____________________________________________________________________________
7801 [ 25682] By: stevep                                on 2005/10/03  03:10:05
7802         Log: Upgrade to Digest-1.12
7803      Branch: perl
7804            ! lib/Digest.pm lib/Digest/Changes
7805 ____________________________________________________________________________
7806 [ 25681] By: craigb                                on 2005/10/03  00:20:30
7807         Log: fix bug introduced by #25507 that kept ccflags from
7808              making it into config.sh
7809      Branch: perl
7810            ! configure.com
7811 ____________________________________________________________________________
7812 [ 25680] By: craigb                                on 2005/10/02  21:45:20
7813         Log: assorted blead build help for VMS (mostly ithreads-related)
7814      Branch: perl
7815            ! configure.com pp_sys.c vms/gen_shrfls.pl vms/vmsish.h
7816 ____________________________________________________________________________
7817 [ 25679] By: stevep                                on 2005/10/02  12:50:02
7818         Log: Subject: [perl #37233] [PATCH] Test::Harness and Devel::Cover combine with overloading to cause infinite recursion in Carp.pm 
7819              From: perlbug-followup[at]perl.org (Yves Orton)
7820              Date: Thu, 22 Sep 2005 11:31:02 -0700
7821              Message-ID: <rt-3.0.11-37233-121233.2.25543632691242[at]perl.org>
7822      Branch: perl
7823            ! lib/Carp/Heavy.pm
7824 ____________________________________________________________________________
7825 [ 25678] By: stevep                                on 2005/10/02  04:42:46
7826         Log: Clarify the documentation regarding the return value from C<push>.
7827      Branch: perl
7828            ! pod/perlfunc.pod
7829 ____________________________________________________________________________
7830 [ 25677] By: stevep                                on 2005/10/02  04:32:48
7831         Log: If a 'use' or 'require' fails due to too many open files (EMFILE),
7832              give an appropriate error message rather than saying the module
7833              cannot be found in @INC.
7834      Branch: perl
7835            ! pp_ctl.c
7836 ____________________________________________________________________________
7837 [ 25676] By: stevep                                on 2005/10/02  03:30:55
7838         Log: Missed test changes and a bit of debugging code that should 
7839              have been removed.
7840      Branch: perl
7841            ! lib/Pod/Html.pm lib/Pod/t/htmlescp.t lib/Pod/t/htmlview.t
7842 ____________________________________________________________________________
7843 [ 25675] By: stevep                                on 2005/10/02  02:24:12
7844         Log: Fix some of the XHTML issues in Pod::Html.  The call for some time
7845              with a debugger to figure out what is going on.
7846      Branch: perl
7847            ! lib/Pod/Html.pm
7848 ____________________________________________________________________________
7849 [ 25674] By: davem                                 on 2005/10/01  23:51:40
7850         Log: Improve -DT output and fix wild buffer pointer error
7851      Branch: perl
7852            ! toke.c
7853 ____________________________________________________________________________
7854 [ 25672] By: steveh                                on 2005/09/30  15:52:30
7855         Log: Make building perl on Win32 with the free VC++ toolkit easier
7856              
7857              Introduce new CCTYPE's MSVC70FREE and MSVC70 for the free and the full
7858              versions of MS VC++ 7.x respectively.  Perl can now be built with the
7859              free VC++ toolkit simply by running "nmake CCTYPE=MSVC70FREE" with no
7860              hacking of the win32/Makefile required.  Update README.win32 with
7861              these changes.
7862              
7863              Also add the CCTYPE MSVC to win32/Makefile.  This is already supported
7864              in win32/makefile.mk and is useful for avoiding the use of -DELAYLOAD
7865              for MS VC++ 3.x through 5.x.  Update README.win32 for this too.
7866      Branch: perl
7867            ! README.win32 win32/Makefile win32/makefile.mk
7868 ____________________________________________________________________________
7869 [ 25666] By: rgs                                   on 2005/09/30  08:59:14
7870         Log: Upgrade to XSLoader 0.05, plus a few doc nits,
7871              by Sébastien Aperghis-Tramoni <maddingue@free.fr>
7872      Branch: perl
7873            ! ext/DynaLoader/XSLoader_pm.PL ext/DynaLoader/t/XSLoader.t
7874 ____________________________________________________________________________
7875 [ 25665] By: davem                                 on 2005/09/29  22:57:44
7876         Log: PL_defoutgv could be used after being freed
7877              Was giving "use of freed value" warnings in t/io/through.t
7878              and t/io/crlf_through.t
7879      Branch: perl
7880            ! perl.c
7881 ____________________________________________________________________________
7882 [ 25664] By: davem                                 on 2005/09/29  21:01:54
7883         Log: the return value of start_subparse() can legally be ignored
7884      Branch: perl
7885            ! embed.fnc gv.c proto.h
7886 ____________________________________________________________________________
7887 [ 25663] By: stevep                                on 2005/09/29  20:43:52
7888         Log: Added new flag (--use-xsloader) to use XSLoader when in backward
7889              compatibility mode.
7890      Branch: perl
7891            ! utils/h2xs.PL
7892 ____________________________________________________________________________
7893 [ 25662] By: stevep                                on 2005/09/29  18:04:29
7894         Log: With XSLoader on CPAN now, add XSLoader as a prerequisite in Makefile.PL
7895              if the compatible version is less than 5.006 (the first version with 
7896              XSLoader).
7897      Branch: perl
7898            ! utils/h2xs.PL
7899 ____________________________________________________________________________
7900 [ 25660] By: nicholas                              on 2005/09/29  13:00:18
7901         Log: 2 more e-mail addresses that map to rgs
7902      Branch: perl
7903            ! Porting/checkAUTHORS.pl
7904 ____________________________________________________________________________
7905 [ 25659] By: nicholas                              on 2005/09/29  12:54:00
7906         Log: checkAUTHORS.pl wasn't aware of one of Merijn's e-mail addresses
7907      Branch: perl
7908            ! Porting/checkAUTHORS.pl
7909 ____________________________________________________________________________
7910 [ 25658] By: nicholas                              on 2005/09/29  12:50:40
7911         Log: Correct/tweak Changes so that checkAUTHORS.pl parses it.
7912      Branch: perl
7913            ! Changes
7914 ____________________________________________________________________________
7915 [ 25657] By: nicholas                              on 2005/09/29  11:01:53
7916         Log: Teach the alias mapping about new committers.
7917      Branch: perl
7918            ! Porting/checkAUTHORS.pl
7919 ____________________________________________________________________________
7920 [ 25656] By: nicholas                              on 2005/09/29  10:54:56
7921         Log: Cope with completely empty lines within the Changes file.
7922              Better diagnostics on "malformed" lines.
7923      Branch: perl
7924            ! Porting/checkAUTHORS.pl
7925 ____________________________________________________________________________
7926 [ 25652] By: steveh                                on 2005/09/29  08:47:26
7927         Log: Clean up CBuilder and ParseXS test files
7928              
7929              This was done once already in change 25222, but then modified in change
7930              25225.  The new versions of CBuilder and ParseXS that sync'ed those
7931              changes and have now been integrated back into bleadperl missed some
7932              bits of change 25225.  Try again.
7933      Branch: perl
7934            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/t/01-basic.t
7935            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
7936            ! lib/ExtUtils/ParseXS/t/basic.t
7937 ____________________________________________________________________________
7938 [ 25651] By: nicholas                              on 2005/09/29  06:52:35
7939         Log: Attempting to do too many things simultaneously with the C pre-
7940              processor considered harmful.
7941      Branch: perl
7942            ! perl.c
7943 ____________________________________________________________________________
7944 [ 25650] By: stevep                                on 2005/09/29  00:23:44
7945         Log: Upgrade to ExtUtils::CBuilder 0.14
7946      Branch: perl
7947            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
7948            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
7949            ! lib/ExtUtils/CBuilder/t/01-basic.t
7950            ! lib/ExtUtils/CBuilder/t/02-link.t
7951 ____________________________________________________________________________
7952 [ 25649] By: stevep                                on 2005/09/28  22:59:08
7953         Log: Upgrade to Test::Harness 2.56
7954      Branch: perl
7955            + t/lib/sample-tests/bignum_many
7956            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
7957            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
7958            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/test-harness.t
7959            ! t/lib/sample-tests/bignum
7960 ____________________________________________________________________________
7961 [ 25640] By: nicholas                              on 2005/09/28  19:56:53
7962         Log: savepv and savepvn are actually NULLOK
7963      Branch: perl
7964            ! embed.fnc proto.h
7965 ____________________________________________________________________________
7966 [ 25638] By: nicholas                              on 2005/09/28  18:51:15
7967         Log: Forgot to run embed.pl after change 25637
7968      Branch: perl
7969            ! proto.h
7970 ____________________________________________________________________________
7971 [ 25637] By: nicholas                              on 2005/09/28  18:31:04
7972         Log: Subject: [PATCH] embed.fnc now requires NN/NULLOK
7973              From: Andy Lester <andy@petdance.com>
7974              Message-ID: <20050928172254.GE20201@petdance.com>
7975              Date: Wed, 28 Sep 2005 12:22:54 -0500
7976      Branch: perl
7977            ! embed.fnc embed.pl
7978 ____________________________________________________________________________
7979 [ 25634] By: nicholas                              on 2005/09/28  15:56:45
7980         Log: We can use the C pre-processor to build a single, longer string
7981              constant which makes the object code slightly smaller.
7982      Branch: perl
7983            ! perl.c
7984 ____________________________________________________________________________
7985 [ 25627] By: steveh                                on 2005/09/28  08:23:01
7986         Log: Improve File::Spec::Win32->path() and fix MM_Win32.t
7987              
7988              Subject: Improved File::Spec::Win32->path [PATCH]
7989              From: Gisle Aas <gisle@ActiveState.com>
7990              Date: 17 Sep 2005 00:13:41 -0700
7991              Message-ID: <lrk6hgrwt6.fsf@caliper.activestate.com>
7992              
7993              Subject: Re: Improved File::Spec::Win32->path [PATCH]
7994              From: Michael G Schwern <schwern@pobox.com>
7995              Date: Tue, 27 Sep 2005 13:05:54 -0700
7996              Message-ID: <20050927200554.GC20908@windhund.schwern.org>
7997      Branch: perl
7998            ! lib/ExtUtils/t/MM_Win32.t lib/File/Spec/Win32.pm
7999 ____________________________________________________________________________
8000 [ 25626] By: stevep                                on 2005/09/28  00:06:29
8001         Log: Upgrade to CGI-3.11, with some modifications for Pod differences in
8002              bleadperl.
8003      Branch: perl
8004            ! lib/CGI.pm lib/CGI/Changes lib/CGI/Cookie.pm
8005 ____________________________________________________________________________
8006 [ 25625] By: rgs                                   on 2005/09/27  20:07:32
8007         Log: Comment nit by Vadim Konovalov
8008              And while we're at it, reindent consistently.
8009      Branch: perl
8010            ! t/io/crlf.t
8011 ____________________________________________________________________________
8012 [ 25624] By: rgs                                   on 2005/09/27  20:04:07
8013         Log: POD nit by Yitzchak
8014      Branch: perl
8015            ! pod/perlfunc.pod
8016 ____________________________________________________________________________
8017 [ 25623] By: rgs                                   on 2005/09/27  17:02:42
8018         Log: Clarify what -MFoo=number does on the command-line
8019      Branch: perl
8020            ! pod/perlrun.pod
8021 ____________________________________________________________________________
8022 [ 25621] By: stevep                                on 2005/09/27  15:05:18
8023         Log: Subject: AW: [perl #36291] incorrect $! from open ">&nr" with too many open files
8024              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
8025              Date: Tue, 27 Sep 2005 15:18:00 +0200
8026      Branch: perl
8027            ! doio.c
8028 ____________________________________________________________________________
8029 [ 25619] By: rgs                                   on 2005/09/27  14:25:53
8030         Log: Fix by Rick Delaney for [perl #3269] no warnings "bareword" turns off
8031              too many warnings.
8032      Branch: perl
8033            ! mg.c t/io/binmode.t t/lib/warnings/2use
8034 ____________________________________________________________________________
8035 [ 25618] By: rgs                                   on 2005/09/27  12:53:49
8036         Log: Subject: [PATCH] Re: [BUG 5.8.7] Another major bug in PerlIO layer
8037              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
8038              Date: Tue, 27 Sep 2005 02:07:35 -0700
8039              Message-ID: <20050927090734.GB3687@math.berkeley.edu>
8040      Branch: perl
8041            + t/io/crlf_through.t t/io/through.t
8042            ! MANIFEST perlio.c
8043 ____________________________________________________________________________
8044 [ 25617] By: rgs                                   on 2005/09/27  11:06:23
8045         Log: OPpRUNTIME can be set on OP_QR too
8046      Branch: perl
8047            ! ext/B/B/Concise.pm
8048 ____________________________________________________________________________
8049 [ 25616] By: rgs                                   on 2005/09/27  10:09:46
8050         Log: Fix the overriding of CORE::do, just like change 25599
8051              was fixing the overriding of CORE::require
8052      Branch: perl
8053            ! embed.fnc embed.h op.c perly.act perly.y proto.h toke.c
8054 ____________________________________________________________________________
8055 [ 25615] By: rgs                                   on 2005/09/27  09:18:42
8056         Log: Micro-optimisation: use PL_globalstash instead of looking up
8057              CORE::GLOBAL::require by name
8058      Branch: perl
8059            ! op.c
8060 ____________________________________________________________________________
8061 [ 25614] By: rgs                                   on 2005/09/27  09:04:50
8062         Log: Addition to change 25612
8063      Branch: perl
8064            ! symbian/PerlApp.cpp
8065 ____________________________________________________________________________
8066 [ 25613] By: rgs                                   on 2005/09/27  08:36:24
8067         Log: Subject: [PATCH] mark cannot be const because MEXTEND() modifies it, and tkGlue.c uses MEXTEND()
8068              From: "Jan Dubois" <jand@ActiveState.com>
8069              Date: Mon, 26 Sep 2005 21:19:51 -0700
8070              Message-Id: <200509270419.j8R4JtVw026876@smtp3.ActiveState.com>
8071      Branch: perl
8072            ! XSUB.h
8073 ____________________________________________________________________________
8074 [ 25612] By: rgs                                   on 2005/09/27  08:33:36
8075         Log: Subject: [PATCH] 5.9.x@25609 Symbian update
8076              From: <jarkko.hietaniemi@nokia.com>
8077              Date: Tue, 27 Sep 2005 11:54:00 +0300
8078              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A55C@esebe105.NOE.Nokia.com>
8079      Branch: perl
8080            ! symbian/PerlApp.cpp symbian/config.sh
8081 ____________________________________________________________________________
8082 [ 25611] By: rgs                                   on 2005/09/27  07:42:52
8083         Log: Test for OPpCONST_NOVER only on OP_CONST ops.
8084              Plus a regression test by Schwern.
8085      Branch: perl
8086            ! pp_ctl.c t/op/override.t
8087 ____________________________________________________________________________
8088 [ 25610] By: rgs                                   on 2005/09/27  06:40:09
8089         Log: Subject: Warnings in tests @25605 due to cmp_ok behavior change.
8090              From: Michael G Schwern <schwern@pobox.com>
8091              Date: Mon, 26 Sep 2005 14:21:09 -0700
8092              Message-ID: <20050926212109.GA11036@windhund.schwern.org>
8093      Branch: perl
8094            ! lib/AutoSplit.t lib/Pod/t/InputObjects.t
8095 ____________________________________________________________________________
8096 [ 25609] By: stevep                                on 2005/09/27  02:45:50
8097         Log: Upgrade to Encode 2.12
8098      Branch: perl
8099            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
8100            ! ext/Encode/Encode.xs ext/Encode/META.yml
8101            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Supported.pod
8102            ! ext/Encode/t/fallback.t ext/Encode/ucm/8859-7.ucm
8103 ____________________________________________________________________________
8104 [ 25608] By: stevep                                on 2005/09/26  23:09:44
8105         Log: Upgrade to Digest 1.11 with a minor Pod fix.  Also my first commit :)
8106      Branch: perl
8107            ! lib/Digest.pm lib/Digest/Changes
8108 ____________________________________________________________________________
8109 [ 25605] By: nicholas                              on 2005/09/26  17:54:06
8110         Log: const sausage const const bacon const tomato and const
8111              The search_ext parameter to find_script can be a little more const.
8112      Branch: perl
8113            ! embed.fnc proto.h util.c
8114 ____________________________________________________________________________
8115 [ 25604] By: rgs                                   on 2005/09/26  16:31:43
8116         Log: Upgrade to Test::Simple 0.61
8117      Branch: perl
8118            + lib/Test/Builder/Module.pm lib/Test/Simple/t/bail_out.t
8119            + t/lib/Test/Simple/sample_tests/too_few_fail.plx
8120            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
8121            ! lib/Test/Simple.pm lib/Test/Simple/Changes
8122            ! lib/Test/Simple/t/00test_harness_check.t
8123            ! lib/Test/Simple/t/create.t lib/Test/Simple/t/eq_set.t
8124            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
8125            ! lib/Test/Simple/t/extra_one.t lib/Test/Simple/t/fail-like.t
8126            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
8127            ! lib/Test/Simple/t/fail_one.t
8128            ! lib/Test/Simple/t/harness_active.t
8129            ! lib/Test/Simple/t/has_plan2.t
8130            ! lib/Test/Simple/t/is_deeply_fail.t lib/Test/Simple/t/missing.t
8131            ! lib/Test/Simple/t/no_diag.t lib/Test/Simple/t/overload.t
8132            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/todo.t
8133            ! lib/Test/Simple/t/undef.t
8134            ! t/lib/Test/Simple/sample_tests/too_few.plx
8135 ____________________________________________________________________________
8136 [ 25602] By: rgs                                   on 2005/09/26  14:45:53
8137         Log: Fix change 25597 for non-Windows platforms
8138      Branch: perl
8139            ! lib/File/Find.pm
8140 ____________________________________________________________________________
8141 [ 25601] By: rgs                                   on 2005/09/26  14:24:20
8142         Log: Make B::Deparse handle correctly CORE::require
8143      Branch: perl
8144            ! ext/B/B/Deparse.pm
8145 ____________________________________________________________________________
8146 [ 25600] By: rgs                                   on 2005/09/26  14:22:43
8147         Log: Document the new meaning of OPf_SPECIAL on OP_REQUIRE
8148      Branch: perl
8149            ! op.h
8150 ____________________________________________________________________________
8151 [ 25599] By: rgs                                   on 2005/09/26  14:04:21
8152         Log: CORE::require was always parsed as require().
8153              That's because require() isn't overridable at tokenizer-level
8154              like other overridable built-ins, but is handled by the optree
8155              builder. So, find a way to pass the information that require()
8156              was written as CORE::require() to Perl_ck_require. This is
8157              done by adding a new token type REQUIRE and by adding OPf_SPECIAL
8158              to OP_REQUIRE when it's saw as CORE::require in the program text.
8159              This fixes bug [perl #37274] The "CORE" in CORE::require is ignored.
8160      Branch: perl
8161            ! op.c perly.act perly.h perly.tab perly.y toke.c
8162 ____________________________________________________________________________
8163 [ 25597] By: steveh                                on 2005/09/26  08:54:13
8164         Log: Subject: [perl #37223] [PATCH] File::Find::find fails on Win32 with follow => 1 
8165              From: "Steve Peters via RT" <perlbug-followup@perl.org>
8166              Date: Sun, 25 Sep 2005 14:41:03 -0700
8167              Message-ID: <rt-3.0.11-37223-121392.15.8703994486314@perl.org>
8168              
8169              and update docs
8170      Branch: perl
8171            ! lib/File/Find.pm
8172 ____________________________________________________________________________
8173 [ 25591] By: rgs                                   on 2005/09/23  20:46:04
8174         Log: Upgrade to Compress::Zlib 1.40
8175      Branch: perl
8176            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
8177            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
8178            ! ext/Compress/Zlib/t/03examples.t
8179 ____________________________________________________________________________
8180 [ 25590] By: rgs                                   on 2005/09/23  19:06:31
8181         Log: Subject: [PATCH] Fix to PERL_DEBUG_COW
8182              From: Steve Peters <steve@fisharerojo.org>
8183              Date: Sep 23, 2005 8:11 PM
8184              Message-ID: <20050923181109.GA1350@mccoy.peters.homeunix.org>
8185      Branch: perl
8186            ! sv.h
8187 ____________________________________________________________________________
8188 [ 25588] By: rgs                                   on 2005/09/23  15:54:02
8189         Log: Subject: Re: pod/pod2usage2.t
8190              From: "H.Merijn Brand" <h.m.brand@xs4all.nl>
8191              Date: Thu, 22 Sep 2005 12:12:49 +0200
8192              Message-ID: <20050922121249.5077ee3e@pc09>
8193              
8194              Also, skip all tests on Windows until we find a way
8195              to write them portably
8196      Branch: perl
8197            ! t/pod/pod2usage2.t
8198 ____________________________________________________________________________
8199 [ 25586] By: rgs                                   on 2005/09/23  15:12:03
8200         Log: Subject: [PATCH] quiet a few warnings
8201              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8202              Date: Wed, 21 Sep 2005 18:45:56 -0700
8203              Message-ID: <20050922014555.GA2852@efn.org>
8204      Branch: perl
8205            ! cygwin/cygwin.c embed.fnc proto.h
8206 ____________________________________________________________________________
8207 [ 25582] By: rgs                                   on 2005/09/23  13:49:24
8208         Log: Subject: [PATCH] Changes for hints/linux.sh for Purify
8209              From: Steve Peters <steve@fisharerojo.org>
8210              Date: Fri, 23 Sep 2005 08:38:58 -0500
8211              Message-ID: <20050923133858.GA29475@mccoy.peters.homeunix.org>
8212      Branch: perl
8213            ! hints/linux.sh
8214 ____________________________________________________________________________
8215 [ 25581] By: steveh                                on 2005/09/23  13:46:40
8216         Log: Extend 25579 to cover vc64 too
8217      Branch: perl
8218            ! Porting/checkcfgvar.pl
8219 ____________________________________________________________________________
8220 [ 25579] By: rgs                                   on 2005/09/23  13:08:14
8221         Log: Add Porting/checkcfgvar.pl by Jarkko
8222      Branch: perl
8223            + Porting/checkcfgvar.pl
8224            ! MANIFEST
8225 ____________________________________________________________________________
8226 [ 25578] By: rgs                                   on 2005/09/23  12:35:30
8227         Log: SAPER is the new maintainer of XSLoader
8228      Branch: perl
8229            ! Porting/Maintainers.pl
8230 ____________________________________________________________________________
8231 [ 25573] By: steveh                                on 2005/09/23  08:40:58
8232         Log: Change 25226 should have done this too
8233      Branch: perl
8234            ! win32/config.bc
8235 ____________________________________________________________________________
8236 [ 25571] By: nicholas                              on 2005/09/22  14:35:52
8237         Log: As SvPVX_mutable and SvPVX_const are new, they don't need to be LVALUEs
8238      Branch: perl
8239            ! sv.h
8240 ____________________________________________________________________________
8241 [ 25570] By: nicholas                              on 2005/09/22  14:09:37
8242         Log: The New*() compatibility macros aren't needed inside the perl core.
8243      Branch: perl
8244            ! handy.h
8245 ____________________________________________________________________________
8246 [ 25563] By: steveh                                on 2005/09/22  07:26:20
8247         Log: Forgot to update MANIFEST in change 25547
8248      Branch: perl
8249            ! MANIFEST
8250 ____________________________________________________________________________
8251 [ 25560] By: rgs                                   on 2005/09/21  21:10:50
8252         Log: Add an option --ignore to installhtml
8253              and use it to avoid to install doc in Porting/.
8254              Skip also test modules.
8255      Branch: perl
8256            ! Makefile.SH installhtml
8257 ____________________________________________________________________________
8258 [ 25547] By: steveh                                on 2005/09/21  16:19:03
8259         Log: Localize $@ in Locale::Maketext::maketext()
8260              so that $lh->maketext("Error: [_1]\n", $@) works as expected
8261              
8262              Also added a new test for this fix
8263      Branch: perl
8264            + lib/Locale/Maketext/t/30_local.t
8265            ! lib/Locale/Maketext.pm
8266 ____________________________________________________________________________
8267 [ 25544] By: rgs                                   on 2005/09/21  15:53:33
8268         Log: A few POD fixes
8269      Branch: perl
8270            ! Porting/pumpkin.pod ext/B/B/Concise.pm
8271            ! ext/Data/Dumper/Dumper.pm lib/FileCache.pm
8272 ____________________________________________________________________________
8273 [ 25543] By: rgs                                   on 2005/09/21  15:31:02
8274         Log: Upgrade to Pod::Parser 1.33
8275      Branch: perl
8276            + t/pod/pod2usage2.t
8277            ! MANIFEST lib/Pod/Checker.pm lib/Pod/InputObjects.pm
8278            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
8279            ! lib/Pod/Usage.pm t/pod/find.t t/pod/poderrs.xr
8280 ____________________________________________________________________________
8281 [ 25537] By: rgs                                   on 2005/09/21  14:20:14
8282         Log: PodParser is now Pod-Parser on CPAN
8283      Branch: perl
8284            ! Porting/Maintainers.pl
8285 ____________________________________________________________________________
8286 [ 25534] By: rgs                                   on 2005/09/21  13:12:33
8287         Log: Subject: [PATCH 5.8.7] misc a2p fixes
8288              From: Brendan O'Dea <bod@debian.org>
8289              Date: Sun, 11 Sep 2005 19:43:14 +1000
8290              Message-ID: <20050911094314.GA15155@londo.c47.org>
8291              
8292              and remove the check_byacc target from the x2p makefile
8293      Branch: perl
8294            ! x2p/Makefile.SH x2p/a2p.c x2p/a2p.y x2p/a2py.c x2p/walk.c
8295 ____________________________________________________________________________
8296 [ 25533] By: rgs                                   on 2005/09/21  11:25:54
8297         Log: Upgrade to ExtUtils::ParseXS 2.12
8298      Branch: perl
8299            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS/t/basic.t
8300 ____________________________________________________________________________
8301 [ 25532] By: rgs                                   on 2005/09/21  11:15:43
8302         Log: Upgrade to Time::HiRes 1.74
8303      Branch: perl
8304            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
8305            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
8306 ____________________________________________________________________________
8307 [ 25530] By: nicholas                              on 2005/09/21  10:53:56
8308         Log: Remove the last STRLEN n_a;s that my compiler can reach.
8309      Branch: perl
8310            ! doop.c ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs perly.act
8311            ! perly.y pp_pack.c sv.h
8312 ____________________________________________________________________________
8313 [ 25526] By: rgs                                   on 2005/09/21  09:37:27
8314         Log: Integrate changes from Text::Tabs and Text::Wrap on CPAN
8315              (Text-Tabs+Wrap-2005.0824). Keep local changes.
8316      Branch: perl
8317            ! lib/Text/Tabs.pm lib/Text/TabsWrap/CHANGELOG lib/Text/Wrap.pm
8318 ____________________________________________________________________________
8319 [ 25523] By: rgs                                   on 2005/09/20  19:12:28
8320         Log: Yitzchak says that Tim says that we can distribute
8321              the perl glossary under the same terms as Perl itself.
8322      Branch: perl
8323            ! pod/perlglossary.pod
8324 ____________________________________________________________________________
8325 [ 25515] By: rgs                                   on 2005/09/20  11:09:48
8326         Log: Subject: [PATCH blead] Re: [perl #36733] %SIG not properly local-ized
8327              From: Rick Delaney <rick@bort.ca>
8328              Date: Thu, 8 Sep 2005 08:55:16 -0400
8329              Message-ID: <20050908125516.GA18184@localhost.localdomain>
8330      Branch: perl
8331            ! hv.c t/op/local.t
8332 ____________________________________________________________________________
8333 [ 25513] By: steveh                                on 2005/09/20  09:20:16
8334         Log: Resolve [perl #37110]: Update README.win32
8335              
8336              I give up trying to keep the Platform SDK links up-to-date. They seem
8337              to have changed every time that I look at them, so make the
8338              instructions more general.
8339      Branch: perl
8340            ! README.win32
8341 ____________________________________________________________________________
8342 [ 25512] By: rgs                                   on 2005/09/20  09:15:17
8343         Log: Upgrade to Compress::Zlib 1.39
8344      Branch: perl
8345            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/README
8346            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
8347 ____________________________________________________________________________
8348 [ 25511] By: rgs                                   on 2005/09/20  09:02:17
8349         Log: Subject: PATCH for #37138: using XSUB as DB::DB causes perl to crash
8350              From: Salvador "FandiXo" <sfandino@yahoo.com>
8351              Date: Mon, 19 Sep 2005 06:56:39 -0700 (PDT)
8352              Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com>
8353              
8354              (adapted to bleadperl)
8355      Branch: perl
8356            ! pp_ctl.c
8357 ____________________________________________________________________________
8358 [ 25507] By: merijn                                on 2005/09/20  06:51:38
8359         Log: Subject: [patch@25502] Add hard link and V8.2 crtl support to VMS.
8360              From: "John E. Malmberg" <wb8tyw@qsl.net>
8361              Date: Tue, 20 Sep 2005 01:22:24 -0400
8362              Message-ID: <432F9C90.7080702@qsl.net>
8363      Branch: perl
8364            ! configure.com vms/descrip_mms.template x2p/s2p.PL
8365 ____________________________________________________________________________
8366 [ 25502] By: nicholas                              on 2005/09/19  21:02:02
8367         Log: The second argument to Move() is the destination, so cannot possibly
8368              be const. Pesky casting in handy.h. Getting in the way of correctness.
8369      Branch: perl
8370            ! sv.c
8371 ____________________________________________________________________________
8372 [ 25499] By: nicholas                              on 2005/09/19  19:44:07
8373         Log: Add parallel testing to TODO
8374      Branch: perl
8375            ! pod/perltodo.pod
8376 ____________________________________________________________________________
8377 [ 25497] By: nicholas                              on 2005/09/19  18:48:10
8378         Log: First argument to he_dup is actually a const HE *
8379      Branch: perl
8380            ! embed.fnc hv.c proto.h sv.c
8381 ____________________________________________________________________________
8382 [ 25493] By: nicholas                              on 2005/09/19  15:59:44
8383         Log: All Perl_hv_name_set()s need to be plain hv_name_set if they are to
8384              work with a macro version.
8385      Branch: perl
8386            ! ext/ByteLoader/bytecode.h
8387 ____________________________________________________________________________
8388 [ 25488] By: steveh                                on 2005/09/19  14:18:40
8389         Log: Update win32 config files w.r.t. change #25387
8390      Branch: perl
8391            ! win32/config.bc win32/config.gc win32/config.vc
8392            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
8393            ! win32/config_H.vc win32/config_H.vc64
8394 ____________________________________________________________________________
8395 [ 25486] By: rgs                                   on 2005/09/19  12:38:26
8396         Log: Subject: bleadperl DProf.xs:140: warning: `unused' attribute ignored
8397              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8398              Date: Sun, 18 Sep 2005 19:46:37 -0700
8399              Message-ID: <20050919024637.GA2860@efn.org>
8400      Branch: perl
8401            ! ext/Devel/DProf/DProf.xs
8402 ____________________________________________________________________________
8403 [ 25480] By: nicholas                              on 2005/09/19  07:11:38
8404         Log: Improve failure case diagnostics from comp/package.t
8405      Branch: perl
8406            ! t/comp/package.t
8407 ____________________________________________________________________________
8408 [ 25476] By: nicholas                              on 2005/09/18  21:54:18
8409         Log: Should have been embed.h, not proto.h, in 25475
8410      Branch: perl
8411            ! embed.h
8412 ____________________________________________________________________________
8413 [ 25475] By: nicholas                              on 2005/09/18  21:52:25
8414         Log: It looks like the only way to reliably make Perl_hv_name_set a pure
8415              macro in 5.8.x is to make it available as hv_name_set.
8416              [Otherwise when and where aTHX_ hv gets expanded to foo, hv causes
8417              warnings or other games when Perl_hv_name_set() is a macro]
8418      Branch: perl
8419            ! embed.fnc ext/Opcode/Opcode.xs gv.c hv.c perl.c proto.h
8420 ____________________________________________________________________________
8421 [ 25474] By: merijn                                on 2005/09/18  18:36:15
8422         Log: Subject: [patch@25452] VMS fix required by Change 25387
8423              From: "John E. Malmberg" <wb8tyw@qsl.net>
8424              Date: Sun, 18 Sep 2005 14:53:09 -0400
8425              Message-ID: <432DB795.8050801@qsl.net>
8426      Branch: perl
8427            ! configure.com
8428 ____________________________________________________________________________
8429 [ 25463] By: nicholas                              on 2005/09/18  11:07:51
8430         Log: Tidying up the unused or unneeded global variables would be good.
8431      Branch: perl
8432            ! pod/perltodo.pod
8433 ____________________________________________________________________________
8434 [ 25459] By: nicholas                              on 2005/09/18  10:12:51
8435         Log: Controlling what the GNU linker exports from a shared library would
8436              be a useful thing TODO
8437      Branch: perl
8438            ! pod/perltodo.pod
8439 ____________________________________________________________________________
8440 [ 25457] By: nicholas                              on 2005/09/18  09:38:59
8441         Log: Detail the minimal rewards programme we have on offer.
8442              Hoik relocatable perl to the top of its section.
8443              Some other formatting tweaks.
8444      Branch: perl
8445            ! pod/perltodo.pod
8446 ____________________________________________________________________________
8447 [ 25452] By: nicholas                              on 2005/09/17  19:50:47
8448         Log: 
8449              refactoring xsubpp should have been in the "just perl" section.
8450      Branch: perl
8451            ! pod/perltodo.pod
8452 ____________________________________________________________________________
8453 [ 25451] By: nicholas                              on 2005/09/17  19:49:27
8454         Log: Add "refactor xsubpp to be a thin wrapper around ExtUtils::ParseXS"
8455              to the TODO
8456      Branch: perl
8457            ! pod/perltodo.pod
8458 ____________________________________________________________________________
8459 [ 25448] By: nicholas                              on 2005/09/17  19:11:33
8460         Log: Add shrinking GVs and CVs to the TODO
8461      Branch: perl
8462            ! pod/perltodo.pod
8463 ____________________________________________________________________________
8464 [ 25446] By: nicholas                              on 2005/09/17  18:59:37
8465         Log: Add reduce duplication in sv_setsv_flags to TODO
8466      Branch: perl
8467            ! pod/perltodo.pod
8468 ____________________________________________________________________________
8469 [ 25445] By: nicholas                              on 2005/09/17  18:53:39
8470         Log: Missing DO_BO_PACK_PC and DO_BO_UNPACK_PC for the 5.8.x case
8471              (and the don't know the pointer size case)
8472      Branch: perl
8473            ! pp_pack.c
8474 ____________________________________________________________________________
8475 [ 25444] By: nicholas                              on 2005/09/17  18:40:29
8476         Log: vv5.9.3 is clearly a bug.
8477      Branch: perl
8478            ! utils/perlbug.PL
8479 ____________________________________________________________________________
8480 [ 25443] By: nicholas                              on 2005/09/17  18:34:37
8481         Log: Add ordering of "global" variables to TODO
8482      Branch: perl
8483            ! pod/perltodo.pod
8484 ____________________________________________________________________________
8485 [ 25442] By: nicholas                              on 2005/09/17  18:05:30
8486         Log: Holding a mutex then croak()ing strikes me as deadlock.
8487      Branch: perl
8488            ! ext/threads/threads.xs
8489 ____________________________________________________________________________
8490 [ 25439] By: nicholas                              on 2005/09/17  17:09:25
8491         Log: Add emulate the per-thread memory pool on Unix to the TODO
8492      Branch: perl
8493            ! pod/perltodo.pod
8494 ____________________________________________________________________________
8495 [ 25436] By: nicholas                              on 2005/09/17  15:42:51
8496         Log: Add suggestion to profile to find a better set of hot ops for pp_hot.
8497      Branch: perl
8498            ! pod/perltodo.pod
8499 ____________________________________________________________________________
8500 [ 25434] By: nicholas                              on 2005/09/17  15:32:36
8501         Log: add merge Perl_sv_2[inpu]v to TODO
8502      Branch: perl
8503            ! pod/perltodo.pod
8504 ____________________________________________________________________________
8505 [ 25431] By: nicholas                              on 2005/09/17  14:36:14
8506         Log: Making make -j... work is a TODO
8507      Branch: perl
8508            ! pod/perltodo.pod
8509 ____________________________________________________________________________
8510 [ 25430] By: nicholas                              on 2005/09/17  14:33:33
8511         Log: Add "automating coverage tests" as a TODO
8512      Branch: perl
8513            ! pod/perltodo.pod
8514 ____________________________________________________________________________
8515 [ 25429] By: nicholas                              on 2005/09/17  14:19:54
8516         Log: Re-order the TODO tasks based on the skills they need, putting the
8517              easist tasks first. I've categorised them as
8518              
8519              =head1 Tasks that only need Perl knowledge
8520              =head1 Tasks that need a little sysadmin-type knowledge
8521              =head1 Tasks that need a little C knowledge
8522              =head1 Tasks that need a knowledge of XS
8523              =head1 Tasks that need a knowledge of the interpreter
8524              =head1 Big projects
8525              
8526              Lets see if we get any takers.
8527      Branch: perl
8528            ! pod/perltodo.pod
8529 ____________________________________________________________________________
8530 [ 25418] By: rgs                                   on 2005/09/16  12:54:43
8531         Log: Revert change #24223 : select() will continue
8532              to return -1 on error, like in previous versions, and
8533              like other system builtins.
8534      Branch: perl
8535            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
8536 ____________________________________________________________________________
8537 [ 25417] By: rgs                                   on 2005/09/15  14:48:37
8538         Log: Fix obsolete identifiers in comment
8539      Branch: perl
8540            ! av.h
8541 ____________________________________________________________________________
8542 [ 25416] By: rgs                                   on 2005/09/15  14:19:19
8543         Log: Upgrade to version.pm 0.48
8544      Branch: perl
8545            + lib/version.pod
8546            ! MANIFEST lib/version.pm lib/version.t util.c
8547 ____________________________________________________________________________
8548 [ 25414] By: rgs                                   on 2005/09/14  12:49:58
8549         Log: Subject: [PATCH] Math::Complex and Math::Trig updates (Re: [perl #37117] Math::Complex atan2 bug)
8550              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
8551              Date: Wed, 14 Sep 2005 09:26:11 +0300
8552              Message-ID: <4327C283.80706@gmail.com>
8553      Branch: perl
8554            ! lib/Math/Complex.pm lib/Math/Complex.t lib/Math/Trig.pm
8555            ! lib/Math/Trig.t pod/perlfunc.pod
8556 ____________________________________________________________________________
8557 [ 25413] By: rgs                                   on 2005/09/14  08:58:04
8558         Log: Subject: [perl #37163] dprofpp array subscript error 
8559              From: scott@perlcode.org (via RT) <perlbug-followup@perl.org>
8560              Date: Tue, 13 Sep 2005 12:11:46 -0700
8561              Message-ID: <rt-3.0.11-37163-120724.9.33005980359667@perl.org>
8562      Branch: perl
8563            ! utils/dprofpp.PL
8564 ____________________________________________________________________________
8565 [ 25411] By: rgs                                   on 2005/09/14  08:11:08
8566         Log: Change 25409 wasn't necessary for threaded perls
8567      Branch: perl
8568            ! toke.c
8569 ____________________________________________________________________________
8570 [ 25409] By: rgs                                   on 2005/09/14  01:08:22
8571         Log: The debugger wasn't tracing correctly execution in eval("")'ed
8572              code containing #line directives
8573      Branch: perl
8574            ! toke.c
8575 ____________________________________________________________________________
8576 [ 25406] By: rgs                                   on 2005/09/13  20:58:38
8577         Log: Subject: [PATCH] Re: [MAINT24637] fails "make test" on OSX 10.4 (lib/locale.t)
8578              From: Dominic Dunlop <shouldbedomo@mac.com>
8579              Date: Sep 13, 2005 11:13 PM
8580              Message-Id: <456439EA-CE2E-49A0-97FF-1B003CF8AFDE@mac.com>
8581      Branch: perl
8582            ! lib/locale.t
8583 ____________________________________________________________________________
8584 [ 25403] By: nicholas                              on 2005/09/13  18:16:55
8585         Log: Add Luke Closs to AUTHORS
8586      Branch: perl
8587            ! AUTHORS
8588 ____________________________________________________________________________
8589 [ 25402] By: nicholas                              on 2005/09/13  17:54:09
8590         Log: Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1
8591              From: Luke Closs (via RT) <perlbug-followup@perl.org>
8592              Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org>
8593              Date: 1 Jul 2005 21:56:31 -0000
8594      Branch: perl
8595            ! Configure hints/darwin.sh
8596 ____________________________________________________________________________
8597 [ 25399] By: rgs                                   on 2005/09/13  13:25:23
8598         Log: Allow non-arrowed form of chained subscripts after slices
8599              
8600              Subject: Re: [perl #37039] perlref documentation about optional -> is too vague
8601              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8602              Date: Thu, 1 Sep 2005 17:41:36 -0700
8603              Message-ID: <20050902004136.GA2656@efn.org>
8604              
8605              Date: Mon, 5 Sep 2005 08:10:20 -0700
8606              Message-ID: <20050905151020.GA3556@efn.org>
8607      Branch: perl
8608            ! perly.act perly.h perly.tab perly.y t/op/ref.t
8609 ____________________________________________________________________________
8610 [ 25398] By: merijn                                on 2005/09/13  06:22:58
8611         Log: Subject: [patch@25388] vms/vms.c Perl_cando fix.
8612              From: "John E. Malmberg" <wb8tyw@qsl.net>
8613              Date: Mon, 12 Sep 2005 23:56:36 -0400
8614              Message-ID: <43264DF4.6090403@qsl.net>
8615      Branch: perl
8616            ! vms/vms.c
8617 ____________________________________________________________________________
8618 [ 25397] By: merijn                                on 2005/09/13  06:18:46
8619         Log: Subject: [PATCH] The return of the consting
8620              From: Andy Lester <andy@petdance.com>
8621              Date: Tue, 13 Sep 2005 01:08:36 -0500
8622              Message-ID: <20050913060835.GA1037@petdance.com>
8623      Branch: perl
8624            ! embed.fnc lib/overload.pm pp_pack.c proto.h util.c
8625 ____________________________________________________________________________
8626 [ 25388] By: rgs                                   on 2005/09/12  14:32:29
8627         Log: Subject: [perl #37142] h2xs skips enums with negative values 
8628              From: Aaron Kaplan (via RT) <perlbug-followup@perl.org>
8629              Date: Sun, 11 Sep 2005 13:33:44 -0700
8630              Message-ID: <rt-3.0.11-37142-120585.5.90517066191047@perl.org>
8631      Branch: perl
8632            ! utils/h2xs.PL
8633 ____________________________________________________________________________
8634 [ 25387] By: merijn                                on 2005/09/12  13:26:31
8635         Log: Detection of malloc_size and malloc_good_size
8636      Branch: perl
8637            ! Configure Porting/Glossary config_h.SH handy.h
8638 ____________________________________________________________________________
8639 [ 25383] By: merijn                                on 2005/09/11  13:50:53
8640         Log: Reverted 25364 on authors request
8641      Branch: perl
8642            ! lib/ExtUtils/CBuilder/Base.pm
8643            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
8644 ____________________________________________________________________________
8645 [ 25374] By: nicholas                              on 2005/09/10  17:07:04
8646         Log: Experiment with putting the F<.patch>level into patchlevel.h
8647              (a sure way to accelerate any change to subversion)
8648      Branch: perl
8649            ! cflags.SH patchlevel.h
8650 ____________________________________________________________________________
8651 [ 25366] By: rgs                                   on 2005/09/09  09:35:01
8652         Log: Minor comment fix
8653      Branch: perl
8654            ! hv.h
8655 ____________________________________________________________________________
8656 [ 25365] By: merijn                                on 2005/09/08  07:20:19
8657         Log: Subject: [PATCH blead] Make t/op/local.t use test.pl.
8658              From: Rick Delaney <rick@bort.ca>
8659              Date: Wed, 7 Sep 2005 22:45:44 -0400
8660              Message-ID: <20050908024544.GA4058@localhost.localdomain>
8661      Branch: perl
8662            ! t/op/local.t
8663 ____________________________________________________________________________
8664 [ 25364] By: merijn                                on 2005/09/08  06:07:53
8665         Log: Subject: [patch@cbuilder_0.13] VMS fixes for cbuilder
8666              From: "John E. Malmberg" <wb8tyw@qsl.net>
8667              Date: Wed, 07 Sep 2005 19:59:36 -0400
8668              Message-ID: <431F7EE8.3040908@qsl.net>
8669      Branch: perl
8670            ! lib/ExtUtils/CBuilder/Base.pm
8671            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
8672 ____________________________________________________________________________
8673 [ 25363] By: rgs                                   on 2005/09/07  11:09:10
8674         Log: The formatting function of Carp::Heavy has problem with utf8 strings.
8675              Work around it.
8676      Branch: perl
8677            ! lib/Carp/Heavy.pm
8678 ____________________________________________________________________________
8679 [ 25362] By: rgs                                   on 2005/09/07  10:31:47
8680         Log: Subject: [perl #37091] File::Path::mkpath resets errno 
8681              From: kvr@centrum.cz (via RT) <perlbug-followup@perl.org>
8682              Date: Tue, 06 Sep 2005 08:07:14 -0700
8683              Message-ID: <rt-3.0.11-37091-120348.17.8280334480876@perl.org>
8684      Branch: perl
8685            ! lib/File/Path.pm
8686 ____________________________________________________________________________
8687 [ 25361] By: rgs                                   on 2005/09/06  19:06:38
8688         Log: Upgrade to Compress::Zlib 1.38
8689      Branch: perl
8690            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
8691            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
8692            ! ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/t/03examples.t
8693 ____________________________________________________________________________
8694 [ 25360] By: nicholas                              on 2005/09/06  17:46:33
8695         Log: Add a TODO test for bug #37038 - assigning to the match variable
8696              should not corrupt match vars such as $1 and $2
8697      Branch: perl
8698            ! t/op/pat.t
8699 ____________________________________________________________________________
8700 [ 25359] By: rgs                                   on 2005/09/06  16:06:44
8701         Log: Revert Makefile.PL change from #25355
8702      Branch: perl
8703            ! ext/IO/Makefile.PL
8704 ____________________________________________________________________________
8705 [ 25358] By: rgs                                   on 2005/09/06  14:50:18
8706         Log: Subject: Re: Fw: Tied hash numeric values are rounded off under Perl v5.8.6
8707              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8708              Date: Fri, 2 Sep 2005 00:05:52 -0700
8709              Message-ID: <20050902070552.GA3992@efn.org>
8710      Branch: perl
8711            ! mg.c t/op/tie.t
8712 ____________________________________________________________________________
8713 [ 25357] By: merijn                                on 2005/09/06  14:10:28
8714         Log: Added amd64 and x86_64 to recognized predefined cpp syms
8715      Branch: perl
8716            ! Configure
8717 ____________________________________________________________________________
8718 [ 25355] By: rgs                                   on 2005/09/06  08:46:37
8719         Log: Upgrade to IO 1.22 from gbarr
8720              - Adjust the regression tests to use t/test.pl from bleadperl
8721              when $ENV{PERL_CORE} is defined
8722              - Add can_ok and isa_ok to t/test.pl from the implementation
8723              found in the IO CPAN distribution
8724      Branch: perl
8725            ! ext/IO/ChangeLog ext/IO/IO.pm ext/IO/IO.xs ext/IO/Makefile.PL
8726            ! ext/IO/README ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/File.pm
8727            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Pipe.pm
8728            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Seekable.pm
8729            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
8730            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
8731            ! ext/IO/t/IO.t ext/IO/t/io_file.t ext/IO/t/io_linenum.t
8732            ! ext/IO/t/io_pipe.t ext/IO/t/io_sel.t ext/IO/t/io_sock.t
8733            ! ext/IO/t/io_utf8.t t/test.pl
8734 ____________________________________________________________________________
8735 [ 25354] By: rgs                                   on 2005/09/05  11:12:14
8736         Log: Subject: regression test for 25352
8737              From: Jim Cromie <jim.cromie@gmail.com>
8738              Date: Sat, 03 Sep 2005 22:38:13 -0600
8739              Message-ID: <431A7A35.6050705@gmail.com>
8740      Branch: perl
8741            ! ext/B/t/optree_specials.t
8742 ____________________________________________________________________________
8743 [ 25353] By: davem                                 on 2005/09/04  09:40:05
8744         Log: Subject:  Re: [perl #37039] perlref documentation about optional -> is too vague
8745              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
8746              Date:  Thu, 1 Sep 2005 17:41:36 -0700
8747              Message-Id:  <20050902004136.GA2656@efn.org>
8748              
8749              Allow any variant of bison 1.875 to be used
8750      Branch: perl
8751            ! regen_perly.pl
8752 ____________________________________________________________________________
8753 [ 25352] By: rgs                                   on 2005/09/02  20:18:01
8754         Log: Subject: Re: Optree Generation
8755              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8756              Date: Aug 31, 2005 2:18 PM
8757              Message-ID: <20050831121822.GA3464@efn.org>
8758      Branch: perl
8759            ! ext/B/B/Concise.pm
8760 ____________________________________________________________________________
8761 [ 25351] By: rgs                                   on 2005/09/02  19:57:21
8762         Log: Subject: document index() with out of bounds POSITION
8763              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
8764              Date: Sep 2, 2005 2:23 PM
8765              Message-ID: <20050902122311.GA3104@efn.org>
8766      Branch: perl
8767            ! pod/perlfunc.pod
8768 ____________________________________________________________________________
8769 [ 25350] By: rgs                                   on 2005/09/02  17:35:31
8770         Log: Really fix the Archive::Tar setup test.
8771              p4 and svn don't behave similarly concerning removal
8772              of empty directories...
8773      Branch: perl
8774            ! lib/Archive/Tar/t/00_setup.t
8775 ____________________________________________________________________________
8776 [ 25349] By: rgs                                   on 2005/09/02  16:45:31
8777         Log: Once again, fix Archive::Tar setup test with -Dmksymlinks
8778      Branch: perl
8779            ! lib/Archive/Tar/t/00_setup.t
8780 ____________________________________________________________________________
8781 [ 25348] By: rgs                                   on 2005/09/02  13:19:48
8782         Log: Subject: RE: [ANNOUNCE] Archive::Tar 1.25
8783              From: Robin Barker <Robin.Barker@npl.co.uk>
8784              Date: Thu, 1 Sep 2005 20:09:43 +0100 
8785              Message-ID: <533D273D4014D411AB1D00062938C4D90849C7A9@hotel.npl.co.uk>
8786      Branch: perl
8787            - lib/Archive/Tar/t/src/long/b lib/Archive/Tar/t/src/short/b
8788            ! MANIFEST lib/Archive/Tar/t/00_setup.t
8789            ! lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/99_clean.t
8790 ____________________________________________________________________________
8791 [ 25347] By: rgs                                   on 2005/09/02  12:53:49
8792         Log: Regression test for the fix in change #25308,
8793              based on code by Troy Loveday
8794      Branch: perl
8795            + ext/Data/Dumper/t/bugs.t
8796            ! MANIFEST
8797 ____________________________________________________________________________
8798 [ 25346] By: rgs                                   on 2005/09/01  15:00:15
8799         Log: Oops, fix threaded build
8800      Branch: perl
8801            ! toke.c
8802 ____________________________________________________________________________
8803 [ 25345] By: rgs                                   on 2005/09/01  14:50:24
8804         Log: Don't list test modules when listing cpan versions
8805      Branch: perl
8806            ! Porting/corecpan.pl
8807 ____________________________________________________________________________
8808 [ 25344] By: rgs                                   on 2005/09/01  14:45:23
8809         Log: Add the "no 6" / "no v6" syntax.
8810      Branch: perl
8811            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h pp_ctl.c
8812            ! proto.h t/comp/use.t toke.c
8813 ____________________________________________________________________________
8814 [ 25343] By: rgs                                   on 2005/09/01  14:43:19
8815         Log: Remove no 6 from the todo list
8816      Branch: perl
8817            ! embed.fnc embed.h ext/B/t/concise-xs.t op.c op.h
8818            ! pod/perltodo.pod pp_ctl.c proto.h t/comp/use.t toke.c
8819 ____________________________________________________________________________
8820 [ 25342] By: rgs                                   on 2005/08/31  15:14:28
8821         Log: Document that Sys::Syslog::openlog might die.
8822              Fixes [perl #36848] Sys::Syslog::syslog kills program if syslogd not running 
8823      Branch: perl
8824            ! ext/Sys/Syslog/Syslog.pm
8825 ____________________________________________________________________________
8826 [ 25341] By: rgs                                   on 2005/08/31  14:14:21
8827         Log: Fix for [perl #37036] perl segfault at 'compile'-time
8828      Branch: perl
8829            ! op.c
8830 ____________________________________________________________________________
8831 [ 25340] By: rgs                                   on 2005/08/31  08:07:37
8832         Log: Subject: [patch@25339] ext/Dev/Peek/t/peek.t fix for VMS
8833              From: "John E. Malmberg" <wb8tyw@qsl.net>
8834              Date: Tue, 30 Aug 2005 22:17:42 -0400
8835              Message-ID: <43151346.4010001@qsl.net>
8836      Branch: perl
8837            ! ext/Devel/Peek/t/Peek.t
8838 ____________________________________________________________________________
8839 [ 25339] By: rgs                                   on 2005/08/30  18:55:46
8840         Log: Clarify the cases where system() returns 1,
8841              per a suggestion of Rick Delaney (bug #36976)
8842      Branch: perl
8843            ! pod/perlfunc.pod
8844 ____________________________________________________________________________
8845 [ 25338] By: rgs                                   on 2005/08/30  09:38:54
8846         Log: Upgrade to PathTools 3.11
8847              (no real changes)
8848      Branch: perl
8849            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
8850 ____________________________________________________________________________
8851 [ 25337] By: rgs                                   on 2005/08/30  09:34:54
8852         Log: Subject: sv-head refactor
8853              From: Jim Cromie <jim.cromie@gmail.com>
8854              Date: Thu, 25 Aug 2005 21:42:44 -0600
8855              Message-ID: <cfe85dfa05082520425f7a7738@mail.gmail.com>
8856      Branch: perl
8857            ! sv.h
8858 ____________________________________________________________________________
8859 [ 25336] By: rgs                                   on 2005/08/30  09:09:22
8860         Log: Subject: [patch@25334] t/op/magic.t - Last 3 tests invalid on VMS
8861              From: "John E. Malmberg" <wb8tyw@qsl.net>
8862              Date: Sat, 27 Aug 2005 19:54:26 -0400
8863              Message-ID: <4310FD32.70809@qsl.net>
8864      Branch: perl
8865            ! t/op/magic.t
8866 ____________________________________________________________________________
8867 [ 25335] By: rgs                                   on 2005/08/30  09:08:31
8868         Log: Subject: [patch@25334] hv.c vms environment fix.
8869              From: "John E. Malmberg" <wb8tyw@qsl.net>
8870              Date: Sat, 27 Aug 2005 19:20:50 -0400
8871              Message-ID: <4310F552.8050401@qsl.net>
8872      Branch: perl
8873            ! hv.c
8874 ____________________________________________________________________________
8875 [ 25334] By: rgs                                   on 2005/08/27  16:59:02
8876         Log: Upgrade to PathTools 3.10
8877      Branch: perl
8878            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
8879            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
8880            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
8881 ____________________________________________________________________________
8882 [ 25333] By: rgs                                   on 2005/08/27  16:28:27
8883         Log: Fix failure in Archive::Tar tests when perl is built
8884              with -Dmksymlinks
8885      Branch: perl
8886            ! lib/Archive/Tar/t/02_methods.t
8887 ____________________________________________________________________________
8888 [ 25332] By: nicholas                              on 2005/08/25  14:53:23
8889         Log: Revert 25331 (except for the typo fix).
8890      Branch: perl
8891            ! sv.c
8892 ____________________________________________________________________________
8893 [ 25331] By: nicholas                              on 2005/08/25  14:06:43
8894         Log: To make the current implementation of sv_replace sane, we should
8895              assert that the reference count of the target is also 1.
8896              (Given that we're splatting an SV with a reference count of 1 onto
8897              the target)
8898      Branch: perl
8899            ! sv.c
8900 ____________________________________________________________________________
8901 [ 25330] By: nicholas                              on 2005/08/25  13:46:31
8902         Log: Promote the warning about reference miscount in sv_replace to a panic.
8903              TODO - document the panics
8904      Branch: perl
8905            ! sv.c
8906 ____________________________________________________________________________
8907 [ 25329] By: nicholas                              on 2005/08/25  13:15:17
8908         Log: No need to manually set the reference count of a new IO to 1.
8909      Branch: perl
8910            ! gv.c
8911 ____________________________________________________________________________
8912 [ 25328] By: rgs                                   on 2005/08/25  09:29:43
8913         Log: Don't mention redundant usethreads in -V output
8914              Be more consistent in using commas
8915      Branch: perl
8916            ! myconfig.SH
8917 ____________________________________________________________________________
8918 [ 25327] By: rgs                                   on 2005/08/25  09:13:07
8919         Log: Subject: update B::Concise pod to reflect previous changes
8920              From: Jim Cromie <jcromie@divsol.com>
8921              Date: Wed, 24 Aug 2005 11:05:47 -0600
8922              Message-ID: <430CA8EB.3010904@divsol.com>
8923      Branch: perl
8924            ! ext/B/B/Concise.pm
8925 ____________________________________________________________________________
8926 [ 25326] By: rgs                                   on 2005/08/25  08:45:04
8927         Log: Fix miniperl build with threaded perl
8928      Branch: perl
8929            ! util.c
8930 ____________________________________________________________________________
8931 [ 25325] By: rgs                                   on 2005/08/24  15:53:01
8932         Log: Subject: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.47.tar.gz]
8933              From: "John Peacock" <jpeacock@rowman.com>
8934              Date: Tue, 23 Aug 2005 20:41:11 +0300 (IDT)
8935              Message-ID: <2444.85.65.24.143.1124818871.squirrel@webmail.rowman.com>
8936      Branch: perl
8937            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
8938            ! pod/perlapi.pod proto.h t/comp/use.t util.c
8939 ____________________________________________________________________________
8940 [ 25324] By: rgs                                   on 2005/08/24  07:28:27
8941         Log: Unmatched parentheses (thanks to Steve Peters)
8942      Branch: perl
8943            ! pod/perlvar.pod
8944 ____________________________________________________________________________
8945 [ 25323] By: rgs                                   on 2005/08/23  13:52:17
8946         Log: My system produces core.$$ files
8947      Branch: perl
8948            ! Makefile.SH
8949 ____________________________________________________________________________
8950 [ 25322] By: rgs                                   on 2005/08/23  13:25:15
8951         Log: Subject: [PATCH blead] Use SvGETMAGIC more often
8952              From: Rick Delaney <rick@bort.ca>
8953              Date: Mon, 22 Aug 2005 13:00:33 -0400
8954              Message-ID: <20050822170033.GH7674@localhost.localdomain>
8955      Branch: perl
8956            ! doio.c pp.c pp_ctl.c pp_hot.c sv.c universal.c xsutils.c
8957 ____________________________________________________________________________
8958 [ 25321] By: rgs                                   on 2005/08/23  13:11:34
8959         Log: Subject: [PATCH] Add Windows Vista support to Win32::GetOSName()
8960              From: "Jan Dubois" <jand@ActiveState.com>
8961              Date: Mon, 22 Aug 2005 15:37:09 -0700
8962              Message-Id: <200508222237.j7MMbFPA027764@smtp3.ActiveState.com>
8963      Branch: perl
8964            ! win32/ext/Win32/Win32.pm
8965 ____________________________________________________________________________
8966 [ 25320] By: rgs                                   on 2005/08/22  15:41:15
8967         Log: Subject: Re: Documentation change for IPC::Open*.pm
8968              From: Ben Tilly <btilly@gmail.com>
8969              Date: Mon, 22 Aug 2005 08:30:14 -0700
8970              Message-ID: <acc274b3050822083093357fe@mail.gmail.com>
8971      Branch: perl
8972            ! lib/IPC/Open2.pm lib/IPC/Open3.pm
8973 ____________________________________________________________________________
8974 [ 25319] By: rgs                                   on 2005/08/22  14:48:43
8975         Log: Subject: [PATCH blead] Re: [perl #36959] List Constructor Operator - Undefined Values
8976              From: Rick Delaney <rick@bort.ca>
8977              Date: Sun, 21 Aug 2005 15:09:57 -0400
8978              Message-ID: <20050821190957.GE7674@localhost.localdomain>
8979      Branch: perl
8980            ! pp_ctl.c t/op/range.t
8981 ____________________________________________________________________________
8982 [ 25318] By: rgs                                   on 2005/08/22  13:41:10
8983         Log: Upgrade to Term::ANSIColor 1.10
8984      Branch: perl
8985            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
8986            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
8987 ____________________________________________________________________________
8988 [ 25317] By: rgs                                   on 2005/08/22  13:24:09
8989         Log: Subject: [PATCH lib/CPAN.pm] Make curl follow redirects
8990              From: Michael G Schwern <schwern@pobox.com>
8991              Date: Sun, 21 Aug 2005 00:16:26 -0700
8992              Message-ID: <20050821071625.GA29394@windhund.schwern.org>
8993      Branch: perl
8994            ! lib/CPAN.pm
8995 ____________________________________________________________________________
8996 [ 25316] By: rgs                                   on 2005/08/22  12:59:27
8997         Log: Argh. I've overwritten local changes to ptar with change 25312
8998      Branch: perl
8999            ! lib/Archive/Tar/bin/ptar
9000 ____________________________________________________________________________
9001 [ 25315] By: rgs                                   on 2005/08/22  11:47:45
9002         Log: Subject: Re: Building 25309 on VAX (OpenVMS 7.2) not ok
9003              From: Abe Timmerman <abe@ztreet.demon.nl>
9004              Date: Sun, 21 Aug 2005 16:28:42 +0200
9005              Message-Id: <200508211628.42409.abe@ztreet.demon.nl>
9006      Branch: perl
9007            ! configure.com
9008 ____________________________________________________________________________
9009 [ 25314] By: rgs                                   on 2005/08/22  11:14:59
9010         Log: Don't install ptar in module tree
9011      Branch: perl
9012            ! installperl
9013 ____________________________________________________________________________
9014 [ 25313] By: rgs                                   on 2005/08/22  10:29:45
9015         Log: Fix typo in file name
9016      Branch: perl
9017            ! MANIFEST
9018 ____________________________________________________________________________
9019 [ 25312] By: rgs                                   on 2005/08/22  10:09:40
9020         Log: Upgrade to Archive::Tar 1.26
9021              Preserve some local typo fixes
9022              Don't load Data::Dumper
9023      Branch: perl
9024            + lib/Archive/Tar/bin/ptardiff
9025            + lib/Archive/Tar/t/04_resolved_issues.t
9026            ! MANIFEST lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
9027            ! lib/Archive/Tar/File.pm lib/Archive/Tar/bin/ptar
9028            ! lib/Archive/Tar/t/02_methods.t
9029 ____________________________________________________________________________
9030 [ 25311] By: nicholas                              on 2005/08/21  16:19:12
9031         Log: Subject: [patch@25305] t/op/arith.t fix for VMS with IEEE float
9032              From: "John E. Malmberg" <wb8tyw@qsl.net>
9033              Message-ID: <4307F348.70603@qsl.net>
9034              Date: Sat, 20 Aug 2005 23:21:44 -0400
9035      Branch: perl
9036            ! t/op/arith.t
9037 ____________________________________________________________________________
9038 [ 25310] By: nicholas                              on 2005/08/21  16:05:22
9039         Log: Subject: [patch@25305] lib/ExtUtils/t/Constant.t VMS fixes
9040              From: "John E. Malmberg" <wb8tyw@qsl.net>
9041              Message-ID: <43080395.50807@qsl.net>
9042              Date: Sun, 21 Aug 2005 00:31:17 -0400
9043      Branch: perl
9044            ! lib/ExtUtils/t/Constant.t
9045 ____________________________________________________________________________
9046 [ 25309] By: nicholas                              on 2005/08/19  21:19:37
9047         Log: Subject: [PATCH ext/POSIX/POSIX.xs] Whitespace
9048              From: Abigail <abigail@abigail.nl>
9049              Message-ID: <20050723003235.GJ15093@abigail.nl>
9050              Date: Sat, 23 Jul 2005 02:32:35 +0200
9051      Branch: perl
9052            ! ext/POSIX/POSIX.xs
9053 ____________________________________________________________________________
9054 [ 25308] By: rgs                                   on 2005/08/19  12:54:46
9055         Log: Subject: Re: Data::Dumper bug?
9056              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9057              Date: Mon, 8 Aug 2005 20:33:02 -0700
9058              Message-ID: <20050809033301.GA3804@efn.org>
9059      Branch: perl
9060            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
9061 ____________________________________________________________________________
9062 [ 25307] By: rgs                                   on 2005/08/19  12:44:12
9063         Log: Subject: [PATCH] make threads.xs emit warnings properly
9064              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
9065              Date: Aug 7, 2005 7:10 AM
9066              Message-id: <20050807051041.GA3924@ethan>
9067      Branch: perl
9068            ! ext/threads/threads.pm ext/threads/threads.xs pod/perldiag.pod
9069 ____________________________________________________________________________
9070 [ 25306] By: rgs                                   on 2005/08/19  06:10:28
9071         Log: Subject: [patch@25305] fixes to const fixes + Case Preserved start
9072              From: "John E. Malmberg" <wb8tyw@qsl.net>
9073              Date: Thu, 18 Aug 2005 21:18:27 -0400
9074              Message-ID: <43053363.8090809@qsl.net>
9075      Branch: perl
9076            ! vms/vms.c
9077 ____________________________________________________________________________
9078 [ 25305] By: rgs                                   on 2005/08/18  13:47:41
9079         Log: Subject: make test of perl 5.8.7 failed on icc9
9080              From: YAMASHINA Hio <hio@ymir.co.jp>
9081              Date: Thu, 18 Aug 2005 20:36:57 +0900
9082              Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp>
9083      Branch: perl
9084            ! hints/linux.sh
9085 ____________________________________________________________________________
9086 [ 25304] By: rgs                                   on 2005/08/18  11:10:27
9087         Log: Subject: [PATCH] 5.9.x (and 5.8.x): Symbian update
9088              From: <jarkko.hietaniemi@nokia.com>
9089              Date: Thu, 18 Aug 2005 13:43:46 +0300
9090              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A41B@esebe105.NOE.Nokia.com>
9091      Branch: perl
9092            ! README.symbian ext/Compress/Zlib/Zlib.xs numeric.c
9093            ! symbian/TODO symbian/config.pl symbian/config.sh
9094            ! symbian/install.cfg symbian/symbian_stubs.c symbian/xsbuild.pl
9095 ____________________________________________________________________________
9096 [ 25303] By: rgs                                   on 2005/08/18  08:58:54
9097         Log: Subject: [PATCH] Re: Transliteration operator(tr//)on EBCDIC platform
9098              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
9099              Date: Fri, 12 Aug 2005 00:20:39 +0900
9100              Message-Id: <20050812001541.EA69.BQW10602@nifty.com>
9101      Branch: perl
9102            ! t/op/tr.t toke.c
9103 ____________________________________________________________________________
9104 [ 25302] By: rgs                                   on 2005/08/18  08:00:53
9105         Log: Subject: autouse.pm: remove unneeded eval
9106              From: Alexey Tourbin <at@altlinux.ru>
9107              Date: Thu, 18 Aug 2005 08:13:24 +0400
9108              Message-ID: <20050818041324.GO19097@solemn.turbinal.org>
9109              
9110              Subject: autouse.pm: check stub, use goto in stub
9111              From: Alexey Tourbin <at@altlinux.ru>
9112              Date: Thu, 18 Aug 2005 09:06:20 +0400
9113              Message-ID: <20050818050620.GP19097@solemn.turbinal.org>
9114      Branch: perl
9115            ! lib/autouse.pm
9116 ____________________________________________________________________________
9117 [ 25301] By: rgs                                   on 2005/08/17  15:57:09
9118         Log: FAQ sync
9119      Branch: perl
9120            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
9121            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
9122            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
9123 ____________________________________________________________________________
9124 [ 25300] By: steveh                                on 2005/08/17  14:33:00
9125         Log: Subject: Your bug reports for Time::Local
9126              From: Dave Rolsky <autarch@urth.org>
9127              Date: Tue, 16 Aug 2005 11:22:20 -0500 (CDT)
9128              Message-ID: <Pine.LNX.4.61.0508161120520.26270@urth.org>
9129              
9130              An improvement on change 25287 from Dave Rolsky
9131      Branch: perl
9132            ! lib/Time/Local.t
9133 ____________________________________________________________________________
9134 [ 25299] By: rgs                                   on 2005/08/17  12:33:18
9135         Log: Subject: Re: [perl #36654] Inconsistent treatment of NaN
9136              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9137              Date: Aug 7, 2005 8:03 PM
9138              Message-ID: <20050807180308.GA2112@efn.org>
9139              
9140              Subject: Re: [perl #36654] Inconsistent treatment of NaN
9141              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
9142              Date: Wed, 10 Aug 2005 22:53:51 -0700
9143              Message-ID: <20050811055351.GA2296@efn.org>
9144      Branch: perl
9145            ! numeric.c pod/perlop.pod
9146 ____________________________________________________________________________
9147 [ 25298] By: rgs                                   on 2005/08/17  09:35:32
9148         Log: Upgrade to Time::HiRes 1.73
9149      Branch: perl
9150            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
9151 ____________________________________________________________________________
9152 [ 25297] By: nicholas                              on 2005/08/17  09:06:33
9153         Log: Given that we now have a union, there's no need for all the HvARRAY()
9154              casting games.
9155      Branch: perl
9156            ! hv.h sv.h
9157 ____________________________________________________________________________
9158 [ 25296] By: rgs                                   on 2005/08/16  17:57:27
9159         Log: Fix for [perl #36853] -Dx can crash bleadperl
9160              The PL_op_sequence global hash wasn't initialized
9161      Branch: perl
9162            ! dump.c
9163 ____________________________________________________________________________
9164 [ 25295] By: merijn                                on 2005/08/16  07:36:58
9165         Log: Subject: Time::HiRes::nanosleep support for Solaris [PATCH]
9166              From: Gisle Aas <gisle@ActiveState.com>
9167              Date: 15 Aug 2005 21:05:22 -0700
9168              Message-ID: <lrk6imy1a5.fsf@caliper.activestate.com>
9169      Branch: perl
9170            ! ext/Time/HiRes/hints/solaris.pl
9171 ____________________________________________________________________________
9172 [ 25294] By: merijn                                on 2005/08/15  09:36:30
9173         Log: Subject: Re: [PATCH@25292] add nonxs_ext to configure.com
9174              From: "John E. Malmberg" <wb8tyw@qsl.net>
9175              Date: Sat, 13 Aug 2005 12:20:34 -0400
9176              Message-ID: <42FE1DD2.8050803@qsl.net>
9177      Branch: perl
9178            ! configure.com
9179 ____________________________________________________________________________
9180 [ 25293] By: merijn                                on 2005/08/15  09:34:28
9181         Log: Subject: [PATCH configure.com] Make "prove" available on VMS
9182              From: Abe Timmerman <abe@ztreet.demon.nl>
9183              Date: Sat, 13 Aug 2005 18:16:29 +0200
9184              Message-Id: <200508131816.29092.abe@ztreet.demon.nl>
9185      Branch: perl
9186            ! configure.com
9187 ____________________________________________________________________________
9188 [ 25292] By: merijn                                on 2005/08/13  07:38:54
9189         Log: Subject: [PATCH @ 24148] Compress::Zlib 1.37
9190              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
9191              Date: Fri, 12 Aug 2005 16:31:42 +0100
9192              Message-Id: <20050812153145.PWIR17166.aamta12-winn.ispmail.ntl.com@MARQUESSPT21>
9193      Branch: perl
9194            ! ext/Compress/Zlib/Changes ext/Compress/Zlib/Makefile.PL
9195            ! ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
9196            ! ext/Compress/Zlib/t/03examples.t
9197 ____________________________________________________________________________
9198 [ 25291] By: merijn                                on 2005/08/13  07:33:46
9199         Log: Subject: [patch@25289] Add sig_count to CONFIGURE.COM
9200              From: "John E. Malmberg" <wb8tyw@qsl.net>
9201              Date: Fri, 12 Aug 2005 13:39:25 -0400
9202              Message-ID: <42FCDECD.8090009@qsl.net>
9203      Branch: perl
9204            ! configure.com
9205 ____________________________________________________________________________
9206 [ 25290] By: merijn                                on 2005/08/13  07:30:05
9207         Log: Subject: Re: [patch@25289] bninfnan.t setting include path to file.
9208              From: "John E. Malmberg" <wb8tyw@qsl.net>
9209              Date: Fri, 12 Aug 2005 23:17:39 -0400
9210              Message-ID: <42FD6653.6010605@qsl.net>
9211      Branch: perl
9212            ! lib/bignum/t/bninfnan.t
9213 ____________________________________________________________________________
9214 [ 25289] By: steveh                                on 2005/08/12  16:13:11
9215         Log: Supply same libs for bcc32 builds as cl and gcc builds have
9216              
9217              It makes life easier for third-party extensions if perl provides a
9218              decent set of libs to link against. cl and gcc builds already have
9219              this (except that gcc was missing one lib), but bcc32 builds only
9220              have one or two libs supplied.  In particular, the ODBC libs
9221              required for building libwin32 were not specified.  One of these
9222              doesn't exist in the Borland lib dirs by default, so generate it
9223              from the DLL if it is missing.
9224      Branch: perl
9225            ! win32/makefile.mk
9226 ____________________________________________________________________________
9227 [ 25288] By: steveh                                on 2005/08/12  15:26:11
9228         Log: Make change 25286 better
9229              
9230              Thanks to John E. Malmberg <wb8tyw@qsl.net> for pointing this out.
9231      Branch: perl
9232            ! win32/win32.c
9233 ____________________________________________________________________________
9234 [ 25287] By: steveh                                on 2005/08/11  11:56:26
9235         Log: Fix lib/Time/Local.t for bcc32 in non GMT time zones
9236              
9237              See comments at:
9238              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-08/msg00115.html
9239      Branch: perl
9240            ! lib/Time/Local.t
9241 ____________________________________________________________________________
9242 [ 25286] By: steveh                                on 2005/08/11  10:56:12
9243         Log: Silence Win32 compiler warnings following change 25280
9244      Branch: perl
9245            ! win32/win32.c
9246 ____________________________________________________________________________
9247 [ 25285] By: steveh                                on 2005/08/11  09:21:37
9248         Log: Run regen.pl
9249      Branch: perl
9250            ! pod/perlapi.pod proto.h
9251 ____________________________________________________________________________
9252 [ 25284] By: merijn                                on 2005/08/11  07:35:27
9253         Log: Subject: [patch] blead@25282 - VMS specific fixes. [2nd try]
9254              From: "John E. Malmberg" <wb8tyw@qsl.net>
9255              Date: Wed, 10 Aug 2005 23:26:03 -0400
9256              Message-ID: <42FAC54B.2050207@qsl.net>
9257      Branch: perl
9258            ! lib/Test/Harness/Straps.pm lib/vmsish.t t/lib/warnings/doio
9259            ! t/op/anonsub.t t/op/chdir.t t/op/closure.t t/op/lex_assign.t
9260            ! t/op/runlevel.t t/op/stat.t t/pod/find.t t/x2p/s2p.t
9261            ! utils/c2ph.PL vms/ext/Stdio/test.pl
9262 ____________________________________________________________________________
9263 [ 25283] By: merijn                                on 2005/08/11  07:25:32
9264         Log: Subject: [patch] blead@25282
9265              From: "John E. Malmberg" <wb8tyw@qsl.net>
9266              Date: Wed, 10 Aug 2005 23:47:47 -0400
9267              Message-ID: <42FACA63.4030805@qsl.net>
9268      Branch: perl
9269            ! t/op/exec.t t/run/exit.t
9270 ____________________________________________________________________________
9271 [ 25282] By: merijn                                on 2005/08/10  20:34:03
9272         Log: Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils
9273              From: Andy Dougherty <doughera@lafayette.edu>
9274              Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT)
9275              Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu>
9276      Branch: perl
9277            ! hints/solaris_2.sh
9278 ____________________________________________________________________________
9279 [ 25281] By: merijn                                on 2005/08/10  11:45:11
9280         Log: Subject: conflicting types for 'Perl_my_popen'
9281              From: Alexey Tourbin <at@altlinux.ru>
9282              Date: Wed, 10 Aug 2005 15:19:15 +0400
9283              Message-ID: <20050810111915.GK19097@solemn.turbinal.org>
9284      Branch: perl
9285            ! util.c
9286 ____________________________________________________________________________
9287 [ 25280] By: merijn                                on 2005/08/10  09:14:23
9288         Log: Subject: patch@25279 VMS error handling and const fixes
9289              From: "John E. Malmberg" <wb8tyw@qsl.net>
9290              Date: Wed, 10 Aug 2005 00:37:13 -0400
9291              Message-ID: <42F98479.6030207@qsl.net>
9292      Branch: perl
9293            ! doio.c embed.fnc perl.h pp_sys.c proto.h vms/vms.c
9294            ! vms/vmsish.h
9295 ____________________________________________________________________________
9296 [ 25279] By: merijn                                on 2005/08/09  11:24:54
9297         Log: Subject: [PATCH] Fix a couple of random warnings
9298              From: Steve Peters <steve@fisharerojo.org>
9299              Date: Tue, 9 Aug 2005 06:21:48 -0500
9300              Message-ID: <20050809112148.GA4902@mccoy.peters.homeunix.org>
9301      Branch: perl
9302            ! nostdio.h perl.c
9303 ____________________________________________________________________________
9304 [ 25278] By: steveh                                on 2005/08/08  16:12:12
9305         Log: Update Porting/repository.pod to recommend Cygwin's ssh on Win32
9306              
9307              Cygwin's ssh client seems to be superior to MSYS's ssh client in that
9308              it supports the ServerAliveInterval config setting which prevents the
9309              ssh client from timing out every so often
9310      Branch: perl
9311            ! Porting/repository.pod
9312 ____________________________________________________________________________
9313 [ 25277] By: merijn                                on 2005/08/08  06:22:38
9314         Log: Subject: [PATCH] Post-OSCON NN/NULLOK-ing
9315              From: Andy Lester <andy@petdance.com>
9316              Date: Sun, 7 Aug 2005 00:59:11 -0500
9317              Message-ID: <20050807055911.GA6384@petdance.com>
9318      Branch: perl
9319            ! embed.fnc op.c
9320 ____________________________________________________________________________
9321 [ 25276] By: merijn                                on 2005/08/08  06:17:33
9322         Log: Subject: Re: [PATCH] undup
9323              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9324              Date: Sun, 07 Aug 2005 14:49:40 +0300
9325              Message-ID: <42F5F554.5020701@gmail.com>
9326      Branch: perl
9327            ! pod/perldoc.pod pod/perltodo.pod pod/perlunicode.pod
9328 ____________________________________________________________________________
9329 [ 25275] By: davem                                 on 2005/08/07  11:15:32
9330         Log: run regen.pl after change #25274
9331      Branch: perl
9332            ! pod/perlintern.pod
9333 ____________________________________________________________________________
9334 [ 25274] By: merijn                                on 2005/08/07  10:10:12
9335         Log: Subject: [PATCH] undup 
9336              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9337              Date: Sun, 07 Aug 2005 13:28:19 +0300
9338              Message-ID: <42F5E243.80500@gmail.com>
9339      Branch: perl
9340            ! ext/Encode/lib/Encode/Supported.pod lib/Test/Harness/TAP.pod
9341            ! pad.c pod/perl573delta.pod pod/perl58delta.pod
9342            ! pod/perlfaq7.pod pod/perlglossary.pod pod/perlvar.pod pp_ctl.c
9343 ____________________________________________________________________________
9344 [ 25273] By: rgs                                   on 2005/08/06  23:07:46
9345         Log: Add files missed in change 25271
9346      Branch: perl
9347            + ext/Encode/lib/Encode/MIME/Header/ISO_2022_JP.pm
9348            + ext/Encode/t/mime_header_iso2022jp.t
9349 ____________________________________________________________________________
9350 [ 25272] By: rgs                                   on 2005/08/06  22:46:06
9351         Log: Clarify docs
9352      Branch: perl
9353            ! ext/PerlIO/encoding/encoding.pm
9354 ____________________________________________________________________________
9355 [ 25271] By: rgs                                   on 2005/08/06  22:15:14
9356         Log: Upgrade to Encode 2.11, plus a patch to PerlIO::encoding
9357              by Dan Kogai to fix encoding(utf-8-strict) with partial
9358              characters.
9359      Branch: perl
9360            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
9361            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
9362            ! ext/Encode/Encode/encode.h ext/Encode/MANIFEST
9363            ! ext/Encode/META.yml ext/Encode/lib/Encode/Alias.pm
9364            ! ext/Encode/lib/Encode/Config.pm
9365            ! ext/Encode/lib/Encode/MIME/Header.pm
9366            ! ext/PerlIO/encoding/encoding.pm
9367 ____________________________________________________________________________
9368 [ 25270] By: merijn                                on 2005/08/06  15:54:55
9369         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #36819] perlbug AutoReply: Bleadperl: abs() busted outside integer range
9370              From: Dominic Dunlop <shouldbedomo@mac.com>
9371              Date: Sat, 6 Aug 2005 17:47:40 +0200
9372              Message-Id: <EF62D3CF-8B54-4C7B-973E-C259F487AE32@mac.com>
9373      Branch: perl
9374            ! pp.c t/op/arith.t
9375 ____________________________________________________________________________
9376 [ 25269] By: rgs                                   on 2005/08/05  16:31:44
9377         Log: Subject: [patch]vms.c - buffer highwater overrun in vmsify
9378              From: John E. Malmberg <wb8tyw@qsl.net>
9379              Date: Mon, 01 Aug 2005 19:54:22 -0400
9380              Message-ID: <42EEB62E.3020108@qsl.net>
9381      Branch: perl
9382            ! vms/vms.c
9383 ____________________________________________________________________________
9384 [ 25268] By: rgs                                   on 2005/08/05  15:01:19
9385         Log: "thread failed to start" is a severe warning, not a fatal error
9386              as reported by Tassilo von Parseval.
9387      Branch: perl
9388            ! pod/perldiag.pod
9389 ____________________________________________________________________________
9390 [ 25267] By: merijn                                on 2005/08/05  14:13:26
9391         Log: ASCIZ is not a typo
9392      Branch: perl
9393            ! pod/perlfunc.pod
9394 ____________________________________________________________________________
9395 [ 25266] By: merijn                                on 2005/08/05  07:50:40
9396         Log: Subject: [PATCH] Typos in *.p[lm]
9397              From: "Piotr Fusik" <pfusik@op.pl>
9398              Date: Sun, 31 Jul 2005 12:50:04 +0200
9399              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
9400      Branch: perl
9401            ! ext/Encode/lib/Encode/PerlIO.pod
9402            ! ext/Encode/lib/Encode/Supported.pod lib/ExtUtils/MM_Win95.pm
9403            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/Net/libnetFAQ.pod
9404            ! lib/Test/Harness/TAP.pod lib/Test/Tutorial.pod
9405            ! pod/perlfunc.pod pod/perltoc.pod
9406 ____________________________________________________________________________
9407 [ 25265] By: rgs                                   on 2005/08/04  16:45:37
9408         Log: VMS debugging help, by John E. Malmberg
9409      Branch: perl
9410            ! vms/descrip_mms.template
9411 ____________________________________________________________________________
9412 [ 25264] By: merijn                                on 2005/08/03  10:30:54
9413         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25248 FAIL(F) openbsd 3.7 (i386/1 cpu)
9414              From: Dominic Dunlop <shouldbedomo@mac.com>
9415              Date: Wed, 3 Aug 2005 12:19:03 +0200
9416              Message-Id: <8D595B69-4489-4395-BFA4-07DF5859D556@mac.com>
9417      Branch: perl
9418            ! t/op/sprintf.t
9419 ____________________________________________________________________________
9420 [ 25263] By: merijn                                on 2005/08/02  13:59:49
9421         Log: The typo changes from 25261 (of course) altered the MD5's
9422      Branch: perl
9423            ! ext/Digest/MD5/t/files.t
9424 ____________________________________________________________________________
9425 [ 25262] By: merijn                                on 2005/08/02  13:45:35
9426         Log: Typoes from 25261 also in expected for tests
9427      Branch: perl
9428            ! t/pod/pod2usage.xr
9429 ____________________________________________________________________________
9430 [ 25261] By: merijn                                on 2005/08/02  10:39:51
9431         Log: Subject: [PATCH] Typos in *.p[lm]
9432              From: "Piotr Fusik" <pfusik@op.pl>
9433              Date: Sun, 31 Jul 2005 12:50:04 +0200
9434              Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec>
9435      Branch: perl
9436            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bblock.pm ext/B/B/CC.pm
9437            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
9438            ! ext/B/t/OptreeCheck.pm ext/Compress/Zlib/Zlib.pm
9439            ! ext/DB_File/DB_File.pm ext/Digest/MD5/MD5.pm
9440            ! ext/Encode/Encode.pm ext/Encode/encoding.pm
9441            ! ext/Encode/lib/Encode/Alias.pm ext/IO/lib/IO/Dir.pm
9442            ! ext/IO/lib/IO/Poll.pm ext/IO/lib/IO/Socket/INET.pm
9443            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
9444            ! ext/Opcode/Opcode.pm ext/Opcode/ops.pm
9445            ! ext/SDBM_File/SDBM_File.pm ext/Storable/Storable.pm
9446            ! ext/XS/APItest/APItest.pm ext/re/re.pm lib/Archive/Tar.pm
9447            ! lib/Archive/Tar/Constant.pm lib/Attribute/Handlers.pm
9448            ! lib/CGI.pm lib/CGI/Carp.pm lib/CPAN.pm lib/Digest.pm
9449            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
9450            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
9451            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
9452            ! lib/ExtUtils/ParseXS.pm lib/File/Basename.pm
9453            ! lib/File/Spec/Mac.pm lib/File/Temp.pm lib/Filter/Simple.pm
9454            ! lib/Getopt/Long.pm lib/I18N/LangTags.pm
9455            ! lib/I18N/LangTags/List.pm lib/Math/BigFloat.pm
9456            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm lib/Math/BigRat.pm
9457            ! lib/NEXT.pm lib/Net/Cmd.pm lib/Net/Config.pm lib/Net/FTP.pm
9458            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/Ping.pm
9459            ! lib/Net/SMTP.pm lib/PerlIO.pm lib/Pod/Checker.pm
9460            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Pod/InputObjects.pm
9461            ! lib/Pod/LaTeX.pm lib/Pod/Parser.pm lib/Pod/Select.pm
9462            ! lib/Pod/Usage.pm lib/Switch.pm lib/Term/ANSIColor.pm
9463            ! lib/Test.pm lib/Test/More.pm lib/Text/Balanced.pm
9464            ! lib/Text/Wrap.pm lib/Tie/File.pm lib/Tie/Hash.pm
9465            ! lib/Unicode/UCD.pm lib/base.pm lib/bigint.pm lib/bignum.pm
9466            ! lib/bigrat.pm lib/blib.pm lib/diagnostics.pm lib/perl5db.pl
9467            ! lib/version.pm lib/vmsish.pm os2/OS2/PrfDB/PrfDB.pm
9468            ! os2/OS2/Process/Process.pm pod/checkpods.PL pod/pod2usage.PL
9469            ! utils/h2xs.PL win32/bin/pl2bat.pl wince/bin/pl2bat.pl
9470            ! wince/comp.pl
9471 ____________________________________________________________________________
9472 [ 25260] By: rgs                                   on 2005/08/01  15:14:48
9473         Log: Document where to find maintainers of dual live modules
9474      Branch: perl
9475            ! pod/perlhack.pod
9476 ____________________________________________________________________________
9477 [ 25259] By: rgs                                   on 2005/08/01  15:12:07
9478         Log: More typo fixes (damn generated pod files)
9479      Branch: perl
9480            ! pad.c
9481 ____________________________________________________________________________
9482 [ 25258] By: rgs                                   on 2005/08/01  14:45:22
9483         Log: Subject: Re: [perl #36616] bug or feature? foreach (sort @array) {y/a-z/A-Z/;} # @array modified!
9484              From: Michael G Schwern <schwern@pobox.com>
9485              Date: Sat, 23 Jul 2005 19:59:29 -0700
9486              Message-ID: <20050724025929.GA6574@windhund.schwern.org>
9487      Branch: perl
9488            ! pod/perlfunc.pod
9489 ____________________________________________________________________________
9490 [ 25257] By: rgs                                   on 2005/08/01  13:58:04
9491         Log: Various patches by John E. Malmberg to fix data
9492              corruption issues on VMS. Back out change 25218 and
9493              the parts of change 25217 that affect pp_ctl.c and
9494              pp_sys.c.
9495      Branch: perl
9496            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
9497            ! vms/vms.c vms/vmsish.h
9498 ____________________________________________________________________________
9499 [ 25256] By: rgs                                   on 2005/08/01  13:54:52
9500         Log: Various patches by John E. Malmberg to fix data
9501              corruption issues on VMS. Back out change 25218 and
9502              the parts of change 25217 that affect pp_ctl.c and
9503              pp_sys.c.
9504      Branch: perl
9505            ! doio.c ext/Compress/Zlib/Makefile.PL mg.c pp_ctl.c pp_sys.c
9506            ! vms/vms.c vms/vmsish.h
9507 ____________________________________________________________________________
9508 [ 25255] By: rgs                                   on 2005/08/01  13:15:25
9509         Log: Subject: [patch] blead@25226 on OpenVMS/vms.c - fopen bug.
9510              From: "John E. Malmberg" <wb8tyw@qsl.net>
9511              Date: Fri, 29 Jul 2005 10:24:15 -0400
9512              Message-ID: <42EA3C0F.9040900@qsl.net>
9513      Branch: perl
9514            ! vms/vms.c
9515 ____________________________________________________________________________
9516 [ 25254] By: rgs                                   on 2005/08/01  08:14:27
9517         Log: Another typo fix
9518      Branch: perl
9519            ! XSUB.h pod/perlapi.pod
9520 ____________________________________________________________________________
9521 [ 25253] By: rgs                                   on 2005/08/01  08:13:10
9522         Log: Subject: [PATCH] POD typos
9523              From: "Piotr Fusik" <pfusik@op.pl>
9524              Date: Sat, 30 Jul 2005 21:54:19 +0200
9525              Message-ID: <00ef01c59542$3198ba00$26d34dd5@piec>
9526      Branch: perl
9527            ! Porting/pumpkin.pod Porting/repository.pod ext/POSIX/POSIX.pod
9528            ! pod/perl593delta.pod pod/perlapio.pod pod/perldebug.pod
9529            ! pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq3.pod
9530            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlglossary.pod
9531            ! pod/perlguts.pod pod/perlintern.pod pod/perltodo.pod
9532            ! pod/perlxs.pod symbian/PerlBase.pod vms/perlvms.pod
9533 ____________________________________________________________________________
9534 [ 25252] By: rgs                                   on 2005/08/01  07:49:58
9535         Log: Subject: Re: [perl #36622] y/// at end of file
9536              From: Michael G Schwern <schwern@pobox.com>
9537              Date: Fri, 22 Jul 2005 11:51:15 -0700
9538              Message-ID: <20050722185115.GB28829@windhund.schwern.org>
9539      Branch: perl
9540            ! t/op/tr.t t/test.pl
9541 ____________________________________________________________________________
9542 [ 25251] By: rgs                                   on 2005/08/01  07:23:08
9543         Log: Subject: Re: blead@25210 on OpenVMS (not good)
9544              From: "John E. Malmberg" <wb8tyw@qsl.net>
9545              Date: Sun, 24 Jul 2005 19:09:01 -0400
9546              Message-ID: <42E41F8D.3040306@qsl.net>
9547              
9548              constify Perl_unlnk
9549      Branch: perl
9550            ! embed.fnc perl.h proto.h util.c
9551 ____________________________________________________________________________
9552 [ 25250] By: rgs                                   on 2005/08/01  07:03:36
9553         Log: Subject: blead@25226 - ext/Compress/Zlib on VMS.
9554              From: "John E. Malmberg" <wb8tyw@qsl.net>
9555              Date: Sun, 31 Jul 2005 23:19:51 -0400
9556              Message-ID: <42ED94D6.7020104@qsl.net>
9557      Branch: perl
9558            ! ext/Compress/Zlib/t/03examples.t
9559 ____________________________________________________________________________
9560 [ 25249] By: rgs                                   on 2005/08/01  06:57:09
9561         Log: Subject: [patch] blead@25226 - t/op/pack.t undefined value fix
9562              From: "John E. Malmberg" <wb8tyw@qsl.net>
9563              Date: Sun, 31 Jul 2005 22:18:19 -0400
9564              Message-ID: <42ED866B.3000308@qsl.net>
9565      Branch: perl
9566            ! t/op/pack.t
9567 ____________________________________________________________________________
9568 [ 25248] By: merijn                                on 2005/07/31  15:50:45
9569         Log: SIGRTMIN & SIGRTMAX on Cygwin both 32. sig_count = 33, but
9570              POSIX::SigRt is not available on use
9571      Branch: perl
9572            ! ext/POSIX/t/sigaction.t
9573 ____________________________________________________________________________
9574 [ 25247] By: merijn                                on 2005/07/31  15:47:51
9575         Log: Subject: [PATCH] Re: Smoke [5.9.3] 25237 FAIL(F) linux 2.6.12-4-686 [debian] (i686/1 cpu)
9576              From: Dominic Dunlop <shouldbedomo@mac.com>
9577              Date: Fri, 29 Jul 2005 17:41:59 +0200
9578              Message-Id: <33378322-189C-4D70-AC0B-1AF589DD56E7@mac.com>
9579      Branch: perl
9580            ! sv.h
9581 ____________________________________________________________________________
9582 [ 25246] By: rgs                                   on 2005/07/31  15:15:35
9583         Log: Remove the documentation for $#, which has been removed
9584      Branch: perl
9585            ! pod/perlvar.pod
9586 ____________________________________________________________________________
9587 [ 25245] By: rgs                                   on 2005/07/29  15:36:09
9588         Log: Update Changes
9589      Branch: perl
9590            ! Changes
9591 ____________________________________________________________________________
9592 [ 25244] By: steveh                                on 2005/07/29  09:41:38
9593         Log: Skip op/sprintf.t test 147 on MSWin32
9594              ... and fix the skip code so that it actually works ;-)
9595      Branch: perl
9596            ! t/op/sprintf.t
9597 ____________________________________________________________________________
9598 [ 25243] By: rgs                                   on 2005/07/29  08:31:51
9599         Log: Subject: [PATCH] More embed.fnc goodness
9600              From: Andy Lester <andy@petdance.com>
9601              Date: Thu, 28 Jul 2005 14:09:56 -0500
9602              Message-ID: <20050728190956.GB607@petdance.com>
9603      Branch: perl
9604            ! doio.c embed.fnc embed.h op.c pp_ctl.c proto.h regcomp.c
9605            ! regexec.c sv.c util.c
9606 ____________________________________________________________________________
9607 [ 25242] By: rgs                                   on 2005/07/29  07:19:11
9608         Log: Subject: [PATCH] Fix English error in overload.pm
9609              From: Andy Lester <andy@petdance.com>
9610              Date: Thu, 28 Jul 2005 14:10:43 -0500
9611              Message-ID: <20050728191043.GC607@petdance.com>
9612      Branch: perl
9613            ! lib/overload.pm
9614 ____________________________________________________________________________
9615 [ 25241] By: rgs                                   on 2005/07/28  17:34:36
9616         Log: Clarification to the syntax of loop modifiers
9617              by Piotr Fusik
9618      Branch: perl
9619            ! pod/perlfunc.pod
9620 ____________________________________________________________________________
9621 [ 25240] By: rgs                                   on 2005/07/28  17:29:47
9622         Log: Subject: RE: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
9623              From: "Green, Paul" <Paul.Green@stratus.com>
9624              Date: Mon, 25 Jul 2005 12:39:32 -0400
9625              Message-ID: <F5F42E77A43DD944B6D664B00A5401CB8A9F67@EXNA.corp.stratus.com>
9626      Branch: perl
9627            ! mg.c
9628 ____________________________________________________________________________
9629 [ 25239] By: rgs                                   on 2005/07/28  17:18:13
9630         Log: Subject: [PATCH fresh_perl.t] Being more careful about newlines
9631              From: Michael G Schwern <schwern@pobox.com>
9632              Date: Fri, 22 Jul 2005 12:53:34 -0700
9633              Message-ID: <20050722195334.GA12431@windhund.schwern.org>
9634      Branch: perl
9635            ! t/run/fresh_perl.t
9636 ____________________________________________________________________________
9637 [ 25238] By: rgs                                   on 2005/07/28  16:11:23
9638         Log: Subject: [PATCH] perl.h, use STRINGIFY in 25171
9639              From: Robin Barker <Robin.Barker@npl.co.uk>
9640              Date: Thu, 28 Jul 2005 12:13:13 +0100
9641              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75A@hotel.npl.co.uk>
9642      Branch: perl
9643            ! perl.h
9644 ____________________________________________________________________________
9645 [ 25237] By: merijn                                on 2005/07/28  13:03:09
9646         Log: Subject: [PATCH] tidy up DieNull and DIE_NULL
9647              From: Robin Barker <Robin.Barker@npl.co.uk>
9648              Date: Thu, 28 Jul 2005 14:05:51 +0100
9649              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75C@hotel.npl.co.uk>
9650      Branch: perl
9651            ! embed.fnc mg.c perl.h pp.h pp_sys.c proto.h
9652 ____________________________________________________________________________
9653 [ 25236] By: rgs                                   on 2005/07/28  12:59:55
9654         Log: Subject: [PATCH] silence compiler warning in mg.c POSIX.xs
9655              From: Robin Barker <Robin.Barker@npl.co.uk>
9656              Date: Thu, 28 Jul 2005 13:57:31 +0100
9657              Message-ID: <533D273D4014D411AB1D00062938C4D90849C75B@hotel.npl.co.uk>
9658      Branch: perl
9659            ! ext/POSIX/POSIX.xs mg.c perl.h
9660 ____________________________________________________________________________
9661 [ 25235] By: merijn                                on 2005/07/28  12:22:27
9662         Log: sprintf now has all but two tests enabled.
9663              the list supports skipping of expected fails
9664              new test for %.0g from Dominic Dunlop
9665      Branch: perl
9666            ! t/op/sprintf.t
9667 ____________________________________________________________________________
9668 [ 25234] By: steveh                                on 2005/07/28  09:10:41
9669         Log: Subject: [PATCH] perlfunc.pod grammar fixes
9670              From: Steve Peters <steve@fisharerojo.org>
9671              Date: Wed, 27 Jul 2005 22:02:13 -0500
9672              Message-ID: <20050728030213.GA11330@mccoy.peters.homeunix.org>
9673              
9674              (with minor tweaks)
9675      Branch: perl
9676            ! pod/perlfunc.pod
9677 ____________________________________________________________________________
9678 [ 25233] By: rgs                                   on 2005/07/28  09:07:57
9679         Log: Sync change 25229 to .h source files
9680      Branch: perl
9681            ! cv.h pad.h
9682 ____________________________________________________________________________
9683 [ 25232] By: rgs                                   on 2005/07/28  08:53:55
9684         Log: Subject: [perl #36672] Swapped warnings for -o and -O file tests 
9685              From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org>
9686              Date: Wed, 27 Jul 2005 15:43:17 -0700
9687              Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org>
9688              
9689              (except the redundant test)
9690      Branch: perl
9691            ! opcode.h opcode.pl t/lib/warnings/9uninit
9692 ____________________________________________________________________________
9693 [ 25231] By: merijn                                on 2005/07/28  06:48:14
9694         Log: Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available
9695              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9696              Date: Thu, 28 Jul 2005 10:01:51 +0300
9697              Message-ID: <42E882DF.6020100@gmail.com>
9698              Message-ID: <42E86DE9.6090709@gmail.com>
9699      Branch: perl
9700            ! handy.h hints/dec_osf.sh
9701 ____________________________________________________________________________
9702 [ 25230] By: merijn                                on 2005/07/27  16:28:58
9703         Log: Some signals are more real than others
9704              Also added comment about why the tests are there
9705      Branch: perl
9706            ! ext/POSIX/t/sigaction.t
9707 ____________________________________________________________________________
9708 [ 25229] By: merijn                                on 2005/07/27  16:26:16
9709         Log: Subject: [PATCH] id est is i.e.
9710              From: Steve Peters <steve@fisharerojo.org>
9711              Date: Tue, 26 Jul 2005 20:42:38 -0500
9712              Message-ID: <20050727014238.GA2582@mccoy.peters.homeunix.org>
9713      Branch: perl
9714            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
9715            ! pod/perlintern.pod
9716 ____________________________________________________________________________
9717 [ 25228] By: merijn                                on 2005/07/26  13:23:10
9718         Log: Use the correct gcc when more than one gcc is installed
9719              Thanks to Campo
9720      Branch: perl
9721            ! hints/aix.sh
9722 ____________________________________________________________________________
9723 [ 25227] By: rgs                                   on 2005/07/26  09:20:11
9724         Log: Subject: [perl #36658] Typo in perlfunc.pod 
9725              From: "John W. Krahn" (via RT) <perlbug-followup@perl.org>
9726              Date: Tue, 26 Jul 2005 01:07:18 -0700
9727              Message-ID: <rt-3.0.11-36658-118300.18.7320750032131@perl.org>
9728      Branch: perl
9729            ! pod/perlfunc.pod
9730 ____________________________________________________________________________
9731 [ 25226] By: steveh                                on 2005/07/25  14:37:41
9732         Log: Reinstate PERL_MALLOC_WRAP for bcc32 on Win32
9733              
9734              This was disabled by change 22689 because it was severely broken
9735              at the time.  See the thread starting here:
9736              
9737              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html
9738              
9739              The PERL_MALLOC_WRAP code in handy.h has since changed along the
9740              lines of what was discussed in that thread (in particular, by change
9741              25034) and I find that everything is now fine with PERL_MALLOC_WRAP
9742              re-enabled.
9743      Branch: perl
9744            ! win32/config_H.bc
9745 ____________________________________________________________________________
9746 [ 25225] By: steveh                                on 2005/07/25  14:34:12
9747         Log: Ken pointed out that CBuilder's cleanup is too agrressive
9748              
9749              The Windows compile() and link() methods bizarrely include their own
9750              output files in the list of files to be cleaned up.  Now that they
9751              actually are being cleaned up, this isn't ideal ;-)
9752              
9753              Stop compile() and link() from cleaning up their own output, and
9754              reinstate the explicit deletion of those output files in the test
9755              scripts.
9756      Branch: perl
9757            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
9758            ! lib/ExtUtils/CBuilder/t/01-basic.t
9759            ! lib/ExtUtils/CBuilder/t/02-link.t
9760            ! lib/ExtUtils/ParseXS/t/basic.t
9761 ____________________________________________________________________________
9762 [ 25224] By: steveh                                on 2005/07/25  11:53:44
9763         Log: Silence uninitialized value warnings in Net::Cmd
9764              
9765              (Suppresses 20 such warnings emitted by lib/Net/t/datasend.t)
9766      Branch: perl
9767            ! lib/Net/Cmd.pm
9768 ____________________________________________________________________________
9769 [ 25223] By: merijn                                on 2005/07/25  11:47:03
9770         Log: use POSIX might not throw an error. Check for useful values also
9771      Branch: perl
9772            ! ext/POSIX/t/sigaction.t
9773 ____________________________________________________________________________
9774 [ 25222] By: steveh                                on 2005/07/25  11:11:29
9775         Log: Make CBuilder and ParseXS clean up their temp test files
9776      Branch: perl
9777            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
9778            ! lib/ExtUtils/CBuilder/t/01-basic.t
9779            ! lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
9780            ! lib/ExtUtils/ParseXS/t/basic.t
9781 ____________________________________________________________________________
9782 [ 25221] By: rgs                                   on 2005/07/25  09:49:39
9783         Log: Increment the version number of version.pm
9784              (no code changes on CPAN)
9785      Branch: perl
9786            ! lib/version.pm
9787 ____________________________________________________________________________
9788 [ 25220] By: merijn                                on 2005/07/25  08:53:34
9789         Log: Subject: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
9790              From: Michael G Schwern <schwern@pobox.com>
9791              Date: Sat, 23 Jul 2005 17:25:18 -0700
9792              Message-ID: <20050724002518.GB4918@windhund.schwern.org>
9793              
9794              Subject: Re: [PATCH perlfunc.pod/crypt] crypt() digests, not encrypts
9795              From: Michael G Schwern <schwern@pobox.com>
9796              Date: Sun, 24 Jul 2005 13:49:25 -0700
9797              Message-ID: <20050724204925.GC13275@windhund.schwern.org>
9798      Branch: perl
9799            ! pod/perlfunc.pod
9800 ____________________________________________________________________________
9801 [ 25219] By: merijn                                on 2005/07/25  08:39:08
9802         Log: Subject: [PATCH] perlfunc.pod: s/definetely/definitely/
9803              From: "Piotr Fusik" <pfusik@op.pl>
9804              Date: Sun, 24 Jul 2005 12:55:09 +0200
9805              Message-ID: <004e01c5903e$2affb3a0$60d24dd5@piec>
9806      Branch: perl
9807            ! pod/perlfunc.pod
9808 ____________________________________________________________________________
9809 [ 25218] By: nicholas                              on 2005/07/24  22:35:56
9810         Log: Subject: [PATCH] Re: blead@25210 on OpenVMS (not good)
9811              From: "Craig A. Berry" <craigberry@mac.com>
9812              Message-Id: <p06230906bf09caa9618b@[172.16.52.1]>
9813              Date: Sun, 24 Jul 2005 17:47:26 -0500
9814      Branch: perl
9815            ! doio.c
9816 ____________________________________________________________________________
9817 [ 25217] By: nicholas                              on 2005/07/24  20:52:13
9818         Log: Subject: [PATCH] blead help for VMS
9819              From: "Craig A. Berry" <craigberry@mac.com>
9820              Message-ID: <42E3FABB.1020900@mac.com>
9821              Date: Sun, 24 Jul 2005 15:31:55 -0500
9822      Branch: perl
9823           +> ext/Compress/Zlib/zlib-src/adler32.c
9824           +> ext/Compress/Zlib/zlib-src/compress.c
9825           +> ext/Compress/Zlib/zlib-src/crc32.c
9826           +> ext/Compress/Zlib/zlib-src/crc32.h
9827           +> ext/Compress/Zlib/zlib-src/deflate.c
9828           +> ext/Compress/Zlib/zlib-src/deflate.h
9829           +> ext/Compress/Zlib/zlib-src/gzio.c
9830           +> ext/Compress/Zlib/zlib-src/infback.c
9831           +> ext/Compress/Zlib/zlib-src/inffast.c
9832           +> ext/Compress/Zlib/zlib-src/inffast.h
9833           +> ext/Compress/Zlib/zlib-src/inffixed.h
9834           +> ext/Compress/Zlib/zlib-src/inflate.c
9835           +> ext/Compress/Zlib/zlib-src/inflate.h
9836           +> ext/Compress/Zlib/zlib-src/inftrees.c
9837           +> ext/Compress/Zlib/zlib-src/inftrees.h
9838           +> ext/Compress/Zlib/zlib-src/trees.c
9839           +> ext/Compress/Zlib/zlib-src/trees.h
9840           +> ext/Compress/Zlib/zlib-src/uncompr.c
9841           +> ext/Compress/Zlib/zlib-src/zconf.h
9842           +> ext/Compress/Zlib/zlib-src/zlib.h
9843           +> ext/Compress/Zlib/zlib-src/zutil.c
9844           +> ext/Compress/Zlib/zlib-src/zutil.h
9845            - ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
9846            - ext/Compress/Zlib/zlib-src-1.2.3/compress.c
9847            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
9848            - ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
9849            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
9850            - ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
9851            - ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
9852            - ext/Compress/Zlib/zlib-src-1.2.3/infback.c
9853            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
9854            - ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
9855            - ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
9856            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
9857            - ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
9858            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
9859            - ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
9860            - ext/Compress/Zlib/zlib-src-1.2.3/trees.c
9861            - ext/Compress/Zlib/zlib-src-1.2.3/trees.h
9862            - ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
9863            - ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
9864            - ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
9865            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
9866            - ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
9867            ! MANIFEST ext/Compress/Zlib/config.in mg.c pp_ctl.c pp_sys.c
9868            ! vms/gen_shrfls.pl
9869 ____________________________________________________________________________
9870 [ 25216] By: steveh                                on 2005/07/22  16:53:11
9871         Log: Fix USE_LARGE_FILES with bcc32 on Win32?
9872              
9873              Trawling through all these config files, I think I've found the
9874              reason why bcc32 builds with USE_LARGE_FILES were failing (e.g.
9875              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html):
9876              lseeksize and lseektype were set to 8 and __int64, but Borland's
9877              <io.h> suggests that they should be 4 and long respectively.
9878              
9879              Changing them accordingly makes all tests pass. And I see that
9880              win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES,
9881              presumably to cope with this difference?
9882      Branch: perl
9883            ! win32/config.bc
9884 ____________________________________________________________________________
9885 [ 25215] By: steveh                                on 2005/07/22  16:36:41
9886         Log: Tweak the canned win32/config.* files
9887              
9888              uselargefiles, usemultiplicity, useperlio and useithreads are now
9889              off in the canned win32/config_H.* files, so change these to match.
9890              
9891              Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags
9892              which don't actually work since no such CFG_VARS are passed in to
9893              config_sh.PL. (The useperlio and usesitecustomize entries actually
9894              get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.)
9895      Branch: perl
9896            ! win32/config.bc win32/config.gc win32/config.vc
9897            ! win32/config.vc64
9898 ____________________________________________________________________________
9899 [ 25214] By: steveh                                on 2005/07/22  14:22:38
9900         Log: Add missing entries to win32/config.*
9901              
9902              No existing entries changed, just adding some missing ones based
9903              on Porting/config.sh
9904      Branch: perl
9905            ! win32/config.bc win32/config.gc win32/config.vc
9906            ! win32/config.vc64
9907 ____________________________________________________________________________
9908 [ 25213] By: rgs                                   on 2005/07/22  12:23:35
9909         Log: Subject: [perl #36612] [PATCH] Misleading shift docs about @ARGV
9910              From: Michael G Schwern (via RT) <perlbug-followup@perl.org>
9911              Date: Wed, 20 Jul 2005 18:26:23 -0700
9912              Message-ID: <rt-3.0.11-36612-118070.2.49212485540788@perl.org>
9913      Branch: perl
9914            ! pod/perlfunc.pod
9915 ____________________________________________________________________________
9916 [ 25212] By: steveh                                on 2005/07/22  10:32:02
9917         Log: Tidy up options / defines output from makedef.pl
9918              and change Win32-specific comments to say "On Win32 ..." now
9919              that AIX is using the same code too
9920      Branch: perl
9921            ! makedef.pl
9922 ____________________________________________________________________________
9923 [ 25211] By: steveh                                on 2005/07/22  10:29:51
9924         Log: Silence Win32 warnings when not using USE_LARGE_FILES
9925      Branch: perl
9926            ! win32/win32.c
9927 ____________________________________________________________________________
9928 [ 25210] By: merijn                                on 2005/07/21  17:40:06
9929         Log: I *DO* have AIX, and extending #25209 like this make it happy again
9930              Thank you Steve!
9931      Branch: perl
9932            ! makedef.pl
9933 ____________________________________________________________________________
9934 [ 25209] By: steveh                                on 2005/07/21  17:01:33
9935         Log: Make makedef.pl read "miniperl -V" on Win32
9936              
9937              Perhaps other platforms that use makedef.pl also need a similar
9938              change (currently required to pick up PERL_DONT_CREATE_GVSV),
9939              but it also requires them to have minimal canned configs (if they
9940              are using canned configs like Win32 does) and I don't have any
9941              of the affected platforms (AIX, WinCE, OS/2, MacOS Classic and
9942              NetWare) for testing, so play it safe instead
9943      Branch: perl
9944            ! makedef.pl
9945 ____________________________________________________________________________
9946 [ 25208] By: steveh                                on 2005/07/21  16:50:27
9947         Log: Make the canned config.h files used on Win32 more minimal
9948              
9949              These are used in their unedited form to build miniperl, so should
9950              represent a minimal configuration
9951              
9952              The plan is to use miniperl's "-V" output in makedef.pl, so it is
9953              important that it doesn't include any of the optional things in the
9954              makefiles that the user might have chosen to disable
9955              
9956              (The actual config.h used to build perl itself is, of course, an
9957              edited version of these canned configs produced by using miniperl
9958              to run config_h.PL so these changes won't affect perl itself)
9959      Branch: perl
9960            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9961            ! win32/config_H.vc64
9962 ____________________________________________________________________________
9963 [ 25207] By: merijn                                on 2005/07/21  15:41:39
9964         Log: Subject: [PATCH] Re: [PATCH] support POSIX SA_SIGINFO
9965              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
9966              Date: Thu, 21 Jul 2005 18:33:22 +0300
9967              Message-ID: <42DFC042.1090201@gmail.com>
9968      Branch: perl
9969            ! ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t mg.c
9970 ____________________________________________________________________________
9971 [ 25206] By: steveh                                on 2005/07/21  14:20:06
9972         Log: Rearrange win32/config_H.* to match config_h.SH
9973              
9974              No actual changes, just reordering the contents of the files so that
9975              diff works better.
9976      Branch: perl
9977            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9978            ! win32/config_H.vc64
9979 ____________________________________________________________________________
9980 [ 25205] By: rgs                                   on 2005/07/21  12:39:43
9981         Log: Subject: [PATCH perl@24148] Compress::Zlib 1.35
9982              From: "Paul Marquess" <paul.marquess@ntlworld.com>
9983              Date: Thu, 21 Jul 2005 10:06:06 +0100
9984              Message-Id: <20050721090634.CA4E61F0003@mx1.mandriva.com>
9985      Branch: perl
9986            + ext/Compress/Zlib/zlib-src-1.2.3/adler32.c
9987            + ext/Compress/Zlib/zlib-src-1.2.3/compress.c
9988            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.c
9989            + ext/Compress/Zlib/zlib-src-1.2.3/crc32.h
9990            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.c
9991            + ext/Compress/Zlib/zlib-src-1.2.3/deflate.h
9992            + ext/Compress/Zlib/zlib-src-1.2.3/gzio.c
9993            + ext/Compress/Zlib/zlib-src-1.2.3/infback.c
9994            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.c
9995            + ext/Compress/Zlib/zlib-src-1.2.3/inffast.h
9996            + ext/Compress/Zlib/zlib-src-1.2.3/inffixed.h
9997            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.c
9998            + ext/Compress/Zlib/zlib-src-1.2.3/inflate.h
9999            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.c
10000            + ext/Compress/Zlib/zlib-src-1.2.3/inftrees.h
10001            + ext/Compress/Zlib/zlib-src-1.2.3/trees.c
10002            + ext/Compress/Zlib/zlib-src-1.2.3/trees.h
10003            + ext/Compress/Zlib/zlib-src-1.2.3/uncompr.c
10004            + ext/Compress/Zlib/zlib-src-1.2.3/zconf.h
10005            + ext/Compress/Zlib/zlib-src-1.2.3/zlib.h
10006            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.c
10007            + ext/Compress/Zlib/zlib-src-1.2.3/zutil.h
10008            - ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
10009            - ext/Compress/Zlib/zlib-src-1.2.2/compress.c
10010            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
10011            - ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
10012            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
10013            - ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
10014            - ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
10015            - ext/Compress/Zlib/zlib-src-1.2.2/infback.c
10016            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
10017            - ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
10018            - ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
10019            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
10020            - ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
10021            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
10022            - ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
10023            - ext/Compress/Zlib/zlib-src-1.2.2/trees.c
10024            - ext/Compress/Zlib/zlib-src-1.2.2/trees.h
10025            - ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
10026            - ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
10027            - ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
10028            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
10029            - ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
10030            ! MANIFEST ext/Compress/Zlib/Changes ext/Compress/Zlib/README
10031            ! ext/Compress/Zlib/Zlib.pm ext/Compress/Zlib/Zlib.xs
10032            ! ext/Compress/Zlib/config.in ext/Compress/Zlib/t/05gzsetp.t
10033 ____________________________________________________________________________
10034 [ 25204] By: rgs                                   on 2005/07/20  16:53:16
10035         Log: Remove :base_io from the set of default "safe" opcodes.
10036              This fixes bug [perl #36213] "Possible flaw in Safe.pm/Opcode.pm
10037              that allows access to any file" but introduces a backward
10038              compatibility issue.
10039      Branch: perl
10040            ! ext/Opcode/Opcode.pm ext/Safe/t/safe2.t
10041 ____________________________________________________________________________
10042 [ 25203] By: steveh                                on 2005/07/20  13:59:18
10043         Log: Fix definition of Perl_sighandler following change 25200
10044      Branch: perl
10045            ! mg.c
10046 ____________________________________________________________________________
10047 [ 25202] By: rgs                                   on 2005/07/20  13:19:10
10048         Log: Subject: [PATCH] Convert t/op/vec.t to test.pl
10049              From: Steve Peters <steve@fisharerojo.org>
10050              Date: Wed, 20 Jul 2005 08:06:38 -0500
10051              Message-ID: <20050720130638.GA6123@mccoy.peters.homeunix.org>
10052      Branch: perl
10053            ! t/op/vec.t
10054 ____________________________________________________________________________
10055 [ 25201] By: steveh                                on 2005/07/20  13:08:54
10056         Log: Silence Win32 compiler warning (signed/unsigned mismatch)
10057      Branch: perl
10058            ! pad.c
10059 ____________________________________________________________________________
10060 [ 25200] By: rgs                                   on 2005/07/20  12:28:16
10061         Log: Subject: [PATCH] support POSIX SA_SIGINFO
10062              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10063              Date: Wed, 20 Jul 2005 14:40:54 +0300
10064              Message-ID: <42DE3846.6050606@gmail.com>
10065      Branch: perl
10066            ! embed.fnc embed.h ext/POSIX/POSIX.pod ext/POSIX/t/sigaction.t
10067            ! global.sym iperlsys.h mg.c perl.c perl.h pp_sys.c proto.h
10068            ! util.c
10069 ____________________________________________________________________________
10070 [ 25199] By: steveh                                on 2005/07/20  12:11:56
10071         Log: Silence warnings about NSIG redefinition on Win32
10072              
10073              (Change 25191 doesn't work out unless dosish.h includes <signal.h>
10074              too, which it currently only does for DJGPP)
10075      Branch: perl
10076            ! dosish.h
10077 ____________________________________________________________________________
10078 [ 25198] By: rgs                                   on 2005/07/20  11:18:59
10079         Log: Remove obsolete error messages
10080      Branch: perl
10081            ! pod/perldiag.pod
10082 ____________________________________________________________________________
10083 [ 25197] By: rgs                                   on 2005/07/20  10:59:44
10084         Log: croak() accepts Nullch as a parameter.
10085              (spotted by Stas Bekman)
10086      Branch: perl
10087            ! embed.fnc proto.h
10088 ____________________________________________________________________________
10089 [ 25196] By: steveh                                on 2005/07/20  10:36:20
10090         Log: Fix Newz() backwards-compatibility macro
10091      Branch: perl
10092            ! handy.h
10093 ____________________________________________________________________________
10094 [ 25195] By: rgs                                   on 2005/07/20  10:31:04
10095         Log: Remove :unique attribute from Config.pm,
10096              until we find a better implementation of it (or
10097              remove it). See [perl #36375].
10098      Branch: perl
10099            ! configpm
10100 ____________________________________________________________________________
10101 [ 25194] By: rgs                                   on 2005/07/20  09:08:56
10102         Log: Subject: [PATCH] lvalue-subs returning elements of tied hashes/arrays
10103              From: Tassilo von Parseval <tassilo.von.parseval@rwth-aachen.de>
10104              Date: Wed, 20 Jul 2005 10:43:11 +0200
10105              Message-id: <20050720084311.GA20332@ethan>
10106      Branch: perl
10107            ! pp_hot.c t/op/sub_lval.t
10108 ____________________________________________________________________________
10109 [ 25193] By: steveh                                on 2005/07/20  09:00:29
10110         Log: Exit test script (if we're going to) *before* declaring a plan
10111      Branch: perl
10112            ! ext/POSIX/t/sigaction.t
10113 ____________________________________________________________________________
10114 [ 25192] By: rgs                                   on 2005/07/20  08:50:18
10115         Log: Subject: [PATCH] RE: rebuilding lib/Config*
10116              From: Robin Barker <Robin.Barker@npl.co.uk>
10117              Date: Jul 14, 2005 3:27 PM
10118              Message-ID: <533D273D4014D411AB1D00062938C4D90849C733@hotel.npl.co.uk>
10119      Branch: perl
10120            ! Makefile.SH
10121 ____________________________________________________________________________
10122 [ 25191] By: rgs                                   on 2005/07/20  06:47:49
10123         Log: Subject: [PATCH] move NSIG logic
10124              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10125              Date: Wed, 20 Jul 2005 09:57:44 +0300
10126              Message-ID: <42DDF5E8.1060100@gmail.com>
10127      Branch: perl
10128            ! handy.h perl.h
10129 ____________________________________________________________________________
10130 [ 25190] By: nicholas                              on 2005/07/19  22:15:43
10131         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
10132              (Certainly where there is AUTOLOADing and XS)
10133              Hopefully *this* fixes the POSIX breakage.
10134      Branch: perl
10135            ! ext/POSIX/POSIX.pm
10136 ____________________________________________________________________________
10137 [ 25189] By: nicholas                              on 2005/07/19  21:16:20
10138         Log: C<use Foo;> inside Foo.pm considered a "bad thing"
10139              (Certainly where there is AUTOLOADing and XS)
10140              Hopefully this fixes the POSIX breakage.
10141      Branch: perl
10142            ! ext/POSIX/POSIX.xs
10143 ____________________________________________________________________________
10144 [ 25188] By: nicholas                              on 2005/07/19  21:08:17
10145         Log: XS constants fail when their value is called for, not at import.
10146              This might be construed as a bug. Fixing is probably a greater evil.
10147      Branch: perl
10148            ! ext/POSIX/t/sigaction.t
10149 ____________________________________________________________________________
10150 [ 25187] By: rgs                                   on 2005/07/19  14:12:38
10151         Log: Extend the the "our variable redeclared" warning to the case:
10152              our $x; our $x;
10153              and add more tests
10154      Branch: perl
10155            ! pad.c t/lib/strict/vars t/lib/warnings/pad
10156 ____________________________________________________________________________
10157 [ 25186] By: steveh                                on 2005/07/19  13:25:42
10158         Log: Fix test following change #25181
10159      Branch: perl
10160            ! lib/Pod/t/htmlview.t
10161 ____________________________________________________________________________
10162 [ 25185] By: merijn                                on 2005/07/19  11:06:22
10163         Log: Subject: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)
10164              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10165              Date: Tue, 19 Jul 2005 12:06:00 +0300
10166              Message-ID: <42DCC278.2010009@gmail.com>
10167      Branch: perl
10168            ! Configure ext/POSIX/Makefile.PL ext/POSIX/POSIX.pm
10169            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
10170            ! handy.h
10171 ____________________________________________________________________________
10172 [ 25182] By: rgs                                   on 2005/07/19  10:09:57
10173         Log: Fix strict test to go with the precedent warning change
10174      Branch: perl
10175            ! t/lib/strict/vars
10176 ____________________________________________________________________________
10177 [ 25181] By: steveh                                on 2005/07/19  10:07:46
10178         Log: Subject: [perl #36526] Incorrect (X)HTML generated by Pod::Html 
10179              From: Earl Hood (via RT) <perlbug-followup@perl.org>
10180              Date: Tue, 12 Jul 2005 23:55:28 -0700
10181              Message-ID: <rt-3.0.11-36526-117155.10.6496168983897@perl.org>
10182              
10183              (with old code deleted rather than commented out)
10184      Branch: perl
10185            ! lib/Pod/Html.pm
10186 ____________________________________________________________________________
10187 [ 25180] By: rgs                                   on 2005/07/19  09:56:59
10188         Log: Silence new (expected) warnings
10189      Branch: perl
10190            ! t/op/mydef.t
10191 ____________________________________________________________________________
10192 [ 25179] By: rgs                                   on 2005/07/19  09:45:24
10193         Log: Overhaul the semantics of the warning
10194              ""%s" variable %s masks earlier declaration",
10195              based on a patch by Rick Delaney. Now we have :
10196              my $x;   my $x; # warns
10197              my $x;  our $x; # warns
10198              our $x;  my $x; # warns
10199              our $x; our $x; # silent
10200      Branch: perl
10201            ! pad.c t/lib/warnings/pad
10202 ____________________________________________________________________________
10203 [ 25178] By: merijn                                on 2005/07/19  05:42:52
10204         Log: Subject: [PATCH] Final (hopefully) fix for fchdir
10205              From: Steve Peters <steve@fisharerojo.org>
10206              Date: Mon, 18 Jul 2005 22:59:19 -0500
10207              Message-ID: <20050719035919.GA32670@mccoy.peters.homeunix.org>
10208      Branch: perl
10209            ! pp_sys.c
10210 ____________________________________________________________________________
10211 [ 25177] By: davem                                 on 2005/07/19  01:16:09
10212         Log: Subject:  Re: [PATCH] Faster **
10213              From:      "Piotr Fusik" <pfusik@op.pl>
10214              Date:      Fri, 24 Jun 2005 12:47:40 +0200
10215              Message-Id:  <00b201c578af$7ad02b40$17d24dd5@piec>
10216      Branch: perl
10217            ! pp.c
10218 ____________________________________________________________________________
10219 [ 25176] By: davem                                 on 2005/07/19  01:05:18
10220         Log: the "local @foo with $#foo" tests are no longer TODO
10221      Branch: perl
10222            ! t/op/array.t
10223 ____________________________________________________________________________
10224 [ 25174] By: steveh                                on 2005/07/18  16:53:21
10225         Log: Subject: Re: [PATCH] RE: blead: no longer supports %vd format
10226              From: Rafael Garcia-Suarez <rgarciasuarez@mandriva.com>
10227              Date: Mon, 18 Jul 2005 18:35:09 +0200
10228              Message-ID: <20050718183509.0381169c@grubert.mandrakesoft.com>
10229      Branch: perl
10230            ! perl.h
10231 ____________________________________________________________________________
10232 [ 25173] By: merijn                                on 2005/07/18  16:37:11
10233         Log: Subject: Re: AIX 5.2 localtime bug attack
10234              From: Campo Weijerman <rfc822@nl.ibm.com>
10235              Date: Mon, 18 Jul 2005 17:34:55 +0200
10236              Message-ID: <20050718153455.GA29381@python>
10237              
10238              mday++ is also wday++ and yday++
10239      Branch: perl
10240            ! pp_sys.c
10241 ____________________________________________________________________________
10242 [ 25172] By: rgs                                   on 2005/07/18  15:23:38
10243         Log: Subject: [PATCH] The continuing plod through embed.fnc
10244              From: Andy Lester <andy@petdance.com>
10245              Date: Mon, 18 Jul 2005 10:37:38 -0500
10246              Message-ID: <20050718153738.GB20193@petdance.com>
10247      Branch: perl
10248            ! embed.fnc op.c pad.c pod/perlapi.pod pp_sys.c proto.h
10249            ! regcomp.c utf8.c
10250 ____________________________________________________________________________
10251 [ 25171] By: rgs                                   on 2005/07/18  12:37:02
10252         Log: Subject: [PATCH] RE: blead: no longer supports %vd format
10253              From: Robin Barker <Robin.Barker@npl.co.uk>
10254              Date: Jul 14, 2005 2:31 PM
10255              Message-ID: <533D273D4014D411AB1D00062938C4D90849C730@hotel.npl.co.uk>
10256      Branch: perl
10257            ! perl.h sv.c t/op/sprintf.t
10258 ____________________________________________________________________________
10259 [ 25170] By: merijn                                on 2005/07/18  11:02:01
10260         Log: tests are expected to fail if dirfd () does not exist
10261              make the tests to expect failures in that case
10262      Branch: perl
10263            ! t/op/chdir.t
10264 ____________________________________________________________________________
10265 [ 25169] By: merijn                                on 2005/07/18  10:27:06
10266         Log: 1. Typo detected by Schwern (#25151)
10267              2. Added proza about patches (#25152)
10268              3. dirfd got the wrong define based on previous tests (#25168)
10269      Branch: perl
10270            ! Configure
10271 ____________________________________________________________________________
10272 [ 25167] By: steveh                                on 2005/07/18  09:54:58
10273         Log: Silence compiler warning following change 25157
10274              
10275              (DIE returns Perl_die's return value which is an OP*, not the I32
10276              that Perl_apply is expected to return)
10277      Branch: perl
10278            ! doio.c
10279 ____________________________________________________________________________
10280 [ 25166] By: rgs                                   on 2005/07/18  09:17:45
10281         Log: Subject: Re: [perl #27028] /$/ not honouring /m in some cases
10282              From: Rick Delaney <rick@bort.ca>
10283              Date: Jul 14, 2005 4:10 PM
10284              Message-ID: <20050714141059.GF19090@localhost.localdomain>
10285      Branch: perl
10286            + t/op/regexp_qr_embed.t
10287            ! MANIFEST t/op/regexp.t
10288 ____________________________________________________________________________
10289 [ 25165] By: rgs                                   on 2005/07/18  08:52:25
10290         Log: Subject: [PATCH] perlop: why \c\ cannot be placed just before the terminating delimiter
10291              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10292              Date: Sun, 17 Jul 2005 11:38:05 +0900
10293              Message-Id: <20050717112557.5921.BQW10602@nifty.com>
10294      Branch: perl
10295            ! pod/perlop.pod
10296 ____________________________________________________________________________
10297 [ 25164] By: steveh                                on 2005/07/18  08:38:27
10298         Log: Subject: Re: Why does our() cross packages? (PATCH)
10299              From: Michael G Schwern <schwern@pobox.com>
10300              Date: Fri, 15 Jul 2005 14:35:18 -0700
10301              Message-ID: <20050715213518.GH6897@windhund.schwern.org>
10302              
10303              (with minor tweaks suggested in subsequent posts)
10304      Branch: perl
10305            ! pod/perlfunc.pod
10306 ____________________________________________________________________________
10307 [ 25163] By: davem                                 on 2005/07/18  00:16:31
10308         Log: perl -Dstv -e'... for min..max' displayed wrong stack elements
10309      Branch: perl
10310            ! pp_ctl.c
10311 ____________________________________________________________________________
10312 [ 25162] By: davem                                 on 2005/07/17  22:07:14
10313         Log: delete a non-fucntioning chown in stat.t: it didn't have gid arg.
10314              Spotted by Gisle Aas.
10315      Branch: perl
10316            ! t/op/stat.t
10317 ____________________________________________________________________________
10318 [ 25161] By: davem                                 on 2005/07/17  20:54:15
10319         Log: document what can be assigned to a shared scalar
10320      Branch: perl
10321            ! ext/threads/shared/shared.pm
10322 ____________________________________________________________________________
10323 [ 25160] By: davem                                 on 2005/07/17  20:12:54
10324         Log: $SIG{__WARN__} = sub { goto &foo } could recurse infinitely
10325      Branch: perl
10326            ! t/op/goto.t util.c
10327 ____________________________________________________________________________
10328 [ 25159] By: davem                                 on 2005/07/17  19:02:10
10329         Log: change #25129 was overzealous in delaying the call to ckWARN
10330      Branch: perl
10331            ! doio.c pp_hot.c toke.c
10332 ____________________________________________________________________________
10333 [ 25158] By: merijn                                on 2005/07/16  13:20:09
10334         Log: Subject: Re: [perl #36569] chop fails on decoded string with trailing nul 
10335              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
10336              Date: Sat, 16 Jul 2005 22:05:13 +0900
10337              Message-Id: <20050716220041.2BDD.BQW10602@nifty.com>
10338      Branch: perl
10339            ! doop.c t/op/chop.t
10340 ____________________________________________________________________________
10341 [ 25157] By: merijn                                on 2005/07/16  08:07:44
10342         Log: Subject: Re: fchmod, fchown, fchdir
10343              From: Gisle Aas <gisle@ActiveState.com>
10344              Date: 15 Jul 2005 02:32:50 -0700
10345              Message-ID: <lrwtnse7nh.fsf@caliper.activestate.com>
10346              
10347              + Schwern's ok -> like changes
10348      Branch: perl
10349            ! doio.c pod/perlfunc.pod pod/perltodo.pod pp_sys.c t/io/fs.t
10350            ! t/op/chdir.t
10351 ____________________________________________________________________________
10352 [ 25156] By: steveh                                on 2005/07/15  16:30:05
10353         Log: Subject: [PATCH] more embed cleanup
10354              From: Andy Lester <andy@petdance.com>
10355              Date: Fri, 15 Jul 2005 10:51:15 -0500
10356              Message-ID: <20050715155115.GC29983@petdance.com>
10357              
10358              (and run regen.pl)
10359      Branch: perl
10360            ! dump.c embed.fnc embed.h hv.c mg.c op.c perl.c pp_ctl.c
10361            ! pp_hot.c pp_pack.c proto.h regcomp.c sv.c utf8.c
10362 ____________________________________________________________________________
10363 [ 25155] By: steveh                                on 2005/07/15  15:50:38
10364         Log: Subject: [perl #36514] Add curl support to CPAN.pm 
10365              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10366              Date: Fri, 15 Jul 2005 02:11:29 -0700
10367              Message-ID: <rt-3.0.11-36514-117446.9.35668319684652@perl.org>
10368              
10369              (and bump $CPAN::FirstTime::VERSION)
10370      Branch: perl
10371            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
10372 ____________________________________________________________________________
10373 [ 25153] By: steveh                                on 2005/07/15  15:35:55
10374         Log: Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
10375              From: Michael G Schwern <schwern@pobox.com>
10376              Date: Wed, 13 Jul 2005 15:57:39 -0700
10377              Message-ID: <20050713225739.GN24499@windhund.schwern.org>
10378              
10379              Subject: Re: [PATCH blead] Re: [perl #3269] no warnings "foo" without "use warnings" turns off all warnings.
10380              From: Rick Delaney <rick@bort.ca>
10381              Date: Wed, 13 Jul 2005 20:24:56 -0400
10382              Message-ID: <20050714002456.GD19090@localhost.localdomain>
10383      Branch: perl
10384            ! ext/B/B/Deparse.pm t/op/inc.t
10385 ____________________________________________________________________________
10386 [ 25150] By: steveh                                on 2005/07/15  10:35:55
10387         Log: Fix static extensions when building with nmake on Win32
10388              
10389              They were broken because change 24806 forgot to add -DWITH_STATIC
10390              to the recipe for compiling perllib.c which meant that perllibst.h
10391              was not included and hence although they built OK, the static
10392              extensions could not actually be used!
10393              
10394              In fact, since perllibst.h is always created (it is more or less
10395              empty when static extensions are not being used), there is no need
10396              for -DWITH_STATIC at all. So rather than adding it to Makefile,
10397              just drop it from makefile.mk and perllib.c.
10398              
10399              Also add the missing cleanup of perllibst.h to Makefile.
10400      Branch: perl
10401            ! win32/Makefile win32/makefile.mk win32/perllib.c
10402 ____________________________________________________________________________
10403 [ 25149] By: steveh                                on 2005/07/15  09:04:57
10404         Log: Subject: [perl #7840] Hash Behaviour differs v5.6.0 to v5.6.1 
10405              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10406              Date: Thu, 14 Jul 2005 16:57:45 -0700
10407              Message-ID: <rt-3.0.11-7840-117401.4.81505529800216@perl.org>
10408              
10409              (with minor tweaks)
10410      Branch: perl
10411            ! pod/perlop.pod
10412 ____________________________________________________________________________
10413 [ 25148] By: steveh                                on 2005/07/15  07:48:31
10414         Log: Subject: [perl #36538] perlfunc/our contradicts itself 
10415              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10416              Date: Thu, 14 Jul 2005 19:10:51 -0700
10417              Message-ID: <rt-3.0.11-36538-117411.7.57026072725992@perl.org>
10418      Branch: perl
10419            ! pod/perlfunc.pod
10420 ____________________________________________________________________________
10421 [ 25147] By: steveh                                on 2005/07/15  07:44:32
10422         Log: Subject: [perl #24691] leading spaces on cpan configuration causes failure 
10423              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10424              Date: Tue, 12 Jul 2005 00:00:17 -0700
10425              Message-ID: <rt-3.0.11-24691-116945.3.88254644317925@perl.org>
10426              
10427              (with spaces trimmed from username too)
10428      Branch: perl
10429            ! lib/CPAN/FirstTime.pm
10430 ____________________________________________________________________________
10431 [ 25146] By: merijn                                on 2005/07/15  07:33:01
10432         Log: Subject: [PATCH] Re: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
10433              From: Michael G Schwern <schwern@pobox.com>
10434              Date: Fri, 15 Jul 2005 00:49:12 -0700
10435              Message-ID: <20050715074911.GA16512@windhund.schwern.org>
10436      Branch: perl
10437            ! t/op/universal.t
10438 ____________________________________________________________________________
10439 [ 25145] By: merijn                                on 2005/07/15  06:49:16
10440         Log: Subject: [PATCH] Missing tie() call in NDBM_File SYNOPSIS
10441              From: Matt Sergeant <matt@sergeant.org>
10442              Date: Thu, 14 Jul 2005 16:53:03 -0400
10443              Message-Id: <28baf339c3b78cc40017066b9dc7cffb@sergeant.org>
10444      Branch: perl
10445            ! ext/NDBM_File/NDBM_File.pm
10446 ____________________________________________________________________________
10447 [ 25144] By: merijn                                on 2005/07/15  06:33:21
10448         Log: Subject: Typo in t/op/stat.t
10449              From: Gisle Aas <gisle@ActiveState.com>
10450              Date: 14 Jul 2005 23:20:18 -0700
10451              Message-ID: <lr64vcfv4t.fsf@caliper.activestate.com>
10452      Branch: perl
10453            ! t/op/stat.t
10454 ____________________________________________________________________________
10455 [ 25143] By: steveh                                on 2005/07/14  16:08:00
10456         Log: Subject: Re: [perl #36507] File::Copy::copy($foo, $foo) dies
10457              From: Michael G Schwern <schwern@pobox.com>
10458              Date: Tue, 12 Jul 2005 15:51:18 -0700
10459              Message-ID: <20050712225118.GA944@windhund.schwern.org>
10460              
10461              (and update SKIP counts)
10462      Branch: perl
10463            ! lib/File/Copy.pm lib/File/Copy.t
10464 ____________________________________________________________________________
10465 [ 25142] By: steveh                                on 2005/07/14  08:12:11
10466         Log: Subject: [perl #5634] CPAN.pm v1.59 chdirs before looking for perl 
10467              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10468              Date: Mon, 11 Jul 2005 22:41:06 -0700
10469              Message-ID: <rt-3.0.11-5634-116921.0.207462087357797@perl.org>
10470      Branch: perl
10471            ! lib/CPAN.pm
10472 ____________________________________________________________________________
10473 [ 25141] By: nicholas                              on 2005/07/13  19:43:40
10474         Log: Subject: [PATCH] was Re: perldoc segfaulting in XS_UNIVERSAL_VERSION
10475              From: John Peacock <jpeacock@rowman.com>
10476              Message-ID: <42D55C46.5030905@rowman.com>
10477              Date: Wed, 13 Jul 2005 14:24:06 -0400
10478      Branch: perl
10479            ! universal.c
10480 ____________________________________________________________________________
10481 [ 25140] By: merijn                                on 2005/07/13  17:22:07
10482         Log: Subject: [perl #9565] [PATCH] /op/groups.t bug 
10483              From: "Steve Peters via RT" <perlbug-followup@perl.org>
10484              Date: Wed, 13 Jul 2005 06:51:45 -0700
10485              Message-ID: <rt-3.0.11-9565-117185.14.6331240065229@perl.org>
10486      Branch: perl
10487            ! t/op/groups.t
10488 ____________________________________________________________________________
10489 [ 25139] By: merijn                                on 2005/07/13  16:52:48
10490         Log: Subject: Re: Smoke [5.9.3] 25093 FAIL(F) openbsd 3.7 (macppc/1 cpu)
10491              From: Steve Peters <steve@fisharerojo.org>
10492              Date: Fri, 8 Jul 2005 16:42:56 -0500
10493              Message-ID: <20050708214256.GA14164@mccoy.peters.homeunix.org>
10494      Branch: perl
10495            ! t/io/dup.t t/io/open.t
10496 ____________________________________________________________________________
10497 [ 25138] By: merijn                                on 2005/07/13  16:37:48
10498         Log: Subject: [PATCH] More embed.fnc plowing
10499              From: Andy Lester <andy@petdance.com>
10500              Date: Wed, 13 Jul 2005 10:49:19 -0500
10501              Message-ID: <20050713154919.GA24586@petdance.com>
10502      Branch: perl
10503            ! embed.fnc gv.c hv.c op.c pad.c perlio.c pp_ctl.c pp_hot.c
10504            ! proto.h toke.c
10505 ____________________________________________________________________________
10506 [ 25137] By: merijn                                on 2005/07/13  16:27:43
10507         Log: Subject: [PATCH] Error in earlier patch in sv.c
10508              From: Robin Barker <Robin.Barker@npl.co.uk>
10509              Date: Wed, 13 Jul 2005 17:29:48 +0100
10510              Message-ID: <533D273D4014D411AB1D00062938C4D90849C72B@hotel.npl.co.uk>
10511      Branch: perl
10512            ! sv.c t/op/sprintf.t
10513 ____________________________________________________________________________
10514 [ 25136] By: steveh                                on 2005/07/13  13:39:44
10515         Log: Make -V "Compile-time options" list everything used in makedef.pl
10516      Branch: perl
10517            ! perl.c
10518 ____________________________________________________________________________
10519 [ 25135] By: steveh                                on 2005/07/13  09:48:10
10520         Log: Subject: Re: [perl #25157] [PATCH] Text-Balanced extract_quotelike fails on certain delims in HERE docs
10521              From: David Manura <dm.list@math2.org>
10522              Date: Wed, 21 Jan 2004 20:59:27 -0500
10523              Message-ID: <400F2E7F.9090601@math2.org>
10524              
10525              Fixes perl #25151, 25154, 25156, 25157, 25158 using jumbo patch
10526              included in perl #25157.
10527      Branch: perl
10528            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extmul.t
10529            ! lib/Text/Balanced/t/extqlk.t
10530 ____________________________________________________________________________
10531 [ 25134] By: steveh                                on 2005/07/13  09:23:37
10532         Log: Subject: [PATCH] #2 try at Text::Balanced patch and maintainership
10533              From: Tels <nospam-abuse@bloodgate.com>
10534              Date: Sat, 9 Jul 2005 23:10:29 +0200
10535              Message-Id: <200507092310.30592@bloodgate.com>
10536              
10537              (with minor tweaks)
10538      Branch: perl
10539            ! lib/Text/Balanced.pm
10540 ____________________________________________________________________________
10541 [ 25133] By: steveh                                on 2005/07/13  08:34:53
10542         Log: Subject: [perl #28385] minor bug in cpan -- the i command does not find author 
10543              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10544              Date: Tue, 12 Jul 2005 00:16:49 -0700
10545              Message-ID: <rt-3.0.11-28385-116951.3.97645870397305@perl.org>
10546              
10547              (and remove a couple of unused variables)
10548      Branch: perl
10549            ! lib/CPAN.pm
10550 ____________________________________________________________________________
10551 [ 25132] By: steveh                                on 2005/07/13  07:52:21
10552         Log: Subject: [perl #24275] CPAN shell - online help not clear 
10553              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10554              Date: Mon, 11 Jul 2005 23:32:12 -0700
10555              Message-ID: <rt-3.0.11-24275-116939.19.7381888978779@perl.org>
10556      Branch: perl
10557            ! lib/CPAN.pm
10558 ____________________________________________________________________________
10559 [ 25131] By: merijn                                on 2005/07/13  06:37:41
10560         Log: Subject: [PATCH] Re: Documentation error in IO::Socket
10561              From: Michael G Schwern <schwern@pobox.com>
10562              Date: Tue, 12 Jul 2005 13:18:34 -0700
10563              Message-ID: <20050712201834.GA29275@windhund.schwern.org>
10564      Branch: perl
10565            ! ext/IO/lib/IO/Socket.pm
10566 ____________________________________________________________________________
10567 [ 25130] By: merijn                                on 2005/07/13  06:27:48
10568         Log: Subject: [perl #6749] Perl debugger outputs ctrl-\ wrongly 
10569              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10570              Date: Tue, 12 Jul 2005 15:36:54 -0700
10571              Message-ID: <rt-3.0.11-6749-117055.16.4354496694007@perl.org>
10572      Branch: perl
10573            ! lib/dumpvar.pl
10574 ____________________________________________________________________________
10575 [ 25129] By: davem                                 on 2005/07/13  00:21:13
10576         Log: make the expensive ckWARN() be called as late as possible
10577              reorganise
10578              if (ckWARN(FOO) && should_not_happen_condition)
10579              to
10580              if (should_not_happen_condition && ckWARN(FOO))
10581      Branch: perl
10582            ! doio.c gv.c op.c pad.c perlio.c pp.c pp_hot.c pp_pack.c
10583            ! pp_sys.c regcomp.c regexec.c sv.c toke.c
10584 ____________________________________________________________________________
10585 [ 25128] By: davem                                 on 2005/07/12  18:46:34
10586         Log: Subject: Make PERL_MEM_LOG more portable.
10587              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
10588              Date:  Mon, 11 Jul 2005 15:29:46 +0300
10589              Message-Id:  <42D2663A.4050204@gmail.com>
10590      Branch: perl
10591            ! handy.h pod/perlhack.pod util.c
10592 ____________________________________________________________________________
10593 [ 25127] By: davem                                 on 2005/07/12  18:29:43
10594         Log: S_pad_findlex has side effects, so its return value may be ignored
10595      Branch: perl
10596            ! embed.fnc pad.c proto.h
10597 ____________________________________________________________________________
10598 [ 25126] By: davem                                 on 2005/07/12  18:15:48
10599         Log: get_?v have side effects, so their return values may be ignored
10600      Branch: perl
10601            ! embed.fnc proto.h
10602 ____________________________________________________________________________
10603 [ 25125] By: steveh                                on 2005/07/12  16:30:16
10604         Log: Subject: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move 
10605              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10606              Date: Mon, 11 Jul 2005 23:24:56 -0700
10607              Message-ID: <rt-3.0.11-24119-116937.12.0211560107236@perl.org>
10608      Branch: perl
10609            ! lib/CPAN.pm
10610 ____________________________________________________________________________
10611 [ 25124] By: steveh                                on 2005/07/12  16:18:22
10612         Log: Subject: [perl #17487] ncftp only handles http 
10613              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10614              Date: Mon, 11 Jul 2005 23:19:06 -0700
10615              Message-ID: <rt-3.0.11-17487-116934.11.3382445877892@perl.org>
10616              
10617              (and bump $VERSION (1.76_01 is a CPAN release already))
10618      Branch: perl
10619            ! lib/CPAN.pm
10620 ____________________________________________________________________________
10621 [ 25123] By: steveh                                on 2005/07/12  13:19:51
10622         Log: Subject: Re: Scalar leaked in 'local $0' under ithreads + taint mode
10623              From: Steve Hay <steve.hay@uk.radan.com>
10624              Date: Mon, 11 Jul 2005 13:29:37 +0100
10625              Message-ID: <42D26631.1070500@uk.radan.com>
10626      Branch: perl
10627            ! sv.c
10628 ____________________________________________________________________________
10629 [ 25122] By: steveh                                on 2005/07/12  11:42:07
10630         Log: Subject: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv 
10631              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10632              Date: Mon, 11 Jul 2005 19:16:10 -0700
10633              Message-ID: <rt-3.0.11-36502-116917.0.56038652013207@perl.org>
10634      Branch: perl
10635            ! lib/File/Copy.t
10636 ____________________________________________________________________________
10637 [ 25121] By: steveh                                on 2005/07/12  11:33:01
10638         Log: Subject: [PATCH] Cleanup File::Copy tests
10639              From: Michael G Schwern <schwern@pobox.com>
10640              Date: Mon, 11 Jul 2005 18:45:42 -0700
10641              Message-ID: <20050712014542.GB20855@windhund.schwern.org>
10642              
10643              (and fix the SKIP: {} blocks to say $how_many)
10644      Branch: perl
10645            ! lib/File/Copy.t
10646 ____________________________________________________________________________
10647 [ 25120] By: steveh                                on 2005/07/12  11:03:55
10648         Log: Subject: Re: [perl #36502] File::Copy::mv fails to replicate behavior of Unix mv
10649              From: Michael G Schwern <schwern@pobox.com>
10650              Date: Mon, 11 Jul 2005 17:35:14 -0700
10651              Message-ID: <20050712003514.GA20132@windhund.schwern.org>
10652      Branch: perl
10653            ! lib/File/Copy.pm
10654 ____________________________________________________________________________
10655 [ 25119] By: steveh                                on 2005/07/12  09:01:11
10656         Log: Missed a New() -> Newx().
10657              
10658              This one only had 3 args to start with! Presumably nobody uses
10659              YYERROR_VERBOSE.  (The yystpcpy() calls don't look right either,
10660              but someone else that is interested in YYERROR_VERBOSE will have
10661              to look into that.)
10662      Branch: perl
10663            ! perly.c
10664 ____________________________________________________________________________
10665 [ 25118] By: steveh                                on 2005/07/12  08:46:13
10666         Log: Hack out -DL documentation from perldebuguts.pod
10667              
10668              Now that the perl core uses Newx*() rather than New*() this chunk
10669              of old documentation is more obsolete than ever before.
10670      Branch: perl
10671            ! pod/perldebguts.pod
10672 ____________________________________________________________________________
10673 [ 25117] By: steveh                                on 2005/07/12  08:20:11
10674         Log: Fix worrying typo in handy.h :-s
10675      Branch: perl
10676            ! handy.h
10677 ____________________________________________________________________________
10678 [ 25116] By: steveh                                on 2005/07/12  08:17:47
10679         Log: Change New*() to Newx*() in various comments and documentation
10680      Branch: perl
10681            ! handy.h perl.c pod/perlclib.pod pod/perlguts.pod
10682            ! pod/perlhack.pod sv.c
10683 ____________________________________________________________________________
10684 [ 25115] By: steveh                                on 2005/07/12  07:48:51
10685         Log: Subject: [patch: handy.c]  update Newx API pod to mention PERL_MEM_LOG build opt
10686              From: Jim Cromie <jcromie@divsol.com>
10687              Date: Mon, 11 Jul 2005 19:18:02 -0600
10688              Message-ID: <42D31A4A.1020305@divsol.com>
10689              
10690              (with some minor tweaks)
10691      Branch: perl
10692            ! handy.h pod/perlapi.pod
10693 ____________________________________________________________________________
10694 [ 25114] By: merijn                                on 2005/07/12  06:26:39
10695         Log: Subject: [PATCH t/TEST] Understand "ok" with no number
10696              From: Michael G Schwern <schwern@pobox.com>
10697              Date: Mon, 11 Jul 2005 18:41:30 -0700
10698              Message-ID: <20050712014130.GA20855@windhund.schwern.org>
10699      Branch: perl
10700            ! t/TEST
10701 ____________________________________________________________________________
10702 [ 25113] By: steveh                                on 2005/07/11  15:54:46
10703         Log: Subject: [patch: sv.c] reuse new_body_inline in Perl_new_body
10704              From: Jim Cromie <jcromie@divsol.com>
10705              Date: Sun, 10 Jul 2005 15:59:30 -0600
10706              Message-ID: <42D19A42.8040409@divsol.com>
10707      Branch: perl
10708            ! sv.c
10709 ____________________________________________________________________________
10710 [ 25112] By: steveh                                on 2005/07/11  15:19:11
10711         Log: Subject: [PATCH] perlfunc.pod
10712              From: "Piotr Fusik" <pfusik@op.pl>
10713              Date:      Sat, 9 Jul 2005 16:21:05 +0200
10714              Message-ID: <01de01c58491$f3182f60$a6d24dd5@piec>
10715      Branch: perl
10716            ! pod/perlfunc.pod
10717 ____________________________________________________________________________
10718 [ 25111] By: steveh                                on 2005/07/11  14:41:27
10719         Log: Subject: [patch hv.h doc] HvNAME
10720              From: Stas Bekman <stas@stason.org>
10721              Date: Fri, 08 Jul 2005 13:52:13 +0300
10722              Message-ID: <42CE5ADD.3020003@stason.org>
10723              
10724              Subject: Re: [patch hv.h doc] HvNAME
10725              From: Nicholas Clark <nick@ccl4.org>
10726              Date: Sat, 9 Jul 2005 15:23:51 +0100
10727              Message-ID: <20050709142351.GT15833@plum.flirble.org>
10728      Branch: perl
10729            ! hv.h pod/perlapi.pod
10730 ____________________________________________________________________________
10731 [ 25110] By: davem                                 on 2005/07/10  23:04:26
10732         Log: no code before declarations!
10733      Branch: perl
10734            ! doio.c
10735 ____________________________________________________________________________
10736 [ 25109] By: davem                                 on 2005/07/10  20:02:07
10737         Log: From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10738              Date: Sun, 10 Jul 2005 21:50:27 +0300
10739              Subject: [PATCH] yet another way of debugging memory allocations
10740              Message-ID: <42D16DF3.4040806@gmail.com>
10741              
10742              tweak PERL_MEM_LOG
10743      Branch: perl
10744            ! handy.h pod/perlhack.pod util.c
10745 ____________________________________________________________________________
10746 [ 25108] By: davem                                 on 2005/07/10  19:57:31
10747         Log: run regen.pl
10748      Branch: perl
10749            ! embed.h proto.h
10750 ____________________________________________________________________________
10751 [ 25107] By: merijn                                on 2005/07/10  19:19:56
10752         Log: Subject: [PATCH] Making my way thru embed.fnc
10753              From: Andy Lester <andy@petdance.com>
10754              Date: Sun, 10 Jul 2005 14:36:35 -0500
10755              Message-ID: <20050710193635.GC8081@petdance.com>
10756      Branch: perl
10757            ! doio.c doop.c embed.fnc gv.c hv.c op.c perl.c pp_ctl.c
10758            ! pp_hot.c regexec.c toke.c util.c
10759 ____________________________________________________________________________
10760 [ 25106] By: davem                                 on 2005/07/10  13:53:49
10761         Log: Re: [perl #36207] UTF8/Latin 1/i regexp "Malformed character" warning
10762              From: demerphq <demerphq@gmail.com>
10763              Message-ID: <9b18b3110507080807f16d1eb@mail.gmail.com>
10764              Date: Fri, 8 Jul 2005 17:07:26 +0200
10765              
10766              Fix trie codepath of mixed utf8/latin1 pattern matches
10767      Branch: perl
10768            ! regexec.c t/op/pat.t
10769 ____________________________________________________________________________
10770 [ 25105] By: davem                                 on 2005/07/10  12:29:25
10771         Log: Message-ID: <42D0F25E.3040801@gmail.com>
10772              Date: Sun, 10 Jul 2005 13:03:10 +0300
10773              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
10774              Subject: [PATCH] yet another way of debugging memory allocations
10775              
10776              adds PERL_MEM_LOG and PERL_MEM_LOG_STDERR options
10777      Branch: perl
10778            ! handy.h util.c
10779 ____________________________________________________________________________
10780 [ 25104] By: davem                                 on 2005/07/10  11:39:50
10781         Log: silence some compiler warnings
10782      Branch: perl
10783            ! embed.fnc gv.h proto.h
10784 ____________________________________________________________________________
10785 [ 25103] By: davem                                 on 2005/07/10  11:15:32
10786         Log: extend MEM_WRAP_CHECK supress warning hack to MEM_WRAP_CHECK_*
10787      Branch: perl
10788            ! handy.h
10789 ____________________________________________________________________________
10790 [ 25102] By: nicholas                              on 2005/07/09  15:44:17
10791         Log: sv_dec is supposed to go *down*, m'kay.
10792      Branch: perl
10793            ! sv.c t/op/inc.t
10794 ____________________________________________________________________________
10795 [ 25101] By: steveh                                on 2005/07/08  16:35:10
10796         Log: Subject: Re: janitorial work ? [patch]
10797              From: Jim Cromie <jcromie@divsol.com>
10798              Date: Wed, 06 Jul 2005 14:19:53 -0600
10799              Message-ID: <42CC3CE9.5050606@divsol.com>
10800              
10801              (reverted all dual-lived modules since they must work with older
10802              perls too so must wait for a new Devel::PPPort)
10803      Branch: perl
10804            ! NetWare/nw5.c av.c bytecode.pl cygwin/cygwin.c djgpp/djgpp.c
10805            ! doio.c doop.c dump.c ext/B/B/C.pm ext/B/C/C.xs
10806            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
10807            ! ext/Devel/DProf/DProf.xs ext/DynaLoader/dl_aix.xs
10808            ! ext/DynaLoader/dl_next.xs ext/DynaLoader/dl_vms.xs
10809            ! ext/File/Glob/bsd_glob.c ext/ODBM_File/ODBM_File.xs
10810            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs ext/Socket/Socket.xs
10811            ! ext/XS/Typemap/Typemap.xs gv.c handy.h hv.c locale.c op.c op.h
10812            ! os2/OS2/REXX/REXX.xs os2/os2.c perl.c perlio.c pod/perlapi.pod
10813            ! pp.c pp_ctl.c pp_pack.c pp_sort.c pp_sys.c reentr.c reentr.pl
10814            ! regcomp.c regexec.c scope.c sv.c toke.c utf8.c util.c
10815            ! vmesa/vmesa.c vms/vms.c win32/perlhost.h win32/win32.c
10816            ! win32/win32sck.c wince/perlhost.h wince/wince.c
10817 ____________________________________________________________________________
10818 [ 25100] By: nicholas                              on 2005/07/08  15:57:37
10819         Log: We no longer default to creating a new SV for GvSV.
10820      Branch: perl
10821            ! perl.h
10822 ____________________________________________________________________________
10823 [ 25099] By: nicholas                              on 2005/07/08  15:57:16
10824         Log: DEFSV causes GvSVn() to be used in lvalue context.
10825              Not sure if instead we should recode DEFSV to avoid this, and leave
10826              GvSVn() as rvalue only, like its namesakes.
10827      Branch: perl
10828            ! gv.h
10829 ____________________________________________________________________________
10830 [ 25098] By: steveh                                on 2005/07/08  10:04:24
10831         Log: Subject: Re: [PATCH] Pod::Html - correctly link to =item's on the same page
10832              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10833              Date: Thu, 7 Jul 2005 15:05:51 -0700
10834              Message-ID: <20050707220551.GB2388@efn.org>
10835              
10836              (plus fix a couple of POD warnings)
10837      Branch: perl
10838            ! pod/perlglossary.pod
10839 ____________________________________________________________________________
10840 [ 25097] By: steveh                                on 2005/07/08  09:48:50
10841         Log: Subject: [PATCH] basename() and suffixes
10842              From: Michael G Schwern <schwern@pobox.com>
10843              Date: Thu, 7 Jul 2005 15:38:32 -0700
10844              Message-ID: <20050707223832.GA4782@windhund.schwern.org>
10845      Branch: perl
10846            ! lib/File/Basename.pm lib/File/Basename.t
10847 ____________________________________________________________________________
10848 [ 25096] By: steveh                                on 2005/07/08  08:43:07
10849         Log: Subject: Re: [perl #36477] File::Basename basename() bug
10850              From: Michael G Schwern <schwern@pobox.com>
10851              Date: Thu, 7 Jul 2005 14:16:01 -0700
10852              Message-ID: <20050707211601.GA3769@windhund.schwern.org>
10853      Branch: perl
10854            ! lib/File/Basename.pm lib/File/Basename.t
10855 ____________________________________________________________________________
10856 [ 25095] By: davem                                 on 2005/07/08  01:43:24
10857         Log: UTF8/Latin 1/i regexp "Malformed character" warning
10858              $utf8 =~ /latin/i didn't match. 
10859              Also added TODO for $latin =~ /utf8/i which also fails
10860      Branch: perl
10861            ! t/op/pat.t utf8.c
10862 ____________________________________________________________________________
10863 [ 25094] By: davem                                 on 2005/07/07  14:47:51
10864         Log: more taint fallout from change 24943
10865      Branch: perl
10866            ! mg.c scope.c t/op/taint.t
10867 ____________________________________________________________________________
10868 [ 25093] By: merijn                                on 2005/07/07  13:26:32
10869         Log: Subject: [PATCH] bug with charnames::viacode("0x1234") and optimize it
10870              From: Tels <nospam-abuse@bloodgate.com>
10871              Date: Wed, 6 Jul 2005 21:11:59 +0200
10872              Message-Id: <200507062112.12159@bloodgate.com>
10873      Branch: perl
10874            ! lib/charnames.pm
10875 ____________________________________________________________________________
10876 [ 25092] By: steveh                                on 2005/07/07  12:11:38
10877         Log: Subject: ReadParse in the CGI docs
10878              From: "Ton Hospel" <me-02@ton.iguana.be>
10879              Date: 9 Oct 2003 15:04:53 -0000
10880              To: perlbug@perl.org
10881              
10882              (plus blank lines so example code is in verbatim paragraphs,
10883              and bump $VERSION)
10884      Branch: perl
10885            ! lib/CGI.pm
10886 ____________________________________________________________________________
10887 [ 25091] By: steveh                                on 2005/07/07  11:21:41
10888         Log: Subject: [PATCH] Mention File::Spec in File::Basename
10889              From: Michael G Schwern <schwern@pobox.com>
10890              Date: Wed, 6 Jul 2005 13:06:20 -0700
10891              Message-ID: <20050706200620.GE15644@windhund.schwern.org>
10892              
10893              (plus bump $VERSION)
10894      Branch: perl
10895            ! lib/File/Basename.pm
10896 ____________________________________________________________________________
10897 [ 25090] By: steveh                                on 2005/07/07  11:06:17
10898         Log: Subject: [perl #22236] File::Basename behavior is misleading 
10899              From: "Michael G Schwern via RT" <perlbug-followup@perl.org>
10900              Date: 6 Jul 2005 19:45:40 -0000
10901              Message-ID: <rt-3.0.11-22236-116656.1.59163789180809@perl.org>
10902      Branch: perl
10903            ! lib/File/Basename.pm lib/File/Basename.t
10904 ____________________________________________________________________________
10905 [ 25089] By: steveh                                on 2005/07/07  09:22:48
10906         Log: Subject: [PATCH] Further lies in the File::Basename docs
10907              From: Michael G Schwern <schwern@pobox.com>
10908              Date: Wed, 6 Jul 2005 09:22:32 -0700
10909              Message-ID: <20050706162232.GA14495@windhund.schwern.org>
10910              
10911              (plus some minor POD changes and a bug fix)
10912      Branch: perl
10913            ! lib/File/Basename.pm lib/File/Basename.t
10914 ____________________________________________________________________________
10915 [ 25088] By: davem                                 on 2005/07/07  00:11:00
10916         Log: bytes pragma error in substitution operator
10917      Branch: perl
10918            ! pp_ctl.c t/op/subst.t
10919 ____________________________________________________________________________
10920 [ 25087] By: davem                                 on 2005/07/06  20:09:29
10921         Log: 'undef $@; die' gives uninint value warning
10922      Branch: perl
10923            ! pp_sys.c t/op/die.t
10924 ____________________________________________________________________________
10925 [ 25086] By: steveh                                on 2005/07/06  09:36:08
10926         Log: Subject: [PATCH] File::Basename doc overhaul
10927              From: Michael G Schwern <schwern@pobox.com>
10928              Date: Tue, 5 Jul 2005 20:11:27 -0700
10929              Message-ID: <20050706031127.GL9227@windhund.schwern.org>
10930              
10931              (with some minor changes)
10932      Branch: perl
10933            ! lib/File/Basename.pm
10934 ____________________________________________________________________________
10935 [ 25085] By: steveh                                on 2005/07/06  08:05:21
10936         Log: Subject: [PATCH @ 25084] simple authors removal
10937              From: Vadim Konovalov <vadim@vkonovalov.ru>
10938              Date: Wed, 06 Jul 2005 00:15:48 +0400
10939              Message-ID: <42CAEA74.1020108@vkonovalov.ru>
10940      Branch: perl
10941            ! AUTHORS
10942 ____________________________________________________________________________
10943 [ 25084] By: davem                                 on 2005/07/05  18:17:34
10944         Log: a long /etc/groups entry could cause memory exhaustion.
10945              Too small a buffer would cause ERANGE and a retry with double the
10946              buffer size. later at EOF, the apparent error got 'stuck' as
10947              ERANGE rather than ENOENT, so the buffer size doubled recursively 
10948      Branch: perl
10949            ! reentr.h reentr.pl
10950 ____________________________________________________________________________
10951 [ 25083] By: steveh                                on 2005/07/05  16:55:29
10952         Log: Subject: [PATCH] Pod::Html - correctly link to =item's on the same page
10953              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10954              Date: Mon, 4 Jul 2005 02:07:38 -0700
10955              Message-ID: <20050704090738.GA4056@efn.org>
10956              
10957              (plus a new test, although it is currently marked TODO)
10958      Branch: perl
10959            + lib/Pod/t/htmllink.pod lib/Pod/t/htmllink.t
10960            ! MANIFEST lib/Pod/Html.pm
10961 ____________________________________________________________________________
10962 [ 25082] By: steveh                                on 2005/07/05  16:54:11
10963         Log: Oops! Change 25080 should have updated checksums too.
10964      Branch: perl
10965            ! ext/Digest/MD5/t/files.t
10966 ____________________________________________________________________________
10967 [ 25081] By: davem                                 on 2005/07/05  13:01:23
10968         Log: change 24943 broke restoration of localized taint values
10969      Branch: perl
10970            ! mg.c t/op/taint.t
10971 ____________________________________________________________________________
10972 [ 25080] By: steveh                                on 2005/07/05  10:32:08
10973         Log: Remove an unreferenced local variable in Digest-MD5
10974      Branch: perl
10975            ! ext/Digest/MD5/MD5.pm ext/Digest/MD5/MD5.xs
10976 ____________________________________________________________________________
10977 [ 25079] By: nicholas                              on 2005/07/04  19:36:51
10978         Log: Subject: [PATCH] Remove unnecessary null check
10979              From: Andy Lester <andy@petdance.com>
10980              Date: Mon, 4 Jul 2005 14:12:00 -0500
10981              Message-ID: <20050704191200.GA2614@petdance.com>
10982      Branch: perl
10983            ! embed.fnc hv.c proto.h
10984 ____________________________________________________________________________
10985 [ 25078] By: nicholas                              on 2005/07/04  19:07:31
10986         Log: Make the tests for hv_free_ent and hv_delayfree_ent pass under
10987              -DPURIFY too.
10988      Branch: perl
10989            ! ext/XS/APItest/APItest.xs
10990 ____________________________________________________________________________
10991 [ 25077] By: merijn                                on 2005/07/04  18:47:02
10992         Log: Subject: [PATCH] Better string constant in hv.c
10993              From: Andy Lester <andy@petdance.com>
10994              Date: Mon, 4 Jul 2005 13:53:49 -0500
10995              Message-ID: <20050704185349.GA2351@petdance.com>
10996      Branch: perl
10997            ! hv.c
10998 ____________________________________________________________________________
10999 [ 25076] By: steveh                                on 2005/07/04  16:15:37
11000         Log: Add regression test for change 25062
11001      Branch: perl
11002            ! t/op/magic.t
11003 ____________________________________________________________________________
11004 [ 25075] By: steveh                                on 2005/07/04  15:57:32
11005         Log: Use void, not void *, to suppress RETVAL (and compiler warning)
11006      Branch: perl
11007            ! ext/XS/APItest/APItest.xs
11008 ____________________________________________________________________________
11009 [ 25074] By: steveh                                on 2005/07/04  15:36:04
11010         Log: Perl_share_hek needs exporting for change 25070 on Win32
11011      Branch: perl
11012            ! embed.fnc embed.h global.sym
11013 ____________________________________________________________________________
11014 [ 25073] By: steveh                                on 2005/07/04  15:34:11
11015         Log: Regen after change 25067
11016      Branch: perl
11017            ! proto.h
11018 ____________________________________________________________________________
11019 [ 25072] By: nicholas                              on 2005/07/04  15:03:32
11020         Log: Implement hv_delayfree_ent in terms of hv_free_ent
11021      Branch: perl
11022            ! hv.c
11023 ____________________________________________________________________________
11024 [ 25071] By: steveh                                on 2005/07/04  14:53:54
11025         Log: Subject: [PATCH] Skip nit in t/op/lfs.t
11026              From: Steve Peters <steve@fisharerojo.org>
11027              Date: Mon, 4 Jul 2005 10:10:13 -0500
11028              Message-ID: <20050704151013.GA18468@mccoy.peters.homeunix.org>
11029      Branch: perl
11030            ! t/op/lfs.t
11031 ____________________________________________________________________________
11032 [ 25070] By: nicholas                              on 2005/07/04  14:45:40
11033         Log: Tests for hv_delayfree_ent and hv_free_ent
11034      Branch: perl
11035            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
11036            ! ext/XS/APItest/t/hash.t
11037 ____________________________________________________________________________
11038 [ 25069] By: nicholas                              on 2005/07/04  13:56:39
11039         Log: Provide a macro version of S_new_body to inline it within the hot code.
11040      Branch: perl
11041            ! sv.c
11042 ____________________________________________________________________________
11043 [ 25068] By: steveh                                on 2005/07/04  13:21:36
11044         Log: Borland's .pdb files are called .tds
11045      Branch: perl
11046            ! win32/makefile.mk
11047 ____________________________________________________________________________
11048 [ 25067] By: steveh                                on 2005/07/04  12:30:50
11049         Log: Subject: [PATCH] Post-YAPC consting, now with an attachment!
11050              From: Andy Lester <andy@petdance.com>
11051              Date: Sun, 3 Jul 2005 18:31:56 -0500
11052              Message-ID: <20050703233156.GA20967@petdance.com>
11053      Branch: perl
11054            ! deb.c embed.fnc gv.c pad.c sv.c toke.c util.c
11055 ____________________________________________________________________________
11056 [ 25066] By: nicholas                              on 2005/07/04  10:41:28
11057         Log: Inlining del_HE is actually a space optimisation.
11058              It's therefore likely also to be a speed optimisation. :-)
11059      Branch: perl
11060            ! embed.fnc embed.h hv.c proto.h
11061 ____________________________________________________________________________
11062 [ 25065] By: steveh                                on 2005/07/04  10:40:10
11063         Log: Subject: [PATCH] perlglossary.pod: add jump points
11064              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11065              Date: Mon, 4 Jul 2005 02:07:52 -0700
11066              Message-ID: <20050704090752.GB4056@efn.org>
11067      Branch: perl
11068            ! pod/perlglossary.pod
11069 ____________________________________________________________________________
11070 [ 25064] By: nicholas                              on 2005/07/04  10:24:26
11071         Log: sv_setuv_mg is so rarely called that the IV optimisation test is not
11072              needed.
11073      Branch: perl
11074            ! sv.c
11075 ____________________________________________________________________________
11076 [ 25063] By: steveh                                on 2005/07/04  10:13:41
11077         Log: Subject: Re: How to suppress warnings when building Errno with gcc
11078              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11079              Date: Fri, 1 Jul 2005 10:56:23 -0700
11080              Message-ID: <20050701175623.GD216@efn.org>
11081      Branch: perl
11082            ! ext/Errno/Errno_pm.PL
11083 ____________________________________________________________________________
11084 [ 25062] By: steveh                                on 2005/07/04  09:17:06
11085         Log: Fix change 25045
11086      Branch: perl
11087            ! mg.c
11088 ____________________________________________________________________________
11089 [ 25061] By: steveh                                on 2005/07/04  08:26:38
11090         Log: Here's the rest of change 25058 ;-)
11091      Branch: perl
11092            ! embed.h global.sym
11093 ____________________________________________________________________________
11094 [ 25060] By: davem                                 on 2005/07/04  08:11:33
11095         Log: Subject:  Re: [PATCH] Re: [PATCH] Re: a blead warning from tru64
11096              From:  Jarkko Hietaniemi <jhietaniemi@gmail.com>
11097              Date:  Mon, 04 Jul 2005 00:19:28 +0300
11098              Message-Id:  <42C85660.50807@gmail.com>
11099      Branch: perl
11100            ! perl.h
11101 ____________________________________________________________________________
11102 [ 25059] By: steveh                                on 2005/07/04  08:10:27
11103         Log: Stop reentr.pl changing EOL on the files it writes on Win32
11104      Branch: perl
11105            ! reentr.pl
11106 ____________________________________________________________________________
11107 [ 25058] By: steveh                                on 2005/07/04  08:09:36
11108         Log: Perl_ckwarn (added by change 25050) needs exporting on Win32
11109              
11110              (At least PerlIO/via uses it, so it must be public)
11111      Branch: perl
11112            ! embed.fnc
11113 ____________________________________________________________________________
11114 [ 25055] By: nicholas                              on 2005/07/02  21:19:09
11115         Log: Andy suggests this tweak to Dave's fix for MEM_WRAP_CHECK to shut up
11116              a different compiler warnings. I guess we need a waterbed theory of
11117              compiler warnings.
11118      Branch: perl
11119            ! handy.h
11120 ____________________________________________________________________________
11121 [ 25054] By: nicholas                              on 2005/07/02  16:53:09
11122         Log: Convert bless.t to test.pl
11123      Branch: perl
11124            ! t/op/bless.t
11125 ____________________________________________________________________________
11126 [ 25053] By: nicholas                              on 2005/07/02  16:25:06
11127         Log: Copying the first parameter in the macro del_body seems to reduce
11128              code size.  Presumably an expression is no longer evaluated twice.
11129      Branch: perl
11130            ! sv.c
11131 ____________________________________________________________________________
11132 [ 25052] By: davem                                 on 2005/07/02  16:11:46
11133         Log: do just-in-time loading of Carp.pm in some modules
11134              
11135              From: Tels <nospam-abuse@bloodgate.com>
11136              Subject: [PATCH] No Carp #4 AutoSplit.pm
11137              Subject: [PATCH] no Carp #5 (File::Path)
11138              Subject: [PATCH] no Carp #7 - charnames.pm
11139              Subject: [PATCH] no Carp #6 (File::Compare, File::Copy, File::Temp)
11140              Subject: [PATCH] no Carp #8 - SelfLoader, Text/Balanced and open.pm
11141      Branch: perl
11142            ! lib/AutoSplit.pm lib/File/Compare.pm lib/File/Copy.pm
11143            ! lib/File/Path.pm lib/SelfLoader.pm lib/charnames.pm
11144            ! lib/open.pm
11145 ____________________________________________________________________________
11146 [ 25051] By: nicholas                              on 2005/07/02  16:07:47
11147         Log: Unwrap the del_Xfoo() macros by explicitly noting the arena to free
11148              the body to. This comletely eliminates the second switch statement.
11149      Branch: perl
11150            ! sv.c
11151 ____________________________________________________________________________
11152 [ 25050] By: davem                                 on 2005/07/02  15:05:04
11153         Log: replace ckWARN macros with functions
11154      Branch: perl
11155            ! embed.fnc embed.h pod/perlintern.pod proto.h util.c warnings.h
11156            ! warnings.pl
11157 ____________________________________________________________________________
11158 [ 25049] By: nicholas                              on 2005/07/02  14:57:43
11159         Log: Given that the GV no longer owns a reference on the symbol table, we
11160              dont need the deferred SvREFCNT_dec games.
11161      Branch: perl
11162            ! sv.c
11163 ____________________________________________________________________________
11164 [ 25048] By: nicholas                              on 2005/07/02  13:55:45
11165         Log: Passing gvtype as char rather than char * to S_varname generates
11166              smaller code.
11167      Branch: perl
11168            ! embed.fnc proto.h sv.c
11169 ____________________________________________________________________________
11170 [ 25047] By: nicholas                              on 2005/07/02  13:07:26
11171         Log: Don't inline offer_nice_chunk, as it's rarely called.
11172      Branch: perl
11173            ! embed.fnc embed.h perl.h proto.h sv.c
11174 ____________________________________________________________________________
11175 [ 25046] By: davem                                 on 2005/07/02  12:35:12
11176         Log: missed one PAD_SET_CUR
11177      Branch: perl
11178            ! pp_hot.c
11179 ____________________________________________________________________________
11180 [ 25045] By: nicholas                              on 2005/07/02  12:34:08
11181         Log: Don't check the pointer is non-NULL before calling Safefree() in
11182              little used code, code used only once per run (such as interpreter
11183              construction and destruction), and cases where the pointer nearly
11184              never is NULL. Safefree does its own non-NULL check, and even that
11185              isn't strictly necessary as all conformant free()s accept a NULL
11186              pointer.
11187      Branch: perl
11188            ! doio.c locale.c mg.c perl.c perl.h regcomp.c sv.c util.c
11189 ____________________________________________________________________________
11190 [ 25044] By: rgs                                   on 2005/07/02  07:41:14
11191         Log: Upgrade to Time::HiRes 1.72
11192      Branch: perl
11193            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11194            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
11195 ____________________________________________________________________________
11196 [ 25043] By: steveh                                on 2005/07/01  16:33:42
11197         Log: Make Archive::Tar clean up its test files on Win32
11198              
11199              (The old "can't delete an open file on Win32" chestnut again)
11200      Branch: perl
11201            ! lib/Archive/Tar.pm lib/Archive/Tar/t/02_methods.t
11202 ____________________________________________________________________________
11203 [ 25042] By: davem                                 on 2005/07/01  15:40:40
11204         Log: the PAD_SET_CUR macro expanded too much for AIX compilers
11205      Branch: perl
11206            ! pad.h pp_ctl.c pp_sort.c pp_sys.c
11207 ____________________________________________________________________________
11208 [ 25041] By: steveh                                on 2005/07/01  15:15:23
11209         Log: Silence MinGW warning about "'noreturn' function does return"
11210              
11211              (Thanks to Nicholas Clark)
11212      Branch: perl
11213            ! iperlsys.h
11214 ____________________________________________________________________________
11215 [ 25040] By: rgs                                   on 2005/07/01  15:05:58
11216         Log: Install perlglossary on VMS and Windows
11217      Branch: perl
11218            ! vms/descrip_mms.template win32/pod.mak
11219 ____________________________________________________________________________
11220 [ 25039] By: davem                                 on 2005/07/01  14:34:52
11221         Log: undo some excessive Carp.pm minimalisation
11222      Branch: perl
11223            ! lib/Carp.pm
11224 ____________________________________________________________________________
11225 [ 25038] By: steveh                                on 2005/07/01  13:39:33
11226         Log: Remove unreferenced local variable (and the warning about it)
11227      Branch: perl
11228            ! ext/XS/APItest/APItest.xs
11229 ____________________________________________________________________________
11230 [ 25037] By: rgs                                   on 2005/07/01  12:43:23
11231         Log: Add the perlglossary man page
11232              
11233              Subject: [PATCH] perlglossary.pod
11234              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
11235              Date: Fri, 1 Jul 2005 03:10:50 -0700
11236              Message-ID: <20050701101050.GA2448@efn.org>
11237      Branch: perl
11238            + pod/perlglossary.pod
11239            ! MANIFEST pod.lst pod/perl.pod pod/perlmodlib.pod
11240            ! pod/perltoc.pod
11241 ____________________________________________________________________________
11242 [ 25036] By: rgs                                   on 2005/07/01  12:32:21
11243         Log: Subject: [PATCH] Make Exporter.t warnings clean
11244              From: Michael G Schwern <schwern@pobox.com>
11245              Date: Tue, 28 Jun 2005 15:58:36 -0700
11246              Message-ID: <20050628225836.GB27320@windhund.schwern.org>
11247      Branch: perl
11248            ! lib/Exporter.t
11249 ____________________________________________________________________________
11250 [ 25035] By: davem                                 on 2005/07/01  11:49:22
11251         Log: silence a warning in Perl_sv_compile_2op
11252      Branch: perl
11253            ! pp_ctl.c
11254 ____________________________________________________________________________
11255 [ 25034] By: davem                                 on 2005/07/01  11:45:40
11256         Log: silence gcc 'comparison is always false' warning in MEM_WRAP_CHECK
11257              Only a partial fix: works where sizeof(type)==1; since we
11258              can never wraparound in that case, disarm the check
11259      Branch: perl
11260            ! handy.h
11261 ____________________________________________________________________________
11262 [ 25033] By: steveh                                on 2005/07/01  07:44:50
11263         Log: Silence some cast warnings from bcc32 on Win32
11264              
11265              See the thread starting here for arguments:
11266              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00994.html
11267      Branch: perl
11268            ! win32/win32.c
11269 ____________________________________________________________________________
11270 [ 25032] By: davem                                 on 2005/06/30  22:41:07
11271         Log: assigning shared consts (eg __PACKAGE__) to magic vars
11272      Branch: perl
11273            ! sv.c t/op/magic.t
11274 ____________________________________________________________________________
11275 [ 25031] By: nicholas                              on 2005/06/30  17:41:03
11276         Log: By grabbing the length, we can use sv_setpvn here.
11277      Branch: perl
11278            ! util.c
11279 ____________________________________________________________________________
11280 [ 25030] By: nicholas                              on 2005/06/30  17:37:56
11281         Log: Use sv_setpvn where we know the length.
11282      Branch: perl
11283            ! universal.c
11284 ____________________________________________________________________________
11285 [ 25029] By: nicholas                              on 2005/06/30  17:28:45
11286         Log: A terser way of implementing require_pv.
11287      Branch: perl
11288            ! perl.c
11289 ____________________________________________________________________________
11290 [ 25028] By: nicholas                              on 2005/06/30  17:21:28
11291         Log: We know the length, so use sv_setpvn rather than sv_setpv.
11292      Branch: perl
11293            ! universal.c
11294 ____________________________________________________________________________
11295 [ 25027] By: nicholas                              on 2005/06/30  17:05:13
11296         Log: Avoid using PL_Sv in the -V argument processing.
11297              Express the embedded perl program in a slightly terser way.
11298      Branch: perl
11299            ! perl.c
11300 ____________________________________________________________________________
11301 [ 25026] By: nicholas                              on 2005/06/30  16:34:52
11302         Log: Use Perl_sv_catpvf to shorten the code (source and object) needed for
11303              commandline -V options that q\0...\0.
11304      Branch: perl
11305            ! perl.c
11306 ____________________________________________________________________________
11307 [ 25025] By: rgs                                   on 2005/06/30  16:15:31
11308         Log: Add TODO tests for bug #36434
11309      Branch: perl
11310            ! t/op/magic.t
11311 ____________________________________________________________________________
11312 [ 25024] By: nicholas                              on 2005/06/30  12:28:55
11313         Log: The core shouldn't be using PL_na
11314      Branch: perl
11315            ! perl.c
11316 ____________________________________________________________________________
11317 [ 25023] By: nicholas                              on 2005/06/30  12:15:14
11318         Log: -V:... would get upset (syntax error) if ... contained unbalanced ().
11319      Branch: perl
11320            ! perl.c
11321 ____________________________________________________________________________
11322 [ 25022] By: nicholas                              on 2005/06/30  11:40:37
11323         Log: Replace newSVpv(...,0) with newSVpvn where we know the length.
11324      Branch: perl
11325            ! perl.c regcomp.c sv.c
11326 ____________________________________________________________________________
11327 [ 25021] By: nicholas                              on 2005/06/30  11:20:33
11328         Log: Why use Perl_form and newSVpv when newSVpvf will do it in one?
11329      Branch: perl
11330            ! perl.c
11331 ____________________________________________________________________________
11332 [ 25020] By: rgs                                   on 2005/06/30  10:01:55
11333         Log: Subject: [PATCH] make t/uni/class.t faster
11334              From: Tels <nospam-abuse@bloodgate.com>
11335              Date: Wed, 29 Jun 2005 21:19:52 +0200
11336              Message-Id: <200506292120.05519@bloodgate.com>
11337      Branch: perl
11338            ! t/uni/class.t
11339 ____________________________________________________________________________
11340 [ 25019] By: nicholas                              on 2005/06/30  09:57:31
11341         Log: If gp_flags is unused, why are we even allocating it?
11342      Branch: perl
11343            ! dump.c ext/Devel/Peek/t/Peek.t gv.h sv.c
11344 ____________________________________________________________________________
11345 [ 25018] By: nicholas                              on 2005/06/30  09:21:05
11346         Log: Nothing is actually relying on GvUNIQUE holding state.
11347      Branch: perl
11348            ! gv.h
11349 ____________________________________________________________________________
11350 [ 25017] By: rgs                                   on 2005/06/30  09:11:28
11351         Log: Subject: Re: [PATCH] Convert File::Basename tests to Test::More
11352              From: Michael G Schwern <schwern@pobox.com>
11353              Date: Thu, 30 Jun 2005 01:02:30 -0700
11354              Message-ID: <20050630080230.GC17965@windhund.schwern.org>
11355      Branch: perl
11356            ! lib/File/Basename.t
11357 ____________________________________________________________________________
11358 [ 25016] By: rgs                                   on 2005/06/30  09:04:20
11359         Log: Subject: Re: [PATCH]Re: [perl #36417] IO::Handle::getline() doco should note an important difference from <$io>
11360              From: Steve Peters <steve@fisharerojo.org>
11361              Date: Wed, 29 Jun 2005 21:47:23 -0500
11362              Message-ID: <20050630024723.GA3786@mccoy.peters.homeunix.org>
11363      Branch: perl
11364            ! ext/IO/lib/IO/Handle.pm
11365 ____________________________________________________________________________
11366 [ 25015] By: rgs                                   on 2005/06/30  08:59:11
11367         Log: Subject: some dusting off of the cross-compilation information
11368              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
11369              Date: Thu, 30 Jun 2005 08:41:17 +0300
11370              Message-ID: <42C385FD.9040601@gmail.com>
11371      Branch: perl
11372            ! Cross/README INSTALL
11373 ____________________________________________________________________________
11374 [ 25014] By: steveh                                on 2005/06/30  07:57:25
11375         Log: Silence MinGW warnings about system headers when building Errno
11376              
11377              Thanks to Mike Guy for the suggested fix.
11378      Branch: perl
11379            ! ext/Errno/Errno_pm.PL
11380 ____________________________________________________________________________
11381 [ 25013] By: nicholas                              on 2005/06/29  21:24:53
11382         Log: Expand on parts of perltodo
11383      Branch: perl
11384            ! pod/perltodo.pod
11385 ____________________________________________________________________________
11386 [ 25012] By: nicholas                              on 2005/06/29  21:09:16
11387         Log: All tests pass (for me) with -DPERL_DONT_CREATE_GVSV
11388      Branch: perl
11389            ! pp.c pp_hot.c
11390 ____________________________________________________________________________
11391 [ 25011] By: nicholas                              on 2005/06/29  20:24:12
11392         Log: Make warnings.t pass with -DPERL_DONT_CREATE_GVSV
11393      Branch: perl
11394            ! pp_sys.c
11395 ____________________________________________________________________________
11396 [ 25010] By: nicholas                              on 2005/06/29  19:25:24
11397         Log: Fixes to -DPERL_DONT_CREATE_GVSV to make more tests pass
11398      Branch: perl
11399            ! doio.c gv.c perl.h sv.c
11400 ____________________________________________________________________________
11401 [ 25009] By: nicholas                              on 2005/06/29  15:58:14
11402         Log: First stab at not automatically creating an unused SV for GvSV
11403              Enable it with -DPERL_DONT_CREATE_GVSV.
11404              Currently if enabled 22 test scripts have failures, so still some way
11405              to go.
11406      Branch: perl
11407            ! embed.fnc embed.h global.sym gv.c gv.h makedef.pl perl.c
11408            ! pp_hot.c proto.h sv.c
11409 ____________________________________________________________________________
11410 [ 25008] By: rgs                                   on 2005/06/29  08:11:53
11411         Log: Remove old variable needed for binary compatibility
11412      Branch: perl
11413            ! embedvar.h intrpvar.h perlapi.h sv.c
11414 ____________________________________________________________________________
11415 [ 25007] By: nicholas                              on 2005/06/28  22:02:03
11416         Log: Convert strcpy to memcpy where we already know the length.
11417      Branch: perl
11418            ! gv.c sv.c util.c
11419 ____________________________________________________________________________
11420 [ 25006] By: davem                                 on 2005/06/28  11:28:20
11421         Log: move Carp.pod back into Carp.pm
11422      Branch: perl
11423            - lib/Carp.pod
11424            ! MANIFEST lib/Carp.pm
11425 ____________________________________________________________________________
11426 [ 25005] By: rgs                                   on 2005/06/28  11:17:30
11427         Log: B::Deparse was chocking on variable names with colons (like foo::::bar)
11428      Branch: perl
11429            ! ext/B/B/Deparse.pm
11430 ____________________________________________________________________________
11431 [ 25004] By: nicholas                              on 2005/06/28  10:09:26
11432         Log: Subject: Re: Hints for 64bitall (PPC!) Darwin perl
11433              From: Dominic Dunlop <domo@computer.org>
11434              Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org>
11435              Date: Mon, 27 Jun 2005 19:46:59 +0200
11436      Branch: perl
11437            ! hints/darwin.sh
11438 ____________________________________________________________________________
11439 [ 25003] By: steveh                                on 2005/06/28  08:01:21
11440         Log: Stop "Possible use before definition" warning following change 24997
11441      Branch: perl
11442            ! pp_sys.c
11443 ____________________________________________________________________________
11444 [ 25002] By: rgs                                   on 2005/06/28  07:40:35
11445         Log: Upgrade to Time::HiRes 1.71
11446      Branch: perl
11447            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11448            ! ext/Time/HiRes/Makefile.PL
11449 ____________________________________________________________________________
11450 [ 25001] By: steveh                                on 2005/06/28  07:40:01
11451         Log: Stop "suspicious pointer conversion" warning following change 24997
11452      Branch: perl
11453            ! hv.c
11454 ____________________________________________________________________________
11455 [ 25000] By: rgs                                   on 2005/06/27  21:57:04
11456         Log: Don't install demo files with perl
11457      Branch: perl
11458            ! installperl
11459 ____________________________________________________________________________
11460 [ 24999] By: rgs                                   on 2005/06/27  21:30:09
11461         Log: From: Mattia Barbon <mattia.barbon@libero.it>
11462              Subject: [PATCH] Avoid redefinition warning for MinGW
11463              Date: Jun 27, 2005 10:07 PM
11464              Message-ID: <Mahogany-0.66.0-1232-20050627-220727.00@rbnet.it>
11465      Branch: perl
11466            ! win32/win32iop.h
11467 ____________________________________________________________________________
11468 [ 24998] By: nicholas                              on 2005/06/27  20:52:27
11469         Log: Fix sv_dec of undefined PVs to (a) not downgrade to NV
11470              (b) give -1, rather than +1
11471      Branch: perl
11472            ! sv.c t/op/inc.t
11473 ____________________________________________________________________________
11474 [ 24997] By: rgs                                   on 2005/06/27  18:26:15
11475         Log: Subject: [PATCH] We're going round in circles with pp_sys.c
11476              From: Andy Lester <andy@petdance.com>
11477              Date: Mon, 27 Jun 2005 13:06:59 -0500
11478              Message-ID: <20050627180659.GB29744@petdance.com>
11479              
11480              (edited)
11481      Branch: perl
11482            ! embed.fnc gv.c handy.h hv.c perl.c pp_ctl.c pp_hot.c proto.h
11483            ! regexec.c sv.c toke.c
11484 ____________________________________________________________________________
11485 [ 24996] By: rgs                                   on 2005/06/27  17:19:45
11486         Log: Fix installation of ptar(1) manpage.
11487              The __END__ was making the POD being ignored by pod2man.
11488      Branch: perl
11489            ! lib/Archive/Tar/bin/ptar
11490 ____________________________________________________________________________
11491 [ 24995] By: davem                                 on 2005/06/27  16:34:34
11492         Log: Make Carp.pm even lighter (and Carp::Heavy even heavier)
11493              Also move carp.pm pod to carp.pod
11494      Branch: perl
11495            + lib/Carp.pod
11496            ! MANIFEST lib/Carp.pm lib/Carp/Heavy.pm lib/warnings.pm
11497            ! warnings.pl
11498 ____________________________________________________________________________
11499 [ 24994] By: steveh                                on 2005/06/27  15:45:05
11500         Log: Silence compiler warning in SDBM_File
11501              
11502              Unless I'm missing something it looks like "key" actually is used,
11503              and the "key = key" assignment causes bcc32 to complain about use
11504              before definition!
11505      Branch: perl
11506            ! ext/SDBM_File/SDBM_File.xs
11507 ____________________________________________________________________________
11508 [ 24993] By: rgs                                   on 2005/06/27  15:22:58
11509         Log: Subject: [PATCH] XSLoader for Sys::Syslog
11510              From: Alexey Tourbin <at@altlinux.ru>
11511              Date: Sun, 26 Jun 2005 08:32:05 +0400
11512              Message-ID: <20050626043204.GA31585@solemn.turbinal.org>
11513      Branch: perl
11514            ! ext/Sys/Syslog/Syslog.pm
11515 ____________________________________________________________________________
11516 [ 24992] By: rgs                                   on 2005/06/27  13:51:10
11517         Log: Oops (fix previous fix).
11518      Branch: perl
11519            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
11520            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
11521            ! lib/Filter/Simple/t/import.t
11522 ____________________________________________________________________________
11523 [ 24991] By: rgs                                   on 2005/06/27  13:48:26
11524         Log: Fix tests of Filter::Simple 0.82 in the core
11525      Branch: perl
11526            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
11527            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
11528            ! lib/Filter/Simple/t/import.t
11529 ____________________________________________________________________________
11530 [ 24990] By: rgs                                   on 2005/06/27  13:46:25
11531         Log: Upgrade to Filter::Simple 0.82
11532      Branch: perl
11533            ! lib/Filter/Simple.pm lib/Filter/Simple/Changes
11534            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/export.t
11535            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
11536            ! lib/Filter/Simple/t/import.t t/lib/Filter/Simple/ExportTest.pm
11537            ! t/lib/Filter/Simple/FilterOnlyTest.pm
11538            ! t/lib/Filter/Simple/FilterTest.pm
11539            ! t/lib/Filter/Simple/ImportTest.pm
11540 ____________________________________________________________________________
11541 [ 24989] By: rgs                                   on 2005/06/27  12:46:44
11542         Log: Upgrade to Test::Harness 2.52
11543      Branch: perl
11544            ! lib/Test/Harness.pm lib/Test/Harness/Changes
11545            ! lib/Test/Harness/bin/prove
11546 ____________________________________________________________________________
11547 [ 24988] By: rgs                                   on 2005/06/27  12:35:33
11548         Log: Upgrade to Time::HiRes 1.70
11549      Branch: perl
11550            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11551            ! ext/Time/HiRes/HiRes.xs
11552 ____________________________________________________________________________
11553 [ 24987] By: steveh                                on 2005/06/27  07:41:52
11554         Log: Suppress warnings about a clash between redefined malloc and the
11555              use of __attribute__malloc__
11556              
11557              Subject: Re: Fun with __attribute__malloc__
11558              From: Andy Lester <andy@petdance.com>
11559              Date: Fri, 24 Jun 2005 12:11:59 -0500
11560              Message-ID: <20050624171159.GB29590@petdance.com>
11561      Branch: perl
11562            ! perl.h
11563 ____________________________________________________________________________
11564 [ 24986] By: nicholas                              on 2005/06/26  22:19:22
11565         Log: Tweak the child dump socket protocol to return error messages to the
11566              parent so that it can display what went wrong.
11567      Branch: perl
11568            ! perl.c
11569 ____________________________________________________________________________
11570 [ 24985] By: rgs                                   on 2005/06/26  20:06:10
11571         Log: Upgrade to Time::HiRes 1.69
11572      Branch: perl
11573            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
11574            ! ext/Time/HiRes/Makefile.PL
11575 ____________________________________________________________________________
11576 [ 24984] By: nicholas                              on 2005/06/26  17:59:33
11577         Log: When using DEBUG_LEAKING_SCALARS_FORK_DUMP it's possible to cause
11578              indefinite hangs when the debugging child holds open Perl_debug_log,
11579              and it happens to be a file descriptor that is one end of a pipe,
11580              with a process sitting at the other end waitng for EOF.
11581              So close all descriptors in the child *including* Perl_debug_log,
11582              and pass it back in over the control socket if it's needed.
11583      Branch: perl
11584            ! perl.c
11585 ____________________________________________________________________________
11586 [ 24983] By: nicholas                              on 2005/06/26  10:28:43
11587         Log: Need to pass a my_perl to S_my_localtime to make threaded builds build.
11588      Branch: perl
11589            ! pp_sys.c
11590 ____________________________________________________________________________
11591 [ 24982] By: nicholas                              on 2005/06/25  17:58:26
11592         Log: Add a sanity check to Config::AUTOLOAD to prevent infinte loops if
11593              Configure_heavy.pl gets truncated.
11594      Branch: perl
11595            ! configpm
11596 ____________________________________________________________________________
11597 [ 24981] By: nicholas                              on 2005/06/25  15:45:06
11598         Log: On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk()
11599              using system malloc, because sbrk() stops giving us memory after about
11600              14Mb.
11601      Branch: perl
11602            ! hints/darwin.sh
11603 ____________________________________________________________________________
11604 [ 24980] By: nicholas                              on 2005/06/25  15:42:30
11605         Log: Need to skip exporting PL_dumper_fd unless it is used.
11606      Branch: perl
11607            ! makedef.pl
11608 ____________________________________________________________________________
11609 [ 24979] By: nicholas                              on 2005/06/25  12:55:09
11610         Log: If forking during global destruction, the child needs to close all
11611              unused file descriptors, else it can cause other processes to hang
11612              because it accidentally holds open pipes and sockets.
11613      Branch: perl
11614            ! perl.c
11615 ____________________________________________________________________________
11616 [ 24978] By: rgs                                   on 2005/06/24  15:21:38
11617         Log: Upgrade to Unicode::Collate 0.51
11618      Branch: perl
11619            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11620            ! lib/Unicode/Collate/README
11621 ____________________________________________________________________________
11622 [ 24977] By: steveh                                on 2005/06/24  14:38:05
11623         Log: Fix typo in win32.c
11624              
11625              Doesn't fix bcc32 + USE_LARGE_FILES, though :-(
11626      Branch: perl
11627            ! win32/win32.c
11628 ____________________________________________________________________________
11629 [ 24976] By: nicholas                              on 2005/06/24  14:04:19
11630         Log: Extend DEBUG_LEAKING_SCALARS_FORK_DUMP so it can also dump scalars
11631              which become unreferenced. This is less likely to be successful.
11632              The #define needs a better name.
11633      Branch: perl
11634            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perlapi.h
11635            ! proto.h sv.c
11636 ____________________________________________________________________________
11637 [ 24975] By: steveh                                on 2005/06/24  13:56:15
11638         Log: Stop '"__attribute__format__" redefined' warnings from gcc on Win32
11639      Branch: perl
11640            ! perl.h win32/config_H.gc
11641 ____________________________________________________________________________
11642 [ 24974] By: steveh                                on 2005/06/24  12:27:45
11643         Log: Make opendir() filename const in Win32-land & friends
11644              
11645              That fact that it wasn't const already was highlighted by a warning
11646              from pp_open_dir() generated by change 24743. Rather than undo the
11647              const change in pp_open_dir(), this seems to make more sense. Hope I
11648              haven't broken Netware or WinCE.
11649      Branch: perl
11650            ! NetWare/nw5.c NetWare/nwperlhost.h NetWare/nwperlsys.h
11651            ! iperlsys.h win32/include/dirent.h win32/perlhost.h
11652            ! win32/win32.c win32/win32iop.h wince/perlhost.h wince/wince.c
11653 ____________________________________________________________________________
11654 [ 24973] By: nicholas                              on 2005/06/24  10:45:44
11655         Log: Need to do some sort of die/warn to get the "global destruction"
11656              text if the bug is still present.
11657      Branch: perl
11658            ! t/op/gv.t
11659 ____________________________________________________________________________
11660 [ 24972] By: steveh                                on 2005/06/24  09:37:24
11661         Log: Fix t\op\gv.t on Win32
11662      Branch: perl
11663            ! t/op/gv.t
11664 ____________________________________________________________________________
11665 [ 24971] By: rgs                                   on 2005/06/24  07:54:59
11666         Log: Remove cargo-culted binmode.
11667      Branch: perl
11668            ! lib/Archive/Tar/t/00_setup.t
11669 ____________________________________________________________________________
11670 [ 24970] By: steveh                                on 2005/06/24  07:42:41
11671         Log: Fix Archive-Tar tests on Win32 following change 24954
11672      Branch: perl
11673            ! lib/Archive/Tar/t/00_setup.t
11674 ____________________________________________________________________________
11675 [ 24969] By: merijn                                on 2005/06/24  07:41:08
11676         Log: Workaround localtime edge case where TZ makes time go beyond
11677              the defined working range (AIX 5.2)
11678      Branch: perl
11679            ! pp_sys.c
11680 ____________________________________________________________________________
11681 [ 24968] By: davem                                 on 2005/06/23  22:59:36
11682         Log: change 24967 got the #endif in the wrong place
11683      Branch: perl
11684            ! pad.c
11685 ____________________________________________________________________________
11686 [ 24967] By: davem                                 on 2005/06/23  22:48:40
11687         Log: don't repopulate PADTMP slots with null SVs when freeing ops
11688      Branch: perl
11689            ! ext/B/t/f_sort.t ext/B/t/optree_samples.t pad.c
11690 ____________________________________________________________________________
11691 [ 24966] By: nicholas                              on 2005/06/23  21:30:33
11692         Log: Remove the reference loop between symbol tables and typeglobs.
11693              Typeglobs now have a weak reference onto their symbol table.
11694      Branch: perl
11695            ! embed.fnc embed.h gv.c mg.c pad.c proto.h sv.c t/op/gv.t
11696 ____________________________________________________________________________
11697 [ 24965] By: rgs                                   on 2005/06/23  18:53:04
11698         Log: Subject: [PATCH] Pre-YAPC consting fun
11699              From: Andy Lester <andy@petdance.com>
11700              Date: Jun 23, 2005 9:04 PM
11701              Message-ID: <20050623190423.GA13835@petdance.com>
11702      Branch: perl
11703            ! embed.fnc embed.h lib/ExtUtils/CBuilder/t/01-basic.t locale.c
11704            ! mg.c perlio.c pp_ctl.c pp_pack.c pp_sys.c proto.h scope.c
11705            ! taint.c util.c
11706 ____________________________________________________________________________
11707 [ 24964] By: merijn                                on 2005/06/23  18:43:42
11708         Log: Take a larger margin to prevent 'X' failures in smokes
11709              I was able to get warnings on HP-UX 10.20 every 2nd to 3rd run
11710              when reps was still 10000. With 15000 I didn't get a single warning
11711      Branch: perl
11712            ! t/op/rand.t
11713 ____________________________________________________________________________
11714 [ 24963] By: rgs                                   on 2005/06/23  18:07:34
11715         Log: Warning suppression.
11716      Branch: perl
11717            ! pp_sys.c
11718 ____________________________________________________________________________
11719 [ 24962] By: nicholas                              on 2005/06/23  18:00:38
11720         Log: The current implementation of :unique is fundamentally flawed,
11721              because declaring a scalar READONLY does not stop it being modified.
11722              Hence the current implementation of :unique is *not threadsafe*
11723              D'oh!
11724              Better implementations welcome.
11725      Branch: perl
11726            ! embed.fnc embed.h ext/threads/t/problems.t pod/perltodo.pod
11727            ! proto.h sv.c
11728 ____________________________________________________________________________
11729 [ 24961] By: rgs                                   on 2005/06/23  16:18:21
11730         Log: Fix Archive::Tar test when perl is built with -Dmksymlinks
11731      Branch: perl
11732            ! lib/Archive/Tar/t/02_methods.t
11733 ____________________________________________________________________________
11734 [ 24960] By: rgs                                   on 2005/06/23  15:51:02
11735         Log: Subject: [PATCH] Re: [perl #9741] possible problem with File::Find
11736              From: Steve Peters <steve@fisharerojo.org>
11737              Date: Fri, 17 Jun 2005 23:27:14 -0500
11738              Message-ID: <20050618042714.GA29589@mccoy.peters.homeunix.org>
11739      Branch: perl
11740            ! lib/File/Find.pm
11741 ____________________________________________________________________________
11742 [ 24959] By: nicholas                              on 2005/06/23  14:11:20
11743         Log: Add a define PERL_POISON which tries to trip up anything accessing
11744              freed or uninitialised memory. Currently only Poison()s freed
11745              pointers.
11746      Branch: perl
11747            ! ext/PerlIO/encoding/encoding.xs gv.c handy.h pp_ctl.c scope.c
11748            ! sv.c
11749 ____________________________________________________________________________
11750 [ 24958] By: nicholas                              on 2005/06/23  14:09:57
11751         Log: Indent some of the #ifdef/#define/#endif to make the nesting clearer.
11752              Simplify SvPV_free slightly.
11753      Branch: perl
11754            ! sv.h
11755 ____________________________________________________________________________
11756 [ 24957] By: rgs                                   on 2005/06/23  11:54:25
11757         Log: This dummy test didn't pass
11758      Branch: perl
11759            ! lib/Archive/Tar/t/99_clean.t
11760 ____________________________________________________________________________
11761 [ 24956] By: rgs                                   on 2005/06/23  11:34:35
11762         Log: Add a pseudo-test to clean up data files for Archive::Tar tests
11763      Branch: perl
11764            + lib/Archive/Tar/t/99_clean.t
11765            ! MANIFEST
11766 ____________________________________________________________________________
11767 [ 24955] By: rgs                                   on 2005/06/23  11:30:16
11768         Log: Remove test that relies on Test::POD
11769      Branch: perl
11770            - lib/Archive/Tar/t/99_pod.t
11771            ! MANIFEST
11772 ____________________________________________________________________________
11773 [ 24954] By: rgs                                   on 2005/06/23  11:29:16
11774         Log: Remove binary files, add a pseudo-test in Archive::Tar to generate them
11775      Branch: perl
11776            + lib/Archive/Tar/t/00_setup.t
11777            - lib/Archive/Tar/t/src/long/bar.tar
11778            - lib/Archive/Tar/t/src/long/foo.tgz
11779            - lib/Archive/Tar/t/src/short/bar.tar
11780            - lib/Archive/Tar/t/src/short/foo.tgz
11781            ! MANIFEST
11782 ____________________________________________________________________________
11783 [ 24953] By: steveh                                on 2005/06/23  11:02:42
11784         Log: Silence bcc32 compiler warnings following change 24945
11785              
11786              ("Possible use of '%s' before definition")
11787      Branch: perl
11788            ! pp_ctl.c pp_sys.c
11789 ____________________________________________________________________________
11790 [ 24952] By: nicholas                              on 2005/06/23  10:41:00
11791         Log: Re-initialise PL_curcop to &PL_compiling before destroying the optree.
11792      Branch: perl
11793            ! perl.c
11794 ____________________________________________________________________________
11795 [ 24951] By: rgs                                   on 2005/06/23  10:39:47
11796         Log: Subject: Re: [perl #36350] unstable sorting for use integer; sort { $b <=> $a } @foo 
11797              From: Salvador Fandino <sfandino@yahoo.com>
11798              Date: Tue, 21 Jun 2005 19:50:35 +0200
11799              Message-ID: <20050621181658.5977.qmail@lists.develooper.com>
11800      Branch: perl
11801            ! pp_sort.c
11802 ____________________________________________________________________________
11803 [ 24950] By: steveh                                on 2005/06/23  10:21:53
11804         Log: Oops! Change 24946 wasn't quite right
11805      Branch: perl
11806            ! doio.c
11807 ____________________________________________________________________________
11808 [ 24949] By: rgs                                   on 2005/06/23  09:32:55
11809         Log: Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc
11810      Branch: perl
11811            ! NetWare/config.wc NetWare/config_H.wc epoc/config.sh
11812 ____________________________________________________________________________
11813 [ 24948] By: rgs                                   on 2005/06/23  09:25:03
11814         Log: Define d_nv_zero_is_allbits_zero for symbian
11815              (noticed by Jarkko)
11816      Branch: perl
11817            ! symbian/config.sh
11818 ____________________________________________________________________________
11819 [ 24947] By: steveh                                on 2005/06/23  09:18:37
11820         Log: Silence bcc32 compiler warnings from win32/fcrypt.c (almost)
11821              
11822              It still whines about 'in' and 'b' being assigned values that are
11823              never used on lines 348 and 505 respectively (as side effects of the
11824              calls to c2l and l2c respectively), but I'm not sure how to shut
11825              them up.
11826      Branch: perl
11827            ! win32/fcrypt.c
11828 ____________________________________________________________________________
11829 [ 24946] By: steveh                                on 2005/06/23  09:00:28
11830         Log: More bcc32 compiler warnings to silence
11831              
11832              ("Suspicious pointer conversion")
11833      Branch: perl
11834            ! doio.c win32/win32io.c
11835 ____________________________________________________________________________
11836 [ 24945] By: rgs                                   on 2005/06/23  08:39:44
11837         Log: Subject: [PATCH] Const Boy II: The Localizing
11838              From: Andy Lester <andy@petdance.com>
11839              Date: Wed, 22 Jun 2005 09:41:00 -0500
11840              Message-ID: <20050622144059.GA19598@petdance.com>
11841      Branch: perl
11842            ! autodoc.pl embed.fnc embed.pl hv.c perl.c perlio.c
11843            ! pod/perlapi.pod pp.c pp.h pp_ctl.c pp_sys.c proto.h sv.c
11844            ! util.c
11845 ____________________________________________________________________________
11846 [ 24944] By: steveh                                on 2005/06/23  08:04:21
11847         Log: Silence another bcc32 compiler warning
11848              
11849              ("Possible use of '%s' before definition")
11850      Branch: perl
11851            ! toke.c
11852 ____________________________________________________________________________
11853 [ 24943] By: davem                                 on 2005/06/22  23:08:55
11854         Log: remove taint hack now that local $tainted no longer copies taint magic
11855      Branch: perl
11856            ! mg.c sv.c
11857 ____________________________________________________________________________
11858 [ 24942] By: davem                                 on 2005/06/22  21:42:54
11859         Log: handle magic in local correctly
11860              the local SV now gets a copy of any container magic, and no value
11861              magic; in the past the whole magic chain was either shared or
11862              moved
11863      Branch: perl
11864            ! embed.fnc embed.h mg.c pod/perlguts.pod pod/perlintern.pod
11865            ! proto.h scope.c t/op/local.t
11866 ____________________________________________________________________________
11867 [ 24941] By: merijn                                on 2005/06/22  17:14:04
11868         Log: Upgrade to Test::Harness 2.50
11869      Branch: perl
11870            ! lib/Test/Harness.pm lib/Test/Harness/t/strap-analyze.t
11871 ____________________________________________________________________________
11872 [ 24940] By: nicholas                              on 2005/06/22  16:37:06
11873         Log: Add facility to fork() early in perl_destruct and use the child to
11874              dump out leaked scalars (enabled with DEBUG_LEAKING_SCALARS_FORK_DUMP
11875              when DEBUG_LEAKING_SCALARS is already in force)
11876      Branch: perl
11877            ! perl.c
11878 ____________________________________________________________________________
11879 [ 24939] By: steveh                                on 2005/06/22  13:25:16
11880         Log: Silence yet more bcc32 compiler warnings
11881              
11882              ("Code has no effect")
11883      Branch: perl
11884            ! hv.c pp_ctl.c pp_hot.c
11885 ____________________________________________________________________________
11886 [ 24938] By: steveh                                on 2005/06/22  13:02:17
11887         Log: Silence some more bcc32 compiler warnings
11888              
11889              ("Suggest parentheses to clarify precedence")
11890      Branch: perl
11891            ! warnings.h warnings.pl
11892 ____________________________________________________________________________
11893 [ 24937] By: steveh                                on 2005/06/22  12:31:59
11894         Log: Silence some bcc32 compiler warnings
11895              
11896              ("Superfluous & with function")
11897      Branch: perl
11898            ! perlvars.h pp.c win32/win32.c
11899 ____________________________________________________________________________
11900 [ 24936] By: nicholas                              on 2005/06/22  10:08:43
11901         Log: Now that the global string table is using a single hunk of memory
11902              for both HE and HEK, we need to actually free things in perl_destruct
11903      Branch: perl
11904            ! perl.c
11905 ____________________________________________________________________________
11906 [ 24935] By: steveh                                on 2005/06/22  09:40:25
11907         Log: Fix Archive-Tar tests on Win32
11908              
11909              (Patch from Jos Boumans, from his current dev version.)
11910      Branch: perl
11911            ! lib/Archive/Tar.pm
11912 ____________________________________________________________________________
11913 [ 24934] By: merijn                                on 2005/06/21  19:27:38
11914         Log: Redo generation of change #24898
11915              Do not forget to run Porting/config_h.pl!
11916      Branch: perl
11917            ! Configure config_h.SH
11918 ____________________________________________________________________________
11919 [ 24932] By: rgs                                   on 2005/06/21  17:05:01
11920         Log: Upgrade to Test::Harness 2.49_02
11921      Branch: perl
11922            ! lib/Test/Harness.pm lib/Test/Harness/Changes
11923            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
11924            ! lib/Test/Harness/t/test-harness.t
11925 ____________________________________________________________________________
11926 [ 24931] By: rgs                                   on 2005/06/21  16:33:32
11927         Log: Add Archive::Tar to the maintainers list
11928      Branch: perl
11929            ! Porting/Maintainers.pl
11930 ____________________________________________________________________________
11931 [ 24930] By: rgs                                   on 2005/06/21  16:14:06
11932         Log: Trim trailing spaces
11933      Branch: perl
11934            ! lib/Archive/Tar/bin/ptar
11935 ____________________________________________________________________________
11936 [ 24929] By: rgs                                   on 2005/06/21  15:53:30
11937         Log: Add pod, so ptar has a manpage
11938      Branch: perl
11939            ! lib/Archive/Tar/bin/ptar
11940 ____________________________________________________________________________
11941 [ 24928] By: rgs                                   on 2005/06/21  15:27:37
11942         Log: POD nits
11943      Branch: perl
11944            ! ext/Storable/Storable.pm
11945 ____________________________________________________________________________
11946 [ 24927] By: nicholas                              on 2005/06/21  15:27:14
11947         Log: Drag t/op/gv.t kicking and screaming into the century of the fruitbat
11948              (or at least into the decade of t/test.pl)
11949      Branch: perl
11950            ! t/op/gv.t
11951 ____________________________________________________________________________
11952 [ 24926] By: rgs                                   on 2005/06/21  15:04:10
11953         Log: Add the ptar(1) utility from Archive::Tar
11954      Branch: perl
11955            + lib/Archive/Tar/bin/ptar utils/ptar.PL
11956            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
11957            ! win32/Makefile win32/makefile.mk
11958 ____________________________________________________________________________
11959 [ 24925] By: steveh                                on 2005/06/21  13:49:10
11960         Log: Trim trailing whitespace from $! and $^E
11961              
11962              (Fixes lib/Test/Simple/t/fail-more.t with bcc32 on Win32, and is
11963              good for consistency anyway)
11964      Branch: perl
11965            ! mg.c
11966 ____________________________________________________________________________
11967 [ 24924] By: nicholas                              on 2005/06/21  12:39:27
11968         Log: Avoid having NULL entries in the weakref backreference array, and
11969              make S_sv_add_backref O(1) (instead of O(n))
11970      Branch: perl
11971            ! sv.c
11972 ____________________________________________________________________________
11973 [ 24923] By: rgs                                   on 2005/06/21  12:12:10
11974         Log: Cleanup after this test
11975      Branch: perl
11976            ! lib/Archive/Tar/t/02_methods.t
11977 ____________________________________________________________________________
11978 [ 24922] By: rgs                                   on 2005/06/21  12:01:07
11979         Log: Add Archive::Tar 1.24, except ptar for now
11980      Branch: perl
11981            + lib/Archive/Tar.pm lib/Archive/Tar/Constant.pm
11982            + lib/Archive/Tar/File.pm lib/Archive/Tar/t/01_use.t
11983            + lib/Archive/Tar/t/02_methods.t lib/Archive/Tar/t/03_file.t
11984            + lib/Archive/Tar/t/99_pod.t lib/Archive/Tar/t/src/long/b
11985            + lib/Archive/Tar/t/src/long/bar.tar
11986            + lib/Archive/Tar/t/src/long/foo.tgz
11987            + lib/Archive/Tar/t/src/short/b
11988            + lib/Archive/Tar/t/src/short/bar.tar
11989            + lib/Archive/Tar/t/src/short/foo.tgz
11990            ! MANIFEST
11991 ____________________________________________________________________________
11992 [ 24921] By: nicholas                              on 2005/06/21  10:58:22
11993         Log: weak references aren't UVs, do don't show this in the dump flags.
11994      Branch: perl
11995            ! dump.c
11996 ____________________________________________________________________________
11997 [ 24920] By: rgs                                   on 2005/06/21  10:50:18
11998         Log: Subject: [PATCH] ternary operator cond ? foo : bar being parsed as ?...?
11999              From: Salvador Fandiño <sfandino@yahoo.com>
12000              Date: Fri, 17 Jun 2005 14:06:30 +0100
12001              Message-ID: <20050617130548.18776.qmail@lists.develooper.com>
12002              
12003              with wordings improvements suggested by Ronald J Kimball
12004      Branch: perl
12005            ! pod/perldiag.pod toke.c
12006 ____________________________________________________________________________
12007 [ 24919] By: nicholas                              on 2005/06/21  10:35:09
12008         Log: No need to set flags twice.
12009      Branch: perl
12010            ! av.c
12011 ____________________________________________________________________________
12012 [ 24918] By: nicholas                              on 2005/06/21  09:44:08
12013         Log: As there will be no old body to dispose of, we can return immediately.
12014      Branch: perl
12015            ! sv.c
12016 ____________________________________________________________________________
12017 [ 24917] By: rgs                                   on 2005/06/21  09:40:46
12018         Log: Fix [perl #36102] Data::Dumper Doesn't Stringify Numeric Labels
12019      Branch: perl
12020            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
12021            ! ext/Data/Dumper/t/dumper.t
12022 ____________________________________________________________________________
12023 [ 24916] By: rgs                                   on 2005/06/21  07:03:40
12024         Log: Subject: Re: [perl #36310] sv_vcatpvfn() fails on some (very limited) situations 
12025              From: Tsutomu IKEGAMI <t-ikegami@aist.go.jp>
12026              Date: Fri, 17 Jun 2005 17:55:10 +0900 (JST)
12027              Message-Id: <20050617.175510.21285350.t-ikegami@aist.go.jp>
12028      Branch: perl
12029            ! sv.c
12030 ____________________________________________________________________________
12031 [ 24915] By: rgs                                   on 2005/06/20  16:28:38
12032         Log: Subject: [PATCH perl.h] FPTR2DPTR/DPTR2FPTR
12033              From: Robin Barker <Robin.Barker@npl.co.uk>
12034              Date: Mon, 20 Jun 2005 13:47:37 +0100
12035              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6E4@hotel.npl.co.uk>
12036      Branch: perl
12037            ! perl.h
12038 ____________________________________________________________________________
12039 [ 24914] By: nicholas                              on 2005/06/20  15:21:59
12040         Log: Replace the non-const initialiser block + loop with a series of calls
12041              to a small static function.
12042              c.f. "I will replace you with a small shell script..."
12043      Branch: perl
12044            ! sv.c
12045 ____________________________________________________________________________
12046 [ 24913] By: rgs                                   on 2005/06/20  15:12:50
12047         Log: Subject: [PATCH] The continuing adventures of Constman and Localize Boy
12048              From: Andy Lester <andy@petdance.com>
12049              Date: Mon, 20 Jun 2005 10:22:37 -0500
12050              Message-ID: <20050620152237.GA5032@petdance.com>
12051      Branch: perl
12052            ! XSUB.h doop.c embed.fnc embed.h global.sym gv.c mg.c pad.c
12053            ! perl.h proto.h sv.c universal.c util.c
12054 ____________________________________________________________________________
12055 [ 24912] By: rgs                                   on 2005/06/20  13:32:52
12056         Log: Same fix, for the test, now.
12057      Branch: perl
12058            ! t/run/switches.t
12059 ____________________________________________________________________________
12060 [ 24911] By: rgs                                   on 2005/06/20  13:06:13
12061         Log: perl -v was outputting a double v (spotted by Jarkko)
12062      Branch: perl
12063            ! perl.c
12064 ____________________________________________________________________________
12065 [ 24910] By: rgs                                   on 2005/06/20  11:58:32
12066         Log: Remove signature test, which is always skipped
12067      Branch: perl
12068            - lib/Test/Simple/t/00signature.t
12069            ! MANIFEST
12070 ____________________________________________________________________________
12071 [ 24909] By: rgs                                   on 2005/06/20  11:45:02
12072         Log: Subject: [PATCH pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod] Recommend Against UNIVERSAL:: Methods as Functions, take 2
12073              From: chromatic <chromatic@wgz.org>
12074              Date: Sat, 18 Jun 2005 12:15:41 -0700
12075              Message-Id: <1119122141.21521.9.camel@localhost>
12076      Branch: perl
12077            ! pod/perlfunc.pod pod/perlobj.pod pod/perltooc.pod
12078 ____________________________________________________________________________
12079 [ 24908] By: rgs                                   on 2005/06/20  11:00:31
12080         Log: Remove the deprecated $# variable
12081      Branch: perl
12082            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perlapi.h
12083            ! pod/perldiag.pod sv.c t/lib/warnings/gv
12084 ____________________________________________________________________________
12085 [ 24907] By: nicholas                              on 2005/06/20  10:35:41
12086         Log: Silence warning in debug printf
12087      Branch: perl
12088            ! doop.c
12089 ____________________________________________________________________________
12090 [ 24906] By: rgs                                   on 2005/06/20  09:45:24
12091         Log: Subject: [PATCH] More random cleanups
12092              From: Andy Lester <andy@petdance.com>
12093              Date: Fri, 17 Jun 2005 09:50:29 -0500
12094              Message-ID: <20050617145029.GC11769@petdance.com>
12095      Branch: perl
12096            ! embed.fnc embed.h pp_ctl.c pp_sort.c proto.h scope.c
12097 ____________________________________________________________________________
12098 [ 24905] By: steveh                                on 2005/06/20  09:30:23
12099         Log: Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898)
12100              
12101              The try.c test program added to Configure by change 24898 outputs
12102              "Yes" using each of VC++, GCC and BCC32, so here goes...
12103      Branch: perl
12104            ! win32/config.bc win32/config.gc win32/config.vc
12105            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
12106            ! win32/config_H.vc win32/config_H.vc64
12107 ____________________________________________________________________________
12108 [ 24904] By: rgs                                   on 2005/06/20  09:23:33
12109         Log: Hugo suggests this.
12110      Branch: perl
12111            ! pod/perlhack.pod
12112 ____________________________________________________________________________
12113 [ 24903] By: rgs                                   on 2005/06/20  09:20:40
12114         Log: Missed a chunk in previous commit
12115      Branch: perl
12116            ! pod/perlsyn.pod
12117 ____________________________________________________________________________
12118 [ 24902] By: rgs                                   on 2005/06/20  09:18:35
12119         Log: Subject: [perl #36328] Until Statement Undocumented 
12120              From: Eric Amick (via RT) <perlbug-followup@perl.org>
12121              Date: 18 Jun 2005 03:47:32 -0000
12122              Message-ID: <rt-3.0.11-36328-115949.3.38667506136829@perl.org>
12123      Branch: perl
12124            ! pod/perlsyn.pod
12125 ____________________________________________________________________________
12126 [ 24901] By: rgs                                   on 2005/06/20  09:06:57
12127         Log: Subject: Re: [PATCH replacement] Re: [perl #36313] perl -e "1for$[=0" crash
12128              From: Rick Delaney <rick@bort.ca>
12129              Date: Sun, 19 Jun 2005 09:47:22 -0400
12130              Message-ID: <20050619134722.GB31592@localhost.localdomain>
12131      Branch: perl
12132            ! op.c t/comp/parser.t
12133 ____________________________________________________________________________
12134 [ 24900] By: nicholas                              on 2005/06/20  08:19:52
12135         Log: S_del_body is sufficiently small that inlining it is a space win.
12136      Branch: perl
12137            ! sv.c
12138 ____________________________________________________________________________
12139 [ 24899] By: nicholas                              on 2005/06/19  15:12:26
12140         Log: If NV_ZERO_IS_ALLBITS_ZERO there's no need to explicitly set the NVX
12141              to 0.0, as the memset has already done it.
12142      Branch: perl
12143            ! sv.c
12144 ____________________________________________________________________________
12145 [ 24898] By: nicholas                              on 2005/06/19  15:11:06
12146         Log: Add a Configure test to see if NV 0.0 is stored as all bits zero, and
12147              #define NV_ZERO_IS_ALLBITS_ZERO if so.  This is always true on VMS:
12148              
12149              Subject: Re: Configure check for whether 0.0 is stored as all bits zero
12150              From: "Craig A. Berry" <craigberry@mac.com>
12151              Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]>
12152              Date: Sat, 18 Jun 2005 18:23:59 -0500
12153      Branch: perl
12154            ! Configure Porting/Glossary config_h.SH configure.com
12155 ____________________________________________________________________________
12156 [ 24897] By: nicholas                              on 2005/06/19  10:22:58
12157         Log: Move the offset calculations outside of new_body/del_body.
12158              This makes some of the upgrade code slightly simpler.
12159      Branch: perl
12160            ! sv.c
12161 ____________________________________________________________________________
12162 [ 24896] By: nicholas                              on 2005/06/18  22:43:58
12163         Log: Refactor sv_dup to memcpy from source to destination, and only
12164              explicitly copy the structure members that need explicit duplication.
12165      Branch: perl
12166            ! sv.c
12167 ____________________________________________________________________________
12168 [ 24895] By: nicholas                              on 2005/06/18  16:33:41
12169         Log: Squeeze a little more savings by moving pte and he arenas into the
12170              common arena free code.
12171      Branch: perl
12172            ! hv.h perl.h sv.c
12173 ____________________________________________________________________________
12174 [ 24894] By: nicholas                              on 2005/06/18  15:07:47
12175         Log: Subject: [PATCH] squeeze repetition out of Perl_sv_free_arenas
12176              From: Jim Cromie <jcromie@divsol.com>
12177              Message-ID: <42B3C388.2090902@divsol.com>
12178              Date: Sat, 18 Jun 2005 00:47:36 -0600
12179      Branch: perl
12180            ! sv.c
12181 ____________________________________________________________________________
12182 [ 24893] By: nicholas                              on 2005/06/18  14:28:04
12183         Log: update AVs and HVs using the old_body, and remove all of the local
12184              variables used to hold the SV body piecemeal.
12185      Branch: perl
12186            ! sv.c
12187 ____________________________________________________________________________
12188 [ 24892] By: nicholas                              on 2005/06/18  10:57:02
12189         Log: sv_upgrade by memcpy
12190              AV and HV cases need tidyup
12191      Branch: perl
12192            ! sv.c
12193 ____________________________________________________________________________
12194 [ 24891] By: nicholas                              on 2005/06/17  19:37:56
12195         Log: Fix compiling with -DPURIFY
12196      Branch: perl
12197            ! sv.c
12198 ____________________________________________________________________________
12199 [ 24890] By: nicholas                              on 2005/06/17  17:30:19
12200         Log: Change 24886 was buggy - should be taking (and passing in) the
12201              address of the arena.
12202      Branch: perl
12203            ! sv.c
12204 ____________________________________________________________________________
12205 [ 24889] By: rgs                                   on 2005/06/17  15:43:11
12206         Log: Add new internal error message to perldiag
12207      Branch: perl
12208            ! pod/perldiag.pod
12209 ____________________________________________________________________________
12210 [ 24888] By: nicholas                              on 2005/06/17  15:37:50
12211         Log: Collect a little more information about the body we're getting rid of
12212      Branch: perl
12213            ! sv.c
12214 ____________________________________________________________________________
12215 [ 24887] By: rgs                                   on 2005/06/17  14:44:43
12216         Log: Missing aTHX_ (noticed by Jim Cromie)
12217      Branch: perl
12218            ! sv.c
12219 ____________________________________________________________________________
12220 [ 24886] By: nicholas                              on 2005/06/17  14:28:07
12221         Log: Move freeing the old body after the creating of the new body.
12222      Branch: perl
12223            ! sv.c
12224 ____________________________________________________________________________
12225 [ 24885] By: nicholas                              on 2005/06/17  13:42:03
12226         Log: The only way is up!
12227              (*up*grades. Or croak)
12228      Branch: perl
12229            ! sv.c
12230 ____________________________________________________________________________
12231 [ 24884] By: rgs                                   on 2005/06/17  12:21:53
12232         Log: Subject: [perl #36199] [PATCH] 5.8.7 fails to build with parallel make 
12233              From: "Steve Peters via RT" <perlbug-followup@perl.org>
12234              Date: 16 Jun 2005 17:11:14 -0000
12235              Message-ID: <rt-3.0.11-36199-115872.8.39962488213992@perl.org>
12236      Branch: perl
12237            ! Makefile.SH
12238 ____________________________________________________________________________
12239 [ 24883] By: steveh                                on 2005/06/17  11:36:45
12240         Log: Silence STDERR grumblings from Borland's math library.
12241              
12242              This fixes failures in ext/B/t/deparse.t and lib/warnings.t (and
12243              renders change 24870 obsolete, hence it is reverted here).
12244      Branch: perl
12245            ! lib/warnings.t makedef.pl win32/win32.c
12246 ____________________________________________________________________________
12247 [ 24882] By: rgs                                   on 2005/06/17  09:26:25
12248         Log: Upgrade to PathTools 3.09
12249      Branch: perl
12250            ! ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t lib/Cwd.pm
12251            ! lib/File/Spec.pm
12252 ____________________________________________________________________________
12253 [ 24881] By: nicholas                              on 2005/06/17  08:35:48
12254         Log: new_pte/del_pte can use new_body/del_body too
12255      Branch: perl
12256            ! sv.c
12257 ____________________________________________________________________________
12258 [ 24880] By: steveh                                on 2005/06/17  08:28:32
12259         Log: Subject: [PATCH] Strip \\?\ prefix from Perl path in win32/win32.c:set_w32_module_name()
12260              From: "Jan Dubois" <jand@ActiveState.com>
12261              Date: Thu, 16 Jun 2005 11:43:15 -0700
12262              Message-Id: <200506161843.j5GIhKhL024472@smtp3.ActiveState.com>
12263      Branch: perl
12264            ! win32/win32.c
12265 ____________________________________________________________________________
12266 [ 24879] By: nicholas                              on 2005/06/16  22:08:29
12267         Log: Storing the ixv for magic arrays seems to cause double free errors on
12268              OS X. This all feels like voodoo.
12269      Branch: perl
12270            ! ext/B/B/Bytecode.pm
12271 ____________________________________________________________________________
12272 [ 24878] By: nicholas                              on 2005/06/16  22:06:57
12273         Log: Replace all the new/del static functions with calls to a single pair
12274              of functions that uproot/plant bodies
12275      Branch: perl
12276            ! embed.fnc embed.h proto.h sv.c
12277 ____________________________________________________________________________
12278 [ 24877] By: nicholas                              on 2005/06/16  19:28:20
12279         Log: Making more_* return a pointer, and swapping to a ternary ?: in
12280              new_* seems to generate slightly terser object code.
12281      Branch: perl
12282            ! sv.c
12283 ____________________________________________________________________________
12284 [ 24876] By: nicholas                              on 2005/06/16  18:37:55
12285         Log: Replace all the S_more_* functions with a single function.
12286              Saves 1.5K on the object file in OS X when built with -Os
12287      Branch: perl
12288            ! sv.c
12289 ____________________________________________________________________________
12290 [ 24875] By: nicholas                              on 2005/06/16  16:25:54
12291         Log: Subject: [PATCH] Re: [perl #36048] Refactor S_more_*v into one function
12292              From: Jim Cromie <jcromie@divsol.com>
12293              Message-ID: <42ADC8ED.4090009@divsol.com>
12294              Date: Mon, 13 Jun 2005 11:57:01 -0600
12295      Branch: perl
12296            ! sv.c
12297 ____________________________________________________________________________
12298 [ 24874] By: nicholas                              on 2005/06/16  15:09:00
12299         Log: I'm not convinced that manually creating HVs via sv_upgrade is a great
12300              idea, but as we are, turning on shared keys makes sense.
12301      Branch: perl
12302            ! util.c
12303 ____________________________________________________________________________
12304 [ 24873] By: merijn                                on 2005/06/16  14:33:10
12305         Log: Subject: [PATCH] Lint support
12306              From: Andy Lester <andy@petdance.com>
12307              Date: Thu, 16 Jun 2005 09:35:21 -0500
12308              Message-ID: <20050616143521.GB22188@petdance.com>
12309      Branch: perl
12310            ! XSUB.h perl.h universal.c
12311 ____________________________________________________________________________
12312 [ 24872] By: merijn                                on 2005/06/16  14:24:43
12313         Log: Subject: Re: a warning for a ExtUtils::ParseXS test
12314              From: Ken Williams <ken@mathforum.org>
12315              Date: Wed, 15 Jun 2005 20:00:42 -0500
12316              Message-Id: <29d2a69650cb39059c9af487069b941c@mathforum.org>
12317      Branch: perl
12318            ! lib/ExtUtils/ParseXS/t/XSTest.xs
12319 ____________________________________________________________________________
12320 [ 24871] By: rgs                                   on 2005/06/16  13:55:18
12321         Log: Subject: [PATCH] Removing /*SUPPRESS xxx*/
12322              From: Andy Lester <andy@petdance.com>
12323              Date: Thu, 16 Jun 2005 09:13:42 -0500
12324              Message-ID: <20050616141342.GA22188@petdance.com>
12325      Branch: perl
12326            ! av.c doio.c doop.c perl.c pp.c pp_hot.c pp_sys.c regcomp.c
12327            ! regexec.c sv.c toke.c util.c
12328 ____________________________________________________________________________
12329 [ 24870] By: steveh                                on 2005/06/16  13:16:56
12330         Log: Teach lib/warnings.t about Borland CRT error messages
12331      Branch: perl
12332            ! lib/warnings.t
12333 ____________________________________________________________________________
12334 [ 24869] By: rgs                                   on 2005/06/16  12:54:18
12335         Log: Subject: [perl #36237] IO::File $fh->binmode($layer) is broken 
12336              From: "Alexander Foken" (via RT) <perlbug-followup@perl.org>
12337              Date: 10 Jun 2005 12:46:41 -0000
12338              Message-ID: <rt-3.0.11-36237-115536.13.400290704223@perl.org>
12339              
12340              and bump version number
12341      Branch: perl
12342            ! ext/IO/lib/IO/File.pm
12343 ____________________________________________________________________________
12344 [ 24868] By: steveh                                on 2005/06/16  11:10:01
12345         Log: Update README.win32
12346              
12347              (Mention Borland compiler is also free; update libwin32 link)
12348      Branch: perl
12349            ! README.win32
12350 ____________________________________________________________________________
12351 [ 24867] By: steveh                                on 2005/06/16  11:00:19
12352         Log: Give op/taint.t a helping hand for Borland compiler on Win32
12353      Branch: perl
12354            ! t/op/taint.t
12355 ____________________________________________________________________________
12356 [ 24866] By: steveh                                on 2005/06/16  09:51:33
12357         Log: Fix changes 24862 and 24863 for Sarathy's old dmake
12358      Branch: perl
12359            ! win32/makefile.mk
12360 ____________________________________________________________________________
12361 [ 24865] By: rgs                                   on 2005/06/16  09:45:59
12362         Log: Subs with builtin attributes shouldn't be made constant
12363              
12364              Subject: Re: [perl #36297] builtin attrs on subrutine declarations
12365              From: Salvador "FandiXo" <sfandino@yahoo.com>
12366              Date: Wed, 15 Jun 2005 08:27:00 -0700 (PDT)
12367              Message-ID: <20050615152700.96320.qmail@web52702.mail.yahoo.com>
12368      Branch: perl
12369            ! op.c
12370 ____________________________________________________________________________
12371 [ 24864] By: rgs                                   on 2005/06/16  09:18:58
12372         Log: Add -f in perl synopsys, sync perl.pod and perlrun.pod synopses
12373      Branch: perl
12374            ! pod/perl.pod pod/perlrun.pod
12375 ____________________________________________________________________________
12376 [ 24863] By: steveh                                on 2005/06/16  09:09:22
12377         Log: Simplify win32/makefile.mk for static extensions with GCC
12378      Branch: perl
12379            ! win32/makefile.mk
12380 ____________________________________________________________________________
12381 [ 24862] By: steveh                                on 2005/06/16  08:51:14
12382         Log: Enable static extensions with Borland compiler on Win32
12383      Branch: perl
12384            ! win32/buildext.pl win32/makefile.mk
12385 ____________________________________________________________________________
12386 [ 24861] By: rgs                                   on 2005/06/16  08:29:10
12387         Log: Revert part of change #24854
12388      Branch: perl
12389            ! ext/Devel/DProf/t/DProf.t perl.c
12390 ____________________________________________________________________________
12391 [ 24860] By: steveh                                on 2005/06/16  07:40:21
12392         Log: Don't export Perl_stashpv_hvname_match when !USE_ITHREADS
12393              
12394              (Fixes a linker error on Win 32 introduced by change #24847)
12395      Branch: perl
12396            ! makedef.pl
12397 ____________________________________________________________________________
12398 [ 24859] By: nicholas                              on 2005/06/15  22:32:14
12399         Log: Don't write bytecode to load the NVX of AVs and HVs
12400      Branch: perl
12401            ! ext/B/B/Bytecode.pm
12402 ____________________________________________________________________________
12403 [ 24858] By: nicholas                              on 2005/06/15  22:31:41
12404         Log: We were failing to pring "not ok" if the text exited uncleanly
12405      Branch: perl
12406            ! ext/B/t/bytecode.t
12407 ____________________________________________________________________________
12408 [ 24857] By: nicholas                              on 2005/06/15  22:30:53
12409         Log: assert that you aren't assigning to the NVX of an AV or HV
12410      Branch: perl
12411            ! sv.h
12412 ____________________________________________________________________________
12413 [ 24856] By: rgs                                   on 2005/06/15  16:37:46
12414         Log: Introduce PERL_RUNPERL_DEBUG to alter the behavior of runperl(),
12415              this can be useful to use valgrind for example
12416      Branch: perl
12417            ! t/test.pl
12418 ____________________________________________________________________________
12419 [ 24855] By: steveh                                on 2005/06/15  16:30:58
12420         Log: Fix $Config{ccversion} for Borland C++ 5.5.1
12421              
12422              This pattern match seems a little saner, and stops " for Win32"
12423              getting picked up from the following output:
12424              
12425              Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
12426              
12427              Maybe it breaks older versions, but at least the latest now works
12428              correctly. If anyone knows what older versions' messages look like
12429              then speak up!
12430      Branch: perl
12431            ! win32/config_sh.PL
12432 ____________________________________________________________________________
12433 [ 24854] By: rgs                                   on 2005/06/15  16:24:05
12434         Log: Subject: Re: [PATCH] make -f invalid when USE_SITECUSTOMIZE isn't set
12435              From: Steve Peters <steve@fisharerojo.org>
12436              Date: Wed, 15 Jun 2005 11:30:41 -0500
12437              Message-ID: <20050615163040.GA14745@mccoy.peters.homeunix.org>
12438      Branch: perl
12439            ! ext/Devel/DProf/t/DProf.t perl.c
12440 ____________________________________________________________________________
12441 [ 24853] By: rgs                                   on 2005/06/15  16:16:32
12442         Log: Subject: sort optimization
12443              From: Salvador Fandiño <sfandino@yahoo.com>
12444              Date: Mon, 06 Jun 2005 12:05:05 +0100
12445              Message-ID: <20050606110425.22941.qmail@lists.develooper.com>
12446      Branch: perl
12447            ! pp_sort.c
12448 ____________________________________________________________________________
12449 [ 24852] By: steveh                                on 2005/06/15  16:02:06
12450         Log: Fix win32/makefile.mk for building with bcc32 5.5.1 and dmake 4.4
12451      Branch: perl
12452            ! win32/makefile.mk
12453 ____________________________________________________________________________
12454 [ 24851] By: rgs                                   on 2005/06/15  14:40:40
12455         Log: Subject: [perl #36297] builtin attrs on subrutine declarations 
12456              From: Salvador "FandiXXo" (via RT) <perlbug-followup@perl.org>
12457              Date: 15 Jun 2005 13:54:53 -0000
12458              Message-ID: <rt-3.0.11-36297-115797.8.75971493113916@perl.org>
12459      Branch: perl
12460            ! op.c t/op/attrs.t
12461 ____________________________________________________________________________
12462 [ 24850] By: merijn                                on 2005/06/15  13:57:57
12463         Log: Protect Perl_sv_2pvbyte () to NULL length pointers
12464              Thanks Nick!
12465      Branch: perl
12466            ! sv.c
12467 ____________________________________________________________________________
12468 [ 24849] By: rgs                                   on 2005/06/15  13:55:50
12469         Log: Better phrasing
12470      Branch: perl
12471            ! pod/perlfunc.pod
12472 ____________________________________________________________________________
12473 [ 24848] By: rgs                                   on 2005/06/15  09:27:55
12474         Log: Subject: [PATCH] Storable/Storable.xs: make plain C functions static
12475              From: Alexey Tourbin <at@altlinux.ru>
12476              Date: Sun, 5 Jun 2005 03:42:42 +0400
12477              Message-ID: <20050604234242.GW5867@solemn.turbinal.org>
12478      Branch: perl
12479            ! ext/Storable/Storable.xs
12480 ____________________________________________________________________________
12481 [ 24847] By: rgs                                   on 2005/06/15  09:03:22
12482         Log: Subject: [PATCH] CopSTASH_eq again
12483              From: Andy Lester <andy@petdance.com>
12484              Date: Tue, 14 Jun 2005 23:49:26 -0500
12485              Message-ID: <20050615044926.GA29087@petdance.com>
12486      Branch: perl
12487            ! cop.h embed.fnc embed.h global.sym proto.h util.c
12488 ____________________________________________________________________________
12489 [ 24846] By: rgs                                   on 2005/06/15  07:49:48
12490         Log: Fix warning nits, by Jarkko
12491      Branch: perl
12492            ! sv.c
12493 ____________________________________________________________________________
12494 [ 24845] By: nicholas                              on 2005/06/14  19:28:28
12495         Log: Subject: [PATCH] S_emulate_eaccess() does return a value
12496              From: Steve Peters <steve@fisharerojo.org>
12497              Message-ID: <20050614193052.GA1898@mccoy.peters.homeunix.org>
12498              Date: Tue, 14 Jun 2005 14:30:52 -0500
12499      Branch: perl
12500            ! embed.fnc proto.h
12501 ____________________________________________________________________________
12502 [ 24844] By: davem                                 on 2005/06/14  17:24:18
12503         Log: whoops, Perl_magic_freearylen_p returns int
12504      Branch: perl
12505            ! mg.c
12506 ____________________________________________________________________________
12507 [ 24843] By: nicholas                              on 2005/06/14  16:29:49
12508         Log: Change 24838 breaks deparse.t, which checks that embedded NULs work.
12509              Here's a temporary hack, pending a way for B to correctly identify
12510              PVs that are variable names in pads.
12511      Branch: perl
12512            ! ext/B/B.xs
12513 ____________________________________________________________________________
12514 [ 24842] By: rgs                                   on 2005/06/14  13:49:41
12515         Log: Add core test preamble
12516      Branch: perl
12517            ! lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
12518            ! lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
12519            ! lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
12520            ! lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
12521            ! lib/IO/Zlib/t/uncomp2.t
12522 ____________________________________________________________________________
12523 [ 24841] By: nicholas                              on 2005/06/14  13:40:49
12524         Log: Test was coredumping with a shared perl library.
12525              This is wrong. It seems that what gets peephole optimised
12526              (in this case named method calls into shared string scalars) depends
12527              on whether there is a shared perl library.
12528              Anyway, fix the symptom - the coredump.
12529      Branch: perl
12530            ! ext/XS/APItest/t/hash.t
12531 ____________________________________________________________________________
12532 [ 24840] By: steveh                                on 2005/06/14  13:36:03
12533         Log: Stop "test" filename clashing with "TEST" on Win32
12534              
12535              (and bump $IO::Zlib::VERSION again)
12536      Branch: perl
12537            ! lib/IO/Zlib.pm lib/IO/Zlib/t/uncomp1.t lib/IO/Zlib/t/uncomp2.t
12538 ____________________________________________________________________________
12539 [ 24839] By: steveh                                on 2005/06/14  13:26:30
12540         Log: Actually skip tests when they're supposed to be skipped!
12541              
12542              (and bump $IO::Zlib::VERSION)
12543      Branch: perl
12544            ! lib/IO/Zlib.pm lib/IO/Zlib/t/external.t
12545 ____________________________________________________________________________
12546 [ 24838] By: rgs                                   on 2005/06/14  13:22:20
12547         Log: Subject: [PATCH] Fix for SEGV in ext/B/t/xref.t on OpenBSD
12548              From: Steve Peters <steve@fisharerojo.org>
12549              Date: Tue, 14 Jun 2005 08:16:38 -0500
12550              Message-ID: <20050614131638.GA24771@mccoy.peters.homeunix.org>
12551      Branch: perl
12552            ! ext/B/B.xs
12553 ____________________________________________________________________________
12554 [ 24837] By: steveh                                on 2005/06/14  13:13:17
12555         Log: Don't delete IO/Zlib during distclean on Win32
12556              
12557              (IO/Socket still needs to go, though)
12558      Branch: perl
12559            ! win32/Makefile win32/makefile.mk
12560 ____________________________________________________________________________
12561 [ 24836] By: rgs                                   on 2005/06/14  13:02:24
12562         Log: Document ${^UTF8LOCALE}
12563      Branch: perl
12564            ! pod/perlvar.pod
12565 ____________________________________________________________________________
12566 [ 24835] By: rgs                                   on 2005/06/14  12:12:33
12567         Log: Add IO::Zlib in maintainers list
12568      Branch: perl
12569            ! Porting/Maintainers.pl
12570 ____________________________________________________________________________
12571 [ 24834] By: rgs                                   on 2005/06/14  12:06:40
12572         Log: Add IO::Zlib 1.04 to bleadperl
12573      Branch: perl
12574            + lib/IO/Zlib.pm lib/IO/Zlib/t/basic.t lib/IO/Zlib/t/external.t
12575            + lib/IO/Zlib/t/getc.t lib/IO/Zlib/t/getline.t
12576            + lib/IO/Zlib/t/import.t lib/IO/Zlib/t/large.t
12577            + lib/IO/Zlib/t/tied.t lib/IO/Zlib/t/uncomp1.t
12578            + lib/IO/Zlib/t/uncomp2.t
12579            ! MANIFEST Makefile.SH
12580 ____________________________________________________________________________
12581 [ 24833] By: davem                                 on 2005/06/14  10:15:10
12582         Log: Perl_magic_freearylen_p could coredump
12583      Branch: perl
12584            ! mg.c
12585 ____________________________________________________________________________
12586 [ 24832] By: rgs                                   on 2005/06/14  08:52:46
12587         Log: Subject: better assertion support
12588              From: Salvador Fandiño <sfandino@yahoo.com>
12589              Date: Mon, 13 Jun 2005 16:48:01 +0100
12590              Message-ID: <20050613154719.29295.qmail@lists.develooper.com>
12591      Branch: perl
12592            + lib/assertions/compat.pm t/comp/asstcompat.t
12593            ! MANIFEST lib/assertions.pm lib/assertions/activate.pm perl.c
12594            ! pod/perlrun.pod t/comp/assertions.t t/run/switch_A.t
12595 ____________________________________________________________________________
12596 [ 24831] By: rgs                                   on 2005/06/14  08:31:18
12597         Log: Since the version module is use'd afterwards, use_ok needs to be
12598              in a BEGIN block
12599      Branch: perl
12600            ! lib/version.t
12601 ____________________________________________________________________________
12602 [ 24830] By: steveh                                on 2005/06/14  07:42:33
12603         Log: Add BUILDOPTEXTRA to Win32 makefiles
12604              
12605              This allows extra build options, e.g. -DNO_HASH_SEED, to be
12606              specified on the command line, which is otherwise not possible
12607              under nmake using the existing BUILDOPT macro
12608              
12609              Suggested by Jan Dubois <jand@ActiveState.com>
12610      Branch: perl
12611            ! win32/Makefile win32/makefile.mk
12612 ____________________________________________________________________________
12613 [ 24829] By: nicholas                              on 2005/06/13  22:29:00
12614         Log: Pay attention to the comments that Dave writes.
12615      Branch: perl
12616            ! sv.c
12617 ____________________________________________________________________________
12618 [ 24828] By: rgs                                   on 2005/06/13  20:22:52
12619         Log: Comment nit to help Devel::Cover, spotted by Steve Peters
12620      Branch: perl
12621            ! ext/POSIX/POSIX.xs
12622 ____________________________________________________________________________
12623 [ 24827] By: nicholas                              on 2005/06/13  20:18:57
12624         Log: Croak if an attempt is made to modify PL_strtab
12625              (er, TODO - these should be in perldiag)
12626      Branch: perl
12627            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
12628            ! ext/XS/APItest/t/hash.t hv.c
12629 ____________________________________________________________________________
12630 [ 24826] By: nicholas                              on 2005/06/13  20:17:56
12631         Log: More SvPV consting
12632      Branch: perl
12633            ! perl.c
12634 ____________________________________________________________________________
12635 [ 24825] By: steveh                                on 2005/06/13  16:35:19
12636         Log: Subject: [PATCH @ 24819] Re: Change 24806: improve static build for win32/Makefile
12637              From: vadim <vadim@vkonovalov.ru>
12638              Date: Mon, 13 Jun 2005 15:41:41 -0400
12639              Message-Id: <1118691701.6333.32.camel@mdk10>
12640      Branch: perl
12641            ! win32/Makefile win32/makefile.mk
12642 ____________________________________________________________________________
12643 [ 24824] By: nicholas                              on 2005/06/13  16:24:57
12644         Log: With shared hash key scalars now accessing the hash via the PVX, you
12645              can't fake them with regular PVIVs. So fake method calls have to use
12646              real shared hask key scalars.
12647      Branch: perl
12648            ! ext/B/t/optree_specials.t op.c
12649 ____________________________________________________________________________
12650 [ 24823] By: rgs                                   on 2005/06/13  15:20:05
12651         Log: Subject: [PATCH] Bring bleadperl up to version.pm
12652              From: John Peacock <jpeacock@rowman.com>
12653              Date: Mon, 06 Jun 2005 05:18:21 -0400
12654              Message-ID: <42A414DD.8090504@rowman.com>
12655      Branch: perl
12656            ! configpm embed.fnc lib/h2xs.t lib/version.pm lib/version.t
12657            ! pod/perlapi.pod pp_ctl.c proto.h t/comp/require.t t/comp/use.t
12658            ! t/op/universal.t t/op/ver.t universal.c util.c utils/h2xs.PL
12659 ____________________________________________________________________________
12660 [ 24822] By: rgs                                   on 2005/06/13  12:49:18
12661         Log: Subject: [PATCH] Re: [perl #36047] perlmod.pod/CLONESKIP error
12662              From: Offer Kaye <offer.kaye@gmail.com>
12663              Date: Thu, 2 Jun 2005 09:14:53 +0300
12664              Message-ID: <56942505060123146e5eb1c2@mail.gmail.com>
12665      Branch: perl
12666            ! pod/perlmod.pod
12667 ____________________________________________________________________________
12668 [ 24821] By: nicholas                              on 2005/06/13  11:48:05
12669         Log: Change 24816 forgot to update makedef.pl
12670      Branch: perl
12671            ! makedef.pl
12672 ____________________________________________________________________________
12673 [ 24820] By: rgs                                   on 2005/06/13  11:28:43
12674         Log: Make some variables global, to avoid some "will not stay
12675              shared" warnings at compile time
12676      Branch: perl
12677            ! lib/ExtUtils/ParseXS.pm
12678 ____________________________________________________________________________
12679 [ 24819] By: nicholas                              on 2005/06/13  09:43:18
12680         Log: S_share_hek_flags can revert to returning a HEK
12681      Branch: perl
12682            ! embed.fnc hv.c proto.h
12683 ____________________________________________________________________________
12684 [ 24818] By: rgs                                   on 2005/06/13  09:13:43
12685         Log: Remove MANIFEST for Compress::Zlib
12686      Branch: perl
12687            - ext/Compress/Zlib/MANIFEST
12688            ! MANIFEST
12689 ____________________________________________________________________________
12690 [ 24817] By: rgs                                   on 2005/06/13  09:00:00
12691         Log: Make SvUPGRADE always have the value '1'
12692              Make sv_upgrade a void function
12693      Branch: perl
12694            ! embed.fnc pod/perlapi.pod proto.h sv.c sv.h
12695 ____________________________________________________________________________
12696 [ 24816] By: nicholas                              on 2005/06/13  08:25:53
12697         Log: We no longer need PL_shared_hek_table
12698      Branch: perl
12699            ! embedvar.h ext/threads/threads.xs intrpvar.h perl.c perlapi.h
12700            ! sv.c
12701 ____________________________________________________________________________
12702 [ 24815] By: rgs                                   on 2005/06/13  07:58:31
12703         Log: Help "make distclean"
12704      Branch: perl
12705            ! Makefile.SH
12706 ____________________________________________________________________________
12707 [ 24814] By: nicholas                              on 2005/06/12  23:40:55
12708         Log: Clone all shared string PVs as shared string PVs (now that we can do
12709              it very efficiently)
12710      Branch: perl
12711            ! sv.c
12712 ____________________________________________________________________________
12713 [ 24813] By: nicholas                              on 2005/06/12  22:34:39
12714         Log: duping shared hask key scalars can use hek_dup
12715      Branch: perl
12716            ! sv.c
12717 ____________________________________________________________________________
12718 [ 24812] By: nicholas                              on 2005/06/12  22:33:51
12719         Log: hek_dup can now store the HEK rather than the HE, as there is now a
12720              fast way to share a hek
12721      Branch: perl
12722            ! hv.c
12723 ____________________________________________________________________________
12724 [ 24811] By: nicholas                              on 2005/06/12  21:59:34
12725         Log: Provide share_hek_hek, and use it for fast copying of shared string
12726              scalars.
12727      Branch: perl
12728            ! hv.h sv.c
12729 ____________________________________________________________________________
12730 [ 24810] By: nicholas                              on 2005/06/12  21:58:23
12731         Log: Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather than
12732              HEKs
12733      Branch: perl
12734            ! hv.c
12735 ____________________________________________________________________________
12736 [ 24809] By: nicholas                              on 2005/06/12  21:08:33
12737         Log: Shortcut chasing round strtab when we're not the last reference.
12738      Branch: perl
12739            ! hv.c
12740 ____________________________________________________________________________
12741 [ 24808] By: nicholas                              on 2005/06/12  20:00:18
12742         Log: In the shared string table, store the HE and HEK next to each other
12743              in one malloc()ed block.
12744      Branch: perl
12745            ! hv.c hv.h
12746 ____________________________________________________________________________
12747 [ 24807] By: merijn                                on 2005/06/12  09:58:32
12748         Log: Subject: [PATCH] perlipc.pod: mkfifo()
12749              From: Alexey Tourbin <at@altlinux.ru>
12750              Date: Sat, 11 Jun 2005 16:26:56 +0400
12751              Message-ID: <20050611122656.GC8181@solemn.turbinal.org>
12752      Branch: perl
12753            ! pod/perlipc.pod
12754 ____________________________________________________________________________
12755 [ 24806] By: merijn                                on 2005/06/12  09:54:07
12756         Log: Subject: improve static build for win32/Makefile
12757              From: vadim <vadim@vkonovalov.ru>
12758              Date: Sun, 12 Jun 2005 14:09:11 -0400
12759              Message-Id: <1118599750.2732.2.camel@mdk10>
12760      Branch: perl
12761            ! win32/Makefile
12762 ____________________________________________________________________________
12763 [ 24805] By: merijn                                on 2005/06/12  09:19:38
12764         Log: Subject: RE: 05gzsetp.t and initial 'ver' in test output
12765              From: "Paul Marquess" <Paul.Marquess@ntlworld.com>
12766              Date: Sat, 11 Jun 2005 22:23:00 +0100
12767              Message-Id: <20050611212234.UGOL29707.aamta11-winn.ispmail.ntl.com@MARQUESSPT21>
12768      Branch: perl
12769            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
12770            ! ext/Compress/Zlib/t/05gzsetp.t
12771 ____________________________________________________________________________
12772 [ 24804] By: nicholas                              on 2005/06/11  21:05:29
12773         Log: This isn't an LVALUE, so make the compiler enforce that.
12774      Branch: perl
12775            ! sv.h
12776 ____________________________________________________________________________
12777 [ 24803] By: nicholas                              on 2005/06/11  18:01:32
12778         Log: hash key code cleanup
12779      Branch: perl
12780            ! embed.fnc hv.c hv.h proto.h
12781 ____________________________________________________________________________
12782 [ 24802] By: nicholas                              on 2005/06/11  17:00:52
12783         Log: Shrink shared hash scalars from PVIV to PV
12784      Branch: perl
12785            ! embed.fnc embed.h proto.h sv.c sv.h
12786 ____________________________________________________________________________
12787 [ 24801] By: nicholas                              on 2005/06/11  14:08:00
12788         Log: Propagate const/mutable/not into the SvPV call for retrieving an
12789              overloaded value.
12790      Branch: perl
12791            ! sv.c
12792 ____________________________________________________________________________
12793 [ 24800] By: nicholas                              on 2005/06/10  23:12:29
12794         Log: More SvPV consting. And other related drive-by refactoring.
12795      Branch: perl
12796            ! regcomp.c regexec.c taint.c toke.c universal.c utf8.c util.c
12797            ! xsutils.c
12798 ____________________________________________________________________________
12799 [ 24799] By: nicholas                              on 2005/06/10  22:06:15
12800         Log: More SvPV consting, including some code cleanup and living dangerously
12801              with socket API calls.
12802      Branch: perl
12803            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
12804 ____________________________________________________________________________
12805 [ 24798] By: nicholas                              on 2005/06/10  20:48:35
12806         Log: Move SvPV consting, remove an n_a, and correct one error in Move()
12807      Branch: perl
12808            ! doio.c doop.c dump.c op.c sv.c
12809 ____________________________________________________________________________
12810 [ 24797] By: nicholas                              on 2005/06/10  18:42:47
12811         Log: Allison says that "Media" isn't really needed in the name.
12812      Branch: perl
12813            ! pod/perl.pod
12814 ____________________________________________________________________________
12815 [ 24796] By: nicholas                              on 2005/06/10  16:26:43
12816         Log: Add SvGROW_mutable
12817      Branch: perl
12818            ! sv.c sv.h
12819 ____________________________________________________________________________
12820 [ 24795] By: nicholas                              on 2005/06/10  15:44:47
12821         Log: Passing read only values (such as string constants) to select should
12822              croak.
12823      Branch: perl
12824            + t/op/sselect.t
12825            ! MANIFEST pp_sys.c
12826 ____________________________________________________________________________
12827 [ 24794] By: nicholas                              on 2005/06/10  15:16:43
12828         Log: Don't pass constants to select
12829      Branch: perl
12830            ! t/op/lex_assign.t
12831 ____________________________________________________________________________
12832 [ 24793] By: rgs                                   on 2005/06/10  13:44:35
12833         Log: Pre-run and disarm the code automodification run by
12834              Compress::Zlib's Makefile
12835      Branch: perl
12836            ! ext/Compress/Zlib/Makefile.PL ext/Compress/Zlib/Zlib.pm
12837            ! ext/Compress/Zlib/examples/filtdef
12838            ! ext/Compress/Zlib/examples/filtinf
12839            ! ext/Compress/Zlib/examples/gzcat
12840            ! ext/Compress/Zlib/examples/gzgrep
12841            ! ext/Compress/Zlib/examples/gzstream
12842            ! ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
12843            ! ext/Compress/Zlib/t/03examples.t
12844            ! ext/Compress/Zlib/t/04encoding.t
12845            ! ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
12846 ____________________________________________________________________________
12847 [ 24792] By: rgs                                   on 2005/06/10  12:53:21
12848         Log: Update Windows makefiles
12849      Branch: perl
12850            ! win32/Makefile win32/makefile.mk
12851 ____________________________________________________________________________
12852 [ 24791] By: nicholas                              on 2005/06/10  12:44:30
12853         Log: Work around bug 36211, plus a lot of TODO regression tests for local/
12854              $#... interaction. 
12855      Branch: perl
12856            ! scope.c t/op/array.t
12857 ____________________________________________________________________________
12858 [ 24790] By: rgs                                   on 2005/06/10  12:44:02
12859         Log: Update maintainers list
12860      Branch: perl
12861            ! Porting/Maintainers.pl
12862 ____________________________________________________________________________
12863 [ 24789] By: rgs                                   on 2005/06/10  12:30:14
12864         Log: Bump version number
12865      Branch: perl
12866            ! ext/Compress/Zlib/Zlib.pm
12867 ____________________________________________________________________________
12868 [ 24788] By: rgs                                   on 2005/06/10  12:09:30
12869         Log: Makefile.PL adjustments for the core
12870      Branch: perl
12871            ! ext/Compress/Zlib/Makefile.PL
12872 ____________________________________________________________________________
12873 [ 24787] By: rgs                                   on 2005/06/10  12:07:01
12874         Log: SvUPGRADE returns void in blead
12875      Branch: perl
12876            ! ext/Compress/Zlib/Zlib.xs
12877 ____________________________________________________________________________
12878 [ 24786] By: rgs                                   on 2005/06/10  12:05:38
12879         Log: Drom Compress::Zlib 1.34 in ext/
12880      Branch: perl
12881            + ext/Compress/Zlib/ANNOUNCE ext/Compress/Zlib/Changes
12882            + ext/Compress/Zlib/MANIFEST ext/Compress/Zlib/Makefile.PL
12883            + ext/Compress/Zlib/README ext/Compress/Zlib/Zlib.pm
12884            + ext/Compress/Zlib/Zlib.xs ext/Compress/Zlib/config.in
12885            + ext/Compress/Zlib/examples/filtdef
12886            + ext/Compress/Zlib/examples/filtinf
12887            + ext/Compress/Zlib/examples/gzcat
12888            + ext/Compress/Zlib/examples/gzgrep
12889            + ext/Compress/Zlib/examples/gzstream
12890            + ext/Compress/Zlib/fallback.h ext/Compress/Zlib/fallback.xs
12891            + ext/Compress/Zlib/t/01version.t ext/Compress/Zlib/t/02zlib.t
12892            + ext/Compress/Zlib/t/03examples.t
12893            + ext/Compress/Zlib/t/04encoding.t
12894            + ext/Compress/Zlib/t/05gzsetp.t ext/Compress/Zlib/t/06gzdopen.t
12895            + ext/Compress/Zlib/typemap
12896            + ext/Compress/Zlib/zlib-src-1.2.2/adler32.c
12897            + ext/Compress/Zlib/zlib-src-1.2.2/compress.c
12898            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.c
12899            + ext/Compress/Zlib/zlib-src-1.2.2/crc32.h
12900            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.c
12901            + ext/Compress/Zlib/zlib-src-1.2.2/deflate.h
12902            + ext/Compress/Zlib/zlib-src-1.2.2/gzio.c
12903            + ext/Compress/Zlib/zlib-src-1.2.2/infback.c
12904            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.c
12905            + ext/Compress/Zlib/zlib-src-1.2.2/inffast.h
12906            + ext/Compress/Zlib/zlib-src-1.2.2/inffixed.h
12907            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.c
12908            + ext/Compress/Zlib/zlib-src-1.2.2/inflate.h
12909            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.c
12910            + ext/Compress/Zlib/zlib-src-1.2.2/inftrees.h
12911            + ext/Compress/Zlib/zlib-src-1.2.2/trees.c
12912            + ext/Compress/Zlib/zlib-src-1.2.2/trees.h
12913            + ext/Compress/Zlib/zlib-src-1.2.2/uncompr.c
12914            + ext/Compress/Zlib/zlib-src-1.2.2/zconf.h
12915            + ext/Compress/Zlib/zlib-src-1.2.2/zlib.h
12916            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.c
12917            + ext/Compress/Zlib/zlib-src-1.2.2/zutil.h
12918            ! MANIFEST
12919 ____________________________________________________________________________
12920 [ 24785] By: nicholas                              on 2005/06/10  10:06:30
12921         Log: Change 24531 broke DEBUG_LEAKING_SCALARS.
12922      Branch: perl
12923            ! sv.c
12924 ____________________________________________________________________________
12925 [ 24784] By: nicholas                              on 2005/06/09  21:01:42
12926         Log: $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns
12927      Branch: perl
12928            ! av.c pod/perldiag.pod t/op/array.t
12929 ____________________________________________________________________________
12930 [ 24783] By: nicholas                              on 2005/06/09  19:02:43
12931         Log: Fixes the case of $a = \$#{[]}; and then accessing $$a
12932              (but not \$#a after local @a or my @a leave a block)
12933      Branch: perl
12934            ! av.c dump.c embed.fnc embed.h mg.c perl.h proto.h t/op/array.t
12935 ____________________________________________________________________________
12936 [ 24782] By: nicholas                              on 2005/06/09  16:37:18
12937         Log: Convert op/array.t to test.pl
12938      Branch: perl
12939            ! t/op/array.t
12940 ____________________________________________________________________________
12941 [ 24781] By: rgs                                   on 2005/06/09  15:32:09
12942         Log: Revert part of previous patch
12943      Branch: perl
12944            ! util.c
12945 ____________________________________________________________________________
12946 [ 24780] By: rgs                                   on 2005/06/09  15:12:39
12947         Log: Subject: [PATCH] regcomp.c and more
12948              From: Andy Lester <andy@petdance.com>
12949              Date: Thu, 9 Jun 2005 10:05:56 -0500
12950              Message-ID: <20050609150556.GA30554@petdance.com>
12951      Branch: perl
12952            ! embed.fnc mg.c perly.c proto.h regcomp.c sv.c util.c
12953 ____________________________________________________________________________
12954 [ 24778] By: nicholas                              on 2005/06/09  10:36:53
12955         Log: More SvPV consting
12956      Branch: perl
12957            ! mg.c perlio.c pp_pack.c
12958 ____________________________________________________________________________
12959 [ 24777] By: nicholas                              on 2005/06/09  10:36:40
12960         Log: Don't ignore errors from an eval.
12961      Branch: perl
12962            ! t/op/pack.t
12963 ____________________________________________________________________________
12964 [ 24776] By: nicholas                              on 2005/06/09  09:23:55
12965         Log: Update API docs.
12966      Branch: perl
12967            ! pod/perlapi.pod
12968 ____________________________________________________________________________
12969 [ 24775] By: nicholas                              on 2005/06/09  09:22:18
12970         Log: Change perforce filetype from text to text+w (so regen.pl is happy)
12971      Branch: perl
12972            ! opnames.h reentr.c reentr.h
12973 ____________________________________________________________________________
12974 [ 24774] By: nicholas                              on 2005/06/09  09:15:55
12975         Log: reentr.pl should be using regen_lib.pl and unlinking files before it
12976              starts.
12977      Branch: perl
12978            ! reentr.pl
12979 ____________________________________________________________________________
12980 [ 24773] By: nicholas                              on 2005/06/09  08:59:21
12981         Log: Make minitest pass (must skip if no dynaloading)
12982      Branch: perl
12983            ! t/op/goto_xs.t
12984 ____________________________________________________________________________
12985 [ 24772] By: rgs                                   on 2005/06/09  08:12:03
12986         Log: Subject: [PATCH] pp_pack.c cleanup
12987              From: Andy Lester <andy@petdance.com>
12988              Date: Wed, 8 Jun 2005 10:23:53 -0500
12989              Message-ID: <20050608152353.GA6253@petdance.com>
12990      Branch: perl
12991            ! pp_pack.c
12992 ____________________________________________________________________________
12993 [ 24771] By: rgs                                   on 2005/06/09  07:59:09
12994         Log: Subject: [PATCH] perlfunc.pod: ioctl.ph
12995              From: Alexey Tourbin <at@altlinux.ru>
12996              Date: Wed, 8 Jun 2005 13:45:08 +0400
12997              Message-ID: <20050608094508.GJ5867@solemn.turbinal.org>
12998      Branch: perl
12999            ! pod/perlfunc.pod
13000 ____________________________________________________________________________
13001 [ 24770] By: rgs                                   on 2005/06/09  07:44:36
13002         Log: Subject: [PATCH] instead of unions use double cast for data pointer <-> function pointer
13003              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13004              Date: Thu, 09 Jun 2005 08:50:56 +0300
13005              Message-ID: <42A7D8C0.1080104@gmail.com>
13006      Branch: perl
13007            ! ext/DynaLoader/dl_dlopen.xs perl.h sv.c toke.c
13008 ____________________________________________________________________________
13009 [ 24769] By: nicholas                              on 2005/06/08  22:48:00
13010         Log: More SvPV consting
13011      Branch: perl
13012            ! dump.c mg.c op.c pp_hot.c pp_sys.c regexec.c
13013 ____________________________________________________________________________
13014 [ 24768] By: nicholas                              on 2005/06/08  22:45:39
13015         Log: The old COW code needs to use SvPVX_mutable when doing copy-on-write.
13016      Branch: perl
13017            ! sv.c
13018 ____________________________________________________________________________
13019 [ 24767] By: nicholas                              on 2005/06/08  22:43:58
13020         Log: Add SvPV_mutable for use by the old COW code.
13021      Branch: perl
13022            ! sv.h
13023 ____________________________________________________________________________
13024 [ 24766] By: nicholas                              on 2005/06/08  20:32:35
13025         Log: sv_setsv is allowed to swipe buffers from read only scalars
13026      Branch: perl
13027            ! sv.c
13028 ____________________________________________________________________________
13029 [ 24765] By: nicholas                              on 2005/06/08  19:49:08
13030         Log: const-ize pp_formline
13031      Branch: perl
13032            ! pp_ctl.c
13033 ____________________________________________________________________________
13034 [ 24764] By: merijn                                on 2005/06/08  19:14:19
13035         Log: Cygwin fails to open $^X on many occasion here
13036              afile is still available from the previous test
13037      Branch: perl
13038            ! t/io/layers.t
13039 ____________________________________________________________________________
13040 [ 24763] By: nicholas                              on 2005/06/08  17:48:35
13041         Log: Remove repeated C<n_a>s
13042      Branch: perl
13043            ! perl.c
13044 ____________________________________________________________________________
13045 [ 24762] By: nicholas                              on 2005/06/08  17:48:17
13046         Log: Remove the n_a
13047      Branch: perl
13048            ! malloc.c
13049 ____________________________________________________________________________
13050 [ 24761] By: nicholas                              on 2005/06/08  16:02:54
13051         Log: Add and use MgPV_nolen_const
13052      Branch: perl
13053            ! mg.c mg.h
13054 ____________________________________________________________________________
13055 [ 24760] By: nicholas                              on 2005/06/08  15:39:40
13056         Log: Nuke some more n_a, and convert S_gv_ename from char * to const char *
13057      Branch: perl
13058            ! doop.c dump.c embed.fnc mg.c op.c pp_hot.c pp_pack.c pp_sys.c
13059            ! proto.h regcomp.c taint.c toke.c
13060 ____________________________________________________________________________
13061 [ 24759] By: nicholas                              on 2005/06/08  14:52:17
13062         Log: Allow a null length pointer to sv_pvn_force_flags.
13063              Add SvPV_force_nolen and use it to remove some C<n_a>s
13064      Branch: perl
13065            ! embed.fnc pp.c pp_ctl.c proto.h sv.c sv.h
13066 ____________________________________________________________________________
13067 [ 24758] By: nicholas                              on 2005/06/08  13:43:23
13068         Log: n_a no more
13069      Branch: perl
13070            ! perl.c pp_ctl.c pp_sys.c universal.c
13071 ____________________________________________________________________________
13072 [ 24757] By: nicholas                              on 2005/06/08  11:00:54
13073         Log: Eliminate more C<n_a>s
13074      Branch: perl
13075            ! XSUB.h pp.h
13076 ____________________________________________________________________________
13077 [ 24756] By: nicholas                              on 2005/06/08  11:00:33
13078         Log: A mising cast (given that rx->subbeg is only char *)
13079      Branch: perl
13080            ! pp_hot.c
13081 ____________________________________________________________________________
13082 [ 24755] By: nicholas                              on 2005/06/08  10:08:01
13083         Log: s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
13084      Branch: perl
13085            ! dump.c embed.fnc embed.h ext/B/t/bytecode.t
13086            ! ext/Devel/PPPort/parts/embed.fnc makedef.pl mg.c pad.c
13087            ! pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c regexp.h sv.c
13088            ! sv.h
13089 ____________________________________________________________________________
13090 [ 24754] By: rgs                                   on 2005/06/08  09:19:18
13091         Log: Subject: [PATCH] regexec.c utf8 loading
13092              From: Andy Lester <andy@petdance.com>
13093              Date: Wed, 8 Jun 2005 00:03:32 -0500
13094              Message-ID: <20050608050332.GA31059@petdance.com>
13095      Branch: perl
13096            ! regexec.c
13097 ____________________________________________________________________________
13098 [ 24753] By: rgs                                   on 2005/06/08  09:12:17
13099         Log: Subject: Re: FindBin.pm: incomplete getcwd/cwd patch and SELinux (Strict policy)
13100              From: José Pedro Oliveira <jpo@di.uminho.pt>
13101              Date: Tue, 07 Jun 2005 21:07:42 +0100
13102              Message-ID: <42A5FE8E.3020608@di.uminho.pt>
13103      Branch: perl
13104            ! lib/FindBin.pm
13105 ____________________________________________________________________________
13106 [ 24752] By: nicholas                              on 2005/06/08  09:09:52
13107         Log: One more SvPV_const
13108      Branch: perl
13109            ! pp.c
13110 ____________________________________________________________________________
13111 [ 24751] By: nicholas                              on 2005/06/08  09:09:28
13112         Log: Don't test the core XS code yet with PERL_DEBUG_COW > 1
13113      Branch: perl
13114            ! sv.h
13115 ____________________________________________________________________________
13116 [ 24750] By: nicholas                              on 2005/06/08  08:50:06
13117         Log: Remove two more unused C<n_a>s
13118      Branch: perl
13119            ! pp_sys.c
13120 ____________________________________________________________________________
13121 [ 24749] By: nicholas                              on 2005/06/08  08:49:32
13122         Log: Better sv_2pv_flags implementation (avoid writing to n_a)
13123      Branch: perl
13124            ! sv.c
13125 ____________________________________________________________________________
13126 [ 24748] By: nicholas                              on 2005/06/08  08:07:05
13127         Log: Convert POPpx POPpconstx and POPpbytex to use nolen macros.
13128              Elminate a lot of C<n_a>s
13129      Branch: perl
13130            ! pp.h pp_ctl.c pp_sys.c
13131 ____________________________________________________________________________
13132 [ 24747] By: nicholas                              on 2005/06/08  08:05:47
13133         Log: Add SvPVx_nolen and SvPVbytex_nolen
13134      Branch: perl
13135            ! sv.h
13136 ____________________________________________________________________________
13137 [ 24746] By: nicholas                              on 2005/06/08  08:04:53
13138         Log: More SvPV consting
13139      Branch: perl
13140            ! perly.act perly.y
13141 ____________________________________________________________________________
13142 [ 24745] By: rgs                                   on 2005/06/08  06:51:48
13143         Log: Mark a static function as static
13144      Branch: perl
13145            ! utf8.c
13146 ____________________________________________________________________________
13147 [ 24744] By: nicholas                              on 2005/06/07  22:22:34
13148         Log: More SvPV consting
13149      Branch: perl
13150            ! doop.c pp.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c regexec.c
13151            ! sv.c toke.c
13152 ____________________________________________________________________________
13153 [ 24743] By: nicholas                              on 2005/06/07  21:16:13
13154         Log: More SvPV consting
13155      Branch: perl
13156            ! doop.c mg.c perl.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sys.c
13157            ! sv.c
13158 ____________________________________________________________________________
13159 [ 24742] By: nicholas                              on 2005/06/07  19:45:13
13160         Log: More consting of SvPV
13161      Branch: perl
13162            ! embed.fnc pp_ctl.c proto.h sv.c
13163 ____________________________________________________________________________
13164 [ 24741] By: rgs                                   on 2005/06/07  19:30:35
13165         Log: The definition of SvPVx_nolen_const is missing for non GNU-C compilers
13166      Branch: perl
13167            ! sv.h
13168 ____________________________________________________________________________
13169 [ 24740] By: nicholas                              on 2005/06/07  18:38:39
13170         Log: More SvPV consting.
13171      Branch: perl
13172            ! doio.c doop.c gv.c mg.c perlio.c pp.c pp_ctl.c pp_hot.c
13173            ! pp_pack.c pp_sys.c sv.c toke.c universal.c util.c
13174 ____________________________________________________________________________
13175 [ 24739] By: nicholas                              on 2005/06/07  18:33:08
13176         Log: Add SvPV_nolen_const and SvPV_nomg_const
13177      Branch: perl
13178            ! sv.h
13179 ____________________________________________________________________________
13180 [ 24738] By: nicholas                              on 2005/06/07  18:32:44
13181         Log: Add MgPV_const
13182      Branch: perl
13183            ! mg.h
13184 ____________________________________________________________________________
13185 [ 24737] By: rgs                                   on 2005/06/07  18:07:41
13186         Log: Remove unused variable (thanks to Andy's lint)
13187      Branch: perl
13188            ! mg.c
13189 ____________________________________________________________________________
13190 [ 24736] By: nicholas                              on 2005/06/07  17:35:10
13191         Log: Change 24733 allows several pointers to be NULL. Therefore this
13192              should be reflected in their attributes.
13193      Branch: perl
13194            ! embed.fnc proto.h
13195 ____________________________________________________________________________
13196 [ 24735] By: rgs                                   on 2005/06/07  17:03:16
13197         Log: Subject: [PATCH] Random cleanups #47
13198              From: Andy Lester <andy@petdance.com>
13199              Date: Mon, 6 Jun 2005 10:11:07 -0500
13200              Message-ID: <20050606151107.GC7022@petdance.com>
13201      Branch: perl
13202            ! Makefile.SH README.aix embed.fnc hv.c numeric.c op.c pad.c
13203            ! pod/perldebug.pod pp_ctl.c proto.h sv.c toke.c util.c
13204 ____________________________________________________________________________
13205 [ 24734] By: rgs                                   on 2005/06/07  15:58:23
13206         Log: make some more functions static
13207              
13208              Subject: [PATCH] B/C/C.xs: static my_runops()
13209              Message-ID: <20050604232451.GT5867@solemn.turbinal.org>
13210              
13211              Subject: [PATCH] Devel/Peek/Peek.xs: make plain C functions static
13212              Message-ID: <20050604232952.GU5867@solemn.turbinal.org>
13213              
13214              Subject: [PATCH] File/Glob/Glob.xs: errfunc() should be static
13215              Message-ID: <20050604233414.GV5867@solemn.turbinal.org>
13216              
13217              all being :
13218              From: Alexey Tourbin <at@altlinux.ru>
13219              Date: Sun, 5 Jun 2005
13220      Branch: perl
13221            ! ext/B/C/C.xs ext/Devel/Peek/Peek.xs ext/File/Glob/Glob.xs
13222 ____________________________________________________________________________
13223 [ 24733] By: nicholas                              on 2005/06/07  15:10:38
13224         Log: Simplify the implementation of SvPV*nolen functions
13225      Branch: perl
13226            ! sv.c sv.h
13227 ____________________________________________________________________________
13228 [ 24732] By: nicholas                              on 2005/06/07  14:57:35
13229         Log: Ensure string table counts are balanced. (Was not true in op/pack.t)
13230      Branch: perl
13231            ! sv.c sv.h
13232 ____________________________________________________________________________
13233 [ 24731] By: rgs                                   on 2005/06/07  14:44:55
13234         Log: Remove unneeded #ifdef VMS since VMS is not defined here anyway
13235              (spotted by Steve_p)
13236      Branch: perl
13237            ! util.c
13238 ____________________________________________________________________________
13239 [ 24730] By: rgs                                   on 2005/06/07  14:35:25
13240         Log: Subject: [PATCH] one more round of is_utf8_foo tuneup
13241              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13242              Date: Sun, 05 Jun 2005 18:06:12 +0300
13243              Message-ID: <42A314E4.8060608@gmail.com>
13244      Branch: perl
13245            ! embed.fnc embed.h global.sym mg.c pod/perlapi.pod proto.h
13246            ! utf8.c utf8.h
13247 ____________________________________________________________________________
13248 [ 24729] By: rgs                                   on 2005/06/07  13:53:59
13249         Log: Subject: [PATCH] util.c: S_vdie_common() should be static
13250              From: Alexey Tourbin <at@altlinux.ru>
13251              Date: Sun, 5 Jun 2005 03:08:30 +0400
13252              Message-ID: <20050604230830.GS5867@solemn.turbinal.org>
13253      Branch: perl
13254            ! util.c
13255 ____________________________________________________________________________
13256 [ 24728] By: rgs                                   on 2005/06/07  13:15:45
13257         Log: Fix apidoc for newSVhek
13258      Branch: perl
13259            ! pod/perlapi.pod sv.c
13260 ____________________________________________________________________________
13261 [ 24727] By: nicholas                              on 2005/06/07  13:01:42
13262         Log: make pp_split const
13263      Branch: perl
13264            ! pp.c
13265 ____________________________________________________________________________
13266 [ 24726] By: nicholas                              on 2005/06/07  12:11:48
13267         Log: Lots of consting
13268      Branch: perl
13269            ! doio.c doop.c gv.c hv.c op.c pp.c pp_ctl.c pp_hot.c pp_pack.c
13270            ! pp_sys.c
13271 ____________________________________________________________________________
13272 [ 24725] By: nicholas                              on 2005/06/07  12:08:58
13273         Log: The FBM compile code is mutable, because it's permissible to FBM
13274              compile a read-only value.
13275      Branch: perl
13276            ! util.c
13277 ____________________________________________________________________________
13278 [ 24724] By: nicholas                              on 2005/06/07  12:07:49
13279         Log: XS_VERSION_BOOTCHECK is read only.
13280      Branch: perl
13281            ! XSUB.h
13282 ____________________________________________________________________________
13283 [ 24723] By: nicholas                              on 2005/06/07  12:06:13
13284         Log: POPpx needs a const equivalent.
13285      Branch: perl
13286            ! pp.h
13287 ____________________________________________________________________________
13288 [ 24722] By: nicholas                              on 2005/06/07  12:03:56
13289         Log: Make a start at consting calls to SvPV. SV conversion and upgrade
13290              routines need to be mutable, as it's permitted to change the type of
13291              a READONLY SV, or cache the string or number conversion.
13292              Other routines are mostly const.
13293      Branch: perl
13294            ! sv.c
13295 ____________________________________________________________________________
13296 [ 24721] By: nicholas                              on 2005/06/07  12:00:09
13297         Log: Need const versions of SvPV(), so that its callers can indicate
13298              whether they are read/write or read only
13299              Also provide a mutable version, for the internals to use where it
13300              needs a non-const pointer, but will be writing. Callers of this are
13301              assumed to be aware of how copy on write is working, and to keep
13302              track of core changes.
13303              
13304              For now check that SVs are not READONLY when const versions are used.
13305              (with DEBUG_COW > 1). COW is going to have to be orthogonal to Perl's
13306              READONLY flag, but for now it provides a good test indicator.
13307      Branch: perl
13308            ! sv.h
13309 ____________________________________________________________________________
13310 [ 24720] By: rgs                                   on 2005/06/07  09:23:58
13311         Log: Subject: [PATCH] Re: [perl #36130] chr(-1) should probably return undef
13312              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13313              Date: Mon, 06 Jun 2005 20:28:35 +0300
13314              Message-ID: <42A487C3.8010306@gmail.com>
13315      Branch: perl
13316            ! pod/perlfunc.pod pp.c t/op/chr.t
13317 ____________________________________________________________________________
13318 [ 24719] By: rgs                                   on 2005/06/07  09:02:23
13319         Log: Subject: RE: a bit of trouble with compiling with MSVC++ on Win32
13320              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
13321              Date: Tue, 7 Jun 2005 13:19:33 +0400 
13322              Message-ID: <7DD1BE2C50259746ABB8683672D2089E12D462@itotest-1.spb.lucent.com>
13323      Branch: perl
13324            ! README.win32
13325 ____________________________________________________________________________
13326 [ 24718] By: rgs                                   on 2005/06/07  08:56:37
13327         Log: Subject: [perl #36193] crash in Perl_yyerror due to missing check for NULL 
13328              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
13329              Date: 6 Jun 2005 23:24:28 -0000
13330              Message-ID: <rt-3.0.11-36193-115243.12.1531563965146@perl.org>
13331      Branch: perl
13332            ! toke.c
13333 ____________________________________________________________________________
13334 [ 24717] By: merijn                                on 2005/06/07  08:18:59
13335         Log: Subject: [PATCH] Unvoid SvUPGRADE
13336              From: Andy Lester <andy@petdance.com>
13337              Date: Mon, 6 Jun 2005 23:08:50 -0500
13338              Message-ID: <20050607040850.GA7033@petdance.com>
13339      Branch: perl
13340            ! doio.c doop.c gv.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c
13341            ! scope.c sv.c sv.h toke.c util.c
13342 ____________________________________________________________________________
13343 [ 24716] By: nicholas                              on 2005/06/06  14:50:21
13344         Log: Abstract all access to the shared hash value through SvSHARED_HASH()
13345      Branch: perl
13346            ! hv.c pp_hot.c sv.c sv.h
13347 ____________________________________________________________________________
13348 [ 24715] By: nicholas                              on 2005/06/06  10:01:49
13349         Log: SvIsCOW_shared_hash is declared all the time, so use it.
13350      Branch: perl
13351            ! pp_hot.c
13352 ____________________________________________________________________________
13353 [ 24714] By: nicholas                              on 2005/06/06  09:08:45
13354         Log: Shared hash key scalars can be safely copied as shared hash key scalars
13355              all the time.
13356      Branch: perl
13357            ! sv.c
13358 ____________________________________________________________________________
13359 [ 24713] By: steveh                                on 2005/06/06  07:52:59
13360         Log: NORETURN_FUNCTION_END is not a complete statement
13361              
13362              (Fix compilation error following change #24702)
13363      Branch: perl
13364            ! ext/IO/IO.xs
13365 ____________________________________________________________________________
13366 [ 24712] By: steveh                                on 2005/06/06  07:47:06
13367         Log: We still need an "i" in the PERL_IMPLICIT_SYS case
13368              
13369              (Fix compilation error following change #24689)
13370      Branch: perl
13371            ! sv.c
13372 ____________________________________________________________________________
13373 [ 24711] By: merijn                                on 2005/06/06  06:18:51
13374         Log: Subject: [PATCH] Tru64: allow creating perl.pixie even with optimized Perl
13375              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13376              Date: Sun, 05 Jun 2005 18:28:08 +0300
13377              Message-ID: <42A31A08.3070601@gmail.com>
13378      Branch: perl
13379            ! Makefile.SH
13380 ____________________________________________________________________________
13381 [ 24710] By: merijn                                on 2005/06/06  06:01:30
13382         Log: Subject: [PATCH] Re: blead attribute warnings, cygwin + gcc 3.4.1
13383              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13384              Date: Sun, 5 Jun 2005 20:43:55 -0700
13385              Message-ID: <20050606034354.GA1456@efn.org>
13386      Branch: perl
13387            ! cygwin/cygwin.c
13388 ____________________________________________________________________________
13389 [ 24709] By: rgs                                   on 2005/06/05  11:35:48
13390         Log: New test for getppid(), by Alexey Tourbin
13391      Branch: perl
13392            + t/op/getppid.t
13393            ! MANIFEST
13394 ____________________________________________________________________________
13395 [ 24708] By: rgs                                   on 2005/06/05  11:14:41
13396         Log: Subject: PATCH for [perl #36043] '@foo = sort { $a <=> $b } @bar' uses too much memory
13397              From: Salvador Fandiño <sfandino@yahoo.com>
13398              Date: Jun 5, 2005 4:25 AM
13399              Message-ID: <20050605022436.21982.qmail@lists.develooper.com>
13400      Branch: perl
13401            ! pp_sort.c
13402 ____________________________________________________________________________
13403 [ 24707] By: ams                                   on 2005/06/05  03:55:11
13404         Log: Subject: [PATCH] Fix minor bummer in 24706
13405              From: Andy Lester <andy@petdance.com>
13406              Date: Sat, 4 Jun 2005 23:09:04 -0500
13407              Message-Id: <20050605040904.GA27783@petdance.com>
13408      Branch: perl
13409            ! utf8.c
13410 ____________________________________________________________________________
13411 [ 24706] By: rgs                                   on 2005/06/04  16:55:27
13412         Log: Subject: [PATCH] further speeding up of is_utf8_string()
13413              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13414              Date: Sat, 04 Jun 2005 13:40:15 +0300
13415              Message-ID: <42A1850F.4040109@gmail.com>
13416      Branch: perl
13417            + t/op/chr.t
13418            ! MANIFEST embed.fnc embed.h global.sym proto.h utf8.c
13419 ____________________________________________________________________________
13420 [ 24705] By: rgs                                   on 2005/06/04  16:49:33
13421         Log: Silence a const warning
13422      Branch: perl
13423            ! sv.c
13424 ____________________________________________________________________________
13425 [ 24704] By: rgs                                   on 2005/06/04  16:06:38
13426         Log: Improve FindBin discovery of current directory, based on :
13427              
13428              Subject: FindBin.pm: incomplete getcwd/cwd patch? (#24375, #24379)
13429              From: José Pedro Oliveira <jpo@di.uminho.pt>
13430              Date: Thu, 12 May 2005 20:36:48 +0100
13431              Message-ID: <4283B050.6080805@di.uminho.pt>
13432              
13433              Plus POD fixes
13434      Branch: perl
13435            ! lib/FindBin.pm
13436 ____________________________________________________________________________
13437 [ 24703] By: rgs                                   on 2005/06/04  07:16:11
13438         Log: Simplify the getppid code, by Alexey Tourbin
13439      Branch: perl
13440            ! pp_sys.c
13441 ____________________________________________________________________________
13442 [ 24702] By: rgs                                   on 2005/06/03  22:22:43
13443         Log: Subject: [PATCH] Consting IO and Devel::Peek
13444              From: Andy Lester <andy@petdance.com>
13445              Reply-To: Perl 5 Porters <perl5-porters@perl.org>
13446              Message-ID: <20050531212621.GA12117@petdance.com>
13447      Branch: perl
13448            ! ext/Devel/Peek/Peek.xs ext/IO/IO.xs
13449 ____________________________________________________________________________
13450 [ 24701] By: rgs                                   on 2005/06/03  22:07:57
13451         Log: Subject: [PATCH] Clean up UNI* macros in toke.c
13452              From: Andy Lester <andy@petdance.com>
13453              Date: Jun 3, 2005 7:14 PM
13454              Message-ID: <20050603171448.GA5834@petdance.com>
13455      Branch: perl
13456            ! toke.c
13457 ____________________________________________________________________________
13458 [ 24700] By: rgs                                   on 2005/06/03  21:48:16
13459         Log: Subject: B::Concise torture
13460              From: Jim Cromie <jcromie@divsol.com>
13461              Date: Jun 2, 2005 6:36 AM
13462              Message-ID: <429E8CBE.406@divsol.com>
13463              (with formatting nits)
13464      Branch: perl
13465            ! ext/B/B/Concise.pm ext/B/t/concise-xs.t ext/B/t/concise.t
13466 ____________________________________________________________________________
13467 [ 24699] By: rgs                                   on 2005/06/03  21:07:03
13468         Log: Subject: Re: [PATCH] Improved ICMP_UNREACHABLE handling in Net::Ping
13469              From: Gisle Aas <gisle@activestate.com>
13470              Date: 03 Jun 2005 09:17:44 -0700
13471              Message-ID: <lry89rfm8n.fsf_-_@caliper.activestate.com>
13472      Branch: perl
13473            ! lib/Net/Ping.pm
13474 ____________________________________________________________________________
13475 [ 24698] By: nicholas                              on 2005/06/03  12:00:01
13476         Log: Use newSVhek in the cloning code.
13477      Branch: perl
13478            ! sv.c
13479 ____________________________________________________________________________
13480 [ 24697] By: nicholas                              on 2005/06/03  11:06:36
13481         Log: Use newSVhek where we're generating SVs from package names
13482      Branch: perl
13483            ! op.c pp.c sv.c toke.c
13484 ____________________________________________________________________________
13485 [ 24696] By: nicholas                              on 2005/06/03  10:03:21
13486         Log: s/newSVpv_hek/newSVhek/g; # Lousy choice of name
13487      Branch: perl
13488            ! embed.fnc embed.h hv.c proto.h sv.c
13489 ____________________________________________________________________________
13490 [ 24694] By: rgs                                   on 2005/06/03  09:57:26
13491         Log: Bump version number
13492      Branch: perl
13493            ! ext/Devel/DProf/DProf.pm
13494 ____________________________________________________________________________
13495 [ 24693] By: rgs                                   on 2005/06/03  09:52:21
13496         Log: Subject: Re: [perl #35977] perlbug AutoReply: Devel::DProf "unstacked calls in outer"
13497              From: Duncan Findlay <duncf@debian.org>
13498              Date: Wed, 1 Jun 2005 12:18:08 -0400
13499              Message-ID: <20050601161808.GA17294@duncf.mine.nu>
13500      Branch: perl
13501            ! utils/dprofpp.PL
13502 ____________________________________________________________________________
13503 [ 24692] By: nicholas                              on 2005/06/03  09:37:21
13504         Log: Create newSVpv_hek to reduce code duplication where HEKs need to be
13505              turned into SVs
13506      Branch: perl
13507            ! embed.fnc embed.h global.sym hv.c sv.c
13508 ____________________________________________________________________________
13509 [ 24691] By: rgs                                   on 2005/06/03  09:29:36
13510         Log: POD fixes
13511      Branch: perl
13512            ! pod/perlfunc.pod
13513 ____________________________________________________________________________
13514 [ 24690] By: rgs                                   on 2005/06/03  08:37:42
13515         Log: Subject: Re: Should while ( <$fh> ) and while (< $fh >) do the same thing?
13516              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13517              Date: Thu, 2 Jun 2005 11:49:11 -0700
13518              Message-ID: <20050602184911.GA3292@efn.org>
13519      Branch: perl
13520            ! pod/perlop.pod
13521 ____________________________________________________________________________
13522 [ 24689] By: rgs                                   on 2005/06/03  08:31:26
13523         Log: Subject: [PATCH] Random consting
13524              From: Andy Lester <andy@petdance.com>
13525              Date: Thu, 2 Jun 2005 12:19:43 -0500
13526              Message-ID: <20050602171943.GA16553@petdance.com>
13527      Branch: perl
13528            ! doio.c dump.c embed.fnc embed.h global.sym gv.c hv.c malloc.c
13529            ! perl.c perlio.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
13530            ! util.c
13531 ____________________________________________________________________________
13532 [ 24688] By: steveh                                on 2005/06/03  08:12:45
13533         Log: Subject: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
13534              From: "Jan Dubois" <jand@ActiveState.com>
13535              Date: Mon, 18 Apr 2005 20:16:24 -0700
13536              Message-Id: <200504190311.j3J3BM4p001792@smtp3.ActiveState.com>
13537              
13538              Subject: RE: [PATCH] Run ICMP ping tests on Windows as long as we have admin privs
13539              From: "Jan Dubois" <jand@ActiveState.com>
13540              Date: Tue, 19 Apr 2005 01:49:51 -0700
13541              Message-Id: <200504190844.j3J8inkW032630@smtp3.ActiveState.com>
13542              
13543              (There was no reply from Rob Brown in over a month, so commit to blead
13544              for now.  I'll email him again...)
13545      Branch: perl
13546            ! lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
13547            ! lib/Net/Ping/t/500_ping_icmp.t
13548 ____________________________________________________________________________
13549 [ 24687] By: rgs                                   on 2005/06/03  08:08:25
13550         Log: Subject: [PATCH] speed up is_utf8_char()
13551              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13552              Date: Thu, 02 Jun 2005 21:52:46 +0300
13553              Message-ID: <429F557E.3090007@gmail.com>
13554      Branch: perl
13555            ! utf8.c utf8.h
13556 ____________________________________________________________________________
13557 [ 24686] By: rgs                                   on 2005/06/03  08:04:25
13558         Log: Subject: [PATCH] Quotes in pod/*.pod
13559              From: Andy Lester <andy@petdance.com>
13560              Date: Thu, 2 Jun 2005 16:19:54 -0500
13561              Message-ID: <20050602211954.GA22107@petdance.com>
13562      Branch: perl
13563            ! Porting/pumpkin.pod README.cygwin README.hurd README.mint
13564            ! README.os390 README.vmesa pod/perlfaq.pod pod/perlfaq3.pod
13565            ! pod/perlfaq4.pod pod/perlfaq6.pod pod/perlfaq7.pod
13566            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlgpl.pod
13567            ! pod/perlhack.pod pod/perlipc.pod pod/perllocale.pod
13568            ! pod/perlport.pod pod/perlre.pod pod/perlref.pod
13569            ! pod/perlthrtut.pod
13570 ____________________________________________________________________________
13571 [ 24685] By: rgs                                   on 2005/06/03  07:59:48
13572         Log: Indent fix
13573      Branch: perl
13574            ! pod/perlfaq7.pod
13575 ____________________________________________________________________________
13576 [ 24684] By: rgs                                   on 2005/06/03  07:58:10
13577         Log: FAQ sync
13578      Branch: perl
13579            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
13580            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
13581            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
13582 ____________________________________________________________________________
13583 [ 24683] By: rgs                                   on 2005/06/03  07:45:21
13584         Log: Subject: [PATCH] symbian/xsbuild.pl
13585              From: <jarkko.hietaniemi@nokia.com>
13586              Date: Fri, 3 Jun 2005 11:00:01 +0300
13587              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A225@esebe105.NOE.Nokia.com>
13588      Branch: perl
13589            ! symbian/xsbuild.pl
13590 ____________________________________________________________________________
13591 [ 24682] By: rgs                                   on 2005/06/03  07:43:52
13592         Log: Subject: [PATCH] SvPVX_const() - patch #4
13593              From: Steve Peters <steve@fisharerojo.org>
13594              Date: Thu, 2 Jun 2005 13:41:35 -0500
13595              Message-ID: <20050602184135.GA13682@mccoy.peters.homeunix.org>
13596      Branch: perl
13597            ! embed.fnc pod/perlapi.pod proto.h regcomp.c regexec.c sv.c
13598 ____________________________________________________________________________
13599 [ 24681] By: rgs                                   on 2005/06/02  16:44:51
13600         Log: Subject: Re: [patch] teach B::Concise to see XS code
13601              From: Jim Cromie <jcromie@divsol.com>
13602              Date: Wed, 01 Jun 2005 08:01:17 -0600
13603              Message-ID: <429DBFAD.1090308@divsol.com>
13604      Branch: perl
13605            ! ext/B/B/Concise.pm ext/B/t/concise.t
13606 ____________________________________________________________________________
13607 [ 24680] By: nicholas                              on 2005/06/02  16:40:58
13608         Log: Integrate perl587delta.pod, the changes in perlhist.pod, and update
13609              the relevant makefiles and tables-of-contents to reflect this.
13610      Branch: perl
13611           +> pod/perl587delta.pod
13612           !> MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perlhist.pod
13613           !> pod/perltoc.pod vms/descrip_mms.template win32/Makefile
13614           !> win32/makefile.mk win32/pod.mak
13615 ____________________________________________________________________________
13616 [ 24679] By: steveh                                on 2005/06/02  15:57:13
13617         Log: Subject: DynaLoader dl_unload_file for win32 ( dl_win32.xs )
13618              From: DH <crazyinsomniac@yahoo.com>
13619              Date: Tue, 31 May 2005 08:33:27 -0700 (PDT)
13620              Message-ID: <20050531153327.85145.qmail@unknown-209-73-178-237.yahoo.com>
13621              
13622              (with a couple of minor tweaks)
13623      Branch: perl
13624            ! win32/dl_win32.xs
13625 ____________________________________________________________________________
13626 [ 24678] By: nicholas                              on 2005/06/02  15:10:54
13627         Log: Dave can see a better way of doing the rounding.
13628      Branch: perl
13629            ! handy.h
13630 ____________________________________________________________________________
13631 [ 24677] By: nicholas                              on 2005/06/02  14:42:20
13632         Log: 24672 is innocent. valgrind + perl's malloc considered harmful.
13633      Branch: perl
13634            ! toke.c
13635 ____________________________________________________________________________
13636 [ 24676] By: nicholas                              on 2005/06/02  13:36:01
13637         Log: Changes 24660 and 24665 both introduced errors into the USEMYMALLOC
13638              code. Plus change 24672 appears to break under USEMYMALLOC, so revert
13639              it for now.
13640      Branch: perl
13641            ! hv.c sv.c toke.c
13642 ____________________________________________________________________________
13643 [ 24675] By: rgs                                   on 2005/06/02  11:19:02
13644         Log: Upgrade to ExtUtils::CBuilder 0.12 and ExtUtils::ParseXS 2.10
13645      Branch: perl
13646            ! lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
13647            ! lib/ExtUtils/CBuilder/Platform/Unix.pm
13648            ! lib/ExtUtils/CBuilder/Platform/VMS.pm
13649            ! lib/ExtUtils/CBuilder/Platform/Windows.pm
13650            ! lib/ExtUtils/CBuilder/Platform/aix.pm
13651            ! lib/ExtUtils/CBuilder/Platform/cygwin.pm
13652            ! lib/ExtUtils/CBuilder/Platform/darwin.pm
13653            ! lib/ExtUtils/CBuilder/Platform/os2.pm lib/ExtUtils/ParseXS.pm
13654 ____________________________________________________________________________
13655 [ 24674] By: rgs                                   on 2005/06/02  09:39:26
13656         Log: CPP typo fix (by Dominic Dunlop)
13657      Branch: perl
13658            ! perl.c
13659 ____________________________________________________________________________
13660 [ 24673] By: nicholas                              on 2005/06/02  09:29:48
13661         Log: Oops. My maths was too generous (by 1).
13662      Branch: perl
13663            ! handy.h
13664 ____________________________________________________________________________
13665 [ 24672] By: nicholas                              on 2005/06/02  09:24:17
13666         Log: Avoid duplicate calls to PAD_COMPNAME_OURSTASH, which is an expensive
13667              macro.
13668      Branch: perl
13669            ! toke.c
13670 ____________________________________________________________________________
13671 [ 24671] By: rgs                                   on 2005/06/02  09:06:39
13672         Log: Fix changed diagnostic
13673      Branch: perl
13674            ! pod/perldiag.pod
13675 ____________________________________________________________________________
13676 [ 24670] By: ams                                   on 2005/06/02  08:44:41
13677         Log: Subject: [PATCH] SvPVX_const() - part 3 ... and const'ing Storable
13678              From: Steve Peters <steve@fisharerojo.org>
13679              Date: Tue, 31 May 2005 09:55:43 -0500
13680              Message-Id: <20050531145543.GA8051@mccoy.peters.homeunix.org>
13681      Branch: perl
13682            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
13683            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
13684            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/via/via.xs
13685            ! ext/Storable/Storable.xs pp_hot.c pp_pack.c pp_sys.c scope.c
13686 ____________________________________________________________________________
13687 [ 24669] By: rgs                                   on 2005/06/02  08:17:29
13688         Log: Subject: [PATCH] use lengths in sv_setpv() calls
13689              From: Andy Lester <andy@petdance.com>
13690              Date: Wed, 1 Jun 2005 23:16:56 -0500
13691              Message-ID: <20050602041656.GA3000@petdance.com>
13692      Branch: perl
13693            ! gv.c sv.c util.c
13694 ____________________________________________________________________________
13695 [ 24668] By: merijn                                on 2005/06/02  08:02:23
13696         Log: New HW model; more on threads for 10.20
13697      Branch: perl
13698            ! README.hpux
13699 ____________________________________________________________________________
13700 [ 24667] By: merijn                                on 2005/06/02  07:52:09
13701         Log: HP-UX specific #pragma entered in #23890 is not supported
13702              on HP-UX 10.20 and older
13703      Branch: perl
13704            ! perl.c
13705 ____________________________________________________________________________
13706 [ 24666] By: merijn                                on 2005/06/02  07:39:30
13707         Log: Subject: [PATCH] Quotes fixed, see also perl #36079
13708              From: Andy Lester <andy@petdance.com>
13709              Date: Thu, 2 Jun 2005 00:02:38 -0500
13710              Message-ID: <20050602050238.GA4001@petdance.com>
13711      Branch: perl
13712            ! av.c doio.c gv.c malloc.c perl.c perl.h perly.c
13713            ! pod/perldiag.pod pp_sort.c pp_sys.c regcomp.c regexec.c
13714            ! scope.h thrdvar.h toke.c util.c
13715 ____________________________________________________________________________
13716 [ 24665] By: nicholas                              on 2005/06/01  20:46:02
13717         Log: Round up all string length requests to malloc()/realloc() to the next
13718              multiple of 4/8 bytes [sizeof(size_t)] on the assumption that malloc()
13719              internally will quantise, and so we're going to use space that
13720              otherwise would be wasted. Hopefully this will save realloc()ing.
13721      Branch: perl
13722            ! ext/Devel/Peek/t/Peek.t handy.h perl.h sv.c
13723 ____________________________________________________________________________
13724 [ 24664] By: nicholas                              on 2005/06/01  20:42:29
13725         Log: I think SvCUR() was intended rather than SvLEN()
13726      Branch: perl
13727            ! ext/Storable/Storable.xs
13728 ____________________________________________________________________________
13729 [ 24663] By: nicholas                              on 2005/06/01  15:40:57
13730         Log: We don't have XRVs any more, so remove the typedef
13731      Branch: perl
13732            ! perl.h
13733 ____________________________________________________________________________
13734 [ 24662] By: nicholas                              on 2005/06/01  15:23:02
13735         Log: Zero-ing the new HV array is pointless, as we write to every element.
13736              Also avoid calling into he_dup when the HE is 0, to save the function
13737              call overhead.
13738      Branch: perl
13739            ! sv.c
13740 ____________________________________________________________________________
13741 [ 24661] By: nicholas                              on 2005/06/01  15:08:02
13742         Log: As PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the type should be
13743              char rather than HE *. Bug was harmless, overallocating by a factor
13744              of sizeof(HE *)
13745      Branch: perl
13746            ! hv.c
13747 ____________________________________________________________________________
13748 [ 24660] By: nicholas                              on 2005/06/01  14:33:14
13749         Log: Store the xhv_aux structure after the main array.
13750              This reduces the size of HV bodies from 24 to 20 bytes on a 32 bit
13751              build. It has the side effect of defined %symbol_table:: now always
13752              being true. defined %hash is already deprecated.
13753      Branch: perl
13754            ! hv.c hv.h sv.c sv.h t/op/magic.t
13755 ____________________________________________________________________________
13756 [ 24659] By: nicholas                              on 2005/06/01  14:28:38
13757         Log: If we're building config_heavy.pl somewhere else, then we need to
13758              require it, not something (or maybe nothing) in the correct place.
13759      Branch: perl
13760            ! configpm
13761 ____________________________________________________________________________
13762 [ 24658] By: rgs                                   on 2005/06/01  14:16:32
13763         Log: Revert change #24656
13764      Branch: perl
13765            ! Makefile.SH
13766 ____________________________________________________________________________
13767 [ 24657] By: nicholas                              on 2005/06/01  09:19:46
13768         Log: Following the head refactoring, the Newz doesn't clear the SvPVX
13769              So PL_mess_sv contained an uninitialised value.
13770      Branch: perl
13771            ! util.c
13772 ____________________________________________________________________________
13773 [ 24656] By: rgs                                   on 2005/06/01  09:12:37
13774         Log: Subject: [PATCH] eliminate always running mktables
13775              From: Robin Barker <Robin.Barker@npl.co.uk>
13776              Date: Wed, 1 Jun 2005 09:55:16 +0100 
13777              Message-ID: <533D273D4014D411AB1D00062938C4D90849C6B8@hotel.npl.co.uk>
13778      Branch: perl
13779            ! Makefile.SH
13780 ____________________________________________________________________________
13781 [ 24655] By: rgs                                   on 2005/06/01  09:09:35
13782         Log: Don't touch lib/ExtUtils/Miniperl.pm when rebuild identically
13783      Branch: perl
13784            ! Makefile.SH
13785 ____________________________________________________________________________
13786 [ 24654] By: rgs                                   on 2005/06/01  08:18:46
13787         Log: Subject: [PATCH] Re: [patch] teach B::Concise to see XS code
13788              From: Stephen McCamant <smcc@mit.edu>
13789              Date: Sat, 21 May 2005 21:52:31 -0700
13790              Message-ID: <17040.4111.265639.434150@apocalypse.OCF.Berkeley.EDU>
13791              
13792              Correctly nullify CvSTART when undef'ing a CV
13793      Branch: perl
13794            ! op.c
13795 ____________________________________________________________________________
13796 [ 24653] By: rgs                                   on 2005/06/01  07:56:50
13797         Log: Subject: Re: [patch] teach B::Concise to see XS code
13798              From: Jim Cromie <jcromie@divsol.com>
13799              Date: Sat, 21 May 2005 09:24:24 -0600
13800              Message-ID: <428F52A8.20702@divsol.com>
13801      Branch: perl
13802            + ext/B/t/concise-xs.t
13803            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t
13804 ____________________________________________________________________________
13805 [ 24652] By: rgs                                   on 2005/06/01  07:39:38
13806         Log: Subject: [PATCH] Speed up lib/unicore/mktables by 45%
13807              From: Andy Lester <andy@petdance.com>
13808              Date: Tue, 31 May 2005 12:39:00 -0500
13809              Message-ID: <20050531173900.GA9820@petdance.com>
13810      Branch: perl
13811            ! lib/unicore/mktables
13812 ____________________________________________________________________________
13813 [ 24651] By: rgs                                   on 2005/05/31  20:34:44
13814         Log: Remove duplicated line
13815      Branch: perl
13816            ! lib/Module/CoreList.pm
13817 ____________________________________________________________________________
13818 [ 24650] By: rgs                                   on 2005/05/31  20:31:55
13819         Log: Upgrade to Module::CoreList 2.02
13820      Branch: perl
13821            ! lib/Module/CoreList.pm
13822 ____________________________________________________________________________
13823 [ 24649] By: nicholas                              on 2005/05/31  12:03:30
13824         Log: Attempt 2 at a diet memory layout can go live.
13825      Branch: perl
13826            ! av.h hv.h
13827 ____________________________________________________________________________
13828 [ 24648] By: nicholas                              on 2005/05/31  10:40:01
13829         Log: Avoid updating a variable in a loop.
13830              Only calculate the number of links in a hash bucket chain if we really
13831              need it.
13832      Branch: perl
13833            ! hv.c
13834 ____________________________________________________________________________
13835 [ 24646] By: nicholas                              on 2005/05/31  10:02:12
13836         Log: Avoid updating a variable in the loop
13837      Branch: perl
13838            ! hv.c
13839 ____________________________________________________________________________
13840 [ 24645] By: rgs                                   on 2005/05/31  09:13:34
13841         Log: Subject: [PATCH] ByteLoader.xs cleanup
13842              From: Andy Lester <andy@petdance.com>
13843              Date: Mon, 30 May 2005 22:28:36 -0500
13844              Message-ID: <20050531032836.GA32198@petdance.com>
13845      Branch: perl
13846            ! ext/ByteLoader/ByteLoader.xs
13847 ____________________________________________________________________________
13848 [ 24644] By: merijn                                on 2005/05/31  05:41:24
13849         Log: Add DECC to the symbol list
13850              Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
13851              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
13852              Date: Mon, 30 May 2005 16:33:15 -0700
13853              Message-ID: <20050530233315.GA3088@efn.org>
13854      Branch: perl
13855            ! Configure
13856 ____________________________________________________________________________
13857 [ 24642] By: davem                                 on 2005/05/30  23:37:15
13858         Log: add pointer to email explaining why eval {goto &foo} is banned
13859      Branch: perl
13860            ! pp_ctl.c
13861 ____________________________________________________________________________
13862 [ 24638] By: nicholas                              on 2005/05/30  21:02:34
13863         Log: Change the logic to avoid needing to set a variable during the loop
13864      Branch: perl
13865            ! hv.c
13866 ____________________________________________________________________________
13867 [ 24633] By: nicholas                              on 2005/05/30  13:01:27
13868         Log: Various HvPLACEHOLDERS() that should be HvPLACEHOLDERS_get()
13869      Branch: perl
13870            ! hv.c
13871 ____________________________________________________________________________
13872 [ 24631] By: rgs                                   on 2005/05/30  11:54:23
13873         Log: Upgrade to PathTools 3.08
13874      Branch: perl
13875            ! ext/Cwd/Changes lib/Cwd.pm lib/File/Spec.pm
13876 ____________________________________________________________________________
13877 [ 24630] By: merijn                                on 2005/05/30  11:07:45
13878         Log: gcc hints were not yet applied to gcc-4.x
13879              Now they are
13880      Branch: perl
13881            ! hints/hpux.sh
13882 ____________________________________________________________________________
13883 [ 24629] By: rgs                                   on 2005/05/30  11:07:15
13884         Log: Subject: [perl #36037] Perl 5.8.7-RC1 build problems on LynxOS 
13885              From: Olli Savia (via RT) <perlbug-followup@perl.org>
13886              Date: 30 May 2005 10:59:35 -0000
13887              Message-ID: <rt-3.0.11-36037-113779.5.23037641993746@perl.org>
13888      Branch: perl
13889            ! util.c
13890 ____________________________________________________________________________
13891 [ 24628] By: merijn                                on 2005/05/30  10:28:06
13892         Log: regen after #24627
13893      Branch: perl
13894            ! perlapi.h
13895 ____________________________________________________________________________
13896 [ 24627] By: merijn                                on 2005/05/30  10:19:09
13897         Log: Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead)
13898              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
13899              Date: Mon, 30 May 2005 09:15:56 +0300
13900              Message-ID: <429AAF9C.30503@gmail.com>
13901      Branch: perl
13902            ! embed.pl ext/DynaLoader/dl_dlopen.xs perl.h sv.c
13903 ____________________________________________________________________________
13904 [ 24626] By: rgs                                   on 2005/05/30  08:54:51
13905         Log: Subject: [PATCH] Teeny optimization in S_hv_magic_check
13906              From: Andy Lester <andy@petdance.com>
13907              Date: Tue, 24 May 2005 11:41:15 -0500
13908              Message-ID: <20050524164115.GA12027@petdance.com>
13909      Branch: perl
13910            ! hv.c
13911 ____________________________________________________________________________
13912 [ 24625] By: rgs                                   on 2005/05/30  08:48:12
13913         Log: Subject: [PATCH] More embed.fnc strictures, plus consting and localizing
13914              From: Andy Lester <andy@petdance.com>
13915              Date: Tue, 24 May 2005 11:47:22 -0500
13916              Message-ID: <20050524164722.GC12027@petdance.com>
13917              
13918              Subject: [PATCH] Remove unused casts
13919              From: Andy Lester <andy@petdance.com>
13920              Date: Tue, 24 May 2005 11:42:18 -0500
13921              Message-ID: <20050524164218.GB12027@petdance.com>
13922      Branch: perl
13923            ! embed.fnc op.c pp_sys.c proto.h regcomp.c regexec.c scope.c
13924            ! sv.c
13925 ____________________________________________________________________________
13926 [ 24624] By: rgs                                   on 2005/05/30  08:11:30
13927         Log: Minor grammar fix by Uri Guttman
13928      Branch: perl
13929            ! pod/perlre.pod
13930 ____________________________________________________________________________
13931 [ 24623] By: rgs                                   on 2005/05/30  08:08:47
13932         Log: Subject: [PATCH] perlrun.pod -w description typo
13933              From: Offer Kaye <offer.kaye@gmail.com>
13934              Date: Mon, 30 May 2005 11:27:38 +0300
13935              Message-ID: <569425050530012768a9baca@mail.gmail.com>
13936      Branch: perl
13937            ! pod/perlrun.pod
13938 ____________________________________________________________________________
13939 [ 24622] By: rgs                                   on 2005/05/30  07:45:09
13940         Log: Subject: [PATCH] Minor warning squashings
13941              From: Andy Lester <andy@petdance.com>
13942              Date: Sun, 29 May 2005 00:19:06 -0500
13943              Message-Id: <740ea3aca85400c6d03e945323badad4@petdance.com>
13944              
13945              Subject: [PATCH] Consting in Opcode.xs
13946              From: Andy Lester <andy@petdance.com>
13947              Date: Sun, 29 May 2005 11:23:50 -0500
13948              Message-ID: <20050529162350.GA13965@petdance.com>
13949              
13950              Subject: [PATCH] consting attrs.xs
13951              From: Andy Lester <andy@petdance.com>
13952              Date: Sun, 29 May 2005 14:15:46 -0500
13953              Message-ID: <20050529191546.GA15581@petdance.com>
13954              
13955              Subject: [PATCH] consting B.xs
13956              From: Andy Lester <andy@petdance.com>
13957              Date: Sun, 29 May 2005 15:09:24 -0500
13958              Message-ID: <20050529200924.GA15873@petdance.com>
13959      Branch: perl
13960            ! embed.fnc ext/B/B.xs ext/Opcode/Opcode.xs ext/attrs/attrs.xs
13961            ! perlio.c pp_sys.c proto.h regcomp.c utf8.c
13962 ____________________________________________________________________________
13963 [ 24621] By: nicholas                              on 2005/05/30  07:43:05
13964         Log: Need a cast to avoid a compiler warning.
13965      Branch: perl
13966            ! ext/ByteLoader/bytecode.h
13967 ____________________________________________________________________________
13968 [ 24619] By: nicholas                              on 2005/05/29  19:35:38
13969         Log: Goodbye xav_arylen. You won't be missed that much.
13970              So now there's a buy 5 get one free offer on PVAV bodies.
13971      Branch: perl
13972            ! av.c av.h dump.c embed.fnc global.sym perl.h pp.c proto.h sv.c
13973 ____________________________________________________________________________
13974 [ 24618] By: ams                                   on 2005/05/29  18:07:37
13975         Log: Subject: [PATCH configure.com] compiler awareness week
13976              From: "Craig A. Berry" <craigberry@mac.com>
13977              Date: Sun, 29 May 2005 12:43:09 -0500
13978              Message-Id: <4299FF2D.90209@mac.com>
13979      Branch: perl
13980            ! configure.com
13981 ____________________________________________________________________________
13982 [ 24617] By: nicholas                              on 2005/05/29  17:46:39
13983         Log: Change the IV to a union.
13984              Revert the NV union back to a plain NV
13985              Transpose the positions of IV and NV (NV is now first)
13986              Don't allocate the NV for PV,PVIV,PVAV and PVHV (last 2 non-allocations
13987              currently disabled by default)
13988      Branch: perl
13989            ! av.h cv.h hv.h intrpvar.h sv.c sv.h
13990 ____________________________________________________________________________
13991 [ 24615] By: nicholas                              on 2005/05/29  14:24:17
13992         Log: Teach buildtoc about README.openbsd, and regenerate various makefiles.
13993      Branch: perl
13994            ! pod.lst pod/perl.pod vms/descrip_mms.template win32/Makefile
13995            ! win32/makefile.mk
13996 ____________________________________________________________________________
13997 [ 24614] By: nicholas                              on 2005/05/29  14:23:32
13998         Log: Restort into bulidtoc's preferred order
13999      Branch: perl
14000            ! MANIFEST
14001 ____________________________________________________________________________
14002 [ 24613] By: ams                                   on 2005/05/29  04:45:05
14003         Log: Subject: [PATCH] VMS build update for blead
14004              From: "Craig A. Berry" <craigberry@mac.com>
14005              Date: Sat, 28 May 2005 23:18:46 -0500
14006              Message-Id: <429942A6.10601@mac.com>
14007      Branch: perl
14008            ! doio.c perly.c vms/descrip_mms.template vms/gen_shrfls.pl
14009            ! vms/vms.c vms/vmsish.h
14010 ____________________________________________________________________________
14011 [ 24612] By: ams                                   on 2005/05/28  14:40:32
14012         Log: Subject: [PATCH] Re: t/uni/class.t has a lot to warn about
14013              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14014              Date: Sat, 28 May 2005 11:47:47 +0300
14015              Message-Id: <42983033.5050509@gmail.com>
14016      Branch: perl
14017            ! t/uni/class.t
14018 ____________________________________________________________________________
14019 [ 24610] By: merijn                                on 2005/05/27  19:22:39
14020         Log: Subject: Re: [PATCH] Do not install change logs, READMEs, etc...
14021              From: Michael G Schwern <schwern@pobox.com>
14022              Date: Fri, 27 May 2005 12:33:27 -0700
14023              Message-ID: <20050527193327.GC17504@windhund.schwern.org>
14024      Branch: perl
14025            ! installperl
14026 ____________________________________________________________________________
14027 [ 24609] By: nicholas                              on 2005/05/27  18:54:36
14028         Log: In assert(), we mustn't stringify the message as part of the first
14029              argument to croak, as it's a *printf format, and the thing we're
14030              asserting might itself contain % signs.
14031              Also, as __FILE__ is a string, we can append that to the format,
14032              rather than needing a %s for it.
14033      Branch: perl
14034            ! perl.h
14035 ____________________________________________________________________________
14036 [ 24608] By: nicholas                              on 2005/05/27  18:20:26
14037         Log: is() is better than ok()
14038      Branch: perl
14039            ! t/op/each.t
14040 ____________________________________________________________________________
14041 [ 24607] By: steveh                                on 2005/05/27  16:22:59
14042         Log: Fix failing Cwd tests on Win32
14043              
14044              Patch was posted to Ken previously
14045              
14046              (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00226.html)
14047              
14048              but no reply as yet.  I'll mail him again...
14049      Branch: perl
14050            ! lib/Cwd.pm
14051 ____________________________________________________________________________
14052 [ 24606] By: steveh                                on 2005/05/27  16:15:41
14053         Log: Skip signals and core dump tests on Win32
14054              
14055              See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00749.html
14056      Branch: perl
14057            ! t/run/exit.t
14058 ____________________________________________________________________________
14059 [ 24605] By: steveh                                on 2005/05/27  15:54:09
14060         Log: Fix more Win32 linker errors caused by change 24561
14061              
14062              Apparently sys_intern_init and sys_intern_clear are required even for
14063              non-threaded builds on Win32.
14064      Branch: perl
14065            ! embed.fnc embed.h proto.h
14066 ____________________________________________________________________________
14067 [ 24596] By: merijn                                on 2005/05/27  10:20:54
14068         Log: Subject: [PATCH] Do not install change logs, READMEs, etc...
14069              From: Michael G Schwern <schwern@pobox.com>
14070              Date: Thu, 26 May 2005 13:43:05 -0700
14071              Message-ID: <20050526204305.GH11558@windhund.schwern.org>
14072      Branch: perl
14073            ! installperl
14074 ____________________________________________________________________________
14075 [ 24595] By: merijn                                on 2005/05/27  10:06:25
14076         Log: Subject: [PATCH] add PERL_CALLCONV to PERL_CKDEF and PERL_PPDEF
14077              From: <jarkko.hietaniemi@nokia.com>
14078              Date: Fri, 27 May 2005 13:15:36 +0300
14079              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F24E7A1CD@esebe105.NOE.Nokia.com>
14080      Branch: perl
14081            ! perl.h
14082 ____________________________________________________________________________
14083 [ 24594] By: nicholas                              on 2005/05/27  09:18:26
14084         Log: Get the HEK once only in the hot code (class method calls)
14085      Branch: perl
14086            ! hv.h pp_hot.c
14087 ____________________________________________________________________________
14088 [ 24593] By: rgs                                   on 2005/05/27  07:44:07
14089         Log: Subject: [PATCH] Re: [perl #35420] localtime corruption
14090              From: Michael G Schwern <schwern@pobox.com>
14091              Date: Thu, 26 May 2005 13:39:38 -0700
14092              Message-ID: <20050526203938.GG11558@windhund.schwern.org>
14093      Branch: perl
14094            ! pod/perlfunc.pod pod/perlport.pod
14095 ____________________________________________________________________________
14096 [ 24592] By: rgs                                   on 2005/05/27  07:04:46
14097         Log: Subject: [PATCH] Documentation nits and fixes for Sv*_set() macros
14098              From: Steve Peters <steve@fisharerojo.org>
14099              Date: Thu, 26 May 2005 14:58:50 -0500
14100              Message-ID: <20050526195850.GA1308@mccoy.peters.homeunix.org>
14101      Branch: perl
14102            ! pod/perlapi.pod sv.h
14103 ____________________________________________________________________________
14104 [ 24591] By: steveh                                on 2005/05/26  16:56:03
14105         Log: Fix some Win32 link errors
14106      Branch: perl
14107            ! global.sym makedef.pl proto.h
14108 ____________________________________________________________________________
14109 [ 24590] By: nicholas                              on 2005/05/26  16:07:20
14110         Log: Rename the members of the SV head union to avoid pre-processor
14111              arguments with embed.h
14112      Branch: perl
14113            ! av.h hv.h sv.c sv.h
14114 ____________________________________________________________________________
14115 [ 24588] By: ams                                   on 2005/05/26  15:33:58
14116         Log: -Wall is intolerably noisy with icc.
14117      Branch: perl
14118            ! cflags.SH
14119 ____________________________________________________________________________
14120 [ 24585] By: rgs                                   on 2005/05/26  15:13:53
14121         Log: Subject: [PATCH] bytes.pm doesn't check undefined subroutine calling
14122              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
14123              Date: Thu, 26 May 2005 23:46:35 +0900
14124              Message-Id: <20050526234321.92F1.BQW10602@nifty.com>
14125      Branch: perl
14126            ! lib/bytes.pm lib/bytes.t
14127 ____________________________________________________________________________
14128 [ 24584] By: nicholas                              on 2005/05/26  14:24:31
14129         Log: Store the package name as a shared HEK.
14130              Abolish HvNAME() - as the stored pointer is not a char* you can't set
14131              it directly now.
14132              Storing a pointer to a HEK tracks the length too, and seems to be
14133              faster.
14134      Branch: perl
14135            ! embed.fnc gv.c hv.c hv.h op.c pp.c proto.h sv.c toke.c
14136            ! xsutils.c
14137 ____________________________________________________________________________
14138 [ 24583] By: nicholas                              on 2005/05/26  12:27:47
14139         Log: We know how big the global string table will be, so use that
14140              information.
14141      Branch: perl
14142            ! sv.c
14143 ____________________________________________________________________________
14144 [ 24582] By: nicholas                              on 2005/05/26  11:28:24
14145         Log: It helps to set the total keys correctly when duplicating a hash.
14146              It helps even more to have a test for this.
14147      Branch: perl
14148            ! ext/threads/t/problems.t sv.c
14149 ____________________________________________________________________________
14150 [ 24581] By: merijn                                on 2005/05/26  11:26:05
14151         Log: More possible re-order dependencies solved
14152      Branch: perl
14153            ! Porting/config_h.pl config_h.SH
14154 ____________________________________________________________________________
14155 [ 24580] By: merijn                                on 2005/05/26  08:43:38
14156         Log: Subject: [PATCH] Updated lint infrastructure
14157              From: Andy Lester <andy@petdance.com>
14158              Date: Wed, 25 May 2005 12:31:39 -0500
14159              Message-ID: <20050525173139.GB1701@petdance.com>
14160      Branch: perl
14161            ! Makefile.SH handy.h malloc.c mg.c pp.c regcomp.h
14162 ____________________________________________________________________________
14163 [ 24579] By: ams                                   on 2005/05/26  07:08:22
14164         Log: Subject: [PATCH] MPE/iX has no lchown()
14165              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14166              Date: Thu, 26 May 2005 08:36:19 +0300
14167              Message-Id: <42956053.4010200@gmail.com>
14168      Branch: perl
14169            ! hints/mpeix.sh
14170 ____________________________________________________________________________
14171 [ 24578] By: merijn                                on 2005/05/25  19:05:07
14172         Log: Added Porting/config_h.pl
14173      Branch: perl
14174            ! MANIFEST
14175 ____________________________________________________________________________
14176 [ 24576] By: merijn                                on 2005/05/25  18:41:52
14177         Log: Reordering config_h.SH after metaconfig now semi automated
14178              This will save me *a lot* of manual work
14179      Branch: perl
14180            + Porting/config_h.pl
14181            ! Configure config_h.SH
14182 ____________________________________________________________________________
14183 [ 24575] By: nicholas                              on 2005/05/25  16:26:12
14184         Log: Export Perl_hek_dup, which duplicates shared hash keys.
14185      Branch: perl
14186            ! embed.fnc embed.h hv.c proto.h
14187 ____________________________________________________________________________
14188 [ 24574] By: nicholas                              on 2005/05/25  15:52:33
14189         Log: Track the mapping between source shared hash keys and target shared
14190              hash keys to save repeated lookups during cloning.
14191      Branch: perl
14192            ! embed.fnc embedvar.h ext/threads/threads.xs hv.c intrpvar.h
14193            ! perl.c perlapi.h proto.h sv.c
14194 ____________________________________________________________________________
14195 [ 24573] By: nicholas                              on 2005/05/25  14:06:55
14196         Log: Replace all uses of HvNAME with the appropriate HvNAME_get or
14197              HvNAME_set
14198      Branch: perl
14199            ! bytecode.pl cop.h ext/ByteLoader/bytecode.h
14200            ! ext/ByteLoader/byterun.c
14201 ____________________________________________________________________________
14202 [ 24572] By: nicholas                              on 2005/05/25  10:02:07
14203         Log: I think for now these have to be disabled by default.
14204      Branch: perl
14205            ! av.h hv.h
14206 ____________________________________________________________________________
14207 [ 24571] By: rgs                                   on 2005/05/25  09:34:20
14208         Log: Update description of Term::ReadLine and fix typo
14209              Subject: [perl #35963] Typo in Term::ReadLine 
14210              From: "perlbug@veggiechinese.net (via RT)" <perlbug-followup@perl.org>
14211              Date: 24 May 2005 23:29:37 -0000
14212              Message-ID: <rt-3.0.11-35963-113541.14.5614982698687@perl.org>
14213      Branch: perl
14214            ! lib/Term/ReadLine.pm
14215 ____________________________________________________________________________
14216 [ 24570] By: nicholas                              on 2005/05/24  20:23:53
14217         Log: Initialising the hash seed needs to be early in case anything
14218              calcualtes HASHes during dup()ing.
14219      Branch: perl
14220            ! sv.c
14221 ____________________________________________________________________________
14222 [ 24569] By: nicholas                              on 2005/05/24  17:13:34
14223         Log: Reorder the union to cause Win32 compilers to use void * alignment for
14224              it.
14225      Branch: perl
14226            ! av.h cv.h hv.h sv.h
14227 ____________________________________________________________________________
14228 [ 24568] By: ams                                   on 2005/05/24  16:44:53
14229         Log: Subject: [PATCH] xsubpp, ParseXS: allow other suffix beyond .c
14230              From: jarkko.hietaniemi@nokia.com
14231              Date: Tue, 24 May 2005 12:48:38 +0300
14232              Message-Id: <B356D8F434D20B40A8CEDAEC305A1F2453D7EB@esebe105.NOE.Nokia.com>
14233      Branch: perl
14234            ! lib/ExtUtils/ParseXS.pm lib/ExtUtils/xsubpp
14235 ____________________________________________________________________________
14236 [ 24567] By: rgs                                   on 2005/05/24  15:44:52
14237         Log: Clarification on the behaviour of qw// and x :
14238              Subject: [PATCH] Re: [perl #35885] qw and x operators doesn't mix
14239              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14240              Date: Tue, 24 May 2005 08:52:00 -0700
14241              Message-ID: <20050524155200.GA1784@efn.org>
14242      Branch: perl
14243            ! pod/perlop.pod
14244 ____________________________________________________________________________
14245 [ 24566] By: nicholas                              on 2005/05/24  15:21:48
14246         Log: Leaking is bad, m'kay.
14247      Branch: perl
14248            ! hv.c sv.c
14249 ____________________________________________________________________________
14250 [ 24565] By: rgs                                   on 2005/05/24  13:50:02
14251         Log: Remove Perl_ck_* functions from public API
14252      Branch: perl
14253            ! embed.fnc embed.h global.sym
14254 ____________________________________________________________________________
14255 [ 24564] By: nicholas                              on 2005/05/24  13:01:49
14256         Log: Correct the description of pte_arenaroot
14257      Branch: perl
14258            ! intrpvar.h
14259 ____________________________________________________________________________
14260 [ 24563] By: rgs                                   on 2005/05/24  12:58:45
14261         Log: Documentation nit on @-, found by Guillaume Rousse
14262              (plus POD markup simplification, for readability with pod2text)
14263      Branch: perl
14264            ! pod/perlvar.pod
14265 ____________________________________________________________________________
14266 [ 24562] By: rgs                                   on 2005/05/24  12:39:26
14267         Log: ext/B/t/deparse.t was failing with t/TEST but not with t/harness
14268      Branch: perl
14269            ! ext/B/t/deparse.t
14270 ____________________________________________________________________________
14271 [ 24561] By: rgs                                   on 2005/05/24  12:33:01
14272         Log: Subject: [PATCH] embed.fnc cleanup + SvPVX_const usage
14273              From: Andy Lester <andy@petdance.com>
14274              Date: Sat, 21 May 2005 09:06:40 -0500
14275              Message-ID: <20050521140640.GB875@petdance.com>
14276      Branch: perl
14277            ! embed.fnc embed.h global.sym op.c pad.c perlio.c pp_ctl.c
14278            ! pp_hot.c pp_sys.c proto.h regcomp.c sv.c toke.c utf8.c
14279 ____________________________________________________________________________
14280 [ 24560] By: rgs                                   on 2005/05/24  11:22:21
14281         Log: The tokenizer should expect an operator after qw().
14282              This fixes [perl #35885] qw and x operators doesn't mix
14283      Branch: perl
14284            ! t/op/repeat.t toke.c
14285 ____________________________________________________________________________
14286 [ 24559] By: rgs                                   on 2005/05/24  08:45:44
14287         Log: Subject: Re: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly.
14288              From: demerphq <demerphq@gmail.com>
14289              Date: Mon, 23 May 2005 11:43:56 +0200
14290              Message-ID: <9b18b31105052302431fb0a3c2@mail.gmail.com>
14291      Branch: perl
14292            ! ext/B/t/deparse.t
14293 ____________________________________________________________________________
14294 [ 24558] By: rgs                                   on 2005/05/24  08:09:10
14295         Log: Make distclean should remove the leftover test files of ExtUtils::ParseXS
14296      Branch: perl
14297            ! Makefile.SH
14298 ____________________________________________________________________________
14299 [ 24557] By: nicholas                              on 2005/05/23  20:26:35
14300         Log: Don't allocate an IV slot where the type doesn't use the IV slot.
14301      Branch: perl
14302            ! av.h hv.h sv.h
14303 ____________________________________________________________________________
14304 [ 24556] By: ams                                   on 2005/05/23  16:58:46
14305         Log: Assorted 2.15 fixes.
14306      Branch: perl
14307            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
14308 ____________________________________________________________________________
14309 [ 24555] By: ams                                   on 2005/05/23  16:34:16
14310         Log: Remove one const to ensure that the universe doesn't tip over.
14311              (At least on AIX.)
14312      Branch: perl
14313            ! ext/Storable/Storable.xs
14314 ____________________________________________________________________________
14315 [ 24554] By: merijn                                on 2005/05/23  15:29:01
14316         Log: Subject: Re: [perl #35938] [PATCH] SDBM_File fails to build on some platforms due to use of 'extern int errno' (was: Re: patches for lang/perl5.8 dfport override) 
14317              From: Andrew Dougherty <doughera@lafayette.edu>
14318              Date: Mon, 23 May 2005 11:48:08 -0400 (EDT)
14319              Message-ID: <Pine.SOC.4.62.0505231143480.4714@maxwell.phys.lafayette.edu>
14320      Branch: perl
14321            ! ext/SDBM_File/sdbm/sdbm.c
14322 ____________________________________________________________________________
14323 [ 24553] By: ams                                   on 2005/05/23  15:24:05
14324         Log: Subject: [PATCH] universal.c warnings hushed
14325              From: Andy Lester <andy@petdance.com>
14326              Date: Mon, 23 May 2005 10:38:25 -0500
14327              Message-Id: <20050523153825.GA28498@petdance.com>
14328      Branch: perl
14329            ! universal.c
14330 ____________________________________________________________________________
14331 [ 24552] By: rgs                                   on 2005/05/23  14:31:33
14332         Log: Attribute compilation fix for Windows by Andy Lester
14333      Branch: perl
14334            ! perl.h perlio.h
14335 ____________________________________________________________________________
14336 [ 24551] By: gbarr                                 on 2005/05/23  13:49:59
14337         Log: Update to Scalar-List-Utils-1.17
14338      Branch: perl
14339            ! ext/List/Util/Changes ext/List/Util/README
14340            ! ext/List/Util/lib/List/Util.pm
14341            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
14342            ! ext/List/Util/t/p_tainted.t ext/List/Util/t/refaddr.t
14343 ____________________________________________________________________________
14344 [ 24550] By: rgs                                   on 2005/05/23  11:38:34
14345         Log: Declaration nit spotted by Jarkko
14346      Branch: perl
14347            ! hv.c
14348 ____________________________________________________________________________
14349 [ 24549] By: nicholas                              on 2005/05/23  11:27:16
14350         Log: PL_regex_padav elements hold either more AVs, or IVs that point to
14351              regexps. Don't attempt to look at the IVX if it's not an IV.
14352      Branch: perl
14353            ! perl.c sv.c
14354 ____________________________________________________________________________
14355 [ 24548] By: nicholas                              on 2005/05/23  10:13:21
14356         Log: Oops. What is looking at an array's SvIVX()?
14357      Branch: perl
14358            ! sv.c
14359 ____________________________________________________________________________
14360 [ 24547] By: nicholas                              on 2005/05/23  09:22:35
14361         Log: We don't need IV and RV arena variables anymore. We don't need to set
14362              SvIVX or SvNVX on hashes.
14363      Branch: perl
14364            ! embedvar.h intrpvar.h perlapi.h sv.c
14365 ____________________________________________________________________________
14366 [ 24546] By: nicholas                              on 2005/05/23  09:09:15
14367         Log: Bytecode mustn't save the NVX for hashes now that the NVX is a union
14368              containing pointers initialised to zero.
14369      Branch: perl
14370            ! ext/B/B/Bytecode.pm
14371 ____________________________________________________________________________
14372 [ 24545] By: steveh                                on 2005/05/23  08:46:37
14373         Log: Fill in HASATTRIBUTE stuff in win32/config_H.* (see change #24508)
14374              
14375              (None are actually defined, but it's nice to have them there anyway)
14376      Branch: perl
14377            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14378            ! win32/config_H.vc64
14379 ____________________________________________________________________________
14380 [ 24544] By: nicholas                              on 2005/05/23  08:09:58
14381         Log: create an "allocated" structure for PVs, PVAVs and PVHVs
14382      Branch: perl
14383            ! av.h hv.h intrpvar.h sv.c sv.h
14384 ____________________________________________________________________________
14385 [ 24543] By: rgs                                   on 2005/05/23  07:33:52
14386         Log: Fix [perl #35929] : PerlIO::scalar didn't understand $/ = ""
14387              because PerlIOScalar_unread was broken.
14388              Bump version number of PerlIO::scalar to 0.04.
14389      Branch: perl
14390            ! ext/PerlIO/scalar/scalar.pm ext/PerlIO/scalar/scalar.xs
14391            ! ext/PerlIO/t/scalar.t
14392 ____________________________________________________________________________
14393 [ 24542] By: nicholas                              on 2005/05/22  22:03:19
14394         Log: Re-order IVX slot in SV bodies
14395      Branch: perl
14396            ! av.h cv.h hv.h sv.h
14397 ____________________________________________________________________________
14398 [ 24541] By: rgs                                   on 2005/05/22  18:53:12
14399         Log: Subject: Re: [PATCH 5.8.7 RC1] lib/Carp.t todo for VMS
14400              From: Michael G Schwern <schwern@pobox.com>
14401              Date: May 20, 2005 10:09 PM
14402              Message-ID: <20050520200900.GB13473@windhund.schwern.org>
14403      Branch: perl
14404            ! lib/Carp.t
14405 ____________________________________________________________________________
14406 [ 24538] By: nicholas                              on 2005/05/21  22:46:50
14407         Log: Add a union in place of xnv_nv, which allows AVs and HVs to re-use
14408              the memory to store pointers and integers.
14409              (Part 1 - will be reworked to be more efficient when IV or void*
14410              is 64 bit soon)
14411      Branch: perl
14412            ! av.h cv.h dump.c ext/B/B.pm ext/B/B.xs ext/Devel/Peek/t/Peek.t
14413            ! hv.h sv.h
14414 ____________________________________________________________________________
14415 [ 24537] By: ams                                   on 2005/05/21  22:26:34
14416         Log: Subject: [PATCH] ExtUtils::CBuilder Tru64 support
14417              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14418              Date: Sat, 21 May 2005 23:20:21 +0300
14419              Message-Id: <428F9805.70108@gmail.com>
14420      Branch: perl
14421            + lib/ExtUtils/CBuilder/Platform/dec_osf.pm
14422            ! MANIFEST
14423 ____________________________________________________________________________
14424 [ 24536] By: ams                                   on 2005/05/21  22:17:20
14425         Log: Make the __attribute__ stuff work with Symbian (Jarkko).
14426              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html
14427      Branch: perl
14428            ! perl.h
14429 ____________________________________________________________________________
14430 [ 24535] By: davem                                 on 2005/05/21  22:10:19
14431         Log: goto &xsub that croaks corrupts memory
14432              When an XS sub is called, a CxSUB context shouldn't be pushed. Make
14433              goto &xs_sub mimic this behaviour by first popping the old CxSUB
14434      Branch: perl
14435            ! pp_ctl.c t/op/goto_xs.t
14436 ____________________________________________________________________________
14437 [ 24534] By: davem                                 on 2005/05/21  21:38:55
14438         Log: stop goto &foo wasting stack space
14439              it used to push @_ onto the end of the stack; now it pops the stack
14440              back to the old watermark first.
14441      Branch: perl
14442            ! pp_ctl.c
14443 ____________________________________________________________________________
14444 [ 24533] By: davem                                 on 2005/05/21  19:50:50
14445         Log: add access to Perl_croak() via 'mycroak' in XS::APItest
14446      Branch: perl
14447            ! ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
14448            ! ext/XS/APItest/t/exception.t
14449 ____________________________________________________________________________
14450 [ 24532] By: davem                                 on 2005/05/21  19:15:43
14451         Log: disallow eval { goto &foo }
14452              eval 'goto &foo' is already banned, and the try-version usually
14453              coredumps due to the code assuming the CxEVAL is actually a CxSUB.
14454              Anyway exiting an eval but preserving "it's" @_ doesn't make much
14455              sense.
14456      Branch: perl
14457            ! pod/perldiag.pod pp_ctl.c t/op/goto.t
14458 ____________________________________________________________________________
14459 [ 24531] By: nicholas                              on 2005/05/21  18:19:43
14460         Log: Move the xpv_pv/xrv_rv member into the SV head, in a union with
14461              IV and UV. Avoid allocating a body for IVs and RVs.
14462      Branch: perl
14463            ! av.h bytecode.pl cv.h embed.fnc embed.h ext/B/B/C.pm
14464            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
14465            ! ext/ByteLoader/byterun.h hv.c hv.h proto.h sv.c sv.h
14466 ____________________________________________________________________________
14467 [ 24530] By: rgs                                   on 2005/05/21  16:01:42
14468         Log: Really fix change 24527
14469      Branch: perl
14470            ! gv.c
14471 ____________________________________________________________________________
14472 [ 24529] By: nicholas                              on 2005/05/21  15:59:30
14473         Log: Fool. That should be I32 everywhere.
14474      Branch: perl
14475            ! hv.c
14476 ____________________________________________________________________________
14477 [ 24528] By: ams                                   on 2005/05/21  15:35:44
14478         Log: Subject: [PATCH] ctags parms need to know .h is C
14479              From: Andy Lester <andy@petdance.com>
14480              Date: Sat, 21 May 2005 08:58:14 -0500
14481              Message-Id: <20050521135814.GA875@petdance.com>
14482      Branch: perl
14483            ! Makefile.SH
14484 ____________________________________________________________________________
14485 [ 24527] By: rgs                                   on 2005/05/21  14:15:44
14486         Log: Compilation fix
14487      Branch: perl
14488            ! gv.c
14489 ____________________________________________________________________________
14490 [ 24526] By: nicholas                              on 2005/05/21  12:31:52
14491         Log: Move hv_name, hv_eiter and hv_riter into a new aux structure.
14492              Provide (more efficient) _get and _set macros.
14493              Adjust the core to use them.
14494      Branch: perl
14495            ! dump.c embed.fnc ext/Data/Dumper/Dumper.xs
14496            ! ext/Devel/DProf/DProf.xs ext/Opcode/Opcode.xs
14497            ! ext/PerlIO/via/via.xs ext/Storable/Storable.xs
14498            ! ext/threads/shared/shared.xs global.sym gv.c hv.c hv.h mg.c
14499            ! op.c op.h opnames.h perl.c pp.c pp_hot.c pp_sys.c proto.h sv.c
14500            ! toke.c universal.c xsutils.c
14501 ____________________________________________________________________________
14502 [ 24525] By: nicholas                              on 2005/05/21  09:29:18
14503         Log: Move placeholders into a new rhash magic type.
14504      Branch: perl
14505            ! dump.c embed.fnc ext/Storable/Storable.xs global.sym hv.c hv.h
14506            ! perl.h proto.h sv.c
14507 ____________________________________________________________________________
14508 [ 24524] By: rgs                                   on 2005/05/21  09:18:07
14509         Log: Update to MakeMaker 6.30
14510      Branch: perl
14511            ! lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
14512            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/FIRST_MAKEFILE.t
14513            ! lib/ExtUtils/t/PL_FILES.t
14514            ! t/lib/MakeMaker/Test/Setup/PL_FILES.pm
14515 ____________________________________________________________________________
14516 [ 24523] By: ams                                   on 2005/05/21  02:58:49
14517         Log: Subject: [PATCH] SvPVX_const - patch #2
14518              From: Steve Peters <steve@fisharerojo.org>
14519              Date: Fri, 20 May 2005 21:42:10 -0500
14520              Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org>
14521      Branch: perl
14522            ! dump.c gv.c op.c pad.c perlio.c perly.c pp.c pp_ctl.c
14523 ____________________________________________________________________________
14524 [ 24522] By: nicholas                              on 2005/05/20  22:53:00
14525         Log: Remove PMROOT and replace it with a small shell script. Er, magic.
14526              (PMROOT being needed to implement bare C<reset> - how often do you
14527              use that?)
14528      Branch: perl
14529            ! bytecode.pl dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Asmdata.pm
14530            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h hv.c hv.h
14531            ! op.c perl.h sv.c
14532 ____________________________________________________________________________
14533 [ 24521] By: nicholas                              on 2005/05/20  22:30:16
14534         Log: Update XS code to declare PERL_UNUSED_DECL conditionally
14535      Branch: perl
14536            ! ext/List/Util/Util.xs ext/POSIX/POSIX.xs
14537            ! ext/Storable/Storable.xs
14538 ____________________________________________________________________________
14539 [ 24520] By: nicholas                              on 2005/05/20  21:50:03
14540         Log: Updaate ppport.h to get a conditional PERL_UNUSED_DECL
14541      Branch: perl
14542            ! ext/Cwd/ppport.h ext/Time/HiRes/ppport.h
14543 ____________________________________________________________________________
14544 [ 24519] By: nicholas                              on 2005/05/20  21:46:26
14545         Log: Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like
14546              it being redefined.
14547      Branch: perl
14548            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc
14549 ____________________________________________________________________________
14550 [ 24518] By: nicholas                              on 2005/05/20  21:11:52
14551         Log: Goodbye AvFLAGS
14552      Branch: perl
14553            ! av.c av.h bytecode.pl cop.h dump.c ext/B/B.pm ext/B/B.xs
14554            ! ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm ext/B/B/C.pm
14555            ! ext/B/B/Debug.pm ext/B/defsubs_h.PL ext/ByteLoader/byterun.c
14556            ! ext/ByteLoader/byterun.h pad.c pp_ctl.c sv.c sv.h
14557 ____________________________________________________________________________
14558 [ 24517] By: rgs                                   on 2005/05/20  17:54:15
14559         Log: Upgrade to Math::BigInt 1.77
14560      Branch: perl
14561            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14562            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
14563            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
14564            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
14565 ____________________________________________________________________________
14566 [ 24516] By: nicholas                              on 2005/05/20  16:42:44
14567         Log: Fix a typo
14568      Branch: perl
14569            ! hv.h
14570 ____________________________________________________________________________
14571 [ 24514] By: ams                                   on 2005/05/20  14:42:21
14572         Log: Damnable applypatch nonsense.
14573      Branch: perl
14574            ! ext/Storable/t/sig_die.t
14575 ____________________________________________________________________________
14576 [ 24513] By: rgs                                   on 2005/05/20  14:37:12
14577         Log: Update MANIFEST
14578      Branch: perl
14579            ! MANIFEST
14580 ____________________________________________________________________________
14581 [ 24512] By: ams                                   on 2005/05/20  14:21:21
14582         Log: Previously overlooked $SIG{DIE} patch from Slaven Rezic.
14583              http://groups-beta.google.com/group/perl.perl5.porters/msg/2d10ba2c390ecc41
14584      Branch: perl
14585            + ext/Storable/t/sig_die.t
14586            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
14587 ____________________________________________________________________________
14588 [ 24511] By: rgs                                   on 2005/05/20  13:11:43
14589         Log: Subject: [PATCH] Add a Makefile target for ctags
14590              From: Andy Lester <andy@petdance.com>
14591              Date: Thu, 12 May 2005 11:40:52 -0500
14592              Message-ID: <20050512164052.GA30287@petdance.com>
14593      Branch: perl
14594            ! Makefile.SH
14595 ____________________________________________________________________________
14596 [ 24510] By: rgs                                   on 2005/05/20  10:49:03
14597         Log: Upgrade to MakeMaker 6.29
14598      Branch: perl
14599            + lib/ExtUtils/t/FIRST_MAKEFILE.t
14600            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/MM_Unix.pm
14601            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
14602            ! lib/ExtUtils/t/Installed.t
14603 ____________________________________________________________________________
14604 [ 24509] By: rgs                                   on 2005/05/20  09:26:01
14605         Log: Subject: SvPVX_const() - Patch #1
14606              From: Steve Peters <steve@fisharerojo.org>
14607              Date: Tue, 17 May 2005 18:17:01 -0500
14608              Message-ID: <20050517231701.GA1394@mccoy.peters.homeunix.org>
14609      Branch: perl
14610            ! doio.c toke.c universal.c util.c warnings.h warnings.pl
14611 ____________________________________________________________________________
14612 [ 24508] By: rgs                                   on 2005/05/20  07:53:46
14613         Log: Subject: [PATCH] Attribute configuration
14614              From: Andy Lester <andy@petdance.com>
14615              Date: Thu, 19 May 2005 12:32:56 -0500
14616              Message-ID: <20050519173256.GA29039@petdance.com>
14617      Branch: perl
14618            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
14619            ! Porting/Glossary Porting/config.sh Porting/pumpkin.pod XSUB.h
14620            ! config_h.SH configure.com epoc/config.sh hints/next_3_0.sh
14621            ! hints/vmesa.sh malloc.c mg.c op.c perl.c perl.h perlio.h
14622            ! plan9/config_sh.sample plan9/genconfig.pl scope.c sv.c
14623            ! symbian/config.sh t/op/sprintf.t uconfig.sh vms/genconfig.pl
14624            ! win32/config.bc win32/config.gc win32/config.vc
14625            ! win32/config.vc64 wince/config.ce
14626 ____________________________________________________________________________
14627 [ 24507] By: rgs                                   on 2005/05/20  07:16:59
14628         Log: Gisle noted an unused variable
14629      Branch: perl
14630            ! t/run/exit.t
14631 ____________________________________________________________________________
14632 [ 24506] By: rgs                                   on 2005/05/19  21:07:43
14633         Log: Fix the new exit() tests, by Gisle Aas :
14634              don't let the shell interfere with the process return value
14635      Branch: perl
14636            ! t/run/exit.t
14637 ____________________________________________________________________________
14638 [ 24505] By: ams                                   on 2005/05/19  17:51:48
14639         Log: Subject: [perl #35857] [PATCH] B::Deparse doesnt handle warnings register properly. 
14640              From: yves orton <perlbug-followup@perl.org>
14641              Date: 18 May 2005 08:30:44 -0000
14642              Message-Id: <rt-3.0.11-35857-113142.6.75213005071278@perl.org>
14643      Branch: perl
14644            ! ext/B/B/Deparse.pm
14645 ____________________________________________________________________________
14646 [ 24504] By: nicholas                              on 2005/05/19  09:32:18
14647         Log: tabs, not spaces. Bad editor. No cookie.
14648              Does the MANIFEST file support comments, sufficient to add an editor
14649              block?
14650      Branch: perl
14651            ! MANIFEST
14652 ____________________________________________________________________________
14653 [ 24503] By: rgs                                   on 2005/05/19  06:25:22
14654         Log: Adjust VMS test count
14655      Branch: perl
14656            ! t/run/exit.t
14657 ____________________________________________________________________________
14658 [ 24501] By: rgs                                   on 2005/05/18  16:08:30
14659         Log: Subject: Well defined $? and introduction of ${^CHILD_ERROR_NATIVE} [PATCH]
14660              From: Gisle Aas <gisle@ActiveState.com>
14661              Date: 18 May 2005 08:35:47 -0700
14662              Message-ID: <lr8y2cim24.fsf_-_@caliper.activestate.com>
14663      Branch: perl
14664            ! doio.c embedvar.h gv.c intrpvar.h mg.c perl.c perl.h perlapi.h
14665            ! pod/perlfunc.pod pod/perlport.pod pod/perlvar.pod t/run/exit.t
14666 ____________________________________________________________________________
14667 [ 24500] By: rgs                                   on 2005/05/18  15:26:32
14668         Log: Subject: Re: [PATCH] ExtUtils-{ParseXS,CBuilder} into bleadperl (was: Re: [Module::Build] ANNOUNCE: Module::Build 0.2610 -> CPAN)
14669              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14670              Date: Wed, 18 May 2005 07:13:40 -0700
14671              Message-ID: <20050518141131.GA2704@efn.org>
14672      Branch: perl
14673            + lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder/Base.pm
14674            + lib/ExtUtils/CBuilder/Platform/Unix.pm
14675            + lib/ExtUtils/CBuilder/Platform/VMS.pm
14676            + lib/ExtUtils/CBuilder/Platform/Windows.pm
14677            + lib/ExtUtils/CBuilder/Platform/aix.pm
14678            + lib/ExtUtils/CBuilder/Platform/cygwin.pm
14679            + lib/ExtUtils/CBuilder/Platform/darwin.pm
14680            + lib/ExtUtils/CBuilder/Platform/os2.pm
14681            + lib/ExtUtils/CBuilder/t/01-basic.t
14682            + lib/ExtUtils/CBuilder/t/02-link.t lib/ExtUtils/ParseXS.pm
14683            + lib/ExtUtils/ParseXS/t/XSTest.pm
14684            + lib/ExtUtils/ParseXS/t/XSTest.xs
14685            + lib/ExtUtils/ParseXS/t/basic.t
14686            ! MANIFEST Porting/Maintainers.pl lib/ExtUtils/t/00compile.t
14687            ! lib/ExtUtils/xsubpp
14688 ____________________________________________________________________________
14689 [ 24499] By: rgs                                   on 2005/05/18  12:46:38
14690         Log: Subject: B::Disassembler.pm
14691              From: Nicholas Clark <nick@ccl4.org>
14692              Date: Tue, 17 May 2005 11:28:18 +0100
14693              Message-ID: <20050517102817.GD94420@plum.flirble.org>
14694      Branch: perl
14695            ! ext/B/B/Disassembler.pm
14696 ____________________________________________________________________________
14697 [ 24498] By: davem                                 on 2005/05/18  12:39:22
14698         Log: make t/TEST print summary times consistently to two decimal places
14699      Branch: perl
14700            ! t/TEST
14701 ____________________________________________________________________________
14702 [ 24497] By: nicholas                              on 2005/05/18  12:34:53
14703         Log: Default to allocating the correct size for the array in the HV.
14704              Override this with -DPERL_USE_LARGE_HV_ALLOC
14705      Branch: perl
14706            ! hv.h
14707 ____________________________________________________________________________
14708 [ 24496] By: rgs                                   on 2005/05/18  11:50:47
14709         Log: Subject: [PATCH] Eliminate radically out of date CHANGES from perlport
14710              From: Michael G Schwern <schwern@pobox.com>
14711              Date: Mon, 16 May 2005 15:17:05 -0700
14712              Message-ID: <20050516221705.GA212@windhund.schwern.org>
14713              
14714              Subject: [PATCH] Eliminate function signatures from perlport
14715              From: Michael G Schwern <schwern@pobox.com>
14716              Date: Mon, 16 May 2005 15:24:18 -0700
14717              Message-ID: <20050516222418.GA422@windhund.schwern.org>
14718      Branch: perl
14719            ! pod/perlport.pod
14720 ____________________________________________________________________________
14721 [ 24495] By: merijn                                on 2005/05/17  18:45:56
14722         Log: Subject: [PATCH] more about __attribute__
14723              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14724              Date: Tue, 17 May 2005 20:36:43 +0300
14725              Message-ID: <428A2BAB.9020306@gmail.com>
14726      Branch: perl
14727            ! perl.h
14728 ____________________________________________________________________________
14729 [ 24493] By: rgs                                   on 2005/05/17  15:55:38
14730         Log: Clarify definition of octal literals
14731              (thanks to Olivier Blin)
14732      Branch: perl
14733            ! pod/perldata.pod
14734 ____________________________________________________________________________
14735 [ 24492] By: rgs                                   on 2005/05/17  15:15:46
14736         Log: Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update
14737              From: <jarkko.hietaniemi@nokia.com>
14738              Date: Mon, 16 May 2005 17:59:35 +0300
14739              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com>
14740              
14741              completed by:
14742              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com>
14743      Branch: perl
14744            ! embed.pl mg.c op.c perl.h proto.h reentr.c reentr.pl scope.c
14745            ! symbian/port.pl universal.c
14746 ____________________________________________________________________________
14747 [ 24491] By: nicholas                              on 2005/05/17  13:27:43
14748         Log: One last 1008 to replace with PERL_ARENA_SIZE
14749      Branch: perl
14750            ! sv.c
14751 ____________________________________________________________________________
14752 [ 24490] By: nicholas                              on 2005/05/16  21:42:05
14753         Log: Upgrade to Encode 2.10
14754      Branch: perl
14755            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
14756            ! ext/Encode/Encode.xs ext/Encode/META.yml
14757            ! ext/Encode/lib/Encode/Alias.pm
14758 ____________________________________________________________________________
14759 [ 24489] By: rgs                                   on 2005/05/16  16:56:43
14760         Log: Subject: [PATCH] consting-eleventy.patch: More consts, plus actual bug fix
14761              From: Andy Lester <andy@petdance.com>
14762              Date: Mon, 16 May 2005 10:13:53 -0500
14763              Message-ID: <20050516151353.GA25387@petdance.com>
14764      Branch: perl
14765            ! XSUB.h av.c dump.c embed.fnc embed.h hv.c malloc.c mg.c
14766            ! numeric.c perl.c perl.h pod/perlapi.pod pp.h pp_ctl.c pp_hot.c
14767            ! proto.h regcomp.c regexec.c scope.c sv.c sv.h
14768            ! t/run/fresh_perl.t toke.c universal.c utf8.c util.c
14769 ____________________________________________________________________________
14770 [ 24482] By: nicholas                              on 2005/05/16  15:11:30
14771         Log: Bump the version number on Win32::Win32
14772      Branch: perl
14773            ! win32/ext/Win32/Win32.pm
14774 ____________________________________________________________________________
14775 [ 24480] By: nicholas                              on 2005/05/16  15:01:48
14776         Log: Assuming that everything with 0x40000000 is SVpad_TYPED is bogus.
14777      Branch: perl
14778            ! sv.c
14779 ____________________________________________________________________________
14780 [ 24476] By: rgs                                   on 2005/05/16  08:58:40
14781         Log: This seems to be the right thing to do to iterate over layers
14782      Branch: perl
14783            ! ext/PerlIO/via/via.xs
14784 ____________________________________________________________________________
14785 [ 24475] By: rgs                                   on 2005/05/16  08:47:28
14786         Log: $! might contain "unknown" if strerror(3) says so
14787      Branch: perl
14788            ! t/op/mkdir.t
14789 ____________________________________________________________________________
14790 [ 24472] By: rgs                                   on 2005/05/16  08:03:15
14791         Log: Upgrade to Time::HiRes 1.68
14792      Branch: perl
14793            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
14794            ! ext/Time/HiRes/HiRes.xs
14795 ____________________________________________________________________________
14796 [ 24471] By: nicholas                              on 2005/05/15  20:46:03
14797         Log: Subject: [PATCH] Minor tweak to via
14798              From: Andy Lester <andy@petdance.com>
14799              Message-ID: <20050513163952.GA20167@petdance.com>
14800              Date: Fri, 13 May 2005 11:39:52 -0500
14801              
14802              from a bug report and patch by Matt Lawrence
14803      Branch: perl
14804            ! ext/PerlIO/via/via.xs
14805 ____________________________________________________________________________
14806 [ 24470] By: nicholas                              on 2005/05/15  11:32:15
14807         Log: Upgrade to CGI.pm 3.10
14808      Branch: perl
14809            + lib/CGI/t/can.t
14810            ! MANIFEST lib/CGI.pm lib/CGI/Changes lib/CGI/t/form.t
14811 ____________________________________________________________________________
14812 [ 24469] By: davem                                 on 2005/05/15  00:09:35
14813         Log: avoid leaked scalar in BEGIN { threads->new(...) }
14814      Branch: perl
14815            ! sv.c
14816 ____________________________________________________________________________
14817 [ 24468] By: davem                                 on 2005/05/14  23:16:50
14818         Log: Fix typo in DDEBUG_LEAKING_SCALARS flags output
14819      Branch: perl
14820            ! perl.c
14821 ____________________________________________________________________________
14822 [ 24467] By: davem                                 on 2005/05/14  15:11:30
14823         Log: initialize the PL_xpvgv_[arena]root vars during clone
14824      Branch: perl
14825            ! sv.c
14826 ____________________________________________________________________________
14827 [ 24465] By: gbarr                                 on 2005/05/13  20:42:53
14828         Log: Update to Scalar-List-Utils-1.15
14829      Branch: perl
14830            + ext/List/Util/t/p_blessed.t ext/List/Util/t/p_first.t
14831            + ext/List/Util/t/p_lln.t ext/List/Util/t/p_max.t
14832            + ext/List/Util/t/p_maxstr.t ext/List/Util/t/p_min.t
14833            + ext/List/Util/t/p_minstr.t ext/List/Util/t/p_openhan.t
14834            + ext/List/Util/t/p_readonly.t ext/List/Util/t/p_reduce.t
14835            + ext/List/Util/t/p_refaddr.t ext/List/Util/t/p_reftype.t
14836            + ext/List/Util/t/p_shuffle.t ext/List/Util/t/p_sum.t
14837            + ext/List/Util/t/p_tainted.t
14838            ! MANIFEST ext/List/Util/Changes ext/List/Util/Util.xs
14839            ! ext/List/Util/lib/List/Util.pm
14840            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/blessed.t
14841            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
14842            ! ext/List/Util/t/isvstring.t ext/List/Util/t/lln.t
14843            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
14844            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
14845            ! ext/List/Util/t/openhan.t ext/List/Util/t/proto.t
14846            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
14847            ! ext/List/Util/t/refaddr.t ext/List/Util/t/reftype.t
14848            ! ext/List/Util/t/shuffle.t ext/List/Util/t/sum.t
14849            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
14850 ____________________________________________________________________________
14851 [ 24461] By: rgs                                   on 2005/05/13  12:52:45
14852         Log: Subject: change to quiet cygwin's perlld
14853              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
14854              Date: Fri, 13 May 2005 06:15:45 -0700
14855              Message-ID: <20050513131545.GB4024@efn.org>
14856      Branch: perl
14857            ! cygwin/perlld.in
14858 ____________________________________________________________________________
14859 [ 24460] By: nicholas                              on 2005/05/13  11:59:26
14860         Log: Reorder the *more* arena allocation functions into a block
14861              As they are now ahead of their corresponding *new* functions, no need
14862              for all the embedding guff.
14863              Remove all the "register" keywords.
14864      Branch: perl
14865            ! embed.fnc embed.h hv.c proto.h sv.c
14866 ____________________________________________________________________________
14867 [ 24459] By: nicholas                              on 2005/05/13  11:09:03
14868         Log: Allocate GV bodies from arenas
14869      Branch: perl
14870            ! embed.fnc embed.h embedvar.h intrpvar.h perlapi.h proto.h sv.c
14871 ____________________________________________________________________________
14872 [ 24455] By: davem                                 on 2005/05/12  19:07:27
14873         Log: make join.t threadsafe!
14874              tests 13 and 14 could output in reverse order. Add a lock to stop
14875              this.
14876      Branch: perl
14877            ! ext/threads/t/join.t
14878 ____________________________________________________________________________
14879 [ 24454] By: steveh                                on 2005/05/12  10:56:20
14880         Log: Remove a couple of unreferenced local variables
14881      Branch: perl
14882            ! win32/ext/Win32/Win32.xs
14883 ____________________________________________________________________________
14884 [ 24453] By: steveh                                on 2005/05/12  10:10:37
14885         Log: Subject: [PATCH] Add Win32::GetFileVersion() function
14886              From: "Jan Dubois" <jand@ActiveState.com>
14887              Date: Wed, 11 May 2005 22:30:37 -0700
14888              Message-Id: <200505120530.j4C5UhpX031152@smtp3.ActiveState.com>
14889      Branch: perl
14890            ! win32/ext/Win32/Win32.pm win32/ext/Win32/Win32.xs
14891 ____________________________________________________________________________
14892 [ 24452] By: rgs                                   on 2005/05/12  09:58:50
14893         Log: Silence DEBUGGING compilation warnings
14894      Branch: perl
14895            ! toke.c
14896 ____________________________________________________________________________
14897 [ 24451] By: rgs                                   on 2005/05/12  09:52:12
14898         Log: SvUPGRADE doesn't return false.
14899      Branch: perl
14900            ! toke.c
14901 ____________________________________________________________________________
14902 [ 24450] By: rgs                                   on 2005/05/12  08:45:40
14903         Log: Rework documentation of split(//,...)
14904      Branch: perl
14905            ! pod/perlfunc.pod
14906 ____________________________________________________________________________
14907 [ 24449] By: ams                                   on 2005/05/11  16:57:27
14908         Log: Subject: [perl #33765] [PATCH] perlop: mention why 'print !!0' doesn't 
14909              From: Steve Peters via RT <perlbug-followup@perl.org>
14910              Date: 11 May 2005 16:58:22 -0000
14911              Message-Id: <rt-3.0.11-33765-112475.14.5633321030279@perl.org>
14912              
14913              Subject: [perl #33766] [PATCH] perldoc -f split lacks basic null example 
14914              From: Steve Peters via RT <perlbug-followup@perl.org>
14915              Date: 11 May 2005 17:13:29 -0000
14916              Message-Id: <rt-3.0.11-33766-112476.1.84217630998887@perl.org>
14917      Branch: perl
14918            ! pod/perlfunc.pod pod/perlsyn.pod
14919 ____________________________________________________________________________
14920 [ 24446] By: merijn                                on 2005/05/11  09:39:06
14921         Log: Subject: Hints changes for OS X 10.4
14922              From: Michael G Schwern <schwern@pobox.com>
14923              Date: Tue, 10 May 2005 18:10:47 -0700
14924              Message-ID: <20050511011047.GA23955@windhund.schwern.org>
14925      Branch: perl
14926            ! hints/darwin.sh
14927 ____________________________________________________________________________
14928 [ 24445] By: rgs                                   on 2005/05/11  07:54:19
14929         Log: Include vim/emacs modelines in generated files to open them
14930              in read-only mode. Make vi modelines compatible with non-vim
14931              vi versions.
14932      Branch: perl
14933            ! av.c bytecode.pl deb.c doio.c doop.c dump.c embed.h embed.pl
14934            ! embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
14935            ! ext/ByteLoader/byterun.h global.sym globals.c gv.c hv.c
14936            ! keywords.h keywords.pl lib/warnings.pm locale.c malloc.c mg.c
14937            ! miniperlmain.c numeric.c op.c opcode.h opcode.pl opnames.h
14938            ! pad.c perl.c perlapi.c perlapi.h perlio.c perly.c pp.c pp.sym
14939            ! pp_ctl.c pp_hot.c pp_pack.c pp_proto.h pp_sort.c pp_sys.c
14940            ! proto.h reentr.c reentr.h reentr.pl regcomp.c regcomp.pl
14941            ! regexec.c regnodes.h run.c scope.c sv.c taint.c toke.c
14942            ! universal.c utf8.c util.c warnings.h warnings.pl xsutils.c
14943 ____________________________________________________________________________
14944 [ 24444] By: rgs                                   on 2005/05/10  20:56:37
14945         Log: Subject: potential [PATCH] Tru64 crank up strictness
14946              From: Jarkko Hietaniemi <jhietaniemi@gmail.com>
14947              Date: May 10, 2005 7:44 PM
14948              Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi>
14949      Branch: perl
14950            ! hints/dec_osf.sh perl.h toke.c x2p/a2py.c
14951 ____________________________________________________________________________
14952 [ 24443] By: rgs                                   on 2005/05/10  20:27:16
14953         Log: "make regen" should run reentr.pl
14954      Branch: perl
14955            ! regen.pl
14956 ____________________________________________________________________________
14957 [ 24442] By: rgs                                   on 2005/05/10  20:08:27
14958         Log: Regenerate reentr.[ch]
14959      Branch: perl
14960            ! reentr.c reentr.h
14961 ____________________________________________________________________________
14962 [ 24441] By: ams                                   on 2005/05/10  17:23:26
14963         Log: Subject: Re: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
14964              From: Steve Peters <steve@fisharerojo.org>
14965              Date: Tue, 10 May 2005 12:44:13 -0500
14966              Message-Id: <20050510174413.GA19686@mccoy.peters.homeunix.org>
14967      Branch: perl
14968            + README.openbsd
14969            ! MANIFEST reentr.pl
14970 ____________________________________________________________________________
14971 [ 24440] By: rgs                                   on 2005/05/10  16:51:02
14972         Log: Add editor boilerplates to all C files
14973              (except the generated ones)
14974      Branch: perl
14975            ! av.c deb.c doio.c doop.c dump.c globals.c gv.c hv.c locale.c
14976            ! malloc.c mg.c miniperlmain.c numeric.c op.c pad.c perl.c
14977            ! perlio.c perly.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c
14978            ! pp_sys.c regcomp.c regexec.c run.c scope.c sv.c taint.c toke.c
14979            ! universal.c utf8.c util.c xsutils.c
14980 ____________________________________________________________________________
14981 [ 24439] By: nicholas                              on 2005/05/10  15:38:07
14982         Log: s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
14983              plus a couple of 1 byte sv_setpv()s too.
14984      Branch: perl
14985            ! doio.c dump.c ext/B/B.xs ext/Storable/Storable.xs mg.c op.c
14986            ! perl.c pp_ctl.c pp_hot.c pp_sys.c toke.c
14987 ____________________________________________________________________________
14988 [ 24438] By: nicholas                              on 2005/05/10  14:47:58
14989         Log: As we have the length of the string easily to hand, no reason not to
14990              use it.
14991      Branch: perl
14992            ! op.c
14993 ____________________________________________________________________________
14994 [ 24437] By: ams                                   on 2005/05/10  14:41:08
14995         Log: Subject: [PATCH] perlop.pod nit
14996              From: Steve Peters <steve@fisharerojo.org>
14997              Date: Tue, 10 May 2005 09:41:01 -0500
14998              Message-Id: <20050510144101.GA21362@mccoy.peters.homeunix.org>
14999      Branch: perl
15000            ! pod/perlop.pod
15001 ____________________________________________________________________________
15002 [ 24436] By: nicholas                              on 2005/05/10  11:03:49
15003         Log: Experiment with using the ptr_table code to hold the seen hash
15004      Branch: perl
15005            ! ext/Storable/Storable.xs
15006 ____________________________________________________________________________
15007 [ 24435] By: nicholas                              on 2005/05/10  09:17:32
15008         Log: Simplify the debug and assert logic.
15009      Branch: perl
15010            ! ext/Storable/Storable.xs
15011 ____________________________________________________________________________
15012 [ 24434] By: nicholas                              on 2005/05/10  09:03:11
15013         Log: Change 24165 missed one s/class/classname/ in the debugging code.
15014      Branch: perl
15015            ! ext/Storable/Storable.xs
15016 ____________________________________________________________________________
15017 [ 24433] By: ams                                   on 2005/05/10  03:16:23
15018         Log: Subject: [PATCH] reentr.h changes so threaded Perl's compile on OpenBSD 3.7
15019              From: Steve Peters <steve@fisharerojo.org>
15020              Date: Mon, 9 May 2005 21:10:49 -0500
15021              Message-Id: <20050510021049.GA20147@mccoy.peters.homeunix.org>
15022      Branch: perl
15023            ! reentr.h
15024 ____________________________________________________________________________
15025 [ 24432] By: ams                                   on 2005/05/10  03:15:34
15026         Log: Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings
15027              From: Jan Dubois <jand@ActiveState.com>
15028              Date: Mon, 9 May 2005 19:29:06 -0700
15029              Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com>
15030      Branch: perl
15031            ! config_h.SH
15032 ____________________________________________________________________________
15033 [ 24431] By: rgs                                   on 2005/05/09  20:07:14
15034         Log: Subject: [PATCH] attributes-two.patch, the next batch
15035              From: Andy Lester <andy@petdance.com>
15036              Date: May 9, 2005 5:45 PM
15037              Message-ID: <20050509154518.GA18273@petdance.com>
15038      Branch: perl
15039            ! doop.c embed.fnc embed.pl gv.c handy.h op.c perl.c
15040            ! pod/perlapi.pod pp.c pp_ctl.c pp_sys.c proto.h sv.c toke.c
15041            ! utf8.c
15042 ____________________________________________________________________________
15043 [ 24430] By: rgs                                   on 2005/05/09  19:19:20
15044         Log: Fix typo (bug #35368)
15045      Branch: perl
15046            ! pod/perlreftut.pod
15047 ____________________________________________________________________________
15048 [ 24429] By: nicholas                              on 2005/05/09  16:33:57
15049         Log: Update the comment describing arenas.
15050      Branch: perl
15051            ! sv.c
15052 ____________________________________________________________________________
15053 [ 24427] By: nicholas                              on 2005/05/09  11:22:19
15054         Log: Hoist the static "AUTOLOAD" into a static const variable. Makes the
15055              object file slightly smaller, and also increases the proportion of
15056              read only data section.
15057      Branch: perl
15058            ! gv.c
15059 ____________________________________________________________________________
15060 [ 24426] By: rgs                                   on 2005/05/09  11:11:35
15061         Log: Upgrade to Unicode::Collate 0.50
15062      Branch: perl
15063            + lib/Unicode/Collate/t/cjkrange.t lib/Unicode/Collate/t/ignor.t
15064            + lib/Unicode/Collate/t/override.t
15065            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
15066            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/altern.t
15067            ! lib/Unicode/Collate/t/contract.t
15068            ! lib/Unicode/Collate/t/hangtype.t
15069            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/illegal.t
15070            ! lib/Unicode/Collate/t/illegalp.t lib/Unicode/Collate/t/index.t
15071            ! lib/Unicode/Collate/t/normal.t
15072            ! lib/Unicode/Collate/t/rearrang.t lib/Unicode/Collate/t/test.t
15073            ! lib/Unicode/Collate/t/trailwt.t
15074            ! lib/Unicode/Collate/t/variable.t
15075            ! lib/Unicode/Collate/t/version.t lib/Unicode/Collate/t/view.t
15076 ____________________________________________________________________________
15077 [ 24425] By: nicholas                              on 2005/05/09  10:10:42
15078         Log: Change 24413 should have updated makedef.pl with the knowledge that 2
15079              symbols are ithreads only.
15080      Branch: perl
15081            ! makedef.pl
15082 ____________________________________________________________________________
15083 [ 24424] By: nicholas                              on 2005/05/09  10:00:37
15084         Log: Change 24420 should have hand updated globvar.sym to reflect the
15085              renaming of the global variable.
15086      Branch: perl
15087            ! globvar.sym
15088 ____________________________________________________________________________
15089 [ 24423] By: nicholas                              on 2005/05/09  08:48:46
15090         Log: Simplify S_hv_notallowed slightly by passing a prebuilt message
15091              template. (Also slightly smaller object code)
15092      Branch: perl
15093            ! hv.c
15094 ____________________________________________________________________________
15095 [ 24422] By: rgs                                   on 2005/05/09  07:37:58
15096         Log: Subject: [PATCH] Sv_*set() doc's and extra const's for the SvPVX_const() tasks
15097              From: Steve Peters <steve@fisharerojo.org>
15098              Date: Sun, 8 May 2005 20:49:17 -0500
15099              Message-ID: <20050509014917.GA24132@mccoy.peters.homeunix.org>
15100      Branch: perl
15101            ! embed.fnc perl_keyword.pl pod/perlapi.pod proto.h sv.h toke.c
15102 ____________________________________________________________________________
15103 [ 24421] By: rgs                                   on 2005/05/09  07:29:33
15104         Log: Revert to Andy's first solution for nonnull attributes;
15105              add the missing defines for non-threaded perls in perl.h
15106      Branch: perl
15107            ! embed.h embed.pl global.sym perl.h proto.h
15108 ____________________________________________________________________________
15109 [ 24420] By: nicholas                              on 2005/05/08  22:09:18
15110         Log: Perl_croak uses perl's printf, so can pass in SVs direct - no need for
15111              SvPV and a %s format.
15112      Branch: perl
15113            ! mg.c perl.h pp.c pp_hot.c
15114 ____________________________________________________________________________
15115 [ 24419] By: nicholas                              on 2005/05/08  21:40:29
15116         Log: There's no need to set a reference count for the new SV heads, as it's
15117              always set to 1 at uprooting time.
15118              But set it to zero when DEBUGGING to make things clearer. Plus fix a
15119              bug introduced by change 22945, where the last SV head had an
15120              uninitialised reference count.
15121      Branch: perl
15122            ! sv.c
15123 ____________________________________________________________________________
15124 [ 24418] By: nicholas                              on 2005/05/08  19:45:30
15125         Log: The idea is that when you find something, you stop looking.
15126              ( http://use.perl.org/comments.pl?sid=26369&cid=40183 )
15127      Branch: perl
15128            ! sv.c
15129 ____________________________________________________________________________
15130 [ 24417] By: davem                                 on 2005/05/08  14:39:19
15131         Log: t/TEST's new error messages now include the prefix 'FAILURE--'
15132      Branch: perl
15133            ! t/TEST
15134 ____________________________________________________________________________
15135 [ 24416] By: rgs                                   on 2005/05/08  12:19:51
15136         Log: Tweak the insertion of __attribute__((nonnull())) declarations
15137              in proto.h so it compiles with and without threads with gcc 3.4
15138      Branch: perl
15139            ! embed.pl proto.h
15140 ____________________________________________________________________________
15141 [ 24414] By: rgs                                   on 2005/05/07  17:15:45
15142         Log: Subject: [PATCH] GCC attributes!
15143              From: Andy Lester <andy@petdance.com>
15144              Date: May 4, 2005 11:55 PM
15145              Message-ID: <20050504215540.GA20413@petdance.com>
15146      Branch: perl
15147            ! autodoc.pl av.c doio.c doop.c embed.fnc embed.pl op.c perl.h
15148            ! pod/perlapi.pod proto.h regcomp.c sv.c utf8.c util.c xsutils.c
15149 ____________________________________________________________________________
15150 [ 24413] By: nicholas                              on 2005/05/07  16:08:16
15151         Log: The ptr_table arena variables and code is only needed for ithreads.
15152      Branch: perl
15153            ! intrpvar.h sv.c
15154 ____________________________________________________________________________
15155 [ 24412] By: davem                                 on 2005/05/07  12:57:06
15156         Log: while (my $x ...) { ...; redo } shouldn't undef $x.
15157              In the presence of 'my' in the conditional of a while(), until(),
15158              or for(;;) loop, add an extra scope to the body so that redo
15159              doesn't undef the lexical
15160      Branch: perl
15161            ! embed.fnc embed.h op.c perly.act perly.h perly.tab perly.y
15162            ! pp_ctl.c proto.h t/op/loopctl.t
15163 ____________________________________________________________________________
15164 [ 24411] By: davem                                 on 2005/05/07  11:06:16
15165         Log: add 1.875c to the list of supported bisons
15166      Branch: perl
15167            ! regen_perly.pl
15168 ____________________________________________________________________________
15169 [ 24410] By: nicholas                              on 2005/05/06  22:17:04
15170         Log: Get the correct refcount on the temporary assignment to PL_sigwarn so
15171              that other code assigning to $SIG{__WARN__} doesn't cause a premature
15172              free.
15173      Branch: perl
15174            ! perlio.c t/io/layers.t
15175 ____________________________________________________________________________
15176 [ 24409] By: nicholas                              on 2005/05/06  19:08:35
15177         Log: Ooops. Wise man tests with ithreads before commiting. D'oh!
15178      Branch: perl
15179            ! sv.c
15180 ____________________________________________________________________________
15181 [ 24408] By: nicholas                              on 2005/05/06  18:38:45
15182         Log: Change types of PL_he_arenaroot and PL_pte_arenaroot to avoid casting.
15183      Branch: perl
15184            ! hv.c intrpvar.h sv.c
15185 ____________________________________________________________________________
15186 [ 24407] By: rgs                                   on 2005/05/06  15:37:30
15187         Log: Upgrade to PathTools 3.07
15188      Branch: perl
15189            ! ext/Cwd/Changes ext/Cwd/t/taint.t lib/Cwd.pm lib/File/Spec.pm
15190            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
15191            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
15192            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
15193            ! lib/File/Spec/t/Spec.t
15194 ____________________________________________________________________________
15195 [ 24406] By: ams                                   on 2005/05/06  15:17:26
15196         Log: Don't pretend SIGZERO exists [#35291].
15197      Branch: perl
15198            ! mg.c
15199 ____________________________________________________________________________
15200 [ 24405] By: nicholas                              on 2005/05/06  13:11:54
15201         Log: Make the arena size changeable at compile time, and up the default by
15202              a factor of 4.
15203      Branch: perl
15204            ! hv.c perl.h sv.c
15205 ____________________________________________________________________________
15206 [ 24404] By: nicholas                              on 2005/05/06  12:34:36
15207         Log: Allocate pointer table entries (for ithread cloning) from an arena
15208      Branch: perl
15209            ! embedvar.h intrpvar.h perlapi.h sv.c
15210 ____________________________________________________________________________
15211 [ 24402] By: davem                                 on 2005/05/05  20:52:11
15212         Log: avoid accessing a just-freed SV (keep ponie happy)
15213      Branch: perl
15214            ! pad.c
15215 ____________________________________________________________________________
15216 [ 24401] By: rgs                                   on 2005/05/05  17:12:38
15217         Log: Missing files in Test::Simple
15218      Branch: perl
15219            + lib/Test/Simple/t/create.t lib/Test/Simple/t/is_deeply_fail.t
15220            + t/lib/Test/Simple/sample_tests/exit.plx
15221 ____________________________________________________________________________
15222 [ 24399] By: nicholas                              on 2005/05/05  15:17:23
15223         Log: Bump versions of non dual-life modules
15224      Branch: perl
15225            ! lib/File/Path.pm lib/FileCache.pm lib/Pod/Html.pm
15226            ! lib/Symbol.pm lib/utf8.pm win32/FindExt.pm
15227 ____________________________________________________________________________
15228 [ 24398] By: nicholas                              on 2005/05/05  14:54:20
15229         Log: Bump version numbers
15230      Branch: perl
15231            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
15232            ! ext/IO/lib/IO/Socket/INET.pm ext/XS/APItest/APItest.pm
15233 ____________________________________________________________________________
15234 [ 24397] By: rgs                                   on 2005/05/05  14:41:55
15235         Log: Upgrade to Test::Simple 0.60
15236      Branch: perl
15237            - lib/Test/Simple/t/is_deeply.t
15238            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
15239            ! lib/Test/Simple.pm lib/Test/Simple/Changes
15240            ! lib/Test/Simple/t/00signature.t
15241            ! lib/Test/Simple/t/circular_data.t lib/Test/Simple/t/exit.t
15242            ! lib/Test/Simple/t/fork.t lib/Test/Simple/t/has_plan.t
15243            ! lib/Test/Simple/t/has_plan2.t lib/Test/Simple/t/is_fh.t
15244            ! lib/Test/Simple/t/require_ok.t
15245 ____________________________________________________________________________
15246 [ 24396] By: nicholas                              on 2005/05/05  14:28:42
15247         Log: Bump B version numbers
15248      Branch: perl
15249            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
15250            ! ext/B/B/Disassembler.pm ext/B/B/Terse.pm
15251            ! ext/B/t/OptreeCheck.pm
15252 ____________________________________________________________________________
15253 [ 24393] By: davem                                 on 2005/05/05  12:06:32
15254         Log: stop Math/BigInt/t/bare_mbf.t producing spurious test output
15255      Branch: perl
15256            ! lib/Math/BigInt/t/bare_mbf.t
15257 ____________________________________________________________________________
15258 [ 24392] By: davem                                 on 2005/05/05  12:01:51
15259         Log: strictifying t/TEST stopped it handling '1..n todo' correctly
15260              (made scope of %toto too narrow)
15261      Branch: perl
15262            ! t/TEST
15263 ____________________________________________________________________________
15264 [ 24390] By: davem                                 on 2005/05/05  00:34:50
15265         Log: make t/TEST detect various failure modes in testfile outputs
15266              in particular:
15267              multiple leader lines
15268              leader line not first or last line of file
15269              unrecognised lines
15270              out-of-sequence test numbers
15271      Branch: perl
15272            ! t/TEST
15273 ____________________________________________________________________________
15274 [ 24389] By: davem                                 on 2005/05/04  22:14:54
15275         Log: strictify t/TEST
15276              make most variables lexical, narrow their scope, and give some of
15277              them more meaningful names. Also fix a harmless bug where the wrong
15278              filehandles are closed (A+B rather than U+A)
15279      Branch: perl
15280            ! t/TEST
15281 ____________________________________________________________________________
15282 [ 24388] By: rgs                                   on 2005/05/04  20:50:59
15283         Log: Document the unportability of atan2() edge cases
15284              and remove unportable tests (by Steve Peters)
15285      Branch: perl
15286            ! pod/perlport.pod t/op/exp.t
15287 ____________________________________________________________________________
15288 [ 24387] By: davem                                 on 2005/05/04  20:30:00
15289         Log: add test for [perl #34682] leaving eval via last in inner runops
15290      Branch: perl
15291            ! t/op/eval.t
15292 ____________________________________________________________________________
15293 [ 24386] By: rgs                                   on 2005/05/04  18:31:19
15294         Log: Fix test numerotation
15295      Branch: perl
15296            ! t/op/goto.t
15297 ____________________________________________________________________________
15298 [ 24385] By: davem                                 on 2005/05/04  15:52:11
15299         Log: make goto.t use test.pl, strict and warnings
15300      Branch: perl
15301            ! t/op/goto.t
15302 ____________________________________________________________________________
15303 [ 24384] By: davem                                 on 2005/05/04  14:01:40
15304         Log: SEGV when next is followed by a goto
15305              
15306              next and redo didn't restore PL_curcop
15307      Branch: perl
15308            ! pp_ctl.c t/op/goto.t
15309 ____________________________________________________________________________
15310 [ 24383] By: ams                                   on 2005/05/04  12:12:30
15311         Log: Subject: [PATCH] perlvar.pod verbatim paragraph first line does not start with a space
15312              From: Offer Kaye <offer.kaye@gmail.com>
15313              Date: Wed, 4 May 2005 15:10:37 +0300
15314              Message-Id: <56942505050405101bfe678d@mail.gmail.com>
15315      Branch: perl
15316            ! pod/perlvar.pod
15317 ____________________________________________________________________________
15318 [ 24382] By: rgs                                   on 2005/05/04  11:21:54
15319         Log: Sync synopses
15320      Branch: perl
15321            ! pod/perl.pod pod/perlrun.pod
15322 ____________________________________________________________________________
15323 [ 24381] By: davem                                 on 2005/05/03  22:10:45
15324         Log: document the internals of exception handling
15325      Branch: perl
15326            ! pod/perlhack.pod
15327 ____________________________________________________________________________
15328 [ 24380] By: rgs                                   on 2005/05/03  15:43:34
15329         Log: Fix getting prototype of builtins mkdir and setpgrp.
15330              Hardcode special exceptions for exec and system, instead
15331              of trying to be clever and failing.
15332      Branch: perl
15333            ! opcode.h opcode.pl pp.c t/op/cproto.t
15334 ____________________________________________________________________________
15335 [ 24379] By: rgs                                   on 2005/05/03  12:18:50
15336         Log: Error in the latest FindBin patch, noticed by Nicholas
15337      Branch: perl
15338            ! lib/FindBin.pm
15339 ____________________________________________________________________________
15340 [ 24378] By: rgs                                   on 2005/05/03  12:15:45
15341         Log: mkdir without arguments now defaults to $_
15342      Branch: perl
15343            ! opcode.h opcode.pl pod/perlfunc.pod t/op/cproto.t t/op/mkdir.t
15344 ____________________________________________________________________________
15345 [ 24377] By: nicholas                              on 2005/05/03  12:00:25
15346         Log: ok($a == $b) better written as cmp_ok($a, '==', $b)
15347              (The latter gives more diagnostics in the case of failure)
15348      Branch: perl
15349            ! t/op/exp.t
15350 ____________________________________________________________________________
15351 [ 24376] By: rgs                                   on 2005/05/03  09:45:24
15352         Log: Convert to test.pl
15353      Branch: perl
15354            ! t/op/mkdir.t
15355 ____________________________________________________________________________
15356 [ 24375] By: rgs                                   on 2005/05/03  08:53:25
15357         Log: Fix for [perl #34252] Access rights in FindBin::Bin
15358              At least on my platform, Cwd::getcwd doesn't find the current
15359              directory if it has no access to it. Try harder with Cwd::cwd.
15360      Branch: perl
15361            ! lib/FindBin.pm
15362 ____________________________________________________________________________
15363 [ 24374] By: steveh                                on 2005/05/03  08:51:24
15364         Log: Fix croak() and confess() so that they don't clobber $!
15365              (plus tests to check this)
15366      Branch: perl
15367            ! lib/Carp.pm lib/Carp.t
15368 ____________________________________________________________________________
15369 [ 24373] By: nicholas                              on 2005/05/03  08:45:28
15370         Log: PL_mess_sv is always >= SVt_PVMG, so no need for an if() test
15371      Branch: perl
15372            ! perl.c
15373 ____________________________________________________________________________
15374 [ 24372] By: rgs                                   on 2005/05/03  07:36:17
15375         Log: Subject: [perl #33809] optimize macro dXSARGS 
15376              From: Sergey Skvortsov (via RT) <perlbug-followup@perl.org>
15377              Date: 17 Jan 2005 09:02:33 -0000
15378              Message-ID: <rt-3.0.11-33809-105714.16.4209917806492@perl.org>
15379      Branch: perl
15380            ! XSUB.h pod/perlapi.pod universal.c
15381 ____________________________________________________________________________
15382 [ 24371] By: rgs                                   on 2005/05/03  06:56:03
15383         Log: Subject: [PATCH] IEEE math for the masses
15384              From: Steve Peters <steve@fisharerojo.org>
15385              Date: Fri, 15 Apr 2005 09:10:54 -0500
15386              Message-ID: <20050415141054.GA12749@mccoy.peters.homeunix.org>
15387              
15388              (tests added to t/op/exp.t)
15389      Branch: perl
15390            ! pp.c t/op/exp.t
15391 ____________________________________________________________________________
15392 [ 24370] By: rgs                                   on 2005/05/03  06:30:47
15393         Log: Convert to test.pl
15394      Branch: perl
15395            ! t/op/exp.t
15396 ____________________________________________________________________________
15397 [ 24369] By: nicholas                              on 2005/05/02  20:45:00
15398         Log: A slightly better layout for the diagram.
15399      Branch: perl
15400            ! ext/B/B.pm
15401 ____________________________________________________________________________
15402 [ 24368] By: rgs                                   on 2005/05/02  20:10:34
15403         Log: Clarify the definition of the 'w' pack format, as suggested by
15404              Alexey Toptygin.
15405      Branch: perl
15406            ! pod/perlfunc.pod
15407 ____________________________________________________________________________
15408 [ 24367] By: rgs                                   on 2005/05/02  17:10:19
15409         Log: For perls where pids and ppids are cached, when the ppid of
15410              the perl process becomes 1, refresh the ppid cache (this may
15411              indicate that the parent process has died.)
15412      Branch: perl
15413            ! pp_sys.c
15414 ____________________________________________________________________________
15415 [ 24366] By: rgs                                   on 2005/05/02  16:16:35
15416         Log: Change inheritance hierarchy of B subclassses :
15417              
15418              Subject: @B::NV::ISA = 'B::IV';
15419              From: Nicholas Clark <nick@ccl4.org>
15420              Date: Wed, 27 Apr 2005 14:57:51 +0100
15421              Message-ID: <20050427135750.GD94420@plum.flirble.org>
15422      Branch: perl
15423            ! ext/B/B.pm
15424 ____________________________________________________________________________
15425 [ 24365] By: rgs                                   on 2005/05/02  15:46:51
15426         Log: Subject: [PATCH] printf.patch: Adding printf checking for gcc
15427              From: Andy Lester <andy@petdance.com>
15428              Date: Sun, 1 May 2005 15:07:55 -0500
15429              Message-ID: <20050501200755.GA30259@petdance.com>
15430      Branch: perl
15431            ! gv.c lib/ExtUtils/t/Embed.t pad.c perl.c perl.h perlio.c
15432            ! perlio.h perliol.h pp_pack.c pp_sort.c x2p/util.c x2p/util.h
15433 ____________________________________________________________________________
15434 [ 24364] By: rgs                                   on 2005/05/02  14:48:04
15435         Log: Subject: Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
15436              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
15437              Date: Wed, 3 Nov 2004 16:38:01 +0100
15438              Message-ID: <20041103163801.6839be30@valis.local>
15439      Branch: perl
15440            ! ext/Data/Dumper/Dumper.pm
15441 ____________________________________________________________________________
15442 [ 24363] By: davem                                 on 2005/05/02  14:27:20
15443         Log: Better fix for #8738  (Core dump in 'leavetry')
15444              When in an inner runops loop (eg via a tie or sort), an eval
15445              needs a new JMPENV pushing by S_docatch. If an exception is raised,
15446              control is returned to S_docatch, and it must determine whether
15447              the eval that trapped the exception is an inner eval or an outer
15448              one. In the former case, restart the loop, in the latter case,
15449              rethrow the exception. This is determined by whether we are still
15450              at the same PL_curstackinfo level. This fails in the case of
15451              SPLICE(), which pushes a new SETJMP and runops level, but not a
15452              new stackinfo level. There may be other code which does similar.
15453              The solution is to store the current calue of PL_top_env in each
15454              pushed CxEVAL, and see if it's still the same as PL_top_env when
15455              the exception is handled.
15456      Branch: perl
15457            ! cop.h pp_ctl.c
15458 ____________________________________________________________________________
15459 [ 24362] By: davem                                 on 2005/05/02  13:51:42
15460         Log: Revert change #15705 (Core dump in 'leavetry')
15461              This fixes bug #34682, reintroduces bug #8738 (ID 20020301.011),
15462              and reintroduces an eval optimisation for innter runops levels
15463      Branch: perl
15464            ! pp_ctl.c
15465 ____________________________________________________________________________
15466 [ 24361] By: davem                                 on 2005/05/02  13:29:17
15467         Log: move the SETJMP exception-handing definitions from scope.h to cop.h
15468              so that a JMPENV* entry can be added to struct block_eval
15469      Branch: perl
15470            ! cop.h scope.h
15471 ____________________________________________________________________________
15472 [ 24360] By: rgs                                   on 2005/05/02  09:37:04
15473         Log: Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegal
15474      Branch: perl
15475            ! lib/base.pm
15476 ____________________________________________________________________________
15477 [ 24359] By: rgs                                   on 2005/05/02  08:09:38
15478         Log: Subject: [PATCH] undo pod utilities regression in 24034
15479              From: "Craig A. Berry" <craigberry@mac.com>
15480              Date: Fri, 29 Apr 2005 17:22:48 -0500
15481              Message-ID: <4272B3B8.6030603@mac.com>
15482      Branch: perl
15483            ! pod/pod2usage.PL pod/podselect.PL
15484 ____________________________________________________________________________
15485 [ 24358] By: rgs                                   on 2005/05/02  07:15:37
15486         Log: Subject: [PATCH] uninitialized warnings in regcomp
15487              From: Steven Philip Schubiger <steven@accognoscere.org>
15488              Date: Mon, 2 May 2005 01:14:29 +0200 (CEST)
15489              Message-Id: <200505012314.j41NETLk018737@accognoscere.homeunix.org>
15490      Branch: perl
15491            ! regcomp.c
15492 ____________________________________________________________________________
15493 [ 24357] By: nicholas                              on 2005/05/01  22:16:16
15494         Log: Explode if anyone attempts to sv_upgrade PL_mess_sv.
15495              Should this be a panic: ?
15496      Branch: perl
15497            ! sv.c
15498 ____________________________________________________________________________
15499 [ 24355] By: merijn                                on 2005/04/29  15:32:17
15500         Log: Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they were
15501              unintendedly removed by patch #23435
15502      Branch: perl
15503            ! config_h.SH
15504 ____________________________________________________________________________
15505 [ 24354] By: merijn                                on 2005/04/29  13:59:36
15506         Log: Subject: [PATCH] Small patch to perlport.pod
15507              From: Sébastien Aperghis-Tramoni <maddingue@free.fr>
15508              Date: Thu, 28 Apr 2005 02:24:04 +0200
15509              Message-Id: <D38E89F3-B77B-11D9-B91D-000502F3279F@free.fr>
15510      Branch: perl
15511            ! pod/perlport.pod
15512 ____________________________________________________________________________
15513 [ 24353] By: steveh                                on 2005/04/29  09:07:19
15514         Log: Subject: [PATCH] one cannot "static" exported functions
15515              From: <jarkko.hietaniemi@nokia.com>
15516              Date: Fri, 29 Apr 2005 11:02:01 +0300
15517              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D705@esebe105.NOE.Nokia.com>
15518      Branch: perl
15519            ! perlio.c
15520 ____________________________________________________________________________
15521 [ 24352] By: steveh                                on 2005/04/29  08:24:50
15522         Log: Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is defined
15523              (rather than when PERL_IMPLICIT_SYS is defined)
15524      Branch: perl
15525            ! makedef.pl
15526 ____________________________________________________________________________
15527 [ 24351] By: nicholas                              on 2005/04/28  22:28:53
15528         Log: Refactor Perl_sv_utf8_upgrade_flags to use SvPV_free
15529      Branch: perl
15530            ! sv.c
15531 ____________________________________________________________________________
15532 [ 24350] By: steveh                                on 2005/04/28  16:42:13
15533         Log: Subject: (in blead) a missing const in a prototype
15534              From: <jarkko.hietaniemi@nokia.com>
15535              Date: Wed, 27 Apr 2005 17:35:27 +0300
15536              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6ED@esebe105.NOE.Nokia.com>
15537      Branch: perl
15538            ! embed.fnc proto.h
15539 ____________________________________________________________________________
15540 [ 24349] By: steveh                                on 2005/04/28  16:38:51
15541         Log: Silence a compilation warning on Win32
15542      Branch: perl
15543            ! pp.c
15544 ____________________________________________________________________________
15545 [ 24348] By: nicholas                              on 2005/04/28  11:22:15
15546         Log: Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),
15547              becase there's a lot of code around that calls SvOOK_off(), memmov()s
15548              the buffer, then promptly free()s it. So avoid the needless memmov().
15549      Branch: perl
15550            ! perl.c pp.c pp_ctl.c pp_hot.c sv.c sv.h
15551 ____________________________________________________________________________
15552 [ 24347] By: steveh                                on 2005/04/28  11:13:55
15553         Log: Remove temporary clean-up from Win32 makefiles
15554              
15555              Change 22501 temporarily added some clean-up to the Win32 makefiles
15556              which was only meant to stay until cpan rt #5616 was fixed.  It is
15557              now fixed (in EU-MM 6.22, which in turn has been in blead for a
15558              while now), so these hacks are no longer required.
15559              
15560              This change is also good for maint, which currently contains EU-MM
15561              6.17, which didn't create the blibdirs.exists files in question
15562              anyway.
15563      Branch: perl
15564            ! win32/Makefile win32/makefile.mk
15565 ____________________________________________________________________________
15566 [ 24345] By: rgs                                   on 2005/04/28  09:29:07
15567         Log: Remove confusing punctuation
15568              (spotted by David Rigaudiere)
15569      Branch: perl
15570            ! pod/perlvar.pod
15571 ____________________________________________________________________________
15572 [ 24344] By: nicholas                              on 2005/04/28  09:29:06
15573         Log: Calling sv_backoff() on something that's about to be free()d will
15574              memmov() memory that's about to be freed. Seems wasteful.
15575      Branch: perl
15576            ! sv.c
15577 ____________________________________________________________________________
15578 [ 24341] By: steveh                                on 2005/04/28  08:44:28
15579         Log: Fix perlsio_binmode() export breakage caused by change #24338
15580              
15581              Define and export perlsio_binmode() based on the same condition,
15582              namely, that USE_PERLIO is defined and USE_SFIO is not.
15583      Branch: perl
15584            ! makedef.pl perlio.c
15585 ____________________________________________________________________________
15586 [ 24340] By: nicholas                              on 2005/04/28  08:34:57
15587         Log: The if() clause is the wrong way round, so OOK can never be true in
15588              this case. Given that OOK is never undone, we could never have been
15589              correctly upgrading a PV with OOK to HV or AV. I believe that only
15590              SVt_NULL is the only type ever upgraded to HV or AV.
15591      Branch: perl
15592            ! sv.c
15593 ____________________________________________________________________________
15594 [ 24339] By: rgs                                   on 2005/04/27  20:24:30
15595         Log: A couple of warning fixes by Gisle
15596      Branch: perl
15597            ! pp.c pp_sys.c
15598 ____________________________________________________________________________
15599 [ 24338] By: rgs                                   on 2005/04/27  14:48:46
15600         Log: Subject: [PATCH] perlio-two.patch: More warnings squashed, more consts
15601              From: Andy Lester <andy@petdance.com>
15602              Date: Wed, 27 Apr 2005 10:02:43 -0500
15603              Message-ID: <20050427150243.GA21883@petdance.com>
15604      Branch: perl
15605            ! perl.c perlio.c perlio.h perliol.h
15606 ____________________________________________________________________________
15607 [ 24334] By: steveh                                on 2005/04/27  08:35:40
15608         Log: Subject: Win32 MM test fix
15609              From: Michael G Schwern <schwern@pobox.com>
15610              Date: Mon, 18 Apr 2005 14:30:19 -0700
15611              Message-ID: <20050418213019.GA15797@windhund.schwern.org>
15612              
15613              Subject: Re: Win32 MM test fix
15614              From: demerphq <demerphq@gmail.com>
15615              Date: Tue, 19 Apr 2005 00:57:59 +0200
15616              Message-ID: <9b18b31105041815573e10dc10@mail.gmail.com>
15617      Branch: perl
15618            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
15619 ____________________________________________________________________________
15620 [ 24333] By: rgs                                   on 2005/04/26  21:03:43
15621         Log: Subject: [PATCH] XS() __attribute__
15622              From: Andy Lester <andy@petdance.com>
15623              Date: Fri, 22 Apr 2005 17:39:47 -0500
15624              Message-ID: <20050422223947.GA4681@petdance.com>
15625      Branch: perl
15626            ! XSUB.h universal.c xsutils.c
15627 ____________________________________________________________________________
15628 [ 24328] By: rgs                                   on 2005/04/26  14:27:01
15629         Log: Subject: Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patches
15630              From: Andy Lester <andy@petdance.com>
15631              Date: Mon, 25 Apr 2005 17:56:51 -0500
15632              Message-ID: <20050425225651.GB17271@petdance.com>
15633      Branch: perl
15634            ! embed.fnc embed.h perl.h pod/perlapi.pod pp_pack.c proto.h
15635 ____________________________________________________________________________
15636 [ 24326] By: rgs                                   on 2005/04/26  12:49:03
15637         Log: Upgrade to CGI.pm 3.08
15638      Branch: perl
15639            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Changes lib/CGI/Cookie.pm
15640            ! lib/CGI/Pretty.pm
15641 ____________________________________________________________________________
15642 [ 24325] By: merijn                                on 2005/04/26  11:28:42
15643         Log: Subject: [PATCH?] for AIX problems? RE: [PATCH] Symbian port of Perl
15644              Date: Tue, 26 Apr 2005 12:22:12 +0300
15645              From: <jarkko.hietaniemi@nokia.com>
15646              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D6CB@esebe105.NOE.Nokia.com>
15647              From: Steve Hay <steve.hay@uk.radan.com>
15648              Message-ID: <426E11A3.8070002@uk.radan.com>
15649      Branch: perl
15650            ! ext/Storable/Storable.xs
15651 ____________________________________________________________________________
15652 [ 24321] By: steveh                                on 2005/04/25  13:09:57
15653         Log: Update location to fetch dmake from in README.win32
15654              
15655              Use the generic search.cpan.org URL so that the latest version is
15656              always found
15657      Branch: perl
15658            ! README.win32
15659 ____________________________________________________________________________
15660 [ 24320] By: nicholas                              on 2005/04/25  11:41:01
15661         Log: Subject: [PATCH] mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)
15662              From: demerphq <demerphq@gmail.com>
15663              Message-ID: <9b18b31105042412352fcf2bc5@mail.gmail.com>
15664              Date: Sun, 24 Apr 2005 21:35:35 +0200
15665      Branch: perl
15666            ! lib/unicore/README.perl lib/unicore/mktables
15667            ! lib/unicore/mktables.lst
15668 ____________________________________________________________________________
15669 [ 24319] By: steveh                                on 2005/04/25  11:05:24
15670         Log: Provide $Config{libswanted_uselargefiles} on Win32
15671              
15672              This fixes some test failures introduced by change 24271.
15673      Branch: perl
15674            ! win32/config.bc win32/config.gc win32/config.vc
15675            ! win32/config.vc64
15676 ____________________________________________________________________________
15677 [ 24318] By: steveh                                on 2005/04/25  07:47:11
15678         Log: Subject: [PATCH] combopatch
15679              From: Jarkko Hietaniemi <jhi@iki.fi>
15680              Date: Sun, 24 Apr 2005 22:58:15 +0300
15681              Message-ID: <426BFA57.9060105@iki.fi>
15682      Branch: perl
15683            ! embed.fnc makedef.pl mg.c perl.c perl.h perlvars.h pp_pack.c
15684            ! proto.h toke.c util.c
15685 ____________________________________________________________________________
15686 [ 24317] By: rgs                                   on 2005/04/25  06:30:44
15687         Log: Fix typo, noticed by Randal Schwartz
15688      Branch: perl
15689            ! pod/perlfunc.pod
15690 ____________________________________________________________________________
15691 [ 24316] By: ams                                   on 2005/04/25  01:36:38
15692         Log: Add STORABLE_attach hook (Adam Kennedy).
15693      Branch: perl
15694            + ext/Storable/t/HAS_ATTACH.pm ext/Storable/t/attach_errors.t
15695            + ext/Storable/t/attach_singleton.t
15696            + ext/Storable/t/circular_hook.t
15697            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
15698            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
15699 ____________________________________________________________________________
15700 [ 24315] By: rgs                                   on 2005/04/24  15:25:18
15701         Log: Add files missing in 24314
15702      Branch: perl
15703            + lib/Test/Harness/Point.pm lib/Test/Harness/t/from_line.t
15704            + lib/Test/Harness/t/point-parse.t lib/Test/Harness/t/point.t
15705            + lib/Test/Harness/t/version.t
15706 ____________________________________________________________________________
15707 [ 24314] By: rgs                                   on 2005/04/24  13:26:50
15708         Log: Upgrade to Test::Harness 2.48
15709      Branch: perl
15710            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
15711            ! lib/Test/Harness/Straps.pm lib/Test/Harness/TAP.pod
15712            ! lib/Test/Harness/t/00compile.t
15713            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
15714            ! t/lib/sample-tests/skip
15715 ____________________________________________________________________________
15716 [ 24313] By: merijn                                on 2005/04/24  11:52:03
15717         Log: Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+
15718              From: Steve Peters <steve@fisharerojo.org>
15719              Date: Sat, 23 Apr 2005 22:37:48 -0500
15720              Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org>
15721      Branch: perl
15722            ! Configure
15723 ____________________________________________________________________________
15724 [ 24311] By: rgs                                   on 2005/04/24  11:48:24
15725         Log: Add %patchlevel hash to Module::CoreList
15726      Branch: perl
15727            ! lib/Module/CoreList.pm
15728 ____________________________________________________________________________
15729 [ 24310] By: merijn                                on 2005/04/24  09:12:37
15730         Log: Subject: [PATCH] lib/Time/Local.t: time_t is unsigned on VMS
15731              From: "Craig A. Berry" <craigberry@mac.com>
15732              Date: Sat, 23 Apr 2005 18:25:52 -0500
15733              Message-ID: <426AD980.2010801@mac.com>
15734      Branch: perl
15735            ! lib/Time/Local.t
15736 ____________________________________________________________________________
15737 [ 24309] By: nicholas                              on 2005/04/23  14:00:49
15738         Log: Variable declarations can't come after statements in C89.
15739      Branch: perl
15740            ! util.c
15741 ____________________________________________________________________________
15742 [ 24308] By: nicholas                              on 2005/04/23  13:57:41
15743         Log: Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXT
15744              reducing embed.h by about 10%.
15745      Branch: perl
15746            ! embed.h embed.pl
15747 ____________________________________________________________________________
15748 [ 24307] By: davem                                 on 2005/04/23  13:56:18
15749         Log: Subject:  [PATCH] Fix for warnings in util.c/Perl_init_tm()
15750              From:  Steve Peters <steve@fisharerojo.org>
15751              Date:  Fri, 22 Apr 2005 22:36:03 -0500
15752              Message-Id:  <20050423033603.GA32547@mccoy.peters.homeunix.org>
15753              
15754              localtime() can return null
15755      Branch: perl
15756            ! util.c
15757 ____________________________________________________________________________
15758 [ 24303] By: nicholas                              on 2005/04/22  21:40:21
15759         Log: Convert to test.pl
15760      Branch: perl
15761            ! t/op/substr.t
15762 ____________________________________________________________________________
15763 [ 24301] By: nicholas                              on 2005/04/22  16:21:46
15764         Log: Subject: [PATCH] t/uni/class.t -- update VMS test skippage
15765              From: "Craig A. Berry" <craigberry@mac.com>
15766              Message-ID: <42692501.6090809@mac.com>
15767              Date: Fri, 22 Apr 2005 11:23:29 -0500
15768      Branch: perl
15769            ! t/uni/class.t
15770 ____________________________________________________________________________
15771 [ 24300] By: rgs                                   on 2005/04/22  16:17:36
15772         Log: Patch by Yves Orton to accept several options on the corelist(1)
15773              command-line. Plus POD nits.
15774      Branch: perl
15775            ! lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
15776 ____________________________________________________________________________
15777 [ 24290] By: steveh                                on 2005/04/22  13:51:47
15778         Log: Fix last remaining Win32 linker error following change 24271
15779              
15780              (Supplied by Jarkko in a makedef.pl that was omitted from the
15781              aforementioned change)
15782      Branch: perl
15783            ! makedef.pl
15784 ____________________________________________________________________________
15785 [ 24287] By: rgs                                   on 2005/04/22  12:42:37
15786         Log: There's no point listing '-f' in --help output
15787              when perl isn't built with USE_SITECUSTOMIZE, since it might
15788              confuse users about $sitelib/sitecustomize.pl being sourced
15789              at startup.
15790      Branch: perl
15791            ! perl.c
15792 ____________________________________________________________________________
15793 [ 24286] By: nicholas                              on 2005/04/22  12:37:19
15794         Log: For now, TODO the 2 tests that fail on 5.8.x
15795      Branch: perl
15796            ! ext/B/t/optree_specials.t
15797 ____________________________________________________________________________
15798 [ 24284] By: rgs                                   on 2005/04/22  12:34:14
15799         Log: -A wasn't listed in the --help output
15800      Branch: perl
15801            ! perl.c
15802 ____________________________________________________________________________
15803 [ 24280] By: steveh                                on 2005/04/22  09:59:54
15804         Log: Fix more Win32 linker errors following change 24271
15805              
15806              This clears up problems with Perl_free_global_struct and
15807              Perl_init_global_struct
15808      Branch: perl
15809            ! embed.fnc embed.h global.sym makedef.pl proto.h
15810 ____________________________________________________________________________
15811 [ 24279] By: rgs                                   on 2005/04/22  09:04:08
15812         Log: Subject: [PATCH] pp_pack.c warning quieting
15813              From: Andy Lester <andy@petdance.com>
15814              Date: Thu, 21 Apr 2005 11:33:13 -0500
15815              Message-ID: <20050421163313.GA20930@petdance.com>
15816      Branch: perl
15817            ! pp_pack.c
15818 ____________________________________________________________________________
15819 [ 24278] By: steveh                                on 2005/04/22  08:59:58
15820         Log: Fix Win32 linker errors following change 24271
15821              
15822              This clears up "unresolved external" errors for the following symbols:
15823              
15824              PL_watch_pvx
15825              Perl_Gappctx_ptr
15826              Perl_Gmmap_page_size_ptr
15827              Perl_Gsig_defaulting_ptr
15828              Perl_Gsig_handlers_initted_ptr
15829              Perl_Gsig_ignoring_ptr
15830              Perl_Gsig_sv_ptr
15831              Perl_Gtimesbase_ptr
15832              Perl_Gwatch_pvx_ptr
15833      Branch: perl
15834            ! makedef.pl
15835 ____________________________________________________________________________
15836 [ 24277] By: rgs                                   on 2005/04/22  08:48:14
15837         Log: Subject: [PATCH] bytecode.pl, bytecode.h, and sv.h fixes
15838              From: Steve Peters <steve@fisharerojo.org>
15839              Date: Thu, 21 Apr 2005 18:55:47 -0500
15840              Message-ID: <20050421235547.GA12149@mccoy.peters.homeunix.org>
15841      Branch: perl
15842            ! bytecode.pl ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15843            ! sv.h
15844 ____________________________________________________________________________
15845 [ 24276] By: steveh                                on 2005/04/22  08:13:01
15846         Log: Fix my_chsize() for systems having chsize(), broken by change #24271
15847      Branch: perl
15848            ! pp_sys.c
15849 ____________________________________________________________________________
15850 [ 24275] By: davem                                 on 2005/04/21  21:30:11
15851         Log: Sigh - really bump Text::Wrap version number this time.
15852      Branch: perl
15853            ! lib/Text/Wrap.pm
15854 ____________________________________________________________________________
15855 [ 24274] By: davem                                 on 2005/04/21  21:27:15
15856         Log: bump version number in Text::Wrap after change #24273
15857      Branch: perl
15858            ! lib/Text/Wrap.pm
15859 ____________________________________________________________________________
15860 [ 24273] By: davem                                 on 2005/04/21  21:22:54
15861         Log: Text::Wrap::wrap() fails with non-space separator
15862      Branch: perl
15863            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
15864 ____________________________________________________________________________
15865 [ 24271] By: rgs                                   on 2005/04/21  15:38:30
15866         Log: Subject: [PATCH] Symbian port of Perl
15867              From: <jarkko.hietaniemi@nokia.com>
15868              Date: Mon, 18 Apr 2005 13:18:30 +0300
15869              Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com>
15870      Branch: perl
15871            + README.symbian ext/DynaLoader/dl_symbian.xs
15872            + symbian/PerlApp.cpp symbian/PerlApp.h symbian/PerlApp.hrh
15873            + symbian/PerlApp.rss symbian/PerlAppAif.rss
15874            + symbian/PerlBase.cpp symbian/PerlBase.h symbian/PerlBase.pod
15875            + symbian/PerlRecog.cpp symbian/PerlRecog.mmp symbian/README
15876            + symbian/TODO symbian/bld.inf symbian/config.pl
15877            + symbian/config.sh symbian/cwd.pl symbian/demo_pl
15878            + symbian/install.cfg symbian/makesis.pl symbian/port.pl
15879            + symbian/sanity.pl symbian/sdk.pl symbian/symbian_dll.cpp
15880            + symbian/symbian_proto.h symbian/symbian_stubs.c
15881            + symbian/symbian_stubs.h symbian/symbian_utils.cpp
15882            + symbian/symbianish.h symbian/uid.pl symbian/version.pl
15883            + symbian/xsbuild.pl
15884            ! EXTERN.h INTERN.h MANIFEST Porting/curliff.pl Porting/makerel
15885            ! XSUB.h av.c bytecode.pl configpm doio.c dump.c embed.fnc
15886            ! embed.h embed.pl embedvar.h ext/B/B.xs
15887            ! ext/ByteLoader/byterun.c ext/Data/Dumper/Dumper.xs
15888            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
15889            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/dlutils.c
15890            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Socket.pm
15891            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
15892            ! ext/POSIX/POSIX.xs ext/PerlIO/scalar/scalar.xs
15893            ! ext/PerlIO/via/via.xs ext/SDBM_File/sdbm/sdbm.c
15894            ! ext/Storable/Storable.xs ext/Time/HiRes/HiRes.xs global.sym
15895            ! globvar.sym gv.c hv.c intrpvar.h lib/ExtUtils/t/Embed.t
15896            ! lib/ExtUtils/xsubpp lib/File/Spec.pm lib/File/Spec/Win32.pm
15897            ! locale.c mg.c miniperlmain.c numeric.c op.c opcode.h opcode.pl
15898            ! pad.c patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.c
15899            ! perlio.h perliol.h perlvars.h pod.lst pod/perl.pod
15900            ! pod/perlguts.pod pod/perlintern.pod pp.c pp_ctl.c pp_hot.c
15901            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.pl regcomp.c
15902            ! regexec.c scope.h sv.c taint.c toke.c universal.c utf8.c
15903            ! utf8.h util.c util.h vms/descrip_mms.template win32/Makefile
15904            ! win32/makefile.mk win32/win32io.c xsutils.c
15905 ____________________________________________________________________________
15906 [ 24270] By: davem                                 on 2005/04/21  15:36:14
15907         Log: substr uses utf8 length cache incorrectly
15908      Branch: perl
15909            ! sv.c t/op/substr.t
15910 ____________________________________________________________________________
15911 [ 24269] By: davem                                 on 2005/04/21  00:13:14
15912         Log: Subject:  [PATCH] extra code in pp_concat, Take 2
15913              From:  Andy Lester <andy@petdance.com>
15914              Date:  Wed, 13 Apr 2005 21:06:01 -0500
15915              Message-Id:  <20050414020601.GA21346@petdance.com>
15916              
15917              add 'const', and remove extraneous code, from pp_concat
15918      Branch: perl
15919            ! pp_hot.c t/op/concat.t
15920 ____________________________________________________________________________
15921 [ 24268] By: davem                                 on 2005/04/20  23:56:18
15922         Log: Subject:  patch to [PATCH] Fix MGVTBL structures in perl.h (preprocessor
15923              From:  David Dyck <david.dyck@fluke.com>
15924              Date:  Wed, 20 Apr 2005 16:35:55 -0700 (PDT)
15925              Message-Id:  <Pine.LNX.4.62.0504201627550.27786@dd.tc.fluke.com>
15926              
15927              fix nits in change #24264:
15928              some preprocessors don't like #ifdefs within a macro's args;
15929              also removed duplicate semicolons from macro definitions.
15930      Branch: perl
15931            ! perl.h
15932 ____________________________________________________________________________
15933 [ 24267] By: davem                                 on 2005/04/20  23:35:54
15934         Log: In change 24266 I failed to actually change anything. Sigh.
15935      Branch: perl
15936            ! ext/Sys/Syslog/Syslog.pm
15937 ____________________________________________________________________________
15938 [ 24266] By: davem                                 on 2005/04/20  23:32:04
15939         Log: change misleading syslog() example
15940      Branch: perl
15941            ! ext/Sys/Syslog/Syslog.pm
15942 ____________________________________________________________________________
15943 [ 24265] By: davem                                 on 2005/04/20  21:47:40
15944         Log: Subject:  [perl #35059] [PATCH] caller() skips frames (such as eval() frames) if $^P set 
15945              From:  glasser@tang-eleven-seventy-nine.mit.edu (via RT) <perlbug-followup@perl.org>
15946              Date:  20 Apr 2005 19:28:14 -0000
15947              Message-Id:  <rt-3.0.11-35059-111134.0.304511316819145@perl.org>
15948              
15949              improved version of change 21842 that copes with glob DB::sub
15950              existing but &DB::sub not existing.
15951      Branch: perl
15952            ! mg.c pp_ctl.c t/op/caller.t
15953 ____________________________________________________________________________
15954 [ 24264] By: davem                                 on 2005/04/20  21:32:23
15955         Log: Subject:  [PATCH] Fix MGVTBL structures in perl.h
15956              From:  Andy Lester <andy@petdance.com>
15957              Date:  Wed, 20 Apr 2005 15:09:24 -0500
15958              Message-Id:  <20050420200923.GA3017@petdance.com>
15959              
15960              The MGVTBL structures contain 7 function pointers, but only 5 were
15961              getting initialized. Plus, there were repeated lists between
15962              declaration and definition; add a macro to declare or define
15963              all the global MGVTBLs as appropriate.
15964      Branch: perl
15965            ! perl.h
15966 ____________________________________________________________________________
15967 [ 24260] By: nicholas                              on 2005/04/20  13:51:54
15968         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #6
15969              From: Steve Peters <steve@fisharerojo.org>
15970              Message-ID: <20050420112720.GA31042@mccoy.peters.homeunix.org>
15971              Date: Wed, 20 Apr 2005 06:27:20 -0500
15972      Branch: perl
15973            ! bytecode.pl ext/ByteLoader/bytecode.h malloc.c sv.c
15974 ____________________________________________________________________________
15975 [ 24258] By: nicholas                              on 2005/04/20  08:13:21
15976         Log: Merge common code. Reduces object size by 1K on x86, 6K on PPC
15977      Branch: perl
15978            ! sv.c
15979 ____________________________________________________________________________
15980 [ 24257] By: davem                                 on 2005/04/19  23:47:38
15981         Log: run regen_headers after addition of FOO_set() macros
15982      Branch: perl
15983            ! ext/ByteLoader/byterun.c
15984 ____________________________________________________________________________
15985 [ 24256] By: davem                                 on 2005/04/19  23:43:54
15986         Log: Subject:  [PATCH] pad_compname_type(), takes care of a clunky macro
15987              From:  Andy Lester <andy@petdance.com>
15988              Date:  Tue, 19 Apr 2005 11:38:44 -0500
15989              Message-Id:  <20050419163844.GA19747@petdance.com>
15990      Branch: perl
15991            ! embed.fnc embed.h pad.c pad.h proto.h
15992 ____________________________________________________________________________
15993 [ 24255] By: davem                                 on 2005/04/19  23:31:52
15994         Log: DEBUG_LEAKING_SCALARS could use the value of a freed PL_op
15995      Branch: perl
15996            ! op.c
15997 ____________________________________________________________________________
15998 [ 24254] By: nicholas                              on 2005/04/19  21:53:38
15999         Log: Don't set things to zero twice. Once is enough. (see also change 15255)
16000      Branch: perl
16001            ! sv.c
16002 ____________________________________________________________________________
16003 [ 24253] By: nicholas                              on 2005/04/19  20:55:24
16004         Log: Restore SvEND_set
16005      Branch: perl
16006            ! sv.h
16007 ____________________________________________________________________________
16008 [ 24252] By: nicholas                              on 2005/04/19  20:07:49
16009         Log: Force RVALUE macros when in PERL_DEBUG_COW
16010      Branch: perl
16011            ! ext/ByteLoader/byterun.c sv.c sv.h
16012 ____________________________________________________________________________
16013 [ 24251] By: nicholas                              on 2005/04/19  14:25:00
16014         Log: Avoid generating thousands of UTF-8 warnings when testing under a
16015              UTF-8 locale
16016      Branch: perl
16017            ! t/op/pack.t
16018 ____________________________________________________________________________
16019 [ 24249] By: rgs                                   on 2005/04/19  11:20:37
16020         Log: Simplify PERL_DEBUG_PAD_ZERO so it continues to expand to
16021              valid C code
16022      Branch: perl
16023            ! perl.h
16024 ____________________________________________________________________________
16025 [ 24248] By: nicholas                              on 2005/04/19  09:55:51
16026         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #5
16027              From: Steve Peters <steve@fisharerojo.org>
16028              Message-ID: <20050419000925.GA21640@mccoy.peters.homeunix.org>
16029              Date: Mon, 18 Apr 2005 19:09:25 -0500
16030      Branch: perl
16031            ! dump.c ext/ByteLoader/ByteLoader.pm ext/ByteLoader/byterun.c
16032            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
16033            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
16034            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
16035            ! ext/List/Util/lib/List/Util.pm ext/POSIX/POSIX.pm
16036            ! ext/POSIX/POSIX.xs ext/PerlIO/encoding/encoding.pm
16037            ! ext/PerlIO/encoding/encoding.xs ext/PerlIO/scalar/scalar.pm
16038            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.pm
16039            ! ext/Storable/Storable.xs ext/threads/shared/shared.pm
16040            ! ext/threads/shared/shared.xs ext/threads/threads.pm gv.c mg.c
16041            ! op.c pad.c pad.h perl.h pp.c pp.h pp_hot.c pp_pack.c regcomp.c
16042            ! scope.c sv.c sv.h toke.c
16043 ____________________________________________________________________________
16044 [ 24247] By: davem                                 on 2005/04/19  01:38:54
16045         Log: Add CLONE_SKIP() class method to allow individual classes to skip
16046              cloning objects during thread creation
16047      Branch: perl
16048            ! dump.c ext/threads/t/thread.t pod/perlmod.pod sv.c sv.h
16049 ____________________________________________________________________________
16050 [ 24246] By: nicholas                              on 2005/04/18  22:31:48
16051         Log: PERL_DEBUG_COW for SvUVX and SvPVX
16052      Branch: perl
16053            ! ext/DynaLoader/dl_dyld.xs sv.h
16054 ____________________________________________________________________________
16055 [ 24245] By: nicholas                              on 2005/04/18  21:58:22
16056         Log: SvPV_renew also calls SvLEN_set
16057              Add SvPV_shrink_to_cur(sv) to call SvPV_renew with SvCUR(sv)+1.
16058              For Ponie this can be a single call into the PMC
16059      Branch: perl
16060            ! pp_hot.c pp_sys.c sv.h toke.c
16061 ____________________________________________________________________________
16062 [ 24244] By: nicholas                              on 2005/04/18  20:37:13
16063         Log: Replace Renew(SvPVX(...)...) with SvPV_renew, which avoids an LVALUE
16064              SvPVX
16065      Branch: perl
16066            ! pp_hot.c pp_sys.c sv.h toke.c
16067 ____________________________________________________________________________
16068 [ 24243] By: nicholas                              on 2005/04/18  19:50:12
16069         Log: A more efficient way of expressing the MALLOC_WRAP conditional compile.
16070      Branch: perl
16071            ! handy.h
16072 ____________________________________________________________________________
16073 [ 24242] By: steveh                                on 2005/04/18  16:04:20
16074         Log: Fix bug #33664: allow for transport providers with protocol == 0
16075              
16076              (This indicates that any protocol may be used, so don't bother checking
16077              that the requested protocol matches in this case.)
16078      Branch: perl
16079            ! win32/win32sck.c
16080 ____________________________________________________________________________
16081 [ 24241] By: nicholas                              on 2005/04/18  15:23:45
16082         Log: Refactor the odd-one-out code before a Renew(SvPVX(...)...)
16083      Branch: perl
16084            ! pp_hot.c
16085 ____________________________________________________________________________
16086 [ 24240] By: nicholas                              on 2005/04/18  14:15:52
16087         Log: Two more uses of lvalue SvIVX()
16088      Branch: perl
16089            ! ext/ByteLoader/byterun.c lib/ExtUtils/t/Constant.t
16090 ____________________________________________________________________________
16091 [ 24239] By: nicholas                              on 2005/04/18  12:18:20
16092         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #4
16093              Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org>
16094              From: Steve Peters <steve@fisharerojo.org>
16095              Date: Sat, 16 Apr 2005 11:05:02 -0500
16096              
16097              plus fix to Perl_rvpv_dup assigning to an RV with SvPVX
16098      Branch: perl
16099            ! av.c cop.h ext/PerlIO/encoding/encoding.xs
16100            ! ext/Storable/Storable.xs gv.c malloc.c perl.c pp.c pp_ctl.c
16101            ! pp_hot.c pp_pack.c pp_sort.c scope.c sv.c
16102 ____________________________________________________________________________
16103 [ 24238] By: rgs                                   on 2005/04/15  13:16:29
16104         Log: Update the outdated info in "Minimizing the Perl installation"
16105      Branch: perl
16106            ! INSTALL
16107 ____________________________________________________________________________
16108 [ 24237] By: rgs                                   on 2005/04/14  16:13:45
16109         Log: Fix for:
16110              [perl #34934] perl 5.8.5 on x86 and x86-64 hang at compile-time
16111              From: bstrand@switchmanagement.com (via RT) <perlbug-followup@perl.org>
16112              Date: 12 Apr 2005 19:12:58 -0000
16113              Message-ID: <rt-3.0.11-34934-110595.15.9181274318682@perl.org>
16114              
16115              This syntax error now produces a panic message.
16116      Branch: perl
16117            ! op.c
16118 ____________________________________________________________________________
16119 [ 24236] By: merijn                                on 2005/04/13  15:10:24
16120         Log: Subject: [PATCH] Removing yydestruct from perly.c
16121              From: Andy Lester <andy@petdance.com>
16122              Date: Wed, 13 Apr 2005 10:06:47 -0500
16123              Message-ID: <20050413150647.GA13464@petdance.com>
16124      Branch: perl
16125            ! perly.c
16126 ____________________________________________________________________________
16127 [ 24235] By: merijn                                on 2005/04/13  14:51:00
16128         Log: Mandrakesoft is now Mandriva
16129      Branch: perl
16130            ! AUTHORS
16131 ____________________________________________________________________________
16132 [ 24234] By: merijn                                on 2005/04/13  14:41:20
16133         Log: H.Merijn changed e-mail
16134      Branch: perl
16135            ! AUTHORS Porting/checkAUTHORS.pl Porting/patching.pod
16136            ! README.aix README.hpux ext/Encode/AUTHORS ext/Storable/README
16137 ____________________________________________________________________________
16138 [ 24233] By: rgs                                   on 2005/04/13  08:25:43
16139         Log: Subject: [PATCH Perl 5.9.2] -Wformat 
16140              From: Robin Barker <Robin.Barker@npl.co.uk>
16141              Date: Tue, 12 Apr 2005 18:53:32 +0100
16142              Message-ID: <533D273D4014D411AB1D00062938C4D90849C634@hotel.npl.co.uk>
16143      Branch: perl
16144            ! perly.c regcomp.c regexec.c toke.c
16145 ____________________________________________________________________________
16146 [ 24232] By: rgs                                   on 2005/04/13  07:24:07
16147         Log: Upgrade to ExtUtils::MakeMaker 6.28
16148      Branch: perl
16149            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
16150            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_AIX.pm
16151            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker.pm
16152            ! lib/ExtUtils/Manifest.pm
16153 ____________________________________________________________________________
16154 [ 24231] By: rgs                                   on 2005/04/12  15:30:23
16155         Log: Upgrade to Encode 2.0902
16156      Branch: perl
16157            + ext/Encode/t/utf8strict.t
16158            ! MANIFEST ext/Encode/Changes ext/Encode/Encode.pm
16159            ! ext/Encode/Encode.xs ext/Encode/Encode/encode.h
16160            ! ext/Encode/MANIFEST ext/Encode/META.yml
16161            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
16162            ! ext/Encode/t/fallback.t
16163 ____________________________________________________________________________
16164 [ 24230] By: nicholas                              on 2005/04/12  11:24:49
16165         Log: Don't PERL_HASH(SvUVX(...)...) as it's actually a set.
16166              Plus add an editor block
16167      Branch: perl
16168            ! op.c
16169 ____________________________________________________________________________
16170 [ 24229] By: nicholas                              on 2005/04/12  09:19:43
16171         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #3
16172              From: Steve Peters <steve@fisharerojo.org>
16173              Message-ID: <20050411023736.GB9355@mccoy.peters.homeunix.org>
16174              Date: Sun, 10 Apr 2005 21:37:36 -0500
16175              
16176              (with correction to SvUV_set)
16177      Branch: perl
16178            ! ext/List/Util/Util.xs sv.c sv.h
16179 ____________________________________________________________________________
16180 [ 24228] By: nicholas                              on 2005/04/11  14:53:38
16181         Log: Avoid taking a reference to SvIVX and putting that address on the
16182              save stack
16183      Branch: perl
16184            ! perl.c pp_ctl.c pp_hot.c
16185 ____________________________________________________________________________
16186 [ 24227] By: steveh                                on 2005/04/11  10:39:59
16187         Log: Support d_libm_lib_version for Win32 (see change 24217)
16188      Branch: perl
16189            ! win32/config.bc win32/config.gc win32/config.vc
16190            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
16191            ! win32/config_H.vc win32/config_H.vc64
16192 ____________________________________________________________________________
16193 [ 24226] By: merijn                                on 2005/04/11  10:09:06
16194         Log: Out of sync metaunit caused the erroneous return of the
16195              removed d_sitecustomize. Mea Culpa.
16196      Branch: perl
16197            ! Configure
16198 ____________________________________________________________________________
16199 [ 24225] By: steveh                                on 2005/04/11  09:39:40
16200         Log: Disable I18N::Langinfo for Win32 since nl_langinfo() isn't available
16201      Branch: perl
16202            ! win32/Makefile win32/makefile.mk
16203 ____________________________________________________________________________
16204 [ 24224] By: rgs                                   on 2005/04/11  09:21:54
16205         Log: Subject: [PATCH] perlfunc.pod: incomplete select description
16206              From: Hernan Perez Masci <hmasci@uolsinectis.com.ar>
16207              Date: Fri, 8 Apr 2005 15:28:28 -0300
16208              Message-Id: <200504081528.28307.hmasci@uolsinectis.com.ar>
16209      Branch: perl
16210            ! pod/perlfunc.pod
16211 ____________________________________________________________________________
16212 [ 24223] By: rgs                                   on 2005/04/11  09:11:53
16213         Log: Make the four-argument form of select() return undef
16214              instead of -1 on error.
16215      Branch: perl
16216            ! pod/perl593delta.pod pod/perlfunc.pod pp_sys.c
16217 ____________________________________________________________________________
16218 [ 24222] By: rgs                                   on 2005/04/11  07:02:59
16219         Log: Make Win32 build (and clean) I18::Langinfo and Math::BigInt::FastCalc
16220      Branch: perl
16221            ! win32/Makefile win32/makefile.mk
16222 ____________________________________________________________________________
16223 [ 24221] By: merijn                                on 2005/04/11  06:06:13
16224         Log: Subject: Re: New Configure functionality
16225              From: Abe Timmerman <abe@ztreet.demon.nl>
16226              Date: Sun, 10 Apr 2005 22:19:28 +0200
16227              Message-Id: <200504102219.29024.abe@ztreet.demon.nl>
16228      Branch: perl
16229            ! configure.com
16230 ____________________________________________________________________________
16231 [ 24220] By: rgs                                   on 2005/04/10  20:03:59
16232         Log: POD typo.
16233      Branch: perl
16234            ! lib/Module/CoreList.pm
16235 ____________________________________________________________________________
16236 [ 24219] By: rgs                                   on 2005/04/10  19:49:49
16237         Log: Module::CoreList: Data from Sebastien Aperghis-Tramoni for perl
16238              5.00{0,1,2}. Upgrade version number.
16239      Branch: perl
16240            ! lib/Module/CoreList.pm
16241 ____________________________________________________________________________
16242 [ 24218] By: merijn                                on 2005/04/10  18:00:05
16243         Log: Sorting still is a mess. This is better.
16244      Branch: perl
16245            ! config_h.SH
16246 ____________________________________________________________________________
16247 [ 24217] By: merijn                                on 2005/04/10  17:08:36
16248         Log: Configure now probes for _LIB_VERSION support in math.h/libm
16249              LIBM_LIB_VERSION is defined if it does
16250      Branch: perl
16251            ! Configure Porting/config_H config_h.SH handy.h
16252 ____________________________________________________________________________
16253 [ 24215] By: rgs                                   on 2005/04/10  15:03:10
16254         Log: Fix [perl #34892] Segfault on &DB::sub declared but not defined
16255      Branch: perl
16256            ! pod/perldiag.pod pp_hot.c
16257 ____________________________________________________________________________
16258 [ 24214] By: merijn                                on 2005/04/10  09:14:06
16259         Log: Subject: [PATCH] usesitecustomize for VMS
16260              From: "Craig A. Berry" <craigberry@mac.com>
16261              Date: Sat, 09 Apr 2005 15:58:43 -0500
16262              Message-ID: <42584203.2090405@mac.com>
16263      Branch: perl
16264            ! configure.com
16265 ____________________________________________________________________________
16266 [ 24213] By: nicholas                              on 2005/04/08  19:11:04
16267         Log: Mangle the expected output correctly for both 5.9 and 5.8
16268      Branch: perl
16269            ! ext/B/t/stash.t
16270 ____________________________________________________________________________
16271 [ 24212] By: rgs                                   on 2005/04/08  16:17:49
16272         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.27
16273              From: Michael G Schwern <schwern@pobox.com>
16274              Date: Thu, 7 Apr 2005 15:15:00 -0700
16275              Message-ID: <20050407221500.GB6223@windhund.schwern.org>
16276              
16277              Fix duplicate target warnings
16278      Branch: perl
16279            ! lib/ExtUtils/MM_Any.pm
16280 ____________________________________________________________________________
16281 [ 24211] By: merijn                                on 2005/04/08  14:22:05
16282         Log: The last remains of d_sitecustomize
16283      Branch: perl
16284            ! Porting/config.sh
16285 ____________________________________________________________________________
16286 [ 24210] By: merijn                                on 2005/04/08  14:16:59
16287         Log: now usesitecustomize is used more generic
16288      Branch: perl
16289            ! config_h.SH
16290 ____________________________________________________________________________
16291 [ 24209] By: steveh                                on 2005/04/08  14:15:14
16292         Log: Subject: Re: [PATCH] Re: [perl #24119] CPAN.pm error in Win32: uses rename() not File::Copy::move
16293              From: Steven Schubiger <steven@accognoscere.org>
16294              Date: Thu, 7 Apr 2005 22:38:25 +0200 (CEST)
16295              Message-Id: <200504072038.j37KcPXY011755@accognoscere.homeunix.org>
16296              
16297              (with arguments changed to match perlfunc.pod)
16298      Branch: perl
16299            ! pod/perlport.pod
16300 ____________________________________________________________________________
16301 [ 24208] By: merijn                                on 2005/04/08  14:12:54
16302         Log: Drop d_sitecustomize again. (usesitecustomize is enough)
16303      Branch: perl
16304            ! Configure
16305 ____________________________________________________________________________
16306 [ 24206] By: nicholas                              on 2005/04/08  13:16:07
16307         Log: Add SvIVX() to PERL_DEBUG_COW, and change pad.c to SvIVset()
16308      Branch: perl
16309            ! pad.c sv.h
16310 ____________________________________________________________________________
16311 [ 24205] By: merijn                                on 2005/04/08  12:18:42
16312         Log: Subject: [PATCH] Removing Y2K warnings
16313              From: Andy Lester <andy@petdance.com>
16314              Date: Thu, 7 Apr 2005 17:44:42 -0500
16315              Message-ID: <20050407224442.GA23895@petdance.com>
16316      Branch: perl
16317            - README.Y2K
16318            ! INSTALL MANIFEST lib/warnings.pm pod/buildtoc pod/perldiag.pod
16319            ! pod/perllexwarn.pod pp_hot.c sv.c t/lib/warnings/pp_hot
16320            ! t/lib/warnings/sv t/op/caller.t warnings.h warnings.pl
16321 ____________________________________________________________________________
16322 [ 24204] By: nicholas                              on 2005/04/08  11:29:22
16323         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #2
16324              From: Steve Peters <steve@fisharerojo.org>
16325              Date: Thu, 7 Apr 2005 13:51:49 -0500
16326              Message-ID: <20050407185149.GA4418@mccoy.peters.homeunix.org>
16327      Branch: perl
16328            ! doio.c ext/List/Util/Util.xs ext/threads/threads.xs op.c pp.c
16329            ! pp_ctl.c pp_hot.c sv.c toke.c util.c
16330 ____________________________________________________________________________
16331 [ 24201] By: nicholas                              on 2005/04/08  10:39:15
16332         Log: Add a macro PERL_DEBUG_COW, for aggressive compile time tests of
16333              Copy-On-Write related source changes.
16334              Fix the problem this revealed.
16335      Branch: perl
16336            ! sv.c sv.h
16337 ____________________________________________________________________________
16338 [ 24200] By: nicholas                              on 2005/04/08  10:08:35
16339         Log: MM_AIX needs neatvalue
16340      Branch: perl
16341            ! lib/ExtUtils/MM_AIX.pm
16342 ____________________________________________________________________________
16343 [ 24199] By: nicholas                              on 2005/04/08  10:05:49
16344         Log: Subject: [PATCH] Refactoring to Sv*_set() macros - patch #1
16345              From: Steve Peters <steve@fisharerojo.org>
16346              Message-ID: <20050406232110.GA12249@mccoy.peters.homeunix.org>
16347              Date: Wed, 6 Apr 2005 18:21:10 -0500
16348      Branch: perl
16349            ! ext/ByteLoader/byterun.c ext/List/Util/Util.xs pad.c sv.c
16350            ! toke.c
16351 ____________________________________________________________________________
16352 [ 24198] By: rgs                                   on 2005/04/08  09:48:08
16353         Log: Add perl593delta.pod
16354      Branch: perl
16355            + pod/perl593delta.pod
16356            ! MANIFEST Makefile.SH pod.lst pod/perl.pod
16357            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
16358            ! win32/pod.mak
16359 ____________________________________________________________________________
16360 [ 24194] By: rgs                                   on 2005/04/07  12:42:07
16361         Log: Mention that select() returns -1 on error,
16362              as suggested by Hernan Perez Masci
16363      Branch: perl
16364            ! pod/perlfunc.pod
16365 ____________________________________________________________________________
16366 [ 24192] By: rgs                                   on 2005/04/07  09:51:29
16367         Log: Subject: Re: [PATCH] Re: [perl #34650] perldoc -f my should perhaps mention BEGIN and END
16368              From: Abigail <abigail@abigail.nl>
16369              Date: Wed, 6 Apr 2005 01:41:55 +0200
16370              Message-ID: <20050405234154.GG8680@abigail.nl>
16371      Branch: perl
16372            ! t/japh/abigail.t
16373 ____________________________________________________________________________
16374 [ 24191] By: rgs                                   on 2005/04/07  09:45:27
16375         Log: Subject: Re: Bugs? In Unicode::EastAsianWidth.
16376              From: Autrijus Tang <autrijus@autrijus.org>
16377              Date: Wed, 6 Apr 2005 18:17:32 +0800
16378              Message-ID: <20050406101732.GA17931@aut.dyndns.org>
16379      Branch: perl
16380            ! lib/unicore/mktables
16381 ____________________________________________________________________________
16382 [ 24190] By: rgs                                   on 2005/04/07  09:38:06
16383         Log: Subject: perldbtty$$ location
16384              From: Gisle Aas <gisle@ActiveState.com>
16385              Date: 06 Apr 2005 01:49:54 -0700
16386              Message-ID: <lr3bu48f2l.fsf@caliper.activestate.com>
16387              (and remove trailing whitespace)
16388      Branch: perl
16389            ! pod/perldebug.pod
16390 ____________________________________________________________________________
16391 [ 24189] By: nicholas                              on 2005/04/07  08:43:40
16392         Log: Tabs not spaces in MANIFEST
16393      Branch: perl
16394            ! MANIFEST
16395 ____________________________________________________________________________
16396 [ 24187] By: merijn                                on 2005/04/07  08:33:53
16397         Log: Subject: [perl #34699] documentation bug in "man perlpodspec" 
16398              From: "raf@tradingpost.com.au (via RT)" <perlbug-followup@perl.org>
16399              Date: 7 Apr 2005 00:20:31 -0000
16400              Message-ID: <rt-3.0.11-34699-110174.9.79475562169704@perl.org>
16401      Branch: perl
16402            ! pod/perlpodspec.pod
16403 ____________________________________________________________________________
16404 [ 24185] By: rgs                                   on 2005/04/07  08:07:14
16405         Log: Upgrade to ExtUtils::MakeMaker 6.27,
16406              plus a patch to restore functioning of 'distclean'
16407              for the perl core
16408      Branch: perl
16409            + lib/ExtUtils/MM_AIX.pm lib/ExtUtils/MM_QNX.pm
16410            + lib/ExtUtils/MM_VOS.pm lib/ExtUtils/MakeMaker/Config.pm
16411            + lib/ExtUtils/t/PL_FILES.t lib/ExtUtils/t/config.t
16412            + lib/ExtUtils/t/installbase.t lib/ExtUtils/t/xs.t
16413            + t/lib/MakeMaker/Test/Setup/PL_FILES.pm
16414            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
16415            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
16416            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
16417            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
16418            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
16419            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
16420            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
16421            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
16422            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
16423            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
16424            ! lib/ExtUtils/README lib/ExtUtils/t/INST_PREFIX.t
16425            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/MM_Win32.t
16426            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/dir_target.t
16427            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
16428            ! lib/ExtUtils/t/recurs.t t/lib/MakeMaker/Test/Setup/BFD.pm
16429            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
16430            ! t/lib/MakeMaker/Test/Utils.pm
16431 ____________________________________________________________________________
16432 [ 24178] By: steveh                                on 2005/04/06  15:57:36
16433         Log: Don't try to export symbols that don't exist
16434              
16435              Change #24148 added Perl_rvpv_dup() to the public API, but it is only
16436              defined when USE_ITHREADS is defined.  Adjust makedef.pl accordingly
16437              to keep Win32 happy.
16438      Branch: perl
16439            ! makedef.pl
16440 ____________________________________________________________________________
16441 [ 24176] By: nicholas                              on 2005/04/06  15:11:53
16442         Log: cast to/from (void *) in the re-entrant code. Now watch the smoke rise.
16443      Branch: perl
16444            ! reentr.c reentr.h reentr.pl
16445 ____________________________________________________________________________
16446 [ 24175] By: nicholas                              on 2005/04/06  15:05:32
16447         Log: Casting to/from (void *) sufficient to make a C++ compiler happy.
16448      Branch: perl
16449            ! ext/File/Glob/bsd_glob.c ext/threads/shared/shared.xs
16450            ! ext/threads/threads.xs pad.h sv.c
16451 ____________________________________________________________________________
16452 [ 24174] By: nicholas                              on 2005/04/06  14:36:40
16453         Log: If we're going to prototype modfl(), it needs extern "C" linkage.
16454      Branch: perl
16455            ! perl.h
16456 ____________________________________________________________________________
16457 [ 24173] By: merijn                                on 2005/04/06  06:14:51
16458         Log: 1. t/TEST now deals with SKIP as if it was TODO. This complies to TAP
16459              2. Removed the depricated 'my $foo if expr' there
16460      Branch: perl
16461            ! t/TEST
16462 ____________________________________________________________________________
16463 [ 24171] By: nicholas                              on 2005/04/05  22:34:32
16464         Log: D'oh! We were never correctly spotting a modfl prototype
16465      Branch: perl
16466            ! Configure
16467 ____________________________________________________________________________
16468 [ 24170] By: nicholas                              on 2005/04/05  21:30:21
16469         Log: Add casting to allow g++ (3.3.5) to compile the core code.
16470              A C++ compiler produces lots of warnings that are probably valid
16471              concerns to investigate.
16472      Branch: perl
16473            ! doio.c ext/B/B.xs ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs gv.c
16474            ! perl.c perl.h pp_pack.c scope.c sv.c toke.c util.c x2p/walk.c
16475 ____________________________________________________________________________
16476 [ 24169] By: nicholas                              on 2005/04/05  21:16:01
16477         Log: Tests need to skip if there is no Encode configured.
16478      Branch: perl
16479            ! lib/encoding/warnings/t/1-warning.t
16480            ! lib/encoding/warnings/t/2-fatal.t
16481 ____________________________________________________________________________
16482 [ 24167] By: nicholas                              on 2005/04/05  16:09:59
16483         Log: Using savesvpv() here is terser and produces smaller object code.
16484      Branch: perl
16485            ! doio.c
16486 ____________________________________________________________________________
16487 [ 24166] By: rgs                                   on 2005/04/05  15:23:47
16488         Log: Upgrade to Unicode::Normalize 0.32
16489      Branch: perl
16490            ! ext/Unicode/Normalize/Changes
16491            ! ext/Unicode/Normalize/Makefile.PL
16492            ! ext/Unicode/Normalize/Normalize.pm
16493            ! ext/Unicode/Normalize/Normalize.xs
16494            ! ext/Unicode/Normalize/mkheader ext/Unicode/Normalize/t/form.t
16495            ! ext/Unicode/Normalize/t/norm.t ext/Unicode/Normalize/t/test.t
16496 ____________________________________________________________________________
16497 [ 24165] By: nicholas                              on 2005/04/05  14:52:05
16498         Log: Down with C++ reserved names
16499              (and also function pointer declarations that rely on the C semantics
16500              of ())
16501      Branch: perl
16502            ! ext/Storable/Storable.xs mg.c op.c perlio.c pp_sort.c
16503            ! universal.c
16504 ____________________________________________________________________________
16505 [ 24164] By: nicholas                              on 2005/04/05  14:51:05
16506         Log: Down with potentially incorrect duplicate prototypes
16507      Branch: perl
16508            ! pp_sys.c
16509 ____________________________________________________________________________
16510 [ 24163] By: nicholas                              on 2005/04/05  14:50:30
16511         Log: Down with more K&R prototypes
16512      Branch: perl
16513            ! ext/DynaLoader/dl_dyld.xs
16514 ____________________________________________________________________________
16515 [ 24162] By: nicholas                              on 2005/04/05  14:49:11
16516         Log: Down with unneeded duplicate prototypes
16517      Branch: perl
16518            ! x2p/a2p.c
16519 ____________________________________________________________________________
16520 [ 24161] By: nicholas                              on 2005/04/05  14:48:33
16521         Log: Down with K&R function arguments
16522      Branch: perl
16523            ! ext/Cwd/Cwd.xs
16524 ____________________________________________________________________________
16525 [ 24160] By: rgs                                   on 2005/04/05  14:06:01
16526         Log: Add Math::BigInt::FastCalc in maintainer list
16527      Branch: perl
16528            ! Porting/Maintainers.pl
16529 ____________________________________________________________________________
16530 [ 24159] By: rgs                                   on 2005/04/05  13:12:22
16531         Log: Adaptations to the Makefile.PL of Math::BigInt/FastCalc, for core-ification
16532      Branch: perl
16533            ! ext/Math/BigInt/FastCalc/Makefile.PL
16534 ____________________________________________________________________________
16535 [ 24158] By: rgs                                   on 2005/04/05  12:56:35
16536         Log: New core module, Math::BigInt::FastCalc
16537              
16538              Subject: [PATCH] integrate Math::BigInt::FastCalc
16539              From: Tels <nospam-abuse@bloodgate.com>
16540              Date: Sun, 3 Apr 2005 11:12:45 +0200
16541              Message-Id: <200504031112.55179@bloodgate.com>
16542      Branch: perl
16543            + ext/Math/BigInt/FastCalc/FastCalc.pm
16544            + ext/Math/BigInt/FastCalc/FastCalc.xs
16545            + ext/Math/BigInt/FastCalc/Makefile.PL
16546            + ext/Math/BigInt/FastCalc/t/bigintfc.t
16547            + ext/Math/BigInt/FastCalc/t/bootstrap.t
16548            + ext/Math/BigInt/FastCalc/t/mbi_rand.t
16549            ! MANIFEST
16550 ____________________________________________________________________________
16551 [ 24155] By: rgs                                   on 2005/04/05  10:40:35
16552         Log: Subject: [Patch] Math::BigInt v1.76, Math::BigRat v0.15, bignum v0.17
16553              From: Tels <nospam-abuse@bloodgate.com>
16554              Date: Sun, 3 Apr 2005 10:43:10 +0200
16555              Message-Id: <200504031043.12273@bloodgate.com>
16556      Branch: perl
16557            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16558            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/_e_math.t
16559            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bigfltpm.inc
16560            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
16561            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
16562            ! lib/Math/BigInt/t/req_mbf0.t lib/Math/BigInt/t/req_mbfw.t
16563            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/trap.t
16564            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
16565            ! lib/Math/BigRat/t/bigratpm.t lib/Math/BigRat/t/requirer.t
16566            ! lib/bigint.pm lib/bignum.pm lib/bigrat.pm
16567 ____________________________________________________________________________
16568 [ 24152] By: rgs                                   on 2005/04/04  20:55:03
16569         Log: That's C, not perl.
16570      Branch: perl
16571            ! patchlevel.h
16572 ____________________________________________________________________________
16573 [ 24151] By: nicholas                              on 2005/04/04  20:53:42
16574         Log: Make -DFORMAT_CHECK compile with threads.
16575      Branch: perl
16576            ! perl.h
16577 ____________________________________________________________________________
16578 [ 24149] By: rgs                                   on 2005/04/04  17:14:37
16579         Log: Bump version to 5.9.3
16580              Restore "DEVEL" tag in patchlevel.h
16581              Regenerate Porting/config*
16582      Branch: perl
16583            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
16584            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
16585            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
16586            ! win32/config_H.gc win32/config_H.vc64 win32/makefile.mk
16587            ! wince/Makefile.ce
16588 ____________________________________________________________________________
16589 [ 24148] By: rgs                                   on 2005/04/04  14:19:30
16590         Log: Subject: [PATCH] const-eight.diff
16591              From: Andy Lester <andy@petdance.com>
16592              Date: Wed, 30 Mar 2005 11:40:24 -0600
16593              Message-ID: <20050330174024.GA12167@petdance.com>
16594      Branch: perl
16595            ! Porting/Maintainers.pl doio.c dump.c embed.fnc embed.h
16596            ! global.sym mg.c op.c perl.c proto.h sv.c universal.c xsutils.c
16597 ____________________________________________________________________________
16598 [ 24147] By: mhx                                   on 2005/04/03  16:47:54
16599         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with ahash symbol"
16600              From: Steven Schubiger <steven@accognoscere.org>
16601              Date: Sun, 3 Apr 2005 11:47:22 +0200 (CEST)
16602              Message-Id: <200504030947.j339lMgp010306@accognoscere.homeunix.org>
16603      Branch: perl
16604            ! pod/perltrap.pod
16605 ____________________________________________________________________________
16606 [ 24139] By: mhx                                   on 2005/04/03  08:19:06
16607         Log: Subject: Re: [PATCH] Re: [perl #34632] perlintro: "Comments start with a hash symbol"
16608              From: Steven Schubiger <steven@accognoscere.org>
16609              Date: Sat, 2 Apr 2005 19:37:11 +0200 (CEST)
16610              Message-Id: <200504021737.j32HbBNS000652@accognoscere.homeunix.org>
16611      Branch: perl
16612            ! pod/perltrap.pod
16613 ____________________________________________________________________________
16614 [ 24138] By: mhx                                   on 2005/04/03  08:16:25
16615         Log: Fix wrong version for byteorder modifiers feature.
16616      Branch: perl
16617            ! pod/perlpacktut.pod
16618 ____________________________________________________________________________
16619 [ 24137] By: nicholas                              on 2005/04/02  22:58:59
16620         Log: Silence compiler warnings about possibly uninitialised variables.
16621              (None are, but it saves anyone else having to work this out)
16622      Branch: perl
16623            ! regexec.c
16624 ____________________________________________________________________________
16625 [ 24136] By: nicholas                              on 2005/04/02  19:04:27
16626         Log: Fix "[perl #34643] Config_heavy.pl not in archlib"
16627      Branch: perl
16628            ! installperl
16629 ____________________________________________________________________________
16630 [ 24135] By: nicholas                              on 2005/04/02  18:52:11
16631         Log: Oops. Forgot to add this.
16632      Branch: perl
16633            + lib/unicore/NamedSequences.txt
16634 ____________________________________________________________________________
16635 [ 24134] By: nicholas                              on 2005/04/02  18:51:27
16636         Log: Subject: [PATCH] Unicode 4.1.0
16637              From: Jarkko Hietaniemi <jhi@iki.fi>
16638              Message-ID: <424E584D.5000508@iki.fi>
16639              Date: Sat, 02 Apr 2005 11:31:09 +0300
16640      Branch: perl
16641            ! MANIFEST lib/Unicode/UCD.pm lib/Unicode/UCD.t
16642            ! lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt
16643            ! lib/unicore/Blocks.txt lib/unicore/CaseFolding.txt
16644            ! lib/unicore/CompositionExclusions.txt
16645            ! lib/unicore/EastAsianWidth.txt
16646            ! lib/unicore/HangulSyllableType.txt lib/unicore/Jamo.txt
16647            ! lib/unicore/LineBreak.txt lib/unicore/NamesList.txt
16648            ! lib/unicore/NormalizationCorrections.txt
16649            ! lib/unicore/PropList.txt lib/unicore/PropValueAliases.txt
16650            ! lib/unicore/PropertyAliases.txt lib/unicore/README.perl
16651            ! lib/unicore/ReadMe.txt lib/unicore/Scripts.txt
16652            ! lib/unicore/SpecialCasing.txt
16653            ! lib/unicore/StandardizedVariants.txt
16654            ! lib/unicore/UnicodeData.txt lib/unicore/version t/uni/class.t
16655 ____________________________________________________________________________
16656 [ 24133] By: rgs                                   on 2005/04/01  09:16:19
16657         Log: Add encoding::warnings to Maintainers.pl and rebuild META.yml for release
16658      Branch: perl
16659            ! META.yml Porting/Maintainers.pl
16660 ____________________________________________________________________________
16661 [ 24132] By: rgs                                   on 2005/04/01  08:29:26
16662         Log: Update Changes
16663      Branch: perl
16664            ! Changes
16665 ____________________________________________________________________________
16666 [ 24131] By: steveh                                on 2005/04/01  08:18:27
16667         Log: Remove dependency on tr(1) for MinGW builds on Win32
16668              
16669              This leaves things slightly (more) broken for MinGW builds on Cygwin,
16670              but that doesn't currently quite work in other respects and isn't
16671              documented anyway.  See:
16672              
16673              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00751.html
16674      Branch: perl
16675            ! pod/perl592delta.pod win32/makefile.mk
16676 ____________________________________________________________________________
16677 [ 24130] By: rgs                                   on 2005/04/01  07:47:26
16678         Log: Regenerate perltoc and perlmodlib
16679      Branch: perl
16680            ! pod/perlmodlib.pod pod/perltoc.pod
16681 ____________________________________________________________________________
16682 [ 24129] By: rgs                                   on 2005/04/01  07:36:04
16683         Log: POD fixes.
16684      Branch: perl
16685            ! pod/perlfaq1.pod
16686 ____________________________________________________________________________
16687 [ 24128] By: rgs                                   on 2005/04/01  07:19:27
16688         Log: FAQ sync.
16689      Branch: perl
16690            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
16691            ! pod/perlfaq6.pod pod/perlfaq7.pod
16692 ____________________________________________________________________________
16693 [ 24127] By: rgs                                   on 2005/04/01  07:14:22
16694         Log: Add a note about installhtml
16695      Branch: perl
16696            ! pod/perltodo.pod
16697 ____________________________________________________________________________
16698 [ 24126] By: rgs                                   on 2005/03/31  21:51:28
16699         Log: Subject: [PATCH] pp_pack.c warnings on VMS
16700              From: "Craig A. Berry" <craigberry@mac.com>
16701              Date: Thu, 31 Mar 2005 14:51:05 -0600
16702              Message-ID: <424C62B9.2030601@mac.com>
16703      Branch: perl
16704            ! pp_pack.c
16705 ____________________________________________________________________________
16706 [ 24125] By: rgs                                   on 2005/03/31  17:14:01
16707         Log: Mention the current MinGW compilation problems
16708      Branch: perl
16709            ! pod/perl592delta.pod
16710 ____________________________________________________________________________
16711 [ 24124] By: rgs                                   on 2005/03/31  17:11:15
16712         Log: Update Changes
16713      Branch: perl
16714            ! Changes
16715 ____________________________________________________________________________
16716 [ 24123] By: rgs                                   on 2005/03/31  15:52:46
16717         Log: This is 5.9.2. Mostly.
16718      Branch: perl
16719            ! patchlevel.h pod/perlhist.pod
16720 ____________________________________________________________________________
16721 [ 24122] By: steveh                                on 2005/03/31  15:39:57
16722         Log: Fix USE_SITECUSTOMIZE on Win32
16723              
16724              This fixes the problem described in:
16725              
16726              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
16727      Branch: perl
16728            ! win32/win32.c
16729 ____________________________________________________________________________
16730 [ 24121] By: rgs                                   on 2005/03/31  15:24:24
16731         Log: Update copyrights.
16732              Well, those are generated files anyway.
16733      Branch: perl
16734            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
16735            ! proto.h
16736 ____________________________________________________________________________
16737 [ 24120] By: steveh                                on 2005/03/31  14:36:44
16738         Log: Add support for USE_SITECUSTOMIZE in the Win32 makefiles
16739              
16740              Note that this feature doesn't actually work correctly on Win32
16741              until the problem described here is solved:
16742              
16743              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html
16744      Branch: perl
16745            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
16746            ! win32/config.vc64 win32/makefile.mk
16747 ____________________________________________________________________________
16748 [ 24119] By: rgs                                   on 2005/03/31  13:52:58
16749         Log: Upgrade to Module::CoreList 1.99
16750      Branch: perl
16751            ! lib/Module/CoreList.pm
16752 ____________________________________________________________________________
16753 [ 24118] By: rgs                                   on 2005/03/31  13:45:17
16754         Log: More known problems.
16755      Branch: perl
16756            ! pod/perl592delta.pod
16757 ____________________________________________________________________________
16758 [ 24117] By: rgs                                   on 2005/03/31  13:10:26
16759         Log: Known problems, reported by Merijn
16760      Branch: perl
16761            ! pod/perl592delta.pod
16762 ____________________________________________________________________________
16763 [ 24116] By: rgs                                   on 2005/03/31  12:45:03
16764         Log: OS typo.
16765      Branch: perl
16766            ! pod/perl592delta.pod
16767 ____________________________________________________________________________
16768 [ 24115] By: rgs                                   on 2005/03/31  12:42:38
16769         Log: Add a tool to generate data for Module::CoreList
16770      Branch: perl
16771            + Porting/corelist.pl
16772            ! MANIFEST
16773 ____________________________________________________________________________
16774 [ 24114] By: rgs                                   on 2005/03/31  11:42:15
16775         Log: More work on perldelta
16776      Branch: perl
16777            ! pod/perl592delta.pod
16778 ____________________________________________________________________________
16779 [ 24113] By: steveh                                on 2005/03/31  10:01:18
16780         Log: Add support for PERL_HASH_SEED_EXPLICIT and NO_HASH_SEED in the
16781              Win32 makefiles
16782      Branch: perl
16783            ! win32/Makefile win32/makefile.mk
16784 ____________________________________________________________________________
16785 [ 24112] By: rgs                                   on 2005/03/31  09:58:40
16786         Log: AUTHORS update
16787      Branch: perl
16788            ! AUTHORS
16789 ____________________________________________________________________________
16790 [ 24111] By: steveh                                on 2005/03/31  09:18:23
16791         Log: A few Win32 makefile tidy-ups (No real changes)
16792      Branch: perl
16793            ! win32/Makefile win32/makefile.mk
16794 ____________________________________________________________________________
16795 [ 24110] By: steveh                                on 2005/03/31  08:20:00
16796         Log: Fix typo in INSTALL (s/USE_HAS_SEED_EXPLICIT/USE_HASH_SEED_EXPLICIT/)
16797      Branch: perl
16798            ! INSTALL
16799 ____________________________________________________________________________
16800 [ 24109] By: steveh                                on 2005/03/31  07:55:12
16801         Log: One more Win32 compilation clean-up (for when using -DDEBUGGING)
16802      Branch: perl
16803            ! sv.c
16804 ____________________________________________________________________________
16805 [ 24108] By: steveh                                on 2005/03/31  07:36:52
16806         Log: Another Win32 compilation clean-up (for when using Perl's malloc)
16807      Branch: perl
16808            ! malloc.c
16809 ____________________________________________________________________________
16810 [ 24107] By: merijn                                on 2005/03/30  17:03:19
16811         Log: Now that we have the full path, we can skip the which call,
16812              that might cause trouble on testdrive systems.
16813      Branch: perl
16814            ! hints/hpux.sh
16815 ____________________________________________________________________________
16816 [ 24106] By: rgs                                   on 2005/03/30  14:41:51
16817         Log: Update copyrights.
16818      Branch: perl
16819            ! XSUB.h av.c deb.c dump.c embedvar.h gv.h handy.h hv.h
16820            ! miniperlmain.c numeric.c op.h pad.c perl.h pp.h regcomp.h
16821            ! regen_perly.pl scope.h sv.h thrdvar.h thread.h
16822 ____________________________________________________________________________
16823 [ 24105] By: merijn                                on 2005/03/30  14:25:05
16824         Log: Simplify #24043 note now Configure can do -Dusesitecustomize
16825      Branch: perl
16826            ! INSTALL
16827 ____________________________________________________________________________
16828 [ 24104] By: merijn                                on 2005/03/30  14:17:40
16829         Log: Support for -Dusesitecustomize
16830      Branch: perl
16831            ! Configure config_h.SH
16832 ____________________________________________________________________________
16833 [ 24102] By: merijn                                on 2005/03/30  13:43:12
16834         Log: USE_STRLCAT and USE_STRLCPY now actually used
16835              LIBM_VERSION_TYPE and USE_SITECUSTOMIZE are preparations
16836              for future use
16837      Branch: perl
16838            ! handy.h
16839 ____________________________________________________________________________
16840 [ 24101] By: rgs                                   on 2005/03/30  13:34:11
16841         Log: Subject: [PATCH] ext/Errno/Errno_pm.PL: fix for GNU hurd
16842              From: Brendan O'Dea <bod@debian.org>
16843              Date: Wed, 30 Mar 2005 10:30:25 +1000
16844              Message-ID: <20050330003025.GA29797@londo.c47.org>
16845      Branch: perl
16846            ! ext/Errno/Errno_pm.PL
16847 ____________________________________________________________________________
16848 [ 24100] By: rgs                                   on 2005/03/30  13:16:52
16849         Log: Subject: Re: PATCH: byte count feature request for unpack
16850              From: perl5-porters@ton.iguana.be (Ton Hospel)
16851              Date: Sun, 27 Mar 2005 18:32:11 +0000 (UTC)
16852              Message-Id: <d26u7b$i3v$1@post.home.lunix>
16853              
16854              (rework of a patch from Arne Ahrend <aahrend@web.de>)
16855      Branch: perl
16856            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
16857 ____________________________________________________________________________
16858 [ 24099] By: steveh                                on 2005/03/30  08:36:50
16859         Log: A couple more Win32 compilation clean-ups
16860      Branch: perl
16861            ! win32/win32sck.c
16862 ____________________________________________________________________________
16863 [ 24098] By: rgs                                   on 2005/03/30  08:03:13
16864         Log: Minor POD nits.
16865      Branch: perl
16866            ! ext/File/Glob/Glob.pm
16867 ____________________________________________________________________________
16868 [ 24097] By: merijn                                on 2005/03/30  07:49:46
16869         Log: Subject: Re: [PATCH] 5.6 File::Glob documentation insufficient for use
16870              From: Steven Schubiger <steven@accognoscere.org>
16871              Date: Wed, 30 Mar 2005 03:41:03 +0200 (CEST)
16872              Message-Id: <200503300141.j2U1f3EP024524@accognoscere.homeunix.org>
16873      Branch: perl
16874            ! ext/File/Glob/Glob.pm
16875 ____________________________________________________________________________
16876 [ 24096] By: steveh                                on 2005/03/29  15:18:30
16877         Log: Clean-up some warnings when compiling on Win32 with VC++
16878      Branch: perl
16879            ! hv.c mg.c op.c pp_pack.c pp_sort.c pp_sys.c utf8.c util.c
16880 ____________________________________________________________________________
16881 [ 24095] By: rgs                                   on 2005/03/29  12:39:39
16882         Log: Downconst external APIs
16883      Branch: perl
16884            ! embed.fnc gv.h op.c opcode.h opcode.pl pod/perlapi.pod proto.h
16885            ! sv.c util.c
16886 ____________________________________________________________________________
16887 [ 24094] By: rgs                                   on 2005/03/29  09:38:39
16888         Log: The core part of :
16889              Subject: [PATCH] Consting seven
16890              From: Andy Lester <andy@petdance.com>
16891              Date: Sun, 27 Mar 2005 15:57:22 -0600
16892              Message-ID: <20050327215722.GC20451@petdance.com>
16893      Branch: perl
16894            ! embed.fnc embed.h perl.c perlio.c pp_ctl.c proto.h regcomp.c
16895            ! regexec.c util.c
16896 ____________________________________________________________________________
16897 [ 24093] By: steveh                                on 2005/03/29  08:48:50
16898         Log: Fix Win32 compilation nit following change #24074
16899      Branch: perl
16900            ! util.c
16901 ____________________________________________________________________________
16902 [ 24092] By: steveh                                on 2005/03/29  08:22:45
16903         Log: Fix PerlLIO_chsize() for platforms that don't have chsize()
16904              
16905              This is the patch from the end of the thread that started here:
16906              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00055.html
16907      Branch: perl
16908            ! doio.c iperlsys.h pp_sys.c
16909 ____________________________________________________________________________
16910 [ 24091] By: rgs                                   on 2005/03/29  07:01:40
16911         Log: Fix Peek.t to work with and without DEBUG_LEAKING_SCALARS
16912      Branch: perl
16913            ! ext/Devel/Peek/t/Peek.t
16914 ____________________________________________________________________________
16915 [ 24090] By: merijn                                on 2005/03/29  07:01:11
16916         Log: Make the spelling of whitespace (vs white-space and white space)
16917              more consistent
16918              From: Offer Kaye <offer.kaye@gmail.com>
16919              Date: Thu, 17 Mar 2005 14:47:36 -0500
16920              Message-ID: <5694250503171147668e73c7@mail.gmail.com>
16921      Branch: perl
16922            ! pod/perllocale.pod pod/perlop.pod pod/perlopentut.pod
16923            ! pod/perlre.pod pod/perlxstut.pod
16924 ____________________________________________________________________________
16925 [ 24089] By: rgs                                   on 2005/03/29  06:14:18
16926         Log: Don't #ifdef out a return statement
16927      Branch: perl
16928            ! pad.c
16929 ____________________________________________________________________________
16930 [ 24088] By: davem                                 on 2005/03/28  21:38:44
16931         Log: expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SV
16932      Branch: perl
16933            ! dump.c ext/Devel/Peek/t/Peek.t pad.c perl.c pod/perlhack.pod
16934            ! sv.c sv.h
16935 ____________________________________________________________________________
16936 [ 24087] By: rgs                                   on 2005/03/27  16:38:13
16937         Log: Raw work on perl592delta.
16938      Branch: perl
16939            ! pod/perl592delta.pod
16940 ____________________________________________________________________________
16941 [ 24086] By: rgs                                   on 2005/03/27  13:59:02
16942         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
16943              From: hv@crypt.org
16944              Date: Thu, 24 Mar 2005 19:51:08 +0000
16945              Message-Id: <200503241951.j2OJp8s18147@zen.crypt.org>
16946      Branch: perl
16947            ! regexec.c t/op/re_tests
16948 ____________________________________________________________________________
16949 [ 24085] By: rgs                                   on 2005/03/27  13:30:18
16950         Log: Fix -C option of mktables (for VMS)
16951              
16952              Subject: Re: [PATCH] Consting five
16953              From: demerphq <demerphq@gmail.com>
16954              Date: Sat, 26 Mar 2005 21:45:09 +0100
16955              Message-ID: <9b18b311050326124563db5113@mail.gmail.com>
16956      Branch: perl
16957            ! lib/unicore/mktables
16958 ____________________________________________________________________________
16959 [ 24084] By: davem                                 on 2005/03/26  21:25:47
16960         Log: UTF-8 string substitution corrupts memory
16961              The implicit call of 'require utf8' triggered by code like
16962              "\x{100}" =~ /[[:print:]]/
16963              wasn't saving state correctly first.
16964      Branch: perl
16965            ! utf8.c
16966 ____________________________________________________________________________
16967 [ 24083] By: rgs                                   on 2005/03/26  17:40:26
16968         Log: Remove an XXX note from the public doc.
16969              Hide it in the comments, instead
16970      Branch: perl
16971            ! pod/perlapi.pod sv.c
16972 ____________________________________________________________________________
16973 [ 24082] By: nicholas                              on 2005/03/26  00:21:30
16974         Log: Need to return something when the compiler doesn't know that a
16975              function is "noreturn".
16976      Branch: perl
16977            ! mg.c op.c scope.c
16978 ____________________________________________________________________________
16979 [ 24081] By: nicholas                              on 2005/03/25  23:46:22
16980         Log: Subject: [PATCH] Consting five
16981              Date: Fri, 25 Mar 2005 17:14:09 -0600
16982              From: Andy Lester <andy@petdance.com>
16983              Message-ID: <20050325231409.GB17660@petdance.com>
16984              
16985              [with modification - the extra argument to incpush was supposed to
16986              be being used]
16987      Branch: perl
16988            ! av.c embed.fnc embed.h ext/DynaLoader/dlutils.c gv.c
16989            ! intrpvar.h locale.c mg.c miniperlmain.c op.c perl.c pp_sys.c
16990            ! proto.h regcomp.c thrdvar.h toke.c
16991 ____________________________________________________________________________
16992 [ 24080] By: rgs                                   on 2005/03/25  21:09:23
16993         Log: Subject: Re: [perl #34568] Perl crashes reading past the end of a heap block while parsing foreach statement
16994              From: Gurusamy Sarathy <gsar@ActiveState.com>
16995              Date: Fri, 25 Mar 2005 10:31:09 -0800
16996              Message-Id: <200503251831.j2PIV9A6006234@smtp3.ActiveState.com>
16997      Branch: perl
16998            ! op.c
16999 ____________________________________________________________________________
17000 [ 24079] By: rgs                                   on 2005/03/25  21:02:04
17001         Log: Subject: [PATCH] Consting part 4
17002              From: Andy Lester <andy@petdance.com>
17003              Date: Fri, 25 Mar 2005 14:43:31 -0600
17004              Message-ID: <20050325204331.GA16388@petdance.com>
17005      Branch: perl
17006            ! embed.fnc mg.c numeric.c op.c perlio.c pod/perlapi.pod proto.h
17007            ! regcomp.c scope.c sv.c taint.c toke.c utf8.c util.c
17008 ____________________________________________________________________________
17009 [ 24078] By: nicholas                              on 2005/03/25  20:57:46
17010         Log: FreeBSD NDBM appears to generate files ending .db, so be prepared to
17011              clean this variant up as well.
17012      Branch: perl
17013            ! lib/Memoize/t/tie_ndbm.t
17014 ____________________________________________________________________________
17015 [ 24077] By: rgs                                   on 2005/03/25  18:03:00
17016         Log: Remove the const qualifier from argv and env variables
17017      Branch: perl
17018            ! embed.fnc intrpvar.h perl.c pod/perlapi.pod proto.h
17019 ____________________________________________________________________________
17020 [ 24076] By: rgs                                   on 2005/03/25  14:41:46
17021         Log: Subject: [PATCH] const fix-up for vms/vms.c
17022              From: "Craig A. Berry" <craigberry@mac.com>
17023              Date: Fri, 25 Mar 2005 09:00:06 -0600
17024              Message-ID: <42442776.8030603@mac.com>
17025      Branch: perl
17026            ! vms/vms.c vms/vmsish.h
17027 ____________________________________________________________________________
17028 [ 24075] By: rgs                                   on 2005/03/25  09:24:15
17029         Log: Subject: [PATCH] Re: Smoke [5.9.2] 24061 FAIL(m) linux 2.6.10-1.770_FC3 [fedora] (i686/1 cpu)
17030              From: Steve Peters <steve@fisharerojo.org>
17031              Date: Tue, 22 Mar 2005 17:15:23 -0600
17032              Message-ID: <20050322231523.GA3083@mccoy.peters.homeunix.org>
17033      Branch: perl
17034            ! hints/linux.sh
17035 ____________________________________________________________________________
17036 [ 24074] By: rgs                                   on 2005/03/24  16:25:58
17037         Log: Subject: [PATCH] Third consting batch
17038              From: Andy Lester <andy@petdance.com>
17039              Date: Tue, 22 Mar 2005 00:35:55 -0600
17040              Message-Id: <2f14220e7101a03f7659dbe79a03b115@petdance.com>
17041      Branch: perl
17042            ! XSUB.h deb.c doio.c dump.c embed.fnc gv.c gv.h hv.c mg.c mg.h
17043            ! minimod.pl numeric.c op.c pad.c patchlevel.h perl.c perl.h
17044            ! perlio.c perliol.h perlvars.h perly.c pod/perlapi.pod
17045            ! pod/perlintern.pod pp.c pp_hot.c pp_sys.c proto.h regcomp.c
17046            ! regcomp.h regexec.c scope.c sv.c taint.c universal.c utf8.c
17047            ! utf8.h utfebcdic.h util.c writemain.SH xsutils.c
17048 ____________________________________________________________________________
17049 [ 24073] By: mhx                                   on 2005/03/22  16:30:57
17050         Log: Mention (un)?pack byte-order modifiers in perldelta
17051      Branch: perl
17052            ! pod/perl592delta.pod
17053 ____________________________________________________________________________
17054 [ 24072] By: rgs                                   on 2005/03/22  16:15:58
17055         Log: Some updates in the new perldelta.
17056      Branch: perl
17057            ! pod/perl592delta.pod
17058 ____________________________________________________________________________
17059 [ 24071] By: rgs                                   on 2005/03/22  15:30:18
17060         Log: Remove IPC::Run for 5.9.2
17061      Branch: perl
17062            - lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
17063            - lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
17064            - lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
17065            - lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
17066            - lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
17067            - lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
17068            - lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
17069            - lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
17070            - lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
17071            - lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
17072            ! MANIFEST
17073 ____________________________________________________________________________
17074 [ 24070] By: rgs                                   on 2005/03/22  14:53:01
17075         Log: Forbid the -C option on the command-line
17076              as suggested by Merijn (see [perl #34087])
17077      Branch: perl
17078            ! pod/perldiag.pod toke.c
17079 ____________________________________________________________________________
17080 [ 24069] By: rgs                                   on 2005/03/22  14:03:12
17081         Log: Upgrade to PathTools 3.05
17082      Branch: perl
17083            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
17084 ____________________________________________________________________________
17085 [ 24068] By: rgs                                   on 2005/03/22  10:59:53
17086         Log: Upgrade to File::Temp 0.16
17087      Branch: perl
17088            ! lib/File/Temp.pm lib/File/Temp/t/object.t
17089            ! lib/File/Temp/t/tempfile.t
17090 ____________________________________________________________________________
17091 [ 24067] By: rgs                                   on 2005/03/22  10:53:39
17092         Log: Revert change #24055, which was producing a segfault in installman
17093              when it was trying to install perltoc.
17094      Branch: perl
17095            ! regexec.c t/op/re_tests
17096 ____________________________________________________________________________
17097 [ 24066] By: rgs                                   on 2005/03/22  09:43:44
17098         Log: Fix unresolved POD link
17099      Branch: perl
17100            ! pod/perlfunc.pod
17101 ____________________________________________________________________________
17102 [ 24065] By: rgs                                   on 2005/03/22  09:21:09
17103         Log: Rename ${^RE_TRIE_MAXBUFF} to ${^RE_TRIE_MAXBUF},
17104              and other neatification
17105      Branch: perl
17106            ! pod/perl592delta.pod pod/perlvar.pod regcomp.c regcomp.h
17107 ____________________________________________________________________________
17108 [ 24064] By: rgs                                   on 2005/03/22  08:57:18
17109         Log: Subject: [PATCH] simple optimization for SelectSaver
17110              From: Alexey Tourbin <at@altlinux.ru>
17111              Date: Fri, 18 Mar 2005 21:05:51 +0300
17112              Message-ID: <20050318180551.GA12596@solemn.turbinal.org>
17113      Branch: perl
17114            ! lib/SelectSaver.pm
17115 ____________________________________________________________________________
17116 [ 24063] By: rgs                                   on 2005/03/22  08:53:21
17117         Log: minitest fix
17118      Branch: perl
17119            ! t/run/fresh_perl.t
17120 ____________________________________________________________________________
17121 [ 24062] By: rgs                                   on 2005/03/22  07:50:28
17122         Log: Add in perldelta changes about unpack A and trailing whitespace, trie
17123              optimization, and debug flags for "use re".
17124      Branch: perl
17125            ! pod/perl592delta.pod
17126 ____________________________________________________________________________
17127 [ 24061] By: nicholas                              on 2005/03/21  22:52:12
17128         Log: Casts needed to make VMS happy. (It gets very upset at assignments
17129              between char * and unsigned char *)
17130      Branch: perl
17131            ! pp_pack.c
17132 ____________________________________________________________________________
17133 [ 24060] By: rgs                                   on 2005/03/21  21:44:37
17134         Log: Subject: Re: unpack A strip patch
17135              From: Ton Hospel <perl5-porters@ton.iguana.be>
17136              Date: Mon, 21 Mar 2005 21:31:37 +0000 (UTC)
17137              Message-Id: <d1nefp$lpe$1@post.home.lunix>
17138      Branch: perl
17139            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
17140 ____________________________________________________________________________
17141 [ 24059] By: rgs                                   on 2005/03/21  21:33:16
17142         Log: Subject: Re: regexp trie fails compile on VMS
17143              From: demerphq <demerphq@gmail.com>
17144              Date: Mon, 21 Mar 2005 22:29:09 +0100
17145              Message-ID: <9b18b311050321132917a4b1c7@mail.gmail.com>
17146      Branch: perl
17147            ! regcomp.c regcomp.h regcomp.pl regcomp.sym regexec.c
17148 ____________________________________________________________________________
17149 [ 24058] By: rgs                                   on 2005/03/21  21:22:10
17150         Log: Break up long lines in -V output for compile-time options
17151              
17152              Subject: Re: sitecustomize.pl [PATCH]
17153              From: sthoenna[at]efn.org (Yitzchak Scott-Thoennes)
17154              Date: Tue, 8 Mar 2005 17:46:04 -0800
17155              Message-ID: <20050309014604.GA5876[at]efn.org>
17156      Branch: perl
17157            ! perl.c
17158 ____________________________________________________________________________
17159 [ 24057] By: steveh                                on 2005/03/21  17:08:26
17160         Log: Oops - forgot to update MANIFEST for change 24056.
17161      Branch: perl
17162            ! MANIFEST
17163 ____________________________________________________________________________
17164 [ 24056] By: steveh                                on 2005/03/21  17:06:45
17165         Log: Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
17166              From: demerphq <demerphq@gmail.com>
17167              Date: Tue, 8 Mar 2005 02:24:10 +0100
17168              Message-ID: <9b18b311050307172455a5816e@mail.gmail.com>
17169              
17170              Change 24004 stopped mktables from needlessly re-running when using
17171              dmake on Win32, but it can still happen when using nmake because it
17172              doesn't support the .UPDATEALL attribute that was used to fix dmake.
17173              e.g. Build perl, touch a core header file, then rebuild -- mktables
17174              re-runs when it didn't need to, and 7 times over at that!  This change
17175              alleviates the pain by making mktables exit quickly in such cases.
17176      Branch: perl
17177            + lib/unicore/mktables.lst
17178            ! lib/unicore/mktables
17179 ____________________________________________________________________________
17180 [ 24055] By: rgs                                   on 2005/03/21  14:58:21
17181         Log: Resubmit change #24053.
17182      Branch: perl
17183            ! regexec.c t/op/re_tests
17184 ____________________________________________________________________________
17185 [ 24054] By: rgs                                   on 2005/03/21  14:32:58
17186         Log: Subject: [PATCH] Re: [perl #34493] h2ph `extern inline' problems
17187              From: Alexey Tourbin <at@altlinux.ru>
17188              Date: Sat, 19 Mar 2005 16:37:12 +0300
17189              Message-ID: <20050319133712.GB6484@solemn.turbinal.org>
17190              
17191              and
17192              
17193              Message-ID: <20050319141457.GC6484@solemn.turbinal.org>
17194      Branch: perl
17195            ! t/lib/h2ph.h utils/h2ph.PL
17196 ____________________________________________________________________________
17197 [ 24053] By: rgs                                   on 2005/03/21  13:15:34
17198         Log: Subject: Re: [perl #34195] Regex: Alternations within negative lookahead assertions 
17199              From: hv@crypt.org
17200              Date: Mon, 21 Feb 2005 17:59:49 +0000
17201              Message-Id: <200502211759.j1LHxnC22894@zen.crypt.org>
17202      Branch: perl
17203            ! regexec.c t/op/re_tests
17204 ____________________________________________________________________________
17205 [ 24052] By: rgs                                   on 2005/03/21  10:27:44
17206         Log: Subject: pack / for general types
17207              From: perl5-porters@ton.iguana.be (Ton Hospel)
17208              Date: Sat, 19 Mar 2005 22:00:45 +0000 (UTC)
17209              Message-Id: <d1i7ed$62c$1@post.home.lunix>
17210              
17211              Allow "len/format" to work for any format type, not just strings.
17212      Branch: perl
17213            ! pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
17214 ____________________________________________________________________________
17215 [ 24051] By: rgs                                   on 2005/03/21  10:12:01
17216         Log: perldelta suggestions on (un)?pack by Ton Hospel
17217      Branch: perl
17218            ! pod/perl592delta.pod
17219 ____________________________________________________________________________
17220 [ 24050] By: rgs                                   on 2005/03/21  09:59:13
17221         Log: Subject: Re: bugzilla.redhat bug #101767 (threads, threads::shared)
17222              From: Alexey Tourbin <at@altlinux.ru>
17223              Date: Sat, 19 Mar 2005 06:10:45 +0300
17224              Message-ID: <20050319031045.GN12596@solemn.turbinal.org>
17225      Branch: perl
17226            + ext/threads/hints/linux.pl ext/threads/shared/hints/linux.pl
17227            ! MANIFEST
17228 ____________________________________________________________________________
17229 [ 24049] By: rgs                                   on 2005/03/21  09:39:35
17230         Log: Subject: [PATCH] More consting goodness
17231              From: Andy Lester <andy@petdance.com>
17232              Date: Sat, 19 Mar 2005 01:28:30 -0600
17233              Message-ID: <20050319072830.GA7721@petdance.com>
17234      Branch: perl
17235            ! deb.c dump.c embed.fnc handy.h op.c opcode.h opcode.pl perl.c
17236            ! pod/perlapi.pod pp_ctl.c pp_sys.c proto.h regcomp.c regexec.c
17237            ! sv.c toke.c
17238 ____________________________________________________________________________
17239 [ 24048] By: rgs                                   on 2005/03/20  21:20:50
17240         Log: Upgrade to Math::BigInt 1.75, by Tels
17241      Branch: perl
17242            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
17243            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
17244            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
17245            ! lib/Math/BigInt/t/fallback.t lib/Math/BigInt/t/mbi_rand.t
17246            ! lib/Math/BigInt/t/sub_mbi.t
17247 ____________________________________________________________________________
17248 [ 24047] By: merijn                                on 2005/03/20  10:50:11
17249         Log: Subject: [PATCH] perlrun typo (env PERLDB_OPTS)
17250              From: Alexey Tourbin <at@altlinux.ru>
17251              Date: Sat, 19 Mar 2005 03:40:13 +0300
17252              Message-ID: <20050319004013.GJ12596@solemn.turbinal.org>
17253      Branch: perl
17254            ! pod/perlrun.pod
17255 ____________________________________________________________________________
17256 [ 24046] By: rgs                                   on 2005/03/18  21:47:54
17257         Log: Remove an useless line, spotted by Andy Lester
17258      Branch: perl
17259            ! toke.c
17260 ____________________________________________________________________________
17261 [ 24045] By: rgs                                   on 2005/03/18  16:54:38
17262         Log: Remove trie optimisation from the todo list
17263      Branch: perl
17264            ! pod/perltodo.pod
17265 ____________________________________________________________________________
17266 [ 24044] By: rgs                                   on 2005/03/18  15:04:39
17267         Log: Subject: Re: Reworked Trie Patch
17268              From: demerphq <demerphq@gmail.com>
17269              Date: Mon, 14 Mar 2005 08:55:39 +0100
17270              Message-ID: <9b18b31105031323557019ae1@mail.gmail.com>
17271              
17272              Subject: Re: Reworked Trie Patch
17273              From: demerphq <demerphq@gmail.com>
17274              Date: Wed, 16 Mar 2005 19:48:18 +0100
17275              Message-ID: <9b18b31105031610481025a080@mail.gmail.com>
17276              
17277              Plus minor nits in the documentation of re.pm,
17278              a version bump, and addition of an OPTIMIZE alias
17279      Branch: perl
17280            + t/op/regexp_notrie.t t/op/regexp_trielist.t
17281            ! MANIFEST embed.fnc embed.h ext/re/re.pm pod/perlvar.pod
17282            ! proto.h regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h
17283            ! sv.c t/op/pat.t t/op/re_tests t/op/readdir.t
17284 ____________________________________________________________________________
17285 [ 24043] By: rgs                                   on 2005/03/18  14:02:36
17286         Log: Subject: Re: sitecustomize.pl [PATCH]
17287              From: Gisle Aas <gisle@ActiveState.com>
17288              Date: 18 Mar 2005 04:06:40 -0800
17289              Message-ID: <lru0n9w433.fsf@caliper.activestate.com>
17290              
17291              Adds a new command-line switch, -f, and a new optional
17292              compile-time setting -DUSE_SITECUSTOMIZE
17293      Branch: perl
17294            ! INSTALL ext/Devel/DProf/t/DProf.t perl.c pod/perlrun.pod
17295 ____________________________________________________________________________
17296 [ 24042] By: rgs                                   on 2005/03/18  13:38:32
17297         Log: Subject: [PATCH] More const parms
17298              From: Andy Lester <andy@petdance.com>
17299              Date: Mon, 14 Mar 2005 13:59:54 -0600
17300              Message-ID: <20050314195954.GB7141@petdance.com>
17301      Branch: perl
17302            ! embed.fnc gv.c numeric.c op.c pad.c perlio.c pod/perlapi.pod
17303            ! pod/perlintern.pod pp_ctl.c pp_hot.c proto.h scope.c sv.c
17304            ! toke.c utf8.c
17305 ____________________________________________________________________________
17306 [ 24041] By: rgs                                   on 2005/03/18  10:27:17
17307         Log: Don't use vars in DynaLoader
17308              Remove left-over maintenance code
17309      Branch: perl
17310            ! ext/DynaLoader/DynaLoader_pm.PL
17311 ____________________________________________________________________________
17312 [ 24040] By: rgs                                   on 2005/03/18  07:57:06
17313         Log: Subject: [PATCH] $B::Disassembler::VERSION
17314              From: Alexey Tourbin <at@altlinux.ru>
17315              Date: Thu, 17 Mar 2005 19:02:38 +0300
17316              Message-ID: <20050317160238.GN5825@solemn.turbinal.org>
17317      Branch: perl
17318            ! ext/B/B/Disassembler.pm
17319 ____________________________________________________________________________
17320 [ 24039] By: rgs                                   on 2005/03/15  09:30:28
17321         Log: Upgrade to CGI 3.07.
17322              Add CGI's changelog
17323      Branch: perl
17324            + lib/CGI/Changes
17325            ! MANIFEST lib/CGI.pm lib/CGI/Cookie.pm
17326 ____________________________________________________________________________
17327 [ 24038] By: merijn                                on 2005/03/14  15:55:44
17328         Log: Subject: pp_pack.c, simplifying genpacksizetables
17329              From: perl5-porters@ton.iguana.be (Ton Hospel)
17330              Date: Sun, 13 Mar 2005 15:07:41 +0000 (UTC)
17331              Message-Id: <d11kvt$1k7$1@post.home.lunix>
17332      Branch: perl
17333            ! genpacksizetables.pl pp_pack.c
17334 ____________________________________________________________________________
17335 [ 24037] By: rgs                                   on 2005/03/14  14:35:33
17336         Log: Subject: [PATCH] Adding const qualifiers
17337              From: Andy Lester <andy@petdance.com>
17338              Date: Sun, 13 Mar 2005 14:20:05 -0600
17339              Message-ID: <20050313202005.GA23535@petdance.com>
17340      Branch: perl
17341            ! av.c embed.fnc gv.c hv.c mg.c op.c pod/perlapi.pod pp_ctl.c
17342            ! proto.h scope.c utf8.c
17343 ____________________________________________________________________________
17344 [ 24036] By: rgs                                   on 2005/03/14  09:19:01
17345         Log: Subject: Re: [perl #34155] perldoc -f hex should say how to convert back
17346              From: David Nicol <davidnicol@gmail.com>
17347              Date: Tue, 8 Mar 2005 18:23:11 -0600
17348              Message-ID: <934f64a20503081623713f6d27@mail.gmail.com>
17349      Branch: perl
17350            ! pod/perlfunc.pod
17351 ____________________________________________________________________________
17352 [ 24035] By: rgs                                   on 2005/03/13  21:14:36
17353         Log: Document pack changes in perldelta
17354      Branch: perl
17355            ! pod/perl592delta.pod
17356 ____________________________________________________________________________
17357 [ 24034] By: rgs                                   on 2005/03/13  16:41:05
17358         Log: Upgrade to Pod::Parser 1.30
17359      Branch: perl
17360            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
17361            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
17362            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podselect.PL
17363            ! t/pod/poderrs.xr
17364 ____________________________________________________________________________
17365 [ 24033] By: rgs                                   on 2005/03/13  11:07:40
17366         Log: Doc patches to clarify the stringification rules of {} and =>
17367              by Jarkko (bug #34419)
17368      Branch: perl
17369            ! pod/perldata.pod pod/perlop.pod
17370 ____________________________________________________________________________
17371 [ 24032] By: rgs                                   on 2005/03/13  09:20:01
17372         Log: gcc warning patch by Andy Lester
17373      Branch: perl
17374            ! perl.h
17375 ____________________________________________________________________________
17376 [ 24031] By: rgs                                   on 2005/03/12  22:05:14
17377         Log: Subject: Re: Encoding neutral unpack
17378              From: perl5-porters@ton.iguana.be (Ton Hospel)
17379              Date: Sat, 12 Mar 2005 18:54:29 +0000 (UTC)
17380              Message-ID: <d0vdt5$81a$1@post.home.lunix>
17381              
17382              A new test.
17383      Branch: perl
17384            ! t/op/pack.t
17385 ____________________________________________________________________________
17386 [ 24030] By: rgs                                   on 2005/03/12  22:01:21
17387         Log: Indentation patch by Ton Hospel for pp_pack
17388      Branch: perl
17389            ! pp_pack.c
17390 ____________________________________________________________________________
17391 [ 24029] By: rgs                                   on 2005/03/12  20:49:00
17392         Log: Change my email, put real name of Pixel
17393      Branch: perl
17394            ! AUTHORS
17395 ____________________________________________________________________________
17396 [ 24028] By: rgs                                   on 2005/03/12  17:15:23
17397         Log: Upgrade to DB_File 1.811, by Paul Marquess
17398      Branch: perl
17399            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17400            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
17401            ! ext/DB_File/typemap
17402 ____________________________________________________________________________
17403 [ 24027] By: rgs                                   on 2005/03/11  17:47:41
17404         Log: Add standard core test headers to the Class::ISA new tests
17405      Branch: perl
17406            ! lib/Class/ISA/t/00_about_verbose.t
17407            ! lib/Class/ISA/t/01_old_junk.t
17408 ____________________________________________________________________________
17409 [ 24026] By: rgs                                   on 2005/03/11  17:37:01
17410         Log: Upgrade to Class::ISA 0.33
17411      Branch: perl
17412            + lib/Class/ISA/ChangeLog lib/Class/ISA/t/00_about_verbose.t
17413            + lib/Class/ISA/t/01_old_junk.t
17414            - lib/Class/ISA/test.pl
17415            ! MANIFEST lib/Class/ISA.pm
17416 ____________________________________________________________________________
17417 [ 24025] By: rgs                                   on 2005/03/11  16:55:59
17418         Log: Update Changes
17419      Branch: perl
17420            ! Changes
17421 ____________________________________________________________________________
17422 [ 24024] By: rgs                                   on 2005/03/11  11:12:31
17423         Log: FAQ sync
17424      Branch: perl
17425            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
17426            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
17427            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
17428            ! pod/perlfaq9.pod
17429 ____________________________________________________________________________
17430 [ 24023] By: rgs                                   on 2005/03/11  10:22:28
17431         Log: Subject: [PATCH] pad_push numero three-o
17432              From: Andy Lester <andy@petdance.com>
17433              Date: Thu, 10 Mar 2005 15:17:28 -0600
17434              Message-ID: <20050310211728.GC32386@petdance.com>
17435      Branch: perl
17436            ! embed.fnc embed.h pad.c pod/perlintern.pod pp_ctl.c pp_hot.c
17437            ! proto.h
17438 ____________________________________________________________________________
17439 [ 24022] By: rgs                                   on 2005/03/10  17:42:54
17440         Log: Make the return value of close() depend not only on the success of the
17441              close itself, but also on whether the output stream had a previous
17442              error. From Jim Meyering <jim@meyering.net>, via Debian.
17443      Branch: perl
17444            ! doio.c
17445 ____________________________________________________________________________
17446 [ 24021] By: rgs                                   on 2005/03/10  17:39:56
17447         Log: 8 is not an octal digit. (from Debian)
17448      Branch: perl
17449            ! pod/perlreref.pod
17450 ____________________________________________________________________________
17451 [ 24020] By: rgs                                   on 2005/03/10  17:38:51
17452         Log: Fix a2p manpage (from Debian)
17453      Branch: perl
17454            ! x2p/a2p.pod
17455 ____________________________________________________________________________
17456 [ 24019] By: rgs                                   on 2005/03/10  17:36:37
17457         Log: Remove a spurious undefined warning when using getopts.pl with -w.
17458              (from Debian)
17459      Branch: perl
17460            ! lib/getopts.pl
17461 ____________________________________________________________________________
17462 [ 24018] By: rgs                                   on 2005/03/10  17:34:39
17463         Log: Doc patch for Devel::DProf (from Debian)
17464      Branch: perl
17465            ! ext/Devel/DProf/DProf.pm
17466 ____________________________________________________________________________
17467 [ 24017] By: rgs                                   on 2005/03/10  17:22:25
17468         Log: Add support for Debian GNU/k*BSD
17469      Branch: perl
17470            ! hints/gnukfreebsd.sh hints/gnuknetbsd.sh
17471 ____________________________________________________________________________
17472 [ 24016] By: rgs                                   on 2005/03/10  17:21:05
17473         Log: Patch for Debian bug #258618, compilation under Debian/Hurd
17474      Branch: perl
17475            ! hints/gnu.sh
17476 ____________________________________________________________________________
17477 [ 24015] By: steveh                                on 2005/03/10  15:18:20
17478         Log: Subject: Minor AUTHORS patch
17479              From: "Mike Giroux" <rmgiroux@hotmail.com>
17480              Date: Thu, 10 Mar 2005 08:39:04 -0500
17481              Message-ID: <BAY104-F4B1925432A15287069D3BCE520@phx.gbl>
17482      Branch: perl
17483            ! AUTHORS
17484 ____________________________________________________________________________
17485 [ 24014] By: steveh                                on 2005/03/10  11:25:36
17486         Log: More Win32 dmake fixes
17487
17488              Use $B macro as per change 23991 in more places, and fix some syntax
17489              errors in the subst's (missing trailing ",")
17490
17491              Tested with GCC and MSVC. I don't have BCC available, so those parts
17492              are untested.
17493      Branch: perl
17494            ! win32/makefile.mk
17495 ____________________________________________________________________________
17496 [ 24013] By: rgs                                   on 2005/03/10  10:10:33
17497         Log: Upgrade to CGI.pm 3.06
17498      Branch: perl
17499            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Util.pm
17500            ! lib/CGI/t/form.t lib/CGI/t/html.t
17501 ____________________________________________________________________________
17502 [ 24012] By: rgs                                   on 2005/03/09  22:17:33
17503         Log: Further pack optimisations by Ton Hospel
17504      Branch: perl
17505            ! pp_pack.c
17506 ____________________________________________________________________________
17507 [ 24011] By: rgs                                   on 2005/03/09  18:02:13
17508         Log: Fix memory corruption when growing pack utf8 buffer
17509      Branch: perl
17510            ! pp_pack.c
17511 ____________________________________________________________________________
17512 [ 24010] By: rgs                                   on 2005/03/08  17:53:50
17513         Log: Subject: Encoding neutral unpack
17514              From: perl5-porters@ton.iguana.be (Ton Hospel)
17515              Date: Sun, 6 Mar 2005 18:29:38 +0000 (UTC)
17516              Message-Id: <d0fi6i$k06$1@post.home.lunix>
17517      Branch: perl
17518            ! embed.fnc embed.h genpacksizetables.pl lib/charnames.t perl.h
17519            ! pod/perldiag.pod pod/perlfunc.pod pod/perlunicode.pod
17520            ! pod/perluniintro.pod pp_pack.c proto.h t/op/pack.t
17521            ! t/op/utftaint.t
17522 ____________________________________________________________________________
17523 [ 24009] By: merijn                                on 2005/03/08  15:25:57
17524         Log: Subject: Minor AUTHORS patch
17525              From: Andy Lester <andy@petdance.com>
17526              Date: Tue, 8 Mar 2005 09:44:45 -0600
17527              Message-ID: <20050308154445.GB3213@petdance.com>
17528      Branch: perl
17529            ! AUTHORS
17530 ____________________________________________________________________________
17531 [ 24008] By: merijn                                on 2005/03/08  14:45:17
17532         Log: Some updates to current status
17533      Branch: perl
17534            ! README.hpux
17535 ____________________________________________________________________________
17536 [ 24007] By: steveh                                on 2005/03/07  11:02:12
17537         Log: Include regcomp.h in Win32 makefiles
17538
17539              Subject: Re: Stop mktables from needlessly re-running when using dmake on Win32
17540              From: demerphq <demerphq@gmail.com>
17541              Date: Sun, 6 Mar 2005 09:16:12 +0100
17542              Message-ID: <9b18b311050306001624012bd@mail.gmail.com>
17543      Branch: perl
17544            ! win32/Makefile win32/makefile.mk
17545 ____________________________________________________________________________
17546 [ 24006] By: steveh                                on 2005/03/04  17:19:46
17547         Log: A better fix than change 24005 was ;)
17548
17549              Actually, "@echo." still emits a blank line.  Use "@rem" instead as the
17550              no-op.  This was being used in the Win95 case, but works fine on WinNT
17551              too, and is actually what ExtUtils-MakeMaker uses.
17552
17553              Also change the nmake Makefile.
17554      Branch: perl
17555            ! win32/Makefile win32/makefile.mk
17556 ____________________________________________________________________________
17557 [ 24005] By: steveh                                on 2005/03/04  17:11:56
17558         Log: Suppress "ECHO is on." messages when using dmake on Win32
17559
17560              (The shell's "echo" command displays the current echo setting when
17561              called with no arguments.  Use "echo." to display nothing.)
17562      Branch: perl
17563            ! win32/makefile.mk
17564 ____________________________________________________________________________
17565 [ 24004] By: steveh                                on 2005/03/04  17:01:24
17566         Log: Stop mktables from needlessly re-running when using dmake on Win32
17567      Branch: perl
17568            ! win32/makefile.mk
17569 ____________________________________________________________________________
17570 [ 24003] By: rgs                                   on 2005/03/04  16:02:20
17571         Log: Update -v copyright notice
17572      Branch: perl
17573            ! perl.c
17574 ____________________________________________________________________________
17575 [ 24002] By: rgs                                   on 2005/03/03  18:27:34
17576         Log: Add a regression test for bug #32193, and make the
17577              fix a bit more robust
17578      Branch: perl
17579            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
17580 ____________________________________________________________________________
17581 [ 24001] By: rgs                                   on 2005/03/03  18:03:15
17582         Log: Subject: [perl #32193] Tie::RefHash DELETE does not return value for ref keys
17583              From: Yuval Kojman (via RT) <perlbug-followup@perl.org>
17584              Date: 28 Oct 2004 12:16:37 -0000
17585              Message-ID: <rt-3.0.11-32193-98805.8.56634266171625@perl.org>
17586      Branch: perl
17587            ! lib/Tie/RefHash.pm
17588 ____________________________________________________________________________
17589 [ 24000] By: rgs                                   on 2005/03/03  15:43:43
17590         Log: do "filename" is not really used with perl subroutine librairies
17591              anymore.
17592      Branch: perl
17593            ! pod/perlfunc.pod
17594 ____________________________________________________________________________
17595 [ 23999] By: merijn                                on 2005/02/27  11:28:27
17596         Log: Fix for bug [ID 20020227.005] format bug with undefined _TOP
17597              http://rt.perl.org/rt3/Ticket/Display.html?id=8698
17598              If there was no TOP format the lines left on page was set
17599              to fixed number, now set to the current page length of the
17600              IO channel used. More debugging for yet another bug needed.
17601      Branch: perl
17602            ! pp_sys.c
17603 ____________________________________________________________________________
17604 [ 23998] By: davem                                 on 2005/02/26  11:32:59
17605         Log: ithreads: cond_signal() on a non-shared object coredumped
17606      Branch: perl
17607            ! ext/threads/shared/shared.xs
17608 ____________________________________________________________________________
17609 [ 23997] By: nicholas                              on 2005/02/26  09:33:30
17610         Log: SvUTF8 can be present on scalars other than PVs
17611              (specifically references with overloaded stringification)
17612      Branch: perl
17613            ! dump.c
17614 ____________________________________________________________________________
17615 [ 23996] By: davem                                 on 2005/02/26  00:47:03
17616         Log: Fix leaks in List::Util::reduce,first
17617              When the block is a closure, the cloned CV created on each call
17618              was never freed
17619      Branch: perl
17620            ! ext/List/Util/Util.xs ext/List/Util/lib/Scalar/Util.pm
17621 ____________________________________________________________________________
17622 [ 23995] By: steveh                                on 2005/02/24  15:52:01
17623         Log: Subject: Re: (patch blead) Extend t/harness to allow filtering of the file list by regex.
17624              From: demerphq <demerphq@gmail.com>
17625              Date: Wed, 23 Feb 2005 17:49:50 +0100
17626              Message-ID: <9b18b311050223084917d7ef59@mail.gmail.com>
17627      Branch: perl
17628            ! pod/perlhack.pod
17629 ____________________________________________________________________________
17630 [ 23994] By: merijn                                on 2005/02/24  10:12:26
17631         Log: Subject: [PATCH] dprofpp help
17632              From: Andy Lester <andy@petdance.com>
17633              Date: Thu, 24 Feb 2005 00:10:42 -0600
17634              Message-ID: <20050224061042.GA20259@petdance.com>
17635      Branch: perl
17636            ! utils/dprofpp.PL
17637 ____________________________________________________________________________
17638 [ 23993] By: steveh                                on 2005/02/23  13:36:59
17639         Log: Subject: (patch blead) Extend t/harness to allow filtering of the file list by regex.
17640              From: demerphq <demerphq@gmail.com>
17641              Date: Sat, 19 Feb 2005 11:10:00 +0100
17642              Message-ID: <9b18b3110502190210105decf4@mail.gmail.com>
17643      Branch: perl
17644            ! t/harness
17645 ____________________________________________________________________________
17646 [ 23992] By: steveh                                on 2005/02/23  12:28:55
17647         Log: Subject: Patch Win32 makefiles for blead to allow parameters to be passed to harness:
17648              From: demerphq <demerphq@gmail.com>
17649              Date: Sat, 19 Feb 2005 11:00:08 +0100
17650              Message-ID: <9b18b31105021902003d9c2a95@mail.gmail.com>
17651      Branch: perl
17652            ! win32/Makefile win32/makefile.mk
17653 ____________________________________________________________________________
17654 [ 23991] By: steveh                                on 2005/02/23  09:17:55
17655         Log: Fix Win32's dmake makefile.mk for new dmakes built with Visual C++
17656      Branch: perl
17657            ! win32/makefile.mk
17658 ____________________________________________________________________________
17659 [ 23990] By: rgs                                   on 2005/02/22  18:13:01
17660         Log: Porting/manicheck is not happy when I use spaces instead of tabs.
17661      Branch: perl
17662            ! MANIFEST
17663 ____________________________________________________________________________
17664 [ 23989] By: rgs                                   on 2005/02/21  16:05:22
17665         Log: Subject: IPC::Run test failures with utf8
17666              From: Nicholas Clark <nick@ccl4.org>
17667              Date: Sat, 19 Feb 2005 00:27:57 +0000
17668              Message-ID: <20050219002757.GO13998@plum.flirble.org>
17669      Branch: perl
17670            ! lib/IPC/Run/t/run.t
17671 ____________________________________________________________________________
17672 [ 23988] By: rgs                                   on 2005/02/21  13:51:44
17673         Log: Subject: [PATCH] signed/unsigned help for pp_pack.c
17674              From: "Craig A. Berry" <craigberry@mac.com>
17675              Date: Fri, 18 Feb 2005 09:42:52 -0600
17676              Message-ID: <42160CFC.3080304@mac.com>
17677      Branch: perl
17678            ! pp_pack.c
17679 ____________________________________________________________________________
17680 [ 23987] By: rgs                                   on 2005/02/21  12:56:22
17681         Log: Subject: (blead patch) Skip a torture test under blead, and skip certain torture tests under Win32.
17682              From: demerphq <demerphq@gmail.com>
17683              Date: Sat, 19 Feb 2005 11:04:00 +0100
17684              Message-ID: <9b18b3110502190204641e103c@mail.gmail.com
17685      Branch: perl
17686            ! t/japh/abigail.t
17687 ____________________________________________________________________________
17688 [ 23986] By: rgs                                   on 2005/02/18  18:21:25
17689         Log: Subject: Patch for Perlbug #4253
17690              From: Nikolai Eipel <eipel@web.de>
17691              Date: Sat, 29 Jan 2005 16:52:53 +0100
17692              Message-Id: <200501291652.53841.eipel@web.de>
17693
17694              (-T and -B invalidate _ filehandle when no read permission on file)
17695              plus a regression test
17696      Branch: perl
17697            ! pp_sys.c t/op/stat.t
17698 ____________________________________________________________________________
17699 [ 23985] By: rgs                                   on 2005/02/18  16:18:34
17700         Log: Install and build corelist on VMS, too
17701      Branch: perl
17702            ! vms/descrip_mms.template
17703 ____________________________________________________________________________
17704 [ 23984] By: rgs                                   on 2005/02/18  16:07:54
17705         Log: Add corelist to the win32 makefiles
17706              (noticed by demerphq)
17707      Branch: perl
17708            ! win32/Makefile win32/makefile.mk
17709 ____________________________________________________________________________
17710 [ 23983] By: rgs                                   on 2005/02/18  15:48:51
17711         Log: Subject: [perl #32968] [PATCH] Re: B::walkoptree segfaults
17712              From: Stephen McCamant <smcc@MIT.EDU>
17713              Date: Tue, 28 Dec 2004 10:13:50 -0800
17714              Message-ID: <16849.41566.887352.677148@apocalypse.OCF.Berkeley.EDU>
17715      Branch: perl
17716            ! ext/B/B.xs op.h
17717 ____________________________________________________________________________
17718 [ 23982] By: rgs                                   on 2005/02/18  15:34:59
17719         Log: Subject: Re: Integration of PathTools 3.04
17720              From: demerphq <demerphq@gmail.com>
17721              Date: Fri, 18 Feb 2005 16:31:50 +0100
17722              Message-ID: <9b18b31105021807316af0aed5@mail.gmail.com>
17723      Branch: perl
17724            ! lib/Cwd.pm
17725 ____________________________________________________________________________
17726 [ 23981] By: rgs                                   on 2005/02/18  15:00:12
17727         Log: Subject: Re: Bug in Socket::IO::INET Version 1.27
17728              From: Gisle Aas <gisle@ActiveState.com>
17729              Date: 03 Feb 2005 03:16:46 -0800
17730              Message-ID: <lr7jlpsxk1.fsf@caliper.activestate.com>
17731      Branch: perl
17732            ! ext/IO/lib/IO/Socket/INET.pm
17733 ____________________________________________________________________________
17734 [ 23980] By: rgs                                   on 2005/02/18  14:27:38
17735         Log: Integrate encoding::warnings from Autrijus Tang.
17736      Branch: perl
17737            + lib/encoding/warnings.pm lib/encoding/warnings/t/1-warning.t
17738            + lib/encoding/warnings/t/2-fatal.t
17739            + lib/encoding/warnings/t/3-normal.t
17740            ! MANIFEST
17741 ____________________________________________________________________________
17742 [ 23979] By: rgs                                   on 2005/02/18  09:53:36
17743         Log: Subject: [PATCH] find2perl, new options
17744              From: slaven@rezic.de
17745              Date: Thu, 17 Feb 2005 22:30:13 +0100
17746              Message-Id: <1108675813.24421@devpc01.iconmobile.de>
17747      Branch: perl
17748            ! x2p/find2perl.PL
17749 ____________________________________________________________________________
17750 [ 23978] By: rgs                                   on 2005/02/18  08:54:33
17751         Log: Missing dependencies in x2p makefile, by Slaven Rezic.
17752      Branch: perl
17753            ! x2p/Makefile.SH
17754 ____________________________________________________________________________
17755 [ 23977] By: rgs                                   on 2005/02/17  18:14:19
17756         Log: Upgrade to PathTools 3.04
17757              (plus tweaks to Cwd and cwd.t to run when building perl)
17758      Branch: perl
17759            + ext/Cwd/ppport.h
17760            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
17761            ! ext/Cwd/t/taint.t ext/Cwd/t/win32.t lib/Cwd.pm
17762            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
17763            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
17764            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
17765            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
17766            ! lib/File/Spec/t/Spec.t lib/File/Spec/t/crossplatform.t
17767            ! lib/File/Spec/t/rel2abs2rel.t
17768 ____________________________________________________________________________
17769 [ 23976] By: rgs                                   on 2005/02/17  17:42:59
17770         Log: Upgrade to Pod::LaTeX 0.58
17771      Branch: perl
17772            ! lib/Pod/LaTeX.pm lib/Pod/t/pod2latex.t
17773 ____________________________________________________________________________
17774 [ 23975] By: rgs                                   on 2005/02/17  15:21:55
17775         Log: Upgrade to Time::HiRes 1.66
17776      Branch: perl
17777            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
17778            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/t/HiRes.t
17779 ____________________________________________________________________________
17780 [ 23974] By: rgs                                   on 2005/02/17  14:57:06
17781         Log: Subject: [perl #31730] [PATCH] IO::File reads garbage from directory filehandles
17782              From: "Steve Peters via RT" <perlbug-followup@perl.org>
17783              Date: 1 Feb 2005 16:24:11 -0000
17784              Message-ID: <rt-3.0.11-31730-107010.1.24399823945417@perl.org>
17785      Branch: perl
17786            ! ext/IO/lib/IO/File.pm
17787 ____________________________________________________________________________
17788 [ 23973] By: rgs                                   on 2005/02/16  13:20:55
17789         Log: Subject: Re: [PATCH] Re: perl winpid?
17790              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17791              Date: Tue, 15 Feb 2005 20:45:13 -0800
17792              Message-ID: <20050216044512.GA2516@efn.org>
17793      Branch: perl
17794            ! ext/B/t/stash.t
17795 ____________________________________________________________________________
17796 [ 23972] By: steveh                                on 2005/02/15  14:47:47
17797         Log: Jan Dubois has taken over maintenance of Win32 stuff from Sarathy
17798      Branch: perl
17799            ! Porting/Maintainers.pl README.win32
17800 ____________________________________________________________________________
17801 [ 23971] By: rgs                                   on 2005/02/15  13:52:15
17802         Log: Fix documentation bug in using Socket's import tags :
17803
17804              Subject: [perl #34141] example in perlbug -f getsockopt incomplete
17805              From: David Dyck (via RT) <perlbug-followup@perl.org>
17806              Date: 15 Feb 2005 07:35:45 -0000
17807              Message-ID: <rt-3.0.11-34141-107730.6.0777451251105@perl.org>
17808      Branch: perl
17809            ! pod/perlfunc.pod
17810 ____________________________________________________________________________
17811 [ 23970] By: steveh                                on 2005/02/15  13:20:40
17812         Log: Fix PERL_MALLOC/DEBUG_MSTATS options in Win32 makefiles
17813
17814              Currently, if USE_IMP_SYS is defined then PERL_MALLOC gets undefined.
17815              We should also undefine DEBUG_MSTATS if PERL_MALLOC is (or has become)
17816              undefined, and we should do all this *before* inspecting DEBUG_MSTATS
17817              to see if we need to add -DPERL_DEBUGGING_MSTATS to BUILDOPT.
17818      Branch: perl
17819            ! win32/Makefile win32/makefile.mk
17820 ____________________________________________________________________________
17821 [ 23969] By: steveh                                on 2005/02/15  11:40:03
17822         Log: Fix definition of DEBUG_MSTATS for Win32 dmake builds
17823      Branch: perl
17824            ! win32/makefile.mk
17825 ____________________________________________________________________________
17826 [ 23968] By: rgs                                   on 2005/02/15  08:29:13
17827         Log: Use strl* functions in doio.c when available
17828              Based on :
17829              Subject: [PATCH] Changes to doio.c to use strlcpy() and strlcat()
17830              From: Steve Peters <steve@fisharerojo.org>
17831              Date: Wed, 1 Dec 2004 19:42:14 -0600
17832              Message-ID: <20041202014214.GA20907@mccoy.peters.homeunix.org>
17833      Branch: perl
17834            ! doio.c
17835 ____________________________________________________________________________
17836 [ 23967] By: mhx                                   on 2005/02/15  04:58:48
17837         Log: Subject: [PATCH] Additional tests for t/op/not.t
17838              From: Steve Peters <steve@fisharerojo.org>
17839              Date: Mon, 14 Feb 2005 19:54:17 -0600
17840              Message-ID: <20050215015417.GA30368@mccoy.peters.homeunix.org>
17841      Branch: perl
17842            ! t/op/not.t
17843 ____________________________________________________________________________
17844 [ 23966] By: rgs                                   on 2005/02/14  21:05:17
17845         Log: Subject: Re: encoding neutral unpack
17846              From: perl5-porters@ton.iguana.be (Ton Hospel)
17847              Date: Sat, 5 Feb 2005 01:34:44 +0000 (UTC)
17848              Message-ID: <cu17rk$k78$1@post.home.lunix>
17849
17850              tweaked to remove the 'not supported on this platform'
17851              error messages
17852      Branch: perl
17853            ! genpacksizetables.pl pp_pack.c t/op/pack.t t/uni/case.pl
17854 ____________________________________________________________________________
17855 [ 23965] By: mhx                                   on 2005/02/14  17:26:02
17856         Log: Regenerate Perl_keyword() to remove superfluous goto statements.
17857      Branch: perl
17858            ! toke.c
17859 ____________________________________________________________________________
17860 [ 23964] By: mhx                                   on 2005/02/14  17:21:29
17861         Log: Require version 0.05 of Devel::Tokenizer::C.
17862      Branch: perl
17863            ! perl_keyword.pl
17864 ____________________________________________________________________________
17865 [ 23963] By: rgs                                   on 2005/02/12  16:26:47
17866         Log: Mac OS Classic vs Mac OS X clarications
17867              by Sherm Pendley
17868      Branch: perl
17869            ! pod/perlfaq3.pod pod/perlmodinstall.pod pod/perlopentut.pod
17870            ! pod/perlrun.pod
17871 ____________________________________________________________________________
17872 [ 23962] By: rgs                                   on 2005/02/12  16:14:56
17873         Log: README.cygwin additions by Reini Urban
17874      Branch: perl
17875            ! README.cygwin
17876 ____________________________________________________________________________
17877 [ 23961] By: merijn                                on 2005/02/11  09:32:50
17878         Log: Subject: Re: [PATCH] Re: perl winpid?
17879              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
17880              Date: Thu, 10 Feb 2005 20:04:35 -0800
17881              Message-ID: <20050211040434.GA3824@efn.org>
17882      Branch: perl
17883            + t/lib/cygwin.t
17884            ! MANIFEST README.cygwin cygwin/cygwin.c
17885 ____________________________________________________________________________
17886 [ 23960] By: mhx                                   on 2005/02/10  20:50:31
17887         Log: not() || 1 produces segmentation fault
17888
17889              Fixed by making not() behave like not(0). This is also the
17890              way not() behaved before it started segfaulting in 5.6.0.
17891      Branch: perl
17892            + t/op/not.t
17893            ! MANIFEST perly.act perly.h perly.tab perly.y
17894 ____________________________________________________________________________
17895 [ 23959] By: mhx                                   on 2005/02/10  20:36:13
17896         Log: regen_perly.pl runs fine with bison 2.0.
17897      Branch: perl
17898            ! regen_perly.pl
17899 ____________________________________________________________________________
17900 [ 23958] By: merijn                                on 2005/02/10  15:56:04
17901         Log: 'what' cannot find ccversion if `which cc` is a symlink to ccache
17902              ccversion is important enough to jump through some hoops to get it
17903      Branch: perl
17904            ! hints/hpux.sh
17905 ____________________________________________________________________________
17906 [ 23957] By: merijn                                on 2005/02/10  14:19:51
17907         Log: Swap logic in BEGIN blocks to have Cwd's abs_path do the
17908              translation *before* the chdir (), so it now DTRT
17909      Branch: perl
17910            ! lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
17911            ! lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
17912            ! lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
17913            ! lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
17914            ! lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
17915            ! lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
17916            ! lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
17917 ____________________________________________________________________________
17918 [ 23956] By: rgs                                   on 2005/02/10  10:58:26
17919         Log: Upgrade to Time::Local 1.11
17920      Branch: perl
17921            ! lib/Time/Local.pm lib/Time/Local.t
17922 ____________________________________________________________________________
17923 [ 23955] By: rgs                                   on 2005/02/10  10:51:59
17924         Log: Subject: Re: [PATCH] BigInt mbi_rand.t failings (solved now)
17925              From: Tels <nospam-abuse@bloodgate.com>
17926              Date: Wed, 9 Feb 2005 21:44:22 +0100
17927              Message-Id: <200502092144.24051@bloodgate.com>
17928      Branch: perl
17929            ! lib/Math/BigInt/Calc.pm
17930 ____________________________________________________________________________
17931 [ 23954] By: rgs                                   on 2005/02/09  18:06:39
17932         Log: Add IPC::Run 0.80.
17933
17934              Subject: [PATCH] IPC::Run 0.80 integration (was Re: [RFC] More core integration)
17935              From: "Jos I. Boumans" <kane@xs4all.net>
17936              Date: Fri, 28 Jan 2005 18:32:44 +0100
17937              Message-Id: <9E6ECDBE-7152-11D9-B82E-000A956B0E06@xs4all.net>
17938
17939              with PERL_CORE test premables hacked for better $^X portability
17940              (we hope.)
17941      Branch: perl
17942            + lib/IPC/Run.pm lib/IPC/Run/Debug.pm lib/IPC/Run/IO.pm
17943            + lib/IPC/Run/Timer.pm lib/IPC/Run/Win32Helper.pm
17944            + lib/IPC/Run/Win32IO.pm lib/IPC/Run/Win32Pump.pm
17945            + lib/IPC/Run/t/adopt.t lib/IPC/Run/t/binmode.t
17946            + lib/IPC/Run/t/bogus.t lib/IPC/Run/t/filter.t
17947            + lib/IPC/Run/t/harness.t lib/IPC/Run/t/io.t
17948            + lib/IPC/Run/t/kill_kill.t lib/IPC/Run/t/parallel.t
17949            + lib/IPC/Run/t/pty.t lib/IPC/Run/t/pump.t lib/IPC/Run/t/run.t
17950            + lib/IPC/Run/t/signal.t lib/IPC/Run/t/timeout.t
17951            + lib/IPC/Run/t/timer.t lib/IPC/Run/t/win32_compile.t
17952            ! MANIFEST
17953 ____________________________________________________________________________
17954 [ 23953] By: rgs                                   on 2005/02/09  09:28:19
17955         Log: Patch for CAN-2004-0452 by Jeroen van Wolffelaar.
17956              The rmtree() function in the perl File::Path module would remove
17957              directories in an insecure manner which could lead to the removal
17958              of arbitrary files and directories via a symlink attack.
17959      Branch: perl
17960            ! lib/File/Path.pm
17961 ____________________________________________________________________________
17962 [ 23952] By: merijn                                on 2005/02/08  16:30:43
17963         Log: IBM Released vac.C version 7, and changed the naming convention (again)
17964              Thanks to Campo for spotting, testing and the fix
17965      Branch: perl
17966            ! hints/aix.sh
17967 ____________________________________________________________________________
17968 [ 23951] By: rgs                                   on 2005/02/08  14:02:56
17969         Log: Subject: [perl #34076] P/p pack formats only recognize literal undef
17970              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
17971              Date: 6 Feb 2005 22:03:20 -0000
17972              Message-ID: <rt-3.0.11-34076-107344.19.3123360602169@perl.org>
17973      Branch: perl
17974            ! pp_pack.c
17975 ____________________________________________________________________________
17976 [ 23950] By: rgs                                   on 2005/02/08  11:09:03
17977         Log: Remove mention of sub-packages in the Symbol manpage.
17978      Branch: perl
17979            ! lib/Symbol.pm
17980 ____________________________________________________________________________
17981 [ 23949] By: rgs                                   on 2005/02/08  10:44:09
17982         Log: Add Module::CoreList in the maintainers list
17983      Branch: perl
17984            ! Porting/Maintainers.pl
17985 ____________________________________________________________________________
17986 [ 23948] By: rgs                                   on 2005/02/08  10:39:21
17987         Log: Fix typo in corelist
17988      Branch: perl
17989            ! lib/Module/CoreList/bin/corelist
17990 ____________________________________________________________________________
17991 [ 23947] By: rgs                                   on 2005/02/08  10:22:22
17992         Log: Add Module::CoreList to bleadperl.
17993
17994              Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration)
17995              From: "Jos I. Boumans" <kane@xs4all.net>
17996              Date: Fri, 28 Jan 2005 17:38:27 +0100
17997              Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net>
17998      Branch: perl
17999            + lib/Module/CoreList.pm lib/Module/CoreList/bin/corelist
18000            + lib/Module/CoreList/t/corelist.t utils/corelist.PL
18001            ! MANIFEST installperl utils.lst utils/Makefile
18002 ____________________________________________________________________________
18003 [ 23946] By: rgs                                   on 2005/02/08  09:31:45
18004         Log: Subject: [perl #34062] pack Z0 destroys the character before
18005              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
18006              Date: 5 Feb 2005 18:09:00 -0000
18007              Message-ID: <rt-3.0.11-34062-107199.19.360569328007@perl.org>
18008              (plus a regression test)
18009      Branch: perl
18010            ! pp_pack.c t/op/pack.t
18011 ____________________________________________________________________________
18012 [ 23945] By: rgs                                   on 2005/02/08  09:25:29
18013         Log: A small precision in the docs for overloaded regexp escapes
18014              (see bug #33906)
18015      Branch: perl
18016            ! pod/perlre.pod
18017 ____________________________________________________________________________
18018 [ 23943] By: rgs                                   on 2005/02/06  22:18:48
18019         Log: Avoid evaluating a strlen twice due the new implementation
18020              of New() with PERL_MALLOC_WRAP
18021      Branch: perl
18022            ! util.c
18023 ____________________________________________________________________________
18024 [ 23942] By: nicholas                              on 2005/02/05  22:02:50
18025         Log: Stop lib/h2xs.t failing needlessly if it failed to clear up behind
18026              itself on a previous run.
18027      Branch: perl
18028            ! lib/h2xs.t
18029 ____________________________________________________________________________
18030 [ 23941] By: nicholas                              on 2005/02/05  21:47:35
18031         Log: With mallocwrap New() evaluates its arguments more than once, so they
18032              had better not have any side effects.
18033              :-(
18034      Branch: perl
18035            ! util.c
18036 ____________________________________________________________________________
18037 [ 23935] By: nicholas                              on 2005/02/05  15:05:08
18038         Log: Let's (un)do the timewarp, again.
18039              Attempt to bodge round Makefile sometimes being older than Makefile.PL
18040              Pesky filesystems.
18041      Branch: perl
18042            ! lib/ExtUtils/t/Constant.t
18043 ____________________________________________________________________________
18044 [ 23928] By: rgs                                   on 2005/02/04  10:41:43
18045         Log: Upgrade to Digest 1.10
18046      Branch: perl
18047            + lib/Digest/Changes lib/Digest/file.pm lib/Digest/t/file.t
18048            ! MANIFEST lib/Digest.pm lib/Digest/base.pm
18049 ____________________________________________________________________________
18050 [ 23927] By: mhx                                   on 2005/02/02  21:33:12
18051         Log: Remove 2 unused variables from APItest.xs.
18052      Branch: perl
18053            ! ext/XS/APItest/APItest.xs
18054 ____________________________________________________________________________
18055 [ 23926] By: mhx                                   on 2005/02/02  21:29:40
18056         Log: Upgrade to Devel::PPPort 3.06.
18057      Branch: perl
18058            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
18059            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
18060            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/module3.c
18061            ! ext/Devel/PPPort/parts/inc/exception
18062            ! ext/Devel/PPPort/parts/inc/misc
18063 ____________________________________________________________________________
18064 [ 23925] By: mhx                                   on 2005/02/02  21:26:14
18065         Log: Attempt to fix problems with new exception handling macros.
18066      Branch: perl
18067            + ext/XS/APItest/exception.c
18068            ! MANIFEST XSUB.h ext/XS/APItest/APItest.xs
18069            ! ext/XS/APItest/MANIFEST ext/XS/APItest/Makefile.PL
18070            ! pod/perlguts.pod
18071 ____________________________________________________________________________
18072 [ 23924] By: rgs                                   on 2005/02/02  19:50:53
18073         Log: Subject: Re: encoding neutral unpack
18074              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
18075              Date: Sat, 29 Jan 2005 12:54:34 +0000 (UTC)
18076              Message-ID: <ctg12a$j0e$2[at]post.home.lunix>
18077
18078              Counted length prefixes shouldn't change C0/U0 mode
18079              in pack/unpack (plus a regression test)
18080      Branch: perl
18081            ! pp_pack.c t/op/pack.t
18082 ____________________________________________________________________________
18083 [ 23923] By: rgs                                   on 2005/02/02  19:35:47
18084         Log: Subject: Re: encoding neutral unpack
18085              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
18086              Date: Sat, 29 Jan 2005 13:07:38 +0000 (UTC)
18087              Message-ID: <ctg1qq$j0e$3[at]post.home.lunix>
18088
18089              Make U0 and C0 scoped to () pack subtemplates.
18090              (plus a regression test)
18091      Branch: perl
18092            ! pp_pack.c t/op/pack.t
18093 ____________________________________________________________________________
18094 [ 23922] By: rgs                                   on 2005/02/02  19:23:46
18095         Log: Subject: Re: encoding neutral unpack
18096              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
18097              Date: Sat, 29 Jan 2005 13:24:55 +0000 (UTC)
18098              Message-ID: <ctg2r7$j0e$4[at]post.home.lunix>
18099
18100              Ensure that with the C format, unpack checksums
18101              don't get overflowed. (plus a regression test)
18102      Branch: perl
18103            ! pp_pack.c t/op/pack.t
18104 ____________________________________________________________________________
18105 [ 23921] By: davem                                 on 2005/02/02  18:25:00
18106         Log: fix POSIX::strtod error handling documentation
18107      Branch: perl
18108            ! ext/POSIX/POSIX.pod
18109 ____________________________________________________________________________
18110 [ 23920] By: merijn                                on 2005/02/02  13:12:17
18111         Log: Subject: [PATCH pod/perlfunc.pod] POD nit @ sysseek
18112              From: Abigail <abigail@abigail.nl>
18113              Date: Tue, 1 Feb 2005 21:33:14 +0100
18114              Message-ID: <20050201203314.GC335@abigail.nl>
18115      Branch: perl
18116            ! pod/perlfunc.pod
18117 ____________________________________________________________________________
18118 [ 23919] By: merijn                                on 2005/02/02  12:49:46
18119         Log: Picky compilers (e.g. vac on AIX 5.2) do not accept statements
18120              between declarations
18121      Branch: perl
18122            ! ext/Devel/PPPort/PPPort.xs
18123 ____________________________________________________________________________
18124 [ 23917] By: nicholas                              on 2005/02/01  11:46:31
18125         Log: "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd
18126              hints files to add to MANIFEST. Sort MANIFEST
18127              while I'm in the area.
18128      Branch: perl
18129            ! MANIFEST
18130 ____________________________________________________________________________
18131 [ 23916] By: rgs                                   on 2005/02/01  10:02:51
18132         Log: Subject: Re: [perl #34010] localtime docs
18133              From: Andy Lester <andy@petdance.com>
18134              Date: Mon, 31 Jan 2005 21:24:29 -0600
18135              Message-ID: <20050201032429.GA29354@petdance.com>
18136      Branch: perl
18137            ! pod/perlfunc.pod
18138 ____________________________________________________________________________
18139 [ 23915] By: rgs                                   on 2005/01/31  23:08:59
18140         Log: Subject: Re: encoding neutral unpack
18141              From: perl5-porters[at]ton.iguana.be (Ton Hospel)
18142              Date: Sat, 29 Jan 2005 12:41:20 +0000 (UTC)
18143              Message-ID: <ctg09g$j0e$1[at]post.home.lunix>
18144
18145              Forgotten character progress while checksumming over partial
18146              b or B format. (plus a regression test)
18147      Branch: perl
18148            ! pp_pack.c t/op/pack.t
18149 ____________________________________________________________________________
18150 [ 23914] By: mhx                                   on 2005/01/31  19:22:41
18151         Log: Make Perl_keyword() another 30% faster.
18152      Branch: perl
18153            ! perl_keyword.pl toke.c
18154 ____________________________________________________________________________
18155 [ 23913] By: mhx                                   on 2005/01/31  18:14:44
18156         Log: Regenerate perlapi.pod.
18157      Branch: perl
18158            ! pod/perlapi.pod
18159 ____________________________________________________________________________
18160 [ 23912] By: mhx                                   on 2005/01/31  18:07:29
18161         Log: Upgrade to Devel::PPPort 3.05.
18162      Branch: perl
18163            + ext/Devel/PPPort/parts/base/5008006
18164            + ext/Devel/PPPort/parts/inc/exception
18165            + ext/Devel/PPPort/parts/todo/5008006
18166            + ext/Devel/PPPort/t/exception.t
18167            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/HACKERS
18168            ! ext/Devel/PPPort/MANIFEST ext/Devel/PPPort/MANIFEST.SKIP
18169            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/Makefile.PL
18170            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
18171            ! ext/Devel/PPPort/PPPort_pm.PL ext/Devel/PPPort/PPPort_xs.PL
18172            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
18173            ! ext/Devel/PPPort/apicheck_c.PL
18174            ! ext/Devel/PPPort/devel/buildperl.pl
18175            ! ext/Devel/PPPort/devel/mkapidoc.sh
18176            ! ext/Devel/PPPort/devel/mktodo ext/Devel/PPPort/devel/mktodo.pl
18177            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
18178            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
18179            ! ext/Devel/PPPort/parts/apicheck.pl
18180            ! ext/Devel/PPPort/parts/base/5004000
18181            ! ext/Devel/PPPort/parts/base/5004050
18182            ! ext/Devel/PPPort/parts/base/5005000
18183            ! ext/Devel/PPPort/parts/base/5006000
18184            ! ext/Devel/PPPort/parts/base/5008001
18185            ! ext/Devel/PPPort/parts/base/5009002
18186            ! ext/Devel/PPPort/parts/embed.fnc
18187            ! ext/Devel/PPPort/parts/inc/MY_CXT
18188            ! ext/Devel/PPPort/parts/inc/SvPV
18189            ! ext/Devel/PPPort/parts/inc/call ext/Devel/PPPort/parts/inc/cop
18190            ! ext/Devel/PPPort/parts/inc/format
18191            ! ext/Devel/PPPort/parts/inc/grok
18192            ! ext/Devel/PPPort/parts/inc/limits
18193            ! ext/Devel/PPPort/parts/inc/mPUSH
18194            ! ext/Devel/PPPort/parts/inc/magic
18195            ! ext/Devel/PPPort/parts/inc/misc
18196            ! ext/Devel/PPPort/parts/inc/newCONSTSUB
18197            ! ext/Devel/PPPort/parts/inc/newRV
18198            ! ext/Devel/PPPort/parts/inc/ppphbin
18199            ! ext/Devel/PPPort/parts/inc/ppphdoc
18200            ! ext/Devel/PPPort/parts/inc/ppphtest
18201            ! ext/Devel/PPPort/parts/inc/sv_xpvf
18202            ! ext/Devel/PPPort/parts/inc/threads
18203            ! ext/Devel/PPPort/parts/inc/uv
18204            ! ext/Devel/PPPort/parts/inc/version
18205            ! ext/Devel/PPPort/parts/ppptools.pl
18206            ! ext/Devel/PPPort/parts/todo/5009002
18207            ! ext/Devel/PPPort/ppport_h.PL ext/Devel/PPPort/soak
18208            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/misc.t
18209            ! ext/Devel/PPPort/typemap
18210 ____________________________________________________________________________
18211 [ 23911] By: mhx                                   on 2005/01/31  18:00:31
18212         Log: Add simple exception handling macros for XS writers.
18213      Branch: perl
18214            + ext/XS/APItest/t/exception.t
18215            ! MANIFEST XSUB.h ext/XS/APItest/APItest.pm
18216            ! ext/XS/APItest/APItest.xs pod/perlguts.pod
18217 ____________________________________________________________________________
18218 [ 23910] By: nicholas                              on 2005/01/31  17:46:03
18219         Log: Add all the missing gnuk{free,net}bsd hints files to MANIFEST
18220      Branch: perl
18221            ! MANIFEST
18222 ____________________________________________________________________________
18223 [ 23909] By: merijn                                on 2005/01/31  11:33:14
18224         Log: Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD
18225              From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org>
18226              Date: 31 Jan 2005 07:37:55 -0000
18227              Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org>
18228      Branch: perl
18229            + ext/DynaLoader/hints/gnukfreebsd.pl
18230            + ext/DynaLoader/hints/gnuknetbsd.pl
18231            + ext/NDBM_File/hints/gnukfreebsd.pl
18232            + ext/NDBM_File/hints/gnuknetbsd.pl
18233            + ext/ODBM_File/hints/gnukfreebsd.pl
18234            + ext/ODBM_File/hints/gnuknetbsd.pl
18235            + ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl
18236            + ext/Storable/hints/gnukfreebsd.pl
18237            + ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh
18238            + hints/gnuknetbsd.sh
18239            ! Configure
18240 ____________________________________________________________________________
18241 [ 23907] By: rgs                                   on 2005/01/31  11:17:26
18242         Log: Document the changes to PERLIO_DEBUG.
18243      Branch: perl
18244            ! pod/perlrun.pod
18245 ____________________________________________________________________________
18246 [ 23906] By: rgs                                   on 2005/01/31  10:53:14
18247         Log: Really fix the bug [perl #33990].
18248              NB. -DIAMSUID is only set to compile sperl.o.
18249      Branch: perl
18250            ! perlio.c
18251 ____________________________________________________________________________
18252 [ 23905] By: steveh                                on 2005/01/31  10:03:56
18253         Log: Fix test suite hang on Win32 caused by change #23898
18254
18255              ("perl -e sleep 3" does an indefinite sleep!)
18256      Branch: perl
18257            ! t/op/alarm.t
18258 ____________________________________________________________________________
18259 [ 23904] By: rgs                                   on 2005/01/31  08:35:51
18260         Log: Avoid a buffer overflow with threads and PERLIO_DEBUG
18261      Branch: perl
18262            ! perlio.c
18263 ____________________________________________________________________________
18264 [ 23903] By: rgs                                   on 2005/01/31  08:19:10
18265         Log: Don't write to $PERLIO_DEBUG when setuid ([perl #33990])
18266      Branch: perl
18267            ! perlio.c
18268 ____________________________________________________________________________
18269 [ 23900] By: davem                                 on 2005/01/30  17:46:35
18270         Log: minor corrections to comments in perly.y
18271      Branch: perl
18272            ! perly.y
18273 ____________________________________________________________________________
18274 [ 23899] By: rgs                                   on 2005/01/30  14:50:15
18275         Log: Subject: h2hp: 2 fix
18276              From: Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>
18277              Date: Fri, 28 Jan 2005 16:53:11 +0100
18278              Message-Id: <200501281653.15708.olivier.thauvin@aerov.jussieu.fr>
18279      Branch: perl
18280            ! utils/h2ph.PL
18281 ____________________________________________________________________________
18282 [ 23898] By: davem                                 on 2005/01/29  16:14:20
18283         Log: chomp() fails after alarm(), `sleep`
18284
18285              PP_backtick's temp altering of PL_rs didn't restore after
18286              an exception
18287      Branch: perl
18288            ! pp_sys.c t/op/alarm.t
18289 ____________________________________________________________________________
18290 [ 23897] By: nicholas                              on 2005/01/28  21:01:04
18291         Log: More consistent names for all the parameter name/declaration methods
18292      Branch: perl
18293            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
18294            ! perl_keyword.pl
18295 ____________________________________________________________________________
18296 [ 23894] By: nicholas                              on 2005/01/28  13:59:40
18297         Log: Calculate the number of tests in one place, so that the skip()s will
18298              always agree with the plan()s
18299      Branch: perl
18300            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
18301 ____________________________________________________________________________
18302 [ 23893] By: rgs                                   on 2005/01/28  08:53:47
18303         Log: Add a reference to books.perl.org.
18304      Branch: perl
18305            ! pod/perlbook.pod
18306 ____________________________________________________________________________
18307 [ 23892] By: nicholas                              on 2005/01/27  19:26:21
18308         Log: Retrieve the flag bit that only 'p' uses, so that it is spare for
18309              future use.
18310      Branch: perl
18311            ! genpacksizetables.pl pp_pack.c
18312 ____________________________________________________________________________
18313 [ 23891] By: rgs                                   on 2005/01/27  18:29:51
18314         Log: Subject: Re: [patch] decrufting OptreeCheck stuff
18315              From: Jim Cromie <jcromie@divsol.com>
18316              Date: Sun, 16 Jan 2005 17:16:00 -0700
18317              Message-ID: <41EB03C0.7030509@divsol.com>
18318              (with minor typos fixed)
18319      Branch: perl
18320            ! ext/B/B/Concise.pm ext/B/t/OptreeCheck.pm ext/B/t/f_map.t
18321            ! ext/B/t/f_sort.t ext/B/t/optree_check.t
18322            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
18323            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
18324            ! ext/B/t/optree_varinit.t
18325 ____________________________________________________________________________
18326 [ 23890] By: rgs                                   on 2005/01/27  17:49:50
18327         Log: Subject: [PATCH] libperl leaks a THREAD_KEY each time it is reloaded
18328              From: Gisle Aas <gisle@ActiveState.com>
18329              Date: 05 Jan 2005 03:21:06 -0800
18330              Message-ID: <lris6cxgt9.fsf@caliper.activestate.com>
18331      Branch: perl
18332            ! perl.c
18333 ____________________________________________________________________________
18334 [ 23889] By: nicholas                              on 2005/01/27  17:29:04
18335         Log: Make the byte order modifers < and > and the sign modifier ! (for
18336              n N v V) conditionally compile. This means that the refactored
18337              pp_pack/pp_unpack code can now be used in maint.
18338      Branch: perl
18339            ! genpacksizetables.pl pp_pack.c
18340 ____________________________________________________________________________
18341 [ 23888] By: nicholas                              on 2005/01/27  16:40:07
18342         Log: Oops. Was forgetting to test n! N! v! V! in pack
18343      Branch: perl
18344            ! t/op/pack.t
18345 ____________________________________________________________________________
18346 [ 23886] By: nicholas                              on 2005/01/27  14:42:28
18347         Log: Check that the warning behaviour on the modifiers !, < and > is as we
18348              expect it for this perl.
18349      Branch: perl
18350            ! t/op/pack.t
18351 ____________________________________________________________________________
18352 [ 23884] By: nicholas                              on 2005/01/27  11:27:12
18353         Log: Make the tests for the endianness modifiers < and >, and the
18354              signnedness modifier ! conditional on perl version. Surprisingly
18355              little change needed.
18356      Branch: perl
18357            ! t/op/pack.t
18358 ____________________________________________________________________________
18359 [ 23883] By: nicholas                              on 2005/01/27  11:12:34
18360         Log: &_q needs to *globally* escape ' and \ in its substitution.
18361      Branch: perl
18362            ! t/test.pl
18363 ____________________________________________________________________________
18364 [ 23882] By: rgs                                   on 2005/01/25  16:53:08
18365         Log: Subject: [PATCH] BigInt mbi_rand.t failings
18366              From: Tels <nospam-abuse@bloodgate.com>
18367              Date: Tue, 25 Jan 2005 18:06:58 +0100
18368              Message-Id: <200501251806.59782@bloodgate.com>
18369      Branch: perl
18370            ! lib/Math/BigInt/Calc.pm
18371 ____________________________________________________________________________
18372 [ 23881] By: rgs                                   on 2005/01/25  16:12:08
18373         Log: Integrate change #23880 in original comment
18374      Branch: perl
18375            ! util.c
18376 ____________________________________________________________________________
18377 [ 23880] By: merijn                                on 2005/01/25  15:41:30
18378         Log: Subject: [PATCH] perlapi.pod has pod errors
18379              From: "Jos I. Boumans" <kane@xs4all.net>
18380              Date: Tue, 25 Jan 2005 16:42:38 +0100
18381              Message-Id: <BDA482F7-6EE7-11D9-8AA7-000A95EF62E2@xs4all.net>
18382      Branch: perl
18383            ! pod/perlapi.pod
18384 ____________________________________________________________________________
18385 [ 23879] By: nicholas                              on 2005/01/24  23:16:04
18386         Log: Correct and update comments (before anyone writes in)
18387              Remove a temporary variable.
18388      Branch: perl
18389            ! lib/ExtUtils/Constant/Base.pm
18390 ____________________________________________________________________________
18391 [ 23878] By: nicholas                              on 2005/01/24  22:10:36
18392         Log: Ooops. It was 190M when I was using 4 bytes per entry for lengths in
18393              the dump file. The newer format is only 135M
18394      Branch: perl
18395            ! toke.c
18396 ____________________________________________________________________________
18397 [ 23877] By: nicholas                              on 2005/01/24  22:06:05
18398         Log: A script to regenerate Perl_keyword()
18399      Branch: perl
18400            + perl_keyword.pl
18401            ! MANIFEST
18402 ____________________________________________________________________________
18403 [ 23876] By: nicholas                              on 2005/01/24  22:05:29
18404         Log: Add weights to ExtUtils::Constant to allow sorting by expected
18405              frequency. This makes the Perl_keyword() replacement 20% faster,
18406              rather than just 12%
18407      Branch: perl
18408            ! lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/XS.pm
18409 ____________________________________________________________________________
18410 [ 23875] By: nicholas                              on 2005/01/24  21:43:52
18411         Log: Replace Perl_keyword() with a version that's 20% faster on typical
18412              input, generated by subclassing ExtUtils::Constant. (Typical input
18413              being about 135M of input from running a lot of perl scripts)
18414      Branch: perl
18415            ! toke.c
18416 ____________________________________________________________________________
18417 [ 23874] By: merijn                                on 2005/01/24  15:10:55
18418         Log: Subject: [PATCH] assorted tempfile clean-up in the test suite
18419              From: "Craig A. Berry" <craigberry@mac.com>
18420              Date: Sun, 23 Jan 2005 14:23:17 -0600
18421              Message-ID: <41F407B5.7020106@mac.com>
18422      Branch: perl
18423            ! lib/Test/Simple/t/reset.t t/io/fs.t t/io/tell.t
18424 ____________________________________________________________________________
18425 [ 23873] By: rgs                                   on 2005/01/24  13:14:21
18426         Log: Revert change 23843.
18427              (See discussion for bug [perl #31924])
18428      Branch: perl
18429            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
18430            ! pp_ctl.c proto.h t/comp/require.t
18431 ____________________________________________________________________________
18432 [ 23872] By: rgs                                   on 2005/01/24  10:27:10
18433         Log: Subject: [perl #33906] Missing \\ in perlre
18434              From: Andrew (via RT) <perlbug-followup@perl.org>
18435              Date: 23 Jan 2005 20:52:51 -0000
18436              Message-ID: <rt-3.0.11-33906-106339.17.5527961922343@perl.org>
18437      Branch: perl
18438            ! pod/perlre.pod
18439 ____________________________________________________________________________
18440 [ 23871] By: rgs                                   on 2005/01/24  10:10:47
18441         Log: Subject: [PATCH] Test::Harness::Straps::_default_inc shell problem
18442              From: "Craig A. Berry" <craigberry@mac.com>
18443              Date: Sun, 23 Jan 2005 13:44:49 -0600
18444              Message-ID: <41F3FEB1.9020102@mac.com>
18445      Branch: perl
18446            ! lib/Test/Harness/Straps.pm
18447 ____________________________________________________________________________
18448 [ 23870] By: rgs                                   on 2005/01/24  09:40:35
18449         Log: Subject: Re: [perl #33892] Add Interix support
18450              From: Todd Vierling <tv@duh.org>
18451              Date: Fri, 21 Jan 2005 15:16:16 -0500 (EST)
18452              Message-ID: <Pine.NEB.4.61.0501211424350.13373@duh.net.dhis.org>
18453      Branch: perl
18454            ! hints/interix.sh
18455 ____________________________________________________________________________
18456 [ 23869] By: davem                                 on 2005/01/23  22:20:10
18457         Log: Subject:  Re: Smoke [5.9.2] 23863 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
18458              From:  Jarkko Hietaniemi <jhi@iki.fi>
18459              Date:  Sun, 23 Jan 2005 21:25:01 +0200
18460              Message-Id:  <41F3FA0D.4010301@iki.fi>
18461
18462              The uc() memory reduction patch had a memory leak...
18463      Branch: perl
18464            ! pp.c
18465 ____________________________________________________________________________
18466 [ 23868] By: nicholas                              on 2005/01/23  22:06:01
18467         Log: Tidy up 2 comments
18468      Branch: perl
18469            ! regcomp.c
18470 ____________________________________________________________________________
18471 [ 23867] By: nicholas                              on 2005/01/23  22:05:12
18472         Log: Assimilate ExtUtils::Constant 0.16
18473      Branch: perl
18474            + lib/ExtUtils/Constant/Base.pm lib/ExtUtils/Constant/Utils.pm
18475            + lib/ExtUtils/Constant/XS.pm
18476            ! MANIFEST lib/ExtUtils/Constant.pm
18477 ____________________________________________________________________________
18478 [ 23866] By: nicholas                              on 2005/01/23  21:43:17
18479         Log: Slightly terser code in S_regpposixcc (names inside [:*here*:])
18480      Branch: perl
18481            ! regcomp.c
18482 ____________________________________________________________________________
18483 [ 23864] By: nicholas                              on 2005/01/22  22:30:12
18484         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
18485              From: Jarkko Hietaniemi <jhi@iki.fi>
18486              Message-ID: <41F2C427.7020003@iki.fi>
18487              Date: Sat, 22 Jan 2005 23:22:47 +0200
18488      Branch: perl
18489            ! hints/dec_osf.sh
18490 ____________________________________________________________________________
18491 [ 23863] By: davem                                 on 2005/01/22  18:27:58
18492         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
18493              From:  Jarkko Hietaniemi <jhi@iki.fi>
18494              Date:  Sat, 22 Jan 2005 11:33:12 +0200
18495              Message-Id:  <41F21DD8.3050500@iki.fi>
18496
18497              change #23857 miscalculated the SvGROW size
18498      Branch: perl
18499            ! pp.c
18500 ____________________________________________________________________________
18501 [ 23862] By: nicholas                              on 2005/01/22  17:51:13
18502         Log: Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu)
18503              From: Jarkko Hietaniemi <jhi@iki.fi>
18504              Message-ID: <41F2911E.8090204@iki.fi>
18505              Date: Sat, 22 Jan 2005 19:45:02 +0200
18506
18507              (drop optimisation on pp_pack.c for gcc on osf1 to -O1)
18508      Branch: perl
18509            ! hints/dec_osf.sh
18510 ____________________________________________________________________________
18511 [ 23861] By: nicholas                              on 2005/01/22  14:15:58
18512         Log: Update copyright years and add editor blocks
18513      Branch: perl
18514            ! doop.c hv.c utf8.c
18515 ____________________________________________________________________________
18516 [ 23860] By: nicholas                              on 2005/01/22  12:03:00
18517         Log: From: Jarkko Hietaniemi <jhi@iki.fi>
18518              Subject: Re: [PATCH] do not assume quads or long doubles
18519              Message-ID: <41F21B0A.2050301@iki.fi>
18520              Date: Sat, 22 Jan 2005 11:21:14 +0200
18521      Branch: perl
18522            ! pp_pack.c
18523 ____________________________________________________________________________
18524 [ 23858] By: nicholas                              on 2005/01/22  00:39:41
18525         Log: Remove now-unnecessary check. (It's done earlier)
18526      Branch: perl
18527            ! pp_pack.c
18528 ____________________________________________________________________________
18529 [ 23857] By: davem                                 on 2005/01/22  00:17:40
18530         Log: Subject:  Re: uc($long_utf8_string) exhausts memory
18531              From:  Jarkko Hietaniemi <jhi@iki.fi>
18532              Date:  Sat, 22 Jan 2005 00:20:12 +0200
18533              Message-Id:  <41F1801C.3080201@iki.fi>
18534
18535              Make buffer size estimates for utf8 case conversion less maximally
18536              pessimistic
18537      Branch: perl
18538            ! doop.c op.c pp.c pp_pack.c regcomp.c regexec.c sv.c t/op/lc.t
18539            ! toke.c utf8.c utf8.h
18540 ____________________________________________________________________________
18541 [ 23854] By: nicholas                              on 2005/01/21  22:15:43
18542         Log: Shrink a switch() statment by driving the size calculations from the
18543              size table. This requires #ifdef()s in the size table initialiser.
18544              Astoundingly this shaves over 6K of the object size with -Os on OS X.
18545              I was expecting about 1K (due to shrinking a branch table). Mind you,
18546              I'm not going to argue with what I got. :-)
18547      Branch: perl
18548            ! genpacksizetables.pl pp_pack.c
18549 ____________________________________________________________________________
18550 [ 23853] By: nicholas                              on 2005/01/21  16:46:49
18551         Log: Make the length overrun checking and stack extension table driven.
18552              (Shaves about 3k off pp_pack.o)
18553      Branch: perl
18554            + genpacksizetables.pl
18555            ! MANIFEST pp_pack.c
18556 ____________________________________________________________________________
18557 [ 23852] By: rgs                                   on 2005/01/21  16:29:53
18558         Log: Subject: [perl #32503] Fix for Storable module
18559              From: "Steven N. Hirsch" (via RT) <perlbug-followup@perl.org>
18560              Date: 19 Nov 2004 13:06:57 -0000
18561              Message-ID: <rt-3.0.11-32503-100597.6.46123979926323@perl.org>
18562      Branch: perl
18563            ! ext/Storable/Storable.xs
18564 ____________________________________________________________________________
18565 [ 23851] By: rgs                                   on 2005/01/21  15:51:54
18566         Log: Fix spurious warnings emitted by XSLoader via Data::Dumper
18567      Branch: perl
18568            ! ext/Data/Dumper/Dumper.pm
18569 ____________________________________________________________________________
18570 [ 23850] By: nicholas                              on 2005/01/21  15:43:24
18571         Log: Name another pack test
18572      Branch: perl
18573            ! t/op/pack.t
18574 ____________________________________________________________________________
18575 [ 23849] By: rgs                                   on 2005/01/21  15:26:10
18576         Log: Subject: [perl #33892] Add Interix support
18577              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
18578              Date: 21 Jan 2005 14:36:31 -0000
18579              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
18580
18581              (except the Configure chunk)
18582              (and bump version numbers of modules)
18583      Branch: perl
18584            + hints/interix.sh
18585            ! MANIFEST Makefile.SH lib/ExtUtils/MM_Unix.pm lib/File/Find.pm
18586            ! lib/File/Temp.pm t/io/openpid.t t/op/groups.t
18587 ____________________________________________________________________________
18588 [ 23848] By: merijn                                on 2005/01/21  14:47:31
18589         Log: Subject: [perl #33892] Add Interix support
18590              From: Todd Vierling (via RT) <perlbug-followup@perl.org>
18591              Date: 21 Jan 2005 14:36:31 -0000
18592              Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org>
18593      Branch: perl
18594            ! Configure
18595 ____________________________________________________________________________
18596 [ 23847] By: rgs                                   on 2005/01/21  14:46:38
18597         Log: Upgrade to Test::Harness 2.46
18598      Branch: perl
18599            + lib/Test/Harness/TAP.pod lib/Test/Harness/t/harness.t
18600            + lib/Test/Harness/t/prove-globbing.t
18601            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Assert.pm
18602            ! lib/Test/Harness/Changes lib/Test/Harness/Iterator.pm
18603            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/prove-switches.t
18604            ! lib/Test/Harness/t/strap.t
18605 ____________________________________________________________________________
18606 [ 23845] By: rgs                                   on 2005/01/21  14:09:19
18607         Log: Subject: [perl #32967] [PATCH] Re: More B bugs: svref_2object
18608              From: Stephen McCamant <smcc@OCF.Berkeley.EDU>
18609              Date: Tue, 28 Dec 2004 16:01:49 -0800
18610              Message-ID: <16849.62445.116153.489478@apocalypse.OCF.Berkeley.EDU>
18611      Branch: perl
18612            ! ext/B/B.pm
18613 ____________________________________________________________________________
18614 [ 23844] By: rgs                                   on 2005/01/21  13:49:46
18615         Log: Subject: [Patch] [perl #32446]  close leaves fd open
18616              From: Steffen Ullrich <coyote.frank@gmx.net>
18617              Date: Wed, 01 Dec 2004 15:22:34 +0100
18618              Message-ID: <20041201142236.4273.qmail@lists.develooper.com>
18619      Branch: perl
18620            ! perlio.c
18621 ____________________________________________________________________________
18622 [ 23843] By: rgs                                   on 2005/01/21  13:35:49
18623         Log: Subject: [PATCH bleadperl] Re: [perl #31924] %INC caching failure-case problem
18624              From: Rick Delaney <rick@bort.ca>
18625              Date: Wed, 13 Oct 2004 12:40:18 -0400
18626              Message-ID: <20041013164018.GA32174@biff.bort.ca>
18627      Branch: perl
18628            ! embed.fnc embed.h global.sym hv.c hv.h pod/perlapi.pod
18629            ! pp_ctl.c proto.h t/comp/require.t
18630 ____________________________________________________________________________
18631 [ 23842] By: rgs                                   on 2005/01/21  10:57:48
18632         Log: Subject: Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32
18633              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18634              Date: Mon, 20 Dec 2004 16:08:56 -0800
18635              Message-ID: <20041221000856.GA2924@efn.org>
18636      Branch: perl
18637            ! pp_sys.c t/op/stat.t
18638 ____________________________________________________________________________
18639 [ 23841] By: rgs                                   on 2005/01/21  10:26:17
18640         Log: Subject: [PATCH] doc SVt_PVLV <=> SVt_PVGV change version in B.pm
18641              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18642              Date: Sun, 19 Dec 2004 23:57:56 -0800
18643              Message-ID: <20041220075754.GA800@efn.org>
18644      Branch: perl
18645            ! ext/B/B.pm
18646 ____________________________________________________________________________
18647 [ 23840] By: rgs                                   on 2005/01/20  18:45:55
18648         Log: Subject: [patch] cleanup perlsfio.h
18649              From: Stas Bekman <stas@stason.org>
18650              Date: Thu, 13 Jan 2005 16:14:23 -0500
18651              Message-ID: <41E6E4AF.8070303@stason.org>
18652      Branch: perl
18653            ! perlsfio.h
18654 ____________________________________________________________________________
18655 [ 23839] By: rgs                                   on 2005/01/20  18:33:00
18656         Log: VERSION++
18657      Branch: perl
18658            ! lib/Text/ParseWords.pm
18659 ____________________________________________________________________________
18660 [ 23838] By: rgs                                   on 2005/01/20  18:21:36
18661         Log: Subject: Re: [perl #33173] shellwords.pl and tainting
18662              From: Alexey Tourbin <at@altlinux.ru>
18663              Date: Tue, 28 Dec 2004 22:29:37 +0300
18664              Message-ID: <20041228192937.GB7824@solemn.turbinal.org>
18665      Branch: perl
18666            + lib/Text/ParseWords/taint.t
18667            ! MANIFEST lib/Text/ParseWords.pm lib/shellwords.pl
18668 ____________________________________________________________________________
18669 [ 23836] By: nicholas                              on 2005/01/20  13:21:14
18670         Log: Run regen.pl and pod/buildtoc --build-all
18671      Branch: perl
18672            ! MANIFEST pod/perlapi.pod pod/perltoc.pod
18673 ____________________________________________________________________________
18674 [ 23835] By: nicholas                              on 2005/01/20  13:20:50
18675         Log: A little more determinacy in our sorting
18676      Branch: perl
18677            ! autodoc.pl
18678 ____________________________________________________________________________
18679 [ 23827] By: nicholas                              on 2005/01/19  21:22:30
18680         Log: Make "assertion" attribute code and test conditional
18681      Branch: perl
18682            ! t/op/attrs.t xsutils.c
18683 ____________________________________________________________________________
18684 [ 23824] By: merijn                                on 2005/01/19  18:32:41
18685         Log: Subject: [PATCH] Further follow-up to 23767
18686              From: Robin Barker <Robin.Barker@npl.co.uk>
18687              Date: Wed, 19 Jan 2005 18:30:31 -0000
18688              Message-ID: <533D273D4014D411AB1D00062938C4D90849C57D@hotel.npl.co.uk>
18689      Branch: perl
18690            ! XSUB.h gv.c perl.c perl.h pp_ctl.c sv.c utf8.c
18691 ____________________________________________________________________________
18692 [ 23822] By: rgs                                   on 2005/01/19  17:19:04
18693         Log: Subject: Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums
18694              From: Noah <sitz@onastick.net>
18695              Date: Wed, 19 Jan 2005 12:33:52 -0500
18696              Message-ID: <20050119173352.GA15592@radu.onastick.net>
18697      Branch: perl
18698            ! utils/h2xs.PL
18699 ____________________________________________________________________________
18700 [ 23821] By: rgs                                   on 2005/01/19  11:30:38
18701         Log: Subject: [PATCH] op/stat.t test 9 failing on recent cygwin snapshots
18702              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18703              Date: Sun, 16 Jan 2005 10:30:45 -0800
18704              Message-ID: <20050116183045.GA2768@efn.org>
18705      Branch: perl
18706            ! t/op/stat.t
18707 ____________________________________________________________________________
18708 [ 23820] By: rgs                                   on 2005/01/19  11:20:10
18709         Log: Subject: [PATCH] Make Data::Dumper work when dynamic extensions are not available
18710              From: "Jos I. Boumans" <kane@xs4all.net>
18711              Date: Tue, 18 Jan 2005 15:12:03 +0100
18712              Message-Id: <ED6BA2C4-695A-11D9-B09C-000A95EF62E2@xs4all.net>
18713      Branch: perl
18714            ! ext/Data/Dumper/Dumper.pm
18715 ____________________________________________________________________________
18716 [ 23819] By: rgs                                   on 2005/01/19  11:15:14
18717         Log: Fix dependencies in ext/B/Makefile.PL
18718              (bug #8254, fix by Alan Burlison)
18719      Branch: perl
18720            ! ext/B/Makefile.PL
18721 ____________________________________________________________________________
18722 [ 23817] By: steveh                                on 2005/01/19  09:33:27
18723         Log: Exclude "Thread" from $Config{extensions}
18724
18725              It is already excluded from $Config{dynamic_ext}, so should not be
18726              in $Config{extensions} either. (Note that Thread is actually still
18727              built, though. This is just for consistency with Unix builds.)
18728      Branch: perl
18729            ! win32/config_sh.PL
18730 ____________________________________________________________________________
18731 [ 23816] By: steveh                                on 2005/01/19  08:55:06
18732         Log: Exclude "Thread" from $Config{dynamic_ext}
18733
18734              This was accidentally broken by change 23757.  It has already been
18735              fixed in maint-5.8 when resolving conflicts during integration of
18736              23757, so this one does NOT need integrating itself!
18737
18738              For more details see:
18739              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-01/msg00477.html
18740      Branch: perl
18741            ! win32/config_sh.PL
18742 ____________________________________________________________________________
18743 [ 23807] By: steveh                                on 2005/01/17  17:55:02
18744         Log: Fix for building with MinGW under Cygwin
18745
18746              Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32)
18747              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
18748              Date: Thu, 13 Jan 2005 16:11:36 -0800
18749              Message-ID: <20050114001136.GC2516@efn.org>
18750      Branch: perl
18751            ! ext/Errno/Errno_pm.PL
18752 ____________________________________________________________________________
18753 [ 23806] By: steveh                                on 2005/01/17  16:57:10
18754         Log: Get $Config{ccversion} or $Config{gccversion} filled in on Win32
18755      Branch: perl
18756            ! win32/config_sh.PL
18757 ____________________________________________________________________________
18758 [ 23805] By: nicholas                              on 2005/01/14  19:56:42
18759         Log: Better test diagnostics for the numbers tests.
18760              (Failure diagnostics were always good, but now the tests have names,
18761              which show even when they pass)
18762      Branch: perl
18763            ! t/op/pack.t
18764 ____________________________________________________________________________
18765 [ 23803] By: nicholas                              on 2005/01/14  12:06:31
18766         Log: Correct the editor block to match the perl 5 policy on tabs
18767      Branch: perl
18768            ! pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c scope.c
18769            ! sv.c universal.c
18770 ____________________________________________________________________________
18771 [ 23802] By: nicholas                              on 2005/01/14  10:58:47
18772         Log: Refactor S_regclass to generate slightly smaller object code
18773      Branch: perl
18774            ! regcomp.c
18775 ____________________________________________________________________________
18776 [ 23801] By: nicholas                              on 2005/01/14  10:32:08
18777         Log: A terser way to write the \-ing code in pv_uni_display
18778              Plus drive-by insert of a more correct editor block. (thanks Dave)
18779      Branch: perl
18780            ! utf8.c
18781 ____________________________________________________________________________
18782 [ 23800] By: nicholas                              on 2005/01/14  09:55:16
18783         Log: Improve documentation for sv_catpvf, to note that pattern's UTF-8ness
18784              is taken from the SV's UTF-8ness
18785      Branch: perl
18786            ! pod/perlapi.pod sv.c
18787 ____________________________________________________________________________
18788 [ 23799] By: nicholas                              on 2005/01/14  09:52:51
18789         Log: SvUTF8_off() in do_join can be unconditional.
18790      Branch: perl
18791            ! doop.c
18792 ____________________________________________________________________________
18793 [ 23798] By: nicholas                              on 2005/01/14  09:28:14
18794         Log: sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.
18795      Branch: perl
18796            ! op.c regcomp.c toke.c utf8.c
18797 ____________________________________________________________________________
18798 [ 23797] By: nicholas                              on 2005/01/13  23:13:05
18799         Log: Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv
18800      Branch: perl
18801            ! sv.c
18802 ____________________________________________________________________________
18803 [ 23796] By: nicholas                              on 2005/01/13  23:10:38
18804         Log: sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
18805      Branch: perl
18806            ! utf8.c
18807 ____________________________________________________________________________
18808 [ 23795] By: nicholas                              on 2005/01/13  22:54:10
18809         Log: replace NEWSV(), SvSetSV() with newSVsv()
18810      Branch: perl
18811            ! pp.c pp_hot.c pp_sort.c regexec.c scope.c toke.c
18812 ____________________________________________________________________________
18813 [ 23794] By: nicholas                              on 2005/01/13  22:39:58
18814         Log: Turn the unreachable code into assertions. (So prove me wrong...)
18815      Branch: perl
18816            ! pp_pack.c
18817 ____________________________________________________________________________
18818 [ 23793] By: nicholas                              on 2005/01/13  22:07:20
18819         Log: Source code tidy up - avoid assigning to sv.
18820      Branch: perl
18821            ! pp_pack.c
18822 ____________________________________________________________________________
18823 [ 23792] By: nicholas                              on 2005/01/13  21:54:21
18824         Log: Avoid dogfood problems when an empty string accidentally ends up
18825              as a constant name. [They don't work in qw(), strangely]
18826      Branch: perl
18827            ! lib/ExtUtils/Constant.pm
18828 ____________________________________________________________________________
18829 [ 23791] By: nicholas                              on 2005/01/13  21:44:53
18830         Log: The leaktesting of NEWSV() is long dead, so create and initialise
18831              SV values in one, to simplify source code and shrink object code
18832              by about 1%
18833      Branch: perl
18834            ! pp_pack.c
18835 ____________________________________________________________________________
18836 [ 23790] By: nicholas                              on 2005/01/13  20:55:37
18837         Log: Not a good idea to use unpack "H*" to peek at a scalar's internal
18838              representation.
18839      Branch: perl
18840            ! t/op/join.t
18841 ____________________________________________________________________________
18842 [ 23789] By: nicholas                              on 2005/01/13  14:05:08
18843         Log: Update copyright years. Add an editor block while passing by.
18844      Branch: perl
18845            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c regcomp.c scope.c sv.c
18846            ! universal.c
18847 ____________________________________________________________________________
18848 [ 23788] By: nicholas                              on 2005/01/13  13:50:40
18849         Log: utf.pm needs to require Carp before croak()ing
18850      Branch: perl
18851            ! lib/utf8.pm lib/utf8.t
18852 ____________________________________________________________________________
18853 [ 23787] By: nicholas                              on 2005/01/13  13:21:11
18854         Log: Refactor all the unpack checksum-or-not logic to avoid massive
18855              duplication.
18856      Branch: perl
18857            ! pp_pack.c
18858 ____________________________________________________________________________
18859 [ 23786] By: merijn                                on 2005/01/13  11:28:31
18860         Log: Subject: Re: killing USE_5005THREADS in blead?
18861              From: Stas Bekman <stas@stason.org>
18862              Date: Wed, 12 Jan 2005 16:32:42 -0500
18863              Message-ID: <41E5977A.3060306@stason.org>
18864      Branch: perl
18865            ! perl.c
18866 ____________________________________________________________________________
18867 [ 23785] By: steveh                                on 2005/01/13  10:24:13
18868         Log: Fix Win32 build problem caused by change 23757
18869
18870              Change 23757 added a glob() call to win32/FindExt.pm.  That code is
18871              run by miniperl.exe when making the ..\config.sh target, but
18872              miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires
18873              perlglob.exe to do the glob().  perlglob.exe has been built, but is
18874              in the top-level of the source tree so is not found when miniperl.exe
18875              is executed from within the win32/ sub-directory.
18876
18877              This was causing smokes to fail on t/lib/commonsense.t because the
18878              "extensions" field in lib/Config_heavy.pl only contained
18879              "threads/shared" as a result of the glob() not finding anything.
18880
18881              Manual builds had been working fine for me because I had an installed
18882              perl in my PATH so perlglob.exe was being found there instead!
18883      Branch: perl
18884            ! win32/FindExt.pm
18885 ____________________________________________________________________________
18886 [ 23783] By: rgs                                   on 2005/01/12  18:04:17
18887         Log: Subject: [PATCH] follow-up to #23765
18888              From: "Craig A. Berry" <craigberry@mac.com>
18889              Date: Tue, 11 Jan 2005 21:01:27 -0600
18890              Message-ID: <41E49307.7080900@mac.com>
18891      Branch: perl
18892            ! lib/warnings.t
18893 ____________________________________________________________________________
18894 [ 23782] By: nicholas                              on 2005/01/11  19:10:20
18895         Log: Fix bug 32294 - index()/rindex() ignore UTF8 flag
18896              (for cases of mixed UTF8/bytes)
18897              Test code based on bug report by John Gardiner Myers
18898      Branch: perl
18899            ! pp.c t/op/index.t
18900 ____________________________________________________________________________
18901 [ 23781] By: rgs                                   on 2005/01/11  17:04:24
18902         Log: Subject: [PATCH] follow-up to 23767
18903              From: Robin Barker <Robin.Barker@npl.co.uk>
18904              Date: Tue, 11 Jan 2005 15:48:49 -0000
18905              Message-ID: <533D273D4014D411AB1D00062938C4D90849C56A@hotel.npl.co.uk>
18906      Branch: perl
18907            ! Porting/pumpkin.pod sv.c
18908 ____________________________________________________________________________
18909 [ 23780] By: mhx                                   on 2005/01/10  19:25:27
18910         Log: Remove PERL_FLEXIBLE_EXCEPTIONS code.
18911      Branch: perl
18912            ! embed.fnc embed.h embedvar.h global.sym makedef.pl perl.c
18913            ! perl.h perlapi.h pod/perlapi.pod pod/perlintern.pod pp_ctl.c
18914            ! proto.h scope.c scope.h sv.c thrdvar.h
18915 ____________________________________________________________________________
18916 [ 23779] By: nicholas                              on 2005/01/10  17:07:03
18917         Log: Subject: [PATCH] t/op/split.t #11 nit on VMS
18918              From: "Craig A. Berry" <craigberry@mac.com>
18919              Message-ID: <41E1C261.5020100@mac.com>
18920              Date: Sun, 09 Jan 2005 17:46:41 -0600
18921      Branch: perl
18922            ! t/op/split.t
18923 ____________________________________________________________________________
18924 [ 23778] By: steveh                                on 2005/01/10  11:53:10
18925         Log: Need to close files before unlinking them on Win32
18926
18927              (Various files created by test programs are left behind otherwise,
18928              and distclean doesn't clean them up)
18929      Branch: perl
18930            ! lib/FileCache/t/01open.t lib/FileCache/t/04twoarg.t
18931            ! lib/FileCache/t/07noimport.t t/op/read.t
18932 ____________________________________________________________________________
18933 [ 23777] By: steveh                                on 2005/01/10  10:28:00
18934         Log: Make Win32's distclean target clean up properly
18935      Branch: perl
18936            ! win32/Makefile win32/makefile.mk
18937 ____________________________________________________________________________
18938 [ 23776] By: steveh                                on 2005/01/10  09:45:50
18939         Log: Get $Config{osvers} filled in on Win32
18940      Branch: perl
18941            ! win32/config_sh.PL
18942 ____________________________________________________________________________
18943 [ 23775] By: merijn                                on 2005/01/10  08:54:00
18944         Log: Subject: [PATCH] follow-up to #23748, -Duselargefiles on VMS
18945              Date: Sun, 09 Jan 2005 17:52:09 -0600
18946              From: "Craig A. Berry" <craigberry@mac.com>
18947              Message-ID: <41E1C3A9.9080900@mac.com>
18948      Branch: perl
18949            ! configure.com
18950 ____________________________________________________________________________
18951 [ 23774] By: nicholas                              on 2005/01/09  23:42:25
18952         Log: Shorter source code in pp_gelem. (But it compiles to the same size)
18953      Branch: perl
18954            ! pp.c
18955 ____________________________________________________________________________
18956 [ 23773] By: nicholas                              on 2005/01/09  21:50:28
18957         Log: If we know the length of the string constant, save a strlen()
18958      Branch: perl
18959            ! perl.c pp_sys.c
18960 ____________________________________________________________________________
18961 [ 23772] By: nicholas                              on 2005/01/09  21:26:40
18962         Log: savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call to
18963              strlen(). Add savesvpv(sv), which gets the length from the SV,
18964              and returns a copy of its PV.
18965      Branch: perl
18966            ! embed.fnc embed.h global.sym mg.c pp_sys.c proto.h regcomp.c
18967            ! universal.c util.c
18968 ____________________________________________________________________________
18969 [ 23771] By: nicholas                              on 2005/01/09  19:42:30
18970         Log: Can pass in a length here without introducing a bug. Might save
18971              a strlen()
18972      Branch: perl
18973            ! toke.c
18974 ____________________________________________________________________________
18975 [ 23770] By: nicholas                              on 2005/01/09  15:05:33
18976         Log: Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)
18977              as I think that it will be needed for utf8 soft references.
18978      Branch: perl
18979            ! toke.c
18980 ____________________________________________________________________________
18981 [ 23769] By: steveh                                on 2005/01/07  17:25:35
18982         Log: Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by default
18983              and force PERL_MALLOC off if USE_IMP_SYS is on
18984
18985              This brings makefile.mk into line with Makefile in this regard
18986
18987              (PERL_MALLOC cannot currently be used with USE_IMP_SYS, e.g. see:
18988              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-07/msg00465.html
18989              so it is sensible to enforce this, and to not have the default set
18990              to a configuration that isn't allowed)
18991      Branch: perl
18992            ! win32/makefile.mk
18993 ____________________________________________________________________________
18994 [ 23768] By: rgs                                   on 2005/01/07  14:30:51
18995         Log: Subject: Re: [PATCH] Remove Carp from warnings.pm
18996              From: Jim Cromie <jim.cromie@gmail.com>
18997              Date: Mon, 3 Jan 2005 06:36:16 -0700
18998              Message-ID: <cfe85dfa05010305367445dee6@mail.gmail.com>
18999      Branch: perl
19000            + lib/vars_carp.t
19001            ! MANIFEST ext/B/t/optree_specials.t ext/B/t/stash.t lib/Carp.pm
19002            ! lib/English.pm lib/Exporter.pm lib/Exporter.t
19003            ! lib/Exporter/Heavy.pm lib/warnings.pm warnings.pl
19004 ____________________________________________________________________________
19005 [ 23767] By: rgs                                   on 2005/01/07  13:41:47
19006         Log: Subject: [PATCH] to improve -DCHECK_FORMAT
19007              From: Robin Barker <Robin.Barker@npl.co.uk>
19008              Date: Wed, 5 Jan 2005 11:55:09 -0000
19009              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55A@hotel.npl.co.uk>
19010      Branch: perl
19011            ! mg.c perl.h pp.h pp_sys.c sv.c
19012 ____________________________________________________________________________
19013 [ 23766] By: nicholas                              on 2005/01/07  12:46:07
19014         Log: Stage 1 of utf8 support for soft references.
19015              Change gv_fetchpv to take a UTF8 flag, as gv_fetchpvn_flags
19016              Add gv_fetchsv to look up a GV by SV rather than a char * pointer
19017              Provide a backwards compatability gv_fetchpv
19018              Migrate from gv_fetchpv to gv_fetchsv where the caller was grabbing
19019              the pointer from an SV
19020              All tests still pass.
19021      Branch: perl
19022            ! embed.fnc embed.h global.sym gv.c gv.h mg.c op.c perl.h pp.c
19023            ! pp_hot.c pp_sys.c proto.h sv.c sv.h toke.c universal.c
19024 ____________________________________________________________________________
19025 [ 23765] By: nicholas                              on 2005/01/07  11:23:48
19026         Log: Subject: [PATCH] make lib/warnings.t use t/test.pl
19027              From: "Craig A. Berry" <craigberry@mac.com>
19028              Message-ID: <41DDCA71.1080704@mac.com>
19029              Date: Thu, 06 Jan 2005 17:32:01 -0600
19030      Branch: perl
19031            ! lib/warnings.t
19032 ____________________________________________________________________________
19033 [ 23764] By: steveh                                on 2005/01/07  08:35:29
19034         Log: Fix win32/config.*'s cc, ld and other related values
19035
19036              cc and ld themselves always get replaced with correct values anyway
19037              so we just provide example values as per other similar settings
19038
19039              Other related values (ccname, cpp, cpprun, cppstdin) need to use the
19040              correct ~keyword~, namely ~cc~, not ~CC~, otherwise they do not get set
19041
19042              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
19043              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19044              Date: Wed, 5 Jan 2005 10:01:41 -0800
19045              Message-ID: <20050105180141.GA676@efn.org>
19046
19047              Subject: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32
19048              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19049              Date: Thu, 6 Jan 2005 11:53:11 -0800
19050              Message-ID: <20050106195311.GC1300@efn.org>
19051      Branch: perl
19052            ! win32/config.bc win32/config.gc win32/config.vc
19053            ! win32/config.vc64
19054 ____________________________________________________________________________
19055 [ 23763] By: nicholas                              on 2005/01/06  17:42:59
19056         Log: Add TODO tests for UTF8 encoded soft references
19057      Branch: perl
19058            ! t/op/ref.t
19059 ____________________________________________________________________________
19060 [ 23762] By: steveh                                on 2005/01/06  16:50:10
19061         Log: Allow static linking core extensions on Win32 with MinGW
19062
19063              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
19064              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19065              Date: Wed, 5 Jan 2005 10:01:41 -0800
19066              Message-ID: <20050105180141.GA676@efn.org>
19067      Branch: perl
19068            ! win32/buildext.pl win32/makefile.mk
19069 ____________________________________________________________________________
19070 [ 23761] By: rgs                                   on 2005/01/06  15:49:39
19071         Log: Silence a compilation warning
19072      Branch: perl
19073            ! pp_sort.c
19074 ____________________________________________________________________________
19075 [ 23760] By: nicholas                              on 2005/01/06  14:59:17
19076         Log: Turn barewords into strings to run under strict subs.
19077              Run under strict refs outside the soft reference tests.
19078      Branch: perl
19079            ! t/op/ref.t
19080 ____________________________________________________________________________
19081 [ 23759] By: nicholas                              on 2005/01/06  14:34:24
19082         Log: All tests now use test.pl
19083      Branch: perl
19084            ! t/op/ref.t
19085 ____________________________________________________________________________
19086 [ 23758] By: nicholas                              on 2005/01/06  11:44:08
19087         Log: Start converting t/op/ref.t to use test.pl
19088      Branch: perl
19089            ! t/op/ref.t
19090 ____________________________________________________________________________
19091 [ 23757] By: steveh                                on 2005/01/06  11:26:12
19092         Log: Fix extensions config fields on Win32 to be as they are on Unix
19093
19094              Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32
19095              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
19096              Date: Wed, 5 Jan 2005 10:01:41 -0800
19097              Message-ID: <20050105180141.GA676@efn.org>
19098      Branch: perl
19099            ! win32/FindExt.pm win32/config_sh.PL
19100 ____________________________________________________________________________
19101 [ 23756] By: nicholas                              on 2005/01/05  21:58:15
19102         Log: Correct a Greengrocer's apostrophe.
19103      Branch: perl
19104            ! ext/DynaLoader/dl_dyld.xs
19105 ____________________________________________________________________________
19106 [ 23755] By: nicholas                              on 2005/01/05  21:36:26
19107         Log: Foolishly I committed change 23753 before remembering to test without
19108              ithreads. No tests => bugs. This should fix them.
19109      Branch: perl
19110            ! perl.c
19111 ____________________________________________________________________________
19112 [ 23754] By: nicholas                              on 2005/01/05  20:14:02
19113         Log: Error-free constant folding is a TODO
19114      Branch: perl
19115            ! pod/perltodo.pod
19116 ____________________________________________________________________________
19117 [ 23753] By: nicholas                              on 2005/01/05  19:44:28
19118         Log: Turn INIT_TLS_AND_INTERP into a static function
19119      Branch: perl
19120            ! perl.c
19121 ____________________________________________________________________________
19122 [ 23752] By: nicholas                              on 2005/01/05  16:27:19
19123         Log: Shave off the explict 1; from the end of lib/Config.pm
19124      Branch: perl
19125            ! configpm
19126 ____________________________________________________________________________
19127 [ 23751] By: rgs                                   on 2005/01/05  13:31:51
19128         Log: Subject: [PATCH] unnecessary rmdir in Makefile
19129              From: Robin Barker <Robin.Barker@npl.co.uk>
19130              Date: Wed, 5 Jan 2005 11:58:54 -0000
19131              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk>
19132      Branch: perl
19133            ! Makefile.SH
19134 ____________________________________________________________________________
19135 [ 23750] By: merijn                                on 2005/01/05  11:44:11
19136         Log: Subject: [PATCH] gcc and ld in Configure
19137              From: Robin Barker <Robin.Barker@npl.co.uk>
19138              Date: Wed, 5 Jan 2005 12:04:25 -0000
19139              Message-ID: <533D273D4014D411AB1D00062938C4D90849C55D@hotel.npl.co.uk>
19140      Branch: perl
19141            ! hints/solaris_2.sh
19142 ____________________________________________________________________________
19143 [ 23749] By: nicholas                              on 2005/01/05  11:25:29
19144         Log: Subject: [PATCH] Avoid segfault when pthread_key_create fails
19145              From: Gisle Aas <gisle@ActiveState.com>
19146              Date: 05 Jan 2005 01:09:51 -0800
19147              Message-ID: <lracroz1gg.fsf@caliper.activestate.com>
19148      Branch: perl
19149            ! thread.h
19150 ____________________________________________________________________________
19151 [ 23748] By: nicholas                              on 2005/01/05  10:44:59
19152         Log: Subject: [PATCH] -Duselargefiles for VMS
19153              From: "Craig A. Berry" <craigberry@mac.com>
19154              Message-ID: <41DB63A6.7040504@mac.com>
19155              Date: Tue, 04 Jan 2005 21:48:54 -0600
19156      Branch: perl
19157            ! configure.com vms/descrip_mms.template vms/vmsish.h
19158 ____________________________________________________________________________
19159 [ 23747] By: nicholas                              on 2005/01/05  10:10:14
19160         Log: Rafael spotted that my changes caused warnings. So clean up.
19161      Branch: perl
19162            ! t/op/attrs.t
19163 ____________________________________________________________________________
19164 [ 23746] By: nicholas                              on 2005/01/04  23:07:25
19165         Log: Update copyright years.
19166      Branch: perl
19167            ! mg.c miniperlmain.c op.c perlio.c xsutils.c
19168 ____________________________________________________________________________
19169 [ 23745] By: nicholas                              on 2005/01/04  19:32:01
19170         Log: Make the switch statement discriminate similar names more
19171              efficiently.
19172      Branch: perl
19173            ! xsutils.c
19174 ____________________________________________________________________________
19175 [ 23744] By: nicholas                              on 2005/01/04  16:20:43
19176         Log: Check all attributes in modify_SV_attributes are recognised.
19177              Fix bug where 'assertion' was always rejected as invalid.
19178      Branch: perl
19179            ! t/op/attrs.t xsutils.c
19180 ____________________________________________________________________________
19181 [ 23743] By: nicholas                              on 2005/01/04  12:46:56
19182         Log: Use the new ${^UTF8LOCALE} to make the test reliable.
19183      Branch: perl
19184            ! t/io/layers.t
19185 ____________________________________________________________________________
19186 [ 23742] By: merijn                                on 2005/01/04  12:38:03
19187         Log: Subject: [PATCH pod/perlxs.pod] RE: [perl #32660] INT2PTR not mentioned in perlxs(1)
19188              From: Robin Barker <Robin.Barker@npl.co.uk>
19189              Date: Tue, 4 Jan 2005 12:32:29 -0000
19190              Message-ID: <533D273D4014D411AB1D00062938C4D90849C553@hotel.npl.co.uk>
19191      Branch: perl
19192            ! pod/perlxs.pod
19193 ____________________________________________________________________________
19194 [ 23741] By: nicholas                              on 2005/01/04  11:27:57
19195         Log: Add ${^UTF8LOCALE} to give perl space access to PL_utf8locale
19196      Branch: perl
19197            ! gv.c mg.c
19198 ____________________________________________________________________________
19199 [ 23740] By: steveh                                on 2005/01/04  10:56:55
19200         Log: Bring win32/config.* into line with win32/config_H.*
19201              so that "perl -V:usemallocwrap" tells us what the configuration is
19202              instead of saying 'UNKNOWN'.
19203      Branch: perl
19204            ! win32/config.bc win32/config.gc win32/config.vc
19205            ! win32/config.vc64
19206 ____________________________________________________________________________
19207 [ 23739] By: rgs                                   on 2005/01/04  08:36:50
19208         Log: Subject: [PATCH] Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16
19209              From: Tels <nospam-abuse@bloodgate.com>
19210              Date: Sat, 1 Jan 2005 18:59:51 +0100
19211              Message-Id: <200501011859.52858@bloodgate.com>
19212      Branch: perl
19213            + lib/Math/BigInt/t/lib_load.t lib/bignum/t/ratopt_a.t
19214            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19215            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
19216            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
19217            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
19218            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
19219            ! lib/Math/BigInt/t/inf_nan.t lib/Math/BigInt/t/sub_mbf.t
19220            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
19221            ! lib/Math/BigInt/t/with_sub.t lib/Math/BigRat.pm
19222            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
19223            ! lib/Math/BigRat/t/bigratpm.t lib/bigint.pm lib/bignum.pm
19224            ! lib/bignum/t/option_a.t lib/bignum/t/option_l.t
19225            ! lib/bignum/t/option_p.t lib/bigrat.pm
19226            ! t/lib/Math/BigFloat/Subclass.pm
19227 ____________________________________________________________________________
19228 [ 23738] By: rgs                                   on 2005/01/04  08:05:16
19229         Log: Happy new year
19230      Branch: perl
19231            ! README
19232 ____________________________________________________________________________
19233 [ 23736] By: nicholas                              on 2005/01/03  21:17:28
19234         Log: Return an immortal from attributes::_warn_reserved (a private
19235              function). (saves creating a new IV)
19236      Branch: perl
19237            ! xsutils.c
19238 ____________________________________________________________________________
19239 [ 23735] By: nicholas                              on 2005/01/03  20:58:09
19240         Log: Change dXSTARGET to dXSTARG as recommended by Spider Boardman.
19241      Branch: perl
19242            ! xsutils.c
19243 ____________________________________________________________________________
19244 [ 23733] By: nicholas                              on 2005/01/03  18:54:22
19245         Log: D'oh! Spurious aTHX_. Here was I thinking that my test build was
19246              threaded, but "oh no it isn't!" :-(
19247      Branch: perl
19248            ! toke.c
19249 ____________________________________________________________________________
19250 [ 23732] By: rgs                                   on 2005/01/03  17:24:24
19251         Log: Integrate a patch from Gentoo for uclibc support.
19252              See :
19253              Subject: Re: Static linking notes --- perl5.8.6 and uClibc
19254              From: Alexey Tourbin <at@altlinux.ru>
19255              Date: Tue, 28 Dec 2004 14:25:42 +0300
19256              Message-ID: <20041228112542.GB21037@solemn.turbinal.org>
19257      Branch: perl
19258            ! perlio.c
19259 ____________________________________________________________________________
19260 [ 23731] By: nicholas                              on 2005/01/02  23:18:07
19261         Log: Remove compiler warnings.
19262      Branch: perl
19263            ! toke.c
19264 ____________________________________________________________________________
19265 [ 23730] By: nicholas                              on 2005/01/02  22:49:49
19266         Log: Change 23727 broke code that relied on \ being escaped.
19267              Fix this. *Everything* should work now.
19268      Branch: perl
19269            + t/run/switchF1.t
19270            ! MANIFEST toke.c
19271 ____________________________________________________________________________
19272 [ 23729] By: nicholas                              on 2005/01/02  07:46:12
19273         Log: Splitting the -n/-p code and concatenating strings generates
19274              smaller object code.
19275      Branch: perl
19276            ! toke.c
19277 ____________________________________________________________________________
19278 [ 23728] By: nicholas                              on 2005/01/01  21:34:52
19279         Log: Concatenate some string constants
19280      Branch: perl
19281            ! toke.c
19282 ____________________________________________________________________________
19283 [ 23727] By: nicholas                              on 2005/01/01  21:13:53
19284         Log: Use Rafael's sick trick of ASCII NUL as a q'' delimiter to save a
19285              lot of quoting code
19286      Branch: perl
19287            ! toke.c
19288 ____________________________________________________________________________
19289 [ 23726] By: nicholas                              on 2005/01/01  20:48:31
19290         Log: Probably should be using *pvn rather than *pv forms for speed in
19291              toke.c (to save a strlen())
19292      Branch: perl
19293            ! toke.c
19294 ____________________________________________________________________________
19295 [ 23725] By: nicholas                              on 2005/01/01  20:26:27
19296         Log: strEQ/strNE of 1 character strings seems better hand inlined,
19297              because it generates smaller object code (as well as being
19298              faster than a true function call)
19299      Branch: perl
19300            ! doio.c locale.c op.c perl.c pp.c toke.c util.c
19301 ____________________________________________________________________________
19302 [ 23724] By: nicholas                              on 2005/01/01  17:15:58
19303         Log: Not all the world's a VAX, er ASCII, so don't make assumptions.
19304              Tweak is_gv_magical's string comparisons to produce smaller object
19305              code.
19306              First 2005 copyright notice.
19307      Branch: perl
19308            ! gv.c
19309 ____________________________________________________________________________
19310 [ 23723] By: nicholas                              on 2005/01/01  13:54:33
19311         Log: Change 23714 accidentally broke t/io/layers.t when testing with
19312              UTF8 locales and the -C flag. When UTF8 is flagged as enabled
19313              based on the locale, we have no perl space access to PL_utf8locale
19314              so assume for the moment that UTF8 is never conditionally enabled.
19315      Branch: perl
19316            ! t/io/layers.t
19317 ____________________________________________________________________________
19318 [ 23722] By: nicholas                              on 2004/12/31  23:04:47
19319         Log: Skip the switch statement entirely if the pointer is null, rather
19320              than the old pointless switch on '\0'. Also skip re-comparing the
19321              first character. Faster, and generates terser object code.
19322      Branch: perl
19323            ! pp.c
19324 ____________________________________________________________________________
19325 [ 23721] By: nicholas                              on 2004/12/31  22:46:25
19326         Log: Doing the strnEQ char by char for 2 and 3 character strings
19327              generates a smaller object file, and will be faster.
19328      Branch: perl
19329            ! doio.c
19330 ____________________________________________________________________________
19331 [ 23720] By: nicholas                              on 2004/12/31  21:41:25
19332         Log: Improve documentation for is_gv_magical, and split the switch
19333              statement into 2 parts, lengths > 1 and lengths <= 1
19334              This should cause most variables (lower case, multicharacter)
19335              to escape the function without passing through a switch table.
19336      Branch: perl
19337            ! gv.c
19338 ____________________________________________________________________________
19339 [ 23719] By: nicholas                              on 2004/12/31  21:02:59
19340         Log: Because name is always NUL terminated we can incorporate length
19341              0 names in the switch statement for length 1.
19342      Branch: perl
19343            ! gv.c
19344 ____________________________________________________________________________
19345 [ 23718] By: nicholas                              on 2004/12/31  20:25:52
19346         Log: Generate smaller object code by using a single switch statement
19347              for determining which names are forced into main::
19348      Branch: perl
19349            ! gv.c
19350 ____________________________________________________________________________
19351 [ 23717] By: nicholas                              on 2004/12/31  18:31:18
19352         Log: Tidy up comments in change 23716
19353      Branch: perl
19354            ! gv.c
19355 ____________________________________________________________________________
19356 [ 23716] By: nicholas                              on 2004/12/31  18:22:54
19357         Log: Refactor gv_fetchpv so that the overwhelmingly common case
19358              (variable names starting with a lower case letter or _, longer
19359              than one character) get out of the function very quickly.
19360              (Without even passing through a switch statement jump table)
19361              Also fixes bug 33631
19362      Branch: perl
19363            ! gv.c
19364 ____________________________________________________________________________
19365 [ 23715] By: nicholas                              on 2004/12/31  15:43:07
19366         Log: Subject: [PATCH] randbits and randfunc for VMS
19367              From: "Craig A. Berry" <craigberry@mac.com>
19368              Message-ID: <41D570BF.8010409@mac.com>
19369              Date: Fri, 31 Dec 2004 09:31:11 -0600
19370      Branch: perl
19371            ! configure.com
19372 ____________________________________________________________________________
19373 [ 23714] By: nicholas                              on 2004/12/31  13:14:18
19374         Log: Bug in t/io/layers.t spotted by Ignasi Roca Carrió
19375      Branch: perl
19376            ! AUTHORS t/io/layers.t
19377 ____________________________________________________________________________
19378 [ 23712] By: mhx                                   on 2004/12/30  18:29:02
19379         Log: Mention ppport.h and its --api-info switch in perlguts.
19380      Branch: perl
19381            ! pod/perlguts.pod
19382 ____________________________________________________________________________
19383 [ 23711] By: merijn                                on 2004/12/30  13:10:20
19384         Log: Subject: [PATCH] Allow Configure's d_attribut to be set from the command line
19385              From: Gisle Aas <gisle@ActiveState.com>
19386              Date: 30 Dec 2004 03:39:36 -0800
19387              Message-ID: <lrllbgypzb.fsf@caliper.activestate.com>
19388      Branch: perl
19389            ! Configure
19390 ____________________________________________________________________________
19391 [ 23708] By: nicholas                              on 2004/12/29  21:41:04
19392         Log: Thinko in the description of Config::Extensions
19393      Branch: perl
19394            ! MANIFEST
19395 ____________________________________________________________________________
19396 [ 23707] By: nicholas                              on 2004/12/29  21:25:29
19397         Log: Experimental module intended to simplify core regression tests
19398      Branch: perl
19399            + lib/Config/Extensions.pm lib/Config/Extensions.t
19400            ! MANIFEST
19401 ____________________________________________________________________________
19402 [ 23706] By: nicholas                              on 2004/12/29  21:24:30
19403         Log: Skip tests that binmode :utf8 if there is no perlio
19404      Branch: perl
19405            ! t/op/read.t
19406 ____________________________________________________________________________
19407 [ 23705] By: nicholas                              on 2004/12/29  21:04:43
19408         Log: Ooops. Fix unitialised variable
19409      Branch: perl
19410            ! pp_sys.c
19411 ____________________________________________________________________________
19412 [ 23704] By: nicholas                              on 2004/12/29  19:47:12
19413         Log: Oops. Forgot to uncomment the last set of Unicode values for
19414              testing.
19415      Branch: perl
19416            ! t/op/read.t
19417 ____________________________________________________________________________
19418 [ 23703] By: nicholas                              on 2004/12/29  19:00:12
19419         Log: read (and presuambly sysread) would expose the UTF8 internals when
19420              reading from a byte orientated file handle into a UTF8 scalar.
19421      Branch: perl
19422            ! pp_sys.c t/op/read.t
19423 ____________________________________________________________________________
19424 [ 23702] By: nicholas                              on 2004/12/29  17:20:29
19425         Log: Add a lot of tests for combinations of values, offsets and lengths
19426      Branch: perl
19427            ! t/op/read.t
19428 ____________________________________________________________________________
19429 [ 23701] By: nicholas                              on 2004/12/29  16:28:58
19430         Log: Convert op/read.t to use test.pl and make it stricture compliant.
19431      Branch: perl
19432            ! t/op/read.t
19433 ____________________________________________________________________________
19434 [ 23700] By: mhx                                   on 2004/12/29  13:46:36
19435         Log: Upgrade to Devel::PPPort 3.04
19436      Branch: perl
19437            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
19438            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
19439            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/inc/SvPV
19440            ! ext/Devel/PPPort/parts/inc/ppphbin
19441            ! ext/Devel/PPPort/parts/inc/ppphdoc
19442            ! ext/Devel/PPPort/parts/inc/ppphtest
19443 ____________________________________________________________________________
19444 [ 23696] By: merijn                                on 2004/12/29  12:41:14
19445         Log: Rebuilt after backport start for 23674, 23675, and 23676
19446      Branch: perl
19447            ! Configure
19448 ____________________________________________________________________________
19449 [ 23691] By: merijn                                on 2004/12/29  11:57:57
19450         Log: Subject: [PATCH] Cleanup ext/B tests for -w and to run separately
19451              Date: Tue, 28 Dec 2004 13:49:19 -0800
19452              From: Stephen McCamant <smcc@MIT.EDU>
19453              Message-ID: <16849.54495.424654.896889@apocalypse.OCF.Berkeley.EDU>
19454      Branch: perl
19455            ! ext/B/B/Terse.pm ext/B/t/asmdata.t ext/B/t/b.t
19456            ! ext/B/t/bblock.t ext/B/t/bytecode.t ext/B/t/concise.t
19457            ! ext/B/t/debug.t ext/B/t/deparse.t ext/B/t/f_map.t
19458            ! ext/B/t/f_sort.t ext/B/t/lint.t ext/B/t/o.t
19459            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
19460            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
19461            ! ext/B/t/optree_specials.t ext/B/t/optree_varinit.t
19462            ! ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
19463            ! ext/B/t/xref.t
19464 ____________________________________________________________________________
19465 [ 23688] By: nicholas                              on 2004/12/28  10:25:28
19466         Log: Make Config.t warnings and strictures clean
19467      Branch: perl
19468            ! lib/Config.t
19469 ____________________________________________________________________________
19470 [ 23683] By: nicholas                              on 2004/12/27  16:03:59
19471         Log: Subject: [patch sv.c] comment fix
19472              From: Stas Bekman <stas@stason.org>
19473              Message-ID: <41CF50FE.5070307@stason.org>
19474              Date: Sun, 26 Dec 2004 19:02:06 -0500
19475      Branch: perl
19476            ! sv.c
19477 ____________________________________________________________________________
19478 [ 23682] By: nicholas                              on 2004/12/27  15:48:24
19479         Log: Add investigating self tie segfaults to the TODO
19480      Branch: perl
19481            ! pod/perltodo.pod
19482 ____________________________________________________________________________
19483 [ 23681] By: rgs                                   on 2004/12/24  13:51:59
19484         Log: Subject: [perl #33173] shellwords.pl and tainting
19485              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
19486              Date: 24 Dec 2004 00:14:19 -0000
19487              Message-ID: <rt-3.0.11-33173-103504.3.54366755060383@perl.org>
19488      Branch: perl
19489            ! lib/shellwords.pl
19490 ____________________________________________________________________________
19491 [ 23680] By: rgs                                   on 2004/12/24  13:42:08
19492         Log: Subject: Missign STATEMENT brackets in PUSHMARK
19493              From: perl5-porters@ton.iguana.be (Ton Hospel)
19494              Date: Thu, 23 Dec 2004 17:55:13 +0000 (UTC)
19495              Message-Id: <cqf0q1$9cc$1@post.home.lunix>
19496      Branch: perl
19497            ! pp.h
19498 ____________________________________________________________________________
19499 [ 23679] By: nicholas                              on 2004/12/24  10:33:32
19500         Log: Don't do the ... expansion on archlib, sitelib etc, given that
19501              everyone should already be using archlibext etc
19502              Add the extra special case code for otherlibdirs
19503      Branch: perl
19504            ! configpm
19505 ____________________________________________________________________________
19506 [ 23678] By: rgs                                   on 2004/12/24  08:57:56
19507         Log: Subject: Re: [patch perlapi doc] sv_magic
19508              From: Stas Bekman <stas@stason.org>
19509              Date: Thu, 23 Dec 2004 16:28:06 -0500
19510              Message-ID: <41CB3866.1080307@stason.org>
19511      Branch: perl
19512            ! pod/perlapi.pod sv.c
19513 ____________________________________________________________________________
19514 [ 23677] By: nicholas                              on 2004/12/24  08:54:58
19515         Log: Subject: [PATCH] Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha/4 cpu)
19516              From: "Craig A. Berry" <craigberry@mac.com>
19517              Message-ID: <41CB6BD1.8030207@mac.com>
19518              Date: Thu, 23 Dec 2004 19:07:29 -0600
19519      Branch: perl
19520            ! configure.com
19521 ____________________________________________________________________________
19522 [ 23676] By: nicholas                              on 2004/12/23  23:15:24
19523         Log: Bother. It helps if you also propagate the new entry to config.sh
19524      Branch: perl
19525            ! Configure
19526 ____________________________________________________________________________
19527 [ 23675] By: nicholas                              on 2004/12/23  22:14:42
19528         Log: Oops. You can't add new entries to config_h.SH without making some
19529              sort of corresponding defined/undefined value in config.sh somehow.
19530      Branch: perl
19531            ! Configure
19532 ____________________________________________________________________________
19533 [ 23674] By: nicholas                              on 2004/12/23  21:38:59
19534         Log: Relocatable @INC entries for Unix.
19535              (With appropriate fixups in Config.pm to complete the illusion)
19536              Currently can only be enabled with hackery to config.sh
19537              TODO - proper Configure support, and support for otherlibdirs in
19538              Config.pm
19539      Branch: perl
19540            ! Porting/Glossary config_h.SH configpm embed.fnc embed.h perl.c
19541            ! proto.h
19542 ____________________________________________________________________________
19543 [ 23673] By: merijn                                on 2004/12/23  21:04:37
19544         Log: 23669 was not such a good idea. More research needed.
19545      Branch: perl
19546            ! config_h.SH
19547 ____________________________________________________________________________
19548 [ 23672] By: rgs                                   on 2004/12/23  17:21:37
19549         Log: The "Setuid script not plain file" error wasn't documented.
19550      Branch: perl
19551            ! pod/perldiag.pod
19552 ____________________________________________________________________________
19553 [ 23671] By: rgs                                   on 2004/12/23  15:21:58
19554         Log: Subject: [PATCH] Data::Dumper Freezer fixes
19555              From: Sam Tregar <sam@tregar.com>
19556              Date: Sun, 19 Dec 2004 14:40:25 -0500 (EST)
19557              Message-ID: <Pine.LNX.4.61.0412191434490.7660@hillmont.dreamhost.com>
19558
19559              and bump Data::Dumper's VERSION
19560      Branch: perl
19561            + ext/Data/Dumper/t/freezer.t
19562            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
19563 ____________________________________________________________________________
19564 [ 23670] By: nicholas                              on 2004/12/22  23:15:07
19565         Log: Fix typo
19566      Branch: perl
19567            ! ext/Storable/Storable.xs
19568 ____________________________________________________________________________
19569 [ 23669] By: merijn                                on 2004/12/22  20:16:53
19570         Log: Just to re-sync with metaconfig output. No real changes.
19571      Branch: perl
19572            ! config_h.SH
19573 ____________________________________________________________________________
19574 [ 23668] By: rgs                                   on 2004/12/22  08:46:21
19575         Log: Move the definition of the S_procself_val() function before
19576              the point where it's used
19577      Branch: perl
19578            ! perl.c
19579 ____________________________________________________________________________
19580 [ 23667] By: nicholas                              on 2004/12/21  20:56:58
19581         Log: Move the setting of $^X ahead of the initialisation of @INC
19582      Branch: perl
19583            ! perl.c
19584 ____________________________________________________________________________
19585 [ 23666] By: nicholas                              on 2004/12/21  20:31:57
19586         Log: $#a>>=1 relies on malloc wrap to avoid the segfault, so need to
19587              skip the test on platforms where it's not available
19588      Branch: perl
19589            ! t/op/bop.t
19590 ____________________________________________________________________________
19591 [ 23663] By: nicholas                              on 2004/12/21  11:58:53
19592         Log: Note that the shell's test uses eq etc for numbers, = etc for
19593              strings, the reverse of Perl, which is definitely a trap.
19594              Spotted by Alexei Alexandrov.
19595      Branch: perl
19596            ! AUTHORS pod/perltrap.pod
19597 ____________________________________________________________________________
19598 [ 23662] By: merijn                                on 2004/12/20  13:38:45
19599         Log: Subject: [PATCH] AUTHORS
19600              From: Tels <nospam-abuse@bloodgate.com>
19601              Date: Sun, 19 Dec 2004 14:28:44 +0100
19602              Message-Id: <200412191428.45898@bloodgate.com>
19603      Branch: perl
19604            ! AUTHORS
19605 ____________________________________________________________________________
19606 [ 23661] By: rgs                                   on 2004/12/17  09:08:23
19607         Log: Subject: Re: [perl #32717] BeOS specific Updates
19608              From: bonefish@cs.tu-berlin.de
19609              Date: Fri, 17 Dec 2004 01:17:40 +0100
19610              Message-Id: <20041217011740.14398.1@cs.tu-berlin.de>
19611      Branch: perl
19612            - beos/beos_flock_server.cpp beos/beos_flock_server.h
19613            ! MANIFEST Makefile.SH README.beos beos/beos.c beos/beosish.h
19614            ! hints/beos.sh
19615 ____________________________________________________________________________
19616 [ 23660] By: rgs                                   on 2004/12/16  16:09:20
19617         Log: Subject: [PATCH] bop.t follow-up to #23645
19618              From: "Craig A. Berry" <craigberry@mac.com>
19619              Date: Thu, 16 Dec 2004 08:53:32 -0600
19620              Message-ID: <41C1A16C.9040700@mac.com>
19621      Branch: perl
19622            ! t/op/bop.t
19623 ____________________________________________________________________________
19624 [ 23659] By: rgs                                   on 2004/12/16  16:05:49
19625         Log: Subject: Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]
19626              From: Andy Dougherty <doughera@lafayette.edu>
19627              Date: Thu, 16 Dec 2004 09:57:44 -0500 (EST)
19628              Message-ID: <Pine.SOL.4.58.0412160953470.20202@maxwell.phys.lafayette.edu>
19629      Branch: perl
19630            ! ext/POSIX/Makefile.PL
19631 ____________________________________________________________________________
19632 [ 23658] By: rgs                                   on 2004/12/16  15:58:06
19633         Log: Two pod2html patches from Dave Sparks :
19634
19635              Fix anchors for some function names
19636              Subject: pod2html fragment fix [PATCH]
19637              From: Gisle Aas <gisle@ActiveState.com>
19638              Date: 11 Nov 2004 14:36:46 +0100
19639              Message-ID: <lrk6sso6c1.fsf@caliper.activestate.com>
19640
19641              Subject: Make 'pod2html --quiet' be quiet [PATCH]
19642              From: Gisle Aas <gisle@ActiveState.com>
19643              Date: 11 Nov 2004 15:19:58 +0100
19644              Message-ID: <lrbre4o4c1.fsf@caliper.activestate.com>
19645      Branch: perl
19646            ! lib/Pod/Html.pm
19647 ____________________________________________________________________________
19648 [ 23657] By: rgs                                   on 2004/12/16  15:43:02
19649         Log: Pod::Html is not part of the podlators distribution
19650      Branch: perl
19651            ! Porting/Maintainers.pl
19652 ____________________________________________________________________________
19653 [ 23656] By: rgs                                   on 2004/12/15  16:39:29
19654         Log: Security fix from Debian in the debugger (in the setterm()
19655              function), from:
19656              Subject: Re: Security patch from Debian?
19657              From: Brendan O'Dea <bod@debian.org>
19658              Date: Thu, 2 Dec 2004 13:42:17 +1100
19659              Message-ID: <20041202024217.GA12670@londo.c47.org>
19660      Branch: perl
19661            ! lib/perl5db.pl
19662 ____________________________________________________________________________
19663 [ 23655] By: rgs                                   on 2004/12/15  15:14:05
19664         Log: A couple of SCO compilation patches
19665
19666              Subject: [perl #3097] Re: SCO5 XS dyn loading fails
19667              From: "Ilya N. Golubev" <gin@mo.msk.ru>
19668              Date: Tue, 14 Dec 2004 22:37:27 +0300
19669              Message-ID: <028941bf40f648-gin@mo.msk.ru>
19670
19671              Subject: Re: [perl #3100] NaN passed to gcvt [PATCH]
19672              From: Andy Dougherty <doughera@lafayette.edu>
19673              Date: Wed, 15 Dec 2004 10:29:22 -0500 (EST)
19674              Message-ID: <Pine.SOL.4.58.0412150956360.3441@maxwell.phys.lafayette.edu>
19675      Branch: perl
19676            ! hints/sco.sh
19677 ____________________________________________________________________________
19678 [ 23654] By: rgs                                   on 2004/12/15  13:16:06
19679         Log: Upgrade to Test::Simple 0.54
19680      Branch: perl
19681            + lib/Test/Simple/t/is_fh.t
19682            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
19683            ! lib/Test/Simple.pm lib/Test/Simple/Changes
19684            ! lib/Test/Simple/t/details.t lib/Test/Simple/t/fail-more.t
19685            ! lib/Test/Simple/t/harness_active.t
19686            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/maybe_regex.t
19687            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/sort_bug.t
19688            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/undef.t
19689 ____________________________________________________________________________
19690 [ 23653] By: rgs                                   on 2004/12/15  12:43:37
19691         Log: Upgrade to ExtUtils::MakeMaker 6.25
19692      Branch: perl
19693            + lib/ExtUtils/t/dir_target.t
19694            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
19695            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Liblist/Kid.pm
19696            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
19697            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
19698            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
19699            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
19700            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
19701            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
19702            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
19703            ! lib/ExtUtils/NOTES lib/ExtUtils/README lib/ExtUtils/instmodsh
19704            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST_PREFIX.t
19705            ! lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/MM_Unix.t
19706            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/hints.t
19707            ! lib/ExtUtils/t/oneliner.t lib/ExtUtils/t/parse_version.t
19708            ! lib/ExtUtils/t/prereq_print.t lib/ExtUtils/t/split_command.t
19709 ____________________________________________________________________________
19710 [ 23652] By: rgs                                   on 2004/12/14  16:22:42
19711         Log: Fix for [perl #32491] h2xs incorrectly parses enums with implicit values
19712      Branch: perl
19713            ! utils/h2xs.PL
19714 ____________________________________________________________________________
19715 [ 23651] By: rgs                                   on 2004/12/14  12:17:25
19716         Log: Subject: Re: B::walkoptree segfaults
19717              From: Alexey Tourbin <at@altlinux.ru>
19718              Date: Fri, 3 Dec 2004 05:06:49 +0300
19719              Message-ID: <20041203020649.GD3898@solemn.turbinal.org>
19720      Branch: perl
19721            ! ext/B/B.pm
19722 ____________________________________________________________________________
19723 [ 23650] By: rgs                                   on 2004/12/14  11:21:53
19724         Log: Make Sys::Syslog stricture-compliant
19725      Branch: perl
19726            ! ext/Sys/Syslog/Syslog.pm
19727 ____________________________________________________________________________
19728 [ 23649] By: rgs                                   on 2004/12/14  10:35:57
19729         Log: Allow escaping %m as %%m in Sys::Syslog format strings
19730              (suggested by Joshua Richardson <jric@yahoo-inc.com>
19731              and Yitzchak Scott-Thoennes)
19732      Branch: perl
19733            ! ext/Sys/Syslog/Syslog.pm
19734 ____________________________________________________________________________
19735 [ 23648] By: rgs                                   on 2004/12/14  10:22:48
19736         Log: Subject: [perl #24343] [PATCH] -w vs. -s
19737              From: "Steve Peters via RT" <perlbug-followup@perl.org>
19738              Date: 14 Dec 2004 06:41:34 -0000
19739              Message-ID: <rt-3.0.11-24343-103027.13.3005637364295@perl.org>
19740      Branch: perl
19741            ! pod/perlrun.pod
19742 ____________________________________________________________________________
19743 [ 23647] By: merijn                                on 2004/12/14  07:51:43
19744         Log: Subject: [perl #3274] [PATCH] Documentation for utime should be improved
19745              Date: 14 Dec 2004 06:29:23 -0000
19746              From: "Steve Peters via RT" <perlbug-followup@perl.org>
19747              Message-ID: <rt-3.0.11-3274-103026.2.21000805211489@perl.org>
19748      Branch: perl
19749            ! pod/perlfaq5.pod
19750 ____________________________________________________________________________
19751 [ 23646] By: rgs                                   on 2004/12/14  07:41:08
19752         Log: Fix test added in change 23645 with an eval()
19753      Branch: perl
19754            ! t/op/bop.t
19755 ____________________________________________________________________________
19756 [ 23645] By: rgs                                   on 2004/12/14  07:28:57
19757         Log: Test patch for already-solved bug #33003,
19758              by Michael G Schwern.
19759      Branch: perl
19760            ! t/op/bop.t
19761 ____________________________________________________________________________
19762 [ 23644] By: steveh                                on 2004/12/13  17:26:46
19763         Log: Document gv_stashpvn
19764
19765              This is already in the API supported by Devel::PPPort, and is
19766              more efficient than gv_stashpv if the length is already known.
19767      Branch: perl
19768            ! embed.fnc gv.c pod/perlapi.pod
19769 ____________________________________________________________________________
19770 [ 23643] By: rgs                                   on 2004/12/13  10:02:57
19771         Log: Subject: [PATCH] FileCache without import
19772              From: Michael G Schwern <schwern@pobox.com>
19773              Date: Sat, 11 Dec 2004 18:58:32 -0500
19774              Message-ID: <20041211235832.GA13462@windhund.schwern.org>
19775      Branch: perl
19776            + lib/FileCache/t/07noimport.t
19777            ! MANIFEST lib/FileCache.pm
19778 ____________________________________________________________________________
19779 [ 23642] By: rgs                                   on 2004/12/13  09:54:23
19780         Log: Subject: [PATCH] perlipc typo
19781              From: Brendan O'Dea <bod@debian.org>
19782              Date: Sun, 12 Dec 2004 10:25:04 +1100
19783              Message-ID: <20041211232504.GA8380@londo.c47.org>
19784      Branch: perl
19785            ! pod/perlipc.pod
19786 ____________________________________________________________________________
19787 [ 23641] By: rgs                                   on 2004/12/13  09:41:21
19788         Log: Subject: [PATCH] t/op/taint.t follow-up to #23635
19789              From: "Craig A. Berry" <craigberry@mac.com>
19790              Date: Sat, 11 Dec 2004 11:03:57 -0600
19791              Message-ID: <41BB287D.6090001@mac.com>
19792      Branch: perl
19793            ! t/op/taint.t
19794 ____________________________________________________________________________
19795 [ 23640] By: rgs                                   on 2004/12/13  08:39:34
19796         Log: Subject: Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]
19797              From: Gisle Aas <gisle@ActiveState.com>
19798              Date: 11 Dec 2004 02:57:19 -0800
19799              Message-ID: <lrr7lxje5s.fsf_-_@caliper.activestate.com>
19800      Branch: perl
19801            ! utf8.c
19802 ____________________________________________________________________________
19803 [ 23639] By: rgs                                   on 2004/12/10  22:02:52
19804         Log: Subject: [PATCH] Re: [perl #2562] wantarray fails in END, INIT, and CHECK blocks
19805              From: mjtg@cam.ac.uk (Mike Guy)
19806              Date: Fri, 10 Dec 2004 19:08:01 +0000
19807              Message-ID: <E1Ccq7V-00057s-9s@virgo.cus.cam.ac.uk>
19808      Branch: perl
19809            ! pod/perlfunc.pod
19810 ____________________________________________________________________________
19811 [ 23638] By: steveh                                on 2004/12/10  14:58:59
19812         Log: Fix Win32 breakage caused by change 23610
19813
19814              Simply skip the offending tests on Win32.  There is no sense in testing
19815              that $Config dir entries appear in @INC because the $Config entries
19816              relate to where perl.exe will be installed (as per INST_DRV/INST_TOP in
19817              win32/Makefile), whereas @INC entries are dynamic, based on where
19818              perlXX.dll is currently located.
19819      Branch: perl
19820            ! lib/Config.t
19821 ____________________________________________________________________________
19822 [ 23637] By: rgs                                   on 2004/12/10  10:17:47
19823         Log: Pod nit ([perl #32800])
19824      Branch: perl
19825            ! pod/perlfunc.pod
19826 ____________________________________________________________________________
19827 [ 23636] By: rgs                                   on 2004/12/10  10:02:12
19828         Log: Subject: [PATCH] Test rt.perl.org 5900
19829              From: Michael G Schwern <schwern@pobox.com>
19830              Date: Thu, 9 Dec 2004 22:11:59 -0500
19831              Message-ID: <20041210031159.GA7629@windhund.schwern.org>
19832      Branch: perl
19833            ! t/op/taint.t
19834 ____________________________________________________________________________
19835 [ 23635] By: rgs                                   on 2004/12/10  09:51:44
19836         Log: Subject: [PATCH] cleanup t/op/taint.t
19837              From: Michael G Schwern <schwern@pobox.com>
19838              Date: Fri, 10 Dec 2004 02:04:49 -0500
19839              Message-ID: <20041210070448.GA22347@windhund.schwern.org>
19840
19841              Subject: [PATCH] Add todo_skip() to test.pl
19842              From: Michael G Schwern <schwern@pobox.com>
19843              Date: Fri, 10 Dec 2004 04:27:06 -0500
19844              Message-ID: <20041210092706.GA23378@windhund.schwern.org>
19845      Branch: perl
19846            ! t/op/taint.t t/test.pl
19847 ____________________________________________________________________________
19848 [ 23634] By: nicholas                              on 2004/12/09  22:51:03
19849         Log: Evade using @ in the 1 liner with some perl 1 syntax.
19850      Branch: perl
19851            ! lib/Config.t
19852 ____________________________________________________________________________
19853 [ 23633] By: rgs                                   on 2004/12/09  18:50:16
19854         Log: Subject: RE: [PATCH perl.h toke.c utf8.c] minor format clean up
19855              From: Robin Barker <Robin.Barker@npl.co.uk>
19856              Date: Wed, 1 Dec 2004 15:15:44 -0000
19857              Message-ID: <533D273D4014D411AB1D00062938C4D90849C521@hotel.npl.co.uk>
19858      Branch: perl
19859            ! perl.h
19860 ____________________________________________________________________________
19861 [ 23632] By: rgs                                   on 2004/12/09  17:12:12
19862         Log: Subject: UTF8_ALLOW_ANYUV should not allow overlong sequences [PATCH]
19863              From: Gisle Aas <gisle@activestate.com>
19864              Date: 06 Dec 2004 02:59:24 -0800
19865              Message-ID: <lrmzwrae0j.fsf_-_@caliper.activestate.com>
19866      Branch: perl
19867            ! utf8.h
19868 ____________________________________________________________________________
19869 [ 23631] By: rgs                                   on 2004/12/09  16:03:01
19870         Log: Subject: [PATCH] :encoding(utf8) broken in perl-5.8.6
19871              From: Gisle Aas <gisle@ActiveState.com>
19872              Date: 03 Dec 2004 06:09:19 -0800
19873              Message-ID: <lrllcfeank.fsf_-_@caliper.activestate.com>
19874      Branch: perl
19875            ! ext/PerlIO/t/encoding.t
19876 ____________________________________________________________________________
19877 [ 23630] By: rgs                                   on 2004/12/09  15:49:07
19878         Log: Upgrade to perldoc 3.14
19879      Branch: perl
19880            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
19881 ____________________________________________________________________________
19882 [ 23629] By: rgs                                   on 2004/12/09  09:57:42
19883         Log: Fix test to cope with the previous h2ph change.
19884      Branch: perl
19885            ! t/lib/h2ph.pht
19886 ____________________________________________________________________________
19887 [ 23628] By: rgs                                   on 2004/12/08  16:50:30
19888         Log: Subject: [perl #32962] h2ph - use of local() in generated code
19889              From: Peter.Dintelmann@dresdner-bank.com (via RT)
19890              Date: 8 Dec 2004 15:49:32 -0000
19891              Message-ID: <rt-3.0.11-32962-102394.11.065973521948@perl.org>
19892      Branch: perl
19893            ! utils/h2ph.PL
19894 ____________________________________________________________________________
19895 [ 23627] By: rgs                                   on 2004/12/08  16:19:38
19896         Log: Subject: [PATCH] Re: [perl #32949] FileCache only works in "main" package
19897              From: "Jos I. Boumans" <kane@xs4all.net>
19898              Date: Wed, 8 Dec 2004 14:24:19 +0100
19899              Message-Id: <7728A4F5-491C-11D9-9CA3-000A95EF62E2@xs4all.net>
19900      Branch: perl
19901            + lib/FileCache/t/06export.t
19902            ! MANIFEST lib/FileCache.pm
19903 ____________________________________________________________________________
19904 [ 23626] By: nicholas                              on 2004/12/07  23:39:46
19905         Log: Avoid getting the stash name twice (at least visually, if not also
19906              in the generated code)
19907      Branch: perl
19908            ! sv.c
19909 ____________________________________________________________________________
19910 [ 23624] By: rgs                                   on 2004/12/07  18:26:48
19911         Log: Upgrade to Encode 2.09
19912      Branch: perl
19913            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
19914            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.xs
19915            ! ext/Encode/t/Encode.t ext/Encode/t/fallback.t
19916 ____________________________________________________________________________
19917 [ 23623] By: nicholas                              on 2004/12/07  15:27:09
19918         Log: Revert part of the change to gv_fullname4(), as the change seems to
19919              be fractionally slower. Re-investigation prompted by a comment from
19920              Tim Bunce, who seems to be more on the ball than I am.
19921      Branch: perl
19922            ! gv.c
19923 ____________________________________________________________________________
19924 [ 23622] By: steveh                                on 2004/12/07  10:50:26
19925         Log: Update AUTHORS (for changes #23200 and #23621)
19926      Branch: perl
19927            ! AUTHORS
19928 ____________________________________________________________________________
19929 [ 23621] By: steveh                                on 2004/12/07  10:35:59
19930         Log: Updates to README.win32 (aka perlwin32), with some changes.
19931
19932              Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free)
19933              From: Max Maischein <corion@corion.net>
19934              Date: Sun, 05 Dec 2004 19:39:40 +0100
19935              Message-ID: <41B355EC.9010505@corion.net>
19936      Branch: perl
19937            ! README.win32
19938 ____________________________________________________________________________
19939 [ 23620] By: rgs                                   on 2004/12/06  22:22:11
19940         Log: Upgrade to Term::ANSIColor 1.09
19941      Branch: perl
19942            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
19943            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
19944 ____________________________________________________________________________
19945 [ 23619] By: rgs                                   on 2004/12/06  21:54:55
19946         Log: Small addition to perlsec by Stas Bekman.
19947      Branch: perl
19948            ! pod/perlsec.pod
19949 ____________________________________________________________________________
19950 [ 23618] By: steveh                                on 2004/12/06  15:54:30
19951         Log: Fix another Win32 breakage caused by change 23554
19952      Branch: perl
19953            ! t/win32/system.t
19954 ____________________________________________________________________________
19955 [ 23617] By: nicholas                              on 2004/12/06  15:35:39
19956         Log: Break out setting $^X into its own static function S_set_caret_X
19957      Branch: perl
19958            ! perl.c
19959 ____________________________________________________________________________
19960 [ 23616] By: steveh                                on 2004/12/06  14:42:32
19961         Log: Fix typo from change 23554 which screwed up Windows smokes
19962      Branch: perl
19963            ! win32/Makefile
19964 ____________________________________________________________________________
19965 [ 23615] By: nicholas                              on 2004/12/06  14:39:59
19966         Log: sanity check the arguments to runperl(), to try to avoid it
19967              hanging waiting on STDIN for a script.
19968      Branch: perl
19969            ! t/test.pl
19970 ____________________________________________________________________________
19971 [ 23614] By: nicholas                              on 2004/12/06  13:41:45
19972         Log: Remove spurious semicolons
19973              (As these 2 are spare, I guess I should send them to Mark Rhodes
19974              (former office mate) as he often said that he kept mislaying his)
19975      Branch: perl
19976            ! gv.h
19977 ____________________________________________________________________________
19978 [ 23613] By: nicholas                              on 2004/12/06  13:10:24
19979         Log: Tests for Config.pm much better now - toDONE
19980      Branch: perl
19981            ! pod/perltodo.pod
19982 ____________________________________________________________________________
19983 [ 23612] By: nicholas                              on 2004/12/06  13:01:36
19984         Log: Turn gv_fullname3 and gv_efullname3 into macros that call
19985              gv_fullname4 and gv_efullname4 directly, saving overhead.
19986      Branch: perl
19987            ! embed.fnc embed.h gv.h proto.h
19988 ____________________________________________________________________________
19989 [ 23611] By: merijn                                on 2004/12/06  12:00:10
19990         Log: New Itanium servers
19991      Branch: perl
19992            ! README.hpux
19993 ____________________________________________________________________________
19994 [ 23610] By: nicholas                              on 2004/12/06  10:35:00
19995         Log: Check that @INC entries and %Config path entries are consistent.
19996      Branch: perl
19997            ! lib/Config.t
19998 ____________________________________________________________________________
19999 [ 23609] By: nicholas                              on 2004/12/03  22:17:32
20000         Log: gv_fullname4() can get rid of the main:: for us.
20001              (well, actually, it never puts it in)
20002      Branch: perl
20003            ! op.c
20004 ____________________________________________________________________________
20005 [ 23608] By: rgs                                   on 2004/12/03  21:51:45
20006         Log: $foo::_ was wrongly forced as $main::_.
20007              Since we still want "our $_" to be always forced to $main::_,
20008              deplace the forcing code at our-pad allocation time.
20009              (Making execution probably a tiny bit faster)
20010      Branch: perl
20011            ! gv.c op.c t/op/mydef.t
20012 ____________________________________________________________________________
20013 [ 23607] By: nicholas                              on 2004/12/03  20:38:37
20014         Log: Remove double checking of acceptable switches on tr/// ops.
20015      Branch: perl
20016            ! toke.c
20017 ____________________________________________________________________________
20018 [ 23606] By: nicholas                              on 2004/12/03  20:07:31
20019         Log: use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)
20020              The latter gives larger code, is less clear and can't be any faster
20021      Branch: perl
20022            ! perl.c toke.c
20023 ____________________________________________________________________________
20024 [ 23605] By: nicholas                              on 2004/12/03  18:56:31
20025         Log: Small code tidy up in gv_fullname4
20026      Branch: perl
20027            ! gv.c
20028 ____________________________________________________________________________
20029 [ 23604] By: nicholas                              on 2004/12/03  18:26:43
20030         Log: There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)
20031              They seem to produce slightly smaller object code too.
20032      Branch: perl
20033            ! gv.c
20034 ____________________________________________________________________________
20035 [ 23603] By: nicholas                              on 2004/12/03  17:02:43
20036         Log: Fix a typo in an assert(). It helps to compile with -DDEBUGGING
20037      Branch: perl
20038            ! perl.c
20039 ____________________________________________________________________________
20040 [ 23602] By: nicholas                              on 2004/12/03  15:50:15
20041         Log: Pull out the duplicateded push @INC, $_ if -e $_ code from
20042              S_pushinc into a new function S_pushinc_if_exists
20043              Avoid the SV copy when pushing onto @INC by creating a new scratch
20044              SV each time a push is done.
20045      Branch: perl
20046            ! perl.c
20047 ____________________________________________________________________________
20048 [ 23601] By: nicholas                              on 2004/12/02  22:35:34
20049         Log: Subject: [PATCH] configure.com: no more CONFIG=true
20050              From: "Craig A. Berry" <craigberry@mac.com>
20051              Message-ID: <41AF87BA.1080108@mac.com>
20052              Date: Thu, 02 Dec 2004 15:23:06 -0600
20053      Branch: perl
20054            ! configure.com
20055 ____________________________________________________________________________
20056 [ 23598] By: nicholas                              on 2004/12/01  23:13:32
20057         Log: 2 new BeOS files were missing
20058      Branch: perl
20059            ! MANIFEST
20060 ____________________________________________________________________________
20061 [ 23592] By: nicholas                              on 2004/12/01  18:54:14
20062         Log: Subject: [PATCH] Makefile.SH: de-parallelise mktables
20063              From: Jarkko Hietaniemi <jhi@iki.fi>
20064              Message-ID: <41ADFD95.4030007@iki.fi>
20065              Date: Wed, 01 Dec 2004 19:21:25 +0200
20066      Branch: perl
20067            ! Makefile.SH
20068 ____________________________________________________________________________
20069 [ 23588] By: nicholas                              on 2004/12/01  16:52:45
20070         Log: &test in constant.t is vestigial, so amputate it.
20071      Branch: perl
20072            ! lib/constant.t
20073 ____________________________________________________________________________
20074 [ 23587] By: nicholas                              on 2004/12/01  16:35:10
20075         Log: Tidy up the reference name stringification to save getting the
20076              hash name twice. Pleasant side effect is 44 byte smaller object
20077              file. (A small win is still a win)
20078      Branch: perl
20079            ! sv.c
20080 ____________________________________________________________________________
20081 [ 23584] By: merijn                                on 2004/12/01  13:44:24
20082         Log: Subject: [perl #32717] BeOS specific Updates
20083              Date: 30 Nov 2004 15:38:32 -0000
20084              From: Ingo Weinhold (via RT) <perlbug-followup@perl.org>
20085              Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org>
20086      Branch: perl
20087            + beos/beos_flock_server.cpp beos/beos_flock_server.h
20088            ! beos/beos.c beos/beosish.h ext/Errno/Errno_pm.PL
20089            ! ext/File/Glob/t/basic.t hints/beos.sh lib/ExtUtils/t/MM_BeOS.t
20090            ! lib/Tie/File/t/16_handle.t perl.c t/op/magic.t
20091 ____________________________________________________________________________
20092 [ 23583] By: merijn                                on 2004/12/01  13:29:18
20093         Log: Subject: [PATCH] add -I../lib to VMS build to find Config_heavy.pl
20094              Date: Wed, 01 Dec 2004 07:24:45 -0600
20095              From: "Craig A. Berry" <craigberry@mac.com>
20096              Message-ID: <41ADC61D.8010407@mac.com>
20097      Branch: perl
20098            ! vms/descrip_mms.template
20099 ____________________________________________________________________________
20100 [ 23581] By: rgs                                   on 2004/12/01  13:01:55
20101         Log: MANIFEST.SKIP is missing from the list of files that come
20102              with MakeMaker
20103      Branch: perl
20104            ! Porting/Maintainers.pl
20105 ____________________________________________________________________________
20106 [ 23577] By: nicholas                              on 2004/11/30  16:40:06
20107         Log: Add placeholders for the new strlcat and strlcpy entries in
20108              config.sh, to ensure that the config.h generated for cross-
20109              compilation will still work.
20110      Branch: perl
20111            ! Cross/config.sh-arm-linux
20112 ____________________________________________________________________________
20113 [ 23575] By: nicholas                              on 2004/11/30  15:32:17
20114         Log: Let pod/buildtoc resort the MANIFEST the way it wants it
20115      Branch: perl
20116            ! MANIFEST
20117 ____________________________________________________________________________
20118 [ 23574] By: nicholas                              on 2004/11/30  15:31:14
20119         Log: Add perl586delta.pod to all the necessary makefiles and tables of
20120              contents.
20121      Branch: perl
20122            ! pod.lst pod/perl.pod pod/perltoc.pod vms/descrip_mms.template
20123            ! win32/pod.mak
20124 ____________________________________________________________________________
20125 [ 23571] By: merijn                                on 2004/11/30  15:11:01
20126         Log: Subject: Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)
20127              Date: Tue, 30 Nov 2004 09:29:06 -0600
20128              From: Steve Peters <steve@fisharerojo.org>
20129              Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org>
20130      Branch: perl
20131            ! hints/openbsd.sh
20132 ____________________________________________________________________________
20133 [ 23570] By: nicholas                              on 2004/11/30  14:57:53
20134         Log: Integrate perlhist entries for 5.8.6 and its perldelta to blead
20135      Branch: perl
20136           +> pod/perl586delta.pod
20137            ! MANIFEST
20138           !> pod/perlhist.pod
20139 ____________________________________________________________________________
20140 [ 23568] By: rgs                                   on 2004/11/30  13:02:16
20141         Log: Protection against trailing spaces in embed.fnc
20142      Branch: perl
20143            ! autodoc.pl embed.pl
20144 ____________________________________________________________________________
20145 [ 23567] By: rgs                                   on 2004/11/30  12:57:30
20146         Log: Remove trailing whitespace that found their way in the docs
20147              (spotted by Stas Bekman)
20148      Branch: perl
20149            ! embed.fnc pod/perlapi.pod proto.h
20150 ____________________________________________________________________________
20151 [ 23566] By: rgs                                   on 2004/11/29  12:30:31
20152         Log: Upgrade to Test::Simple 0.53
20153      Branch: perl
20154            + lib/Test/Simple/t/circular_data.t
20155            + lib/Test/Simple/t/overload_threads.t
20156            + lib/Test/Simple/t/plan_bad.t
20157            + lib/Test/Simple/t/plan_shouldnt_import.t
20158            + lib/Test/Simple/t/require_ok.t lib/Test/Simple/t/sort_bug.t
20159            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
20160            ! lib/Test/Simple.pm lib/Test/Simple/Changes
20161            ! lib/Test/Simple/README lib/Test/Simple/TODO
20162            ! lib/Test/Simple/t/00signature.t lib/Test/Simple/t/More.t
20163            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/fail_one.t
20164            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/overload.t
20165            ! lib/Test/Simple/t/todo.t t/lib/TieOut.pm
20166 ____________________________________________________________________________
20167 [ 23564] By: nicholas                              on 2004/11/28  16:13:56
20168         Log: Skip generating all the code to deal with "" strings in config.sh
20169              if there aren't any. '' only code is much simpler.
20170      Branch: perl
20171            ! configpm
20172 ____________________________________________________________________________
20173 [ 23563] By: nicholas                              on 2004/11/28  15:00:15
20174         Log: Given that there is a pre-built cache, no need for @v_fast
20175      Branch: perl
20176            ! configpm
20177 ____________________________________________________________________________
20178 [ 23562] By: nicholas                              on 2004/11/28  13:56:30
20179         Log: The byteorder code doesn't need to be in Config.pm if byteorder
20180              isn't actually a frequently looked up value.
20181      Branch: perl
20182            ! configpm
20183 ____________________________________________________________________________
20184 [ 23561] By: nicholas                              on 2004/11/28  13:20:39
20185         Log: Need to stub the public functions to keep some existing code
20186              working.
20187              No need to keep $Config_SH around in memory when we can easily
20188              re-create it.
20189      Branch: perl
20190            ! configpm
20191 ____________________________________________________________________________
20192 [ 23558] By: nicholas                              on 2004/11/27  23:06:41
20193         Log: Generate the precached %Config entries based on some empirical
20194              data, rather than just guesswork.
20195      Branch: perl
20196            ! Makefile.SH configpm
20197 ____________________________________________________________________________
20198 [ 23557] By: nicholas                              on 2004/11/27  21:26:42
20199         Log: Subject: [PATCH] Re: getting Config.pm on a diet
20200              From: "Craig A. Berry" <craigberry@mac.com>
20201              Message-ID: <41A8F225.7080902@mac.com>
20202              Date: Sat, 27 Nov 2004 15:31:17 -0600
20203      Branch: perl
20204            ! vms/descrip_mms.template
20205 ____________________________________________________________________________
20206 [ 23555] By: nicholas                              on 2004/11/27  17:28:47
20207         Log: Hateful cAsE iNsEnSiTiVe file systems
20208      Branch: perl
20209            ! configpm
20210 ____________________________________________________________________________
20211 [ 23554] By: nicholas                              on 2004/11/27  16:56:35
20212         Log: Put Config.pm on a diet. 3K rather than 32K
20213              configpm now generates 2 files, a small Config.pm containing the
20214              commonly used functions and values, which AUTOLOADs a
20215              Config_heavy.pl containing anything else needed.
20216              The "common" values in the small Config.pm may need some
20217              tweaking, based on real world data.
20218      Branch: perl
20219            ! Makefile.SH configpm vms/descrip_mms.template win32/Makefile
20220            ! win32/makefile.mk
20221 ____________________________________________________________________________
20222 [ 23550] By: nicholas                              on 2004/11/27  14:43:37
20223         Log: Clarify the return values of pos, particularly 0 and undef, as
20224              suggested by Stas Bekman
20225      Branch: perl
20226            ! pod/perlfunc.pod
20227 ____________________________________________________________________________
20228 [ 23549] By: nicholas                              on 2004/11/27  14:24:21
20229         Log: Document the interaction of PERL_USE_SAVE_PUTENV and
20230              PL_use_safe_putenv, based on text by Stas Bekman
20231      Branch: perl
20232            ! INSTALL
20233 ____________________________________________________________________________
20234 [ 23548] By: rgs                                   on 2004/11/26  17:20:46
20235         Log: Subject: [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage
20236              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20237              Date: 26 Nov 2004 17:14:33 -0000
20238              Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org>
20239      Branch: perl
20240            ! lib/Term/Complete.pm
20241 ____________________________________________________________________________
20242 [ 23547] By: rgs                                   on 2004/11/26  15:16:59
20243         Log: Freak out if h2ph has to translate a macro that    contains assembly code.
20244
20245              Subject: [PATCH] h2ph vs __asm__
20246              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
20247              Date: Thu, 25 Nov 2004 17:24:43 +0100
20248              Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com>
20249      Branch: perl
20250            ! utils/h2ph.PL
20251 ____________________________________________________________________________
20252 [ 23546] By: rgs                                   on 2004/11/26  15:07:47
20253         Log: Doc nit for B::Lint
20254              Subject: [PATCH] B::Lint
20255              From: Andy Lester <andy@petdance.com>
20256              Date: Fri, 26 Nov 2004 00:30:48 -0600
20257              Message-ID: <20041126063048.GA10161@petdance.com>
20258      Branch: perl
20259            ! ext/B/B/Lint.pm
20260 ____________________________________________________________________________
20261 [ 23545] By: nicholas                              on 2004/11/26  12:33:34
20262         Log: The change to the internal representation introduced a bug whereby
20263              the key returned by FIRSTKEY had an erroneous leading newline.
20264              EXISTS was also buggy.
20265      Branch: perl
20266            ! configpm lib/Config.t
20267 ____________________________________________________________________________
20268 [ 23544] By: nicholas                              on 2004/11/26  11:29:21
20269         Log: Make configpm and the generated Config.pm strict and warnings
20270              clean.
20271      Branch: perl
20272            ! configpm
20273 ____________________________________________________________________________
20274 [ 23543] By: steveh                                on 2004/11/26  10:56:12
20275         Log: Fix Win32 breakage caused by changes 23535/23542.
20276      Branch: perl
20277            ! lib/Config.t
20278 ____________________________________________________________________________
20279 [ 23542] By: nicholas                              on 2004/11/25  23:41:05
20280         Log: Generate the virtual entries at Config.pm build time, as they
20281              don't change. This lets us get rid of the entire "fetch_virtual"
20282              baggage, and makes the config_re lookup work for the virtual
20283              entries.
20284      Branch: perl
20285            ! configpm lib/Config.t
20286 ____________________________________________________________________________
20287 [ 23541] By: nicholas                              on 2004/11/25  22:50:15
20288         Log: Cheat. (Add a leading newline, and so remove all the special
20289              casing for "if we're at the start of $Config_SH")
20290      Branch: perl
20291            ! configpm lib/Config.t
20292 ____________________________________________________________________________
20293 [ 23538] By: nicholas                              on 2004/11/25  21:37:23
20294         Log: Add an exists test for the things we loop over
20295      Branch: perl
20296            ! lib/Config.t
20297 ____________________________________________________________________________
20298 [ 23537] By: nicholas                              on 2004/11/25  21:33:23
20299         Log: The first entry in the virtual config.sh is special cased. So
20300              test it.
20301      Branch: perl
20302            ! lib/Config.t
20303 ____________________________________________________________________________
20304 [ 23536] By: nicholas                              on 2004/11/25  21:00:56
20305         Log: Make $Config{libs_nolargefiles} and
20306              $Config{libswanted_nolargefiles} work. (For the first time)
20307      Branch: perl
20308            ! configpm lib/Config.t
20309 ____________________________________________________________________________
20310 [ 23535] By: nicholas                              on 2004/11/25  20:10:43
20311         Log: Test the currently working virtual %Config entries
20312      Branch: perl
20313            ! lib/Config.t
20314 ____________________________________________________________________________
20315 [ 23534] By: rgs                                   on 2004/11/24  16:09:42
20316         Log: Subject: RC1 pod fix #anchor
20317              From: Stas Bekman <stas@stason.org>
20318              Date: Wed, 24 Nov 2004 10:57:21 -0500
20319              Message-ID: <41A4AF61.9080408@stason.org>
20320      Branch: perl
20321            ! pod/perlrun.pod
20322 ____________________________________________________________________________
20323 [ 23533] By: rgs                                   on 2004/11/24  16:07:38
20324         Log: Subject: [patch pod/perlipc] use POSIX; w/o () is a bad idea
20325              From: Stas Bekman <stas@stason.org>
20326              Date: Wed, 24 Nov 2004 11:25:14 -0500
20327              Message-ID: <41A4B5EA.3020804@stason.org>
20328      Branch: perl
20329            ! pod/perlipc.pod
20330 ____________________________________________________________________________
20331 [ 23532] By: rgs                                   on 2004/11/24  14:47:31
20332         Log: Subject: [perl #3242] [PATCH]No error on assignment to $>
20333              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20334              Date: 21 Nov 2004 04:38:09 -0000
20335              Message-ID: <rt-3.0.11-3242-100676.6.32723019025057@perl.org>
20336      Branch: perl
20337            ! pod/perlvar.pod
20338 ____________________________________________________________________________
20339 [ 23531] By: nicholas                              on 2004/11/24  11:50:28
20340         Log: Wrap some long lines
20341      Branch: perl
20342            ! lib/Config.t
20343 ____________________________________________________________________________
20344 [ 23528] By: rgs                                   on 2004/11/23  13:35:34
20345         Log: Fix for bug: [perl #32562] __PACKAGE__ symbol has wrong value
20346              after eval or require
20347      Branch: perl
20348            ! t/comp/package.t toke.c
20349 ____________________________________________________________________________
20350 [ 23527] By: rgs                                   on 2004/11/23  10:20:02
20351         Log: Subject: Re: [perl #32486] error in documentation for POSIX::pipe
20352              From: Michael G Schwern <schwern@pobox.com>
20353              Date: Fri, 19 Nov 2004 14:28:56 -0500
20354              Message-ID: <20041119192856.GA4769@windhund.schwern.org>
20355      Branch: perl
20356            ! ext/POSIX/POSIX.pod
20357 ____________________________________________________________________________
20358 [ 23526] By: rgs                                   on 2004/11/23  09:26:03
20359         Log: Subject: [perl #3422] [PATCH] CHECK routine called after syntax error
20360              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20361              Date: 23 Nov 2004 00:04:24 -0000
20362              Message-ID: <rt-3.0.11-3422-100830.4.45764701781506@perl.org>
20363      Branch: perl
20364            ! ext/B/B/Deparse.pm
20365 ____________________________________________________________________________
20366 [ 23525] By: rgs                                   on 2004/11/23  09:09:57
20367         Log: Subject: [PATCH] warnings.t portability tweaks
20368              From: "Craig A. Berry" <craigberry@mac.com>
20369              Date: Sat, 20 Nov 2004 10:29:47 -0600
20370              Message-ID: <419F70FB.7000100@mac.com>
20371      Branch: perl
20372            ! t/lib/warnings/9uninit t/lib/warnings/perlio
20373 ____________________________________________________________________________
20374 [ 23523] By: nicholas                              on 2004/11/20  22:17:18
20375         Log: Assimilate Test-Simple 0.50
20376      Branch: perl
20377            + lib/Test/Simple/TODO lib/Test/Simple/t/00signature.t
20378            + lib/Test/Simple/t/00test_harness_check.t
20379            + lib/Test/Simple/t/eq_set.t lib/Test/Simple/t/extra_one.t
20380            + lib/Test/Simple/t/fail_one.t
20381            + lib/Test/Simple/t/harness_active.t lib/Test/Simple/t/no_diag.t
20382            + lib/Test/Simple/t/overload.t lib/Test/Simple/t/reset.t
20383            + lib/Test/Simple/t/thread_taint.t t/lib/NoExporter.pm
20384            ! MANIFEST lib/Test/Builder.pm lib/Test/More.pm
20385            ! lib/Test/Simple.pm lib/Test/Simple/Changes
20386            ! lib/Test/Simple/README lib/Test/Simple/t/More.t
20387            ! lib/Test/Simple/t/diag.t lib/Test/Simple/t/extra.t
20388            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
20389            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/has_plan2.t
20390            ! lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/missing.t
20391            ! lib/Test/Simple/t/output.t lib/Test/Simple/t/plan_is_noplan.t
20392            ! lib/Test/Simple/t/plan_no_plan.t lib/Test/Simple/t/threads.t
20393            ! lib/Test/Simple/t/todo.t lib/Test/Simple/t/use_ok.t
20394            ! lib/Test/Tutorial.pod t/lib/Test/Simple/Catch.pm
20395            ! t/lib/TieOut.pm
20396 ____________________________________________________________________________
20397 [ 23520] By: nicholas                              on 2004/11/20  14:21:28
20398         Log: genuine possible buffer problems spotted by flawfinder
20399      Branch: perl
20400            ! regcomp.c util.c
20401 ____________________________________________________________________________
20402 [ 23519] By: rgs                                   on 2004/11/19  14:48:35
20403         Log: Make "err" a weak keyword;
20404              that is, it will be overriden by any sub named "err", except when
20405              really an operator is expected at this point. ([perl #32347])
20406      Branch: perl
20407            ! t/op/dor.t toke.c
20408 ____________________________________________________________________________
20409 [ 23518] By: rgs                                   on 2004/11/19  09:22:33
20410         Log: Subject: [perl #32486] error in documentation for POSIX::pipe
20411              From: chris@ex-parrot.com (via RT) <perlbug-followup@perl.org>
20412              Date: 18 Nov 2004 18:09:54 -0000
20413              Message-ID: <rt-3.0.11-32486-100537.1.04456486825399@perl.org>
20414      Branch: perl
20415            ! ext/POSIX/POSIX.pod
20416 ____________________________________________________________________________
20417 [ 23517] By: nicholas                              on 2004/11/18  23:32:20
20418         Log: Bump version number
20419      Branch: perl
20420            ! lib/ExtUtils/Constant.pm
20421 ____________________________________________________________________________
20422 [ 23516] By: rgs                                   on 2004/11/18  22:06:21
20423         Log: Remaining nit in the deparsing of reversed foreach loops
20424      Branch: perl
20425            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20426 ____________________________________________________________________________
20427 [ 23514] By: rgs                                   on 2004/11/18  18:01:52
20428         Log: Fix deparsing of reversed foreach loops,
20429              plus a bug in the previous commit
20430      Branch: perl
20431            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20432 ____________________________________________________________________________
20433 [ 23513] By: rgs                                   on 2004/11/18  17:25:19
20434         Log: Fix deparsing of reversed sort and descending sorts,
20435              due to the recent optimisations on this part of the optree.
20436      Branch: perl
20437            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
20438 ____________________________________________________________________________
20439 [ 23510] By: rgs                                   on 2004/11/17  10:41:56
20440         Log: Subject: [perl #28929] File::Find follow_fast => 1 loses dangling symlink
20441              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20442              Date: 12 Nov 2004 02:47:36 -0000
20443              Message-ID: <rt-3.0.11-28929-100158.11.3214775505644@perl.org>
20444      Branch: perl
20445            ! lib/File/Find.pm lib/File/Find/t/find.t
20446 ____________________________________________________________________________
20447 [ 23509] By: rgs                                   on 2004/11/17  10:22:52
20448         Log: PerlFAQ sync.
20449      Branch: perl
20450            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq6.pod
20451            ! pod/perlfaq7.pod
20452 ____________________________________________________________________________
20453 [ 23508] By: rgs                                   on 2004/11/17  10:14:58
20454         Log: Fix a couple of typos.
20455      Branch: perl
20456            ! hv.c utf8.c
20457 ____________________________________________________________________________
20458 [ 23507] By: rgs                                   on 2004/11/17  10:11:20
20459         Log: Subject: SuSE's perl safe_putenf diff
20460              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
20461              Date: Thu, 11 Nov 2004 15:54:43 +0100
20462              Message-ID: <20041111145443.GA1854@immd4.informatik.uni-erlangen.de>
20463
20464              slightly reworked to make the PL_use_safe_putenv variable fit in
20465              the current framework. This patch turns on the use of safe putenv
20466              for any application that embeds a perl interpreter.
20467      Branch: perl
20468            ! embedvar.h mg.c miniperlmain.c perl.c perlapi.h perlvars.h
20469            ! util.c
20470 ____________________________________________________________________________
20471 [ 23506] By: rgs                                   on 2004/11/17  08:57:17
20472         Log: Subject: [PATCH] perl5db.pl POD cleanup
20473              From: Autrijus Tang <autrijus@autrijus.org>
20474              Date: Fri, 12 Nov 2004 12:41:33 +0800
20475              Message-ID: <20041112044133.GA92924@aut.dyndns.org>
20476      Branch: perl
20477            ! lib/perl5db.pl
20478 ____________________________________________________________________________
20479 [ 23505] By: rgs                                   on 2004/11/17  08:31:39
20480         Log: Subject: [PATCH 5.8.x] Allow more tries for t/op/time.t test 2.
20481              From: Andy Dougherty <doughera@lafayette.edu>
20482              Date: Tue, 16 Nov 2004 12:11:00 -0500 (EST)
20483              Message-ID: <Pine.SOL.4.58.0411161149170.5639@maxwell.phys.lafayette.edu>
20484      Branch: perl
20485            ! t/op/time.t
20486 ____________________________________________________________________________
20487 [ 23501] By: steveh                                on 2004/11/16  10:55:20
20488         Log: Make all scripts run by regen.pl write output with UNIX style EOL's.
20489
20490              (autodoc.pl was already done by change 23371.)
20491      Branch: perl
20492            ! bytecode.pl embed.pl keywords.pl opcode.pl regcomp.pl
20493            ! warnings.pl
20494 ____________________________________________________________________________
20495 [ 23500] By: merijn                                on 2004/11/16  10:49:35
20496         Log: Subject: [PATCH] s/hierachy/hierarchy/
20497              Date: Mon, 15 Nov 2004 15:59:14 -0700
20498              From: "Larry Shatzer Jr." <larrysh@cpan.org>
20499              Message-ID: <20041115225913.GA22373@zippy.zyx.net>
20500      Branch: perl
20501            ! ext/B/B.pm ext/Time/HiRes/Makefile.PL perlio.h
20502 ____________________________________________________________________________
20503 [ 23499] By: steveh                                on 2004/11/16  09:42:50
20504         Log: Fix Win32 breakage caused by changes to op.c in change 23433.
20505
20506              Also limit the scope of the locks in a couple of places, as suggested
20507              by Hugo in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-11/msg00286.html.
20508      Branch: perl
20509            ! embed.fnc embed.h global.sym op.c op.h proto.h regcomp.c
20510 ____________________________________________________________________________
20511 [ 23498] By: merijn                                on 2004/11/14  07:02:20
20512         Log: Subject: [PATCH] Add the minitest target to vms buildsystem
20513              From: Abe Timmerman <abe@ztreet.demon.nl>
20514              Date: Sun, 14 Nov 2004 00:48:17 +0100
20515              Message-Id: <200411140048.17035.abe@ztreet.demon.nl>
20516      Branch: perl
20517            ! vms/descrip_mms.template vms/test.com
20518 ____________________________________________________________________________
20519 [ 23497] By: rgs                                   on 2004/11/12  21:11:48
20520         Log: Subject: [perl #32400] Unnecessary warning from constant.pm
20521              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
20522              Date: 10 Nov 2004 18:30:38 -0000
20523              Message-ID: <rt-3.0.11-32400-100099.4.31094423840584@perl.org>
20524      Branch: perl
20525            ! lib/constant.pm lib/constant.t
20526 ____________________________________________________________________________
20527 [ 23496] By: merijn                                on 2004/11/12  20:47:19
20528         Log: Subject: [perl #32419] Spelling fixes for perl@23492
20529              Date: 12 Nov 2004 16:14:49 -0000
20530              From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
20531              Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
20532      Branch: perl
20533            ! pod/perl573delta.pod pod/perl58delta.pod pod/perl590delta.pod
20534            ! pod/perl591delta.pod pod/perl592delta.pod pod/perlapi.pod
20535            ! pod/perlapio.pod pod/perldata.pod pod/perldebtut.pod
20536            ! pod/perlipc.pod pod/perlport.pod pod/perlre.pod
20537            ! pod/perlretut.pod pod/perlrun.pod pod/perlsub.pod
20538            ! pod/perlthrtut.pod pod/perltodo.pod pod/perltooc.pod
20539 ____________________________________________________________________________
20540 [ 23495] By: merijn                                on 2004/11/12  20:26:17
20541         Log: Subject: [PATCH] Small documentation fix to ExtUtils::Constant
20542              Date: Fri, 12 Nov 2004 11:15:47 -0600
20543              From: steve@fisharerojo.org
20544              Message-ID: <20041112171547.GA8011@kirk.dsl-verizon.net>
20545      Branch: perl
20546            ! lib/ExtUtils/Constant.pm
20547 ____________________________________________________________________________
20548 [ 23494] By: davem                                 on 2004/11/12  18:59:06
20549         Log: Add some descriptive text from Larry to op.c on how optrees are built
20550      Branch: perl
20551            ! op.c
20552 ____________________________________________________________________________
20553 [ 23492] By: rgs                                   on 2004/11/10  09:32:39
20554         Log: Replace a skip by a todo.
20555              Subject: Re: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
20556              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20557              Date: Wed, 10 Nov 2004 01:30:14 -0800
20558              Message-ID: <20041110093014.GA1676@efn.org>
20559      Branch: perl
20560            ! t/io/tell.t
20561 ____________________________________________________________________________
20562 [ 23491] By: rgs                                   on 2004/11/10  07:40:31
20563         Log: Subject: [PATCH] Re: [perl #32272] Not OK: perl v5.8.5 +MAINT23414 on cygwin-thread-multi-64int 1.5.12s(0.11642) (UNINSTALLED)
20564              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20565              Date: Tue, 9 Nov 2004 17:40:13 -0800
20566              Message-ID: <20041110014012.GA2796@efn.org>
20567      Branch: perl
20568            ! t/io/tell.t
20569 ____________________________________________________________________________
20570 [ 23490] By: rgs                                   on 2004/11/09  18:17:07
20571         Log: Adjust test count for non-windows machines
20572      Branch: perl
20573            ! ext/IO/t/io_file.t
20574 ____________________________________________________________________________
20575 [ 23489] By: merijn                                on 2004/11/09  17:53:53
20576         Log: Subject: [PATCH] fix IO::File to support binmode
20577              From: "Jos I. Boumans" <kane@dwim.org>
20578              Date: Tue, 9 Nov 2004 16:59:27 +0100
20579              Message-Id: <559E356E-3268-11D9-A2E6-000A95EF62E2@dwim.org>
20580      Branch: perl
20581            + ext/IO/t/io_file.t
20582            ! MANIFEST ext/IO/lib/IO/File.pm
20583 ____________________________________________________________________________
20584 [ 23487] By: nicholas                              on 2004/11/08  20:27:42
20585         Log: No more late changes, dammit
20586      Branch: perl
20587            ! ext/B/t/optree_concise.t
20588 ____________________________________________________________________________
20589 [ 23485] By: rgs                                   on 2004/11/08  08:38:03
20590         Log: Subject: Re: optree tests and VMS progress (no really)
20591              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20592              Date: Sun, 7 Nov 2004 23:24:15 -0800
20593              Message-ID: <20041108072415.GA3928@efn.org>
20594      Branch: perl
20595            ! ext/B/t/OptreeCheck.pm
20596 ____________________________________________________________________________
20597 [ 23482] By: davem                                 on 2004/11/06  11:59:16
20598         Log: document regcomp.c/regexec.c's dual life under ext/re/
20599      Branch: perl
20600            ! regcomp.c regexec.c
20601 ____________________________________________________________________________
20602 [ 23481] By: nicholas                              on 2004/11/06  08:48:50
20603         Log: Subject: Re: optree tests and VMS progress (no really)
20604              From: Jim Cromie <jim.cromie@gmail.com>
20605              Message-ID: <cfe85dfa041105235723398fe2@mail.gmail.com>
20606              Date: Sat, 6 Nov 2004 00:57:13 -0700
20607      Branch: perl
20608            ! ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
20609            ! ext/B/t/optree_concise.t
20610 ____________________________________________________________________________
20611 [ 23475] By: merijn                                on 2004/11/05  14:16:27
20612         Log: Subject: Re: Buidling stable.tar.gz on Unix as non-root [PATCH]
20613              Date: Fri, 5 Nov 2004 10:36:57 -0500 (EST)
20614              From: Andy Dougherty <doughera@lafayette.edu>
20615              Message-ID: <Pine.SOL.4.58.0411051035020.15217@maxwell.phys.lafayette.edu>
20616      Branch: perl
20617            ! INSTALL
20618 ____________________________________________________________________________
20619 [ 23474] By: merijn                                on 2004/11/05  13:07:16
20620         Log: Skip failing thread/wait tests on HP-UX 10.20
20621              These will never ever be fixed, since 10.20 is obsolete
20622              perl583delta describes this. The quote is included in wait.t
20623      Branch: perl
20624            ! ext/threads/shared/t/wait.t
20625 ____________________________________________________________________________
20626 [ 23473] By: rgs                                   on 2004/11/05  08:47:44
20627         Log: Subject: [perl #32327] Benchmark calls coderef with spurious arguments
20628              From: Anno Siegel (via RT) <perlbug-followup@perl.org>
20629              Date: 4 Nov 2004 20:12:36 -0000
20630              Message-ID: <rt-3.0.11-32327-99325.8.9408996026507@perl.org>
20631      Branch: perl
20632            ! lib/Benchmark.pm lib/Benchmark.t
20633 ____________________________________________________________________________
20634 [ 23471] By: rgs                                   on 2004/11/04  09:26:56
20635         Log: Subject: [PATCH blead] [perl #3038] Re: $qr = qr/^a$/m; $x =~ $qr; fails
20636              From: Rick Delaney <rick@bort.ca>
20637              Date: Sun, 31 Oct 2004 22:40:40 -0500
20638              Message-ID: <20041101034040.GC1232@biff.bort.ca>
20639      Branch: perl
20640            + t/op/regexp_qr.t
20641            ! MANIFEST pp.c pp_hot.c regexec.c t/op/regexp.t
20642 ____________________________________________________________________________
20643 [ 23470] By: rgs                                   on 2004/11/04  08:25:34
20644         Log: Subject: Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
20645              From: Rick Delaney <rick@bort.ca>
20646              Date: Wed, 3 Nov 2004 19:46:16 -0500
20647              Message-ID: <20041104004616.GA11214@biff.bort.ca>
20648      Branch: perl
20649            ! lib/overload.pm lib/overload.t
20650 ____________________________________________________________________________
20651 [ 23469] By: rgs                                   on 2004/11/03  11:54:28
20652         Log: Mostly revert change #23347 (keep the test suite, fixed),
20653              having decided that it wasn't a correct fix for bug #31793.
20654      Branch: perl
20655            ! lib/overload.pm lib/overload.t
20656 ____________________________________________________________________________
20657 [ 23468] By: rgs                                   on 2004/11/03  07:39:04
20658         Log: Subject: Re: [perl #30633] Perl's "do" operator with a variety of absolute paths under Cygwin
20659              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
20660              Date: Tue, 2 Nov 2004 17:24:29 -0800
20661              Message-ID: <20041103012429.GA7196@efn.org>
20662      Branch: perl
20663            ! util.h
20664 ____________________________________________________________________________
20665 [ 23467] By: rgs                                   on 2004/11/03  06:38:38
20666         Log: Subject: [PATCH configure.com] Re: [PATCH]  Detecting strlcat() and strlcpy() in Configure
20667              From: "Craig A. Berry" <craigberry@mac.com>
20668              Date: Tue, 02 Nov 2004 20:02:04 -0600
20669              Message-ID: <41883C1C.3080108@mac.com>
20670      Branch: perl
20671            ! configure.com
20672 ____________________________________________________________________________
20673 [ 23466] By: rgs                                   on 2004/11/02  12:33:57
20674         Log: FAQ sync
20675      Branch: perl
20676            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
20677            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
20678            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
20679            ! pod/perlfaq9.pod
20680 ____________________________________________________________________________
20681 [ 23465] By: rgs                                   on 2004/11/02  08:18:15
20682         Log: Reformulate an error
20683              (so the error message given by "perl -M" is a bit more
20684              meaningful, as Jarkko pointed out)
20685      Branch: perl
20686            ! perl.c pod/perldiag.pod
20687 ____________________________________________________________________________
20688 [ 23457] By: merijn                                on 2004/11/01  13:26:43
20689         Log: New Glossary and samples for blead
20690              Glossary now is in line with recent changes to config_h.SH
20691      Branch: perl
20692            ! Porting/Glossary Porting/config.sh Porting/config_H
20693 ____________________________________________________________________________
20694 [ 23455] By: merijn                                on 2004/11/01  12:51:52
20695         Log: Since strlcat/strlcpy are not argument/return value compatible
20696              with strncat/strncpy, replace the misleading defines with comment
20697      Branch: perl
20698            ! handy.h
20699 ____________________________________________________________________________
20700 [ 23450] By: merijn                                on 2004/10/31  16:33:17
20701         Log: The next step in strlcat ()/ strcpy () detection and usage
20702              preparation. Change to handy.h eeded for config_h.SH
20703      Branch: perl
20704            ! config_h.SH handy.h
20705 ____________________________________________________________________________
20706 [ 23448] By: nicholas                              on 2004/10/31  14:37:46
20707         Log: Make TEST and harness skip tests for extensions that were not
20708              configured. Currently this skipping is silent - maybe they should
20709              report what they are skipping.
20710      Branch: perl
20711            ! t/TEST t/harness
20712 ____________________________________________________________________________
20713 [ 23446] By: nicholas                              on 2004/10/31  13:02:01
20714         Log: Subject: [patches] optree_* tests unexpectedly succeeding. + maint-only patch
20715              From: Jim Cromie <jim.cromie@gmail.com>
20716              Message-ID: <cfe85dfa04102515365f11ef10@mail.gmail.com>
20717              Date: Mon, 25 Oct 2004 16:36:40 -0600
20718      Branch: perl
20719            ! ext/B/t/optree_check.t ext/B/t/optree_varinit.t
20720 ____________________________________________________________________________
20721 [ 23445] By: nicholas                              on 2004/10/31  12:24:09
20722         Log: Set the IV values for PL_sv_yes and PL_sv_no at initialisation time.
20723      Branch: perl
20724            ! perl.c sv.c
20725 ____________________________________________________________________________
20726 [ 23444] By: nicholas                              on 2004/10/31  11:20:27
20727         Log: Skip tests if Devel::Peek not built
20728      Branch: perl
20729            ! ext/threads/shared/t/sv_refs.t ext/threads/t/end.t
20730            ! ext/threads/t/join.t lib/base/t/fields-base.t
20731 ____________________________________________________________________________
20732 [ 23443] By: nicholas                              on 2004/10/31  11:19:47
20733         Log: Assimilate PathTools 3.01 (File::Spec and Cwd)
20734      Branch: perl
20735            ! ext/Cwd/t/cwd.t lib/Cwd.pm lib/File/Spec.pm
20736            ! lib/File/Spec/VMS.pm
20737 ____________________________________________________________________________
20738 [ 23442] By: nicholas                              on 2004/10/31  11:07:57
20739         Log: Oops. Forgot to add the new test in I18N::LangTags 0.35
20740      Branch: perl
20741            + lib/I18N/LangTags/t/20_locales.t
20742 ____________________________________________________________________________
20743 [ 23441] By: nicholas                              on 2004/10/31  10:41:17
20744         Log: Correct change 23437 - as Config isn't imported, need to use a fully
20745              qualified package
20746      Branch: perl
20747            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
20748            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
20749            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
20750            ! ext/B/t/optree_varinit.t
20751 ____________________________________________________________________________
20752 [ 23440] By: nicholas                              on 2004/10/31  10:40:11
20753         Log: Assimilate I18N::LangTags 0.35
20754      Branch: perl
20755            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
20756            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
20757 ____________________________________________________________________________
20758 [ 23439] By: nicholas                              on 2004/10/31  08:17:57
20759         Log: Subject: [PATCH] Temporary fix for usemallocwrap problems on IRIX (was Re: usemallocwrap problems on IRIX (was Re: Problem and question))
20760              Date: Sun, 31 Oct 2004 04:01:42 -0500
20761              From: Ed Allen Smith <easmith@beatrice.rutgers.edu>
20762              Message-Id: <mid+200410310901.i9V91g1Y519894@dogberry.rutgers.edu>
20763      Branch: perl
20764            ! hints/irix_6.sh
20765 ____________________________________________________________________________
20766 [ 23438] By: davem                                 on 2004/10/30  23:25:37
20767         Log: Using foreach on threads::shared array crashes perl
20768              The FETCH code for shared aggregate elements could leak a shared RV
20769              address into a private SV. RVs are now handled specially, in the
20770              same way that they already were for scalar shared magic.
20771      Branch: perl
20772            ! ext/threads/shared/shared.xs
20773 ____________________________________________________________________________
20774 [ 23437] By: nicholas                              on 2004/10/30  22:49:18
20775         Log: Skip tests that require Data::Dumper if it is not built
20776      Branch: perl
20777            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_check.t
20778            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
20779            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
20780            ! ext/B/t/optree_varinit.t lib/ExtUtils/t/Liblist.t
20781            ! lib/ExtUtils/t/prereq_print.t
20782 ____________________________________________________________________________
20783 [ 23436] By: merijn                                on 2004/10/30  16:11:15
20784         Log: Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's
20785      Branch: perl
20786            ! NetWare/config_H.wc Porting/config_H plan9/config_h.sample
20787            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20788            ! win32/config_H.vc64 wince/config_H.ce
20789 ____________________________________________________________________________
20790 [ 23435] By: merijn                                on 2004/10/30  15:54:48
20791         Log: Added probes for strlcat () and strlcpy () to Configure
20792              Re-ordered config_h.SH
20793      Branch: perl
20794            ! Configure Makefile.SH config_h.SH
20795 ____________________________________________________________________________
20796 [ 23433] By: davem                                 on 2004/10/29  21:04:17
20797         Log: Threading crash with closures
20798              various OpREFCNT_inc() operations weren't doing locking
20799      Branch: perl
20800            ! pad.c regcomp.c sv.c
20801 ____________________________________________________________________________
20802 [ 23432] By: steveh                                on 2004/10/29  14:12:02
20803         Log: Document sv_magic() changes brought about by sv_magicext()
20804
20805              Change 14335 made sv_magic() a wrapper to a new sv_magicext(),
20806              but didn't update the documentation for sv_magic() to reflect
20807              the changed handling of the name/namlen arguments.
20808
20809              Also correct a couple of typos, and mention sv_magicext() in
20810              perlguts.
20811      Branch: perl
20812            ! pod/perlapi.pod pod/perlguts.pod sv.c
20813 ____________________________________________________________________________
20814 [ 23431] By: merijn                                on 2004/10/29  13:56:03
20815         Log: Subject: [PATCH] 36 additional tests for B
20816              From: Steve Peters <steve@fisharerojo.org>
20817              Date: Fri, 29 Oct 2004 00:53:22 -0500
20818              Message-Id: <200410290053.22947.steve@fisharerojo.org>
20819      Branch: perl
20820            ! ext/B/t/b.t
20821 ____________________________________________________________________________
20822 [ 23426] By: davem                                 on 2004/10/27  22:50:57
20823         Log: include flags and refcount in the list of leaked scalars
20824      Branch: perl
20825            ! perl.c
20826 ____________________________________________________________________________
20827 [ 23425] By: ams                                   on 2004/10/27  11:27:27
20828         Log: Subject: [PATCH] lib/Carp.t improvements
20829              From: "Craig A. Berry" <craigberry@mac.com>
20830              Date: Tue, 26 Oct 2004 23:32:25 -0500
20831              Message-Id: <417F24D9.1000904@mac.com>
20832      Branch: perl
20833            ! lib/Carp.t
20834 ____________________________________________________________________________
20835 [ 23424] By: rgs                                   on 2004/10/25  15:31:21
20836         Log: Fix [perl #32130] Errno.pm must not pass references to "prototype"
20837      Branch: perl
20838            ! ext/Errno/Errno_pm.PL ext/Errno/t/Errno.t
20839 ____________________________________________________________________________
20840 [ 23423] By: rgs                                   on 2004/10/25  15:09:27
20841         Log: Small updates to the web addresses for Perl, noticed by Robert Spier
20842      Branch: perl
20843            ! pod/perl.pod pod/perlfaq2.pod
20844 ____________________________________________________________________________
20845 [ 23422] By: rgs                                   on 2004/10/25  14:56:37
20846         Log: Subject: [perl #30227] [PATCH]splain vs. -w
20847              From: "Steve Peters via RT" <perlbug-followup@perl.org>
20848              Date: 23 Oct 2004 13:55:41 -0000
20849              Message-ID: <rt-3.0.11-30227-98375.1.28465791111211@perl.org>
20850      Branch: perl
20851            ! lib/diagnostics.pm
20852 ____________________________________________________________________________
20853 [ 23421] By: rgs                                   on 2004/10/25  07:29:50
20854         Log: Upgrade to Encode 2.08.
20855      Branch: perl
20856            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
20857            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
20858            ! ext/Encode/Unicode/Unicode.xs
20859            ! ext/Encode/lib/Encode/Encoding.pm
20860 ____________________________________________________________________________
20861 [ 23420] By: mhx                                   on 2004/10/24  07:53:45
20862         Log: Subject: Re: [perl #31937] perlop: add basic =~ examples
20863              From: Steve Peters <steve@fisharerojo.org>
20864              Date: Sat, 23 Oct 2004 08:01:51 -0500
20865              Message-Id: <200410230801.51649.steve@fisharerojo.org>
20866      Branch: perl
20867            ! pod/perlop.pod
20868 ____________________________________________________________________________
20869 [ 23419] By: mhx                                   on 2004/10/23  23:39:18
20870         Log: Subject: [PATCH] Re: Devel::Peek: hash quality 125%?
20871              From: Tels <perl_dummy@bloodgate.com>
20872              Date: Sat, 23 Oct 2004 16:56:31 +0200
20873              Message-Id: <200410231656.40995@bloodgate.com>
20874      Branch: perl
20875            ! ext/Devel/Peek/Changes ext/Devel/Peek/Peek.pm
20876 ____________________________________________________________________________
20877 [ 23418] By: davem                                 on 2004/10/23  21:50:19
20878         Log: Chained goto &sub drops data too early.
20879
20880              Change 22373 to stop a memory leak in goto &foo intead caused
20881              the elements of @_ to be freed too early. This revised fix
20882              just transfers the reifiedness of the old @_ to the new @_
20883      Branch: perl
20884            ! pp_ctl.c t/op/goto.t
20885 ____________________________________________________________________________
20886 [ 23417] By: rgs                                   on 2004/10/23  19:58:07
20887         Log: Upgrade to Encode 2.07
20888      Branch: perl
20889            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
20890            ! ext/Encode/Encode.xs ext/Encode/META.yml
20891            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
20892            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/Encode.t
20893            ! ext/Encode/t/fallback.t ext/Encode/ucm/macArabic.ucm
20894            ! ext/Encode/ucm/macCentEuro.ucm ext/Encode/ucm/macChinsimp.ucm
20895            ! ext/Encode/ucm/macChintrad.ucm ext/Encode/ucm/macDingbats.ucm
20896            ! ext/Encode/ucm/macGreek.ucm ext/Encode/ucm/macKorean.ucm
20897            ! ext/Encode/ucm/macROMnn.ucm ext/Encode/ucm/macSymbol.ucm
20898            ! ext/Encode/ucm/macThai.ucm
20899 ____________________________________________________________________________
20900 [ 23416] By: nicholas                              on 2004/10/23  17:15:46
20901         Log: Subject: [PATCH] ext/IO/IO.xs: fix blocking on sparc linux
20902              Message-ID: <20041022033033.GA12362@londo.c47.org>
20903              From: Brendan O'Dea <bod@debian.org>
20904              Date: Fri, 22 Oct 2004 13:30:33 +1000
20905      Branch: perl
20906            ! ext/IO/IO.xs
20907 ____________________________________________________________________________
20908 [ 23410] By: rgs                                   on 2004/10/21  15:51:32
20909         Log: Subject: docpatch for perltie.pod
20910              From: David Cantrell <david@cantrell.org.uk>
20911              Date: Thu, 21 Oct 2004 12:21:52 +0100
20912              Message-ID: <20041021112151.GA22862@bytemark.barnyard.co.uk>
20913      Branch: perl
20914            ! pod/perltie.pod
20915 ____________________________________________________________________________
20916 [ 23396] By: ams                                   on 2004/10/21  01:36:49
20917         Log: Subject: [PATCH] Math::BigInt v1.73 final
20918              From: Tels <perl_dummy@bloodgate.com>
20919              Date: Wed, 20 Oct 2004 21:06:40 +0200
20920              Message-Id: <200410202106.41840@bloodgate.com>
20921
20922              Subject: [PATCH] Math::BigRat v0.13 (pre-release)
20923              From: Tels <tels@bloodgate.com>
20924              Date: Wed, 20 Oct 2004 22:03:55 +0200
20925              Message-Id: <200410202203.56063@bloodgate.com>
20926      Branch: perl
20927            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/Math/BigRat.pm
20928            ! lib/Math/BigRat/t/big_ap.t lib/Math/BigRat/t/bigrat.t
20929            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
20930            ! lib/Math/BigRat/t/bigratup.t
20931 ____________________________________________________________________________
20932 [ 23395] By: nicholas                              on 2004/10/20  22:39:36
20933         Log: Need to skip optree walking tests if perlio not built
20934      Branch: perl
20935            ! ext/B/t/f_map.t ext/B/t/f_sort.t
20936 ____________________________________________________________________________
20937 [ 23394] By: rgs                                   on 2004/10/20  07:42:34
20938         Log: Remove opmini.c when cleaning up.
20939      Branch: perl
20940            ! Makefile.SH
20941 ____________________________________________________________________________
20942 [ 23393] By: rgs                                   on 2004/10/20  07:36:45
20943         Log: Ensure that PVA.pl returns a true value.
20944      Branch: perl
20945            ! lib/unicore/mktables
20946 ____________________________________________________________________________
20947 [ 23392] By: ams                                   on 2004/10/20  06:19:03
20948         Log: Subject: [PATCH perl.c pod/perl.pod pod/perlfaq2.pod]
20949              Rephrase "Perl Home Page" References
20950              From: chromatic <chromatic@wgz.org>
20951              Date: Tue, 19 Oct 2004 22:52:19 -0700
20952              Message-Id: <1098251539.20976.53.camel@localhost>
20953      Branch: perl
20954            ! AUTHORS perl.c pod/perl.pod pod/perlfaq2.pod
20955 ____________________________________________________________________________
20956 [ 23384] By: rgs                                   on 2004/10/19  13:17:01
20957         Log: Upgrade to Encode 2.05
20958      Branch: perl
20959            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
20960            ! ext/Encode/encoding.pm
20961 ____________________________________________________________________________
20962 [ 23383] By: rgs                                   on 2004/10/19  11:38:37
20963         Log: More Data::Dumper docs nits, fix the previous one,
20964              suggested by Yves Orton.
20965      Branch: perl
20966            ! ext/Data/Dumper/Dumper.pm
20967 ____________________________________________________________________________
20968 [ 23382] By: rgs                                   on 2004/10/19  11:21:55
20969         Log: Subject: [PATCH] perlfaq2.pod (add a book)
20970              From: <richard.foley@ubs.com>
20971              Date: Tue, 19 Oct 2004 07:29:31 +0200
20972              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E3A@NZURC900PEX1.ubsgs.ubsgroup.net>
20973      Branch: perl
20974            ! pod/perlfaq2.pod
20975 ____________________________________________________________________________
20976 [ 23381] By: mhx                                   on 2004/10/19  03:51:59
20977         Log: Re-apply the encoding.pm part of:
20978
20979              Subject: [PATCH] encoding and open pragmas
20980              From: Jarkko Hietaniemi <jhi@iki.fi>
20981              Date: Mon, 16 Aug 2004 22:27:00 +0300
20982              Message-ID: <41210A84.6060506@iki.fi>
20983      Branch: perl
20984            ! ext/Encode/encoding.pm
20985 ____________________________________________________________________________
20986 [ 23380] By: mhx                                   on 2004/10/18  21:00:26
20987         Log: Upgrade to Encode 2.04.
20988      Branch: perl
20989            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
20990            ! ext/Encode/JP/JP.pm ext/Encode/META.yml ext/Encode/Makefile.PL
20991            ! ext/Encode/bin/piconv ext/Encode/bin/ucmsort
20992            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
20993            ! ext/Encode/lib/Encode/Supported.pod
20994            ! ext/Encode/ucm/big5-hkscs.ucm
20995 ____________________________________________________________________________
20996 [ 23379] By: mhx                                   on 2004/10/18  15:44:05
20997         Log: Fix a typo.
20998      Branch: perl
20999            ! utils/c2ph.PL
21000 ____________________________________________________________________________
21001 [ 23378] By: rgs                                   on 2004/10/18  11:25:20
21002         Log: Add a missing warning categorisation in perldiag.
21003      Branch: perl
21004            ! pod/perldiag.pod
21005 ____________________________________________________________________________
21006 [ 23377] By: ams                                   on 2004/10/16  23:52:18
21007         Log: Subject: [PATCH] test_harness tweak for VMS
21008              From: "Craig A. Berry" <craigberry@mac.com>
21009              Date: Sat, 16 Oct 2004 12:15:02 -0500
21010              Message-Id: <41715716.5000108@mac.com>
21011      Branch: perl
21012            ! vms/descrip_mms.template vms/test.com
21013 ____________________________________________________________________________
21014 [ 23376] By: nicholas                              on 2004/10/16  18:16:12
21015         Log: Merge code from vdie and vcroak into S_vdie_croak_common
21016      Branch: perl
21017            ! util.c
21018 ____________________________________________________________________________
21019 [ 23375] By: nicholas                              on 2004/10/16  14:39:48
21020         Log: Merge the common code from Perl_vdie and Perl_vwarner into a
21021              S_vdie_common
21022      Branch: perl
21023            ! util.c
21024 ____________________________________________________________________________
21025 [ 23374] By: nicholas                              on 2004/10/16  12:57:39
21026         Log: The second half of Perl_vwarner is actually a straight cut&paste job
21027              from Perl_vwarn, so convert it into a (tail) call to Perl_vwarn.
21028              cut&paste is bad, m'kay.
21029      Branch: perl
21030            ! util.c
21031 ____________________________________________________________________________
21032 [ 23373] By: nicholas                              on 2004/10/15  17:11:08
21033         Log: Implement sv_svset _nosteal variants by passing a flag into
21034              sv_set_flags rather than messing with the SvTEMP() flag on either
21035              side of the call.
21036      Branch: perl
21037            ! sv.c sv.h
21038 ____________________________________________________________________________
21039 [ 23372] By: rgs                                   on 2004/10/15  14:09:54
21040         Log: Implement a new -dt command-line flag, to enable threads under the
21041              debugger (bug #31666).
21042
21043              Subject: RE: [PATCH] debugger handles threads [perl #31666]
21044              From: <richard.foley@ubs.com>
21045              Date: Wed, 13 Oct 2004 13:01:18 +0200
21046              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD903FB9E12@NZURC900PEX1.ubsgs.ubsgroup.net>
21047
21048              Subject: Re: [PATCH] debugger handles threads [perl #31666]
21049              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21050              Date: Wed, 13 Oct 2004 02:49:58 -0700
21051              Message-ID: <20041013094957.GA17184@efn.org>
21052      Branch: perl
21053            ! lib/perl5db.pl perl.c pod/perlrun.pod
21054 ____________________________________________________________________________
21055 [ 23371] By: steveh                                on 2004/10/15  12:54:29
21056         Log: Make autodoc.pl write its output with UNIX style EOL's.
21057
21058              This saves the Win32 committer(s?) having to dos2unix the files
21059              before committing.  Maybe Perforce's "LineEnd: share" suffices
21060              anyway, but there's no harm in playing safe.
21061      Branch: perl
21062            ! autodoc.pl
21063 ____________________________________________________________________________
21064 [ 23370] By: nicholas                              on 2004/10/15  11:01:18
21065         Log: Include opmini.c in the dependency generation.
21066      Branch: perl
21067            ! Makefile.SH
21068 ____________________________________________________________________________
21069 [ 23369] By: rgs                                   on 2004/10/15  10:20:16
21070         Log: Doc nit to Data::Dumper, suggested by Peter Kay.
21071      Branch: perl
21072            ! ext/Data/Dumper/Dumper.pm
21073 ____________________________________________________________________________
21074 [ 23368] By: steveh                                on 2004/10/15  10:12:31
21075         Log: Document sv_vcatpvf, sv_vsetpvf, sv_vcatpvf_mg and sv_vsetpvf_mg.
21076
21077              These are already in the API supported by Devel::PPPort, and are
21078              often more useful than sv_vcatpvfn and sv_vsetpvfn which were
21079              already documented.
21080      Branch: perl
21081            ! embed.fnc pod/perlapi.pod sv.c
21082 ____________________________________________________________________________
21083 [ 23367] By: mhx                                   on 2004/10/14  18:00:04
21084         Log: Subject: [PATCH] Re: [NOT OK] 23353 OpenVMS 7.2 VAX
21085              From: "Craig A. Berry" <craigberry@mac.com>
21086              Date: Thu, 14 Oct 2004 10:09:41 -0500
21087              Message-ID: <416E96B5.5020100@mac.com>
21088      Branch: perl
21089            ! ext/Devel/PPPort/parts/inc/ppphtest
21090            ! ext/Devel/PPPort/t/ppphtest.t
21091 ____________________________________________________________________________
21092 [ 23366] By: rgs                                   on 2004/10/14  15:50:49
21093         Log: Subject: AW: [perl #31864] IO::Poll - undef fd not checked in mask()
21094              From: "Dintelmann, Peter" <Peter.Dintelmann@Dresdner-Bank.com>
21095              Date: Mon, 11 Oct 2004 09:54:15 +0200
21096              Message-ID: <8FD9B6A658383E468B55D364D1A9951601857331@ffz00zm6.ffz00e.mail.dresdner.net>
21097      Branch: perl
21098            ! ext/IO/lib/IO/Poll.pm
21099 ____________________________________________________________________________
21100 [ 23365] By: rgs                                   on 2004/10/14  14:58:21
21101         Log: Fix [perl #31971] local $^D gives noise
21102      Branch: perl
21103            ! embed.fnc embed.h mg.c perl.c proto.h
21104 ____________________________________________________________________________
21105 [ 23364] By: rgs                                   on 2004/10/14  14:25:29
21106         Log: A few fixes in the list of -D debugging flags
21107      Branch: perl
21108            ! perl.c pod/perlrun.pod
21109 ____________________________________________________________________________
21110 [ 23363] By: rgs                                   on 2004/10/14  14:01:50
21111         Log: Subject: [PATCH@23361] RE: [PATCH-for-23358] enable statically linked exte nsions for Win32
21112              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
21113              Date: Wed, 13 Oct 2004 09:45:31 +0400
21114              Message-ID: <7DD1BE2C50259746ABB8683672D2089E08133C@itotest-1.spb.lucent.com>
21115      Branch: perl
21116            ! win32/buildext.pl win32/makefile.mk
21117 ____________________________________________________________________________
21118 [ 23362] By: rgs                                   on 2004/10/12  16:49:53
21119         Log: Minor tweaks for the test.utf16 target, by Jarkko
21120      Branch: perl
21121            ! t/TEST
21122 ____________________________________________________________________________
21123 [ 23361] By: rgs                                   on 2004/10/12  16:07:54
21124         Log: Subject: [perl #31843] warnings::warn($obj,...) fails when $obj overloads ""
21125              From: kaminsky@math.huji.ac.il (via RT) <perlbug-followup@perl.org>
21126              Date: 5 Oct 2004 09:52:07 -0000
21127              Message-ID: <rt-3.0.11-31843-97358.2.89612012687236@perl.org>
21128              (with tweaks)
21129      Branch: perl
21130            ! lib/warnings.pm warnings.pl
21131 ____________________________________________________________________________
21132 [ 23360] By: rgs                                   on 2004/10/12  13:02:44
21133         Log: Subject: [PATCH-for-23358] enable statically linked extensions for Win32
21134              From: Vadim Konovalov <konovalo@mail.wplus.net>
21135              Date: Mon, 11 Oct 2004 22:57:00 +0400
21136              Message-ID: <80173417046.20041011225700@vkonovalov.ru>
21137      Branch: perl
21138            ! makedef.pl win32/Makefile win32/buildext.pl win32/dl_win32.xs
21139            ! win32/makefile.mk win32/perllib.c win32/sync_ext.pl
21140 ____________________________________________________________________________
21141 [ 23359] By: rgs                                   on 2004/10/12  12:54:27
21142         Log: Subject: Patch: BigInt v1.73 (pre-release)
21143              From: Tels <perl_dummy@bloodgate.com>
21144              Date: Sun, 10 Oct 2004 22:36:03 +0200
21145              Message-Id: <200410102236.03637@bloodgate.com>
21146      Branch: perl
21147            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21148            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
21149            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
21150            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
21151            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
21152            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/upgrade.inc
21153            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
21154 ____________________________________________________________________________
21155 [ 23358] By: rgs                                   on 2004/10/11  07:28:34
21156         Log: Subject: [PATCH] add the 'test_harness' target to vms "makefile"
21157              From: Abe Timmerman <abe@ztreet.demon.nl>
21158              Date: Sat, 9 Oct 2004 18:13:38 +0200
21159              Message-Id: <200410091813.38673.abe@ztreet.demon.nl>
21160      Branch: perl
21161            ! t/harness vms/descrip_mms.template vms/test.com
21162 ____________________________________________________________________________
21163 [ 23357] By: davem                                 on 2004/10/10  19:18:00
21164         Log: Turn regcomp into a list op
21165      Branch: perl
21166            ! embed.fnc ext/B/B/Deparse.pm lib/overload.t op.c perly.act
21167            ! perly.h perly.tab perly.y pp_ctl.c proto.h toke.c
21168 ____________________________________________________________________________
21169 [ 23356] By: nicholas                              on 2004/10/10  15:21:24
21170         Log: Hack to make -Dusethreads -Uuseithreads -Uuse5005threads pass all tests
21171      Branch: perl
21172            ! ext/B/t/OptreeCheck.pm
21173 ____________________________________________________________________________
21174 [ 23355] By: nicholas                              on 2004/10/10  15:03:25
21175         Log: Restore runtime loading of Encode and Encode-related modules, so that
21176              open.pm will work when the Encode extension isn't build.
21177      Branch: perl
21178            ! lib/open.pm
21179 ____________________________________________________________________________
21180 [ 23354] By: merijn                                on 2004/10/09  12:27:39
21181         Log: Make AIX 5 + gcc work in 64bitall
21182      Branch: perl
21183            ! hints/aix.sh
21184 ____________________________________________________________________________
21185 [ 23353] By: merijn                                on 2004/10/08  09:52:59
21186         Log: A new machine type, some reformatting, some reorganization
21187              and a bit of additional info on Sleepycat's db.
21188      Branch: perl
21189            ! README.hpux
21190 ____________________________________________________________________________
21191 [ 23352] By: rgs                                   on 2004/10/08  08:56:49
21192         Log: Briefly document the test.utf16 make target.
21193      Branch: perl
21194            ! pod/perlhack.pod
21195 ____________________________________________________________________________
21196 [ 23351] By: rgs                                   on 2004/10/08  08:52:39
21197         Log: Make the perl interpreter more tolerant of UTF-16-encoded script
21198              (patch by Jarkko Hietaniemi)
21199      Branch: perl
21200            ! Makefile.SH t/TEST toke.c utf8.c
21201 ____________________________________________________________________________
21202 [ 23350] By: rgs                                   on 2004/10/04  16:05:20
21203         Log: Subject: [perl #31697] [PATCH] B::Showlex::newlex enhancement and pod
21204              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
21205              Date: 23 Sep 2004 21:45:42 -0000
21206              Message-ID: <rt-3.0.11-31697-96840.0.810265136907162@perl.org>
21207              (with doc nits)
21208      Branch: perl
21209            ! ext/B/B/Concise.pm ext/B/B/Showlex.pm ext/B/t/showlex.t
21210 ____________________________________________________________________________
21211 [ 23349] By: rgs                                   on 2004/10/04  15:46:28
21212         Log: Increment $overload::VERSION after change #23347
21213      Branch: perl
21214            ! ext/B/B/Concise.pm lib/overload.pm
21215 ____________________________________________________________________________
21216 [ 23348] By: rgs                                   on 2004/10/04  14:00:11
21217         Log: Subject: [PATCH-for-23341] dynaloader improvements and cleanup
21218              From: Vadim Konovalov <vadim@vkonovalov.ru>
21219              Date: Sun, 3 Oct 2004 22:10:06 +0400
21220              Message-ID: <138-1837306906.20041003221006@vkonovalov.ru>
21221      Branch: perl
21222            ! ext/DynaLoader/DynaLoader_pm.PL
21223 ____________________________________________________________________________
21224 [ 23347] By: rgs                                   on 2004/10/04  10:57:15
21225         Log: Subject: [PATCH perl-current] Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloading
21226              From: Rick Delaney <rick@bort.ca>
21227              Date: Sat, 2 Oct 2004 01:04:49 -0400
21228              Message-ID: <20041002050448.GB5059@biff.bort.ca>
21229      Branch: perl
21230            ! lib/overload.pm lib/overload.t
21231 ____________________________________________________________________________
21232 [ 23346] By: rgs                                   on 2004/10/04  10:18:49
21233         Log: Subject: [PATCH] vms/t/filespec.t tweak
21234              From: "Craig A. Berry" <craigberry@mac.com>
21235              Date: Fri, 01 Oct 2004 13:18:03 -0500
21236              Message-ID: <415D9F5B.5040306@mac.com>
21237      Branch: perl
21238            ! vms/ext/filespec.t
21239 ____________________________________________________________________________
21240 [ 23345] By: rgs                                   on 2004/10/04  08:53:04
21241         Log: More caveats on the non-portability of stat(), suggested by
21242              Stas Bekman.
21243      Branch: perl
21244            ! pod/perlfunc.pod
21245 ____________________________________________________________________________
21246 [ 23344] By: nicholas                              on 2004/10/02  21:49:15
21247         Log: Perl_sv_recode_to_utf8 shouldn't be returning SvPVX(sv) without
21248              any check on whether it's valid.
21249      Branch: perl
21250            ! sv.c
21251 ____________________________________________________________________________
21252 [ 23343] By: merijn                                on 2004/10/02  11:08:32
21253         Log: Subject: [PATCH] make t/uni/class.t pass on VMS
21254              From: "Craig A. Berry" <craigberry@mac.com>
21255              Date: Fri, 01 Oct 2004 12:57:55 -0500
21256              Message-ID: <415D9AA3.1000908@mac.com>
21257      Branch: perl
21258            ! t/uni/class.t
21259 ____________________________________________________________________________
21260 [ 23342] By: davem                                 on 2004/09/30  20:51:31
21261         Log: open $1, "file" doesn't raise an exception
21262      Branch: perl
21263            ! pp.c t/io/open.t
21264 ____________________________________________________________________________
21265 [ 23341] By: rgs                                   on 2004/09/30  15:41:40
21266         Log: Subject: [patch] Sys::Syslog POD - $Sys::Syslog::host
21267              From: "Jay Hannah" <jhannah@omnihotels.com>
21268              Date: Wed, 15 Sep 2004 14:51:42 -0500
21269              Message-ID: <002001c49b5d$6d0d79c0$4722000a@omarests2>
21270      Branch: perl
21271            ! ext/Sys/Syslog/Syslog.pm
21272 ____________________________________________________________________________
21273 [ 23340] By: rgs                                   on 2004/09/30  15:12:29
21274         Log: A fix for [perl #31692] : as PerlIO::scalar accesses directly the
21275              PV of the scalar it reads from, avoid to read it when it's an
21276              undefined PV.
21277      Branch: perl
21278            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
21279 ____________________________________________________________________________
21280 [ 23339] By: davem                                 on 2004/09/28  18:05:52
21281         Log: the improved -DT output of #23325 could print an uninit stack value
21282      Branch: perl
21283            ! toke.c
21284 ____________________________________________________________________________
21285 [ 23338] By: nicholas                              on 2004/09/28  16:55:08
21286         Log: Spelling correction spotted by Greg McCarroll
21287      Branch: perl
21288            ! README.epoc
21289 ____________________________________________________________________________
21290 [ 23337] By: rgs                                   on 2004/09/28  15:28:58
21291         Log: Subject: Patch for perl.c fixing an obscure environment bug
21292              From: Merijn Broeren <merijnb@iloquent.com>
21293              Date: Thu, 23 Sep 2004 17:18:17 +0200
21294              Message-ID: <20040923151817.GA15782@brugman.iloquent.nl>
21295      Branch: perl
21296            ! perl.c
21297 ____________________________________________________________________________
21298 [ 23336] By: rgs                                   on 2004/09/28  08:08:24
21299         Log: Perl -DT segfaults when parsing a 'use' statement
21300      Branch: perl
21301            ! toke.c
21302 ____________________________________________________________________________
21303 [ 23334] By: rgs                                   on 2004/09/23  07:33:15
21304         Log: Typo fix.
21305              Subject: [PATCH] Re: Smoke [5.9.2] 23330 FAIL(X) hp-ux 11.11/64 (PA-2.0/64/2 cpu)
21306              From: Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
21307              Date: Wed, 22 Sep 2004 11:20:53 +0200
21308              Message-ID: <20040922112053.686562b6@valis.local>
21309      Branch: perl
21310            ! lib/open.pm
21311 ____________________________________________________________________________
21312 [ 23333] By: rgs                                   on 2004/09/23  07:30:16
21313         Log: Remove a couple of C<> to avoid confusing double quotes in text
21314              rendering. [perl #31678]
21315      Branch: perl
21316            ! pod/perlop.pod
21317 ____________________________________________________________________________
21318 [ 23332] By: rgs                                   on 2004/09/22  09:08:04
21319         Log: Document that $ENV{PATH} may not contain relative directories under -T
21320      Branch: perl
21321            ! pod/perldiag.pod pod/perlsec.pod
21322 ____________________________________________________________________________
21323 [ 23331] By: davem                                 on 2004/09/20  22:11:29
21324         Log: Subject:  Re: [perl #31586] utime does not reach expectations [PATCH]
21325              From:  LAUN Wolfgang <wolfgang.laun@alcatel.at>
21326              Date:  Fri, 17 Sep 2004 14:01:11 +0200
21327              Message-Id:  <DF27CDCBD2581D4B88431901094E4B4D02B0C88B@attmsx1.aut.alcatel.at>
21328
21329              Clarify the effect of utime when the file isn't owned by the user
21330      Branch: perl
21331            ! pod/perlfunc.pod
21332 ____________________________________________________________________________
21333 [ 23330] By: rgs                                   on 2004/09/20  17:20:38
21334         Log: Upgrade to MIME::Base64 3.05.
21335      Branch: perl
21336            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
21337            ! ext/MIME/Base64/t/warn.t
21338 ____________________________________________________________________________
21339 [ 23329] By: rgs                                   on 2004/09/20  17:13:20
21340         Log: Upgrade to Time::HiRes 1.65.
21341      Branch: perl
21342            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21343            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21344            ! ext/Time/HiRes/ppport.h ext/Time/HiRes/t/HiRes.t
21345 ____________________________________________________________________________
21346 [ 23327] By: rgs                                   on 2004/09/20  08:23:58
21347         Log: Subject: [perl #27576] [PATCH] Pod::Usage -exitvalue => "NOEXIT" requires -output be set (Doc bug)
21348              From: "Steve Peters via RT" <perlbug-followup@perl.org>
21349              Date: 26 Aug 2004 19:06:52 -0000
21350              Message-ID: <rt-3.0.11-27576-94411.2.28321880730803@perl.org>
21351      Branch: perl
21352            ! lib/Pod/Usage.pm
21353 ____________________________________________________________________________
21354 [ 23326] By: rgs                                   on 2004/09/20  08:10:47
21355         Log: Subject: [PATCH] encoding and open pragmas
21356              From: Jarkko Hietaniemi <jhi@iki.fi>
21357              Date: Mon, 16 Aug 2004 22:27:00 +0300
21358              Message-ID: <41210A84.6060506@iki.fi>
21359
21360              Subject: Re: [PATCH] encoding and open pragmas
21361              From: Jarkko Hietaniemi <jhi@iki.fi>
21362              Date: Tue, 17 Aug 2004 11:22:58 +0300 (EEST)
21363              Message-Id: <200408170822.i7H8MwUU016793@vipunen.hut.fi>
21364      Branch: perl
21365            ! ext/Encode/encoding.pm lib/open.pm lib/open.t t/io/layers.t
21366 ____________________________________________________________________________
21367 [ 23325] By: davem                                 on 2004/09/19  21:47:18
21368         Log: improve lexer debugging output (-DT)
21369              Decode yylex() return values, and show lexer state each time
21370              yylex() is called
21371      Branch: perl
21372            ! embed.fnc embed.h proto.h toke.c
21373 ____________________________________________________________________________
21374 [ 23323] By: rgs                                   on 2004/09/15  16:12:42
21375         Log: The XSUB.h patch from:
21376
21377              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
21378              From: John Peacock <jpeacock@rowman.com>
21379              Date: Wed, 18 Aug 2004 08:26:35 -0400
21380              Message-ID: <41234AFB.1020009@rowman.com>
21381
21382              Now it will use version object logic for version comparison
21383              when loading XS modules.
21384      Branch: perl
21385            ! XSUB.h
21386 ____________________________________________________________________________
21387 [ 23322] By: rgs                                   on 2004/09/15  15:48:23
21388         Log: Upgrade to Time::HiRes 1.63.
21389              Note that it includes a ppport.h file. See if the one
21390              previously built in Devel::PPPort can be used instead.
21391      Branch: perl
21392            + ext/Time/HiRes/ppport.h
21393            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21394            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21395            ! ext/Time/HiRes/t/HiRes.t
21396 ____________________________________________________________________________
21397 [ 23321] By: davem                                 on 2004/09/14  21:57:10
21398         Log: Subject:  Re: [perl #31459] Bug in read()
21399              From:  Chris Heath <chris@heathens.co.nz>
21400              Date:  06 Sep 2004 00:03:12 -0400
21401              Message-Id:  <1094443392.12379.35.camel@linux.heathens.co.nz>
21402
21403              a read(F) into a UTF8-encoded buffer with an offset off the
21404              end of the buffer, miss-calculated buffer lengths
21405      Branch: perl
21406            ! pp_sys.c
21407 ____________________________________________________________________________
21408 [ 23320] By: davem                                 on 2004/09/12  22:09:51
21409         Log: Memory leak in nested shared data structures in 5.8.4
21410              A pop of an item from a shared array ref causes a leak due to
21411              AVf_REAL not having been set after an sv_upgrade(sv, SVt_PVAV).
21412              Make sv_upgrade() set always this flag.
21413      Branch: perl
21414            ! sv.c
21415 ____________________________________________________________________________
21416 [ 23319] By: nicholas                              on 2004/09/10  16:40:17
21417         Log: Integrate:
21418              [ 23318]
21419              Update the skips for the no perlio case
21420      Branch: perl
21421           !> ext/B/t/optree_check.t ext/B/t/optree_concise.t
21422           !> ext/B/t/showlex.t
21423 ____________________________________________________________________________
21424 [ 23300] By: nicholas                              on 2004/09/09  15:54:18
21425         Log: A single version of B that supports 5.8 and 5.10
21426      Branch: perl
21427            ! ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
21428            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
21429 ____________________________________________________________________________
21430 [ 23283] By: mhx                                   on 2004/09/08  20:33:55
21431         Log: Subject: [PATCH-5.8.5] lib/bigint.pm tiny typo fix
21432              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
21433              Date: Mon, 6 Sep 2004 11:09:51 +0400
21434              Message-ID: <7DD1BE2C50259746ABB8683672D2089E081132@itotest-1.spb.lucent.com>
21435      Branch: perl
21436            ! lib/bigint.pm
21437 ____________________________________________________________________________
21438 [ 23282] By: mhx                                   on 2004/09/08  20:19:18
21439         Log: Upgrade to Devel::PPPort 3.03.
21440      Branch: perl
21441            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21442            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort.xs
21443            ! ext/Devel/PPPort/PPPort_pm.PL
21444            ! ext/Devel/PPPort/parts/inc/MY_CXT ext/Devel/PPPort/t/MY_CXT.t
21445 ____________________________________________________________________________
21446 [ 23281] By: davem                                 on 2004/09/08  19:42:15
21447         Log: Subject:  [perl #21553] Re: Solaris Perl (fwd)
21448              From:  Andy Dougherty <doughera@lafayette.edu>
21449              Date:  Wed, 8 Sep 2004 11:32:26 -0400 (EDT)
21450              Message-Id:  <Pine.SOL.4.58.0409081129180.17582@maxwell.phys.lafayette.edu>
21451              Clarify whether it's safe to replace the perl bundled with Solaris
21452      Branch: perl
21453            ! README.solaris
21454 ____________________________________________________________________________
21455 [ 23280] By: mhx                                   on 2004/09/08  19:18:06
21456         Log: Upgrade to Devel::PPPort 3.02.
21457      Branch: perl
21458            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21459            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
21460            ! ext/Devel/PPPort/devel/scanprov ext/Devel/PPPort/mktests.PL
21461            ! ext/Devel/PPPort/parts/base/5004050
21462            ! ext/Devel/PPPort/parts/base/5005000
21463            ! ext/Devel/PPPort/parts/base/5006000
21464            ! ext/Devel/PPPort/parts/base/5008001
21465            ! ext/Devel/PPPort/parts/base/5009002
21466            ! ext/Devel/PPPort/parts/inc/MY_CXT
21467            ! ext/Devel/PPPort/parts/inc/misc ext/Devel/PPPort/t/MY_CXT.t
21468            ! ext/Devel/PPPort/t/SvPV.t ext/Devel/PPPort/t/call.t
21469            ! ext/Devel/PPPort/t/cop.t ext/Devel/PPPort/t/grok.t
21470            ! ext/Devel/PPPort/t/limits.t ext/Devel/PPPort/t/mPUSH.t
21471            ! ext/Devel/PPPort/t/magic.t ext/Devel/PPPort/t/misc.t
21472            ! ext/Devel/PPPort/t/newCONSTSUB.t ext/Devel/PPPort/t/newRV.t
21473            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/sv_xpvf.t
21474            ! ext/Devel/PPPort/t/threads.t ext/Devel/PPPort/t/uv.t
21475 ____________________________________________________________________________
21476 [ 23279] By: mhx                                   on 2004/09/08  18:46:56
21477         Log: Add MY_CXT_CLONE to the core. (Taken from Time::HiRes.) See also:
21478              http://groups.google.com/groups?selm=r5l1vv00ca033k7a06d40fgei1ion91rnp%404ax.com
21479      Branch: perl
21480            ! perl.h
21481 ____________________________________________________________________________
21482 [ 23278] By: nicholas                              on 2004/09/08  16:53:34
21483         Log: backport B to work on 5.8.x, so that a single version of the source
21484              can be maintained, and ultimately dual-lifed on CPAN
21485              (the version conditional changes are actually surprisingly small)
21486      Branch: perl
21487            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
21488            ! ext/B/t/f_map.t ext/B/t/f_sort.t ext/B/t/optree_samples.t
21489            ! ext/B/t/stash.t
21490 ____________________________________________________________________________
21491 [ 23277] By: mhx                                   on 2004/09/08  16:49:59
21492         Log: Subject: SvO?OK_off()'s return value
21493              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
21494              Date: Sun, 1 Aug 2004 12:46:48 +0200
21495              Message-Id: <20040801124648.7f9b3cee@r2d2>
21496
21497              Move (void) casts into SvOOK_off macro.
21498      Branch: perl
21499            ! gv.c mg.c perl.c pp.c pp_ctl.c pp_hot.c scope.c sv.c sv.h
21500 ____________________________________________________________________________
21501 [ 23276] By: merijn                                on 2004/09/07  12:57:58
21502         Log: Subject: [PATCH] perlintro.pod
21503              From: Paul Johnson <paul@pjcj.net>
21504              Date: Tue, 7 Sep 2004 15:13:51 +0200
21505              Message-ID: <20040907131351.GD2513@pjcj.net>
21506      Branch: perl
21507            ! pod/perlintro.pod
21508 ____________________________________________________________________________
21509 [ 23275] By: steveh                                on 2004/09/06  10:16:12
21510         Log: Implement new environment variable to allow the use of non-IFS
21511              compatible LSP's on Windows to allow Perl to work in conjunction
21512              with a firewall such as McAfee Guardian.
21513
21514              Bug report and possible solutions by Ken Fox <kfox@ford.com>;
21515              further assistance by Artiom Morozov <artiom@phreaker.net>.
21516      Branch: perl
21517            ! pod/perlrun.pod win32/win32sck.c
21518 ____________________________________________________________________________
21519 [ 23274] By: merijn                                on 2004/09/06  08:49:24
21520         Log: Subject: [PATCH] -Dunlink_all_versions for VMS
21521              From: "Craig A. Berry" <craigberry@mac.com>
21522              Date: Sat, 04 Sep 2004 11:58:56 -0500
21523              Message-ID: <4139F450.7040708@mac.com>
21524      Branch: perl
21525            ! configure.com
21526 ____________________________________________________________________________
21527 [ 23271] By: davem                                 on 2004/09/05  21:36:57
21528         Log: only mortalize deleted array elements for AvREAL
21529              (update to change #23158)
21530      Branch: perl
21531            ! av.c
21532 ____________________________________________________________________________
21533 [ 23267] By: davem                                 on 2004/09/05  20:16:55
21534         Log: I somehow managed to omit the base.pm change from #23266
21535      Branch: perl
21536            ! lib/base.pm
21537 ____________________________________________________________________________
21538 [ 23266] By: davem                                 on 2004/09/05  20:04:35
21539         Log: Fields package bug
21540              An intermediate class with no fields messes up private fields
21541              in the base class.
21542      Branch: perl
21543            ! lib/base.pm lib/base/t/fields-base.t
21544 ____________________________________________________________________________
21545 [ 23258] By: rgs                                   on 2004/09/02  15:37:55
21546         Log: Upgrade to Encode 2.02
21547      Branch: perl
21548            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
21549            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
21550            ! ext/Encode/bin/ucmsort ext/Encode/lib/Encode/Alias.pm
21551            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
21552            ! ext/Encode/t/big5-hkscs.enc ext/Encode/t/big5-hkscs.utf
21553            ! ext/Encode/ucm/big5-hkscs.ucm
21554 ____________________________________________________________________________
21555 [ 23257] By: rgs                                   on 2004/09/02  15:01:39
21556         Log: Upgrade to version 0.42.
21557              From:
21558              Subject: CPAN Upload: J/JP/JPEACOCK/version-0.42.tar.gz
21559              From: John Peacock <jpeacock@rowman.com>
21560              Date: Wed, 18 Aug 2004 08:26:35 -0400
21561              Message-ID: <41234AFB.1020009@rowman.com>
21562      Branch: perl
21563            ! lib/version.pm lib/version.t util.c
21564 ____________________________________________________________________________
21565 [ 23256] By: davem                                 on 2004/09/01  23:41:25
21566         Log: Subject:  [PATCH] fields.pm lost compile-time benefit
21567              From:  Rick Delaney <rick@bort.ca>
21568              Date:  Fri, 13 Aug 2004 19:54:12 -0400
21569              Message-Id:  <20040813235412.GB12980@biff.bort.ca>
21570
21571              restore the compile-time field checking for
21572              my Dog $spot; $spot->{'walkies'};
21573              that was lost when pseudo-hashes were removed
21574      Branch: perl
21575            ! lib/base/t/fields-base.t lib/base/t/fields.t op.c
21576            ! pod/perldiag.pod
21577 ____________________________________________________________________________
21578 [ 23255] By: davem                                 on 2004/09/01  23:37:07
21579         Log: whoops, fix 'formline undef' test broken by change #23251
21580      Branch: perl
21581            ! t/lib/warnings/9uninit
21582 ____________________________________________________________________________
21583 [ 23253] By: davem                                 on 2004/09/01  22:45:07
21584         Log: Subject:  PATCH: Taintedness and ternary conditional
21585              From:  Andy Lester <andy@petdance.com>
21586              Date:  Thu, 26 Aug 2004 23:44:47 -0500
21587              Message-Id:  <20040827044447.GA5268@petdance.com>
21588
21589              add tests and documentation to the effect that ($tainted ? $a : $b)
21590              doesn't necessarily return a tainted value. Also tidy the markup in
21591              perldoc.pod
21592      Branch: perl
21593            ! pod/perlsec.pod t/op/taint.t
21594 ____________________________________________________________________________
21595 [ 23252] By: davem                                 on 2004/09/01  22:20:05
21596         Log: delete spurious blank lines added by change 23251
21597      Branch: perl
21598            ! pp_ctl.c
21599 ____________________________________________________________________________
21600 [ 23251] By: davem                                 on 2004/09/01  22:17:47
21601         Log: Random made scripts crashing perl
21602              fix 'formline undef' coredump
21603      Branch: perl
21604            ! pp_ctl.c t/lib/warnings/9uninit
21605 ____________________________________________________________________________
21606 [ 23250] By: davem                                 on 2004/09/01  20:46:13
21607         Log: From: david nicol <whatever@davidnicol.com>
21608              Subject: [perl #31228] no no-op
21609              Message-Id: 1093659222.1436.70.camel@plaza.davidnicol.com>
21610              Date: 27 Aug 2004 21:13:42 -0500
21611
21612              Document that 0 and 1 can (sort of) be used as no-ops.
21613      Branch: perl
21614            ! pod/perlop.pod
21615 ____________________________________________________________________________
21616 [ 23249] By: davem                                 on 2004/09/01  18:54:25
21617         Log: Subject:  [ PATCH ] 2 added private flags for B::Concise
21618              From:  Jim Cromie <jcromie@divsol.com>
21619              Date:  Tue, 31 Aug 2004 23:19:54 -0600
21620              Message-Id:  <41355BFA.8010900@divsol.com>
21621
21622              The OPpENTERSUB_NOMOD and OPpCONST_SHORTCIRCUIT flags weren't
21623              displayed by B::Concise.
21624      Branch: perl
21625            ! ext/B/B/Concise.pm
21626 ____________________________________________________________________________
21627 [ 23248] By: rgs                                   on 2004/09/01  15:35:20
21628         Log: Upgrade to Cwd 2.21.
21629      Branch: perl
21630            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
21631 ____________________________________________________________________________
21632 [ 23247] By: rgs                                   on 2004/09/01  15:11:45
21633         Log: Update to File::Spec 0.90
21634      Branch: perl
21635            ! lib/File/Spec.pm lib/File/Spec/VMS.pm
21636 ____________________________________________________________________________
21637 [ 23246] By: mhx                                   on 2004/08/30  18:36:18
21638         Log: Skip Time::HiRes tests if configured without that module.
21639      Branch: perl
21640            ! ext/Time/HiRes/t/HiRes.t
21641 ____________________________________________________________________________
21642 [ 23245] By: mhx                                   on 2004/08/30  18:34:58
21643         Log: Fix skipping of a Dumpvalue test when configured without Devel::Peek.
21644      Branch: perl
21645            ! lib/Dumpvalue.t
21646 ____________________________________________________________________________
21647 [ 23244] By: mhx                                   on 2004/08/30  18:33:27
21648         Log: Skip a Data::Dumper test if configured without B module.
21649      Branch: perl
21650            ! ext/Data/Dumper/t/dumper.t
21651 ____________________________________________________________________________
21652 [ 23243] By: mhx                                   on 2004/08/29  13:22:48
21653         Log: Fix typo in B::Assembler.
21654      Branch: perl
21655            ! ext/B/B/Assembler.pm
21656 ____________________________________________________________________________
21657 [ 23242] By: mhx                                   on 2004/08/29  13:21:50
21658         Log: Skip ext/B/t/assembler.t when configured without B.
21659      Branch: perl
21660            ! ext/B/t/assembler.t
21661 ____________________________________________________________________________
21662 [ 23241] By: merijn                                on 2004/08/28  08:05:19
21663         Log: Subject: [PATCH] File::Spec::VMS update
21664              From: "Craig A. Berry" <craigberry@mac.com>
21665              Date: Fri, 27 Aug 2004 18:51:09 -0500
21666              Message-ID: <412FC8ED.1020300@mac.com>
21667      Branch: perl
21668            ! lib/File/Spec/VMS.pm lib/File/Spec/t/Spec.t
21669 ____________________________________________________________________________
21670 [ 23240] By: merijn                                on 2004/08/28  07:41:47
21671         Log: Pumpkinship updates
21672      Branch: perl
21673            ! pod/perlhack.pod
21674 ____________________________________________________________________________
21675 [ 23239] By: mhx                                   on 2004/08/26  21:57:39
21676         Log: Fix nasty line break in Storable test file.
21677      Branch: perl
21678            ! ext/Storable/t/just_plain_nasty.t
21679 ____________________________________________________________________________
21680 [ 23238] By: rgs                                   on 2004/08/26  13:02:14
21681         Log: Upgrade to MIME::Base64 3.03
21682      Branch: perl
21683            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
21684            ! ext/MIME/Base64/QuotedPrint.pm
21685 ____________________________________________________________________________
21686 [ 23237] By: rgs                                   on 2004/08/25  08:32:41
21687         Log: Upgrade to MIME::Base64 3.02.
21688      Branch: perl
21689            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
21690            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
21691            ! ext/MIME/Base64/t/quoted-print.t
21692 ____________________________________________________________________________
21693 [ 23236] By: rgs                                   on 2004/08/24  17:24:40
21694         Log: Grammatical nit by Hugo.
21695      Branch: perl
21696            ! pod/perlnewmod.pod
21697 ____________________________________________________________________________
21698 [ 23235] By: rgs                                   on 2004/08/23  12:32:33
21699         Log: Subject: [perl #31295] PATCH: Test comp/use.t fails on Tru64
21700              From: Nikola Milutinovic (via RT) <perlbug-followup@perl.org>
21701              Date: 23 Aug 2004 10:37:31 -0000
21702              Message-ID: <rt-3.0.11-31295-94232.1.74127465250315@perl.org>
21703      Branch: perl
21704            ! t/comp/use.t
21705 ____________________________________________________________________________
21706 [ 23234] By: mhx                                   on 2004/08/23  05:33:39
21707         Log: Upgrade to Devel::PPPort 3.01.
21708      Branch: perl
21709            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21710            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
21711            ! ext/Devel/PPPort/module2.c ext/Devel/PPPort/parts/inc/ppphtest
21712            ! ext/Devel/PPPort/parts/inc/version
21713            ! ext/Devel/PPPort/t/ppphtest.t
21714 ____________________________________________________________________________
21715 [ 23233] By: mhx                                   on 2004/08/22  22:18:56
21716         Log: Fix some backwards-compatibility problems with Storable.
21717      Branch: perl
21718            ! ext/Storable/Storable.xs ext/Storable/t/weak.t
21719 ____________________________________________________________________________
21720 [ 23232] By: rgs                                   on 2004/08/22  19:14:57
21721         Log: Upgrade to Time::HiRes 1.61
21722      Branch: perl
21723            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
21724            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
21725            ! ext/Time/HiRes/hints/solaris.pl ext/Time/HiRes/t/HiRes.t
21726 ____________________________________________________________________________
21727 [ 23231] By: mhx                                   on 2004/08/22  15:36:36
21728         Log: Fix Storable's MANIFEST.
21729      Branch: perl
21730            ! ext/Storable/MANIFEST
21731 ____________________________________________________________________________
21732 [ 23230] By: davem                                 on 2004/08/20  21:20:48
21733         Log: a regex in STDOUT destructor coredumped because regex pad already
21734              freed
21735      Branch: perl
21736            ! perl.c t/op/ref.t
21737 ____________________________________________________________________________
21738 [ 23229] By: mhx                                   on 2004/08/20  13:18:08
21739         Log: Upgrade to Devel::PPPort 3.00_03.
21740      Branch: perl
21741            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21742            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/PPPort_pm.PL
21743            ! ext/Devel/PPPort/parts/inc/ppphtest
21744            ! ext/Devel/PPPort/t/ppphtest.t
21745 ____________________________________________________________________________
21746 [ 23228] By: mhx                                   on 2004/08/19  23:14:00
21747         Log: Tweak 'h2xs -h' output.
21748      Branch: perl
21749            ! utils/h2xs.PL
21750 ____________________________________________________________________________
21751 [ 23227] By: mhx                                   on 2004/08/19  17:05:48
21752         Log: Delete superfluous "with".
21753      Branch: perl
21754            ! README.win32
21755 ____________________________________________________________________________
21756 [ 23226] By: mhx                                   on 2004/08/19  11:22:15
21757         Log: Upgrade to Devel::PPPort 3.00_02.
21758      Branch: perl
21759            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/META.yml
21760            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21761            ! ext/Devel/PPPort/PPPort_pm.PL
21762 ____________________________________________________________________________
21763 [ 23225] By: rgs                                   on 2004/08/19  07:58:59
21764         Log: Mark a test that relies on tainting behavior as TODO on Windows.
21765      Branch: perl
21766            ! t/comp/opsubs.t
21767 ____________________________________________________________________________
21768 [ 23224] By: steveh                                on 2004/08/18  13:44:13
21769         Log: Add notes for building with MS VC++ Toolkit 2003
21770      Branch: perl
21771            ! README.win32
21772 ____________________________________________________________________________
21773 [ 23223] By: mhx                                   on 2004/08/17  21:33:41
21774         Log: Upgrade to Devel::PPPort 3.00_01.
21775      Branch: perl
21776            + ext/Devel/PPPort/parts/inc/sv_xpvf ext/Devel/PPPort/t/cop.t
21777            + ext/Devel/PPPort/t/sv_xpvf.t
21778            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
21779            ! ext/Devel/PPPort/META.yml ext/Devel/PPPort/PPPort.pm
21780            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/PPPort_pm.PL
21781            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/parts/apicheck.pl
21782            ! ext/Devel/PPPort/parts/inc/misc
21783            ! ext/Devel/PPPort/parts/inc/ppphbin
21784            ! ext/Devel/PPPort/parts/inc/ppphtest
21785            ! ext/Devel/PPPort/parts/inc/uv
21786            ! ext/Devel/PPPort/parts/ppptools.pl
21787            ! ext/Devel/PPPort/parts/todo/5004000
21788            ! ext/Devel/PPPort/parts/todo/5004050
21789            ! ext/Devel/PPPort/parts/todo/5006000
21790            ! ext/Devel/PPPort/t/ppphtest.t ext/Devel/PPPort/t/uv.t
21791 ____________________________________________________________________________
21792 [ 23222] By: mhx                                   on 2004/08/17  10:14:46
21793         Log: Upgrade to Devel::PPPort 3.00.
21794      Branch: perl
21795            + (add 103 files)
21796            - ext/Devel/PPPort/t/test.t
21797            ! MANIFEST ext/Devel/PPPort/Changes ext/Devel/PPPort/MANIFEST
21798            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
21799            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/README
21800            ! ext/Devel/PPPort/TODO ext/Devel/PPPort/module2.c
21801            ! ext/Devel/PPPort/module3.c ext/Devel/PPPort/ppport_h.PL
21802            ! ext/Devel/PPPort/soak
21803 ____________________________________________________________________________
21804 [ 23221] By: rgs                                   on 2004/08/17  08:25:39
21805         Log: Subject: [PATCH] Document Carp's global variables + provide tests
21806              From: "Jos I. Boumans" <kane@dwim.org>
21807              Date: Mon, 16 Aug 2004 15:53:40 +0200
21808              Message-Id: <ADC6DEC6-EF8B-11D8-8425-000A95EF62E2@dwim.org>
21809              (tests a bit reworked)
21810      Branch: perl
21811            ! lib/Carp.pm lib/Carp.t
21812 ____________________________________________________________________________
21813 [ 23220] By: rgs                                   on 2004/08/17  07:29:11
21814         Log: Subject: Updates to modules-related pod
21815              From: Kirrily Skud Robert <skud@infotrope.net>
21816              Date: Mon, 16 Aug 2004 16:00:14 -0400
21817              Message-ID: <20040816200014.GC27764@infotrope.net>
21818      Branch: perl
21819            ! pod/perlnewmod.pod
21820 ____________________________________________________________________________
21821 [ 23219] By: rgs                                   on 2004/08/16  17:59:22
21822         Log: Subject: [PATCH] running mktables on VMS
21823              From: "Craig A. Berry" <craigberry@mac.com>
21824              Date: Tue, 10 Aug 2004 22:28:04 -0500
21825              Message-ID: <41199244.9020706@mac.com>
21826      Branch: perl
21827            ! vms/descrip_mms.template
21828 ____________________________________________________________________________
21829 [ 23218] By: rgs                                   on 2004/08/16  07:23:56
21830         Log: Subject: [PATCH] make cygwin ld2 executable
21831              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
21832              Date: Sun, 15 Aug 2004 17:14:59 -0700
21833              Message-ID: <20040816001252.GA2148@efn.org>
21834      Branch: perl
21835            ! cygwin/Makefile.SHs
21836 ____________________________________________________________________________
21837 [ 23217] By: davem                                 on 2004/08/14  22:32:16
21838         Log: make pp_goto() cope potential stack reallocation in EXTEND
21839              The code for goto &foo had local pointers to the stack that
21840              pointed to the wrong place after a realloc.
21841      Branch: perl
21842            ! pp_ctl.c t/op/goto.t
21843 ____________________________________________________________________________
21844 [ 23216] By: rgs                                   on 2004/08/13  13:18:37
21845         Log: Subject: [PATCH] pre Math::BigInt v1.72
21846              From: Tels <perl_dummy@bloodgate.com>
21847              Date: Fri, 13 Aug 2004 14:02:50 +0200
21848              Message-Id: <200408131402.52270@bloodgate.com>
21849      Branch: perl
21850            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
21851            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
21852            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
21853            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
21854 ____________________________________________________________________________
21855 [ 23215] By: rgs                                   on 2004/08/13  12:09:35
21856         Log: Subject: Test for functions with operator names
21857              From: Andy Lester <andy@petdance.com>
21858              Date: Thu, 12 Aug 2004 11:31:03 -0500
21859              Message-ID: <20040812163103.GA26687@petdance.com>
21860      Branch: perl
21861            + t/comp/opsubs.t
21862            ! MANIFEST
21863 ____________________________________________________________________________
21864 [ 23214] By: rgs                                   on 2004/08/13  07:13:38
21865         Log: Subject: api doc fix for SvSetMagicSV_nosteal
21866              From: Stas Bekman <stas@stason.org>
21867              Date: Thu, 12 Aug 2004 18:10:36 -0700
21868              Message-ID: <411C150C.5020602@stason.org>
21869      Branch: perl
21870            ! pod/perlapi.pod sv.h
21871 ____________________________________________________________________________
21872 [ 23213] By: rgs                                   on 2004/08/10  13:17:40
21873         Log: Subject: Re: 2 patches: goto.t, B.pm/xs
21874              From: Jim Cromie <jcromie@divsol.com>
21875              Date: Tue, 10 Aug 2004 07:29:08 -0600
21876              Message-ID: <4118CDA4.3060700@divsol.com>
21877      Branch: perl
21878            ! t/op/goto.t
21879 ____________________________________________________________________________
21880 [ 23212] By: rgs                                   on 2004/08/10  07:21:19
21881         Log: Subject: 2 patches: goto.t, B.pm/xs
21882              From: Jim Cromie <jcromie@divsol.com>
21883              Date: Sun, 08 Aug 2004 18:42:47 -0600
21884              Message-ID: <4116C887.9080400@divsol.com>
21885      Branch: perl
21886            ! ext/B/B.pm ext/B/B.xs
21887 ____________________________________________________________________________
21888 [ 23211] By: rgs                                   on 2004/08/10  07:00:01
21889         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
21890              From: Alan Burlison <Alan.Burlison@sun.com>
21891              Date: Mon, 09 Aug 2004 19:00:12 +0100
21892              Message-ID: <4117BBAC.7080603@sun.com>
21893      Branch: perl
21894            ! ext/POSIX/POSIX.xs
21895 ____________________________________________________________________________
21896 [ 23210] By: davem                                 on 2004/08/09  19:58:35
21897         Log: Fix a typo and remove some debugging crud from change #23209
21898      Branch: perl
21899            ! ext/XS/APItest/t/call.t
21900 ____________________________________________________________________________
21901 [ 23209] By: davem                                 on 2004/08/09  19:48:57
21902         Log: eval_sv() failing a taint test could corrupt the stack
21903      Branch: perl
21904            ! ext/XS/APItest/t/call.t perl.c
21905 ____________________________________________________________________________
21906 [ 23208] By: davem                                 on 2004/08/09  18:28:33
21907         Log: made eq_array in t/test.pl handle undef values better
21908      Branch: perl
21909            ! t/test.pl
21910 ____________________________________________________________________________
21911 [ 23207] By: davem                                 on 2004/08/09  17:21:27
21912         Log: fix minor nit in file description, to keep Jarkko happy
21913      Branch: perl
21914            ! utf8.c
21915 ____________________________________________________________________________
21916 [ 23206] By: rgs                                   on 2004/08/09  15:33:54
21917         Log: Subject: Patch for t/op/sleep.t
21918              From: Andy Lester <andy@petdance.com>
21919              Date: Mon, 9 Aug 2004 00:11:51 -0500
21920              Message-ID: <20040809051151.GA13872@petdance.com>
21921      Branch: perl
21922            ! t/op/sleep.t
21923 ____________________________________________________________________________
21924 [ 23205] By: rgs                                   on 2004/08/09  12:10:25
21925         Log: Add a note in perltodo about a potential extension of readpipe()
21926      Branch: perl
21927            ! pod/perltodo.pod
21928 ____________________________________________________________________________
21929 [ 23204] By: rgs                                   on 2004/08/09  09:13:27
21930         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
21931              From: Alan Burlison <Alan.Burlison@sun.com>
21932              Date: Mon, 09 Aug 2004 10:30:25 +0100
21933              Message-ID: <41174431.6050803@sun.com>
21934      Branch: perl
21935            ! ext/POSIX/POSIX.xs
21936 ____________________________________________________________________________
21937 [ 23203] By: davem                                 on 2004/08/07  15:10:40
21938         Log: Add tests for XS call_*() API
21939      Branch: perl
21940            + ext/XS/APItest/t/call.t
21941            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
21942            ! ext/XS/APItest/MANIFEST pod/perlcall.pod
21943 ____________________________________________________________________________
21944 [ 23202] By: mhx                                   on 2004/08/07  15:10:39
21945         Log: Subject: [PATCH] DB_File 1.810
21946              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
21947              Date: Sat, 7 Aug 2004 15:22:09 +0100
21948              Message-Id: <20040807142059.CTQC10838.mta10-svc.ntlworld.com@MARQUESSPT21>
21949      Branch: perl
21950            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
21951            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-hash.t
21952 ____________________________________________________________________________
21953 [ 23200] By: steveh                                on 2004/08/06  12:55:31
21954         Log: Fix [perl #24269] socket() call uses non-IFS providers
21955              causing subsequent print/read to hang or misbehave
21956
21957              Patch supplied by Artiom Morozov <artiom@phreaker.net>
21958              in the bug report at http://rt.perl.org/rt3/index.html?q=24269
21959      Branch: perl
21960            ! README.win32 win32/Makefile win32/makefile.mk win32/win32.c
21961            ! win32/win32.h win32/win32sck.c
21962 ____________________________________________________________________________
21963 [ 23199] By: steveh                                on 2004/08/06  11:57:59
21964         Log: Another small clean-up following changes #23190 and #23198
21965      Branch: perl
21966            ! gv.c
21967 ____________________________________________________________________________
21968 [ 23198] By: davem                                 on 2004/08/06  10:06:46
21969         Log: remove leaks associated with version object change #23190
21970      Branch: perl
21971            ! gv.c util.c
21972 ____________________________________________________________________________
21973 [ 23197] By: rgs                                   on 2004/08/06  06:53:08
21974         Log: Subject: [PATCH sv.c]  signedness nit in #23190
21975              From: "Craig A. Berry" <craigberry@mac.com>
21976              Date: Thu, 05 Aug 2004 13:10:55 -0500
21977              Message-ID: <4112782F.7040302@mac.com>
21978      Branch: perl
21979            ! sv.c
21980 ____________________________________________________________________________
21981 [ 23196] By: mhx                                   on 2004/08/04  18:29:23
21982         Log: Document sv_catpvn_nomg, sv_setsv_nomg and sv_catsv_nomg.
21983      Branch: perl
21984            ! pod/perlapi.pod sv.h
21985 ____________________________________________________________________________
21986 [ 23195] By: nick                                  on 2004/08/04  18:16:47
21987         Log: Comment describing purpose.
21988      Branch: perl
21989            ! globals.c
21990 ____________________________________________________________________________
21991 [ 23194] By: rgs                                   on 2004/08/04  07:18:49
21992         Log: Subject: Re: POSIX::sigprocmask implemented incorrectly
21993              From: Alan Burlison <Alan.Burlison@sun.com>
21994              Date: Mon, 19 Jul 2004 12:07:02 +0100
21995              Message-ID: <40FBAB56.1030208@sun.com>
21996
21997              (last chunk only)
21998      Branch: perl
21999            ! ext/POSIX/POSIX.xs
22000 ____________________________________________________________________________
22001 [ 23193] By: rgs                                   on 2004/08/04  07:00:21
22002         Log: Remove compilation warnings about uninitialized variables.
22003      Branch: perl
22004            ! sv.c
22005 ____________________________________________________________________________
22006 [ 23192] By: rgs                                   on 2004/08/04  06:55:46
22007         Log: Remove the "Newline in left-justified string" warning.
22008      Branch: perl
22009            ! pod/perldiag.pod sv.c t/lib/warnings/sv
22010 ____________________________________________________________________________
22011 [ 23191] By: rgs                                   on 2004/08/04  06:30:58
22012         Log: Subject: [PATCH] extension to diagnostics.pm
22013              From: Fergal Daly <fergal@esatclear.ie>
22014              Date: Wed, 4 Aug 2004 00:33:09 +0100
22015              Message-ID: <20040803233309.GA239@dyn.fergaldaly.com>
22016      Branch: perl
22017            ! lib/diagnostics.pm
22018 ____________________________________________________________________________
22019 [ 23190] By: rgs                                   on 2004/08/04  06:19:27
22020         Log: Subject: [PATCH] Final version object core patch?
22021              From: John Peacock <jpeacock@rowman.com>
22022              Date: Tue, 03 Aug 2004 22:23:57 -0400
22023              Message-ID: <411048BD.3080700@rowman.com>
22024      Branch: perl
22025            ! gv.c perl.c pp_ctl.c sv.c t/comp/require.t t/op/ver.t util.c
22026 ____________________________________________________________________________
22027 [ 23189] By: merijn                                on 2004/08/03  23:51:13
22028         Log: gcc on AIX 4 doesn't like -G on the commandline too
22029      Branch: perl
22030            ! hints/aix_4.sh
22031 ____________________________________________________________________________
22032 [ 23188] By: merijn                                on 2004/08/03  23:48:13
22033         Log: gcc on AIX doesn't like -G on the commandline
22034      Branch: perl
22035            ! hints/aix.sh
22036 ____________________________________________________________________________
22037 [ 23187] By: davem                                 on 2004/08/03  19:20:18
22038         Log: more typo fixes for change 3176 (comments at top of .c files)
22039      Branch: perl
22040            ! mg.c miniperlmain.c perl.c run.c scope.c
22041 ____________________________________________________________________________
22042 [ 23186] By: rgs                                   on 2004/08/03  10:22:54
22043         Log: Subject: [perl #30914] ExtUtils::Embed should use libperl name from Config
22044              From: Marek Rouchal (via RT) <perlbug-followup@perl.org>
22045              Date: 2 Aug 2004 07:00:33 -0000
22046              Message-ID: <rt-3.0.11-30914-93038.14.5123598132685@perl.org>
22047      Branch: perl
22048            ! lib/ExtUtils/Embed.pm
22049 ____________________________________________________________________________
22050 [ 23185] By: rgs                                   on 2004/08/03  09:39:35
22051         Log: Subject: [PATCH] additional -V:foo tests
22052              From: Jim Cromie <jcromie@divsol.com>
22053              Date: Mon, 02 Aug 2004 09:15:23 -0600
22054              Message-ID: <410E5A8B.9030307@divsol.com>
22055      Branch: perl
22056            ! configpm lib/Config.t pod/perlrun.pod
22057 ____________________________________________________________________________
22058 [ 23184] By: rgs                                   on 2004/08/02  16:40:36
22059         Log: Enhance the caveat in the description of tell()
22060
22061              Subject: Re: [perl #30788] Error in documentation
22062              From: Nick Ing-Simmons <nick@ing-simmons.net>
22063              Date: Wed, 28 Jul 2004 15:12:54 +0100
22064              Message-Id: <20040728141254.3861.5@llama.ing-simmons.net>
22065      Branch: perl
22066            ! pod/perlfunc.pod
22067 ____________________________________________________________________________
22068 [ 23183] By: rgs                                   on 2004/08/02  09:16:13
22069         Log: Remove empty rpath from .so files
22070      Branch: perl
22071            ! lib/ExtUtils/MM_Unix.pm
22072 ____________________________________________________________________________
22073 [ 23182] By: rgs                                   on 2004/08/02  09:11:12
22074         Log: Subject: [PATCH] mention refaddr() in overload::StrVal docs
22075              From: Fergal Daly <fergal@esatclear.ie>
22076              Date: Fri, 30 Jul 2004 16:09:19 +0100
22077              Message-ID: <20040730150919.GB19022@dyn.fergaldaly.com>
22078      Branch: perl
22079            ! lib/overload.pm
22080 ____________________________________________________________________________
22081 [ 23181] By: steveh                                on 2004/08/02  08:05:05
22082         Log: Fix breakage caused by Change 23179
22083      Branch: perl
22084            ! t/run/fresh_perl.t
22085 ____________________________________________________________________________
22086 [ 23180] By: davem                                 on 2004/08/01  16:49:20
22087         Log: Add comment to top of reentr.c and fix typos in other files
22088      Branch: perl
22089            ! deb.c dump.c miniperlmain.c pad.c perly.y reentr.c reentr.h
22090            ! reentr.pl regcomp.c regexec.c scope.c utf8.c
22091 ____________________________________________________________________________
22092 [ 23179] By: mhx                                   on 2004/08/01  16:10:19
22093         Log: Skip test when building without Encode.
22094      Branch: perl
22095            ! t/run/fresh_perl.t
22096 ____________________________________________________________________________
22097 [ 23178] By: mhx                                   on 2004/08/01  10:19:46
22098         Log: Remove redundant SvOOK_off (called implicitly by SvOK_off)
22099              and merge identical cases.
22100      Branch: perl
22101            ! scope.c
22102 ____________________________________________________________________________
22103 [ 23177] By: davem                                 on 2004/07/31  16:27:09
22104         Log: shut up a warning in mg.c
22105      Branch: perl
22106            ! mg.c
22107 ____________________________________________________________________________
22108 [ 23176] By: davem                                 on 2004/07/31  16:21:50
22109         Log: Add comment to the top of most .c files explaining their purpose
22110      Branch: perl
22111            ! deb.c doio.c doop.c dump.c gv.c hv.c locale.c malloc.c mg.c
22112            ! miniperlmain.c numeric.c op.c pad.c perl.c perlio.c perly.act
22113            ! perly.h perly.tab perly.y pp.c pp_ctl.c pp_hot.c pp_pack.c
22114            ! pp_sort.c pp_sys.c regcomp.c regexec.c run.c scope.c taint.c
22115            ! universal.c utf8.c util.c
22116 ____________________________________________________________________________
22117 [ 23175] By: mhx                                   on 2004/07/31  15:19:13
22118         Log: Fix copy & paste bugs in mX?PUSH macro tests.
22119      Branch: perl
22120            ! ext/XS/APItest/APItest.xs
22121 ____________________________________________________________________________
22122 [ 23174] By: merijn                                on 2004/07/31  08:32:31
22123         Log: First steps towards an explicit perl.exp-less AIX build
22124              Previous method can still be used by undeffing usenativedlopen
22125              If that is ever tested at all on AIX
22126      Branch: perl
22127            ! hints/aix.sh hints/aix_4.sh
22128 ____________________________________________________________________________
22129 [ 23173] By: mhx                                   on 2004/07/31  08:29:54
22130         Log: Fix and update Perl_grok_* docs.
22131      Branch: perl
22132            ! numeric.c pod/perlapi.pod
22133 ____________________________________________________________________________
22134 [ 23172] By: steveh                                on 2004/07/30  14:31:08
22135         Log: A few minor updates to README.win32 (aka perlwin32)
22136      Branch: perl
22137            ! README.win32
22138 ____________________________________________________________________________
22139 [ 23171] By: rgs                                   on 2004/07/30  14:24:08
22140         Log: Upgrade to Math::BigInt v1.71.
22141      Branch: perl
22142            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22143            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
22144            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
22145            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
22146 ____________________________________________________________________________
22147 [ 23170] By: steveh                                on 2004/07/30  13:27:41
22148         Log: Bug report #30132 was resolved before it was finished!
22149              Here's the last piece in the puzzle.
22150      Branch: perl
22151            ! ext/IO/lib/IO/File.pm
22152 ____________________________________________________________________________
22153 [ 23168] By: rgs                                   on 2004/07/28  12:13:36
22154         Log: Upgrade to File::Spec 0.88.
22155      Branch: perl
22156            ! lib/File/Spec.pm lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
22157 ____________________________________________________________________________
22158 [ 23167] By: rgs                                   on 2004/07/28  09:20:12
22159         Log: Subject: Re: [perl #30783] Test::Builder does not handle overloaded "name" values
22160              From: Autrijus Tang <autrijus@gmail.com>
22161              Date: Thu, 22 Jul 2004 20:17:58 -0700
22162              Message-ID: <1912f0e204072220171790193a@mail.gmail.com>
22163      Branch: perl
22164            ! lib/Test/Builder.pm
22165 ____________________________________________________________________________
22166 [ 23166] By: rgs                                   on 2004/07/28  06:31:06
22167         Log: Subject: Re: more 5.9 sort tests (second draft)
22168              From: david nicol <whatever@davidnicol.com>
22169              Date: 21 Jul 2004 17:10:05 -0500
22170              Message-Id: <1090447805.995.24.camel@plaza.davidnicol.com>
22171      Branch: perl
22172            ! t/op/sort.t
22173 ____________________________________________________________________________
22174 [ 23165] By: rgs                                   on 2004/07/28  06:25:15
22175         Log: Subject: Re: AW: [perl #7558] [PATCH] README.solaris
22176              From: Andy Dougherty <doughera@lafayette.edu>
22177              Date: Tue, 27 Jul 2004 14:12:06 -0400 (EDT)
22178              Message-ID: <Pine.SOL.4.58.0407271335550.22839@maxwell.phys.lafayette.edu>
22179      Branch: perl
22180            ! README.solaris
22181 ____________________________________________________________________________
22182 [ 23164] By: davem                                 on 2004/07/26  22:08:32
22183         Log: Subject:  [perl #7558] [PATCH] README.solaris
22184              From:  Andy Dougherty <doughera@lafayette.edu>
22185              Date:  Mon, 26 Jul 2004 15:32:35 -0400 (EDT)
22186              Message-Id:  <Pine.SOL.4.58.0407261530350.19559@maxwell.phys.lafayette.edu>
22187
22188              Add more info on /dev/random under solaris
22189      Branch: perl
22190            ! README.solaris
22191 ____________________________________________________________________________
22192 [ 23163] By: mhx                                   on 2004/07/26  17:14:37
22193         Log: The byte-order modifiers won't go into 5.8.
22194      Branch: perl
22195            ! pod/perlfunc.pod pod/perlport.pod
22196 ____________________________________________________________________________
22197 [ 23162] By: steveh                                on 2004/07/26  10:41:56
22198         Log: Windows-related updates to Porting/repository.pod
22199      Branch: perl
22200            ! Porting/repository.pod
22201 ____________________________________________________________________________
22202 [ 23161] By: davem                                 on 2004/07/25  19:05:28
22203         Log: make -Dl log runops loop entry and exit, and jump level popping
22204      Branch: perl
22205            ! dump.c scope.h
22206 ____________________________________________________________________________
22207 [ 23160] By: davem                                 on 2004/07/24  10:00:27
22208         Log: document that -i messes soft as well hard hard links.
22209      Branch: perl
22210            ! pod/perlrun.pod
22211 ____________________________________________________________________________
22212 [ 23159] By: davem                                 on 2004/07/23  21:15:32
22213         Log: make a note in perlrun that -i doesn't preserve UNIX hard links.
22214      Branch: perl
22215            ! pod/perlrun.pod
22216 ____________________________________________________________________________
22217 [ 23158] By: davem                                 on 2004/07/23  11:06:02
22218         Log: memory leak in array delete
22219              av_delete() wasn't mortalizing the returned value
22220      Branch: perl
22221            ! av.c t/op/delete.t
22222 ____________________________________________________________________________
22223 [ 23157] By: davem                                 on 2004/07/23  10:35:16
22224         Log: remove binary compat from #23156 (remove PL_retstack)
22225      Branch: perl
22226            ! cop.h embed.fnc embed.h embedvar.h perlapi.h proto.h scope.c
22227            ! thrdvar.h
22228 ____________________________________________________________________________
22229 [ 23156] By: davem                                 on 2004/07/23  09:52:59
22230         Log: remove the return stack PL_retstack, and store return ops in the CX
22231              structure directly instead
22232      Branch: perl
22233            ! cc_runtime.h cop.h deb.c mg.c perl.c pp_ctl.c pp_hot.c
22234            ! pp_sys.c scope.c sv.c thrdvar.h
22235 ____________________________________________________________________________
22236 [ 23155] By: nicholas                              on 2004/07/22  18:50:31
22237         Log: Build the perldelta copying command for the main Unix makefile with
22238              buildtoc, so that it doesn't get forgotten on version increments.
22239      Branch: perl
22240            ! Makefile.SH pod/buildtoc
22241 ____________________________________________________________________________
22242 [ 23154] By: nicholas                              on 2004/07/22  18:19:58
22243         Log: Grab perl585delta.pod from maint and
22244
22245              Integrate:
22246              [ 23069]
22247              This is RC2. Maybe this one will last longer.
22248
22249              [ 23141]
22250              Break a leg
22251
22252              [perlhist.pod]
22253      Branch: perl
22254           +> pod/perl585delta.pod
22255            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
22256            ! vms/descrip_mms.template win32/pod.mak
22257           !> pod/perlhist.pod
22258 ____________________________________________________________________________
22259 [ 23152] By: rgs                                   on 2004/07/22  16:16:41
22260         Log: Upgrade to Cwd 2.20
22261      Branch: perl
22262            + ext/Cwd/t/win32.t
22263            ! MANIFEST ext/Cwd/Changes ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
22264            ! lib/Cwd.pm
22265 ____________________________________________________________________________
22266 [ 23151] By: rgs                                   on 2004/07/22  15:50:34
22267         Log: Sort perldiag.
22268      Branch: perl
22269            ! pod/perldiag.pod
22270 ____________________________________________________________________________
22271 [ 23150] By: rgs                                   on 2004/07/22  13:15:12
22272         Log: Subject: Re: "Too late for -T" could be more descriptive
22273              From: Jim Cromie <jcromie@divsol.com>
22274              Date: Wed, 21 Jul 2004 11:21:50 -0600
22275              Message-ID: <40FEA62E.2010809@divsol.com>
22276              (with tweaks)
22277      Branch: perl
22278            ! perl.c perl.h pod/perldebug.pod pod/perldiag.pod
22279            ! pod/perlrun.pod
22280 ____________________________________________________________________________
22281 [ 23149] By: rgs                                   on 2004/07/22  12:09:40
22282         Log: Email change for Steffen Mueller.
22283      Branch: perl
22284            ! AUTHORS
22285 ____________________________________________________________________________
22286 [ 23148] By: rgs                                   on 2004/07/22  11:32:16
22287         Log: Grammar fix by Paul Johnson.
22288      Branch: perl
22289            ! pod/perldiag.pod
22290 ____________________________________________________________________________
22291 [ 23147] By: nicholas                              on 2004/07/22  10:51:48
22292         Log: Config::config_re and config_sh would report the byteorder as 'ffff'
22293      Branch: perl
22294            ! configpm lib/Config.t
22295 ____________________________________________________________________________
22296 [ 23146] By: rgs                                   on 2004/07/21  12:01:32
22297         Log: Subject: [PATCH] Mention common dynaloader errors in perldiag.pod
22298              From: "Jos I. Boumans" <kane@dwim.org>
22299              Date: Wed, 21 Jul 2004 13:47:35 +0200
22300              Message-Id: <C226C05A-DB0B-11D8-A551-000A95EF62E2@dwim.org>
22301              (with tweaks)
22302      Branch: perl
22303            ! pod/perldiag.pod
22304 ____________________________________________________________________________
22305 [ 23145] By: rgs                                   on 2004/07/21  08:47:14
22306         Log: Subject: [PATCH perl-current] Re: [perl #30688] Empty slice arg with ($;$) prototype
22307              From: Rick Delaney <rick@bort.ca>
22308              Date: Tue, 20 Jul 2004 16:53:54 -0400
22309              Message-ID: <20040720205353.GA970@biff.bort.ca>
22310      Branch: perl
22311            ! pp.c t/op/list.t
22312 ____________________________________________________________________________
22313 [ 23142] By: rgs                                   on 2004/07/19  15:49:12
22314         Log: Subject: [perl #30609] [PATCH] BigInt v1.71 - first try
22315              From: Tels <perl_dummy@bloodgate.com>
22316              Date: Sat, 17 Jul 2004 16:22:57 +0200
22317              Message-Id: <200407171622.58443@bloodgate.com>
22318      Branch: perl
22319            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22320            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
22321            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
22322            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.inc
22323            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbf.t
22324            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
22325 ____________________________________________________________________________
22326 [ 23135] By: nicholas                              on 2004/07/19  08:33:13
22327         Log: Turn 2 strcpy()s into memcpy() because we know the length.
22328      Branch: perl
22329            ! toke.c
22330 ____________________________________________________________________________
22331 [ 23130] By: nicholas                              on 2004/07/16  13:41:22
22332         Log: Clarify that it's only Mac OS *Classic* that uses 1904 - OS X uses
22333              1970
22334      Branch: perl
22335            ! pod/perlfunc.pod
22336 ____________________________________________________________________________
22337 [ 23129] By: nicholas                              on 2004/07/16  13:21:33
22338         Log: Typo fix from Julian Gilbey, forwarded upstream from Debian by
22339              Brendan O'Dea
22340      Branch: perl
22341            ! pod/perluniintro.pod
22342 ____________________________________________________________________________
22343 [ 23128] By: nick                                  on 2004/07/16  12:16:05
22344         Log: Use VirtualAlloc() more flexibly when using it to mimic UNIX's sbrk().
22345              From: Steve Hay <steve.hay@uk.radan.com>
22346              CC: perl-win32-porters@listserv.ActiveState.com
22347              Message-ID: <40F6B295.8010804@uk.radan.com>
22348
22349              Assumes perl's malloc can now handle non-contiguous memory (believed
22350              to be true).
22351              Does not address threading issues.
22352
22353              "The attached patch (against blead) makes sbrk() initially try to
22354              extend the existing block of memory exactly as it currently does, but
22355              to not  fail immediately if it can't -- it now frees up that part of
22356              whatever it  had previously reserved+committed which hadn't actually
22357              been used yet,  resets all its static variables and basically starts
22358              anew."
22359      Branch: perl
22360            ! win32/win32.c
22361 ____________________________________________________________________________
22362 [ 23127] By: nicholas                              on 2004/07/16  11:14:45
22363         Log: glob('*.c') to find documentation is dangerous when run in unclean
22364              trees, so isntead use MANIFEST to only scan the legitimate source
22365              files.
22366      Branch: perl
22367            ! autodoc.pl
22368 ____________________________________________________________________________
22369 [ 23126] By: nicholas                              on 2004/07/16  11:04:37
22370         Log: Encourage compilers to tail call optimise in sv_savepv, sv_savepvn
22371              and sv_savesharedpv. Need to create non-void returning versions of
22372              Copy and Zero, as the existing macros deliberately cast to (void)
22373      Branch: perl
22374            ! handy.h malloc.c perl.c pod/perlapi.pod sv.c util.c
22375 ____________________________________________________________________________
22376 [ 23125] By: nicholas                              on 2004/07/16  10:59:08
22377         Log: Rebuild perlapi.pod
22378      Branch: perl
22379            ! pod/perlapi.pod
22380 ____________________________________________________________________________
22381 [ 23124] By: merijn                                on 2004/07/16  10:30:53
22382         Log: Be sure HP-UX' ANSI C compiler's PATH is found *before*
22383              the path to the bundled braindead C compiler. This might
22384              influence ccache's behaviour in finding the correct path
22385      Branch: perl
22386            ! Configure
22387 ____________________________________________________________________________
22388 [ 23122] By: nicholas                              on 2004/07/16  10:14:24
22389         Log: oslevel can fail on AIX, but the output generated would confuse
22390              Configure
22391      Branch: perl
22392            ! Configure
22393 ____________________________________________________________________________
22394 [ 23121] By: nicholas                              on 2004/07/16  08:53:28
22395         Log: Some calls to PerlMemShared_alloc() aren't checking the return value.
22396              Bug spotted by Nigel Sandever
22397      Branch: perl
22398            ! ext/threads/threads.xs util.c
22399 ____________________________________________________________________________
22400 [ 23120] By: nicholas                              on 2004/07/15  19:09:15
22401         Log: threads.xs doesn't check the return value of the thread creation
22402              call. D'oh! This gives SEGVs if the OS fails to create another thread.
22403              Cause of problem located by Nigel Sandever
22404      Branch: perl
22405            ! ext/threads/threads.pm ext/threads/threads.xs
22406 ____________________________________________________________________________
22407 [ 23118] By: nicholas                              on 2004/07/15  16:28:03
22408         Log: Assimilate Cwd 2.19
22409      Branch: perl
22410            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
22411 ____________________________________________________________________________
22412 [ 23117] By: merijn                                on 2004/07/15  14:16:07
22413         Log: Trailing semi-colon are not allowed on #ifdef's in ANSI
22414      Branch: perl
22415            ! ext/Storable/Storable.xs
22416 ____________________________________________________________________________
22417 [ 23116] By: nicholas                              on 2004/07/15  12:50:31
22418         Log: Abigail notes that a re-entrant regexp engine is a todo
22419      Branch: perl
22420            ! pod/perltodo.pod
22421 ____________________________________________________________________________
22422 [ 23115] By: nicholas                              on 2004/07/15  12:47:50
22423         Log: for (reverse @foo) now iterates in reverse in place.
22424      Branch: perl
22425            ! op.c pod/perltodo.pod pp_ctl.c
22426 ____________________________________________________________________________
22427 [ 23114] By: nicholas                              on 2004/07/15  10:05:23
22428         Log: Optimise for (reverse ...)
22429      Branch: perl
22430            ! op.c
22431 ____________________________________________________________________________
22432 [ 23113] By: nicholas                              on 2004/07/15  09:44:16
22433         Log: Now optimising for $a (reverse ...)
22434      Branch: perl
22435            ! op.c
22436 ____________________________________________________________________________
22437 [ 23112] By: nicholas                              on 2004/07/15  09:16:43
22438         Log: The optrees for C<for $_ (...)> and C<for (...)> differ, so even more
22439              tests.
22440      Branch: perl
22441            ! t/cmd/for.t
22442 ____________________________________________________________________________
22443 [ 23111] By: nicholas                              on 2004/07/15  09:02:36
22444         Log: This seems to be needed to get COW working on Win32
22445      Branch: perl
22446            ! win32/win32.c
22447 ____________________________________________________________________________
22448 [ 23109] By: nicholas                              on 2004/07/14  23:35:24
22449         Log: "That's the way to do it"
22450              In taking out a bug spotted by my regression tests in t/cmd/for.t
22451              I actually managed to disable the entire optimisation. Which means
22452              that I didn't find the other bug. This optimisation is live, and
22453              passes all tests.
22454      Branch: perl
22455            ! op.c pp_hot.c
22456 ____________________________________________________________________________
22457 [ 23108] By: nicholas                              on 2004/07/14  20:55:30
22458         Log: Optimise foreach my $i (reverse ...)
22459              foreach without a lexical iterator not yet optimised
22460      Branch: perl
22461            ! ext/B/B/Concise.pm op.c op.h pp_ctl.c pp_hot.c
22462 ____________________________________________________________________________
22463 [ 23107] By: nicholas                              on 2004/07/14  17:44:08
22464         Log: Subject:  [PATCH] split doc clarification
22465              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
22466              Date:  Wed, 14 Jul 2004 10:19:36 -0700
22467              Message-Id:  <20040714171936.GA1092@efn.org>
22468      Branch: perl
22469            ! pod/perlfunc.pod
22470 ____________________________________________________________________________
22471 [ 23106] By: nicholas                              on 2004/07/14  15:36:57
22472         Log: Numeric comparison operators mustn't compare addresses of references
22473              that are overloaded.
22474      Branch: perl
22475            ! lib/overload.t pp.c pp_hot.c
22476 ____________________________________________________________________________
22477 [ 23105] By: nicholas                              on 2004/07/14  10:40:54
22478         Log: Lots of tests for for reverse ...
22479      Branch: perl
22480            ! t/cmd/for.t
22481 ____________________________________________________________________________
22482 [ 23104] By: nicholas                              on 2004/07/13  21:10:21
22483         Log: Some thoughts on foreach reverse
22484      Branch: perl
22485            ! pod/perltodo.pod
22486 ____________________________________________________________________________
22487 [ 23103] By: nicholas                              on 2004/07/13  19:10:20
22488         Log: s/sort/split/; - my mistake spotted by Dave.
22489      Branch: perl
22490            ! pod/perltodo.pod
22491 ____________________________________________________________________________
22492 [ 23102] By: nicholas                              on 2004/07/13  18:59:46
22493         Log: Optimise list context reverse sort to reverse as part of the sort op
22494      Branch: perl
22495            ! op.c pp_sort.c
22496 ____________________________________________________________________________
22497 [ 23101] By: nicholas                              on 2004/07/13  18:58:41
22498         Log: Work around evil compiler bug on OS X. (Sucks all memory)
22499      Branch: perl
22500            ! util.c
22501 ____________________________________________________________________________
22502 [ 23100] By: nicholas                              on 2004/07/13  15:05:09
22503         Log: check that reverse (sort (@a), @b) etc work.
22504              Join some lines that don't need wrapping
22505      Branch: perl
22506            ! t/op/sort.t
22507 ____________________________________________________________________________
22508 [ 23099] By: nicholas                              on 2004/07/13  14:46:06
22509         Log: Check that non-optimimisable sort comparisons work when reversed
22510              (Not optimised yet, but might be coming soon)
22511      Branch: perl
22512            ! t/op/sort.t
22513 ____________________________________________________________________________
22514 [ 23098] By: nicholas                              on 2004/07/13  14:34:03
22515         Log: Test reverse sort as the return from a function in list and scalar
22516              contexts.
22517      Branch: perl
22518            ! t/op/sort.t
22519 ____________________________________________________________________________
22520 [ 23097] By: nicholas                              on 2004/07/13  14:23:28
22521         Log: Also test reverse sort in scalar context
22522      Branch: perl
22523            ! t/op/sort.t
22524 ____________________________________________________________________________
22525 [ 23096] By: nicholas                              on 2004/07/13  14:06:36
22526         Log: A proper, working, stable optimisation for sort {$b cmp $a}
22527      Branch: perl
22528            ! ext/B/B/Concise.pm ext/B/t/f_sort.t op.c pp_sort.c
22529 ____________________________________________________________________________
22530 [ 23095] By: rgs                                   on 2004/07/13  13:29:54
22531         Log: Tweak to change #23089, as suggested by Tim Bunce
22532      Branch: perl
22533            ! lib/perl5db.pl
22534 ____________________________________________________________________________
22535 [ 23094] By: nicholas                              on 2004/07/13  11:28:49
22536         Log: Generalised "how many in list context" would be useful
22537      Branch: perl
22538            ! pod/perltodo.pod
22539 ____________________________________________________________________________
22540 [ 23093] By: nicholas                              on 2004/07/13  11:19:31
22541         Log: The current optimisation for sort {$b cmp $a} is bogus now that we
22542              guarantee a stable sort. Disable it, pending a correct optimisation.
22543      Branch: perl
22544            ! ext/B/t/f_sort.t op.c op.h t/op/sort.t
22545 ____________________________________________________________________________
22546 [ 23092] By: rgs                                   on 2004/07/13  09:30:11
22547         Log: Subject: Re: [perl #30568] splice generates undef? [PATCH]
22548              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
22549              Date: Mon, 12 Jul 2004 08:26:01 +0200
22550              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C7D2@attmsx1.aut.alcatel.at>
22551      Branch: perl
22552            ! pp.c t/op/splice.t
22553 ____________________________________________________________________________
22554 [ 23091] By: nicholas                              on 2004/07/13  09:14:22
22555         Log: Check each line of config_re output.
22556      Branch: perl
22557            ! lib/Config.t
22558 ____________________________________________________________________________
22559 [ 23090] By: nicholas                              on 2004/07/13  09:13:39
22560         Log: no_plan support in test.pl
22561      Branch: perl
22562            ! t/test.pl
22563 ____________________________________________________________________________
22564 [ 23089] By: rgs                                   on 2004/07/13  08:53:46
22565         Log: Subject: Re: debugger 'R'estart and open database connections
22566              From: Andrew Pimlott <andrew@pimlott.net>
22567              Date: Mon, 12 Jul 2004 21:06:01 -0400
22568              Message-ID: <20040713010601.GF8232@pimlott.net>
22569      Branch: perl
22570            ! lib/perl5db.pl
22571 ____________________________________________________________________________
22572 [ 23088] By: rgs                                   on 2004/07/13  08:27:11
22573         Log: Subject: [PATCH] was Re: UNIVERSAL::VERSION causing "Use of uninitialized value..." warning
22574              From: John Peacock <jpeacock@rowman.com>
22575              Date: Mon, 12 Jul 2004 23:16:51 -0400
22576              Message-ID: <40F35423.5080304@rowman.com>
22577      Branch: perl
22578            ! lib/version.pm lib/version.t util.c
22579 ____________________________________________________________________________
22580 [ 23085] By: nicholas                              on 2004/07/12  17:27:28
22581         Log: Bodge to make Tk work - like the UTF8 flag, the READONLY flag has too
22582              many meanings. const const vs mutable in this case.
22583      Branch: perl
22584            ! sv.c
22585 ____________________________________________________________________________
22586 [ 23084] By: nick                                  on 2004/07/12  14:26:12
22587         Log: NI-S: IMHO utf8_upgrade is just changing representation not the value
22588              so it has no business calling SvSETMAGIC.
22589      Branch: perl
22590            ! sv.c
22591 ____________________________________________________________________________
22592 [ 23083] By: nick                                  on 2004/07/12  12:17:56
22593         Log: Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
22594              Can now handle the case
22595              is_utf8_string(NULL,0)
22596              again.
22597              Why do we have code dup for Perl_is_utf8_string_loc() ?
22598      Branch: perl
22599            ! utf8.c
22600 ____________________________________________________________________________
22601 [ 23082] By: nicholas                              on 2004/07/11  20:09:00
22602         Log: A decent benchmark would be useful. But it is vague.
22603      Branch: perl
22604            ! pod/perltodo.pod
22605 ____________________________________________________________________________
22606 [ 23081] By: nicholas                              on 2004/07/11  18:36:49
22607         Log: Finding a way to put "I'm MAINT" in perl -v is a TODO
22608      Branch: perl
22609            ! pod/perltodo.pod
22610 ____________________________________________________________________________
22611 [ 23079] By: nicholas                              on 2004/07/10  21:58:34
22612         Log: Store weak references.
22613      Branch: perl
22614            + ext/Storable/t/testlib.pl ext/Storable/t/weak.t
22615            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
22616            ! ext/Storable/README ext/Storable/Storable.pm
22617            ! ext/Storable/Storable.xs ext/Storable/t/malice.t
22618 ____________________________________________________________________________
22619 [ 23078] By: nicholas                              on 2004/07/10  21:11:56
22620         Log: Dual lifing and dists is a TODO
22621      Branch: perl
22622            ! pod/perltodo.pod
22623 ____________________________________________________________________________
22624 [ 23077] By: nicholas                              on 2004/07/10  18:51:35
22625         Log: Resurrect the TODO items about Unicode filenames and Unicode %ENV
22626              Rant a bit more about POD -> HTML
22627      Branch: perl
22628            ! pod/perltodo.pod
22629 ____________________________________________________________________________
22630 [ 23076] By: nicholas                              on 2004/07/10  16:00:44
22631         Log: Perl_mode_from_discipline must update len. (else SEGV)
22632              Diagnosis and patch from clkao
22633      Branch: perl
22634            ! doio.c
22635 ____________________________________________________________________________
22636 [ 23075] By: rgs                                   on 2004/07/10  13:03:56
22637         Log: Subject: Bug with NEXT when called from an eval block
22638              From: Dave Rolsky <autarch@urth.org>
22639              Date: Fri, 9 Jul 2004 17:06:07 -0500 (CDT)
22640              Message-ID: <Pine.LNX.4.58.0407091703010.4578@urth.org>
22641      Branch: perl
22642            ! lib/NEXT.pm lib/NEXT/t/next.t
22643 ____________________________________________________________________________
22644 [ 23074] By: nicholas                              on 2004/07/09  21:03:11
22645         Log: Subject: Re: Segfault using HTML::Entities
22646              From: Jarkko Hietaniemi <jhi@iki.fi>
22647              Message-ID: <40EDBE1A.6080205@iki.fi>
22648              Date: Fri, 09 Jul 2004 00:35:22 +0300
22649      Branch: perl
22650            ! pp_ctl.c regexec.c t/run/fresh_perl.t
22651 ____________________________________________________________________________
22652 [ 23073] By: nicholas                              on 2004/07/09  14:49:16
22653         Log: A more honest TODO
22654      Branch: perl
22655            ! pod/perltodo.pod
22656 ____________________________________________________________________________
22657 [ 23072] By: nicholas                              on 2004/07/09  11:34:17
22658         Log: dor and // fulfil a TODO
22659              Correct a deviation from the Nicholas Clark style guide.
22660      Branch: perl
22661            ! pod/perltodo.pod
22662 ____________________________________________________________________________
22663 [ 23071] By: rgs                                   on 2004/07/09  08:08:05
22664         Log: Subject: [PATCH] prime_env_iter and zero-length values on VMS
22665              From: "Craig A. Berry" <craigberry@mac.com>
22666              Date: Thu, 08 Jul 2004 23:19:05 -0500
22667              Message-ID: <40EE1CB9.8030407@mac.com>
22668      Branch: perl
22669            ! vms/vms.c
22670 ____________________________________________________________________________
22671 [ 23065] By: nicholas                              on 2004/07/08  13:09:44
22672         Log: Randal notes:
22673
22674              "perldoc perldelta" still says 5.8.3 to 5.8.4, even though there
22675              *is* a "perldoc perl583delta" properly.
22676
22677              This is because perl584delta still thinks it's the perldelta
22678      Branch: perl
22679            ! pod/perl584delta.pod
22680 ____________________________________________________________________________
22681 [ 23063] By: rgs                                   on 2004/07/07  17:48:29
22682         Log: Make Perl_sv_utf8_upgrade_flags tolerate PL_sv_undef
22683              as an argument.
22684      Branch: perl
22685            ! sv.c
22686 ____________________________________________________________________________
22687 [ 23062] By: nicholas                              on 2004/07/07  15:14:39
22688         Log: First stab at explaining that CLONE may get more parameters in future.
22689              More eloquent rewording desired. Patches welcome.
22690      Branch: perl
22691            ! pod/perlmod.pod
22692 ____________________________________________________________________________
22693 [ 23061] By: nicholas                              on 2004/07/07  13:30:27
22694         Log: hv_store was not passing hash onwards (spotted by Dave)
22695      Branch: perl
22696            ! hv.c
22697 ____________________________________________________________________________
22698 [ 23060] By: mhx                                   on 2004/07/06  21:43:05
22699         Log: Failing matches don't reset numbered variables.
22700              Change #22997 could cause Text::ParseWords to loop forever if the
22701              regex didn't not match. Explicitly return if the match fails.
22702      Branch: perl
22703            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
22704 ____________________________________________________________________________
22705 [ 23059] By: nicholas                              on 2004/07/06  21:39:27
22706         Log: Integrate:
22707              [ 23057]
22708              This is RC1
22709      Branch: perl
22710           !> pod/perlhist.pod
22711 ____________________________________________________________________________
22712 [ 23058] By: nicholas                              on 2004/07/06  20:45:53
22713         Log: Stop ENV_IS_CASELESS hv.c picking up the wrong hash value from a
22714              shared string scalar.
22715      Branch: perl
22716            ! hv.c
22717 ____________________________________________________________________________
22718 [ 23052] By: nicholas                              on 2004/07/06  09:26:24
22719         Log: A tool to check the AUTHORS file
22720      Branch: perl
22721            + Porting/checkAUTHORS.pl
22722            ! MANIFEST
22723 ____________________________________________________________________________
22724 [ 23051] By: nicholas                              on 2004/07/06  09:25:16
22725         Log: Add some missing authors and remove 1 duplicate
22726      Branch: perl
22727            ! AUTHORS
22728 ____________________________________________________________________________
22729 [ 23048] By: nicholas                              on 2004/07/05  17:26:09
22730         Log: There was no need to bump $Text::ParseWords::VERSION to 3.24
22731      Branch: perl
22732            ! lib/Text/ParseWords.pm
22733 ____________________________________________________________________________
22734 [ 23047] By: rgs                                   on 2004/07/05  17:05:55
22735         Log: Update tests and $VERSION for change 23046
22736      Branch: perl
22737            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
22738 ____________________________________________________________________________
22739 [ 23046] By: rgs                                   on 2004/07/05  16:53:54
22740         Log: Subject: Re: [perl #30504] B::Deparse scoping problem with for loop
22741              From: Stephen McCamant <smcc@MIT.EDU>
22742              Date: Mon, 28 Jun 2004 18:26:24 -0700
22743              Message-ID: <16608.50496.787002.560481@apocalypse.OCF.Berkeley.EDU>
22744      Branch: perl
22745            ! ext/B/B/Deparse.pm
22746 ____________________________________________________________________________
22747 [ 23042] By: nicholas                              on 2004/07/05  14:54:15
22748         Log: Bump $B::Deparse::VERSION
22749      Branch: perl
22750            ! ext/B/B/Deparse.pm
22751 ____________________________________________________________________________
22752 [ 23040] By: nicholas                              on 2004/07/05  10:24:17
22753         Log: t/op/tie.t test 23 is failing when run with utf8 everywhere.
22754              Problem appears to be due to theft of temporaries
22755      Branch: perl
22756            ! mg.c
22757 ____________________________________________________________________________
22758 [ 23029] By: nicholas                              on 2004/07/04  16:39:07
22759         Log: Subject: [PATCH Cwd 2.18] _vms_abs_path on non-directories
22760              From: "Craig A. Berry" <craigberry@mac.com>
22761              Message-ID: <40E704AA.4090801@mac.com>
22762              Date: Sat, 03 Jul 2004 14:10:34 -0500
22763      Branch: perl
22764            ! ext/Cwd/t/cwd.t lib/Cwd.pm
22765 ____________________________________________________________________________
22766 [ 23028] By: nicholas                              on 2004/07/04  15:14:33
22767         Log: /usr/bin/locale steadfastly delivers 8 bit output independent of
22768              LC_ALL. So when perl's expecting utf8, things don't quite work right.
22769              This has become visible since fix 22842
22770      Branch: perl
22771            ! lib/locale.t
22772 ____________________________________________________________________________
22773 [ 23027] By: mhx                                   on 2004/07/02  14:44:37
22774         Log: More microperl tweaks.
22775      Branch: perl
22776            ! Makefile.micro README.micro uconfig.h uconfig.sh
22777 ____________________________________________________________________________
22778 [ 23026] By: rgs                                   on 2004/07/02  13:05:23
22779         Log: Maintainer change for Safe
22780      Branch: perl
22781            ! Porting/Maintainers.pl
22782 ____________________________________________________________________________
22783 [ 23025] By: rgs                                   on 2004/07/02  10:06:29
22784         Log: Bump version number of Safe for CPAN release
22785      Branch: perl
22786            ! ext/Opcode/Safe.pm
22787 ____________________________________________________________________________
22788 [ 23024] By: rgs                                   on 2004/07/02  07:50:42
22789         Log: Upgrade to I18N::LangTags 0.33
22790      Branch: perl
22791            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22792            ! lib/I18N/LangTags/t/80_all_env.t
22793 ____________________________________________________________________________
22794 [ 23023] By: davem                                 on 2004/07/02  01:49:11
22795         Log: utf8 POPSTACK crash on split execution
22796              split() does a SWITCHSTACK to directly split to an array, but
22797              if it subsequently dies (eg the regex triggers a 'use utf8' which
22798              is then denied by Safe), then the switch doesn't get undone. Add
22799              a new save type to allow for this.
22800      Branch: perl
22801            ! pp.c scope.c scope.h
22802 ____________________________________________________________________________
22803 [ 23022] By: mhx                                   on 2004/07/01  21:08:44
22804         Log: The microperl config didn't know about usemallocwrap yet.
22805      Branch: perl
22806            ! uconfig.h uconfig.sh
22807 ____________________________________________________________________________
22808 [ 23021] By: mhx                                   on 2004/07/01  14:30:05
22809         Log: Check for definedness of sv before calling sv_derived_from()
22810              to prevent "Use of uninitialized value..." warning.
22811      Branch: perl
22812            ! universal.c
22813 ____________________________________________________________________________
22814 [ 23019] By: nicholas                              on 2004/07/01  10:14:03
22815         Log: Bump version numbers
22816      Branch: perl
22817            ! ext/File/Glob/Glob.pm ext/XS/APItest/APItest.pm
22818            ! ext/threads/threads.pm lib/Carp.pm lib/File/Copy.pm
22819            ! lib/Text/ParseWords.pm lib/Text/Wrap.pm lib/autouse.pm
22820            ! lib/charnames.pm lib/diagnostics.pm lib/utf8.pm
22821 ____________________________________________________________________________
22822 [ 23018] By: nicholas                              on 2004/06/30  21:37:12
22823         Log: Assert that we aren't leaking memory.
22824      Branch: perl
22825            ! sv.c
22826 ____________________________________________________________________________
22827 [ 23016] By: gbarr                                 on 2004/06/30  13:47:36
22828         Log: Sync to libnet-1.19
22829      Branch: perl
22830            ! lib/Net/Changes.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
22831            ! lib/Net/POP3.pm lib/Net/SMTP.pm lib/Net/t/datasend.t
22832 ____________________________________________________________________________
22833 [ 23014] By: rgs                                   on 2004/06/30  12:12:24
22834         Log: Subject: [PATCH pod/perlop.pod] Documenting undefined behaviour of $i = $i ++.
22835              From: Abigail <abigail@abigail.nl>
22836              Date: Wed, 30 Jun 2004 12:00:21 +0200
22837              Message-ID: <20040630100021.GA23752@abigail.nl>
22838      Branch: perl
22839            ! pod/perlop.pod
22840 ____________________________________________________________________________
22841 [ 23011] By: nicholas                              on 2004/06/29  15:26:34
22842         Log: Note that sv_2mortal isn't just "increase reference count by 1, and
22843              mark that it needs a deferred recount"
22844      Branch: perl
22845            ! sv.c
22846 ____________________________________________________________________________
22847 [ 23010] By: rgs                                   on 2004/06/29  12:12:58
22848         Log: More caveats in B::Deparse's documentation
22849              (suggested by Yves Orton)
22850      Branch: perl
22851            ! ext/B/B/Deparse.pm
22852 ____________________________________________________________________________
22853 [ 23007] By: merijn                                on 2004/06/29  10:57:46
22854         Log: HP-UX 10.20 still *needs* -Ae for HP C-ANSI-C to be ANSI
22855              11.00 and on are ANSI by default for /opt/ansic/bin
22856              Error was introduced by #22975 in re-enabling 10.01
22857      Branch: perl
22858            ! hints/hpux.sh
22859 ____________________________________________________________________________
22860 [ 23006] By: davem                                 on 2004/06/28  22:50:01
22861         Log: use encoding and "eq" cause memory leak
22862              Perl_sv_eq() was creating a temp and not always freeing it
22863      Branch: perl
22864            ! sv.c
22865 ____________________________________________________________________________
22866 [ 23002] By: nicholas                              on 2004/06/27  20:57:50
22867         Log: Assimilate Locale-Codes-2.07
22868      Branch: perl
22869            ! lib/Locale/Codes/ChangeLog lib/Locale/Codes/README
22870            ! lib/Locale/Codes/t/all.t lib/Locale/Codes/t/constants.t
22871            ! lib/Locale/Codes/t/country.t lib/Locale/Codes/t/currency.t
22872            ! lib/Locale/Codes/t/uk.t lib/Locale/Constants.pm
22873            ! lib/Locale/Constants.pod lib/Locale/Country.pm
22874            ! lib/Locale/Country.pod lib/Locale/Currency.pm
22875            ! lib/Locale/Currency.pod lib/Locale/Language.pm
22876            ! lib/Locale/Language.pod lib/Locale/Script.pm
22877            ! lib/Locale/Script.pod
22878 ____________________________________________________________________________
22879 [ 23001] By: nicholas                              on 2004/06/27  18:27:43
22880         Log: Stop 80_all_env.t failing when LC_ALL is set
22881      Branch: perl
22882            ! lib/I18N/LangTags/t/80_all_env.t
22883 ____________________________________________________________________________
22884 [ 22998] By: nicholas                              on 2004/06/25  22:19:51
22885         Log: Correct detection of absent modules. Based on
22886
22887              Subject: [PATCH] Config{extensions} uses filesystem names as extensions
22888              From: Andy Dougherty <doughera@lafayette.edu>
22889              Message-ID: <Pine.SOL.4.58.0406241505530.14039@maxwell.phys.lafayette.edu>
22890              Date: Thu, 24 Jun 2004 15:09:47 -0400 (EDT)
22891
22892              with improvements from Marcus Holland-Moritz
22893      Branch: perl
22894            ! ext/Devel/PPPort/t/test.t ext/PerlIO/t/scalar.t
22895            ! ext/PerlIO/t/via.t ext/threads/shared/t/disabled.t lib/DB.t
22896            ! lib/Dumpvalue.t lib/PerlIO/via/t/QuotedPrint.t
22897            ! lib/Tie/RefHash.t lib/autouse.t lib/dumpvar.t lib/h2xs.t
22898            ! lib/overload.t t/io/crlf.t
22899 ____________________________________________________________________________
22900 [ 22997] By: mhx                                   on 2004/06/25  20:27:05
22901         Log: Cleanup the main regex in Text::ParseWords and make the
22902              parse_line() routine faster. Add a Unicode test case.
22903      Branch: perl
22904            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
22905 ____________________________________________________________________________
22906 [ 22996] By: merijn                                on 2004/06/25  15:27:21
22907         Log: Subject: [perl #30450] perl 5.8.4: enhancement to hints/solaris_2.sh
22908              From: Nicholas Gianniotis (via RT) <perlbug-followup@perl.org>
22909              Date: 25 Jun 2004 09:39:51 -0000
22910              Message-ID: <rt-3.0.9-30450-91340.10.3279898804255@perl.org>
22911              and
22912              From: Andy Dougherty <doughera@lafayette.edu>
22913              Date: Fri, 25 Jun 2004 11:30:11 -0400 (EDT)
22914              Message-ID: <Pine.SOL.4.58.0406251113420.15961@maxwell.phys.lafayette.edu>
22915      Branch: perl
22916            ! hints/solaris_2.sh
22917 ____________________________________________________________________________
22918 [ 22995] By: rgs                                   on 2004/06/25  15:07:51
22919         Log: Subject: [PATCH] regcomp.c, t/op/regmesg.t -- False range with \p and \P
22920              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
22921              Date: Thu, 24 Jun 2004 16:42:54 -0400 (EDT)
22922              Message-ID: <Pine.LNX.4.44.0406241636340.8774-200000@perlmonk.org>
22923      Branch: perl
22924            ! regcomp.c t/op/regmesg.t
22925 ____________________________________________________________________________
22926 [ 22994] By: rgs                                   on 2004/06/25  08:36:33
22927         Log: More @INC test fixes
22928      Branch: perl
22929            ! t/op/threads.t t/run/switch_A.t t/uni/chomp.t t/uni/tr_7jis.t
22930            ! t/uni/tr_eucjp.t t/uni/tr_sjis.t t/uni/tr_utf8.t
22931 ____________________________________________________________________________
22932 [ 22993] By: rgs                                   on 2004/06/25  08:28:34
22933         Log: Fix the Cwd tests for the core.
22934      Branch: perl
22935            ! ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
22936 ____________________________________________________________________________
22937 [ 22992] By: mhx                                   on 2004/06/24  19:51:06
22938         Log: Fix for: [perl #30442] Text::ParseWords does not handle backslashed newline inside quoted text
22939              Use the suggested regex fix, plus some tests.
22940      Branch: perl
22941            ! lib/Text/ParseWords.pm lib/Text/ParseWords.t
22942 ____________________________________________________________________________
22943 [ 22991] By: rgs                                   on 2004/06/24  16:47:24
22944         Log: Upgrade to Cwd 2.18
22945              (with local changes to cwd.t, to adapt it to the core)
22946      Branch: perl
22947            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
22948 ____________________________________________________________________________
22949 [ 22990] By: mhx                                   on 2004/06/24  16:22:05
22950         Log: Fix for: [perl #2738] perl segfautls on input
22951              The parser was incorrectly accepting <> as a subroutine prototype and
22952              newATTRSUB didn't validate the proto argument before accessing op_sv.
22953      Branch: perl
22954            ! op.c pod/perldiag.pod t/comp/parser.t toke.c
22955 ____________________________________________________________________________
22956 [ 22988] By: rgs                                   on 2004/06/24  12:58:35
22957         Log: Upgrade to Cwd 2.17_03
22958      Branch: perl
22959            ! ext/Cwd/Changes ext/Cwd/Cwd.xs lib/Cwd.pm
22960 ____________________________________________________________________________
22961 [ 22977] By: nicholas                              on 2004/06/23  08:38:47
22962         Log: Test that [] // 0 is []
22963      Branch: perl
22964            ! t/op/dor.t
22965 ____________________________________________________________________________
22966 [ 22976] By: rgs                                   on 2004/06/23  08:28:15
22967         Log: Add a regression test for bug #23765 (by Jarkko)
22968      Branch: perl
22969            ! t/op/substr.t
22970 ____________________________________________________________________________
22971 [ 22975] By: merijn                                on 2004/06/23  06:56:15
22972         Log: Backward compatibility issues for HP-UX 10.01 and older
22973              Yes, it is still actively used in production environment
22974              One more patch expected for toke.c optimization level
22975      Branch: perl
22976            ! hints/hpux.sh
22977 ____________________________________________________________________________
22978 [ 22972] By: mhx                                   on 2004/06/22  21:23:59
22979         Log: Proposed patch + test case.
22980
22981              Subject: [perl #30409] charnames.pm clobbers default variable
22982              From: Marcel "Grünauer" (via RT) <perlbug-followup@perl.org>
22983              Date: 22 Jun 2004 16:43:50 -0000
22984              Message-ID: <rt-3.0.9-30409-91174.12.8617678524438@perl.org>
22985      Branch: perl
22986            ! lib/charnames.pm lib/charnames.t
22987 ____________________________________________________________________________
22988 [ 22971] By: mhx                                   on 2004/06/22  21:00:10
22989         Log: Adjust array index in FileCache.pm.
22990
22991              Subject: [perl #30291] Use of uninitialized value (array index reference) in FileCache.pm module at line 140
22992              From: bbucklan@jpl-devvax.jpl.nasa.gov (via RT) <perlbug-followup@perl.org>
22993              Date: 15 Jun 2004 16:55:22 -0000
22994              Message-ID: <rt-3.0.9-30291-90552.18.5392299690759@perl.org>
22995      Branch: perl
22996            ! lib/FileCache.pm
22997 ____________________________________________________________________________
22998 [ 22970] By: mhx                                   on 2004/06/22  20:26:11
22999         Log: Subject: [PATCH] DB_File 1.809  was RE: [perl #30237] DB_File methods and substr don't mix
23000              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
23001              Date: Tue, 22 Jun 2004 21:29:12 +0100
23002              Message-Id: <20040622202910.WBSU21846.mta08-svc.ntlworld.com@MARQUESSPT21>
23003      Branch: perl
23004            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
23005            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
23006            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
23007            ! ext/DB_File/typemap
23008 ____________________________________________________________________________
23009 [ 22969] By: nicholas                              on 2004/06/22  13:25:11
23010         Log: Abolish the "Tied variable freed while still in use" error - I have
23011              a way to cleanly avoid the coredump.
23012      Branch: perl
23013            ! mg.c pod/perldiag.pod t/op/tie.t
23014 ____________________________________________________________________________
23015 [ 22968] By: nicholas                              on 2004/06/22  12:28:58
23016         Log: Subject: [PATCH] Storable signedness nit
23017              From: "Craig A. Berry" <craigberry@mac.com>
23018              Message-ID: <40D3AAC7.6030407@mac.com>
23019              Date: Fri, 18 Jun 2004 21:53:59 -0500
23020      Branch: perl
23021            ! ext/Storable/Storable.xs
23022 ____________________________________________________________________________
23023 [ 22967] By: nicholas                              on 2004/06/22  09:57:23
23024         Log: Skip tests if List::Util not built
23025      Branch: perl
23026            ! lib/DB.t lib/Dumpvalue.t lib/autouse.t lib/dumpvar.t
23027            ! lib/overload.t
23028 ____________________________________________________________________________
23029 [ 22966] By: nicholas                              on 2004/06/22  09:56:59
23030         Log: Skip test if Data::Dumper not built
23031      Branch: perl
23032            ! lib/Tie/RefHash.t
23033 ____________________________________________________________________________
23034 [ 22965] By: nicholas                              on 2004/06/22  09:56:34
23035         Log: Skip test if Devel::PPPort is not built.
23036              Probably should fix h2xs to work without it.
23037      Branch: perl
23038            ! lib/h2xs.t
23039 ____________________________________________________________________________
23040 [ 22964] By: rgs                                   on 2004/06/22  07:34:40
23041         Log: Upgrade to I18N::LangTags 0.32
23042      Branch: perl
23043            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23044            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/80_all_env.t
23045 ____________________________________________________________________________
23046 [ 22963] By: davem                                 on 2004/06/20  12:00:56
23047         Log: make mktables always update modifed time to play better with make
23048      Branch: perl
23049            ! Makefile.SH lib/unicore/mktables
23050 ____________________________________________________________________________
23051 [ 22962] By: davem                                 on 2004/06/20  11:50:19
23052         Log: fix typo in gp_free
23053      Branch: perl
23054            ! gv.c
23055 ____________________________________________________________________________
23056 [ 22961] By: davem                                 on 2004/06/19  12:36:58
23057         Log: 'make test' without preceeding 'make' fails.
23058              Change #22872 added a target to run mktables, but this was
23059              skipped if 'make test' was run first, causing the build of
23060              Unicode::Normalize to fail.
23061      Branch: perl
23062            ! Makefile.SH
23063 ____________________________________________________________________________
23064 [ 22960] By: nicholas                              on 2004/06/18  20:18:02
23065         Log: When expecting an error, it's best to check the text you got, rather
23066              than blindly assuming that it's correct.
23067      Branch: perl
23068            ! t/op/write.t
23069 ____________________________________________________________________________
23070 [ 22959] By: nicholas                              on 2004/06/18  18:57:30
23071         Log: Case insensitive file systems are bad, m'kay
23072      Branch: perl
23073            ! ext/IO/t/IO.t
23074 ____________________________________________________________________________
23075 [ 22958] By: nicholas                              on 2004/06/18  13:45:51
23076         Log: This needs POSIX, so skip if no POSIX
23077      Branch: perl
23078            ! lib/Pod/t/basic.t
23079 ____________________________________________________________________________
23080 [ 22957] By: nicholas                              on 2004/06/18  13:44:27
23081         Log: Also needs skipping if PerlIO::via not built
23082      Branch: perl
23083            ! lib/PerlIO/via/t/QuotedPrint.t
23084 ____________________________________________________________________________
23085 [ 22956] By: nicholas                              on 2004/06/18  13:24:13
23086         Log: Skip tests when PerlIO::scalar and PerlIO::via aren't built
23087      Branch: perl
23088            ! ext/PerlIO/t/scalar.t ext/PerlIO/t/via.t
23089 ____________________________________________________________________________
23090 [ 22955] By: nicholas                              on 2004/06/18  13:19:16
23091         Log: Not ideal, but skip all of IO's tests if Socket is not built.
23092      Branch: perl
23093            ! ext/IO/t/IO.t
23094 ____________________________________________________________________________
23095 [ 22954] By: nicholas                              on 2004/06/18  13:11:31
23096         Log: Skip test if perl configured without threads::shared
23097      Branch: perl
23098            ! ext/threads/shared/t/disabled.t
23099 ____________________________________________________________________________
23100 [ 22953] By: nicholas                              on 2004/06/18  13:09:24
23101         Log: Skip test if Devel::PPPort not built
23102      Branch: perl
23103            ! ext/Devel/PPPort/t/test.t
23104 ____________________________________________________________________________
23105 [ 22952] By: nicholas                              on 2004/06/18  13:07:40
23106         Log: Skip re tests if re not built.
23107      Branch: perl
23108            ! ext/re/t/re.t
23109 ____________________________________________________________________________
23110 [ 22951] By: nicholas                              on 2004/06/18  11:38:24
23111         Log: If we don't build B, we should skip all its tests.
23112      Branch: perl
23113            ! ext/B/t/asmdata.t ext/B/t/b.t ext/B/t/bblock.t
23114            ! ext/B/t/bytecode.t ext/B/t/concise.t ext/B/t/debug.t
23115            ! ext/B/t/deparse.t ext/B/t/f_map.t ext/B/t/f_sort.t
23116            ! ext/B/t/lint.t ext/B/t/o.t ext/B/t/optree_check.t
23117            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
23118            ! ext/B/t/optree_sort.t ext/B/t/optree_specials.t
23119            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t ext/B/t/stash.t
23120            ! ext/B/t/terse.t ext/B/t/xref.t
23121 ____________________________________________________________________________
23122 [ 22950] By: nicholas                              on 2004/06/18  11:27:51
23123         Log: D'oh. Don't turn on warnings on the #! line without actually testing
23124              the full code in case it warns.
23125      Branch: perl
23126            ! lib/Unicode/UCD.t
23127 ____________________________________________________________________________
23128 [ 22949] By: nicholas                              on 2004/06/18  09:43:12
23129         Log: Unicode::UCD uses Storable, so we can't test if Storable isn't built.
23130      Branch: perl
23131            ! lib/Unicode/UCD.t
23132 ____________________________________________________________________________
23133 [ 22948] By: nicholas                              on 2004/06/18  09:23:20
23134         Log: Can't test the B modules if we didn't build 'em
23135      Branch: perl
23136            ! t/lib/1_compile.t
23137 ____________________________________________________________________________
23138 [ 22947] By: nicholas                              on 2004/06/18  08:59:01
23139         Log: Need to skip test 7 if perl built without the PerlIO::scalar extension
23140      Branch: perl
23141            ! t/io/crlf.t
23142 ____________________________________________________________________________
23143 [ 22946] By: rgs                                   on 2004/06/18  07:44:34
23144         Log: Upgrade to I18N::LangTags 0.31.
23145      Branch: perl
23146            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23147            ! lib/I18N/LangTags/Detect.pm lib/I18N/LangTags/t/10_http.t
23148            ! lib/I18N/LangTags/t/80_all_env.t
23149 ____________________________________________________________________________
23150 [ 22945] By: nicholas                              on 2004/06/17  19:27:05
23151         Log: As 2/3rds (or 3/4s) of the SV head structure is rewritten, it doesn't
23152              seem that memzero() of everything is the most efficient idea.
23153      Branch: perl
23154            ! sv.c
23155 ____________________________________________________________________________
23156 [ 22944] By: nicholas                              on 2004/06/17  14:57:14
23157         Log: Change 22516 forgot to add make_overload.pl to generate test data
23158              (submitted from the pub via wireless, bluetooth and then GPRS out
23159              to the Internet)
23160      Branch: perl
23161            + ext/Storable/t/make_overload.pl
23162            ! MANIFEST
23163 ____________________________________________________________________________
23164 [ 22943] By: nicholas                              on 2004/06/17  12:03:48
23165         Log: Storable should cope if the string to thaw happens to be utf8 encoded
23166              And anything with bytes >=256 is corrupt
23167      Branch: perl
23168            ! ext/Storable/ChangeLog ext/Storable/README
23169            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
23170            ! ext/Storable/t/utf8.t
23171 ____________________________________________________________________________
23172 [ 22942] By: rgs                                   on 2004/06/17  09:57:14
23173         Log: Upgrade to Locale::Maketext 1.09
23174      Branch: perl
23175            + lib/Locale/Maketext/t/01_about_verbose.t
23176            + lib/Locale/Maketext/t/10_make.t lib/Locale/Maketext/t/20_get.t
23177            + lib/Locale/Maketext/t/40_super.t
23178            + lib/Locale/Maketext/t/50_super.t
23179            + lib/Locale/Maketext/t/60_super.t
23180            + lib/Locale/Maketext/t/90_utf8.t
23181            - lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
23182            - lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
23183            - lib/Locale/Maketext/t/04super.t
23184            - lib/Locale/Maketext/t/05super.t
23185            - lib/Locale/Maketext/t/06super.t lib/Locale/Maketext/t/90utf8.t
23186            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
23187            ! lib/Locale/Maketext/README
23188 ____________________________________________________________________________
23189 [ 22941] By: rgs                                   on 2004/06/17  09:43:48
23190         Log: Upgrade to I18N::LangTags 0.30.
23191      Branch: perl
23192            + lib/I18N/LangTags/Detect.pm
23193            + lib/I18N/LangTags/t/01_about_verbose.t
23194            + lib/I18N/LangTags/t/05_main.t lib/I18N/LangTags/t/07_listy.t
23195            + lib/I18N/LangTags/t/10_http.t lib/I18N/LangTags/t/50_super.t
23196            + lib/I18N/LangTags/t/55_supers_strict.t
23197            + lib/I18N/LangTags/t/80_all_env.t
23198            - lib/I18N/LangTags/t/01test.t lib/I18N/LangTags/t/02decency.t
23199            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
23200            ! lib/I18N/LangTags/List.pm
23201 ____________________________________________________________________________
23202 [ 22940] By: rgs                                   on 2004/06/17  08:54:41
23203         Log: More forgiving version comparison in perlivp.
23204      Branch: perl
23205            ! utils/perlivp.PL
23206 ____________________________________________________________________________
23207 [ 22939] By: nicholas                              on 2004/06/16  09:05:57
23208         Log: Improve the substitution to cc_r for threading so that compilers
23209              specified with a full path or as a parameter to ccache are changed
23210      Branch: perl
23211            ! hints/aix.sh
23212 ____________________________________________________________________________
23213 [ 22938] By: rgs                                   on 2004/06/15  14:35:00
23214         Log: Subject: [PATCH] File::Basename docs
23215              From: Boris Zentner <bzm@2bz.de>
23216              Date: Sat, 12 Jun 2004 16:29:42 +0200
23217              Message-Id: <200406121629.42595.bzm@2bz.de>
23218      Branch: perl
23219            ! lib/File/Basename.pm
23220 ____________________________________________________________________________
23221 [ 22937] By: nicholas                              on 2004/06/15  09:21:22
23222         Log: It seems that our assert() macro wasn't good enough.
23223              Changed to one that that is an expression, rather than a statement.
23224              Fix new macros definitions in sv.h to be clean enough C to keep the
23225              AIX compiler happy.
23226      Branch: perl
23227            ! perl.h sv.h
23228 ____________________________________________________________________________
23229 [ 22936] By: rgs                                   on 2004/06/15  08:22:32
23230         Log: Subject: [PATCH] perlop.pod: add an example to the .. and ... operators
23231              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
23232              Date: Tue, 15 Jun 2004 10:15:15 +0300 (IDT)
23233              Message-ID: <Pine.LNX.4.56.0406151013140.14618@vipe.technion.ac.il>
23234      Branch: perl
23235            ! pod/perlop.pod
23236 ____________________________________________________________________________
23237 [ 22935] By: nicholas                              on 2004/06/15  07:17:17
23238         Log: Assert SvTYPE is at least PGMV whenever accessing SvSTASH
23239      Branch: perl
23240            ! ext/Storable/Storable.xs sv.h
23241 ____________________________________________________________________________
23242 [ 22934] By: nicholas                              on 2004/06/14  15:26:38
23243         Log: Assert that SV type has magic member when reading/writing.
23244              Will catch buggy code.
23245      Branch: perl
23246            ! sv.c sv.h
23247 ____________________________________________________________________________
23248 [ 22933] By: rgs                                   on 2004/06/13  17:54:47
23249         Log: More h2ph voodoo.
23250      Branch: perl
23251            ! utils/h2ph.PL
23252 ____________________________________________________________________________
23253 [ 22932] By: rgs                                   on 2004/06/13  15:35:00
23254         Log: Subject: [PATCH] t/TEST
23255              From: Abe Timmerman <abe@ztreet.demon.nl>
23256              Date: Sun, 13 Jun 2004 11:41:49 +0200
23257              Message-Id: <200406131141.50361.abe@ztreet.demon.nl>
23258      Branch: perl
23259            ! t/TEST
23260 ____________________________________________________________________________
23261 [ 22931] By: rgs                                   on 2004/06/11  16:54:00
23262         Log: Reapply change #20983, rolled back by change #22920,
23263              as noticed by Craig Berry.
23264      Branch: perl
23265            ! pod/pod2usage.PL pod/podselect.PL
23266 ____________________________________________________________________________
23267 [ 22930] By: rgs                                   on 2004/06/11  14:22:55
23268         Log: More h2ph tweaks: recognition of C types
23269      Branch: perl
23270            ! utils/h2ph.PL
23271 ____________________________________________________________________________
23272 [ 22929] By: rgs                                   on 2004/06/11  13:46:53
23273         Log: More h2ph tweaking for gcc __inline functions
23274      Branch: perl
23275            ! utils/h2ph.PL
23276 ____________________________________________________________________________
23277 [ 22928] By: mhx                                   on 2004/06/11  09:37:42
23278         Log: t/comp/utf.t failed when configuring with -Dnoextensions=Encode
23279      Branch: perl
23280            ! t/comp/utf.t
23281 ____________________________________________________________________________
23282 [ 22927] By: rgs                                   on 2004/06/11  08:28:19
23283         Log: Remove a warning against unsafe signals in perlipc.pod,
23284              now that we have "safe signals".
23285      Branch: perl
23286            ! pod/perlipc.pod
23287 ____________________________________________________________________________
23288 [ 22926] By: rgs                                   on 2004/06/10  19:03:51
23289         Log: Subject: Re: [perl #30197] perlbug AutoReply: Data::Dumper does not indent the deparsed code properly
23290              From: Mathieu Arnold <m@absolight.fr>
23291              Date: Thu, 10 Jun 2004 16:43:58 +0200
23292              Message-ID: <34D483170C7F84E0DFBE442B@andromede.in.reaumur.net>
23293              (with a test adjustment)
23294      Branch: perl
23295            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
23296 ____________________________________________________________________________
23297 [ 22925] By: rgs                                   on 2004/06/10  17:26:15
23298         Log: Make h2ph able to understand a limited set of inline functions.
23299              The glibc apparently now ships headers that use inline functions
23300              instead of plain old macros.
23301      Branch: perl
23302            ! utils/h2ph.PL
23303 ____________________________________________________________________________
23304 [ 22924] By: rgs                                   on 2004/06/10  07:55:41
23305         Log: Subject: Change 22872 breaks shared miniperl invocation
23306              From: Alexey Tourbin <at@altlinux.ru>
23307              Date: Fri, 4 Jun 2004 13:24:17 +0400
23308              Message-ID: <20040604092417.GA13447@solemn.turbinal.org>
23309      Branch: perl
23310            ! Makefile.SH
23311 ____________________________________________________________________________
23312 [ 22923] By: rgs                                   on 2004/06/09  19:47:47
23313         Log: Subject: Re: [perl #30045] Transliteration replacement not terminated message obscure
23314              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23315              Date: Mon, 7 Jun 2004 00:28:55 -0700
23316              Message-ID: <20040607072854.GB1028@efn.org>
23317      Branch: perl
23318            ! pod/perldiag.pod
23319 ____________________________________________________________________________
23320 [ 22922] By: rgs                                   on 2004/06/09  18:40:45
23321         Log: Remove the "malloc wrappage" tests, due to their unportability
23322              (as suggested by Jarkko.)
23323      Branch: perl
23324            ! t/op/array.t t/op/repeat.t
23325 ____________________________________________________________________________
23326 [ 22921] By: rgs                                   on 2004/06/09  15:57:58
23327         Log: Subject: [PATCH] Re: [perl #24081] invalid regexp in perl -V
23328              From: Robin Barker <Robin.Barker@npl.co.uk>
23329              Date: Wed, 9 Jun 2004 12:02:01 +0100
23330              Message-ID: <533D273D4014D411AB1D00062938C4D9040468F1@hotel.npl.co.uk>
23331              with further adjustements for bleadperl
23332      Branch: perl
23333            ! configpm lib/Config.t
23334 ____________________________________________________________________________
23335 [ 22920] By: rgs                                   on 2004/06/09  13:13:29
23336         Log: Upgrade to Pod::Parser 1.28
23337              (except Pod::Find, which has local patches not yet on CPAN)
23338      Branch: perl
23339            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Parser.pm
23340            ! pod/pod2usage.PL pod/podchecker.PL pod/podselect.PL
23341            ! t/pod/find.t
23342 ____________________________________________________________________________
23343 [ 22919] By: mhx                                   on 2004/06/09  12:50:12
23344         Log: s/64bit/64-bit/g for consistency in the READMEs.
23345      Branch: perl
23346            ! README.aix README.hpux
23347 ____________________________________________________________________________
23348 [ 22918] By: rgs                                   on 2004/06/09  12:43:59
23349         Log: Subject: [patch] Windows/Win32 thread handle leak with threads join
23350              From: "Kevin Chase" <kevincha99@hotmail.com>
23351              Date: Sun, 06 Jun 2004 09:44:44 -0700
23352              Message-ID: <BAY2-F172Ih5h5xf4rJ0001a3a6@hotmail.com>
23353      Branch: perl
23354            ! ext/threads/threads.xs
23355 ____________________________________________________________________________
23356 [ 22917] By: merijn                                on 2004/06/09  11:46:23
23357         Log: Several updates, major, and minor corrections, model updates,
23358              explained the model numbering of HP-UX servers.
23359      Branch: perl
23360            ! README.hpux
23361 ____________________________________________________________________________
23362 [ 22916] By: rgs                                   on 2004/06/09  09:53:58
23363         Log: Upgrade to Pod::Perldoc 3.13
23364      Branch: perl
23365            + lib/Pod/Perldoc/t/01_about_verbose.t
23366            ! MANIFEST lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
23367 ____________________________________________________________________________
23368 [ 22915] By: rgs                                   on 2004/06/09  09:08:46
23369         Log: Upgrade to Digest 1.08.
23370      Branch: perl
23371            ! lib/Digest.pm
23372 ____________________________________________________________________________
23373 [ 22914] By: rgs                                   on 2004/06/09  08:08:55
23374         Log: Upgrade to CGI.pm 3.05
23375      Branch: perl
23376            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Util.pm lib/CGI/t/html.t
23377 ____________________________________________________________________________
23378 [ 22913] By: davem                                 on 2004/06/08  22:20:40
23379         Log: double DESTROY in for loop
23380              pp_iter decremented the ref count of the previous iterant before
23381              unaliasing it. This could lead to DESTROY being called with the
23382              loop variable still aliased to the freed value. If the DESTROY
23383              also contained a for loop with the same iterator variable, the
23384              freed value would get resurrected then freed for a second time.
23385      Branch: perl
23386            ! pp_hot.c t/cmd/for.t
23387 ____________________________________________________________________________
23388 [ 22912] By: rgs                                   on 2004/06/08  18:51:03
23389         Log: Upgrade to Pod::LaTeX 0.57
23390      Branch: perl
23391            + lib/Pod/t/user.t
23392            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
23393 ____________________________________________________________________________
23394 [ 22911] By: rgs                                   on 2004/06/08  18:42:29
23395         Log: Upgrade to Unicode::Normalize 0.30.
23396      Branch: perl
23397            ! ext/Unicode/Normalize/Changes
23398            ! ext/Unicode/Normalize/Normalize.pm
23399            ! ext/Unicode/Normalize/Normalize.xs
23400            ! ext/Unicode/Normalize/t/illegal.t
23401            ! ext/Unicode/Normalize/t/short.t
23402            ! ext/Unicode/Normalize/t/split.t
23403 ____________________________________________________________________________
23404 [ 22910] By: rgs                                   on 2004/06/08  18:40:38
23405         Log: Remove a spurious \n in a perltie example,
23406              noticed by Geoffrey Young.
23407      Branch: perl
23408            ! pod/perltie.pod
23409 ____________________________________________________________________________
23410 [ 22909] By: rgs                                   on 2004/06/08  18:34:23
23411         Log: Upgrade to Unicode::Collate 0.40
23412      Branch: perl
23413            ! lib/Unicode/Collate.pm lib/Unicode/Collate/t/hangul.t
23414 ____________________________________________________________________________
23415 [ 22908] By: rgs                                   on 2004/06/08  18:23:54
23416         Log: Upgrade to Time::Local 1.10.
23417      Branch: perl
23418            ! lib/Time/Local.pm lib/Time/Local.t
23419 ____________________________________________________________________________
23420 [ 22907] By: rgs                                   on 2004/06/08  18:02:59
23421         Log: Upgrade to Test::Harness 2.42
23422      Branch: perl
23423            ! lib/Test/Harness.pm lib/Test/Harness/Changes
23424            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/prove-switches.t
23425 ____________________________________________________________________________
23426 [ 22906] By: nicholas                              on 2004/06/08  14:59:20
23427         Log: Patch 22835 Failed to upgrade all the new files in Encode 2.01
23428              As spotted by Jerry D. Hedden
23429      Branch: perl
23430            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
23431 ____________________________________________________________________________
23432 [ 22905] By: rgs                                   on 2004/06/08  13:53:40
23433         Log: Subject: Re: newSVpvn(NULL, 0); doesn't work as advertised
23434              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
23435              Date: Fri, 4 Jun 2004 16:29:44 +0200
23436              Message-Id: <20040604162944.4011f1c6@r2d2>
23437      Branch: perl
23438            ! pod/perlapi.pod sv.c
23439 ____________________________________________________________________________
23440 [ 22904] By: rgs                                   on 2004/06/08  13:44:27
23441         Log: Subject: Re: [PATCH] Re: Lack of error for large string on Solaris
23442              From: Jarkko Hietaniemi <jhi@iki.fi>
23443              Date: Mon, 07 Jun 2004 20:09:42 +0300
23444              Message-ID: <40C4A156.5030205@iki.fi>
23445      Branch: perl
23446            ! av.c pod/perldiag.pod pp.c pp_hot.c t/op/array.t t/op/repeat.t
23447 ____________________________________________________________________________
23448 [ 22903] By: rgs                                   on 2004/06/08  10:19:27
23449         Log: Subject: [perl #30073] Misleading docs of Text::Wrap
23450              From: perl-5.8.0@ton.iguana.be (via RT) <perlbug-followup@perl.org>
23451              Date: 6 Jun 2004 21:50:19 -0000
23452              Message-ID: <rt-3.0.9-30073-89834.19.0927626986204@perl.org>
23453      Branch: perl
23454            ! lib/Text/Wrap.pm
23455 ____________________________________________________________________________
23456 [ 22902] By: rgs                                   on 2004/06/06  07:49:27
23457         Log: Subject: Re: [PATCH] [perl #29841] utf8::decode doesn't work under -T
23458              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23459              Date: Sun, 06 Jun 2004 00:37:21 +0900
23460              Message-Id: <20040606003344.57B2.BQW10602@nifty.com>
23461      Branch: perl
23462            ! lib/utf8.pm pod/perlapi.pod sv.c t/op/utftaint.t
23463 ____________________________________________________________________________
23464 [ 22901] By: rgs                                   on 2004/06/03  15:19:52
23465         Log: Subject: [PATCH] Have win32/makefile.mk default to gcc, and update docs
23466              From: Steve Hay <steve.hay@uk.radan.com>
23467              Date: Thu, 03 Jun 2004 15:46:17 +0100
23468              Message-ID: <40BF39B9.3060207@uk.radan.com>
23469      Branch: perl
23470            ! README.win32 win32/makefile.mk
23471 ____________________________________________________________________________
23472 [ 22900] By: rgs                                   on 2004/06/03  13:20:37
23473         Log: perlpodspec uses 'nonbreaking' and 'non-breaking'.
23474              Normalize on the hyphenated spelling.
23475      Branch: perl
23476            ! pod/perlpodspec.pod
23477 ____________________________________________________________________________
23478 [ 22899] By: rgs                                   on 2004/06/03  13:03:20
23479         Log: Workaround a dmake oddity.
23480              Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
23481              From: Steve Hay <steve.hay@uk.radan.com>
23482              Date: Thu, 03 Jun 2004 12:16:13 +0100
23483              Message-ID: <40BF087D.8030005@uk.radan.com>
23484      Branch: perl
23485            ! win32/makefile.mk
23486 ____________________________________________________________________________
23487 [ 22898] By: rgs                                   on 2004/06/03  09:02:31
23488         Log: Carp was mostly unusable with Safe because it may require
23489              Carp::Heavy at run-time (while require() is forbidden.)
23490              Have Safe load Carp::Heavy.
23491      Branch: perl
23492            ! ext/Opcode/Safe.pm lib/Carp.pm
23493 ____________________________________________________________________________
23494 [ 22897] By: mhx                                   on 2004/06/02  18:03:40
23495         Log: Make change #22889 work for threaded builds, Part 2.
23496      Branch: perl
23497            ! XSUB.h
23498 ____________________________________________________________________________
23499 [ 22896] By: mhx                                   on 2004/06/02  17:18:44
23500         Log: Make change #22889 work for threaded builds.
23501      Branch: perl
23502            ! pad.c pp.c
23503 ____________________________________________________________________________
23504 [ 22895] By: mhx                                   on 2004/06/02  16:48:41
23505         Log: Fix apidoc entries for PUSHMARK and newXSproto.
23506      Branch: perl
23507            ! XSUB.h pod/perlapi.pod pp.h
23508 ____________________________________________________________________________
23509 [ 22894] By: mhx                                   on 2004/06/02  16:42:24
23510         Log: Document embed.fnc 'U' and 's' flags.
23511      Branch: perl
23512            ! embed.fnc
23513 ____________________________________________________________________________
23514 [ 22893] By: rgs                                   on 2004/06/02  08:21:30
23515         Log: Subject: [PATCH] on VMS, always exit with failure in my_failure_exit
23516              From: "Craig A. Berry" <craigberry@mac.com>
23517              Date: Tue, 01 Jun 2004 23:16:58 -0500
23518              Message-ID: <40BD54BA.9040708@mac.com>
23519      Branch: perl
23520            ! perl.c
23521 ____________________________________________________________________________
23522 [ 22892] By: rgs                                   on 2004/06/02  08:19:30
23523         Log: Subject: Re: [PATCH] [perl #29612] ndbm failure in make test
23524              From: Alexey Tourbin <at@altlinux.ru>
23525              Date: Sat, 22 May 2004 02:22:22 +0400
23526              Message-ID: <20040521222222.GJ2030@solemn.turbinal.org>
23527      Branch: perl
23528            ! ext/NDBM_File/hints/linux.pl
23529 ____________________________________________________________________________
23530 [ 22891] By: rgs                                   on 2004/06/02  06:47:58
23531         Log: Detypo.
23532      Branch: perl
23533            ! pod/perlintern.pod pp_ctl.c
23534 ____________________________________________________________________________
23535 [ 22890] By: rgs                                   on 2004/06/02  06:43:30
23536         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
23537              From: Andrew Dougherty <doughera@lafayette.edu>
23538              Date: Tue, 1 Jun 2004 16:25:48 -0400 (EDT)
23539              Message-ID: <Pine.SOL.4.58.0406011619090.4066@maxwell.phys.lafayette.edu>
23540      Branch: perl
23541            ! INSTALL README
23542 ____________________________________________________________________________
23543 [ 22889] By: rgs                                   on 2004/06/02  06:07:53
23544         Log: Make the dUNDERBAR/UNDERBAR macros work as advertised.
23545              While we're at it, use the same trick to make reverse()
23546              work correctly with lexical $_.
23547      Branch: perl
23548            ! XSUB.h embed.fnc embed.h global.sym pad.c pp.c proto.h
23549            ! t/op/mydef.t
23550 ____________________________________________________________________________
23551 [ 22888] By: rgs                                   on 2004/06/01  15:26:59
23552         Log: Subject: [PATCH] Remove redundant %SIG assignments from FileCache
23553              From: Alan Burlison <Alan.Burlison@Sun.COM>
23554              Date: Fri, 28 May 2004 12:27:06 +0100
23555              Message-ID: <40B7220A.4040305@sun.com>
23556      Branch: perl
23557            ! lib/FileCache.pm
23558 ____________________________________________________________________________
23559 [ 22887] By: merijn                                on 2004/06/01  14:30:48
23560         Log: Subject: Re: Smoke [5.9.2] 22881 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
23561              From: Steve Hay <steve.hay@uk.radan.com>
23562              Date: Tue, 01 Jun 2004 15:30:37 +0100
23563              Message-ID: <40BC930D.90701@uk.radan.com>
23564      Branch: perl
23565            ! win32/Makefile win32/makefile.mk
23566 ____________________________________________________________________________
23567 [ 22886] By: rgs                                   on 2004/06/01  12:24:30
23568         Log: Subject: [Fwd: [PATCH] Pod::Find should ignore SCM files and dirs]
23569              From: Alan Burlison <Alan.Burlison@sun.com>
23570              Date: Fri, 28 May 2004 23:28:44 +0100
23571              Message-ID: <40B7BD1C.40309@sun.com>
23572      Branch: perl
23573            ! lib/Pod/Find.pm
23574 ____________________________________________________________________________
23575 [ 22885] By: rgs                                   on 2004/06/01  12:17:18
23576         Log: Subject: Re: [PATCH] UPDATE - Grammatical fixes and explanations in perlfunc.pod (sysopen)
23577              From: Paul Fenwick <pjf@perltraining.com.au>
23578              Date: Tue, 1 Jun 2004 11:31:34 +1000
23579              Message-ID: <20040601013134.GA11005@perltraining.com.au>
23580      Branch: perl
23581            ! pod/perlfunc.pod
23582 ____________________________________________________________________________
23583 [ 22884] By: merijn                                on 2004/06/01  10:51:33
23584         Log: Subject: [PATCH] configure.com and PERL_API_REVISION
23585              From: "Craig A. Berry" <craigberry@mac.com>
23586              Date: Mon, 31 May 2004 21:04:07 -0500
23587              Message-ID: <40BBE417.2090001@mac.com>
23588      Branch: perl
23589            ! configure.com
23590 ____________________________________________________________________________
23591 [ 22883] By: rgs                                   on 2004/06/01  09:25:32
23592         Log: Subject: [PATCH] Shell.pm: pod rewrite and new mini-feature $Shell::raw
23593              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
23594              Date: Tue, 1 Jun 2004 07:52:58 +0200
23595              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C744@attmsx1.aut.alcatel.at>
23596      Branch: perl
23597            ! lib/Shell.pm
23598 ____________________________________________________________________________
23599 [ 22882] By: rgs                                   on 2004/06/01  08:44:01
23600         Log: Subject: [PATCH] perlhack.pod - working with the Perl source
23601              From: Dave Rolsky <autarch@urth.org>
23602              Date: Mon, 31 May 2004 12:52:43 -0500 (CDT)
23603              Message-ID: <Pine.LNX.4.58.0405311250520.7714@urth.org>
23604      Branch: perl
23605            ! pod/perlhack.pod
23606 ____________________________________________________________________________
23607 [ 22881] By: nicholas                              on 2004/05/31  19:06:21
23608         Log: replace the run time code in lib/utf8_pva.pl with data generated
23609              at build by mktables, stored in lib/unicore/PVA.pl
23610      Branch: perl
23611            - lib/utf8_pva.pl
23612            ! MANIFEST Makefile.SH lib/unicore/mktables lib/utf8_heavy.pl
23613            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
23614 ____________________________________________________________________________
23615 [ 22880] By: nicholas                              on 2004/05/31  17:26:56
23616         Log: Don't need to require utf8_pva.pl at top of file
23617      Branch: perl
23618            ! lib/utf8_heavy.pl
23619 ____________________________________________________________________________
23620 [ 22879] By: nicholas                              on 2004/05/31  14:24:56
23621         Log: Run mktables as part of the build process.
23622              Don't ship any of the files that it generates in lib/unicore
23623      Branch: perl
23624            - (delete 419 files)
23625            ! MANIFEST Makefile.SH lib/unicore/mktables
23626            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
23627 ____________________________________________________________________________
23628 [ 22878] By: rgs                                   on 2004/05/31  14:20:53
23629         Log: Subject: [perl #29937] Entries missing from .packlist
23630              From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org>
23631              Date: 28 May 2004 19:23:48 -0000
23632              Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org>
23633      Branch: perl
23634            ! installman installperl
23635 ____________________________________________________________________________
23636 [ 22877] By: rgs                                   on 2004/05/31  12:50:57
23637         Log: Subject: [PATCH] Re: [perl #29969] h2ph not correctly processing glibc sys/sysmacros.ph
23638              From: <wolfgang.laun@chello.at>
23639              Date: Sun, 30 May 2004 17:27:07 +0200
23640              Message-Id: <20040530152707.ZLWL22856.viefep16-int.chello.at@localhost>
23641      Branch: perl
23642            ! utils/h2ph.PL
23643 ____________________________________________________________________________
23644 [ 22876] By: rgs                                   on 2004/05/31  09:52:05
23645         Log: Subject: [PATCH] Fix anomalies in Carp functions
23646              From: Steve Hay <steve.hay@uk.radan.com>
23647              Date: Tue, 25 May 2004 16:05:02 +0100
23648              Message-ID: <40B3609E.5060502@uk.radan.com>
23649      Branch: perl
23650            ! lib/Carp.t lib/Carp/Heavy.pm lib/autouse.t
23651 ____________________________________________________________________________
23652 [ 22875] By: rgs                                   on 2004/05/31  09:25:37
23653         Log: Subject: [PATCH] Fix generation of perlapi.pod
23654              From: Steve Hay <steve.hay@uk.radan.com>
23655              Date: Fri, 28 May 2004 11:46:41 +0100
23656              Message-ID: <40B71891.6090806@uk.radan.com>
23657      Branch: perl
23658            ! autodoc.pl pod/perlapi.pod
23659 ____________________________________________________________________________
23660 [ 22874] By: davem                                 on 2004/05/30  22:31:03
23661         Log: Subject:  Re: my $x->{foo} doesn't work
23662              From:  Shinya Hayakawa <hayakawa@livedoor.jp>
23663              Date:  Tue, 25 May 2004 00:06:06 +0900
23664              Message-Id:  <200405250006.06387.hayakawa@livedoor.jp>
23665
23666              Allow autovivification of (my $x)->{foo}
23667      Branch: perl
23668            ! pp_hot.c t/op/my.t
23669 ____________________________________________________________________________
23670 [ 22873] By: nicholas                              on 2004/05/30  21:58:36
23671         Log: Convert to using File::Spec, so that we can build Unicode files
23672              on all platforms
23673      Branch: perl
23674            ! lib/unicore/mktables
23675 ____________________________________________________________________________
23676 [ 22872] By: nicholas                              on 2004/05/30  20:34:07
23677         Log: First step to generating Unicode files for the regexp engine at build
23678              time - targets in the Makefile
23679      Branch: perl
23680            ! Makefile.SH
23681 ____________________________________________________________________________
23682 [ 22870] By: davem                                 on 2004/05/30  14:30:45
23683         Log: Problem with autouse (causing Perl to crash)
23684              @_ sometimes wasn't getting created right
23685      Branch: perl
23686            ! pad.c pp_ctl.c t/op/goto.t
23687 ____________________________________________________________________________
23688 [ 22868] By: nicholas                              on 2004/05/30  13:57:05
23689         Log: Upgrade to Encode 2.01.
23690      Branch: perl
23691            ! ext/Encode/lib/Encode/CN/HZ.pm
23692            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
23693 ____________________________________________________________________________
23694 [ 22866] By: nicholas                              on 2004/05/30  13:11:41
23695         Log: Skip in minitest
23696      Branch: perl
23697            ! t/comp/utf.t
23698 ____________________________________________________________________________
23699 [ 22853] By: rgs                                   on 2004/05/28  06:29:28
23700         Log: Subject: [PATCH doc] Re: undef loses it magicness when assigned to a variable?
23701              From: Stas Bekman <stas@stason.org>
23702              Date: Thu, 27 May 2004 11:25:08 -0700
23703              Message-ID: <40B63284.5040203@stason.org>
23704      Branch: perl
23705            ! pod/perlapi.pod pod/perlguts.pod sv.h
23706 ____________________________________________________________________________
23707 [ 22852] By: merijn                                on 2004/05/28  05:31:25
23708         Log: Subject: TEST needs to ignore SCM files
23709              From: Alan Burlison <Alan.Burlison@sun.com>
23710              Date: Thu, 27 May 2004 23:32:28 +0100
23711              Message-ID: <40B66C7C.8030303@sun.com>
23712      Branch: perl
23713            ! t/TEST
23714 ____________________________________________________________________________
23715 [ 22850] By: rgs                                   on 2004/05/26  16:17:24
23716         Log: Subject: [PATCH] 'perl -v' fails if local_patches contains code snippets
23717              From: Alan Burlison <Alan.Burlison@sun.com>
23718              Date: Wed, 26 May 2004 16:24:03 +0100
23719              Message-ID: <40B4B693.9090905@sun.com>
23720              (using \0 as a separator for q//)
23721      Branch: perl
23722            ! perl.c
23723 ____________________________________________________________________________
23724 [ 22848] By: rgs                                   on 2004/05/26  08:15:29
23725         Log: Subject: [PATCH] correctly handle C<< >> and C<<< >>> in diagnostics
23726              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23727              Date: Tue, 25 May 2004 02:29:37 -0700
23728              Message-ID: <20040525092937.GA2332@efn.org>
23729      Branch: perl
23730            ! lib/diagnostics.pm
23731 ____________________________________________________________________________
23732 [ 22843] By: rgs                                   on 2004/05/24  16:12:41
23733         Log: Tests for change #22842, by SADAHIRO Tomoyuki
23734              (adapted to the core)
23735      Branch: perl
23736            + t/op/utftaint.t
23737            ! MANIFEST
23738 ____________________________________________________________________________
23739 [ 22842] By: rgs                                   on 2004/05/24  15:55:23
23740         Log: Subject: Re: utf-8 and taint don't work together
23741              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
23742              Date: Sat, 22 May 2004 21:38:33 +0900
23743              Message-Id: <20040522212704.C068.BQW10602@nifty.com>
23744
23745              Date: Sun, 23 May 2004 09:56:15 +0900
23746              Message-Id: <20040523095609.E404.BQW10602@nifty.com>
23747      Branch: perl
23748            ! ext/Encode/lib/Encode/CN/HZ.pm
23749            ! ext/Encode/lib/Encode/Unicode/UTF7.pm sv.c
23750 ____________________________________________________________________________
23751 [ 22841] By: rgs                                   on 2004/05/24  11:43:32
23752         Log: Subject: [PATCH] win32_chsize is not exported on Win32
23753              From: Steve Hay <steve.hay@uk.radan.com>
23754              Date: Mon, 24 May 2004 12:52:48 +0100
23755              Message-ID: <40B1E210.4050202@uk.radan.com>
23756      Branch: perl
23757            ! makedef.pl
23758 ____________________________________________________________________________
23759 [ 22840] By: rgs                                   on 2004/05/24  11:23:31
23760         Log: Subject: [PATCH] Re: [perl #29765] PERL-5.8.4 INSTALL
23761              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23762              Date: Fri, 21 May 2004 11:35:34 -0700
23763              Message-ID: <20040521183533.GA5108@efn.org>
23764              (plus whitespace removal)
23765      Branch: perl
23766            ! INSTALL
23767 ____________________________________________________________________________
23768 [ 22839] By: davem                                 on 2004/05/22  11:15:34
23769         Log: Optimization busted: '@a = "b", sort @a' drops "b"
23770              Fix the sort-in-place optimization of change #22349.
23771      Branch: perl
23772            ! op.c t/op/sort.t
23773 ____________________________________________________________________________
23774 [ 22838] By: gbarr                                 on 2004/05/22  07:41:21
23775         Log: Update to Scalar-List-Utils-1.14
23776      Branch: perl
23777            + ext/List/Util/Changes
23778            - ext/List/Util/ChangeLog
23779            ! MANIFEST ext/List/Util/README ext/List/Util/Util.xs
23780            ! ext/List/Util/lib/List/Util.pm
23781            ! ext/List/Util/lib/Scalar/Util.pm
23782 ____________________________________________________________________________
23783 [ 22837] By: rgs                                   on 2004/05/21  15:40:49
23784         Log: Subject: Proposed doc patch for getsockopt
23785              From: perl5-porters@ton.iguana.be (Ton Hospel)
23786              Date: Sun, 16 May 2004 13:35:20 +0000 (UTC)
23787              Message-Id: <c87qmo$u9b$1@post.home.lunix>
23788      Branch: perl
23789            ! pod/perlfunc.pod
23790 ____________________________________________________________________________
23791 [ 22836] By: rgs                                   on 2004/05/21  08:45:28
23792         Log: Subject: [PATCH] h2xs doesn't recognize indented enums
23793              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
23794              Date: Fri, 21 May 2004 10:51:58 +0200
23795              Message-id: <20040521085158.GA10660@ethan>
23796              (modified regexp)
23797      Branch: perl
23798            ! utils/h2xs.PL
23799 ____________________________________________________________________________
23800 [ 22835] By: rgs                                   on 2004/05/20  13:30:25
23801         Log: Upgrade to Encode 2.00.
23802      Branch: perl
23803            ! (edit 147 files)
23804 ____________________________________________________________________________
23805 [ 22833] By: rgs                                   on 2004/05/20  11:48:29
23806         Log: Test portability nit.
23807              Subject: [PATCH] Re: Smoke [5.9.2] 22821 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
23808              From: Steve Hay <steve.hay@uk.radan.com>
23809              Date: Tue, 18 May 2004 11:31:04 +0100
23810              Message-ID: <40A9E5E8.7030800@uk.radan.com>
23811      Branch: perl
23812            ! ext/B/t/optree_specials.t
23813 ____________________________________________________________________________
23814 [ 22831] By: davem                                 on 2004/05/19  21:02:04
23815         Log: improve hashing algorithm for ptr tables in perl_clone:
23816              the bottom few bits of a pointer are usually zero
23817      Branch: perl
23818            ! sv.c
23819 ____________________________________________________________________________
23820 [ 22830] By: davem                                 on 2004/05/19  20:17:55
23821         Log: Thread creation time is hypersensitive
23822
23823              Due to a logic error, the dup ptr table sometimes wans't being
23824              grown, leading to extremely slow cloning.
23825      Branch: perl
23826            ! sv.c
23827 ____________________________________________________________________________
23828 [ 22829] By: rgs                                   on 2004/05/18  13:05:48
23829         Log: perlrun.pod minor fixes :
23830              - the parameter to -x is optional
23831              - pod nit
23832      Branch: perl
23833            ! pod/perlrun.pod
23834 ____________________________________________________________________________
23835 [ 22828] By: rgs                                   on 2004/05/18  12:54:47
23836         Log: Subject: [perl #29623] Patch for h2xs.t in Perl 5.8.4
23837              From: mats@sm5sxl.net (via RT) <perlbug-followup@perl.org>
23838              Date: 16 May 2004 13:33:32 -0000
23839              Message-ID: <rt-3.0.9-29623-87522.10.1965589695082@perl.org>
23840      Branch: perl
23841            ! lib/h2xs.t
23842 ____________________________________________________________________________
23843 [ 22827] By: rgs                                   on 2004/05/18  12:16:42
23844         Log: Subject: [PATCH] Re: Smoke [5.9.2] 22818 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
23845              From: Steve Hay <steve.hay@uk.radan.com>
23846              Date: Fri, 14 May 2004 17:33:17 +0100
23847              Message-ID: <40A4F4CD.2000003@uk.radan.com>
23848      Branch: perl
23849            ! t/comp/utf.t
23850 ____________________________________________________________________________
23851 [ 22826] By: rgs                                   on 2004/05/18  08:15:27
23852         Log: Error message too wide.
23853      Branch: perl
23854            ! perl.c
23855 ____________________________________________________________________________
23856 [ 22825] By: rgs                                   on 2004/05/17  15:12:03
23857         Log: Remove a TODO test that is no longer to do.
23858      Branch: perl
23859            ! ext/B/t/f_sort.t
23860 ____________________________________________________________________________
23861 [ 22824] By: rgs                                   on 2004/05/17  15:08:40
23862         Log: Fix new B::Concise test output
23863              Subject: Re: Smoke [5.9.2] 22820 FAIL(F) openbsd 3.5 (i386/1 cpu)
23864              From: Jim Cromie <jcromie@divsol.com>
23865              Date: Mon, 17 May 2004 09:19:00 -0600
23866              Message-ID: <40A8D7E4.1020007@divsol.com>
23867      Branch: perl
23868            ! ext/B/t/f_sort.t t/TEST
23869 ____________________________________________________________________________
23870 [ 22823] By: rgs                                   on 2004/05/17  08:54:15
23871         Log: Subject: [PATCH] Re: [perl #29581] glob() misses a lot of matches
23872              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
23873              Date: Mon, 17 May 2004 07:38:19 +0200
23874              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C71E@attmsx1.aut.alcatel.at>
23875      Branch: perl
23876            ! ext/File/Glob/Glob.xs
23877 ____________________________________________________________________________
23878 [ 22822] By: rgs                                   on 2004/05/17  08:49:53
23879         Log: David Manura is the new maintainer of Text::Balanced.
23880      Branch: perl
23881            ! Porting/Maintainers.pl
23882 ____________________________________________________________________________
23883 [ 22821] By: davem                                 on 2004/05/16  15:31:42
23884         Log: make Text::Balanced skip "case /..../" correctly for Switch.pm
23885      Branch: perl
23886            ! lib/Text/Balanced.pm lib/Text/Balanced/t/extcbk.t
23887 ____________________________________________________________________________
23888 [ 22820] By: rgs                                   on 2004/05/14  16:30:07
23889         Log: Subject: Re: more B::Concise stuff (PATCH - updated)
23890              From: Jim Cromie <jcromie@divsol.com>
23891              Date: Mon, 10 May 2004 05:28:11 -0600
23892              Message-ID: <409F674B.2000506@divsol.com>
23893      Branch: perl
23894            + ext/B/t/f_map ext/B/t/f_map.t ext/B/t/f_sort ext/B/t/f_sort.t
23895            + ext/B/t/optree_specials.t
23896            ! MANIFEST ext/B/B/Concise.pm ext/B/B/Showlex.pm
23897            ! ext/B/B/Terse.pm ext/B/t/OptreeCheck.pm ext/B/t/concise.t
23898            ! ext/B/t/optree_check.t ext/B/t/optree_concise.t
23899            ! ext/B/t/optree_samples.t ext/B/t/optree_sort.t
23900            ! ext/B/t/optree_varinit.t ext/B/t/showlex.t
23901 ____________________________________________________________________________
23902 [ 22819] By: rgs                                   on 2004/05/14  09:38:43
23903         Log: Add new dUNDERBAR and UNDERBAR macros, to help XS writers to
23904              access the $_ variable, even when there is a lexical one in scope.
23905      Branch: perl
23906            ! XSUB.h pod/perlapi.pod
23907 ____________________________________________________________________________
23908 [ 22818] By: nicholas                              on 2004/05/13  12:15:17
23909         Log: Subject: BOM-marked and (BOMless) UTF-16 scripts not working
23910              From: Jarkko Hietaniemi <jhi@iki.fi>
23911              Message-ID: <40A26D75.8080406@iki.fi>
23912              Date: Wed, 12 May 2004 21:31:17 +0300
23913      Branch: perl
23914            + t/comp/utf.t
23915            ! MANIFEST pod/perldiag.pod pod/perlunicode.pod toke.c
23916 ____________________________________________________________________________
23917 [ 22817] By: rgs                                   on 2004/05/12  16:29:07
23918         Log: Subject: [perl #29527] Perl 5.8.4 build problems on LynxOS
23919              From: Olli Savia (via RT) <perlbug-followup@perl.org>
23920              Date: 12 May 2004 13:02:41 -0000
23921              Message-ID: <rt-3.0.9-29527-87290.17.3367022021997@perl.org>
23922      Branch: perl
23923            ! sv.c
23924 ____________________________________________________________________________
23925 [ 22816] By: rgs                                   on 2004/05/12  16:16:50
23926         Log: Make XSLoader update @DynaLoader::dl_shared_objects.
23927      Branch: perl
23928            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
23929 ____________________________________________________________________________
23930 [ 22815] By: merijn                                on 2004/05/12  10:43:42
23931         Log: Subject: [PATCH] Configure shouldn't unconditionally add in -pipe
23932              From: Andy Dougherty <doughera@lafayette.edu>
23933              Date: Tue, 11 May 2004 13:14:42 -0400 (EDT)
23934              Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu>
23935      Branch: perl
23936            ! Configure hints/darwin.sh hints/rhapsody.sh
23937 ____________________________________________________________________________
23938 [ 22812] By: mhx                                   on 2004/05/11  17:42:13
23939         Log: Add the byte-order modifiers '<' and '>' to the pack tutorial.
23940              This completes the series: #22734, #22745, #22754, #22780
23941      Branch: perl
23942            ! pod/perlpacktut.pod
23943 ____________________________________________________________________________
23944 [ 22811] By: mhx                                   on 2004/05/11  17:21:35
23945         Log: 'v' unpacks unsigned shorts.
23946      Branch: perl
23947            ! pod/perlpacktut.pod
23948 ____________________________________________________________________________
23949 [ 22810] By: rgs                                   on 2004/05/11  16:35:49
23950         Log: Subject: various -V: searches [PATCH]
23951              From: Jim Cromie <jcromie@divsol.com>
23952              Date: Tue, 11 May 2004 00:15:46 -0600
23953              Message-ID: <40A06F92.1070607@divsol.com>
23954      Branch: perl
23955            ! configpm lib/Config.t pod/perlrun.pod
23956 ____________________________________________________________________________
23957 [ 22809] By: rgs                                   on 2004/05/11  11:00:31
23958         Log: More pod names in the debugger for the runman command
23959      Branch: perl
23960            ! lib/perl5db.pl
23961 ____________________________________________________________________________
23962 [ 22808] By: rgs                                   on 2004/05/11  10:52:27
23963         Log: Subject: [PATCH] debugger (step backwards)
23964              From: Richard.Foley@t-online.de (Richard Foley)
23965              Date: Tue, 11 May 2004 11:04:11 +0200
23966              Message-Id: <200405111104.11484.richard.foley@rfi.net>
23967      Branch: perl
23968            ! lib/perl5db.pl
23969 ____________________________________________________________________________
23970 [ 22807] By: rgs                                   on 2004/05/11  09:16:56
23971         Log: Subject: void context !~ generates "Useless use of not at line..." warning
23972              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
23973              Date: Sun, 9 May 2004 00:59:19 -0700
23974              Message-ID: <20040509075919.GA3752@efn.org>
23975      Branch: perl
23976            ! op.c
23977 ____________________________________________________________________________
23978 [ 22806] By: ams                                   on 2004/05/10  22:12:31
23979         Log: Subject: Re: a little extra cmdline help. [PATCH]
23980              From: Jim Cromie <jcromie@divsol.com>
23981              Date: Mon, 10 May 2004 15:25:07 -0600
23982              Message-Id: <409FF333.4020104@divsol.com>
23983      Branch: perl
23984            ! perl.c
23985 ____________________________________________________________________________
23986 [ 22804] By: ams                                   on 2004/05/10  11:10:34
23987         Log: Remove stray '.
23988      Branch: perl
23989            ! lib/File/Copy.pm
23990 ____________________________________________________________________________
23991 [ 22803] By: ams                                   on 2004/05/10  10:14:40
23992         Log: Subject: [PATCH] File::Copy Pod
23993              From: slaven@rezic.de
23994              Date: Mon, 10 May 2004 09:57:37 +0000
23995              Message-Id: <1084183057.10822@devpc01.iconmobile.de>
23996      Branch: perl
23997            ! lib/File/Copy.pm
23998 ____________________________________________________________________________
23999 [ 22802] By: davem                                 on 2004/05/07  19:12:29
24000         Log: symbolic references like ${"foo$index"}*3 would incorrectly warn
24001              that $index was the uninitialized value, when in fact it was $foo1
24002      Branch: perl
24003            ! sv.c t/lib/warnings/9uninit
24004 ____________________________________________________________________________
24005 [ 22801] By: davem                                 on 2004/05/07  18:21:22
24006         Log: Subject:  Re: stdio still supported?
24007              From:  Jim Cromie <jcromie@divsol.com>
24008              Date:  Thu, 06 May 2004 16:37:56 -0600
24009              Message-Id:  <409ABE44.8060307@divsol.com>
24010
24011              Update B::Concise tests to skip stuff requiring the
24012              "open to a scalar" feature of Perlio is it isn't available.
24013              Also note this caveat in perlfunc.pod
24014      Branch: perl
24015            ! ext/B/B/Concise.pm ext/B/t/concise.t ext/B/t/optree_check.t
24016            ! ext/B/t/optree_concise.t ext/B/t/optree_samples.t
24017            ! ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
24018            ! pod/perlfunc.pod
24019 ____________________________________________________________________________
24020 [ 22800] By: mhx                                   on 2004/05/07  16:58:57
24021         Log: Windows issues with select() are already documented in perlport.
24022      Branch: perl
24023            ! pod/perlfunc.pod
24024 ____________________________________________________________________________
24025 [ 22799] By: ams                                   on 2004/05/07  13:38:16
24026         Log: Subject: [perl #29397] Change in pod2man arguments
24027              From: Thorsten Glaser (via RT) <perlbug-followup@perl.org>
24028              Date: 6 May 2004 22:08:10 -0000
24029              Message-Id: <rt-3.0.9-29397-86929.5.37563386041974@perl.org>
24030      Branch: perl
24031            ! pod/pod2man.PL
24032 ____________________________________________________________________________
24033 [ 22798] By: mhx                                   on 2004/05/07  11:42:37
24034         Log: Scalar::Util::refaddr falsely returns false
24035              Add mg_get() to refaddr() when SV is magical.
24036              Fix the non-xs version of looks_like_number().
24037      Branch: perl
24038            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
24039            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/refaddr.t
24040 ____________________________________________________________________________
24041 [ 22797] By: mhx                                   on 2004/05/07  10:57:23
24042         Log: Document that select() on Windows doesn't work on non-socket filehandles.
24043      Branch: perl
24044            ! pod/perlfunc.pod
24045 ____________________________________________________________________________
24046 [ 22796] By: mhx                                   on 2004/05/06  17:19:17
24047         Log: Double warning for int(undef) and abs(undef)
24048              Remove the duplicate warnings and update tests.
24049      Branch: perl
24050            ! pp.c t/lib/warnings/9uninit
24051 ____________________________________________________________________________
24052 [ 22793] By: rgs                                   on 2004/05/06  14:43:08
24053         Log: Add a small script to check whether a perl source tree
24054              (with or without generated files) is friendly with
24055              case-insensitive filesystems.
24056              Adapted from :
24057              Subject: Re: STerm.pl vs Sterm.pl
24058              From: James Mastros <james@mastros.biz>
24059              Date: Thu, 06 May 2004 14:45:53 +0200
24060              Message-ID: <20040506124556.2402.qmail@onion.perl.org>
24061      Branch: perl
24062            + Porting/checkcase.pl
24063            ! MANIFEST
24064 ____________________________________________________________________________
24065 [ 22789] By: rgs                                   on 2004/05/06  12:33:14
24066         Log: Subject: Problem with system() on Win9x and command.com (perl 5.8.x-5.9.x)
24067              From: bilbo@ua.fm
24068              Date: Wed, 28 Apr 2004 00:19:55 +0300
24069              Message-ID: <611491036.20040428001955@ua.fm>
24070      Branch: perl
24071            ! win32/win32.c
24072 ____________________________________________________________________________
24073 [ 22788] By: merijn                                on 2004/05/06  11:35:21
24074         Log: add -pipe to gcc's default flags
24075              it has shown a compile time speed increase of about 40% on
24076              Linux and HP-UX, and also works on cygwin-1.5.9. On failing
24077              OS/gcc combo's remove it in the hints
24078      Branch: perl
24079            ! Configure
24080 ____________________________________________________________________________
24081 [ 22783] By: mhx                                   on 2004/05/05  19:02:28
24082         Log: Add tests for mX?PUSH[inup] macros.
24083
24084              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
24085              From: Steve Hay <steve.hay@uk.radan.com>
24086              Date: Wed, 05 May 2004 15:34:45 +0100
24087              Message-ID: <4098FB85.1060602@uk.radan.com>
24088      Branch: perl
24089            + ext/XS/APItest/t/push.t
24090            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
24091            ! ext/XS/APItest/MANIFEST
24092 ____________________________________________________________________________
24093 [ 22782] By: rgs                                   on 2004/05/05  16:14:25
24094         Log: Subject: Problem with h2xs
24095              From: David Cannings <lists@edeca.net>
24096              Date: Mon, 3 May 2004 13:44:33 +0100
24097              Message-Id: <200405031344.33723.lists@edeca.net>
24098              (Second patch only)
24099      Branch: perl
24100            ! utils/h2xs.PL
24101 ____________________________________________________________________________
24102 [ 22781] By: davem                                 on 2004/05/04  19:20:36
24103         Log: Bizarre copy of ARRAY
24104              make sure a pad op's flags are updated after optimising away
24105              the assignment in my @a = () (see change 22520).
24106      Branch: perl
24107            ! op.c t/op/my.t
24108 ____________________________________________________________________________
24109 [ 22780] By: mhx                                   on 2004/05/04  14:46:05
24110         Log: Add byte-order group modifiers to (un)pack templates.
24111              Follow-up on: #22734, #22745, #22753, #22754.
24112
24113              Subject: Group modifiers in (un)pack templates
24114              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24115              Date: Mon, 3 May 2004 20:14:41 +0200
24116              Message-Id: <20040503201441.1b058e0d@r2d2>
24117      Branch: perl
24118            ! perl.h pod/perldiag.pod pod/perlfunc.pod pp_pack.c t/op/pack.t
24119 ____________________________________________________________________________
24120 [ 22779] By: mhx                                   on 2004/05/04  14:30:39
24121         Log: Fix mX?PUSH[inup] macros. (Follow-up to #22756 and #22757)
24122
24123              Subject: Re: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
24124              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24125              Date: Mon, 3 May 2004 20:03:28 +0200
24126              Message-Id: <20040503200328.24efcda5@r2d2>
24127      Branch: perl
24128            ! pp.h
24129 ____________________________________________________________________________
24130 [ 22778] By: davem                                 on 2004/05/03  21:07:44
24131         Log: add test for change #22746 ([perl #29102] Crash on assign to lex fh)
24132      Branch: perl
24133            ! t/io/open.t
24134 ____________________________________________________________________________
24135 [ 22777] By: davem                                 on 2004/05/03  20:48:53
24136         Log: add test for change #22776 ("open m" crashes Perl)
24137      Branch: perl
24138            ! t/io/open.t
24139 ____________________________________________________________________________
24140 [ 22776] By: davem                                 on 2004/05/03  20:26:22
24141         Log: perl -e "open m" crashes Perl
24142      Branch: perl
24143            ! toke.c
24144 ____________________________________________________________________________
24145 [ 22775] By: davem                                 on 2004/05/03  18:52:39
24146         Log: scalar delete of empty slice returned garbage
24147      Branch: perl
24148            ! pp.c t/op/delete.t
24149 ____________________________________________________________________________
24150 [ 22774] By: davem                                 on 2004/05/03  17:44:44
24151         Log: split could leave an array without &PL_sv_undef
24152              in the unused elements
24153      Branch: perl
24154            ! pp.c t/op/split.t
24155 ____________________________________________________________________________
24156 [ 22773] By: nicholas                              on 2004/05/03  13:59:08
24157         Log: Subject: Re: "fuzzy" in mktables
24158              From: Jarkko Hietaniemi <jhi@iki.fi>
24159              Message-ID: <4093A82B.6040609@iki.fi>
24160              Date: Sat, 01 May 2004 16:37:47 +0300
24161      Branch: perl
24162            ! lib/unicore/mktables
24163 ____________________________________________________________________________
24164 [ 22772] By: davem                                 on 2004/05/03  13:33:21
24165         Log: remove spurious intentation in utf8_pva.pl
24166      Branch: perl
24167            ! lib/utf8_pva.pl
24168 ____________________________________________________________________________
24169 [ 22771] By: davem                                 on 2004/05/03  13:28:24
24170         Log: ensure that utf8 Perl code magically called from a regex localizes $.
24171      Branch: perl
24172            ! lib/utf8_pva.pl
24173 ____________________________________________________________________________
24174 [ 22770] By: nicholas                              on 2004/05/03  11:19:10
24175         Log: Integrate:
24176              [ 22694]
24177              For maint, I don't think that we can have sperl go sulky if invoked
24178              from a #! line. So keep .../sperl functional, and have the /dev/fd/...
24179              only set ID exectuable reside under a different name (suidperl)
24180
24181              [ 22700]
24182              The set uid perl is now called setuidperl. Not suidperl.
24183              Which I discover is hardlinked from sperl by ./installperl
24184              elsewhere. Helpfully confusing installperl script.
24185
24186              [ 22718]
24187              Revert 22700 (as part of changes suggested by Brendan O'Dea)
24188
24189              [ 22719]
24190              Revert 22694
24191
24192              [ 22720]
24193              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
24194              binary must have fd script conundrum, as suggested by Brendan O'Dea
24195              Plus restore the more helpful error message from 22694 and the gist
24196              of the perl584delta changes from 22700
24197      Branch: perl
24198           !> INSTALL installperl perl.c pod/perldiag.pod pod/perlsec.pod
24199 ____________________________________________________________________________
24200 [ 22769] By: nicholas                              on 2004/05/03  10:37:45
24201         Log: Subject: [perl #29073] Reference to incorrect method in documentation of
24202              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
24203              Message-ID: <rt-3.0.8-29073-85903.18.1381766820328@perl.org>
24204              Date: 22 Apr 2004 10:49:22 -0000
24205      Branch: perl
24206            ! lib/Text/ParseWords.pm
24207 ____________________________________________________________________________
24208 [ 22768] By: nicholas                              on 2004/05/02  22:40:18
24209         Log: It seems daft to me that we have a synopis example that will fail if
24210              gcc happened to be invoked via the name cc, and completely ignores
24211              the far more reliable 'gccversion' variable
24212              So here's one using 'usethreads' that ought to work everywhere.
24213      Branch: perl
24214            ! configpm
24215 ____________________________________________________________________________
24216 [ 22765] By: nicholas                              on 2004/05/02  18:18:25
24217         Log: Make t/uni/class.t pass on case insensitive file systems
24218      Branch: perl
24219            ! t/uni/class.t
24220 ____________________________________________________________________________
24221 [ 22764] By: nicholas                              on 2004/05/02  17:57:12
24222         Log: Save some repeated strlen()s in Perl_swash_init
24223      Branch: perl
24224            ! utf8.c
24225 ____________________________________________________________________________
24226 [ 22763] By: nicholas                              on 2004/05/01  14:07:45
24227         Log: And that same fool forgot to add the not-really-needed "fuzzy" versions
24228              of some binary property files
24229      Branch: perl
24230            + lib/unicore/lib/gc_sc/Dash2.pl
24231            + lib/unicore/lib/gc_sc/Hyphen2.pl
24232            + lib/unicore/lib/gc_sc/Radical2.pl
24233 ____________________________________________________________________________
24234 [ 22762] By: nicholas                              on 2004/05/01  14:06:05
24235         Log: Some fool removed lib/unicore/ArabicShaping.txt    in change 22760
24236      Branch: perl
24237            ! MANIFEST
24238 ____________________________________________________________________________
24239 [ 22761] By: nicholas                              on 2004/05/01  14:02:59
24240         Log: Avoid mktables generating Sterm.pl and Sterm.pl in the same directory
24241              by making the %BaseName check global
24242      Branch: perl
24243            + lib/unicore/lib/gc_sc/Sterm2.pl
24244            - lib/unicore/lib/gc_sc/Sterm.pl
24245            ! MANIFEST lib/unicore/Canonical.pl
24246            ! lib/unicore/lib/gc_sc/Dash.pl lib/unicore/lib/gc_sc/Hyphen.pl
24247            ! lib/unicore/lib/gc_sc/Radical.pl lib/unicore/mktables
24248 ____________________________________________________________________________
24249 [ 22760] By: nicholas                              on 2004/05/01  13:17:09
24250         Log: Remove the no-longer autogenerated Unicode files
24251      Branch: perl
24252            - (delete 322 files)
24253            ! MANIFEST
24254 ____________________________________________________________________________
24255 [ 22759] By: nicholas                              on 2004/05/01  11:16:35
24256         Log: mktables requires post 5.005
24257      Branch: perl
24258            ! lib/unicore/mktables
24259 ____________________________________________________________________________
24260 [ 22758] By: davem                                 on 2004/04/30  11:48:55
24261         Log: disable problematical 'uninitialized value' warning tests
24262      Branch: perl
24263            ! t/lib/warnings/9uninit
24264 ____________________________________________________________________________
24265 [ 22757] By: rgs                                   on 2004/04/30  11:32:03
24266         Log: Follow-up to previous patch: the mX?PUSH[inup] macros
24267              should handle 'set' magic, just like the X?PUSH[inup]
24268              counterparts.
24269      Branch: perl
24270            ! pod/perlapi.pod pp.h
24271 ____________________________________________________________________________
24272 [ 22756] By: rgs                                   on 2004/04/30  10:15:00
24273         Log: Subject: [PATCH] Document limitations in PUSHi et al macros and add new mPUSHi et al macros
24274              From: Steve Hay <steve.hay@uk.radan.com>
24275              Date: Fri, 30 Apr 2004 10:07:21 +0100
24276              Message-ID: <40921749.3050600@uk.radan.com>
24277      Branch: perl
24278            ! pod/perlapi.pod pod/perlguts.pod pp.h
24279 ____________________________________________________________________________
24280 [ 22755] By: nicholas                              on 2004/04/29  18:30:18
24281         Log: Fix 29149 - another UTF8 cache bug hit by substr.
24282              Regression test from:
24283
24284              Subject: Re: [perl #29149] substr/UTF8 related problem with perl 5.8.3 on linux
24285              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24286              Message-Id: <20040429103926.5BA6.BQW10602@nifty.com>
24287              Date: Thu, 29 Apr 2004 10:53:17 +0900
24288      Branch: perl
24289            ! sv.c t/op/substr.t
24290 ____________________________________________________________________________
24291 [ 22754] By: mhx                                   on 2004/04/29  18:29:28
24292         Log: More unpack cleanups.
24293      Branch: perl
24294            ! pp_pack.c
24295 ____________________________________________________________________________
24296 [ 22753] By: mhx                                   on 2004/04/29  17:50:40
24297         Log: CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
24298              Remove all associated code.
24299      Branch: perl
24300            ! hints/cxux.sh pp_pack.c
24301 ____________________________________________________________________________
24302 [ 22752] By: mhx                                   on 2004/04/29  17:38:32
24303         Log: The openbsd 64-bit test should use $uquadtype rather
24304              than hardcoding unsigned long long.
24305      Branch: perl
24306            ! hints/openbsd.sh
24307 ____________________________________________________________________________
24308 [ 22751] By: ams                                   on 2004/04/29  08:24:31
24309         Log: Update to Test.pm 1.25 (from SBURKE).
24310      Branch: perl
24311            + lib/Test/t/05_about_verbose.t lib/Test/t/multiline.t
24312            ! MANIFEST lib/Test.pm
24313 ____________________________________________________________________________
24314 [ 22750] By: mhx                                   on 2004/04/28  20:53:29
24315         Log: When configuring for 64-bit support, check that the
24316              C library functions for casting floating point values
24317              to 64-bit integer values are not broken.
24318      Branch: perl
24319            ! hints/openbsd.sh
24320 ____________________________________________________________________________
24321 [ 22749] By: rgs                                   on 2004/04/28  18:28:07
24322         Log: Fix for [perl #28963]: find2perl was sometimes generating
24323              invalid code.
24324      Branch: perl
24325            ! x2p/find2perl.PL
24326 ____________________________________________________________________________
24327 [ 22748] By: rgs                                   on 2004/04/28  13:01:13
24328         Log: Subject: [PATCH] Add diagnostics section to base.pm
24329              From: "Jos I. Boumans" <kane@dwim.org>
24330              Date: Wed, 28 Apr 2004 13:04:47 +0200
24331              Message-Id: <DC9B4A9C-9903-11D8-BA95-000A956B0E06@dwim.org>
24332      Branch: perl
24333            ! lib/base.pm
24334 ____________________________________________________________________________
24335 [ 22747] By: merijn                                on 2004/04/28  12:42:50
24336         Log: Subject: [perl #29033] typo in description of sleep in documentation of POSIX module
24337              Date: 21 Apr 2004 11:07:22 -0000
24338              From: "bob@starlabs.net (via RT)" <perlbug-followup@perl.org>
24339              Message-ID: <rt-3.0.8-29033-85811.17.0452776199501@perl.org>
24340      Branch: perl
24341            ! ext/POSIX/POSIX.pod
24342 ____________________________________________________________________________
24343 [ 22746] By: davem                                 on 2004/04/27  22:21:35
24344         Log: fix a coredump caused by rv2gv not fully converting a PV to an RV
24345      Branch: perl
24346            ! pp.c
24347 ____________________________________________________________________________
24348 [ 22745] By: mhx                                   on 2004/04/27  20:38:00
24349         Log: Cleanup variables in S_(un)pack_rec().
24350              This also works around a gcc optimizer bug on dec_osf/alpha.
24351      Branch: perl
24352            ! pp_pack.c
24353 ____________________________________________________________________________
24354 [ 22744] By: rgs                                   on 2004/04/27  08:43:38
24355         Log: Subject: [PATCH utf8_heavy.pl, mktables, et. al.] candidate for TR18 compliance
24356              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
24357              Date: Thu, 22 Apr 2004 14:31:30 -0400 (EDT)
24358              Message-ID: <Pine.LNX.4.44.0404221429040.10466-101000@perlmonk.org>
24359
24360              Date: Mon, 26 Apr 2004 12:37:21 -0400 (EDT)
24361              Message-ID: <Pine.LNX.4.44.0404261222320.7154-400000@perlmonk.org>
24362      Branch: perl
24363            + (add 406 files)
24364            ! MANIFEST lib/unicore/Canonical.pl
24365            ! lib/unicore/CombiningClass.pl lib/unicore/Decomposition.pl
24366            ! lib/unicore/Exact.pl lib/unicore/Name.pl
24367            ! lib/unicore/Properties lib/unicore/To/Digit.pl
24368            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
24369            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
24370            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perlunicode.pod
24371            ! t/op/pat.t t/uni/class.t
24372 ____________________________________________________________________________
24373 [ 22743] By: merijn                                on 2004/04/26  22:20:30
24374         Log: usemallocwrap works on AIX, but not with vac-5
24375              Date: Mon, 26 Apr 2004 15:35:23 +0200
24376              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24377              Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1
24378              Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl>
24379      Branch: perl
24380            ! hints/aix.sh hints/aix_4.sh
24381 ____________________________________________________________________________
24382 [ 22742] By: davem                                 on 2004/04/24  12:53:07
24383         Log: fix 64-bit casting error in change 22741 (uninit var warnings)
24384      Branch: perl
24385            ! sv.c
24386 ____________________________________________________________________________
24387 [ 22741] By: davem                                 on 2004/04/23  20:43:02
24388         Log: Include variable names in "Use of uninitialized value" warnings
24389      Branch: perl
24390            + t/lib/warnings/9uninit
24391            ! MANIFEST doio.c embed.fnc embed.h ext/DB_File/DB_File.pm
24392            ! ext/DB_File/t/db-recno.t lib/Math/BigInt.pm
24393            ! lib/Math/BigInt/t/mbimbf.inc lib/Tie/RefHash.t lib/charnames.t
24394            ! mg.c perl.h pod/perldiag.pod pod/perlintern.pod pp.c pp_hot.c
24395            ! proto.h sv.c t/lib/warnings/1global t/lib/warnings/2use
24396            ! t/lib/warnings/3both t/lib/warnings/4lint
24397            ! t/lib/warnings/7fatal t/lib/warnings/doio t/lib/warnings/mg
24398            ! t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
24399            ! t/lib/warnings/pp_pack t/lib/warnings/sv t/lib/warnings/util
24400            ! t/run/fresh_perl.t t/run/runenv.t
24401 ____________________________________________________________________________
24402 [ 22739] By: rgs                                   on 2004/04/23  13:32:31
24403         Log: Subject: [PATCH] unfork the debugger (patch for 5.9.x)
24404              From: Richard.Foley@t-online.de (Richard Foley)
24405              Date: Fri, 23 Apr 2004 06:33:34 +0200
24406              Message-Id: <200404230633.34402.richard.foley@rfi.net>
24407      Branch: perl
24408            ! lib/perl5db.pl
24409 ____________________________________________________________________________
24410 [ 22737] By: nicholas                              on 2004/04/23  10:31:20
24411         Log: Ooops. Forgot to update pod.lst, and all that ensues with that
24412      Branch: perl
24413            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
24414            ! vms/descrip_mms.template win32/pod.mak
24415 ____________________________________________________________________________
24416 [ 22736] By: nicholas                              on 2004/04/23  10:11:26
24417         Log: Integrate:
24418              [ 22165]
24419              Create perl584delta.pod
24420              (Not that I'm really proposing to start work on 5.8.4 today)
24421
24422              [ 22650]
24423              Updates from Stas Bekman, Brendan O'Dea and Hugo
24424
24425              [ 22655]
24426              Tweaks from Hugo and Liz
24427
24428              [ 22677]
24429              Improvements from Jarkko
24430
24431              [ 22684]
24432              Integrate:
24433              [ 22665]
24434              AIX-4 with xlc does not like malloc wrap
24435
24436              [ 22666]
24437              Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
24438
24439              [ 22698]
24440              Clarify AIX and win32's malloc wrapping
24441
24442              [ 22700]
24443              The set uid perl is now called setuidperl. Not suidperl.
24444              Which I discover is hardlinked from sperl by ./installperl
24445              elsewhere. Helpfully confusing installperl script.
24446
24447              [ 22703]
24448              More perldelta updates
24449
24450              [ 22710]
24451              Subject:  spelling
24452              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
24453              Date:  Fri, 16 Apr 2004 21:18:18 +0300 (EEST)
24454              Message-Id:  <200404161818.i3GIIILh391648@kosh.hut.fi>
24455
24456              [ 22718]
24457              Revert 22700 (as part of changes suggested by Brendan O'Dea)
24458
24459              [ 22720]
24460              Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid
24461              binary must have fd script conundrum, as suggested by Brendan O'Dea
24462              Plus restore the more helpful error message from 22694 and the gist
24463              of the perl584delta changes from 22700
24464
24465              [ 22731]
24466              Oink, oink, flap, flap!
24467      Branch: perl
24468           +> pod/perl584delta.pod
24469            ! MANIFEST
24470           !> pod/perlhist.pod
24471 ____________________________________________________________________________
24472 [ 22735] By: merijn                                on 2004/04/23  10:11:23
24473         Log: Subject: [PATCH] Where to find nmake for windows
24474              From: Abe Timmerman <abe@ztreet.demon.nl>
24475              Date: Thu, 22 Apr 2004 23:57:40 +0200
24476              Message-Id: <200404222357.40508.abe@ztreet.demon.nl>
24477              Changed download URL references for nmake
24478      Branch: perl
24479            ! README.win32 pod/perlmodinstall.pod
24480 ____________________________________________________________________________
24481 [ 22734] By: mhx                                   on 2004/04/23  04:07:25
24482         Log: Subject: [PATCH for testing/review] byte-order modifiers for (un)pack templates
24483              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24484              Date: Wed, 21 Apr 2004 21:09:20 +0200
24485              Message-Id: <20040421210920.3c467772@r2d2>
24486      Branch: perl
24487            ! embed.fnc embed.h perl.h pod/perldiag.pod pod/perlfunc.pod
24488            ! pod/perlport.pod pp_pack.c proto.h t/op/pack.t util.c
24489 ____________________________________________________________________________
24490 [ 22733] By: rgs                                   on 2004/04/22  12:08:35
24491         Log: Missing copyright in the README.
24492      Branch: perl
24493            ! README
24494 ____________________________________________________________________________
24495 [ 22727] By: nicholas                              on 2004/04/21  15:22:29
24496         Log: Subject: [perl #28456] Typo in perlipc man page, and suggestions for same
24497              From: Axel Boldt (via RT) <perlbug-followup@perl.org>
24498              Message-ID: <rt-3.0.8-28456-84424.10.5222745276547@perl.org>
24499              Date: 11 Apr 2004 13:08:17 -0000
24500      Branch: perl
24501            ! pod/perlipc.pod
24502 ____________________________________________________________________________
24503 [ 22725] By: nicholas                              on 2004/04/21  14:21:57
24504         Log: Punt the "reporting bugs" section to the top.
24505              Reorder the description of what to do, to start with the most common
24506              case.
24507              Clarify "how to report bugs effectively" (and why it benefits you)
24508      Branch: perl
24509            ! INSTALL
24510 ____________________________________________________________________________
24511 [ 22724] By: nicholas                              on 2004/04/21  12:51:43
24512         Log: This should be L<>
24513      Branch: perl
24514            ! INSTALL
24515 ____________________________________________________________________________
24516 [ 22723] By: nicholas                              on 2004/04/21  09:42:35
24517         Log: INSTALL didn't mention the 5.8.2 hash changes. Fixed
24518      Branch: perl
24519            ! INSTALL
24520 ____________________________________________________________________________
24521 [ 22722] By: nicholas                              on 2004/04/21  09:25:34
24522         Log: We should be telling people about ..exp, else they use the unexpanded
24523              forms and shaft anyone who installs a private perl within ~
24524      Branch: perl
24525            ! INSTALL
24526 ____________________________________________________________________________
24527 [ 22721] By: rgs                                   on 2004/04/21  08:36:38
24528         Log: Subject: [patch] log the interpreter id in warnings
24529              From: Stas Bekman <stas@stason.org>
24530              Date: Mon, 19 Apr 2004 18:10:01 -0700
24531              Message-ID: <40847869.1000906@stason.org>
24532      Branch: perl
24533            ! gv.c handy.h hv.c perl.c sv.c
24534 ____________________________________________________________________________
24535 [ 22717] By: rgs                                   on 2004/04/20  12:27:18
24536         Log: Subject: [PATCH] Sync Term::Cap with CPAN version
24537              From: Jonathan Stowe <jns@gellyfish.com>
24538              Date: Tue, 20 Apr 2004 12:37:28 +0100
24539              Message-Id: <1082461047.2736.96.camel@localhost>
24540      Branch: perl
24541            ! lib/Term/Cap.pm
24542 ____________________________________________________________________________
24543 [ 22716] By: rgs                                   on 2004/04/19  12:26:35
24544         Log: Fix for [perl #28919] : sometimes the function ck_ftst was trying
24545              to read an op that was just freed, which was obviously illegal.
24546      Branch: perl
24547            ! op.c
24548 ____________________________________________________________________________
24549 [ 22715] By: rgs                                   on 2004/04/19  09:34:01
24550         Log: Upgrade to FileCache 1.04.
24551      Branch: perl
24552            ! lib/FileCache.pm
24553 ____________________________________________________________________________
24554 [ 22714] By: rgs                                   on 2004/04/19  08:57:17
24555         Log: New file left out of the last commit.
24556      Branch: perl
24557            + t/uni/class.t
24558 ____________________________________________________________________________
24559 [ 22713] By: rgs                                   on 2004/04/19  08:56:28
24560         Log: Subject: Re: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
24561              From: "Jeff 'japhy' Pinyan" <japhy@perlmonk.org>
24562              Date: Wed, 14 Apr 2004 17:01:38 -0400 (EDT)
24563              Message-ID: <Pine.LNX.4.44.0404141659480.11423-301000@perlmonk.org>
24564      Branch: perl
24565            ! MANIFEST pod/perlunicode.pod
24566 ____________________________________________________________________________
24567 [ 22712] By: rgs                                   on 2004/04/19  08:30:20
24568         Log: Subject: Re: [perl #28532] optional match of an anchor gets ignored
24569              From: hv@crypt.org
24570              Date: Wed, 14 Apr 2004 19:30:46 +0100
24571              Message-Id: <200404141830.i3EIUko03728@zen.crypt.org>
24572      Branch: perl
24573            ! regcomp.c regexec.c t/op/pat.t
24574 ____________________________________________________________________________
24575 [ 22708] By: nicholas                              on 2004/04/17  13:25:41
24576         Log: Integrate:
24577              [ 22661]
24578              This is RC1
24579
24580              [ 22705]
24581              This is RC2
24582      Branch: perl
24583           !> pod/perlhist.pod
24584 ____________________________________________________________________________
24585 [ 22706] By: rgs                                   on 2004/04/16  15:53:37
24586         Log: On Linux-PPC, using gcc, downgrade to the -O1 optimisation
24587              level (with -O2 miniperl behaves really badly.)
24588      Branch: perl
24589            ! hints/linux.sh
24590 ____________________________________________________________________________
24591 [ 22697] By: merijn                                on 2004/04/15  11:56:32
24592         Log: d_getservbyname_r undef up to at least OpenBSD 3.5
24593              Thanks to Campo Weijerman and Gerard Gerritsen off-list
24594      Branch: perl
24595            ! hints/openbsd.sh
24596 ____________________________________________________________________________
24597 [ 22696] By: merijn                                on 2004/04/14  16:04:40
24598         Log: #24121: Configure under turkish locale fails
24599              toupper (i) != I  in turkish, but U+0130
24600              \N{LATIN CAPITAL LETTER I WITH DOT ABOVE}
24601              Patch supplied by Rafael
24602      Branch: perl
24603            ! Configure
24604 ____________________________________________________________________________
24605 [ 22693] By: rgs                                   on 2004/04/14  08:28:15
24606         Log: Subject: [PATCH] lib/utf8_heavy.pl -- cascading classes and '&' support
24607              From: Jeff 'japhy' Pinyan <japhy@perlmonk.org>
24608              Date: Mon, 12 Apr 2004 20:24:48 -0400 (EDT)
24609              Message-ID: <Pine.LNX.4.44.0404122011160.3038-200000@perlmonk.org>
24610      Branch: perl
24611            ! lib/utf8_heavy.pl
24612 ____________________________________________________________________________
24613 [ 22692] By: rgs                                   on 2004/04/14  07:26:04
24614         Log: Subject: [PATCH]'s to bring bleadperl up to version-0.39
24615              From: John Peacock <jpeacock@rowman.com>
24616              Date: Tue, 13 Apr 2004 20:51:31 -0400
24617              Message-ID: <407C8B13.9020104@rowman.com>
24618      Branch: perl
24619            ! lib/version.pm lib/version.t t/comp/use.t universal.c util.c
24620 ____________________________________________________________________________
24621 [ 22691] By: rgs                                   on 2004/04/14  07:08:52
24622         Log: Subject: re: [PATCH] for bug 28525: Buffer overflow issue in the Win32 distribution of 5.8.3
24623              From: Jan Dubois <jand@ActiveState.com>
24624              Date: Tue, 13 Apr 2004 19:49:32 -0700
24625              Message-ID: <vm7p70h7au8unrnq4jp85oich7n71ar5ab@4ax.com
24626      Branch: perl
24627            ! win32/win32.c
24628 ____________________________________________________________________________
24629 [ 22689] By: mhx                                   on 2004/04/12  06:53:24
24630         Log: Borland C doesn't like PERL_MALLOC_WRAP.
24631              Until I know why, the fix is to disable it.
24632      Branch: perl
24633            ! win32/config_H.bc
24634 ____________________________________________________________________________
24635 [ 22688] By: davem                                 on 2004/04/11  14:27:26
24636         Log: Stop PL_comppad pointing to a freed pad during global destruction
24637      Branch: perl
24638            ! sv.c
24639 ____________________________________________________________________________
24640 [ 22687] By: davem                                 on 2004/04/11  13:13:35
24641         Log: Make global cleanup fractionally faster by giving S_visit()
24642              flags/mask to compare SVs against.
24643      Branch: perl
24644            ! embed.fnc embed.h proto.h sv.c
24645 ____________________________________________________________________________
24646 [ 22686] By: gbarr                                 on 2004/04/10  08:08:42
24647         Log: Sync with libnet 1.18
24648      Branch: perl
24649            + lib/Net/Changes.libnet lib/Net/t/datasend.t
24650            - lib/Net/ChangeLog.libnet
24651            ! MANIFEST lib/Net/Cmd.pm lib/Net/FTP.pm lib/Net/NNTP.pm
24652            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
24653            ! lib/Net/Time.pm lib/Net/t/hostname.t
24654 ____________________________________________________________________________
24655 [ 22685] By: mhx                                   on 2004/04/10  06:37:30
24656         Log: Remove two unused variables that gcc used to warn about.
24657      Branch: perl
24658            ! util.c
24659 ____________________________________________________________________________
24660 [ 22682] By: rgs                                   on 2004/04/09  11:44:34
24661         Log: Subject: Re: #28386: UNIVERSAL::VERSION segfaults if $VERSION not defined (w/ patch to fix universal.c)
24662              From: David Dyck <david.dyck@fluke.com>
24663              Date: Thu, 8 Apr 2004 19:02:26 -0700 (PDT)
24664              Message-ID: <Pine.LNX.4.51.0404081843290.29618@dd.tc.fluke.com>
24665      Branch: perl
24666            ! universal.c
24667 ____________________________________________________________________________
24668 [ 22681] By: rgs                                   on 2004/04/09  07:04:48
24669         Log: find2perl should not default to -print when -eval is specified.
24670              Noticed by David Dyck.
24671      Branch: perl
24672            ! x2p/find2perl.PL
24673 ____________________________________________________________________________
24674 [ 22680] By: rgs                                   on 2004/04/09  06:58:51
24675         Log: Upgrade to Time::HiRes 1.59.
24676      Branch: perl
24677            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24678            ! ext/Time/HiRes/HiRes.xs
24679 ____________________________________________________________________________
24680 [ 22675] By: rgs                                   on 2004/04/08  13:00:59
24681         Log: Upgrade to Digest 1.06.
24682      Branch: perl
24683            ! lib/Digest.pm
24684 ____________________________________________________________________________
24685 [ 22674] By: rgs                                   on 2004/04/08  12:57:48
24686         Log: Upgrade to Digest 1.06.
24687      Branch: perl
24688            ! lib/Digest.pm
24689 ____________________________________________________________________________
24690 [ 22673] By: rgs                                   on 2004/04/08  09:59:22
24691         Log: Upgrade to Time::HiRes 1.57.
24692      Branch: perl
24693            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
24694            ! ext/Time/HiRes/HiRes.xs
24695 ____________________________________________________________________________
24696 [ 22672] By: nicholas                              on 2004/04/07  20:48:04
24697         Log: Make gmtime and localtime cross reference each other.
24698              Suggested by Dan Jacobson
24699      Branch: perl
24700            ! pod/perlfunc.pod
24701 ____________________________________________________________________________
24702 [ 22671] By: merijn                                on 2004/04/07  17:54:10
24703         Log: Integrated Time-Local-1.09 from Dave Rolsky
24704              Corrected a wrap error from the CPAN version to match #22670
24705              Tested on AIX to make sure the skip is still needed
24706      Branch: perl
24707            ! lib/Time/Local.pm lib/Time/Local.t
24708 ____________________________________________________________________________
24709 [ 22670] By: merijn                                on 2004/04/07  12:03:11
24710         Log: Disable the edge case tests for timegm and timelocal on
24711              AIX-4.3 since the OS is obsoleted, and fixes are not to
24712              be expected
24713      Branch: perl
24714            ! lib/Time/Local.t
24715 ____________________________________________________________________________
24716 [ 22669] By: rgs                                   on 2004/04/07  08:26:48
24717         Log: Fix command-line quoting under Windows for the new optree tests
24718              Subject: Re: Smoke [5.9.2] 22666 FAIL(F) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
24719              From: Steve Hay <steve.hay@uk.radan.com>
24720              Date: Wed, 07 Apr 2004 09:46:01 +0100
24721              Message-ID: <4073BFC9.10707@uk.radan.com>
24722      Branch: perl
24723            ! ext/B/t/optree_samples.t
24724 ____________________________________________________________________________
24725 [ 22668] By: rgs                                   on 2004/04/07  08:00:07
24726         Log: Subject: [PATCH] Bleadperl to version 0.37
24727              From: John Peacock <jpeacock@rowman.com>
24728              Date: Tue, 06 Apr 2004 21:56:19 -0400
24729              Message-ID: <40735FC3.5010305@rowman.com>
24730      Branch: perl
24731            ! embed.fnc embed.h global.sym lib/version.pm lib/version.t
24732            ! pod/perlapi.pod proto.h t/comp/use.t t/op/universal.t
24733            ! universal.c util.c
24734 ____________________________________________________________________________
24735 [ 22667] By: rgs                                   on 2004/04/07  07:37:59
24736         Log: The optree builder was looping when constructing the ops
24737              for a map/grep block containing a while(1).
24738              (Bug reported by Pixel.)
24739      Branch: perl
24740            ! op.c t/op/grep.t
24741 ____________________________________________________________________________
24742 [ 22666] By: merijn                                on 2004/04/06  14:44:29
24743         Log: Test drives are fun. Implement ccversion for Itanium HP-UX 11.23
24744      Branch: perl
24745            ! hints/hpux.sh
24746 ____________________________________________________________________________
24747 [ 22665] By: merijn                                on 2004/04/06  13:34:14
24748         Log: AIX-4 with xlc does not like malloc wrap
24749      Branch: perl
24750            ! hints/aix_4.sh
24751 ____________________________________________________________________________
24752 [ 22664] By: rgs                                   on 2004/04/06  07:29:30
24753         Log: Subject: Re: tests for change #22539
24754              From: Jim Cromie <jcromie@divsol.com>
24755              Date: Tue, 30 Mar 2004 14:39:31 -0700
24756              Message-ID: <4069E913.5040906@divsol.com>
24757              (with some spelling tweaks)
24758      Branch: perl
24759            + ext/B/t/OptreeCheck.pm ext/B/t/optree_check.t
24760            + ext/B/t/optree_concise.t ext/B/t/optree_samples.t
24761            + ext/B/t/optree_sort.t ext/B/t/optree_varinit.t
24762            ! MANIFEST ext/B/B/Concise.pm ext/B/t/concise.t t/test.pl
24763 ____________________________________________________________________________
24764 [ 22663] By: mhx                                   on 2004/04/06  03:40:10
24765         Log: Make the ! suffix handle n/N/v/V as signed integers
24766              within pack templates.
24767      Branch: perl
24768            ! pod/perlfunc.pod pp_pack.c t/op/pack.t
24769 ____________________________________________________________________________
24770 [ 22662] By: mhx                                   on 2004/04/05  20:03:03
24771         Log: C<undef> doesn't look like a number. See also:
24772
24773              Subject: Re: [perl #27606] undef "looks like" a number
24774              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
24775              Date: Mon, 15 Mar 2004 22:16:26 +0100
24776              Message-Id: <20040315221626.48061c67@r2d2>
24777      Branch: perl
24778            ! ext/List/Util/lib/List/Util.pm
24779            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/lln.t
24780            ! pp_ctl.c sv.c
24781 ____________________________________________________________________________
24782 [ 22656] By: nicholas                              on 2004/04/05  15:55:18
24783         Log: Subject: Re: perldelta584
24784              From: Craig Berry <craigberry@mac.com>
24785              Message-ID: <12587569.1081180932766.JavaMail.craigberry@mac.com>
24786              Date: Mon, 05 Apr 2004 11:02:12 -0500
24787
24788              (makes malloc wrap the default on VMS)
24789      Branch: perl
24790            ! configure.com
24791 ____________________________________________________________________________
24792 [ 22654] By: rgs                                   on 2004/04/05  15:24:49
24793         Log: Subject: ref ($proto) || $proto patch
24794              From: Ovid <publiustemp-p5p@yahoo.com>
24795              Date: Sat, 03 Apr 2004 18:59:22 -0800
24796              Message-ID: <406F7A0A.50702@yahoo.com>
24797              (with minor reformatting)
24798      Branch: perl
24799            ! pod/perlobj.pod pod/perltoot.pod
24800 ____________________________________________________________________________
24801 [ 22652] By: rgs                                   on 2004/04/05  12:51:10
24802         Log: Subject: sv_pvutf8n_force and sv_pvbyten_force
24803              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
24804              Date: Wed, 24 Mar 2004 00:16:52 +0900
24805              Message-Id: <20040324001126.098F.BQW10602@nifty.com>
24806      Branch: perl
24807            ! sv.c
24808 ____________________________________________________________________________
24809 [ 22651] By: rgs                                   on 2004/04/05  11:50:10
24810         Log: wantarray docs should mention effect of eval { wantarray }
24811              as reported by Tim Bunce. Add a note to this effect in perlfunc,
24812              and regression tests for it.
24813      Branch: perl
24814            ! pod/perlfunc.pod t/op/wantarray.t
24815 ____________________________________________________________________________
24816 [ 22649] By: nicholas                              on 2004/04/05  08:57:18
24817         Log: More AUTHORS who deserve credit for patches
24818      Branch: perl
24819            ! AUTHORS
24820 ____________________________________________________________________________
24821 [ 22646] By: nicholas                              on 2004/04/04  16:32:54
24822         Log: Hand merge patch from maint back to blead.
24823      Branch: perl
24824            ! ext/threads/threads.pm
24825 ____________________________________________________________________________
24826 [ 22642] By: nicholas                              on 2004/04/04  13:07:50
24827         Log: Bump version numbers for modules that have changed since 5.8.3
24828      Branch: perl
24829            ! ext/B/B/Assembler.pm ext/B/B/Deparse.pm
24830            ! ext/DynaLoader/DynaLoader_pm.PL ext/IO/lib/IO/Handle.pm
24831            ! ext/IO/lib/IO/Pipe.pm ext/ODBM_File/ODBM_File.pm
24832            ! ext/threads/threads.pm lib/ExtUtils/Liblist/Kid.pm
24833            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
24834            ! lib/IPC/Open3.pm lib/Unicode/UCD.pm lib/base.pm lib/utf8.pm
24835 ____________________________________________________________________________
24836 [ 22641] By: rgs                                   on 2004/04/02  15:40:15
24837         Log: Fix bug #27940 : \cX escapes weren't working correctly in regular
24838              expression ranges.
24839      Branch: perl
24840            ! t/op/pat.t toke.c
24841 ____________________________________________________________________________
24842 [ 22637] By: davem                                 on 2004/04/02  10:02:06
24843         Log: Subject:  [PATCH] fix utils install problems on VMS
24844              From:  "Craig A. Berry" <craigberry@mac.com>
24845              Date:  Thu, 01 Apr 2004 20:19:53 -0600
24846              Message-Id:  <406CCDC9.7000500@mac.com>
24847
24848              We were not running utils/instmodsh.PL or utils/xsubpp.PL during
24849              the build, so installperl would not find the generated programs at
24850              install time.
24851              Also fixed several problems with the command definitions for the
24852              utilities
24853      Branch: perl
24854            ! configure.com vms/descrip_mms.template
24855 ____________________________________________________________________________
24856 [ 22636] By: davem                                 on 2004/04/01  22:00:40
24857         Log: Subject:  [PATCH] archname salad on VMS
24858              From:  "Craig A. Berry" <craigberry@mac.com>
24859              Date:  Thu, 01 Apr 2004 14:16:32 -0600
24860              Message-Id:  <406C78A0.2070009@mac.com>
24861
24862              sort out architecture-specific directory names for OpenVMS
24863              Itanium port
24864      Branch: perl
24865            ! configure.com vms/descrip_mms.template
24866 ____________________________________________________________________________
24867 [ 22635] By: davem                                 on 2004/04/01  20:27:14
24868         Log: Fix change #22376. Only mark a const as short-circuited
24869              if it's actually a const!
24870      Branch: perl
24871            ! op.c
24872 ____________________________________________________________________________
24873 [ 22630] By: nicholas                              on 2004/04/01  15:15:10
24874         Log: debug the instructions on upgrading Unicode
24875      Branch: perl
24876            ! lib/unicore/README.perl
24877 ____________________________________________________________________________
24878 [ 22625] By: mhx                                   on 2004/04/01  06:01:25
24879         Log: Fix and tests for [perl #28123] Perl optimizes // away incorrectly
24880      Branch: perl
24881            ! op.c t/op/dor.t
24882 ____________________________________________________________________________
24883 [ 22624] By: davem                                 on 2004/03/31  20:33:52
24884         Log: + (\$) prototype = bad free
24885              av_delete() didn't reify. I also updated its description
24886      Branch: perl
24887            ! av.c t/op/args.t
24888 ____________________________________________________________________________
24889 [ 22621] By: nicholas                              on 2004/03/31  15:05:40
24890         Log: Upgrade to Unicode 4.0.1
24891      Branch: perl
24892            + lib/unicore/lib/Katakan2.pl lib/unicore/lib/Sterm.pl
24893            + lib/unicore/lib/Variatio.pl
24894            ! MANIFEST lib/Unicode/UCD.t lib/unicore/ArabLink.pl
24895            ! lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt
24896            ! lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl
24897            ! lib/unicore/Blocks.txt lib/unicore/Canonical.pl
24898            ! lib/unicore/CaseFolding.txt lib/unicore/Category.pl
24899            ! lib/unicore/HangulSyllableType.txt lib/unicore/Index.txt
24900            ! lib/unicore/Jamo.txt lib/unicore/Lbrk.pl
24901            ! lib/unicore/LineBreak.txt lib/unicore/PropList.txt
24902            ! lib/unicore/PropValueAliases.txt lib/unicore/Properties
24903            ! lib/unicore/PropertyAliases.txt lib/unicore/ReadMe.txt
24904            ! lib/unicore/Scripts.pl lib/unicore/Scripts.txt
24905            ! lib/unicore/SpecialCasing.txt lib/unicore/To/Digit.pl
24906            ! lib/unicore/UnicodeData.txt lib/unicore/lib/Arabic.pl
24907            ! lib/unicore/lib/Armenian.pl lib/unicore/lib/Bengali.pl
24908            ! lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiCS.pl
24909            ! lib/unicore/lib/BidiEN.pl lib/unicore/lib/BidiES.pl
24910            ! lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl
24911            ! lib/unicore/lib/BidiON.pl lib/unicore/lib/Bopomofo.pl
24912            ! lib/unicore/lib/Braille.pl lib/unicore/lib/Buhid.pl
24913            ! lib/unicore/lib/C.pl lib/unicore/lib/Canadian.pl
24914            ! lib/unicore/lib/Cf.pl lib/unicore/lib/Cherokee.pl
24915            ! lib/unicore/lib/Cntrl.pl lib/unicore/lib/Common.pl
24916            ! lib/unicore/lib/Cypriot.pl lib/unicore/lib/Cyrillic.pl
24917            ! lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl
24918            ! lib/unicore/lib/Ethiopic.pl lib/unicore/lib/Georgian.pl
24919            ! lib/unicore/lib/Gothic.pl lib/unicore/lib/Greek.pl
24920            ! lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl
24921            ! lib/unicore/lib/Han.pl lib/unicore/lib/Hangul.pl
24922            ! lib/unicore/lib/Hanunoo.pl lib/unicore/lib/Hebrew.pl
24923            ! lib/unicore/lib/Hiragana.pl lib/unicore/lib/InCyril2.pl
24924            ! lib/unicore/lib/Inherite.pl lib/unicore/lib/Kannada.pl
24925            ! lib/unicore/lib/Katakana.pl lib/unicore/lib/Khmer.pl
24926            ! lib/unicore/lib/Lao.pl lib/unicore/lib/Latin.pl
24927            ! lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl
24928            ! lib/unicore/lib/Malayala.pl lib/unicore/lib/Math.pl
24929            ! lib/unicore/lib/Mongolia.pl lib/unicore/lib/Myanmar.pl
24930            ! lib/unicore/lib/Ogham.pl lib/unicore/lib/OldItali.pl
24931            ! lib/unicore/lib/Oriya.pl lib/unicore/lib/Osmanya.pl
24932            ! lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl
24933            ! lib/unicore/lib/OtherMat.pl lib/unicore/lib/Runic.pl
24934            ! lib/unicore/lib/Shavian.pl lib/unicore/lib/Sinhala.pl
24935            ! lib/unicore/lib/SoftDott.pl lib/unicore/lib/Syriac.pl
24936            ! lib/unicore/lib/Tagalog.pl lib/unicore/lib/Tagbanwa.pl
24937            ! lib/unicore/lib/TaiLe.pl lib/unicore/lib/Tamil.pl
24938            ! lib/unicore/lib/Telugu.pl lib/unicore/lib/Terminal.pl
24939            ! lib/unicore/lib/Thaana.pl lib/unicore/lib/Thai.pl
24940            ! lib/unicore/lib/Tibetan.pl lib/unicore/lib/Ugaritic.pl
24941            ! lib/unicore/lib/Yi.pl lib/unicore/lib/Z.pl
24942            ! lib/unicore/lib/Zs.pl lib/unicore/version t/op/pat.t
24943 ____________________________________________________________________________
24944 [ 22619] By: merijn                                on 2004/03/31  13:02:32
24945         Log: Regenerated Configure after backported #22571
24946              Some indent leftovers from earlier patches
24947              We don't like double negatives, not even in comment
24948      Branch: perl
24949            ! Configure
24950 ____________________________________________________________________________
24951 [ 22617] By: merijn                                on 2004/03/31  11:33:09
24952         Log: Subject: Re: [PATCH] MIME::Base64 PERL_NO_GET_CONTEXT
24953              From: Gisle Aas <gisle@ActiveState.com>
24954              Date: 30 Mar 2004 04:29:18 -0800
24955              Message-ID: <lrk712bjs1.fsf@caliper.activestate.com>
24956      Branch: perl
24957            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
24958            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
24959 ____________________________________________________________________________
24960 [ 22615] By: nicholas                              on 2004/03/31  08:24:29
24961         Log: Unknowingly for years we've had a test that has assumed the order
24962              of results from readdir. Fixed.
24963      Branch: perl
24964            ! lib/File/Find/t/find.t
24965 ____________________________________________________________________________
24966 [ 22614] By: nicholas                              on 2004/03/30  21:50:15
24967         Log: Subject: Zaurus SL-[78]60 native compile patch
24968              Message-Id: <46DCC0BF-8199-11D8-8D5B-000A95DBB50A@dan.co.jp>
24969              From: Dan Kogai <dankogai@dan.co.jp>
24970              Date: Tue, 30 Mar 2004 00:53:52 +0900
24971      Branch: perl
24972            ! ext/Errno/Errno_pm.PL
24973 ____________________________________________________________________________
24974 [ 22610] By: davem                                 on 2004/03/29  21:20:35
24975         Log: various win32 build fixes
24976
24977              Subject: Re: [PATCH] Re: MinGW/GCC vs MSVC++ on Win32
24978              From: Steve Hay <steve.hay@uk.radan.com>
24979              Date: Tue, 23 Mar 2004 10:42:12 +0000
24980              Message-ID: <40601484.7040905@uk.radan.com>
24981
24982              Subject: [PATCH] distclean on Win32 should delete perl.base
24983              From: Steve Hay <steve.hay@uk.radan.com>
24984              Date: Tue, 23 Mar 2004 11:35:56 +0000
24985              Message-ID: <4060211C.8020704@uk.radan.com>
24986
24987              Subject: Re: [PATCH] Create debug symbols files on Windows even for release
24988              From: Steve Hay <steve.hay@uk.radan.com>
24989              Date: Fri, 26 Mar 2004 10:46:07 +0000
24990              Message-ID: <406409EF.9020404@uk.radan.com>
24991      Branch: perl
24992            ! win32/Makefile win32/makefile.mk
24993 ____________________________________________________________________________
24994 [ 22609] By: davem                                 on 2004/03/29  20:46:36
24995         Log: Subject: [perl #27986] IPC::Open3 fails in mod_perl (tie bug)
24996              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
24997              Date: 26 Mar 2004 21:02:19 -0000
24998              Message-ID: <rt-3.0.8-27986-82842.3.55447645581215@perl.org>
24999
25000              The forked child should make sure STDIN and STDOUT aren't tied
25001              before messing with them
25002      Branch: perl
25003            ! lib/IPC/Open3.pm
25004 ____________________________________________________________________________
25005 [ 22608] By: davem                                 on 2004/03/29  20:10:05
25006         Log: backout change 22606 (make gv_fullname() include a literal '^')
25007              it breaks select.
25008      Branch: perl
25009            ! gv.c t/op/gv.t
25010 ____________________________________________________________________________
25011 [ 22607] By: davem                                 on 2004/03/28  15:10:48
25012         Log: update -Dx to cope with lexical version of OP_AELEMFAST
25013      Branch: perl
25014            ! dump.c
25015 ____________________________________________________________________________
25016 [ 22606] By: davem                                 on 2004/03/28  15:08:23
25017         Log: make gv_fullname() etc include a literal '^' for *^FOO style names
25018      Branch: perl
25019            ! gv.c t/op/gv.t
25020 ____________________________________________________________________________
25021 [ 22605] By: davem                                 on 2004/03/28  13:11:30
25022         Log: pv_display() had code to display \n etc as escapes but it didn't
25023              actually work.
25024      Branch: perl
25025            ! dump.c
25026 ____________________________________________________________________________
25027 [ 22604] By: davem                                 on 2004/03/28  10:55:30
25028         Log: fix typo in change 22597
25029      Branch: perl
25030            ! op.h
25031 ____________________________________________________________________________
25032 [ 22601] By: davem                                 on 2004/03/27  10:22:52
25033         Log: Subject:  [PATCH] -Dusemallocwrap for VMS)
25034              From:  "Craig A. Berry" <craigberry@mac.com>
25035              Date:  Fri, 26 Mar 2004 22:46:50 -0600
25036              Message-Id:  <4065073A.30007@mac.com>
25037
25038              Mimic in configure.com what Configure does to enable or disable
25039              the new feature -Dusemallocwrap
25040      Branch: perl
25041            ! configure.com
25042 ____________________________________________________________________________
25043 [ 22600] By: davem                                 on 2004/03/27  02:04:03
25044         Log: Subject:  [PATCH] don't clean-up perly.* on VMS
25045              From:  "Craig A. Berry" <craigberry@mac.com>
25046              Date:  Fri, 26 Mar 2004 16:54:44 -0600
25047              Message-Id:  <4064B4B4.2030203@mac.com>
25048
25049              refrain from getting rid of perly.c and perly.h now that there are
25050              no longer VMS-specific overrides for these files
25051      Branch: perl
25052            ! vms/descrip_mms.template
25053 ____________________________________________________________________________
25054 [ 22599] By: davem                                 on 2004/03/27  01:54:09
25055         Log: string corruption with lvalue sub
25056              Depending on the context, the same substr OP may want to return
25057              a PVLV or an LV on subsequent invcations. If TARG is the wrong
25058              type, use a mortal instead.
25059      Branch: perl
25060            ! pp.c t/op/substr.t
25061 ____________________________________________________________________________
25062 [ 22597] By: davem                                 on 2004/03/26  18:56:50
25063         Log: Clarify op.h comments for which ops the OPpDEREF* private flags
25064              are actually used; update Concise.pm to match
25065      Branch: perl
25066            ! ext/B/B/Concise.pm op.h
25067 ____________________________________________________________________________
25068 [ 22596] By: davem                                 on 2004/03/26  18:53:09
25069         Log: fix for change #22594; if using test.pl, must tell perl where to
25070              find it!
25071      Branch: perl
25072            ! t/comp/hints.t
25073 ____________________________________________________________________________
25074 [ 22595] By: davem                                 on 2004/03/26  17:28:48
25075         Log: document the return value of an empty sub
25076      Branch: perl
25077            ! pod/perlsub.pod
25078 ____________________________________________________________________________
25079 [ 22594] By: davem                                 on 2004/03/26  13:05:50
25080         Log: - hints hash was being double freed on scope exit
25081      Branch: perl
25082            ! op.c scope.c scope.h t/comp/hints.t
25083 ____________________________________________________________________________
25084 [ 22593] By: ams                                   on 2004/03/26  08:59:15
25085         Log: Subject: Re: [perl #27906] stat documentation correction
25086              From: Andy Lester <andy@petdance.com>
25087              Date: Wed, 24 Mar 2004 21:48:30 -0600
25088              Message-Id: <20040325034830.GA5865@petdance.com>
25089              (Applied with a correction from Spider Boardman.)
25090      Branch: perl
25091            ! pod/perlfunc.pod t/op/stat.t
25092 ____________________________________________________________________________
25093 [ 22592] By: davem                                 on 2004/03/26  01:24:24
25094         Log: fix some comments in perly.y
25095      Branch: perl
25096            ! perly.y
25097 ____________________________________________________________________________
25098 [ 22591] By: davem                                 on 2004/03/26  01:16:55
25099         Log: Blessed reference to anonymous glob
25100              Stop *$$x=$x giving "Attempt to free unreferenced scalar" warning
25101      Branch: perl
25102            ! sv.c t/op/ref.t
25103 ____________________________________________________________________________
25104 [ 22586] By: davem                                 on 2004/03/24  22:16:30
25105         Log: Subject: [perl #27748] 'find2perl' bug: -exec causes chdir error
25106              From: "jdhedden@1979.usna.com (via RT)" <perlbug-followup@perl.org>
25107              Date: 18 Mar 2004 20:25:50 -0000
25108              Message-ID: <rt-3.0.8-27748-82270.2.99482909739062@perl.org>
25109
25110              Cwd code was planted in the output executable after the exit, so
25111              was never run.
25112      Branch: perl
25113            ! x2p/find2perl.PL
25114 ____________________________________________________________________________
25115 [ 22585] By: nicholas                              on 2004/03/24  21:42:25
25116         Log: Remaining smoked platforms where malloc wrap is known to work.
25117              Data for Irix and NetBSD would be useful - they probably will work too.
25118              Will Unicos work? Place bets now...
25119      Branch: perl
25120            ! hints/aix.sh hints/bsdos.sh hints/dec_osf.sh hints/freebsd.sh
25121            ! hints/hpux.sh hints/linux.sh hints/openbsd.sh
25122            ! hints/solaris_2.sh
25123 ____________________________________________________________________________
25124 [ 22584] By: davem                                 on 2004/03/24  21:14:08
25125         Log: Subject: [perl #27790] split docs: say the string is EXPR
25126              From: Dan Jacobson (via RT) <perlbug-followup@perl.org>
25127              Date: 20 Mar 2004 05:21:07 -0000
25128              Message-ID: <rt-3.0.8-27790-82358.14.5476352902536@perl.org>
25129
25130              Minor documentation nit in split
25131      Branch: perl
25132            ! pod/perlfunc.pod
25133 ____________________________________________________________________________
25134 [ 22582] By: nicholas                              on 2004/03/24  19:15:29
25135         Log: mintest will pass if I skip the correct number of tests. D'oh!
25136      Branch: perl
25137            ! t/op/magic.t
25138 ____________________________________________________________________________
25139 [ 22579] By: nicholas                              on 2004/03/24  14:59:16
25140         Log: Subject: Re: [PATCH] Fix PERL_MALLOC_WRAP change for Win32
25141              From: Steve Hay <steve.hay@uk.radan.com>
25142              Message-ID: <40618D1C.7000601@uk.radan.com>
25143              Date: Wed, 24 Mar 2004 13:29:00 +0000
25144      Branch: perl
25145            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25146            ! win32/config_H.vc64
25147 ____________________________________________________________________________
25148 [ 22578] By: rgs                                   on 2004/03/24  13:54:31
25149         Log: Good catch from Dave Mitchell; plus a null pointer protection.
25150      Branch: perl
25151            ! scope.c
25152 ____________________________________________________________________________
25153 [ 22577] By: nicholas                              on 2004/03/24  11:51:46
25154         Log: Unlike perl, 0 in void context isn't special cased in C :-)
25155              (So it warns). Tweak the no-action malloc wrap checkers to avoid
25156              warnings.
25157      Branch: perl
25158            ! handy.h
25159 ____________________________________________________________________________
25160 [ 22576] By: nicholas                              on 2004/03/24  10:29:16
25161         Log: Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than
25162              NO_MALLOC_WRAP following Configure changes. Identical patch to
25163              mine supplied by Steve Hay while I was working on this.
25164              IP shootout at dawn :-)
25165      Branch: perl
25166            ! makedef.pl
25167 ____________________________________________________________________________
25168 [ 22572] By: nicholas                              on 2004/03/24  09:14:21
25169         Log: Tidy up function prototypes in the light of suidpatch
25170      Branch: perl
25171            ! embed.fnc embed.h perl.c proto.h
25172 ____________________________________________________________________________
25173 [ 22571] By: nicholas                              on 2004/03/23  22:35:09
25174         Log: Make usemallocwrap a Configure-time question. Default is yes for
25175              usedevel, no otherwise, but I'm expecting hints files on known
25176              good platforms to override this. (and known bad)
25177              Demonstration hints file for darwin.
25178      Branch: perl
25179            ! Configure config_h.SH hints/darwin.sh perl.h
25180 ____________________________________________________________________________
25181 [ 22569] By: nicholas                              on 2004/03/23  17:47:44
25182         Log: hv_delete_common was freeing the key, then passing the freed pointer
25183              to S_hv_notallowed. D'oh!
25184      Branch: perl
25185            ! hv.c
25186 ____________________________________________________________________________
25187 [ 22566] By: nicholas                              on 2004/03/23  16:23:58
25188         Log: Unify 5.008 and 5.009's B::Concise 0.58
25189      Branch: perl
25190            ! ext/B/B/Concise.pm
25191 ____________________________________________________________________________
25192 [ 22565] By: nicholas                              on 2004/03/23  16:05:28
25193         Log: Unify 5.008 and 5.009's B::Concise 0.56
25194      Branch: perl
25195            ! ext/B/B/Concise.pm
25196 ____________________________________________________________________________
25197 [ 22564] By: rgs                                   on 2004/03/23  13:43:49
25198         Log: Fix bug [perl #27839] returning @+ out of scope loses its value :
25199
25200              Subject: Re: Wondering about returned regex special arrays on going out of scope
25201              From: hv@crypt.org
25202              Date: Fri, 05 Mar 2004 17:42:25 +0000
25203              Message-Id: <200403051742.i25HgPd11240@zen.crypt.org>
25204
25205              plus a test case.
25206      Branch: perl
25207            ! pp_hot.c t/op/magic.t
25208 ____________________________________________________________________________
25209 [ 22563] By: nicholas                              on 2004/03/23  13:38:11
25210         Log: Subject: [PATCH] 5.9.1 suidperl
25211              From: psz@maths.usyd.edu.au (Paul Szabo)
25212              Message-Id: <200403182117.i2ILHug513080@milan.maths.usyd.edu.au>
25213              Date: Fri, 19 Mar 2004 08:17:56 +1100 (EST)
25214
25215              (which variables renamed as requested, plus tweaks to work on platforms
25216              with no ST_NOEXEC)
25217      Branch: perl
25218            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h
25219 ____________________________________________________________________________
25220 [ 22560] By: rgs                                   on 2004/03/22  21:29:51
25221         Log: Update the -v copyright notice.
25222      Branch: perl
25223            ! perl.c
25224 ____________________________________________________________________________
25225 [ 22559] By: nicholas                              on 2004/03/22  21:05:09
25226         Log: Don't assume that the chmod will always work.
25227              (It won't for files on *BSD where chflags has set uchg, which is
25228              what the OS X perforce client does)
25229      Branch: perl
25230            ! t/op/filetest.t
25231 ____________________________________________________________________________
25232 [ 22557] By: rgs                                   on 2004/03/22  20:46:52
25233         Log: Clarifications on constants subroutines, based on:
25234
25235              Subject: [perl #27768] [patch] wrong examples in perlsub/"Constant Functions"
25236              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
25237              Date: 19 Mar 2004 14:56:09 -0000
25238              Message-ID: <rt-3.0.8-27768-82310.5.12766475665209@perl.org>
25239      Branch: perl
25240            ! pod/perlsub.pod
25241 ____________________________________________________________________________
25242 [ 22556] By: rgs                                   on 2004/03/22  20:30:41
25243         Log: Subject: [PATCH] Re: ../lib/ExtUtils/t/Embed.t failure on Win32/GCC
25244              From: Steve Hay <steve.hay@uk.radan.com>
25245              Date: Mon, 22 Mar 2004 14:44:46 +0000
25246              Message-ID: <405EFBDE.4090209@uk.radan.com>
25247      Branch: perl
25248            ! README.win32
25249 ____________________________________________________________________________
25250 [ 22553] By: rgs                                   on 2004/03/22  19:25:59
25251         Log: Subject: Re: [PATCH] warn on !=~
25252              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25253              Date: Mon, 22 Mar 2004 10:32:05 -0800
25254              Message-ID: <20040322183106.GA1284@efn.org>
25255
25256              More warnings for this case.
25257      Branch: perl
25258            ! t/lib/warnings/toke toke.c
25259 ____________________________________________________________________________
25260 [ 22549] By: rgs                                   on 2004/03/21  17:22:42
25261         Log: Finally, this "Negative repeat count" warning wasn't such a great
25262              idea. Disable it. But add tests for this :
25263
25264              Subject: Re: [perl #27811] (@x) x -1 is a panic
25265              From: Andy Lester <andy@petdance.com>
25266              Date: Sun, 21 Mar 2004 09:27:04 -0600
25267              Message-ID: <20040321152704.GA9041@petdance.com>
25268      Branch: perl
25269            ! pp.c t/lib/warnings/pp t/op/repeat.t
25270 ____________________________________________________________________________
25271 [ 22548] By: rgs                                   on 2004/03/21  16:40:27
25272         Log: Subject: [PATCH sv.h] Nobody has used SvPVbyte_force?
25273              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25274              Date: Sun, 21 Mar 2004 21:49:53 +0900
25275              Message-Id: <20040321213628.2461.BQW10602@nifty.com>
25276      Branch: perl
25277            ! sv.h
25278 ____________________________________________________________________________
25279 [ 22547] By: rgs                                   on 2004/03/21  13:36:27
25280         Log: I must be tired today.
25281      Branch: perl
25282            ! lib/utf8.t
25283 ____________________________________________________________________________
25284 [ 22546] By: rgs                                   on 2004/03/21  13:26:33
25285         Log: Silence a gcc warning.
25286      Branch: perl
25287            ! sv.c
25288 ____________________________________________________________________________
25289 [ 22545] By: rgs                                   on 2004/03/21  13:18:01
25290         Log: Subject: Re: [perl #27803] perl crashes when utf8::upgrade($offsetOK_scalar)
25291              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
25292              Date: Sun, 21 Mar 2004 15:19:22 +0900
25293              Message-Id: <20040321151828.DAC6.BQW10602@nifty.com>
25294      Branch: perl
25295            ! lib/utf8.t sv.c
25296 ____________________________________________________________________________
25297 [ 22544] By: rgs                                   on 2004/03/21  13:12:53
25298         Log: Subject: [PATCH] fix memory bug in vms.c:mp_do_tounixspec
25299              From: "Craig A. Berry" <craigberry@mac.com>
25300              Date: Sat, 20 Mar 2004 21:51:45 -0600
25301              Message-ID: <405D1151.3040308@mac.com>
25302      Branch: perl
25303            ! vms/vms.c
25304 ____________________________________________________________________________
25305 [ 22543] By: rgs                                   on 2004/03/21  13:06:20
25306         Log: Add a new warning "Negative repeat count"
25307              for the cases $x x -1.
25308      Branch: perl
25309            ! pod/perlop.pod pp.c t/lib/warnings/pp
25310 ____________________________________________________________________________
25311 [ 22542] By: rgs                                   on 2004/03/20  11:49:21
25312         Log: Subject: [PATCH] warn on !=~
25313              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
25314              Date: Thu, 18 Mar 2004 22:24:09 -0800
25315              Message-ID: <20040319062035.GA3768@efn.org>
25316
25317              with an improvement suggested by Ton Hospel.
25318      Branch: perl
25319            ! pod/perldiag.pod t/lib/warnings/toke toke.c
25320 ____________________________________________________________________________
25321 [ 22541] By: rgs                                   on 2004/03/20  10:19:59
25322         Log: Subject: makefile.95 tweak
25323              From: Greg Matheson <lang@ms.chinmin.edu.tw>
25324              Date: Fri, 19 Mar 2004 18:15:25 +0800
25325              Message-ID: <20040319181525.A6347@ms.chinmin.edu.tw>
25326      Branch: perl
25327            ! win32/makefile.mk
25328 ____________________________________________________________________________
25329 [ 22540] By: rgs                                   on 2004/03/20  10:15:36
25330         Log: \x80\xFF is not valid UTF-8.
25331      Branch: perl
25332            ! pod/perluniintro.pod
25333 ____________________________________________________________________________
25334 [ 22539] By: rgs                                   on 2004/03/19  23:09:13
25335         Log: Subject: [perl #24821] enhancement patch for B::Concise
25336              From: jim cromie <jcromie@divsol.com>
25337              Date: Wed, 17 Mar 2004 14:12:43 -0700
25338              Message-ID: <4058BF4B.1000004@divsol.com>
25339              (Only the Concise.pm part, with documentation nits)
25340      Branch: perl
25341            ! ext/B/B/Concise.pm
25342 ____________________________________________________________________________
25343 [ 22538] By: nicholas                              on 2004/03/19  12:15:23
25344         Log: Subject:  [PATCH] open.pm: allow upper-cased EUC
25345              From:  Autrijus Tang <autrijus@autrijus.org>
25346              Date:  Fri, 19 Mar 2004 18:27:10 +0800
25347              Message-Id:  <20040319102710.GA91216@aut.dyndns.org>
25348      Branch: perl
25349            ! lib/open.pm
25350 ____________________________________________________________________________
25351 [ 22537] By: nicholas                              on 2004/03/19  11:59:01
25352         Log: Subject: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
25353              From: Jan Dubois <jand@activestate.com>
25354              Message-ID: <lg2k509o51b8openotuetdts6go7pn4udo@4ax.com>
25355              Date: Thu, 18 Mar 2004 13:13:49 -0800
25356
25357              Subject: Re: [PATCH] Move Win32.pm/Win32.xs from libwin32 module to core Perl
25358              From: Steve Hay <steve.hay@uk.radan.com>
25359              Message-ID: <405ACC6D.1040804@uk.radan.com>
25360              Date: Fri, 19 Mar 2004 10:33:17 +0000
25361      Branch: perl
25362            + win32/ext/Win32/Makefile.PL win32/ext/Win32/Win32.pm
25363            + win32/ext/Win32/Win32.xs
25364            - lib/Win32.pod
25365            ! MANIFEST win32/Makefile win32/makefile.mk
25366 ____________________________________________________________________________
25367 [ 22536] By: nicholas                              on 2004/03/19  11:43:35
25368         Log: Change Storable.xs to conditionally include ppport.h for pre 5.8.0
25369              This allows the ppport.h to be deleted from ext/Storable, which will
25370              reduce the potential for confusion.
25371              Bump Storable's version to 2.12; update the ChangeLog
25372      Branch: perl
25373            - ext/Storable/ppport.h
25374            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
25375            ! ext/Storable/README ext/Storable/Storable.pm
25376            ! ext/Storable/Storable.xs
25377 ____________________________________________________________________________
25378 [ 22535] By: nicholas                              on 2004/03/19  11:03:18
25379         Log: Move Beau Cox's ppport.h fixes into PPPort.pm
25380      Branch: perl
25381            ! ext/Devel/PPPort/PPPort.pm
25382 ____________________________________________________________________________
25383 [ 22534] By: rgs                                   on 2004/03/19  10:13:14
25384         Log: Nit in perluniintro about the U0 and C0 templates,
25385              noticed by Steve Hay.
25386      Branch: perl
25387            ! pod/perluniintro.pod
25388 ____________________________________________________________________________
25389 [ 22533] By: ams                                   on 2004/03/19  02:57:40
25390         Log: Subject: [PATCH] Storable PERL_NO_GET_CONTEXT
25391              From: beau@beaucox.com
25392              Date: Thu, 18 Mar 2004 12:45:45 -1000
25393              Message-Id: <20040318_224545_009145.beau@beaucox.com>
25394      Branch: perl
25395            + ext/Storable/ppport.h
25396            ! MANIFEST ext/Storable/MANIFEST ext/Storable/Storable.xs
25397 ____________________________________________________________________________
25398 [ 22532] By: rgs                                   on 2004/03/18  20:33:02
25399         Log: Subject: [PATCH] range operator warnings / 64-bit fix
25400              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
25401              Date: Wed, 10 Mar 2004 21:45:48 +0100
25402              Message-Id: <20040310214548.4f5e3ab1@r2d2>
25403      Branch: perl
25404            ! pp_ctl.c pp_hot.c t/op/range.t
25405 ____________________________________________________________________________
25406 [ 22531] By: davem                                 on 2004/03/18  19:02:32
25407         Log: add code comment for change 22525
25408      Branch: perl
25409            ! pp.c
25410 ____________________________________________________________________________
25411 [ 22530] By: rgs                                   on 2004/03/18  18:21:32
25412         Log: Add a perl592delta.pod man page.
25413      Branch: perl
25414            + pod/perl592delta.pod
25415            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
25416            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
25417            ! win32/pod.mak
25418 ____________________________________________________________________________
25419 [ 22528] By: nicholas                              on 2004/03/18  16:58:06
25420         Log: Corrections and explanations in comments
25421      Branch: perl
25422            ! ext/Storable/Storable.xs
25423 ____________________________________________________________________________
25424 [ 22527] By: nicholas                              on 2004/03/18  16:50:25
25425         Log: Subject:  pumpkin fodder
25426              From:  Jarkko Hietaniemi <jhi@cc.hut.fi>
25427              Date:  Fri, 12 Mar 2004 15:16:57 +0200 (EET)
25428              Message-Id:  <200403121316.i2CDGv1Y254951@kosh.hut.fi>
25429      Branch: perl
25430            ! lib/unicore/README.perl
25431 ____________________________________________________________________________
25432 [ 22526] By: rgs                                   on 2004/03/18  14:33:14
25433         Log: Detypo.
25434      Branch: perl
25435            ! makedef.pl
25436 ____________________________________________________________________________
25437 [ 22525] By: davem                                 on 2004/03/18  14:13:16
25438         Log: make ~$x give warning is $x isn't initialised.
25439              Also add test for uninitialised warning in & op.
25440      Branch: perl
25441            ! pp.c t/lib/warnings/sv
25442 ____________________________________________________________________________
25443 [ 22524] By: rgs                                   on 2004/03/18  13:20:07
25444         Log: Try to fix the AIX and Windows builds regarding the
25445              definedness of the PL_memory_wrap symbol.
25446      Branch: perl
25447            ! makedef.pl
25448 ____________________________________________________________________________
25449 [ 22523] By: rgs                                   on 2004/03/18  08:27:34
25450         Log: Bump bleadperl's version number to 5.9.2.
25451      Branch: perl
25452            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
25453            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
25454            ! plan9/config.plan9 win32/Makefile win32/config_H.bc
25455            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
25456            ! win32/makefile.mk wince/Makefile.ce
25457 ____________________________________________________________________________
25458 [ 22521] By: rgs                                   on 2004/03/17  19:13:03
25459         Log: Subject: [PATCH] format/casting/warning RE: perl 5.9.1
25460              From: Robin Barker <Robin.Barker@npl.co.uk>
25461              Date: Wed, 17 Mar 2004 18:37:10 -0000
25462              Message-ID: <533D273D4014D411AB1D00062938C4D90404682E@hotel.npl.co.uk>
25463      Branch: perl
25464            ! dump.c ext/Socket/Socket.xs pad.c util.c
25465 ____________________________________________________________________________
25466 [ 22520] By: rgs                                   on 2004/03/17  18:20:54
25467         Log: Optimize away the assignment in the constructs C<my $s = undef>,
25468              C<my @a = ()>, C<my %h = ()>.
25469      Branch: perl
25470            ! op.c
25471 ____________________________________________________________________________
25472 [ 22517] By: nicholas                              on 2004/03/17  17:58:44
25473         Log: Subject: malloc wrappage
25474              From: Jarkko Hietaniemi <jhi@iki.fi>
25475              Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi>
25476              Date: Tue, 10 Feb 2004 23:15:14 +0200
25477
25478              plus change croak to Perl_croak_nocontext to make ithread safe
25479              plus make it conditional on PERL_MALLOC_WRAP (default for blead is on)
25480      Branch: perl
25481            ! av.c handy.h perl.h pod/perldiag.pod pp.c
25482 ____________________________________________________________________________
25483 [ 22516] By: nicholas                              on 2004/03/17  16:10:57
25484         Log: Add auto-require of modules to restore overloading (and tests)
25485      Branch: perl
25486            + ext/Storable/t/HAS_OVERLOAD.pm
25487            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
25488            ! ext/Storable/Storable.xs ext/Storable/t/overload.t
25489 ____________________________________________________________________________
25490 [ 22515] By: nicholas                              on 2004/03/17  15:48:03
25491         Log: Add regression tests for the auto-require of STORABLE_thaw
25492      Branch: perl
25493            + ext/Storable/t/HAS_HOOK.pm
25494            ! MANIFEST ext/Storable/ChangeLog ext/Storable/MANIFEST
25495            ! ext/Storable/t/blessed.t
25496 ____________________________________________________________________________
25497 [ 22514] By: nicholas                              on 2004/03/16  22:36:49
25498         Log: Move the PERLVAR(Ireentrant_buffer, REENTR*) outside the ITHREADS
25499              block. This allows the re-entrant API to be used with ithreads,
25500              which in turn permits -Dusethreads -Uuseithreads -Uuse5005threads
25501              (Which may seem inane, but makes perl threaded at the C level
25502              without enabling ithreads)
25503      Branch: perl
25504            ! intrpvar.h
25505 ____________________________________________________________________________
25506 [ 22513] By: rgs                                   on 2004/03/16  21:55:10
25507         Log: Add a lchown() call to the POSIX module. [perl #27547]
25508      Branch: perl
25509            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
25510 ____________________________________________________________________________
25511 [ 22512] By: rgs                                   on 2004/03/16  21:29:41
25512         Log: Subject: [PATCH] Re: Perl and Parrot disagree about sched_yield on Solaris
25513              From: Andrew Dougherty <doughera@lafayette.edu>
25514              Date: Tue, 16 Mar 2004 16:38:58 -0500 (EST)
25515              Message-ID: <Pine.SOL.4.58.0403161635590.27628@maxwell.phys.lafayette.edu>
25516      Branch: perl
25517            ! hints/solaris_2.sh
25518 ____________________________________________________________________________
25519 [ 22511] By: rgs                                   on 2004/03/16  21:27:02
25520         Log: Restore the "DEVEL" locally-applied-patches version tag in blead.
25521      Branch: perl
25522            ! patchlevel.h
25523 ____________________________________________________________________________
25524 [ 22510] By: rgs                                   on 2004/03/16  18:29:39
25525         Log: Update Changes. (again)
25526      Branch: perl
25527            ! Changes
25528 ____________________________________________________________________________
25529 [ 22509] By: rgs                                   on 2004/03/16  18:19:52
25530         Log: Update copyright notices
25531      Branch: perl
25532            ! cop.h cv.h doio.c doop.c dump.c embed.h embed.pl embedvar.h
25533            ! form.h global.sym gv.c handy.h hv.c mg.c op.c op.h opcode.h
25534            ! opcode.pl opnames.h pad.c patchlevel.h perl.c perl.h perlapi.h
25535            ! perlio.c pp.c pp_ctl.c pp_hot.c pp_pack.c pp_sort.c pp_sys.c
25536            ! proto.h regexec.c scope.c scope.h sv.c sv.h thread.h
25537            ! universal.c utf8.c util.c
25538 ____________________________________________________________________________
25539 [ 22508] By: rgs                                   on 2004/03/16  16:31:03
25540         Log: Regenerate META.yml
25541      Branch: perl
25542            ! META.yml
25543 ____________________________________________________________________________
25544 [ 22507] By: rgs                                   on 2004/03/16  15:36:32
25545         Log: Update Changes.
25546      Branch: perl
25547            ! Changes
25548 ____________________________________________________________________________
25549 [ 22506] By: rgs                                   on 2004/03/16  15:32:42
25550         Log: This is 5.9.1.
25551      Branch: perl
25552            ! patchlevel.h
25553 ____________________________________________________________________________
25554 [ 22505] By: rgs                                   on 2004/03/16  15:28:55
25555         Log: We'll ship 5.9.1 today.
25556      Branch: perl
25557            ! pod/perlhist.pod
25558 ____________________________________________________________________________
25559 [ 22504] By: rgs                                   on 2004/03/16  15:25:22
25560         Log: More perldelta updates.
25561      Branch: perl
25562            ! pod/perl591delta.pod
25563 ____________________________________________________________________________
25564 [ 22503] By: rgs                                   on 2004/03/16  13:23:34
25565         Log: Since the signature.t test of CPAN relies on a non-core module,
25566              it's not relevant to the perl core distribution.
25567      Branch: perl
25568            - lib/CPAN/t/signature.t
25569            ! MANIFEST
25570 ____________________________________________________________________________
25571 [ 22502] By: rgs                                   on 2004/03/15  21:54:56
25572         Log: Fix the order of arguments in the usage message of
25573              POSIX::chown(). It's different from the POSIX order but
25574              it's the same than CORE::chown(). Damn.
25575      Branch: perl
25576            ! ext/POSIX/POSIX.pm
25577 ____________________________________________________________________________
25578 [ 22501] By: rgs                                   on 2004/03/15  17:09:26
25579         Log: Subject: Re: Smoke [5.9.1] 22491 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)
25580              From: Steve Hay <steve.hay@uk.radan.com>
25581              Date: Mon, 15 Mar 2004 10:28:02 +0000
25582              Message-ID: <40558532.30002@uk.radan.com>
25583
25584              Plus, restore patch #22489
25585      Branch: perl
25586            ! win32/Makefile win32/makefile.mk
25587 ____________________________________________________________________________
25588 [ 22500] By: davem                                 on 2004/03/14  20:13:47
25589         Log: scope exit could expose freed local() value
25590      Branch: perl
25591            ! scope.c t/op/localref.t
25592 ____________________________________________________________________________
25593 [ 22499] By: davem                                 on 2004/03/14  17:01:34
25594         Log: strict 'subs' didn't warn on bareword array index
25595      Branch: perl
25596            ! op.c t/lib/strict/subs
25597 ____________________________________________________________________________
25598 [ 22498] By: rgs                                   on 2004/03/14  12:52:17
25599         Log: Four Storable patches towards Storable 2.11 :
25600
25601              Subject: Re: [perl #27616] Storable can't freeze restricted hashes in canonical order
25602              From: Nicholas Clark <nick@ccl4.org>
25603              Date: Sat, 13 Mar 2004 15:13:28 +0000
25604              Message-ID: <20040313151327.GS701@plum.flirble.org>
25605
25606              Date: Sat, 13 Mar 2004 20:23:45 +0000
25607              Message-ID: <20040313202345.GX701@plum.flirble.org>
25608
25609              Date: Sat, 13 Mar 2004 22:20:07 +0000
25610              Message-ID: <20040313222007.GZ701@plum.flirble.org>
25611
25612              Date: Sat, 13 Mar 2004 23:03:46 +0000
25613              Message-ID: <20040313230345.GB701@plum.flirble.org>
25614      Branch: perl
25615            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
25616            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
25617            ! ext/Storable/t/restrict.t
25618 ____________________________________________________________________________
25619 [ 22497] By: rgs                                   on 2004/03/13  21:27:57
25620         Log: Subject: [perl #27567] [patch] a typo and a mistake in perltoot.pod
25621              From: "padre@elte.hu (via RT)" <perlbug-followup@perl.org>
25622              Date: 10 Mar 2004 17:05:09 -0000
25623              Message-ID: <rt-3.0.8-27567-81174.13.282806825515@perl.org>
25624      Branch: perl
25625            ! pod/perltoot.pod
25626 ____________________________________________________________________________
25627 [ 22496] By: rgs                                   on 2004/03/13  21:16:59
25628         Log: More small perldelta updates.
25629      Branch: perl
25630            ! pod/perl591delta.pod
25631 ____________________________________________________________________________
25632 [ 22495] By: rgs                                   on 2004/03/13  20:05:20
25633         Log: Revert change #22489, that seems to cause build failures on Windows.
25634      Branch: perl
25635            ! win32/Makefile win32/makefile.mk
25636 ____________________________________________________________________________
25637 [ 22494] By: rgs                                   on 2004/03/13  19:55:43
25638         Log: Subject: Re: [PATCH] Stop splitpod truncating sprintf manpage
25639              From: Steve Hay <steve.hay@uk.radan.com>
25640              Date: Fri, 12 Mar 2004 08:38:41 +0000
25641              Message-ID: <40517711.9030204@uk.radan.com>
25642      Branch: perl
25643            ! pod/splitpod
25644 ____________________________________________________________________________
25645 [ 22493] By: rgs                                   on 2004/03/12  23:39:16
25646         Log: perl591delta nits. Regenerate the tables of contents.
25647      Branch: perl
25648            ! pod/perl591delta.pod pod/perlmodlib.pod pod/perltoc.pod
25649 ____________________________________________________________________________
25650 [ 22492] By: rgs                                   on 2004/03/12  21:35:49
25651         Log: Update perl591delta. Include a small to-do list in it.
25652      Branch: perl
25653            ! pod/perl591delta.pod
25654 ____________________________________________________________________________
25655 [ 22491] By: rgs                                   on 2004/03/12  20:08:31
25656         Log: Subject: [PATCH] Math::BigInt v1.70, bignum 0.15, Math::BigRat 0.12
25657              From: Tels <perl_dummy@bloodgate.com>
25658              Date: Fri, 12 Mar 2004 18:02:30 +0100
25659              Message-Id: <200403121802.31679@bloodgate.com>
25660      Branch: perl
25661            + lib/Math/BigInt/t/_e_math.t
25662            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt/t/bare_mbf.t
25663            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
25664            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/with_sub.t
25665            ! lib/bigint.pm lib/bignum.pm
25666 ____________________________________________________________________________
25667 [ 22490] By: rgs                                   on 2004/03/12  18:31:12
25668         Log: Fix a bug in the cloning of regexps
25669
25670              Subject: Re: [perl #27530] Regex qr// interpolation fails when chr(0) is used in a thread
25671              From: hv@crypt.org
25672              Date: Thu, 11 Mar 2004 16:21:50 +0000
25673              Message-Id: <200403111621.i2BGLoi20225@zen.crypt.org>
25674              (plus another similar fix)
25675      Branch: perl
25676            ! sv.c
25677 ____________________________________________________________________________
25678 [ 22489] By: rgs                                   on 2004/03/12  18:26:34
25679         Log: Subject: [PATCH] Fix minitest target in Win32 makefiles
25680              From: Steve Hay <steve.hay@uk.radan.com>
25681              Date: Fri, 12 Mar 2004 15:52:23 +0000
25682              Message-ID: <4051DCB7.107@uk.radan.com>
25683      Branch: perl
25684            ! win32/Makefile win32/makefile.mk
25685 ____________________________________________________________________________
25686 [ 22488] By: rgs                                   on 2004/03/11  22:57:29
25687         Log: Document the new behaviour of the substr lvalue :
25688              Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue window
25689              From: Dave Mitchell <davem@fdisolutions.com>
25690              Date: Mon, 1 Mar 2004 23:59:21 +0000
25691              Message-ID: <20040301235921.GC6469@fdisolutions.com>
25692      Branch: perl
25693            ! pod/perlfunc.pod
25694 ____________________________________________________________________________
25695 [ 22485] By: davem                                 on 2004/03/11  14:52:58
25696         Log: make op/write.t work better under stdio by running the subtests
25697              in the child process rather than the parent.
25698      Branch: perl
25699            ! t/op/write.t
25700 ____________________________________________________________________________
25701 [ 22484] By: merijn                                on 2004/03/11  10:08:17
25702         Log: Subject: Re: [PATCH] Re: Proposal to remove support for MachTen
25703              From: Dominic Dunlop <shouldbedomo@mac.com>
25704              Date: Thu, 11 Mar 2004 10:34:01 +0100
25705              Message-Id: <3B07B7FC-733F-11D8-AC24-000A27839BD6@mac.com>
25706      Branch: perl
25707            ! README.machten hints/machten.sh
25708 ____________________________________________________________________________
25709 [ 22483] By: nicholas                              on 2004/03/10  20:38:49
25710         Log: croaking for readonly SVs in Perl_sv_utf8_upgrade_flags was a mistake
25711              back this out until we have a tangible policy
25712      Branch: perl
25713            ! sv.c
25714 ____________________________________________________________________________
25715 [ 22482] By: rgs                                   on 2004/03/10  16:16:00
25716         Log: Upgrade to Cwd 2.17.
25717      Branch: perl
25718            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
25719 ____________________________________________________________________________
25720 [ 22481] By: rgs                                   on 2004/03/10  10:55:12
25721         Log: Subject: Re: [PATCH] More "distclean" tidy ups on Win32
25722              From: Steve Hay <steve.hay@uk.radan.com>
25723              Date: Wed, 10 Mar 2004 10:58:15 +0000
25724              Message-ID: <404EF4C7.9090107@uk.radan.com>
25725      Branch: perl
25726            ! win32/Makefile win32/makefile.mk
25727 ____________________________________________________________________________
25728 [ 22480] By: rgs                                   on 2004/03/10  09:25:36
25729         Log: Change 22476 left out a similar fix for ExtUtils::MM_Win32
25730              (noticed by Steve Hay.)
25731              Also, update MANIFEST.SKIP to be in line with the renaming
25732              "blibdirs" to "blibdirs.exists".
25733      Branch: perl
25734            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Win32.pm
25735 ____________________________________________________________________________
25736 [ 22479] By: rgs                                   on 2004/03/10  09:07:03
25737         Log: A patch by Richard Foley to reduce the amount of
25738              forkage between the 5.8 and 5.9 debuggers.
25739      Branch: perl
25740            ! lib/perl5db.pl
25741 ____________________________________________________________________________
25742 [ 22478] By: chip                                  on 2004/03/09  23:51:41
25743         Log: In line-buffered mode, flush on the *last* newline,
25744              not on every newline.
25745      Branch: perl
25746            ! perlio.c
25747 ____________________________________________________________________________
25748 [ 22477] By: rgs                                   on 2004/03/09  22:27:22
25749         Log: Subject: [PATCH] More "distclean" tidy ups on Win32
25750              From: Steve Hay <steve.hay@uk.radan.com>
25751              Date: Fri, 05 Mar 2004 09:56:36 +0000
25752              Message-ID: <40484ED4.1050001@uk.radan.com>
25753              (only the win32 makefiles part)
25754      Branch: perl
25755            ! win32/Makefile win32/makefile.mk
25756 ____________________________________________________________________________
25757 [ 22476] By: rgs                                   on 2004/03/09  21:45:49
25758         Log: Subject: [PATCH] bleadperl/MM/VMS (was Re: perl@22413)
25759              From: "Craig A. Berry" <craigberry@mac.com>
25760              Date: Mon, 08 Mar 2004 08:18:43 -0600
25761              Message-ID: <404C80C3.6090009@mac.com>
25762
25763              Avoid to build everything twice on VMS.
25764              This is done by renaming the blibdirs target to blibdirs.exists.
25765              No, I don't understand why.
25766      Branch: perl
25767            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_NW5.pm
25768            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
25769            ! lib/ExtUtils/t/INST_PREFIX.t
25770 ____________________________________________________________________________
25771 [ 22474] By: rgs                                   on 2004/03/09  20:29:02
25772         Log: Improve the "Prototype mismatch" error message when
25773              the redefined subroutine didn't have any prototype.
25774      Branch: perl
25775            ! op.c t/comp/redef.t
25776 ____________________________________________________________________________
25777 [ 22473] By: mhx                                   on 2004/03/09  19:09:20
25778         Log: Revert change #22472, but keep the new tests.
25779      Branch: perl
25780            ! pp_ctl.c t/op/range.t
25781 ____________________________________________________________________________
25782 [ 22472] By: mhx                                   on 2004/03/09  18:41:15
25783         Log: Subject: Re: undef and the range operator
25784              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
25785              Date: Mon, 8 Mar 2004 21:49:55 +0100
25786              Message-Id: <20040308214955.3d8be3a6@r2d2>
25787      Branch: perl
25788            ! pp_ctl.c t/op/range.t
25789 ____________________________________________________________________________
25790 [ 22471] By: nicholas                              on 2004/03/09  16:11:37
25791         Log: Make a temporary copy of the input buffer in pp_send, so that send
25792              and syswrite don't gratuitously upgrade their input to UTF8
25793      Branch: perl
25794            ! pp_sys.c t/op/sysio.t
25795 ____________________________________________________________________________
25796 [ 22470] By: rgs                                   on 2004/03/09  15:27:38
25797         Log: Upgrade to Cwd 2.16
25798      Branch: perl
25799            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
25800 ____________________________________________________________________________
25801 [ 22469] By: rgs                                   on 2004/03/09  14:56:10
25802         Log: Upgrade to CGI.pm 3.04.
25803      Branch: perl
25804            ! lib/CGI.pm lib/CGI/Cookie.pm
25805 ____________________________________________________________________________
25806 [ 22468] By: rgs                                   on 2004/03/08  15:35:59
25807         Log: perl591delta.pod update.
25808      Branch: perl
25809            ! pod/perl591delta.pod
25810 ____________________________________________________________________________
25811 [ 22467] By: rgs                                   on 2004/03/08  10:43:23
25812         Log: Another makefile portability fix for Win32 by Steve Hay.
25813      Branch: perl
25814            ! win32/Makefile win32/makefile.mk
25815 ____________________________________________________________________________
25816 [ 22466] By: rgs                                   on 2004/03/08  08:06:33
25817         Log: Subject: [PATCH] win32_fstat has a potential buffer overrun problem
25818              From: Jan Dubois <jand@ActiveState.com>
25819              Date: Sun, 07 Mar 2004 17:04:35 -0800
25820              Message-ID: <8lgn409p4k2kpde8d428d7a4r7fsgjc8b4@4ax.com>
25821      Branch: perl
25822            ! win32/win32.c
25823 ____________________________________________________________________________
25824 [ 22465] By: nicholas                              on 2004/03/07  23:31:49
25825         Log: Fix Dave's original shared hash key corruption bug
25826      Branch: perl
25827            ! sv.c
25828 ____________________________________________________________________________
25829 [ 22463] By: nicholas                              on 2004/03/07  21:34:01
25830         Log: Add a readonly check to Perl_sv_utf8_upgrade_flags, a regresion test
25831              in utf8.t, and fix 3 bugs it exposed in utfhash.t
25832      Branch: perl
25833            ! lib/utf8.t sv.c t/op/utfhash.t
25834 ____________________________________________________________________________
25835 [ 22462] By: rgs                                   on 2004/03/07  20:34:05
25836         Log: Subject: undef and the range operator
25837              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
25838              Date: Sun, 7 Mar 2004 21:11:20 +0100
25839              Message-Id: <20040307211120.10e46933@r2d2>
25840      Branch: perl
25841            ! pp_ctl.c t/op/range.t
25842 ____________________________________________________________________________
25843 [ 22459] By: rgs                                   on 2004/03/07  18:41:36
25844         Log: Subject: Re: [PATCH Cwd 2.15] test tweak for VMS
25845              From: "Ken Williams" <ken@mathforum.org>
25846              Date: Sun, 7 Mar 2004 09:37:19 -0600
25847              Message-Id: <51C75B2A-704D-11D8-BBD2-003065F6D85A@mathforum.org>
25848      Branch: perl
25849            ! ext/Cwd/t/cwd.t
25850 ____________________________________________________________________________
25851 [ 22456] By: rgs                                   on 2004/03/07  14:08:43
25852         Log: Subject: [PATCH t/op/closure.t] line-end tweak for VMS
25853              From: "Craig A. Berry" <craigberry@mac.com>
25854              Date: Sat, 06 Mar 2004 22:50:25 -0600
25855              Message-ID: <404AAA11.8050001@mac.com>
25856      Branch: perl
25857            ! t/op/closure.t
25858 ____________________________________________________________________________
25859 [ 22452] By: rgs                                   on 2004/03/06  21:24:45
25860         Log: Subject: [PATCH Cwd 2.15] test tweak for VMS
25861              From: "Craig A. Berry" <craigberry@mac.com>
25862              Date: Sat, 06 Mar 2004 13:51:55 -0600
25863              Message-ID: <404A2BDB.8030401@mac.com>
25864      Branch: perl
25865            ! ext/Cwd/t/cwd.t
25866 ____________________________________________________________________________
25867 [ 22451] By: rgs                                   on 2004/03/06  21:09:10
25868         Log: Allow syslog() to use numeric constants in addition to strings for
25869              facility names and priorities.
25870
25871              Subject: Patch for Sys::Syslog
25872              From: Jim Schneider <jschneid@netilla.com>
25873              Date: Fri, 5 Mar 2004 14:03:10 -0500
25874              Message-Id: <200403051403.10674.jschneid@netilla.com>
25875      Branch: perl
25876            ! ext/Sys/Syslog/Syslog.pm
25877 ____________________________________________________________________________
25878 [ 22446] By: nicholas                              on 2004/03/06  16:13:48
25879         Log: Make threads tests pass make minitest (by skipping)
25880      Branch: perl
25881            ! t/op/getpid.t t/op/threads.t
25882 ____________________________________________________________________________
25883 [ 22445] By: davem                                 on 2004/03/06  15:25:32
25884         Log: fix coredump in /(?{sub{}})/
25885      Branch: perl
25886            ! pad.c
25887 ____________________________________________________________________________
25888 [ 22444] By: rgs                                   on 2004/03/05  21:19:06
25889         Log: A small perluniintro clarification by Jarkko.
25890      Branch: perl
25891            ! pod/perluniintro.pod
25892 ____________________________________________________________________________
25893 [ 22443] By: rgs                                   on 2004/03/05  14:13:50
25894         Log: Subject: [PATCH] Re: Strange segfault
25895              From: mhx-perl@gmx.net (Marcus Holland-Moritz)
25896              Date: Fri, 5 Mar 2004 15:13:53 +0100
25897              Message-ID: <20040305151353.5f3e913c@r2d2>
25898      Branch: perl
25899            ! pp_ctl.c t/op/range.t
25900 ____________________________________________________________________________
25901 [ 22442] By: rgs                                   on 2004/03/05  09:31:22
25902         Log: Subject: [PATCH] Fix PERLEXE_ICO/PERLEXE_RES targets in makefile.mk on Win32
25903              From: steve.hay@uk.radan.com (Steve Hay)
25904              Date: Fri, 05 Mar 2004 09:42:32 +0000
25905              Message-ID: <40484B88.7070608@uk.radan.com>
25906      Branch: perl
25907            ! win32/makefile.mk
25908 ____________________________________________________________________________
25909 [ 22441] By: rgs                                   on 2004/03/05  08:53:08
25910         Log: Change 22436 broke the Windows build.
25911              Fix by Steve Hay.
25912      Branch: perl
25913            ! ext/POSIX/POSIX.xs
25914 ____________________________________________________________________________
25915 [ 22440] By: davem                                 on 2004/03/05  00:09:23
25916         Log: silence some compiler warnings
25917      Branch: perl
25918            ! pp_ctl.c sv.c
25919 ____________________________________________________________________________
25920 [ 22439] By: davem                                 on 2004/03/04  23:56:42
25921         Log: ensure utf8::encode() normalises its arg
25922      Branch: perl
25923            ! sv.c
25924 ____________________________________________________________________________
25925 [ 22438] By: davem                                 on 2004/03/04  23:32:38
25926         Log: Memory leak in continue loop
25927              make sure redo always frees temps
25928      Branch: perl
25929            ! pp_ctl.c t/op/loopctl.t
25930 ____________________________________________________________________________
25931 [ 22437] By: davem                                 on 2004/03/04  22:03:17
25932         Log: Add perldiag entry for change #22435 (deprecate my $x if 0)
25933      Branch: perl
25934            ! pod/perldiag.pod
25935 ____________________________________________________________________________
25936 [ 22436] By: rgs                                   on 2004/03/04  21:52:18
25937         Log: Subject: [PATCH] Re: [perl #25270] 5.8.3 - POSIX::ctermid() on Solaris
25938              From: Andrew Dougherty <doughera@lafayette.edu>
25939              Date: Thu, 4 Mar 2004 14:41:07 -0500 (EST)
25940              Message-ID: <Pine.SOL.4.58.0403041438350.5863@maxwell.phys.lafayette.edu>
25941      Branch: perl
25942            ! ext/POSIX/POSIX.xs
25943 ____________________________________________________________________________
25944 [ 22435] By: davem                                 on 2004/03/04  21:39:47
25945         Log: add deprecation warning for my $x if 0
25946      Branch: perl
25947            ! op.c t/lib/warnings/op
25948 ____________________________________________________________________________
25949 [ 22434] By: davem                                 on 2004/03/04  21:38:57
25950         Log: remove an 'if $a if 0' from AutoSplit.t
25951      Branch: perl
25952            ! lib/AutoSplit.t
25953 ____________________________________________________________________________
25954 [ 22433] By: davem                                 on 2004/03/04  20:33:44
25955         Log: retract 22328 and 22332: deprecation warning for my $x if foo
25956      Branch: perl
25957            ! embed.h op.c opcode.h opcode.pl pod/perldiag.pod pp.sym
25958            ! pp_proto.h t/lib/warnings/op
25959 ____________________________________________________________________________
25960 [ 22432] By: rgs                                   on 2004/03/04  12:18:11
25961         Log: Maintainers.pl update by MJD.
25962      Branch: perl
25963            ! Porting/Maintainers.pl
25964 ____________________________________________________________________________
25965 [ 22431] By: rgs                                   on 2004/03/04  10:35:59
25966         Log: Fix [perl #27357] Scalar Win32::GetOSVersion() broken in 5.8.3
25967              (by Steve Hay)
25968      Branch: perl
25969            + t/win32/getosversion.t
25970            ! MANIFEST win32/win32.c
25971 ____________________________________________________________________________
25972 [ 22430] By: rgs                                   on 2004/03/04  08:03:54
25973         Log: Clarify the difference between utf8::downgrade/upgrade
25974              and utf8::encode/decode (patch by Jarkko).
25975      Branch: perl
25976            ! lib/utf8.pm pod/perluniintro.pod
25977 ____________________________________________________________________________
25978 [ 22429] By: rgs                                   on 2004/03/03  23:01:56
25979         Log: A couple of notes in perl591delta
25980              (about Benchmark and the debugger.)
25981      Branch: perl
25982            ! pod/perl591delta.pod
25983 ____________________________________________________________________________
25984 [ 22428] By: rgs                                   on 2004/03/03  22:15:42
25985         Log: Subject: [PATCH] simplify sv.h
25986              From: Arthur Bergman <sky@nanisky.com>
25987              Date: Sun, 29 Feb 2004 22:04:53 +0000
25988              Message-Id: <4D3C272C-6B03-11D8-B799-000A95A2734C@nanisky.com>
25989      Branch: perl
25990            ! sv.h
25991 ____________________________________________________________________________
25992 [ 22427] By: rgs                                   on 2004/03/03  21:55:03
25993         Log: Speed up the unicode case mappings (for /i, lc, uc, etc).
25994              Subject: [PATCH] [perl #24826]
25995              From: Jarkko Hietaniemi <jhi@iki.fi>
25996              Date: Wed, 3 Mar 2004 09:37:21 +0200
25997              Message-Id: <9B5CBF96-6CE5-11D8-83B0-00039362CB92@iki.fi>
25998      Branch: perl
25999            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
26000            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
26001            ! lib/unicore/mktables t/uni/case.pl utf8.c
26002 ____________________________________________________________________________
26003 [ 22426] By: rgs                                   on 2004/03/03  21:04:48
26004         Log: Subject: [PATCH] debugger (5.8.x and 5.9.x)
26005              From: Richard.Foley@t-online.de (Richard Foley)
26006              Date: Wed, 3 Mar 2004 16:10:25 +0100
26007              Message-Id: <200403031610.25080.richard.foley@rfi.net>
26008      Branch: perl
26009            ! lib/perl5db.pl
26010 ____________________________________________________________________________
26011 [ 22425] By: davem                                 on 2004/03/03  00:02:51
26012         Log: stop t/op/write.t failures under stdio by always closing files
26013              before reading them back; also replace `cat file` with a function
26014              to read in the file
26015      Branch: perl
26016            ! t/op/write.t
26017 ____________________________________________________________________________
26018 [ 22424] By: nicholas                              on 2004/03/02  22:22:49
26019         Log: Change the skip logic on the unicode tests so that they don't rely on
26020              miniperl's "dynamic loading unavailable" message
26021      Branch: perl
26022            ! t/uni/chomp.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
26023            ! t/uni/tr_utf8.t
26024 ____________________________________________________________________________
26025 [ 22423] By: nicholas                              on 2004/03/02  22:02:36
26026         Log: Work on eliminating systematic failures on make minitest:
26027              make minitest passes a -minitest flag to t/TEST
26028              t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
26029              Tests can choose to skip based on this.
26030              (Other tactic is to make loading of Errno by %! happen at run time.)
26031      Branch: perl
26032            ! Makefile.SH t/TEST t/io/binmode.t t/io/crlf.t t/io/layers.t
26033            ! t/io/open.t t/io/print.t t/io/read.t t/op/magic.t
26034 ____________________________________________________________________________
26035 [ 22422] By: davem                                 on 2004/03/02  21:33:22
26036         Log: Remove machine-dependent rounding dependency from write overflow
26037              tests
26038      Branch: perl
26039            ! t/op/write.t
26040 ____________________________________________________________________________
26041 [ 22421] By: rgs                                   on 2004/03/02  21:25:12
26042         Log: Subject: [PATCH] nmake distclean cleans too much from lib/Digest on Win32
26043              From: Steve Hay <steve.hay@uk.radan.com>
26044              Date: Fri, 27 Feb 2004 17:42:26 +0000
26045              Message-ID: <403F8182.5090607@uk.radan.com>
26046      Branch: perl
26047            ! win32/Makefile win32/makefile.mk
26048 ____________________________________________________________________________
26049 [ 22419] By: davem                                 on 2004/03/01  22:17:52
26050         Log: add tests for change 22414 (lvalue substr jollity)
26051              courtesy of Graham Barr.
26052      Branch: perl
26053            ! t/op/substr.t
26054 ____________________________________________________________________________
26055 [ 22418] By: davem                                 on 2004/03/01  22:00:11
26056         Log: integrate Time::HiRes 1.56 from CPAN
26057              (which is itself mostly derived from the bleedperl version)
26058      Branch: perl
26059            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
26060            ! ext/Time/HiRes/Makefile.PL
26061 ____________________________________________________________________________
26062 [ 22417] By: mhx                                   on 2004/02/29  21:46:19
26063         Log: Make panics a bit more verbose to ease debugging.
26064      Branch: perl
26065            ! thread.h
26066 ____________________________________________________________________________
26067 [ 22415] By: davem                                 on 2004/02/29  18:06:45
26068         Log: make test breaks permissions on /dev/tty
26069              perl -i could fchmod(stdin) by mistake
26070      Branch: perl
26071            ! doio.c
26072 ____________________________________________________________________________
26073 [ 22414] By: davem                                 on 2004/02/29  16:21:34
26074         Log: Subject: Re: [perl #24346] pulling in stuff from outside the substr lvalue
26075              From: Graham Barr <gbarr@pobox.com>
26076              Date: Wed, 29 Oct 2003 09:56:53 +0000
26077              Message-Id: <3993BF6C-09F6-11D8-B6DD-0003938857CC@pobox.com>
26078
26079              make a variable aliased to an lvalue substr value work as expected
26080      Branch: perl
26081            ! mg.c
26082 ____________________________________________________________________________
26083 [ 22411] By: nicholas                              on 2004/02/29  13:08:28
26084         Log: Bump Socket's version to a real floating point value
26085      Branch: perl
26086            ! ext/Socket/Socket.pm
26087 ____________________________________________________________________________
26088 [ 22410] By: ams                                   on 2004/02/29  04:29:24
26089         Log: Back out _01 version suffix.
26090      Branch: perl
26091            ! ext/Storable/Storable.pm
26092 ____________________________________________________________________________
26093 [ 22409] By: davem                                 on 2004/02/28  23:29:10
26094         Log: Bump version numbers of moules affected by change #22258
26095              (removing /tmp and other insecurities)
26096      Branch: perl
26097            ! ext/DB_File/DB_File.pm ext/Devel/PPPort/PPPort.pm
26098            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
26099            ! ext/Time/HiRes/HiRes.pm lib/CGI/Cookie.pm
26100            ! lib/ExtUtils/MakeMaker.pm lib/Memoize.pm lib/Shell.pm
26101            ! lib/perl5db.pl
26102 ____________________________________________________________________________
26103 [ 22408] By: davem                                 on 2004/02/28  22:37:08
26104         Log: make the bison-based parser threadsafe and capable of deep
26105              recursion by eradicating Perl_yylex_r()
26106      Branch: perl
26107            ! embed.fnc embed.h embedvar.h intrpvar.h mg.c perl.h perlapi.h
26108            ! perly.c proto.h toke.c
26109 ____________________________________________________________________________
26110 [ 22407] By: nicholas                              on 2004/02/28  16:10:20
26111         Log: Use File::Temp for tempfiles if it is available.
26112              (Based on a patch from Solar Designer <solar@openwall.com> in
26113              Message-ID: <20040125222218.GA13499@openwall.com>, the bulk of which
26114              was applied as change 22258)
26115      Branch: perl
26116            ! utils/perlbug.PL
26117 ____________________________________________________________________________
26118 [ 22406] By: mhx                                   on 2004/02/28  15:04:41
26119         Log: Fix segfaults when running under -Dx.
26120      Branch: perl
26121            ! dump.c
26122 ____________________________________________________________________________
26123 [ 22403] By: nicholas                              on 2004/02/27  17:56:30
26124         Log: Assimilate Cwd 2.15 from CPAN
26125      Branch: perl
26126            ! ext/Cwd/Changes lib/Cwd.pm
26127 ____________________________________________________________________________
26128 [ 22401] By: nicholas                              on 2004/02/27  16:27:19
26129         Log: Create a new local $_ without triggering tie by using local *_ = \my $a
26130              (an idea from Ton Hospel, Message-Id: <c1igq3$n84$1@post.home.lunix>)
26131      Branch: perl
26132            ! lib/File/Find.pm lib/File/Find/t/find.t
26133 ____________________________________________________________________________
26134 [ 22400] By: merijn                                on 2004/02/27  15:25:27
26135         Log: When threads are active we need -lpthread, but previous `fix' of
26136              now linked libraries invalidated the regex for sed (AIX 5 has no
26137              seperate libc.a and libc_r.a the latter links to the first)
26138      Branch: perl
26139            ! hints/aix.sh
26140 ____________________________________________________________________________
26141 [ 22397] By: nicholas                              on 2004/02/27  13:13:43
26142         Log: Correct thinko in comment.
26143      Branch: perl
26144            ! op.c
26145 ____________________________________________________________________________
26146 [ 22393] By: nicholas                              on 2004/02/27  10:41:39
26147         Log: In hsplit, if a normal hash has placeholders then clear them before
26148              splitting. We can do this safely because Storable ensures hsplit is
26149              not called while it builds restricted hashes (actually any hashes)
26150              This change may not make things faster, but now we have the choice.
26151      Branch: perl
26152            ! ext/Storable/t/restrict.t hv.c
26153 ____________________________________________________________________________
26154 [ 22391] By: nicholas                              on 2004/02/27  10:27:38
26155         Log: My re-implementation of hv_clear_placeholders was buggy - not sure why
26156              the tests still passed. Fixed.
26157      Branch: perl
26158            ! hv.c
26159 ____________________________________________________________________________
26160 [ 22383] By: nicholas                              on 2004/02/26  14:59:40
26161         Log: Moving all the e-mail addresses over by 1 column makes them start on
26162              an 8 column tabstop, which makes editing this file easier.
26163              So then I replaced spaces with tabs and made it smaller too.
26164      Branch: perl
26165            ! AUTHORS
26166 ____________________________________________________________________________
26167 [ 22382] By: nicholas                              on 2004/02/26  14:49:13
26168         Log: Add Mark Fowler
26169      Branch: perl
26170            ! AUTHORS
26171 ____________________________________________________________________________
26172 [ 22381] By: nicholas                              on 2004/02/26  13:11:07
26173         Log: Integrate:
26174              [ 22339]
26175              Mention 5.005_04 RC2
26176
26177              [ 22360]
26178              Update for 5.005_04 release
26179      Branch: perl
26180           !> pod/perlhist.pod
26181 ____________________________________________________________________________
26182 [ 22380] By: rgs                                   on 2004/02/26  13:03:43
26183         Log: Subject: [PATCH] Improved perlapi documentation for croak
26184              From: Mark Fowler <mark@twoshortplanks.com>
26185              Date: Wed, 25 Feb 2004 22:47:21 +0000 (GMT)
26186              Message-ID: <Pine.LNX.4.55.0402252242510.32152@gan.twoshortplanks.com>
26187
26188              (and regenerate perlapi.pod.)
26189      Branch: perl
26190            ! pod/perlapi.pod util.c
26191 ____________________________________________________________________________
26192 [ 22379] By: merijn                                on 2004/02/26  08:44:53
26193         Log: From: Art Haas <ahaas@airmail.net>
26194              Subject: Replacing '-rdynamic' in Configure script
26195              Date: Fri, 20 Feb 2004 13:53:56 -0600
26196              Message-ID: <20040220195400.31177.qmail@onion.perl.org>
26197      Branch: perl
26198            ! Configure
26199 ____________________________________________________________________________
26200 [ 22377] By: davem                                 on 2004/02/25  21:07:44
26201         Log: remove my work address
26202      Branch: perl
26203            ! AUTHORS
26204 ____________________________________________________________________________
26205 [ 22376] By: davem                                 on 2004/02/25  17:10:56
26206         Log: stop "const in void context" warning for a const in an
26207              optimised-away boolean expresssion, eg 5 || print;
26208      Branch: perl
26209            ! op.c op.h t/lib/warnings/op
26210 ____________________________________________________________________________
26211 [ 22375] By: merijn                                on 2004/02/25  11:13:12
26212         Log: Skip the Net/Ping/450_service failures on HP-UX for the time being
26213      Branch: perl
26214            ! lib/Net/Ping/t/450_service.t
26215 ____________________________________________________________________________
26216 [ 22374] By: merijn                                on 2004/02/25  09:32:12
26217         Log: AIX hints stage 3: remove AIX 3 and AIX 4 after split off
26218              One open issue left: promoting to cc_r for threaded builds
26219              need a review to permit users using -Dcc=xlc_r for non
26220              threaded builds
26221      Branch: perl
26222            ! hints/aix.sh
26223 ____________________________________________________________________________
26224 [ 22373] By: davem                                 on 2004/02/24  23:25:52
26225         Log: fix memory leak in @_ = ...; goto &sub
26226      Branch: perl
26227            ! pp_ctl.c
26228 ____________________________________________________________________________
26229 [ 22372] By: rgs                                   on 2004/02/24  22:44:34
26230         Log: Enhance test cleanliness by a very small factor.
26231      Branch: perl
26232            ! t/comp/parser.t
26233 ____________________________________________________________________________
26234 [ 22371] By: rgs                                   on 2004/02/24  22:34:06
26235         Log: Fix a segfault during optree construction. (bug #27024)
26236      Branch: perl
26237            ! op.c t/comp/parser.t
26238 ____________________________________________________________________________
26239 [ 22370] By: rgs                                   on 2004/02/24  20:39:26
26240         Log: Update Changes and AUTHORS.
26241      Branch: perl
26242            ! AUTHORS Changes
26243 ____________________________________________________________________________
26244 [ 22369] By: rgs                                   on 2004/02/24  19:53:51
26245         Log: Subject: [PATCH] optimization for map in scalar context
26246              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
26247              Date: Tue, 24 Feb 2004 12:02:57 +0100
26248              Message-id: <20040224110257.GA5510@ethan>
26249      Branch: perl
26250            ! pp_ctl.c
26251 ____________________________________________________________________________
26252 [ 22368] By: rgs                                   on 2004/02/24  19:30:12
26253         Log: Subject: Bugfix for perlrequick and perlretut
26254              From: Mark Kvale <kvale@phy.ucsf.edu>
26255              Date: Tue, 24 Feb 2004 11:32:34 -0800
26256              Message-Id: <200402241132.34656.kvale@phy.ucsf.edu>
26257      Branch: perl
26258            ! pod/perlrequick.pod pod/perlretut.pod
26259 ____________________________________________________________________________
26260 [ 22367] By: rgs                                   on 2004/02/23  22:08:33
26261         Log: Instead of localising *_, use a dummy foreach loop to get
26262              a local value of $_
26263      Branch: perl
26264            ! lib/File/Find.pm
26265 ____________________________________________________________________________
26266 [ 22366] By: rgs                                   on 2004/02/23  21:40:02
26267         Log: Subject: Re: [perl #24338] Attribute::Handlers will trash UNIVERSAL
26268              From: alan <alan@pair.com>
26269              Date: Tue, 17 Feb 2004 14:23:08 -0500 (EST)
26270              Message-ID: <Pine.BSF.4.58.0402171418090.80983@smx.pair.com>
26271      Branch: perl
26272            ! lib/Attribute/Handlers.pm
26273 ____________________________________________________________________________
26274 [ 22365] By: rgs                                   on 2004/02/23  21:30:42
26275         Log: Update perl591delta.
26276      Branch: perl
26277            ! pod/perl591delta.pod
26278 ____________________________________________________________________________
26279 [ 22364] By: rgs                                   on 2004/02/23  20:56:38
26280         Log: Fix bug #26910: hints were not propagated into (?{...})
26281              blocks, except the utf8 pragma.
26282      Branch: perl
26283            ! pp_ctl.c t/lib/strict/refs t/lib/strict/subs t/lib/strict/vars
26284 ____________________________________________________________________________
26285 [ 22363] By: rgs                                   on 2004/02/23  19:15:53
26286         Log: Subject: Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation
26287              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26288              Date: Sun, 22 Feb 2004 16:09:33 +0900
26289              Message-Id: <20040222160505.98E5.BQW10602@nifty.com>
26290
26291              Subject: [PATCH] Encode::CN::HZ (was Re: [perl #26905] "use bytes" doesn't apply byte semantics to concatenation)
26292              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26293              Date: Sun, 22 Feb 2004 18:41:43 +0900
26294              Message-Id: <20040222182357.6B39.BQW10602@nifty.com>
26295
26296              Plus, add a "_01" to the theoretical version number of Encode::CN::HZ.
26297      Branch: perl
26298            ! ext/Encode/lib/Encode/CN/HZ.pm pp_hot.c t/op/concat.t
26299 ____________________________________________________________________________
26300 [ 22362] By: rgs                                   on 2004/02/23  18:31:31
26301         Log: Subject: [PATCH] Benchmark for child processes
26302              From: Chia-liang Kao <clkao@clkao.org>
26303              Date: Mon, 23 Feb 2004 22:53:51 +0800
26304              Message-ID: <20040223145351.GH94376@portege.clkao.org>
26305      Branch: perl
26306            ! lib/Benchmark.pm
26307 ____________________________________________________________________________
26308 [ 22359] By: merijn                                on 2004/02/23  11:55:08
26309         Log: Subject: Re: Perl 5.8.1 on IRIX 5.3
26310              Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET)
26311              From: Georg Schwarz <geos@epost.de>
26312              Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE>
26313      Branch: perl
26314            ! hints/irix_5.sh
26315 ____________________________________________________________________________
26316 [ 22358] By: rgs                                   on 2004/02/22  21:49:47
26317         Log: Subject: initial patch for cygwin IPC via cygserver
26318              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26319              Date: Thu, 19 Feb 2004 09:01:13 -0800
26320              Message-ID: <20040219170113.GA2792@efn.org>
26321      Branch: perl
26322            ! ext/IPC/SysV/hints/cygwin.pl hints/cygwin.sh
26323 ____________________________________________________________________________
26324 [ 22357] By: davem                                 on 2004/02/22  15:43:53
26325         Log: Extend OP_AELEMFAST optimisation to lexical arrays
26326      Branch: perl
26327            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm op.c op.h pp_hot.c
26328 ____________________________________________________________________________
26329 [ 22356] By: rgs                                   on 2004/02/21  16:51:52
26330         Log: We're not binary compatible with 5.8.
26331              Change PERL_API_VERSION to 5.9.1.
26332      Branch: perl
26333            ! patchlevel.h
26334 ____________________________________________________________________________
26335 [ 22355] By: rgs                                   on 2004/02/21  16:30:02
26336         Log: Document change #22353 in perldelta.
26337      Branch: perl
26338            ! pod/perl591delta.pod
26339 ____________________________________________________________________________
26340 [ 22354] By: rgs                                   on 2004/02/21  16:23:54
26341         Log: Increment the version number of B, due to the incompatible
26342              API change introduced by #22353 (no more op_seq method.)
26343      Branch: perl
26344            ! ext/B/B.pm
26345 ____________________________________________________________________________
26346 [ 22353] By: rgs                                   on 2004/02/21  16:18:32
26347         Log: Subject: Re: op_seq (was: Freeing code)
26348              From: Paul Johnson <paul@pjcj.net>
26349              Date: Sat, 21 Feb 2004 02:31:47 +0100
26350              Message-ID: <20040221013147.GB6953@pjcj.net>
26351
26352              Rework the OP structure to use less space.
26353              Remove op_seq (and simulate it in dump.c),
26354              replace it by op_opt and op_static,
26355              shrink op_type, remove PL_op_seqmax.
26356      Branch: perl
26357            ! bytecode.pl dump.c embed.h embedvar.h ext/B/B.xs
26358            ! ext/B/B/Asmdata.pm ext/B/B/C.pm ext/B/B/Concise.pm
26359            ! ext/B/B/Debug.pm ext/ByteLoader/byterun.c
26360            ! ext/ByteLoader/byterun.h intrpvar.h op.c op.h perlapi.h
26361            ! pod/perlintern.pod sv.c
26362 ____________________________________________________________________________
26363 [ 22352] By: rgs                                   on 2004/02/20  17:29:32
26364         Log: When you write C<my $_ ; for (...) {...}>, the lexical $_
26365              is not actually introduced by the for statement.
26366      Branch: perl
26367            ! op.c
26368 ____________________________________________________________________________
26369 [ 22351] By: davem                                 on 2004/02/20  15:38:10
26370         Log: remove a split test's dependence on -Dx output
26371              (needed after change #22343)
26372      Branch: perl
26373            ! t/op/split.t
26374 ____________________________________________________________________________
26375 [ 22350] By: davem                                 on 2004/02/20  15:34:27
26376         Log: add Deparse/Concise support for inplace sort (change 22349)
26377      Branch: perl
26378            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
26379 ____________________________________________________________________________
26380 [ 22349] By: davem                                 on 2004/02/20  14:54:35
26381         Log: optimise the sorting inplace of plain arrays: @a = sort @a
26382      Branch: perl
26383            ! op.c op.h pp_sort.c t/op/sort.t
26384 ____________________________________________________________________________
26385 [ 22348] By: davem                                 on 2004/02/20  14:18:13
26386         Log: Document the SVf_PADSTALE flag
26387      Branch: perl
26388            ! pad.c
26389 ____________________________________________________________________________
26390 [ 22347] By: rgs                                   on 2004/02/20  10:46:51
26391         Log: Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t)
26392      Branch: perl
26393            - lib/IPC/SysV.t
26394            ! MANIFEST
26395 ____________________________________________________________________________
26396 [ 22346] By: rgs                                   on 2004/02/20  10:23:51
26397         Log: Subject: [PATCH] genmk95.pl touchup for distclean on Win98
26398              From: Greg Matheson <lang@ms.chinmin.edu.tw>
26399              Date: Fri, 20 Feb 2004 15:34:59 +0800
26400              Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw>
26401      Branch: perl
26402            ! win32/genmk95.pl
26403 ____________________________________________________________________________
26404 [ 22345] By: rgs                                   on 2004/02/20  08:21:47
26405         Log: Upgrade to Term::ANSIColor 1.08.
26406      Branch: perl
26407            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
26408            ! lib/Term/ANSIColor/README lib/Term/ANSIColor/test.pl
26409 ____________________________________________________________________________
26410 [ 22344] By: rgs                                   on 2004/02/19  21:17:10
26411         Log: Upgrade to prereleases of Math::BigInt 1.70 and
26412              Math::BigRat 0.12, by Tels.
26413      Branch: perl
26414            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
26415            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
26416            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
26417            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/bigfltpm.inc
26418            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
26419            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
26420            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
26421            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/config.t
26422            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
26423            ! lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/sub_mbf.t
26424            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
26425            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
26426            ! lib/Math/BigInt/t/use_mbfw.t lib/Math/BigInt/t/with_sub.t
26427            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigfltpm.inc
26428            ! lib/Math/BigRat/t/bigfltrt.t lib/Math/BigRat/t/bigrat.t
26429            ! lib/bigint.pm t/lib/Math/BigInt/BareCalc.pm
26430            ! t/lib/Math/BigInt/Scalar.pm t/lib/Math/BigRat/Test.pm
26431 ____________________________________________________________________________
26432 [ 22343] By: davem                                 on 2004/02/19  13:43:18
26433         Log: -Dx could coredump on threaded builds because consts are now
26434              stored in the pad
26435      Branch: perl
26436            ! dump.c
26437 ____________________________________________________________________________
26438 [ 22342] By: rgs                                   on 2004/02/18  21:38:13
26439         Log: Add a tool to report dual-lived core modules that don't
26440              have the same version than the corresponding module on CPAN.
26441      Branch: perl
26442            + Porting/corecpan.pl
26443            ! MANIFEST
26444 ____________________________________________________________________________
26445 [ 22341] By: rgs                                   on 2004/02/18  14:04:11
26446         Log: Document the removal of PERL_XS_APIVERSION and PERL_PM_APIVERSION.
26447      Branch: perl
26448            ! pod/perl591delta.pod
26449 ____________________________________________________________________________
26450 [ 22338] By: rgs                                   on 2004/02/18  13:32:17
26451         Log: Add base.pm and fields.pm to the maintainer list.
26452              Remove a duplicate file from this list.
26453      Branch: perl
26454            ! Porting/Maintainers.pl
26455 ____________________________________________________________________________
26456 [ 22337] By: davem                                 on 2004/02/18  13:22:13
26457         Log: fix write test: -small_number may be displayed as 00.00 or -0.00
26458      Branch: perl
26459            ! t/op/write.t
26460 ____________________________________________________________________________
26461 [ 22334] By: merijn                                on 2004/02/18  12:18:52
26462         Log: Removed pm_apiversion and xs_apiversion as requested by
26463              the pumpkin. Chainsaw was still in perfect working order.
26464      Branch: perl
26465            ! Configure Cross/config.sh-arm-linux NetWare/config.wc
26466            ! NetWare/config_H.wc Porting/Glossary Porting/config.sh
26467            ! Porting/config_H config_h.SH configure.com epoc/config.sh
26468            ! plan9/config.plan9 plan9/config_h.sample
26469            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
26470            ! win32/config.gc win32/config.vc win32/config.vc64
26471            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26472            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
26473 ____________________________________________________________________________
26474 [ 22332] By: davem                                 on 2004/02/18  11:14:43
26475         Log: Add tests for the C<my $x if foo> deprecation, and change the
26476              warning text
26477      Branch: perl
26478            ! op.c pod/perldiag.pod t/lib/warnings/op
26479 ____________________________________________________________________________
26480 [ 22330] By: mhx                                   on 2004/02/18  08:53:03
26481         Log: 1. Add section to perlxs.pod describing that the refcount of AVs/HVs
26482              returned from XSUBs through RETVAL isn't decremented as it is for
26483              SVs. This causes those XSUBs to leak memory and cannot be fixed
26484              without breaking existing CPAN modules that work around this bug.
26485
26486              2. Fix a memory leak of that kind in POSIX::localconv.
26487      Branch: perl
26488            ! ext/POSIX/POSIX.xs pod/perlxs.pod
26489 ____________________________________________________________________________
26490 [ 22329] By: rgs                                   on 2004/02/18  08:25:58
26491         Log: Encode has local changes. Up-version it.
26492      Branch: perl
26493            ! ext/Encode/Encode.pm
26494 ____________________________________________________________________________
26495 [ 22328] By: davem                                 on 2004/02/17  23:30:50
26496         Log: add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
26497      Branch: perl
26498            ! op.c opcode.h opcode.pl pod/perldiag.pod pp.sym pp_proto.h
26499 ____________________________________________________________________________
26500 [ 22327] By: rgs                                   on 2004/02/17  23:22:45
26501         Log: It's better to localize *_ than $_, to avoid magic leakage
26502      Branch: perl
26503            ! lib/File/Find.pm
26504 ____________________________________________________________________________
26505 [ 22326] By: rgs                                   on 2004/02/17  23:18:25
26506         Log: One of the new tests of MIME::Base64 relies on a non-core module.
26507      Branch: perl
26508            - ext/MIME/Base64/t/bad-sv.t
26509            ! MANIFEST
26510 ____________________________________________________________________________
26511 [ 22325] By: rgs                                   on 2004/02/17  23:10:22
26512         Log: Upgrade to MIME::Base64 3.00.
26513              Fix t/warn.t so it works in the core.
26514              Reintegrate change #22309 in it. Bump $VERSION to 3.00_01.
26515      Branch: perl
26516            + ext/MIME/Base64/t/bad-sv.t ext/MIME/Base64/t/warn.t
26517            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
26518            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
26519            ! ext/MIME/Base64/t/base64.t
26520 ____________________________________________________________________________
26521 [ 22323] By: rgs                                   on 2004/02/17  22:20:25
26522         Log: Be more clear. Use simple words.
26523      Branch: perl
26524            ! pod/perl591delta.pod
26525 ____________________________________________________________________________
26526 [ 22322] By: davem                                 on 2004/02/17  21:52:08
26527         Log: remove C<my $x if foo> construct from core modules
26528      Branch: perl
26529            ! ext/B/B/Deparse.pm ext/IO/lib/IO/Handle.pm
26530            ! ext/IO/lib/IO/Pipe.pm lib/ExtUtils/Liblist/Kid.pm
26531            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Win95.pm
26532            ! lib/Net/NNTP.pm lib/Net/POP3.pm lib/Net/SMTP.pm
26533            ! lib/Pod/Parser.pm lib/Test/Harness.pm utils/h2xs.PL
26534 ____________________________________________________________________________
26535 [ 22321] By: rgs                                   on 2004/02/17  21:22:17
26536         Log: Dave Mitchell suggested this perldelta entry for the SVp_* reordering.
26537      Branch: perl
26538            ! pod/perl591delta.pod
26539 ____________________________________________________________________________
26540 [ 22320] By: rgs                                   on 2004/02/17  21:07:11
26541         Log: Bump $B::VERSION (because of change #22315).
26542      Branch: perl
26543            ! ext/B/B.pm
26544 ____________________________________________________________________________
26545 [ 22319] By: rgs                                   on 2004/02/17  21:03:09
26546         Log: Regenerate table of contents and other related files.
26547      Branch: perl
26548            ! MANIFEST pod/perl.pod pod/perltoc.pod
26549 ____________________________________________________________________________
26550 [ 22318] By: rgs                                   on 2004/02/17  20:06:04
26551         Log: Bump up perl's version number to 5.9.1.
26552              Add perl591delta in perl.pod.
26553              Update the sample config files in Porting/.
26554      Branch: perl
26555            ! NetWare/Makefile NetWare/config_H.wc Porting/config.sh
26556            ! Porting/config_H epoc/config.sh epoc/createpkg.pl patchlevel.h
26557            ! plan9/config.plan9 pod/perl.pod win32/Makefile
26558            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26559            ! win32/config_H.vc64 win32/makefile.mk wince/Makefile.ce
26560 ____________________________________________________________________________
26561 [ 22317] By: davem                                 on 2004/02/17  19:28:58
26562         Log: 22316 had stupid precedence thinkos
26563      Branch: perl
26564            ! pp.c pp_hot.c
26565 ____________________________________________________________________________
26566 [ 22316] By: davem                                 on 2004/02/17  18:23:27
26567         Log: Slight update to #22315 ($lval=*FOO); optimise the hot tests,
26568              and fix some incorrect indentation
26569      Branch: perl
26570            ! pp.c pp_hot.c sv.c
26571 ____________________________________________________________________________
26572 [ 22315] By: davem                                 on 2004/02/17  18:01:52
26573         Log: Subject:  Re: [PATCH] GLOB to LVALUE assignment fix
26574              From:  Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
26575              Date:  Tue, 17 Feb 2004 17:32:16 +0100
26576              Message-Id:  <20040217163216.GA6805@ethan>
26577
26578              Make PVLV a superset of PVGV, so that $lvalue = *FOO works
26579      Branch: perl
26580            ! dump.c ext/B/B.pm ext/B/B.xs pp.c pp_hot.c sv.c sv.h t/op/gv.t
26581 ____________________________________________________________________________
26582 [ 22314] By: merijn                                on 2004/02/17  11:22:24
26583         Log: 1. Creating backward compatibility for Configure after patches
26584              #22227 and #22302 to still support 5.8.x and below
26585
26586              2. Small change for building on GNU hurd
26587              Date: Sun, 15 Feb 2004 23:27:17 +1100
26588              From: "Brendan O'Dea" <bod@debian.org>
26589              Message-ID: <20040215122717.GA26812@londo.c47.org>
26590      Branch: perl
26591            ! Configure Makefile.SH hints/gnu.sh
26592 ____________________________________________________________________________
26593 [ 22313] By: mhx                                   on 2004/02/16  20:27:40
26594         Log: Fix for Win32 build failure caused by the byacc to bison switch.
26595      Branch: perl
26596            ! perl.h
26597 ____________________________________________________________________________
26598 [ 22312] By: rgs                                   on 2004/02/16  13:16:43
26599         Log: Revert change 22308 (the patch was against maint, not blead)
26600      Branch: perl
26601            ! lib/ExtUtils/instmodsh
26602 ____________________________________________________________________________
26603 [ 22310] By: merijn                                on 2004/02/16  11:30:29
26604         Log: Fix typo in doc for Encode
26605              From: "Brendan O'Dea" <bod@debian.org>
26606              Date: Sun, 15 Feb 2004 23:27:17 +1100
26607              Message-ID: <20040215122717.GA26812@londo.c47.org>
26608      Branch: perl
26609            ! ext/Encode/Encode.pm
26610 ____________________________________________________________________________
26611 [ 22309] By: merijn                                on 2004/02/16  11:27:34
26612         Log: Missing semi-colon
26613              From: "Brendan O'Dea" <bod@debian.org>
26614              Date: Sun, 15 Feb 2004 23:27:17 +1100
26615              Message-ID: <20040215122717.GA26812@londo.c47.org>
26616      Branch: perl
26617            ! ext/MIME/Base64/Base64.xs
26618 ____________________________________________________________________________
26619 [ 22308] By: merijn                                on 2004/02/16  11:24:59
26620         Log: Add some basic POD to lib/ExtUtils/instmodsh so that
26621              it has a manpage.
26622              From: "Brendan O'Dea" <bod@debian.org>
26623              Date: Sun, 15 Feb 2004 23:27:17 +1100
26624              Message-ID: <20040215122717.GA26812@londo.c47.org>
26625      Branch: perl
26626            ! lib/ExtUtils/instmodsh
26627 ____________________________________________________________________________
26628 [ 22307] By: rgs                                   on 2004/02/15  11:02:49
26629         Log: Subject: [patch perlguts.pod] save_item doesn't handle magic
26630              From: Stas Bekman <stas@stason.org>
26631              Date: Fri, 13 Feb 2004 20:18:59 -0800
26632              Message-ID: <402DA1B3.2010608@stason.org>
26633      Branch: perl
26634            ! pod/perlguts.pod
26635 ____________________________________________________________________________
26636 [ 22306] By: davem                                 on 2004/02/15  00:24:26
26637         Log: Segmentation fault with
26638              sub x { shift; @a = @b; eval +{ use } }
26639      Branch: perl
26640            ! op.c perly.act perly.h perly.tab perly.y t/comp/parser.t
26641 ____________________________________________________________________________
26642 [ 22305] By: davem                                 on 2004/02/14  23:52:09
26643         Log: Enable v (verbose) switch on -Dp to display the top 8 elements
26644              on the parser stack at each reduce.  Also,
26645
26646              Subject: Re: switch from byacc to bison
26647              From: "Craig A. Berry" <craigberry@mac.com>
26648              Date: Sat, 14 Feb 2004 13:26:45 -0600
26649              Message-ID: <craigberry-8058A3.13264414022004@onion.develooper.com>
26650
26651              change #if DEBUGGING to #ifdef ... in perly.c
26652      Branch: perl
26653            ! perly.c pod/perlrun.pod
26654 ____________________________________________________________________________
26655 [ 22304] By: davem                                 on 2004/02/14  13:33:26
26656         Log: Subject:  Re: switch from byacc to bison
26657              From:  Abe Timmerman <abeltje@cpan.org>
26658              Date:  Sat, 14 Feb 2004 11:56:24 +0100
26659              Message-Id:  <200402141156.58185.abeltje@cpan.org>
26660
26661              Fix typos in pumpkin.pod
26662      Branch: perl
26663            ! Porting/pumpkin.pod
26664 ____________________________________________________________________________
26665 [ 22303] By: davem                                 on 2004/02/14  12:28:37
26666         Log: remove binary compatibility stuff from the yacc -> bison switch
26667              of change #22302
26668      Branch: perl
26669            ! embedvar.h intrpvar.h
26670 ____________________________________________________________________________
26671 [ 22302] By: davem                                 on 2004/02/14  02:06:53
26672         Log: Switch from byacc to bison and simplify the perly.* regeneration
26673              process
26674      Branch: perl
26675            + perly.act perly.tab regen_perly.pl
26676            - perly.fixer perly_c.diff perlyline.pl vms/perly_c.vms
26677            - vms/perly_h.vms vms/vms_yfix.pl
26678            ! MANIFEST Makefile.SH Porting/pumpkin.pod embedvar.h intrpvar.h
26679            ! op.c perl.h perlapi.h perly.c perly.h perly.y sv.c toke.c
26680            ! vms/descrip_mms.template
26681 ____________________________________________________________________________
26682 [ 22301] By: rgs                                   on 2004/02/13  21:11:25
26683         Log: Fix an fcntl example in perlopentut, spotted by MJD.
26684      Branch: perl
26685            ! pod/perlopentut.pod
26686 ____________________________________________________________________________
26687 [ 22300] By: davem                                 on 2004/02/12  23:18:20
26688         Log: The new -Dq option didn't actually work!
26689      Branch: perl
26690            ! perl.h
26691 ____________________________________________________________________________
26692 [ 22299] By: merijn                                on 2004/02/12  14:32:15
26693         Log: Subject: [comment patch] (ed: mg.c:mg_set() => mg.c:Perl_magic_set())
26694              From: Stas Bekman <stas@stason.org>
26695              Date: Wed, 11 Feb 2004 16:53:54 -0800
26696              Message-ID: <402ACEA2.4020907@stason.org>
26697      Branch: perl
26698            ! perl.c
26699 ____________________________________________________________________________
26700 [ 22298] By: rgs                                   on 2004/02/10  08:49:12
26701         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
26702              From: Greg Matheson <lang@ms.chinmin.edu.tw>
26703              Date: Tue, 10 Feb 2004 12:36:33 +0800
26704              Message-ID: <20040210043633.GA33671687@momotaro>
26705      Branch: perl
26706            ! win32/makefile.mk
26707 ____________________________________________________________________________
26708 [ 22297] By: rgs                                   on 2004/02/10  08:05:16
26709         Log: Add 5.005_04-RC1 and Leon in perlhist.
26710      Branch: perl
26711            ! pod/perlhist.pod
26712 ____________________________________________________________________________
26713 [ 22295] By: rgs                                   on 2004/02/09  22:48:54
26714         Log: Add a note in Unicode::UCD about the _getcode() function
26715              being copy-n-pasted in charnames.pm. (spotted by Merijn)
26716      Branch: perl
26717            ! lib/Unicode/UCD.pm
26718 ____________________________________________________________________________
26719 [ 22294] By: rgs                                   on 2004/02/09  21:48:15
26720         Log: Implement stacked filetest operators (-f -w -x $file).
26721      Branch: perl
26722            ! doio.c dump.c ext/B/B/Concise.pm op.c op.h
26723            ! pod/perl591delta.pod pod/perlfunc.pod pp_sys.c t/op/filetest.t
26724 ____________________________________________________________________________
26725 [ 22292] By: rgs                                   on 2004/02/09  21:17:40
26726         Log: Subject: Re: [perl #26073] sprintf miscounts padding when format is utf8
26727              From: hv@crypt.org
26728              Date: Mon, 09 Feb 2004 03:21:21 +0000
26729              Message-Id: <200402090321.i193LL907950@zen.crypt.org>
26730      Branch: perl
26731            ! sv.c t/op/sprintf2.t
26732 ____________________________________________________________________________
26733 [ 22291] By: rgs                                   on 2004/02/09  21:09:14
26734         Log: Subject: reduce overhead of charnames.pm, make op/pat.t work under miniperl
26735              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
26736              Date: Mon, 9 Feb 2004 00:51:45 -0800
26737              Message-ID: <20040209085145.GA3204@efn.org>
26738              (plus an etymological notice)
26739      Branch: perl
26740            ! lib/charnames.pm
26741 ____________________________________________________________________________
26742 [ 22290] By: rgs                                   on 2004/02/08  21:34:27
26743         Log: Add the new private flag OPpGREP_LEX in B::Concise.
26744      Branch: perl
26745            ! ext/B/B/Concise.pm
26746 ____________________________________________________________________________
26747 [ 22289] By: rgs                                   on 2004/02/08  21:21:28
26748         Log: map and grep weren't working correctly with lexical $_ in
26749              scalar context, because pp_mapwhile and pp_grepwhile were using
26750              their target as a temporary slot to store the return value.
26751      Branch: perl
26752            ! pp_ctl.c pp_hot.c t/op/mydef.t
26753 ____________________________________________________________________________
26754 [ 22287] By: rgs                                   on 2004/02/08  12:01:35
26755         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
26756              From: Greg Matheson <lang@ms.chinmin.edu.tw>
26757              Date: Mon, 2 Feb 2004 16:52:44 +0800
26758              Message-ID: <20040202165244.A17415@ms.chinmin.edu.tw>
26759      Branch: perl
26760            ! win32/makefile.mk
26761 ____________________________________________________________________________
26762 [ 22286] By: rgs                                   on 2004/02/08  11:48:09
26763         Log: Subject: [PATCH] Correct some prototypes in perlapi.pod
26764              From: Steve Hay <steve.hay@uk.radan.com>
26765              Date: Fri, 06 Feb 2004 12:44:05 +0000
26766              Message-ID: <40238C15.2090200@uk.radan.com>
26767      Branch: perl
26768            ! pod/perlapi.pod sv.h
26769 ____________________________________________________________________________
26770 [ 22285] By: rgs                                   on 2004/02/08  11:44:22
26771         Log: Subject: [PATCH] Fix absolute path handling in installhtml
26772              From: Steve Hay <steve.hay@uk.radan.com>
26773              Date: Fri, 06 Feb 2004 16:14:14 +0000
26774              Message-ID: <4023BD56.6090903@uk.radan.com>
26775      Branch: perl
26776            ! installhtml
26777 ____________________________________________________________________________
26778 [ 22284] By: rgs                                   on 2004/02/08  11:42:08
26779         Log: Subject: [PATCH perlunicode.pod] chomp() cares about Unicode
26780              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
26781              Date: Sat, 07 Feb 2004 00:08:36 +0900
26782              Message-Id: <20040206235116.0E36.BQW10602@nifty.com>
26783      Branch: perl
26784            ! pod/perlunicode.pod
26785 ____________________________________________________________________________
26786 [ 22282] By: nicholas                              on 2004/02/07  22:32:44
26787         Log: Comment to record why we can't clear placeholders in hsplit
26788      Branch: perl
26789            ! hv.c
26790 ____________________________________________________________________________
26791 [ 22281] By: nicholas                              on 2004/02/07  21:46:59
26792         Log: deleting keys in restricted hashes was leaking the entry. Yow!
26793      Branch: perl
26794            ! hv.c lib/Hash/Util.t
26795 ____________________________________________________________________________
26796 [ 22280] By: nicholas                              on 2004/02/07  21:20:16
26797         Log: Now hv_delete is able to ingore placeholders.
26798              (This is an XS visible change in the hash API. But not of documented
26799              behaviour)
26800      Branch: perl
26801            ! hv.c
26802 ____________________________________________________________________________
26803 [ 22279] By: nicholas                              on 2004/02/07  20:56:50
26804         Log: All whitespace is equal, but some whitespace is more equal than others
26805              (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better)
26806      Branch: perl
26807            ! MANIFEST
26808 ____________________________________________________________________________
26809 [ 22278] By: nicholas                              on 2004/02/07  19:50:10
26810         Log: hv_clear_placeholders now manipulates the linked lists directly, rather
26811              than using the iterator interface and calling hv_delete
26812              This will allow hv_delete to be simplified to remove most of the
26813              special casing related to placeholders.
26814      Branch: perl
26815            ! hv.c
26816 ____________________________________________________________________________
26817 [ 22273] By: merijn                                on 2004/02/06  11:47:14
26818         Log: Added hints_4.sh for specific AIX 4 support
26819              this is the next stage in the general cleanup process
26820              for the AIX hints. More to come
26821      Branch: perl
26822            + hints/aix_4.sh
26823            ! MANIFEST
26824 ____________________________________________________________________________
26825 [ 22272] By: rgs                                   on 2004/02/06  07:32:15
26826         Log: Fix a non-standard NAME pod section
26827              (by Smylers and Casey West)
26828      Branch: perl
26829            ! lib/Carp/Heavy.pm
26830 ____________________________________________________________________________
26831 [ 22268] By: rgs                                   on 2004/02/04  19:50:05
26832         Log: The "my $_" wasn't nice with foreach loops.
26833      Branch: perl
26834            ! op.c t/op/mydef.t
26835 ____________________________________________________________________________
26836 [ 22267] By: merijn                                on 2004/02/04  10:24:33
26837         Log: AIX 3 support removed from default hints after its separation
26838      Branch: perl
26839            ! hints/aix.sh
26840 ____________________________________________________________________________
26841 [ 22266] By: merijn                                on 2004/02/04  10:16:20
26842         Log: AIX 3 hints split off from default hints in preparation
26843              of a hint file cleanup. aix_4.sh will follow soon
26844      Branch: perl
26845            + hints/aix_3.sh
26846            ! MANIFEST
26847 ____________________________________________________________________________
26848 [ 22265] By: rgs                                   on 2004/02/03  21:54:23
26849         Log: More docs and tests for "my $_".
26850      Branch: perl
26851            ! pod/perlfunc.pod pod/perlsub.pod t/op/mydef.t
26852 ____________________________________________________________________________
26853 [ 22264] By: rgs                                   on 2004/02/03  20:33:02
26854         Log: Subject: [PATCH] was Re: [Fwd: CPAN Upload: J/JP/JPEACOCK/version-0.36.tar.gz]
26855              From: John Peacock <jpeacock@rowman.com>
26856              Date: Sun, 01 Feb 2004 21:10:07 -0500
26857              Message-ID: <401DB17F.5060808@rowman.com>
26858      Branch: perl
26859            ! embed.fnc embed.h lib/version.pm lib/version.t pod/perlapi.pod
26860            ! proto.h t/comp/use.t t/op/universal.t universal.c util.c
26861 ____________________________________________________________________________
26862 [ 22263] By: rgs                                   on 2004/02/03  19:41:11
26863         Log: Implement "my $_".
26864      Branch: perl
26865            + t/op/mydef.t
26866            ! MANIFEST gv.c op.c op.h opcode.h opcode.pl
26867            ! pod/perl591delta.pod pod/perlapi.pod pod/perlvar.pod pp.c
26868            ! pp_ctl.c pp_hot.c regexec.c toke.c
26869 ____________________________________________________________________________
26870 [ 22262] By: rgs                                   on 2004/02/03  16:38:25
26871         Log: Regenerate perlapi.pod.
26872      Branch: perl
26873            ! pod/perlapi.pod
26874 ____________________________________________________________________________
26875 [ 22261] By: merijn                                on 2004/02/03  12:57:37
26876         Log: If someone chooses xlc as default C compiler, threaded builds
26877              will fail, unless converted to cc_r
26878      Branch: perl
26879            ! hints/aix.sh
26880 ____________________________________________________________________________
26881 [ 22260] By: rgs                                   on 2004/02/01  20:47:35
26882         Log: Subject: patch for IRIX/gcc link issues
26883              From: Martin Pool <mbp@samba.org>
26884              Date: Wed, 28 Jan 2004 10:56:25 +1100
26885              Message-ID: <20040127235624.GA32612@hp.com>
26886      Branch: perl
26887            ! hints/irix_6.sh
26888 ____________________________________________________________________________
26889 [ 22259] By: davem                                 on 2004/02/01  17:42:44
26890         Log: update fix to Shell.pm in change #22254: make /dev/null portable
26891      Branch: perl
26892            ! lib/Shell.pm
26893 ____________________________________________________________________________
26894 [ 22258] By: davem                                 on 2004/02/01  17:40:02
26895         Log: Subject: Re: [perl #15063] /tmp issues
26896              From: Solar Designer <solar@openwall.com>
26897              Date: Mon, 26 Jan 2004 01:22:18 +0300
26898              Message-ID: <20040125222218.GA13499@openwall.com>
26899
26900              Remove insecure usage of /tmp from code and documentation
26901      Branch: perl
26902            ! ext/DB_File/DB_File.pm ext/DB_File/t/db-recno.t
26903            ! ext/Devel/PPPort/PPPort.pm ext/IO/t/io_unix.t
26904            ! ext/ODBM_File/ODBM_File.xs ext/POSIX/POSIX.pod
26905            ! ext/Socket/Socket.pm ext/Storable/Storable.pm
26906            ! ext/Time/HiRes/Makefile.PL lib/CGI/Cookie.pm
26907            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/instmodsh
26908            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
26909            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
26910            ! lib/Memoize/t/tie_storable.t lib/Shell.pm lib/dotsh.pl
26911            ! lib/perl5db.pl mpeix/nm mpeix/relink perly.fixer
26912            ! pod/perl571delta.pod pod/perl58delta.pod pod/perldbmfilter.pod
26913            ! pod/perldebug.pod pod/perlfaq5.pod pod/perlfaq8.pod
26914            ! pod/perlfunc.pod pod/perlipc.pod pod/perllexwarn.pod
26915            ! pod/perlobj.pod pod/perlop.pod pod/perlopentut.pod
26916            ! utils/c2ph.PL
26917 ____________________________________________________________________________
26918 [ 22257] By: davem                                 on 2004/02/01  15:46:24
26919         Log: threads documentation: fork on UNIX might not copy all threads.
26920      Branch: perl
26921            ! pod/perlthrtut.pod
26922 ____________________________________________________________________________
26923 [ 22256] By: davem                                 on 2004/02/01  15:34:59
26924         Log: add test for Change 22194:
26925              [perl #25147] "stmt if BAREWORD" bypasses strict 'subs' checks
26926      Branch: perl
26927            ! t/lib/strict/subs
26928 ____________________________________________________________________________
26929 [ 22254] By: davem                                 on 2004/02/01  13:11:00
26930         Log: Subject:  Patch for Shell.pm
26931              From:  Manuel Valente <mvalente@idealx.com>
26932              Date:  Tue, 27 Jan 2004 19:18:26 +0100
26933              Message-Id:  <4016AB72.1080503@idealx.com>
26934
26935              New option for Shell.pm to discard stderr instead of capturing it
26936      Branch: perl
26937            ! lib/Shell.pm
26938 ____________________________________________________________________________
26939 [ 22253] By: davem                                 on 2004/02/01  11:26:47
26940         Log: Make Time/HiRes/t/HiRes.t die more gracefully if its watchdog
26941              timeout triggers
26942      Branch: perl
26943            ! ext/Time/HiRes/t/HiRes.t
26944 ____________________________________________________________________________
26945 [ 22252] By: chip                                  on 2004/01/31  17:29:05
26946         Log: Don't show code closing STD{IN,OUT} before reopening, because
26947              doing so is unnecessary and occasionally harmful.
26948      Branch: perl
26949            ! pod/perlfork.pod pod/perlfunc.pod
26950 ____________________________________________________________________________
26951 [ 22248] By: rgs                                   on 2004/01/30  08:29:55
26952         Log: Another undocumented use of $_ : with reverse().
26953      Branch: perl
26954            ! pod/perlfunc.pod
26955 ____________________________________________________________________________
26956 [ 22247] By: merijn                                on 2004/01/30  08:18:28
26957         Log: Drop optimization for -O3 *and higher*
26958      Branch: perl
26959            ! ext/Storable/hints/linux.pl
26960 ____________________________________________________________________________
26961 [ 22246] By: rgs                                   on 2004/01/29  23:20:01
26962         Log: Regenerate perlapi.pod.
26963      Branch: perl
26964            ! pod/perlapi.pod
26965 ____________________________________________________________________________
26966 [ 22245] By: rgs                                   on 2004/01/29  21:08:28
26967         Log: Subject: Re: [perl #25269] panic: pp_match start/end pointers in m/^(?=.*(a)).*(bc)/
26968              From: hv@crypt.org
26969              Date: Thu, 29 Jan 2004 15:12:12 +0000
26970              Message-Id: <200401291512.i0TFCCr23736@zen.crypt.org>
26971      Branch: perl
26972            ! pp_hot.c t/op/pat.t
26973 ____________________________________________________________________________
26974 [ 22244] By: rgs                                   on 2004/01/28  22:00:09
26975         Log: I'm the new maintainer of Switch.
26976              Sync with the CPAN version of Switch 2.10.
26977      Branch: perl
26978            ! Porting/Maintainers.pl lib/Switch.pm lib/Switch/README
26979 ____________________________________________________________________________
26980 [ 22243] By: merijn                                on 2004/01/28  20:30:40
26981         Log: Message-ID: <40113F7B.6050701@davidfavor.com>
26982              Date: Fri, 23 Jan 2004 09:36:27 -0600
26983              From: David Favor <david@davidfavor.com>
26984              Part I: In hints/aix.sh change -qmaxmem=16384 to -qmaxmem=-1
26985              so no compilation stack limits are imposed.
26986      Branch: perl
26987            ! hints/aix.sh
26988 ____________________________________________________________________________
26989 [ 22242] By: rgs                                   on 2004/01/27  22:44:30
26990         Log: Update perl591delta.pod with what we've done so far.
26991      Branch: perl
26992            ! pod/perl591delta.pod
26993 ____________________________________________________________________________
26994 [ 22239] By: rgs                                   on 2004/01/27  21:54:31
26995         Log: Regenerate Changes.
26996              Only include changes from the perl branch.
26997      Branch: perl
26998            ! Changes
26999 ____________________________________________________________________________
27000 [ 22238] By: nicholas                              on 2004/01/27  21:51:27
27001         Log: Storable's hints file shouldn't blanket set optimize to -O2 on Linux
27002              Only *drop* optimize to -O2 if it's -O3 on gcc on Linux
27003      Branch: perl
27004            ! ext/Storable/hints/linux.pl
27005 ____________________________________________________________________________
27006 [ 22235] By: rgs                                   on 2004/01/27  21:19:03
27007         Log: More punctuation, good.
27008      Branch: perl
27009            ! pod/perlfunc.pod
27010 ____________________________________________________________________________
27011 [ 22228] By: rgs                                   on 2004/01/27  10:31:09
27012         Log: Subject: [PATCH] 5.8.3 -- fix signal comments in L<perlfunc/system>
27013              From: Brendan O'Dea <bod@debian.org>
27014              Date: Sun, 25 Jan 2004 11:23:48 +1100
27015              Message-ID: <20040125002348.GA31407@londo.c47.org>
27016      Branch: perl
27017            ! pod/perlfunc.pod
27018 ____________________________________________________________________________
27019 [ 22227] By: davem                                 on 2004/01/26  23:53:06
27020         Log: Subject:  [PATCH] myconfig.SH
27021              From:  "Daniel S. Lewart" <lewart@uiuc.edu>
27022              Date:  Sun, 25 Jan 2004 22:11:25 -0600
27023              Message-Id:  <20040125221125.A5390@staff1.cso.uiuc.edu>
27024
27025              make perl -V show the major release as 5 rather than 5.0
27026      Branch: perl
27027            ! myconfig.SH
27028 ____________________________________________________________________________
27029 [ 22224] By: merijn                                on 2004/01/26  22:10:13
27030         Log: Document change 22192
27031              We still need tests!
27032      Branch: perl
27033            ! lib/Exporter.pm
27034 ____________________________________________________________________________
27035 [ 22223] By: rgs                                   on 2004/01/26  21:58:14
27036         Log: Subject: [PATCH] fix vmsish.t #25
27037              From: "Craig A. Berry" <craigberry@mac.com>
27038              Date: Sat, 24 Jan 2004 18:45:35 -0600
27039              Message-ID: <401311AF.1060706@mac.com>
27040      Branch: perl
27041            ! lib/vmsish.t
27042 ____________________________________________________________________________
27043 [ 22221] By: nicholas                              on 2004/01/26  21:18:31
27044         Log: Merge dynamic perldelta from maint (22081)
27045              So now perldelta.pod is copied at build time from perl591delta.pod
27046              perl590delta.pod is as released to CPAN by Hugo
27047              Regen lots of makefiles, pods and the MANIFEST
27048      Branch: perl
27049            + pod/perl591delta.pod
27050           +> pod/perl590delta.pod
27051            - pod/perldelta.pod
27052            ! MANIFEST Makefile.SH pod.lst pod/perl.pod pod/perltoc.pod
27053            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
27054            ! win32/pod.mak
27055 ____________________________________________________________________________
27056 [ 22218] By: rgs                                   on 2004/01/25  23:35:45
27057         Log: Remove the caveat about detached threads crashing on Windows
27058              (fixed by #22201). Bump up the version of threads.pm.
27059      Branch: perl
27060            ! ext/threads/threads.pm
27061 ____________________________________________________________________________
27062 [ 22217] By: nicholas                              on 2004/01/25  22:17:47
27063         Log: Need to skip Storable's threads test on 5.8.2 with ithreads and
27064              -DDEBUGGING, because it tickles a bug. (The same bug that got DBI)
27065      Branch: perl
27066            ! ext/Storable/t/threads.t
27067 ____________________________________________________________________________
27068 [ 22216] By: davem                                 on 2004/01/25  12:06:04
27069         Log: update MANIFEST for 2 new Storable test files introduced by 22205
27070      Branch: perl
27071            ! MANIFEST
27072 ____________________________________________________________________________
27073 [ 22215] By: davem                                 on 2004/01/25  12:00:04
27074         Log: add test for change 22209 (Remove small memory leak in newATTRSUB)
27075      Branch: perl
27076            ! t/op/closure.t
27077 ____________________________________________________________________________
27078 [ 22209] By: davem                                 on 2004/01/25  02:04:23
27079         Log: Remove small memory leak in newATTRSUB that manifested as a
27080              leaking scalar after the interpeter was cloned
27081      Branch: perl
27082            ! op.c
27083 ____________________________________________________________________________
27084 [ 22208] By: davem                                 on 2004/01/24  16:13:17
27085         Log: Subject:  [perl #24942] fields::inherit doesn't bless derived
27086              package's \%FIELDS, results in phash deprecation errors.
27087              From:  "nothingmuch@woobling.org (via RT)" <perlbug-followup@perl.org>
27088              Date:  18 Jan 2004 15:15:46 -0000
27089              Message-Id:  <rt-3.0.8-24942-70144.16.7177902690315@perl.org>
27090      Branch: perl
27091            ! lib/base.pm lib/base/t/fields-base.t
27092 ____________________________________________________________________________
27093 [ 22207] By: davem                                 on 2004/01/24  15:36:28
27094         Log: Subject:  Re: Doc patches for File::Find
27095              From:  Mark Jason Dominus <mjd@plover.com>
27096              Date:  Thu, 22 Jan 2004 09:30:58 -0500
27097              Message-Id:  <20040122143058.29226.qmail@plover.com>
27098
27099              Better document the fact that neither find() nor finddepth() do a
27100              breath-first search.
27101      Branch: perl
27102            ! lib/File/Find.pm
27103 ____________________________________________________________________________
27104 [ 22206] By: ams                                   on 2004/01/24  11:06:51
27105         Log: Subject: [PATCH] Storable-2.08/t/code.t
27106              From: Slaven Rezic <slaven@rezic.de>
27107              Date: Sat, 8 Nov 2003 16:26:19 +0100 (CET)
27108              Message-Id: <200311081526.hA8FQJgb011684@vran.herceg.de>
27109      Branch: perl
27110            ! ext/Storable/t/code.t
27111 ____________________________________________________________________________
27112 [ 22205] By: ams                                   on 2004/01/24  11:03:36
27113         Log: Subject: [patch] make Storable thread-safe
27114              From: Stas Bekman <stas@stason.org>
27115              Date: Mon, 19 Jan 2004 00:20:02 -0800
27116              Message-Id: <400B9332.4070106@stason.org>
27117
27118              Subject: Re: Subroutine reference bug in Storable
27119              From: Slaven Rezic <slaven@rezic.de>
27120              Date: 14 Nov 2003 23:22:55 +0100
27121              Message-Id: <874qx6zj28.fsf@vran.herceg.de>
27122
27123              Subject: Re: [perl #25145] [PATCH] Storable segfaults with B::Deparse +
27124              overload + cyclic structures
27125              From: Sam Vilain <sam@vilain.net>
27126              Date: Tue, 20 Jan 2004 22:30:15 +1300
27127              Message-Id: <200401202230.15865.sam@vilain.net>
27128      Branch: perl
27129            + ext/Storable/t/just_plain_nasty.t ext/Storable/t/threads.t
27130            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
27131            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
27132            ! ext/Storable/t/code.t
27133 ____________________________________________________________________________
27134 [ 22204] By: ams                                   on 2004/01/24  08:59:11
27135         Log: Upgrade to Locale::Maketext 1.08.
27136      Branch: perl
27137            + lib/Locale/Maketext/t/06super.t
27138            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
27139            ! lib/Locale/Maketext/TPJ13.pod
27140 ____________________________________________________________________________
27141 [ 22203] By: davem                                 on 2004/01/23  23:06:49
27142         Log: make some t/op/write.t failures more verbose
27143      Branch: perl
27144            ! t/op/write.t
27145 ____________________________________________________________________________
27146 [ 22201] By: davem                                 on 2004/01/23  22:26:47
27147         Log: Subject:  Re: threads::shared::queue;
27148              From:  Jan Dubois <jand@ActiveState.com>
27149              Date:  Thu, 22 Jan 2004 19:18:46 -0800
27150              Message-Id:  <fi41105602ds7a9o4fko2oae7aokbg6als@4ax.com>
27151
27152              Avoid threads+win32 crash by freeing Perl interpreter slightly later
27153      Branch: perl
27154            ! ext/threads/threads.xs
27155 ____________________________________________________________________________
27156 [ 22200] By: nicholas                              on 2004/01/23  18:28:43
27157         Log: test that use encoding; doesn't cause references to be stringified
27158      Branch: perl
27159            ! t/uni/chomp.t
27160 ____________________________________________________________________________
27161 [ 22199] By: nicholas                              on 2004/01/23  18:03:41
27162         Log: Document chomp's travels in the wonderful world of use encoding;
27163      Branch: perl
27164            ! pod/perlfunc.pod
27165 ____________________________________________________________________________
27166 [ 22198] By: nicholas                              on 2004/01/23  17:41:01
27167         Log: Check the return values of chomp
27168              (more tricky than it may seem, as the return value is unicode)
27169      Branch: perl
27170            ! t/uni/chomp.t
27171 ____________________________________________________________________________
27172 [ 22197] By: nicholas                              on 2004/01/23  13:57:46
27173         Log: Test return values of all chomps
27174      Branch: perl
27175            ! t/op/chop.t
27176 ____________________________________________________________________________
27177 [ 22196] By: nicholas                              on 2004/01/23  13:24:41
27178         Log: Subject: Re: [perl #24888] chomp ignores utf8
27179              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27180              Message-Id: <20040116040355.A849.BQW10602@nifty.com>
27181              Date: Fri, 16 Jan 2004 04:13:00 +0900
27182      Branch: perl
27183            + t/uni/chomp.t
27184            ! MANIFEST doop.c t/op/chop.t
27185 ____________________________________________________________________________
27186 [ 22195] By: davem                                 on 2004/01/22  20:48:03
27187         Log: Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows
27188              From: Steve Hay <steve.hay@uk.radan.com>
27189              Date: Thu, 22 Jan 2004 17:08:29 +0000
27190              Message-ID: <4010038D.4070104@uk.radan.com>
27191      Branch: perl
27192            + win32/makeico.pl win32/perlexe.rc
27193            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
27194 ____________________________________________________________________________
27195 [ 22194] By: davem                                 on 2004/01/22  00:24:51
27196         Log: C<use strict; print if foo> didn't give the
27197              "Bareword not allowed" error unless warnings were enabled
27198      Branch: perl
27199            ! op.c
27200 ____________________________________________________________________________
27201 [ 22193] By: nicholas                              on 2004/01/21  21:58:10
27202         Log: Convert the older parts of op/bop.t over to test.pl
27203      Branch: perl
27204            ! t/op/bop.t
27205 ____________________________________________________________________________
27206 [ 22192] By: merijn                                on 2004/01/21  21:10:10
27207         Log: ':flock' not recognized unless it's first
27208              Exporter::Heavy now will treat :, /, and ! special in
27209              all arguments, not only if the _first_ arg starts with it
27210              Date: Wed, 21 Jan 2004 08:32:47 -0500
27211              Message-ID: <20040121133248.3359.qmail@plover.com>
27212      Branch: perl
27213            ! lib/Exporter/Heavy.pm
27214 ____________________________________________________________________________
27215 [ 22191] By: davem                                 on 2004/01/21  20:45:48
27216         Log: Subject:  PATCH for perl-5.8.4
27217              From:  "Edward S. Peschko" <esp5@pge.com>
27218              Date:  Mon, 19 Jan 2004 17:21:18 -0800
27219              Message-Id:  <20040120012118.GA29151@mdssdev05.comp.pge.com>
27220
27221              Add @DynaLoader::dl_shared_objects feature
27222      Branch: perl
27223            ! ext/DynaLoader/DynaLoader_pm.PL
27224 ____________________________________________________________________________
27225 [ 22190] By: davem                                 on 2004/01/21  20:14:51
27226         Log: remove the platform dependencies of the write.t tests introduced
27227              by change #22161, by hard-coding the expected outputs rather
27228              than using sprintf('%f').
27229      Branch: perl
27230            ! t/op/write.t
27231 ____________________________________________________________________________
27232 [ 22189] By: davem                                 on 2004/01/20  22:41:14
27233         Log: Fix typo in patch #22188
27234      Branch: perl
27235            ! pod/perlfunc.pod
27236 ____________________________________________________________________________
27237 [ 22188] By: davem                                 on 2004/01/20  22:36:10
27238         Log: warn that C<$x : unique> operates on the typeglob, so affects @x
27239              and %x too.
27240      Branch: perl
27241            ! pod/perlfunc.pod
27242 ____________________________________________________________________________
27243 [ 22187] By: davem                                 on 2004/01/20  22:27:50
27244         Log: "sub foo :unique" segfaults
27245
27246              Turn these two into compile-time errors until such time as
27247              someone thinks of a useful meaning for them:
27248              my $x : unique
27249              sub foo : unique
27250      Branch: perl
27251            ! ext/threads/t/problems.t pod/perldiag.pod toke.c xsutils.c
27252 ____________________________________________________________________________
27253 [ 22186] By: rgs                                   on 2004/01/20  21:16:01
27254         Log: Add a new test file for situations where threads may interfere.
27255              Subject: Re: "restricted hashes" hit again !
27256              From: Stas Bekman <stas@stason.org>
27257              Date: Tue, 23 Dec 2003 15:32:26 -0800
27258              Message-ID: <3FE8D08A.4090806@stason.org>
27259      Branch: perl
27260            + t/op/threads.t
27261            ! MANIFEST
27262 ____________________________________________________________________________
27263 [ 22185] By: davem                                 on 2004/01/20  21:01:08
27264         Log: Document CVf_UNIQUE flag better
27265      Branch: perl
27266            ! cv.h
27267 ____________________________________________________________________________
27268 [ 22183] By: rgs                                   on 2004/01/20  20:26:18
27269         Log: Fix precedence errors and add some cleanup in the new
27270              DBM_Filter tests
27271      Branch: perl
27272            ! lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
27273 ____________________________________________________________________________
27274 [ 22182] By: davem                                 on 2004/01/20  00:16:42
27275         Log: second attempt to fix [perl #24914] freeing a CV reference that was
27276              currently being executed caused coredumps. The dounwind called by
27277              die unwinds all the contexts on the context stack before unwinding
27278              the save stack.  To stop premature freeing of the CV, hold
27279              references to it on both stacks.
27280      Branch: perl
27281            ! cop.h pp_ctl.c pp_hot.c pp_sort.c t/op/closure.t
27282 ____________________________________________________________________________
27283 [ 22181] By: davem                                 on 2004/01/19  23:41:37
27284         Log: change #22071 (taint bug in $^0) introduced a potential double
27285              free(), because PL_osname may get freed but not nulled if a taint
27286              test fails in between. Mea cupla and all that...
27287      Branch: perl
27288            ! mg.c
27289 ____________________________________________________________________________
27290 [ 22180] By: rgs                                   on 2004/01/19  22:32:27
27291         Log: Subject: Re: [perl #24926] chop/~ mangles UTF8 [PATCH]
27292              From: Gisle Aas <gisle@ActiveState.com>
27293              Date: 17 Jan 2004 01:29:02 -0800
27294              Message-ID: <lrn08m7wkh.fsf@caliper.activestate.com>
27295              (test rewritten to fit in blead)
27296      Branch: perl
27297            ! pp.c t/op/bop.t
27298 ____________________________________________________________________________
27299 [ 22179] By: merijn                                on 2004/01/19  21:36:48
27300         Log: Subject: [PATCH] dl_unload_file for HP-UX
27301              Date: Mon, 12 Jan 2004 07:49:44 -0800
27302              From: Neil Watkiss <neil.watkiss@sophos.com>
27303              Message-ID: <20040112154944.GA15412@ActiveState.com>
27304      Branch: perl
27305            ! ext/DynaLoader/dl_hpux.xs
27306 ____________________________________________________________________________
27307 [ 22177] By: merijn                                on 2004/01/19  16:11:22
27308         Log: Allow -Uinc_version_list to mean -Dinc_version_list=none
27309              See INSTALL for more details
27310      Branch: perl
27311            ! Configure
27312 ____________________________________________________________________________
27313 [ 22175] By: merijn                                on 2004/01/19  16:05:50
27314         Log: Describe how to limit the perl's default @INC during Configure
27315              to _not_ include older versions
27316      Branch: perl
27317            ! INSTALL
27318 ____________________________________________________________________________
27319 [ 22174] By: merijn                                on 2004/01/19  10:41:24
27320         Log: Subject: [PATCH bleadperl] rescue PerlIO_getname for VMS
27321              Date: Sun, 18 Jan 2004 12:51:23 -0600
27322              From: "Craig A. Berry" <craigberry@mac.com>
27323              Message-ID: <400AD5AB.3080708@mac.com>
27324      Branch: perl
27325            ! perlio.c
27326 ____________________________________________________________________________
27327 [ 22173] By: merijn                                on 2004/01/19  10:27:53
27328         Log: Subject: [PATCH bleadperl] detect nanosleep on VMS
27329              Date: Sun, 18 Jan 2004 17:03:30 -0600
27330              From: "Craig A. Berry" <craigberry@mac.com>
27331              Message-ID: <400B10C2.9060504@mac.com>
27332      Branch: perl
27333            ! configure.com
27334 ____________________________________________________________________________
27335 [ 22172] By: davem                                 on 2004/01/17  23:58:04
27336         Log: back out change #24914 "freeing a CV reference that was currently
27337              being executed caused coredumps".
27338              The new test case sometimes locks up linux's malloc, and with
27339              Perl's malloc the test code still coredumps :-(
27340      Branch: perl
27341            ! perl.c scope.c scope.h sv.c t/op/closure.t
27342 ____________________________________________________________________________
27343 [ 22171] By: rgs                                   on 2004/01/17  22:00:48
27344         Log: Subject: Refactor VOS patches for bleadperl and perl-5.8.x
27345              From: "Green, Paul" <Paul.Green@stratus.com>
27346              Date: Thu, 15 Jan 2004 16:00:15 -0500
27347              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FBB15@exna4.stratus.com>
27348      Branch: perl
27349            ! README.vos hv.c pp_pack.c vos/Changes
27350 ____________________________________________________________________________
27351 [ 22170] By: rgs                                   on 2004/01/17  21:25:08
27352         Log: Subject: Re: open/or inconsistency
27353              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27354              Date: Sat, 17 Jan 2004 19:59:55 +0900
27355              Message-Id: <20040117195729.623A.BQW10602@nifty.com>
27356              (plus a test.)
27357              Don't produce the warning for constructs like
27358              open my $fh, $file or die;
27359      Branch: perl
27360            ! op.c t/lib/warnings/op
27361 ____________________________________________________________________________
27362 [ 22169] By: davem                                 on 2004/01/17  18:02:31
27363         Log: Subject:  Perl core dumps when running out of memory [PATCH]
27364              From:  Gisle Aas <gisle@ActiveState.com>
27365              Date:  17 Jan 2004 06:18:13 -0800
27366              Message-Id:  <lrsmiebqvu.fsf@caliper.activestate.com>
27367
27368              Display 'out of memeory' errors using low-level I/O to avoid
27369              recursive failure and so coredumps.
27370      Branch: perl
27371            ! util.c
27372 ____________________________________________________________________________
27373 [ 22168] By: davem                                 on 2004/01/17  17:38:21
27374         Log: From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27375              Subject: [PATCH ] Enhanced DBM Filters
27376              Date: Sat, 17 Jan 2004 16:44:53 -0000
27377              Message-ID: <AIEAJICLCBDNAAOLLOKLAEPPPHAA.Paul.Marquess@btinternet.com>
27378
27379              add DBM_Filter
27380      Branch: perl
27381            + lib/DBM_Filter.pm lib/DBM_Filter/Changes
27382            + lib/DBM_Filter/compress.pm lib/DBM_Filter/encode.pm
27383            + lib/DBM_Filter/int32.pm lib/DBM_Filter/null.pm
27384            + lib/DBM_Filter/t/01error.t lib/DBM_Filter/t/02core.t
27385            + lib/DBM_Filter/t/compress.t lib/DBM_Filter/t/encode.t
27386            + lib/DBM_Filter/t/int32.t lib/DBM_Filter/t/null.t
27387            + lib/DBM_Filter/t/utf8.t lib/DBM_Filter/utf8.pm
27388            + lib/dbm_filter_util.pl
27389            ! MANIFEST
27390 ____________________________________________________________________________
27391 [ 22167] By: davem                                 on 2004/01/17  16:12:32
27392         Log: freeing a CV reference that was currently being
27393              executed caused coredumps
27394      Branch: perl
27395            ! perl.c scope.c scope.h sv.c t/op/closure.t
27396 ____________________________________________________________________________
27397 [ 22166] By: nicholas                              on 2004/01/17  15:07:31
27398         Log: Integrate final perl583delta
27399      Branch: perl
27400           !> pod/perl583delta.pod
27401 ____________________________________________________________________________
27402 [ 22163] By: davem                                 on 2004/01/16  19:24:14
27403         Log: Subject:  Re: [perl #24816] Magic vars seem unsure if they are purely numeric
27404              From:  Yitzchak Scott-Thoennes <sthoenna@efn.org>
27405              Date:  Thu, 15 Jan 2004 14:10:37 -0800
27406              Message-Id:  <20040115221037.GA2392@efn.org>
27407
27408              Add sv_2iv_flags() to allow magic to be optionally processed.
27409      Branch: perl
27410            ! doop.c embed.fnc embed.h global.sym pod/perlapi.pod pp.c
27411            ! proto.h sv.c sv.h t/op/bop.t
27412 ____________________________________________________________________________
27413 [ 22162] By: davem                                 on 2004/01/16  16:39:17
27414         Log: format bug with undefined _TOP
27415              name of format_TOP now derived from the name of the current
27416              filehandle rather then the name of the  format associetd with that
27417              handle
27418      Branch: perl
27419            ! pp_sys.c t/op/write.t
27420 ____________________________________________________________________________
27421 [ 22161] By: davem                                 on 2004/01/16  13:29:26
27422         Log: Subject: [PATCH] format/write (version 2)
27423              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
27424              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4D3@attmsx1>
27425
27426              Fixes and additions to formats:
27427
27428              Improvement: NULL chars in picture line
27429              Bugfix: C<@*> shown in output if not alone on a line
27430              New feature: C<^*> for variable-width, one-line-at-a-time text
27431              Improvement: Diagnostic on C<@#> and C<~~>
27432              Bugfix: Segmentation fault on big numbers
27433              Improvement (maybe): Truncation of numbers produces misleading output
27434              Bugfix: "}" terminates format
27435              Bugfix: Error when copying non-UTF to UTF (EBCDIC only)
27436      Branch: perl
27437            ! embed.fnc embed.h form.h pod/perldiag.pod pod/perlform.pod
27438            ! pp_ctl.c proto.h t/op/write.t toke.c
27439 ____________________________________________________________________________
27440 [ 22160] By: davem                                 on 2004/01/15  23:49:02
27441         Log: buigid #24905 - the code planted to call glob() retained an
27442              extraneous targ index in a pushmark op, leasing to strangeness
27443              when the op was freed
27444      Branch: perl
27445            ! op.c
27446 ____________________________________________________________________________
27447 [ 22159] By: rgs                                   on 2004/01/15  22:19:25
27448         Log: Upgrade to Time::HiRes 1.55
27449      Branch: perl
27450            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27451            ! ext/Time/HiRes/HiRes.xs
27452 ____________________________________________________________________________
27453 [ 22155] By: nicholas                              on 2004/01/15  00:03:04
27454         Log: Make chomp heed the utf8 flags on the target string and $/
27455              [Fixes #24888]
27456              More work still needed to make chomp heed the encoding pragma.
27457      Branch: perl
27458            ! doop.c t/op/chop.t
27459 ____________________________________________________________________________
27460 [ 22154] By: nicholas                              on 2004/01/14  21:14:14
27461         Log: Update pod.lst with perl583delta,pod, and rerun pod/buildtoc
27462              [Forgot to do this as part of the integration]
27463      Branch: perl
27464            ! MANIFEST pod.lst pod/perl.pod pod/perltoc.pod
27465            ! vms/descrip_mms.template win32/pod.mak
27466 ____________________________________________________________________________
27467 [ 22153] By: nicholas                              on 2004/01/14  19:28:54
27468         Log: Integrate:
27469              [ 22143]
27470              We're planning on making history today. Mind you, not that much -
27471              only 1 line.
27472
27473              perl583delta.pod
27474      Branch: perl
27475           +> pod/perl583delta.pod
27476            ! MANIFEST
27477           !> pod/perlhist.pod
27478 ____________________________________________________________________________
27479 [ 22150] By: nicholas                              on 2004/01/14  17:48:52
27480         Log: Bump version number as file has changed since 5.8.2
27481      Branch: perl
27482            ! lib/File/Find.pm
27483 ____________________________________________________________________________
27484 [ 22149] By: nicholas                              on 2004/01/14  17:45:54
27485         Log: Subject:  Doc patches for File::Find
27486              From:  Andy Lester <andy@petdance.com>
27487              Date:  Mon, 12 Jan 2004 00:10:50 -0600
27488              Message-Id:  <20040112061050.GB7308@petdance.com>
27489      Branch: perl
27490            ! lib/File/Find.pm
27491 ____________________________________________________________________________
27492 [ 22136] By: nicholas                              on 2004/01/14  13:01:27
27493         Log: Assimilate CGI 3.03
27494      Branch: perl
27495            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm
27496 ____________________________________________________________________________
27497 [ 22133] By: nicholas                              on 2004/01/13  22:53:42
27498         Log: Add VMS to the list of "don't fork" OSes
27499              [In the most simple way possible. Fix this properly post 5.8.3
27500              to use $Config{d_fork} or something more robust]
27501      Branch: perl
27502            ! ext/threads/shared/t/wait.t
27503 ____________________________________________________________________________
27504 [ 22129] By: rgs                                   on 2004/01/13  19:26:24
27505         Log: Subject: [PATCH] [ANNOUNCE] Math::BigInt v1.69
27506              From: Tels <perl_dummy@bloodgate.com>
27507              Date: Tue, 13 Jan 2004 19:28:48 +0100
27508              Message-Id: <200401131928.50247@bloodgate.com>
27509      Branch: perl
27510            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
27511            ! lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/bare_mbi.t
27512            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
27513            ! lib/Math/BigInt/t/sub_mbi.t
27514 ____________________________________________________________________________
27515 [ 22128] By: rgs                                   on 2004/01/13  09:06:11
27516         Log: MANIFEST adjustment.
27517      Branch: perl
27518            ! MANIFEST
27519 ____________________________________________________________________________
27520 [ 22126] By: ams                                   on 2004/01/13  07:16:33
27521         Log: Upgrade to Locale::Maketext 1.07.
27522      Branch: perl
27523            + lib/Locale/Maketext/t/04super.t
27524            + lib/Locale/Maketext/t/05super.t
27525            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
27526            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
27527 ____________________________________________________________________________
27528 [ 22125] By: rgs                                   on 2004/01/12  22:44:53
27529         Log: Document usage of $_ and pos() inside /(?{...})/.
27530              (see change #2367.)
27531      Branch: perl
27532            ! pod/perlre.pod
27533 ____________________________________________________________________________
27534 [ 22124] By: rgs                                   on 2004/01/12  22:10:51
27535         Log: Upgrade to MIME::Base64 2.23.
27536      Branch: perl
27537            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
27538            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
27539 ____________________________________________________________________________
27540 [ 22123] By: rgs                                   on 2004/01/12  21:24:28
27541         Log: Subject: [PATCH handy.h] RE: MIME-Base64-2.22 [PATCH]
27542              From: Robin Barker <Robin.Barker@npl.co.uk>
27543              Date: Thu, 8 Jan 2004 16:21:25 -0000
27544              Message-ID: <533D273D4014D411AB1D00062938C4D904046787@hotel.npl.co.uk>
27545      Branch: perl
27546            ! handy.h
27547 ____________________________________________________________________________
27548 [ 22122] By: nicholas                              on 2004/01/12  19:52:16
27549         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
27550              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
27551              Message-ID: <Pine.LNX.4.58.0401121127210.15844@benevelle.wi.securepipe.com>
27552              Date: Mon, 12 Jan 2004 12:41:52 -0600 (CST)
27553      Branch: perl
27554            ! ext/threads/shared/t/wait.t
27555 ____________________________________________________________________________
27556 [ 22121] By: nicholas                              on 2004/01/12  17:27:25
27557         Log: use sv_setpvn rather than sv_setpv and save a strlen()
27558      Branch: perl
27559            ! doop.c
27560 ____________________________________________________________________________
27561 [ 22120] By: merijn                                on 2004/01/12  13:04:42
27562         Log: Subject: [PATCH] Make 'Configure -Dcf_by=...' work
27563              From: Gisle Aas <gisle@ActiveState.com>
27564              Date: 12 Jan 2004 02:35:27 -0800
27565              Message-ID: <lrvfnh315c.fsf@caliper.activestate.com>
27566      Branch: perl
27567            ! Configure
27568 ____________________________________________________________________________
27569 [ 22117] By: rgs                                   on 2004/01/12  10:10:43
27570         Log: Subject: Re: [perl #24846] [PATCH] Apparent utf8 bug in join() in 5.8.[012]
27571              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
27572              Date: Mon, 12 Jan 2004 11:19:37 +0900
27573              Message-Id: <20040112111007.EB69.BQW10602@nifty.com>
27574      Branch: perl
27575            ! doop.c t/op/join.t
27576 ____________________________________________________________________________
27577 [ 22115] By: nicholas                              on 2004/01/11  23:37:09
27578         Log: Subject: Re: 5.8.3-RC1, ext/threads/shared/t/wait still hanging
27579              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
27580              Message-ID: <Pine.LNX.4.58.0401111548010.6679@localhost.localdomain>
27581              Date: Sun, 11 Jan 2004 16:24:18 -0600 (CST)
27582      Branch: perl
27583            ! ext/threads/shared/t/wait.t
27584 ____________________________________________________________________________
27585 [ 22113] By: nicholas                              on 2004/01/11  23:14:48
27586         Log: Regenerate win32/Makefile and win32/makefile.mk after
27587
27588              Integrate:
27589              [ 22081]
27590              Move pod/perldelta.pod to pod/perl583delta.pod, and arrange for
27591              a copy to be made at build time.
27592
27593              [ 22111]
27594              Subject: Re: [PATCH win32/makefile.mk] (was Re: 5.8.3 RC1)
27595              From: Abe Timmerman <abe@ztreet.demon.nl>
27596              Message-Id: <200401111813.40829.abe@ztreet.demon.nl>
27597              Date: Sun, 11 Jan 2004 18:13:40 +0100
27598
27599              plus revert 22092 and 22080
27600      Branch: perl
27601            ! pod.lst win32/Makefile win32/makefile.mk
27602           !> pod/buildtoc
27603 ____________________________________________________________________________
27604 [ 22112] By: rgs                                   on 2004/01/11  22:38:08
27605         Log: Upgrade to Cwd 2.14.
27606      Branch: perl
27607            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
27608 ____________________________________________________________________________
27609 [ 22110] By: rgs                                   on 2004/01/11  16:34:43
27610         Log: Upgrade to Math::BigRat 0.11
27611
27612              Subject: [PATCH] [ANNOUCNE] Math::BigRat 0.11
27613              From: Tels <perl_dummy@bloodgate.com>
27614              Date: Wed, 7 Jan 2004 18:30:06 +0100
27615              Message-Id: <200401071830.07445@bloodgate.com>
27616      Branch: perl
27617            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
27618            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
27619 ____________________________________________________________________________
27620 [ 22109] By: rgs                                   on 2004/01/10  23:39:38
27621         Log: Subject: [PATCH] Nicer formatting for function arguments in Carp messages
27622              From: Steve Hay <steve.hay@uk.radan.com>
27623              Date: Wed, 07 Jan 2004 13:22:30 +0000
27624              Message-ID: <3FFC0816.9090406@uk.radan.com>
27625
27626              (and increment version number in Carp)
27627      Branch: perl
27628            ! lib/Carp.pm lib/Carp/Heavy.pm
27629 ____________________________________________________________________________
27630 [ 22108] By: adi                                   on 2004/01/10  21:33:59
27631         Log: documentation nit
27632      Branch: perl
27633            ! pod/perlop.pod
27634 ____________________________________________________________________________
27635 [ 22107] By: adi                                   on 2004/01/10  20:19:09
27636         Log: nit to Bytecode - the av_extend opcode wasn't saved when
27637              the array had AvFILL == 0
27638      Branch: perl
27639            ! ext/B/B/Assembler.pm
27640 ____________________________________________________________________________
27641 [ 22106] By: adi                                   on 2004/01/10  20:16:03
27642         Log: still problems with backreferences + reverse cloning
27643              after #21936 - the weak reference may live on the pad.
27644      Branch: perl
27645            ! sv.c
27646 ____________________________________________________________________________
27647 [ 22104] By: nicholas                              on 2004/01/09  19:50:43
27648         Log: Bah. Makefile.PL still tests the sub-MANIFEST
27649      Branch: perl
27650            ! ext/Storable/MANIFEST
27651 ____________________________________________________________________________
27652 [ 22103] By: davem                                 on 2004/01/09  12:20:38
27653         Log: temporarily backout test of thread returning a closure. It crashes
27654              win32.
27655      Branch: perl
27656            ! ext/threads/t/problems.t
27657 ____________________________________________________________________________
27658 [ 22102] By: davem                                 on 2004/01/08  22:32:28
27659         Log: Subject: segv in pad.c with threads (was: DBD::Oracle and Perl 5.8.2 threads)
27660              Message-ID: <20040107121357.GD82921@dansat.data-plan.com>
27661
27662              Returning a closure from a thread (via join) could mess up because
27663              pointers to PL_sv_undef weren't rejigged to point at the joiner's
27664              version of PL_sv_undef. Also, the closure's CvGV got cloned too
27665              but never freed, since CvGV isn't refcounted.
27666      Branch: perl
27667            ! ext/threads/t/problems.t ext/threads/threads.xs sv.c
27668 ____________________________________________________________________________
27669 [ 22101] By: rgs                                   on 2004/01/08  21:00:56
27670         Log: perl582delta.pod was not in the MANIFEST.
27671      Branch: perl
27672            ! MANIFEST
27673 ____________________________________________________________________________
27674 [ 22100] By: nicholas                              on 2004/01/08  17:35:27
27675         Log: Integrate:
27676              [ 22093]
27677              Graham says that the search.cpan.org pod finder hashes on name
27678              The 4 files all thinking they are perldelta.pod confuses it.
27679      Branch: perl
27680           +> pod/perl582delta.pod
27681           !> pod/perl581delta.pod pod/perl58delta.pod
27682 ____________________________________________________________________________
27683 [ 22096] By: nicholas                              on 2004/01/08  13:15:38
27684         Log: Subject: [PATCH pod/perlhist.pod] Mention 5.8.3-RC1
27685              From: Abigail <abigail@abigail.nl>
27686              Message-ID: <20040107230027.GC393@abigail.nl>
27687              Date: Thu, 8 Jan 2004 00:00:27 +0100
27688      Branch: perl
27689            ! pod/perlhist.pod
27690 ____________________________________________________________________________
27691 [ 22091] By: nicholas                              on 2004/01/07  19:09:50
27692         Log: [Integrate]
27693              22088 22089 22090 (datestamp corrections - let's see if this really
27694              works)
27695      Branch: perl
27696           !> (integrate 35 files)
27697 ____________________________________________________________________________
27698 [ 22084] By: rgs                                   on 2004/01/07  09:25:16
27699         Log: Hardcoded numerical flag masks. Bad.
27700      Branch: perl
27701            ! doop.c
27702 ____________________________________________________________________________
27703 [ 22083] By: nicholas                              on 2004/01/06  18:57:29
27704         Log: Seems that sv_setsv_cow needs to be visible to core extensions,
27705              so that re will build properly on Win32. Thanks to Steve Hay for
27706              trying COW and finding the problems.
27707      Branch: perl
27708            ! embed.fnc embed.h
27709 ____________________________________________________________________________
27710 [ 22082] By: rgs                                   on 2004/01/06  18:11:22
27711         Log: Fix bug #24813 : the -0 wasn't recognized on the #! line
27712      Branch: perl
27713            + t/run/switch0.t
27714            ! MANIFEST perl.c
27715 ____________________________________________________________________________
27716 [ 22079] By: nicholas                              on 2004/01/06  12:38:52
27717         Log: Jarkko didn't move the cd ..\pod correctly. Given that it's been
27718              like this pre 5.8.1, I suspect that no-one has used it recently.
27719      Branch: perl
27720            ! win32/makefile.mk
27721 ____________________________________________________________________________
27722 [ 22076] By: rgs                                   on 2004/01/06  08:18:44
27723         Log: The TODO tag should be included also when a TODO test succeeds,
27724              so it's reported by the test harness
27725      Branch: perl
27726            ! t/op/write.t
27727 ____________________________________________________________________________
27728 [ 22075] By: rgs                                   on 2004/01/06  07:56:25
27729         Log: This TODO test seems to pass now.
27730      Branch: perl
27731            ! t/op/write.t
27732 ____________________________________________________________________________
27733 [ 22074] By: rgs                                   on 2004/01/05  23:29:55
27734         Log: Some of the bitwise manipulation PP functions weren't checking
27735              whether their arguments were magical before using them.
27736              (bug [#24816]).
27737      Branch: perl
27738            ! pp.c
27739 ____________________________________________________________________________
27740 [ 22071] By: davem                                 on 2004/01/05  22:17:04
27741         Log: [perl #24674]
27742              stop $^O getting tainted on read access, and disallow tainted
27743              assignment to it
27744      Branch: perl
27745            ! mg.c t/op/taint.t
27746 ____________________________________________________________________________
27747 [ 22068] By: rgs                                   on 2004/01/05  21:48:30
27748         Log: Some mandatory syntax warnings emitted by the lexer weren't
27749              disableable (bug [perl #24815]).
27750      Branch: perl
27751            ! pod/perldiag.pod t/lib/warnings/toke toke.c
27752 ____________________________________________________________________________
27753 [ 22067] By: nicholas                              on 2004/01/05  21:36:07
27754         Log: Change the flag logic in buildtoc
27755      Branch: perl
27756            ! pod.lst pod/buildtoc
27757 ____________________________________________________________________________
27758 [ 22064] By: nicholas                              on 2004/01/05  21:16:09
27759         Log: Fix bug with MANIFEST generation when we also regenerate perltoc.pod
27760      Branch: perl
27761            ! pod/buildtoc
27762 ____________________________________________________________________________
27763 [ 22058] By: rgs                                   on 2004/01/05  06:17:47
27764         Log: Subject: [PATCH] skip num.t #47 on VMS
27765              From: "Craig A. Berry" <craigberry@mac.com>
27766              Date: Sun, 04 Jan 2004 23:16:26 -0600
27767              Message-ID: <3FF8F32A.5000108@mac.com>
27768      Branch: perl
27769            ! t/base/num.t
27770 ____________________________________________________________________________
27771 [ 22057] By: rgs                                   on 2004/01/05  06:17:07
27772         Log: Subject: [PATCH configure.com] future-proof signal check
27773              From: "Craig A. Berry" <craigberry@mac.com>
27774              Date: Sun, 04 Jan 2004 22:53:40 -0600
27775              Message-ID: <3FF8EDD4.3080308@mac.com>
27776      Branch: perl
27777            ! configure.com
27778 ____________________________________________________________________________
27779 [ 22056] By: rgs                                   on 2004/01/04  20:45:31
27780         Log: Upgrade to Cwd 2.13
27781      Branch: perl
27782            ! ext/Cwd/Changes ext/Cwd/t/cwd.t lib/Cwd.pm
27783 ____________________________________________________________________________
27784 [ 22055] By: davem                                 on 2004/01/04  19:34:36
27785         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
27786              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
27787              Date: Fri, 2 Jan 2004 11:31:46 +0100
27788              Message-ID: <DF27CDCBD2581D4B88431901094E4B4D02B0C4B3@attmsx1>
27789
27790              eval of of a truncated format should fail
27791      Branch: perl
27792            ! t/op/write.t toke.c
27793 ____________________________________________________________________________
27794 [ 22052] By: rgs                                   on 2004/01/03  19:53:53
27795         Log: Upgrade to PerlIO::via::QuotedPrint 0.06
27796      Branch: perl
27797            ! lib/PerlIO/via/QuotedPrint.pm
27798 ____________________________________________________________________________
27799 [ 22051] By: rgs                                   on 2004/01/03  19:51:02
27800         Log: Upgrade to Time::HiRes 1.54
27801      Branch: perl
27802            + ext/Time/HiRes/hints/solaris.pl
27803            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27804            ! ext/Time/HiRes/HiRes.xs
27805 ____________________________________________________________________________
27806 [ 22050] By: nicholas                              on 2004/01/03  19:24:00
27807         Log: No matter how hard you proof read it, something always slips through.
27808      Branch: perl
27809            ! ext/Storable/ChangeLog
27810 ____________________________________________________________________________
27811 [ 22049] By: nicholas                              on 2004/01/03  19:22:08
27812         Log: Fix minor problems with the CPAN release
27813              1: Make Storable.xs to work on 5.8.2 and later (already in the core)
27814              2: Ship the linux hints file
27815              3: Ship Test::More for the benefit of Perls pre 5.6.2
27816              4: Correct Makefile.PL to install in core for 5.8.0 and later
27817      Branch: perl
27818            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
27819            ! ext/Storable/Makefile.PL ext/Storable/README
27820            ! ext/Storable/Storable.pm
27821 ____________________________________________________________________________
27822 [ 22047] By: rgs                                   on 2004/01/03  00:07:13
27823         Log: Tidy up change #18751, so that the second parameter to unpack()
27824              defaults to $_ at compile-time, instead of run-time (like all
27825              other primitives that default to $_).
27826      Branch: perl
27827            ! embed.h op.c opcode.h opcode.pl pp.sym pp_pack.c pp_proto.h
27828 ____________________________________________________________________________
27829 [ 22044] By: nicholas                              on 2004/01/02  16:17:24
27830         Log: Bump $threads::VERSION as the documentation has changed. Tweak the
27831              documentaiton, update Arthur's e-mail address
27832      Branch: perl
27833            ! ext/threads/threads.pm
27834 ____________________________________________________________________________
27835 [ 22043] By: rgs                                   on 2004/01/02  08:35:22
27836         Log: Use the optimization level -O2 by default on Linux/gcc.
27837              See :
27838              Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?)
27839              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
27840              Date: Thu, 1 Jan 2004 05:32:15 +0100
27841              Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2>
27842      Branch: perl
27843            ! hints/linux.sh
27844 ____________________________________________________________________________
27845 [ 22041] By: nicholas                              on 2004/01/02  00:38:00
27846         Log: Update debugger version number and Changes file
27847      Branch: perl
27848            ! lib/perl5db.pl
27849 ____________________________________________________________________________
27850 [ 22037] By: davem                                 on 2004/01/01  23:22:10
27851         Log: addition to 22036 (document SUPER better): superclass may be plural
27852      Branch: perl
27853            ! pod/perlbot.pod pod/perlobj.pod
27854 ____________________________________________________________________________
27855 [ 22036] By: davem                                 on 2004/01/01  22:23:11
27856         Log: Document the quirks of SUPER, especially the fact that it it
27857              relative to the current package and not to the invoking object.
27858      Branch: perl
27859            ! pod/perlboot.pod pod/perlbot.pod pod/perlobj.pod
27860            ! pod/perltoot.pod
27861 ____________________________________________________________________________
27862 [ 22034] By: davem                                 on 2004/01/01  19:58:08
27863         Log: Fix bug #24383, where hashes with the :unique attribute weren't
27864              getting made readonly on interpreter clone. Also, remove the
27865              :unique attribute from the hashes in warnings.pm, since they may
27866              later be modified by warnings::register.  Finally, adds tests for
27867              the :unique attribute.
27868      Branch: perl
27869            ! ext/threads/t/problems.t lib/warnings.pm sv.c warnings.pl
27870 ____________________________________________________________________________
27871 [ 22033] By: nicholas                              on 2004/01/01  19:22:24
27872         Log: Subject: Perl 5.8.3 patches from the BS2000 port - part 2
27873              From: Dorner Thomas <tdorner@amadeus.net>
27874              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B6740@Ex02.inhouse.start.de>
27875              Date: Fri, 19 Dec 2003 07:16:47 +0100
27876      Branch: perl
27877            ! t/io/utf8.t t/op/pat.t
27878 ____________________________________________________________________________
27879 [ 22032] By: rgs                                   on 2004/01/01  17:29:21
27880         Log: Subject: [PATCH 5.8.2 @21574] OS/2 update
27881              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
27882              Date: Thu, 18 Dec 2003 14:10:29 -0800
27883              Message-ID: <20031218221029.GA7898@math.berkeley.edu>
27884      Branch: perl
27885            ! README.os2 hints/os2.sh installperl lib/ExtUtils/MM_Unix.pm
27886            ! makedef.pl os2/Changes os2/OS2/REXX/DLL/Changes
27887            ! os2/OS2/REXX/DLL/DLL.pm os2/os2.c os2/os2ish.h os2/perl2cmd.pl
27888 ____________________________________________________________________________
27889 [ 22031] By: rgs                                   on 2004/01/01  16:30:13
27890         Log: Document that /[\W]/ doesn't work, unicode-wise (see bug #18281)
27891      Branch: perl
27892            ! pod/perlunicode.pod
27893 ____________________________________________________________________________
27894 [ 22030] By: rgs                                   on 2004/01/01  13:55:31
27895         Log: Document that detached threads aren't supported on Windows yet.
27896      Branch: perl
27897            ! ext/threads/threads.pm
27898 ____________________________________________________________________________
27899 [ 22029] By: rgs                                   on 2004/01/01  13:30:33
27900         Log: Upgrade to Getopt::Long 2.34_01
27901      Branch: perl
27902            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
27903 ____________________________________________________________________________
27904 [ 22026] By: nicholas                              on 2003/12/31  15:22:31
27905         Log: Tweak 00compile.t to avoid splatting a DIAG over core perl's
27906              beautiful clean run of OKs. You are all getting a clean run of OKs,
27907              aren't you?
27908      Branch: perl
27909            ! lib/Test/Harness/t/00compile.t
27910 ____________________________________________________________________________
27911 [ 22025] By: nicholas                              on 2003/12/31  15:11:51
27912         Log: Subject: [PATCH] "piconv -C 512" badly broken
27913              From: Autrijus Tang <autrijus@autrijus.org>
27914              Message-Id: <1072870210.769.5.camel@localhost>
27915              Date: Wed, 31 Dec 2003 19:30:10 +0800
27916      Branch: perl
27917            ! ext/Encode/bin/piconv
27918 ____________________________________________________________________________
27919 [ 22021] By: rgs                                   on 2003/12/31  08:28:43
27920         Log: Upgrade to Test::Harness 2.40.
27921      Branch: perl
27922            ! lib/Test/Harness.pm lib/Test/Harness/Changes
27923            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
27924            ! lib/Test/Harness/bin/prove lib/Test/Harness/t/00compile.t
27925            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
27926            ! lib/Test/Harness/t/prove-switches.t
27927            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
27928            ! lib/Test/Harness/t/test-harness.t
27929 ____________________________________________________________________________
27930 [ 22020] By: rgs                                   on 2003/12/31  07:59:19
27931         Log: C++ comments, bad.
27932      Branch: perl
27933            ! ext/Cwd/Cwd.xs
27934 ____________________________________________________________________________
27935 [ 22018] By: nicholas                              on 2003/12/30  23:29:59
27936         Log: Bump VERSION numbers
27937      Branch: perl
27938            ! ext/POSIX/POSIX.pm lib/Benchmark.pm lib/File/CheckTree.pm
27939            ! lib/Getopt/Std.pm lib/PerlIO.pm lib/Tie/Hash.pm
27940            ! lib/diagnostics.pm
27941 ____________________________________________________________________________
27942 [ 22016] By: rgs                                   on 2003/12/30  21:10:22
27943         Log: A patch for Test::Harness on VMS by Craig Berry
27944              (see RT CPAN bug #4745)
27945      Branch: perl
27946            ! lib/Test/Harness/Straps.pm
27947 ____________________________________________________________________________
27948 [ 22013] By: nicholas                              on 2003/12/30  18:18:28
27949         Log: Subject: more uni doc tweakage
27950              From: Jarkko Hietaniemi <jhi@iki.fi>
27951              Message-ID: <20031230133755.GA23118@vipunen.hut.fi>
27952              Date: Tue, 30 Dec 2003 15:37:55 +0200
27953
27954              Subject: one more pod fix
27955              From: Jarkko Hietaniemi <jhi@iki.fi>
27956              Message-ID: <20031230135641.GA24516@vipunen.hut.fi>
27957              Date: Tue, 30 Dec 2003 15:56:41 +0200
27958      Branch: perl
27959            ! lib/PerlIO.pm pod/perlunicode.pod
27960 ____________________________________________________________________________
27961 [ 22009] By: davem                                 on 2003/12/30  17:14:44
27962         Log: bug #24757 perlrun.pod's description of find -mtime was ambiguous
27963      Branch: perl
27964            ! pod/perlrun.pod
27965 ____________________________________________________________________________
27966 [ 22007] By: rgs                                   on 2003/12/30  16:04:47
27967         Log: Upgrade to Math::BigInt 1.68.
27968      Branch: perl
27969            + lib/Math/BigInt/t/bigroot.t
27970            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
27971            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/CalcEmu.pm
27972            ! lib/Math/BigInt/t/alias.inc lib/Math/BigInt/t/bare_mbi.t
27973            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigintpm.inc
27974            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/sub_mbi.t
27975 ____________________________________________________________________________
27976 [ 22005] By: davem                                 on 2003/12/30  15:07:50
27977         Log: Subject: Re: [perl #24774] eval + format - \n = pp_ctl.c assertion
27978              heuristics for calculating buffer size needed to compile a format
27979              didn't allow for \0
27980      Branch: perl
27981            ! pp_ctl.c t/op/write.t
27982 ____________________________________________________________________________
27983 [ 22003] By: rgs                                   on 2003/12/30  12:54:02
27984         Log: Add a regression test for bug #24762
27985      Branch: perl
27986            ! t/comp/parser.t
27987 ____________________________________________________________________________
27988 [ 22002] By: rgs                                   on 2003/12/30  12:49:09
27989         Log: Updates the notes about byacc in pumpkin.pod.
27990      Branch: perl
27991            ! Porting/pumpkin.pod
27992 ____________________________________________________________________________
27993 [ 22001] By: rgs                                   on 2003/12/30  09:58:08
27994         Log: Bump up UNIVERSAL's version to 1.02
27995              (due to fix #21418)
27996      Branch: perl
27997            ! lib/UNIVERSAL.pm
27998 ____________________________________________________________________________
27999 [ 21999] By: nicholas                              on 2003/12/29  23:53:31
28000         Log: Add Mike Pomraning
28001      Branch: perl
28002            ! AUTHORS
28003 ____________________________________________________________________________
28004 [ 21997] By: rgs                                   on 2003/12/29  20:11:12
28005         Log: Update the README and Changes files for Switch 2.10
28006      Branch: perl
28007            ! lib/Switch/Changes lib/Switch/README
28008 ____________________________________________________________________________
28009 [ 21996] By: rgs                                   on 2003/12/29  20:07:00
28010         Log: Upgrade to Switch 2.10, by integrating some changes by Damian
28011      Branch: perl
28012            ! lib/Switch.pm
28013 ____________________________________________________________________________
28014 [ 21993] By: rgs                                   on 2003/12/29  10:49:29
28015         Log: Windows hasn't getuid/setuid and friends.
28016              Therefore disable the code related to them in POSIX.xs.
28017
28018              Subject: [PATCH: ext/POSIX/POSIX.xs] Re: Smoke [5.8.2] 21979 FAIL(Xt) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
28019              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28020              Date: Mon, 29 Dec 2003 04:51:19 +0100
28021              Message-ID: <03d401c3cdbf$05730ee0$d500a8c0@R2D2>
28022      Branch: perl
28023            ! ext/POSIX/POSIX.xs
28024 ____________________________________________________________________________
28025 [ 21992] By: rgs                                   on 2003/12/29  10:31:07
28026         Log: Subject: [PATCH] win32_chsize buglet
28027              From: "Kevin Chase" <kevincha99@hotmail.com>
28028              Date: Sun, 28 Dec 2003 15:48:56 -0800
28029              Message-ID: <BAY2-F90usv0ccZRh8Z0005683d@hotmail.com>
28030      Branch: perl
28031            ! win32/win32.c
28032 ____________________________________________________________________________
28033 [ 21991] By: rgs                                   on 2003/12/29  08:10:51
28034         Log: Upgrade to Encode 1.99.
28035      Branch: perl
28036            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
28037            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
28038            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
28039            ! ext/Encode/t/mime-header.t ext/Encode/ucm/gsm0338.ucm
28040            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
28041            ! ext/Encode/ucm/macHebrew.ucm
28042 ____________________________________________________________________________
28043 [ 21990] By: rgs                                   on 2003/12/28  18:41:35
28044         Log: Fix a little syntax error, reported by Marcus Holland-Moritz
28045      Branch: perl
28046            ! win32/win32.c
28047 ____________________________________________________________________________
28048 [ 21989] By: nicholas                              on 2003/12/28  11:49:20
28049         Log: From: "Nigel Sandever" <njsandever@hotmail.com>
28050              Subject: [PATCH] 5.8.1 / bcc55 / win32 / Enable PerlIO and/ or USE_LARGE_FILES
28051              Message-ID: <Law9-F94BdsnvUFcxT500000ea5@hotmail.com>
28052              Date: Thu, 25 Sep 2003 21:49:07 +0000
28053      Branch: perl
28054            ! dosish.h win32/win32.c win32/win32sck.c
28055 ____________________________________________________________________________
28056 [ 21988] By: rgs                                   on 2003/12/27  23:46:40
28057         Log: Regenerate the perly.c patch for byacc output painless fixing
28058      Branch: perl
28059            ! perly_c.diff
28060 ____________________________________________________________________________
28061 [ 21986] By: rgs                                   on 2003/12/27  23:11:59
28062         Log: Fix bug [perl #24762] : C<*foo{CODE} ? 1 : 0> was a syntax error
28063      Branch: perl
28064            ! perly.c perly.y vms/perly_c.vms
28065 ____________________________________________________________________________
28066 [ 21985] By: nicholas                              on 2003/12/27  22:55:35
28067         Log: Subject: Cross compilation patches for arm.
28068              From: Redvers Davies <red@criticalintegration.com>
28069              Message-Id: <1072098653.4789.6.camel@ragefire>
28070              Date: Mon, 22 Dec 2003 08:11:34 -0500
28071      Branch: perl
28072            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
28073            ! Cross/config.sh-arm-linux Cross/installperl.patch
28074 ____________________________________________________________________________
28075 [ 21983] By: rgs                                   on 2003/12/27  21:29:04
28076         Log: Fix bug [perl #24735] : make sure that the range (..) operator
28077              treats an undefined argument as 0 for numerical ranges and as ""
28078              for magical string ranges.
28079      Branch: perl
28080            ! pp_ctl.c t/op/range.t
28081 ____________________________________________________________________________
28082 [ 21981] By: rgs                                   on 2003/12/27  20:14:09
28083         Log: Subject: PATCH:  *DB*_File
28084              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
28085              Date: Sat, 27 Dec 2003 20:02:30 -0000
28086              Message-ID: <AIEAJICLCBDNAAOLLOKLIEAOPGAA.Paul.Marquess@btinternet.com>
28087      Branch: perl
28088            ! XSUB.h ext/DB_File/Changes ext/DB_File/DB_File.pm
28089            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
28090            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
28091            ! ext/DB_File/typemap ext/GDBM_File/typemap
28092            ! ext/NDBM_File/typemap ext/ODBM_File/typemap
28093            ! ext/SDBM_File/typemap
28094 ____________________________________________________________________________
28095 [ 21978] By: nicholas                              on 2003/12/27  18:31:27
28096         Log: Straggler from Cwd
28097      Branch: perl
28098            + ext/Cwd/Changes
28099 ____________________________________________________________________________
28100 [ 21977] By: nicholas                              on 2003/12/27  18:29:44
28101         Log: Straggler from Unicode::Collate.
28102              We need to automate this.
28103              For some value of we. (tr/w/m/ I suspect)
28104      Branch: perl
28105            + lib/Unicode/Collate/t/rearrang.t
28106 ____________________________________________________________________________
28107 [ 21976] By: nicholas                              on 2003/12/27  18:28:37
28108         Log: Assimilate Unicode::Collate 0.33
28109      Branch: perl
28110            + lib/Unicode/Collate/t/altern.t lib/Unicode/Collate/t/view.t
28111            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28112            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
28113            ! lib/Unicode/Collate/t/contract.t
28114            ! lib/Unicode/Collate/t/illegal.t lib/Unicode/Collate/t/test.t
28115            ! lib/Unicode/Collate/t/version.t
28116 ____________________________________________________________________________
28117 [ 21975] By: nicholas                              on 2003/12/27  18:12:33
28118         Log: Assimilate PodParser-1.26
28119      Branch: perl
28120            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
28121            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/PlainText.pm
28122            ! lib/Pod/Select.pm lib/Pod/Usage.pm pod/pod2usage.PL
28123            ! pod/podselect.PL t/pod/pod2usage.xr t/pod/podselect.xr
28124 ____________________________________________________________________________
28125 [ 21974] By: nicholas                              on 2003/12/27  17:50:34
28126         Log: Assimilate File::Spec 0.87
28127      Branch: perl
28128            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
28129 ____________________________________________________________________________
28130 [ 21973] By: nicholas                              on 2003/12/27  17:24:27
28131         Log: Assimilate Digest 1.05
28132      Branch: perl
28133            ! lib/Digest.pm lib/Digest/t/digest.t
28134 ____________________________________________________________________________
28135 [ 21972] By: nicholas                              on 2003/12/27  17:20:23
28136         Log: Assimilate Cwd 2.12 from CPAN. Cwd wasn't in Maintainers, so change
28137              21646 was only applied to core (must punt this back and thereby unfork)
28138              Need to fix test boilerplate properly for PERL_CORE
28139      Branch: perl
28140            ! MANIFEST Porting/Maintainers.pl ext/Cwd/Cwd.xs ext/Cwd/t/cwd.t
28141            ! ext/Cwd/t/taint.t lib/Cwd.pm
28142 ____________________________________________________________________________
28143 [ 21971] By: nicholas                              on 2003/12/27  16:55:54
28144         Log: Subject: [PATCH] Remove Win32 compiler warnings
28145              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28146              Date: Sat, 27 Dec 2003 17:39:20 +0100
28147              Message-ID: <018901c3cc97$fa976660$d500a8c0@R2D2>
28148      Branch: perl
28149            ! ext/XS/APItest/APItest.xs ext/threads/shared/shared.xs sv.c
28150 ____________________________________________________________________________
28151 [ 21970] By: nicholas                              on 2003/12/27  16:39:01
28152         Log: Allow overriding of the p4 settings via environment variables
28153              Make regexp more robust to parse FreeBSD's patch output
28154      Branch: perl
28155            ! Porting/apply
28156 ____________________________________________________________________________
28157 [ 21968] By: rgs                                   on 2003/12/27  14:27:57
28158         Log: Subject: [PATCH] perl 5.8.0, FindBin::again
28159              From: Slaven Rezic <slaven@rezic.de>
28160              Date: 01 May 2003 21:28:10 +0200
28161              Message-ID: <873cjy31rp.fsf@vran.herceg.de>
28162      Branch: perl
28163            ! lib/FindBin.pm lib/FindBin.t
28164 ____________________________________________________________________________
28165 [ 21967] By: nicholas                              on 2003/12/27  13:26:29
28166         Log: Subject: [PATCH: sv.c] Turn Quad_t to Uquad_t in unsigned branch
28167              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28168              Date: Sat, 27 Dec 2003 02:48:19 +0100
28169              Message-ID: <010001c3cc1b$813763a0$d500a8c0@R2D2>
28170      Branch: perl
28171            ! sv.c
28172 ____________________________________________________________________________
28173 [ 21964] By: nicholas                              on 2003/12/26  20:31:38
28174         Log: Change minimum perl version where the test is run from 5.9.0 to 5.8.3
28175              as I'm going to integrate the core patch
28176      Branch: perl
28177            ! ext/List/Util/t/weak.t
28178 ____________________________________________________________________________
28179 [ 21962] By: nicholas                              on 2003/12/26  19:22:16
28180         Log: Subject: [PATCH: sv.c] Re: GCC bug breaking Perl_sv_catpvfn()?
28181              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28182              Date: Fri, 26 Dec 2003 02:47:09 +0100
28183              Message-ID: <03ca01c3cb52$2d509b40$5700a8c0@R2D2>
28184      Branch: perl
28185            ! sv.c
28186 ____________________________________________________________________________
28187 [ 21960] By: rgs                                   on 2003/12/26  10:18:24
28188         Log: Refactor the code that checks whether a range is numeric
28189              or string-magical.
28190      Branch: perl
28191            ! pp_ctl.c
28192 ____________________________________________________________________________
28193 [ 21959] By: rgs                                   on 2003/12/26  08:51:06
28194         Log: Restore ext/SDBM_File/sdbm/Makefile to its pre-21655 state.
28195              This fixes building SDBM_File on AIX.
28196      Branch: perl
28197            ! ext/SDBM_File/sdbm/Makefile.PL
28198 ____________________________________________________________________________
28199 [ 21958] By: rgs                                   on 2003/12/25  21:22:25
28200         Log: Fix bug [perl #24641] : when POSIX::set[ug]id() are called,
28201              update the perl variables PL_uid and PL_euid (resp. PL_gid
28202              and PL_egid) with the new values.
28203      Branch: perl
28204            ! ext/POSIX/POSIX.xs
28205 ____________________________________________________________________________
28206 [ 21957] By: rgs                                   on 2003/12/25  20:14:00
28207         Log: Subject: [PATCH 5.8.2 @21574] INSTALL_PREFIX from C
28208              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
28209              Date: Thu, 18 Dec 2003 12:30:06 -0800
28210              Message-ID: <20031218203006.GA7772@math.berkeley.edu>
28211      Branch: perl
28212            ! config_h.SH
28213 ____________________________________________________________________________
28214 [ 21956] By: rgs                                   on 2003/12/25  19:40:55
28215         Log: Subject: BigInt v1.68 - pre-release
28216              From: Tels <perl_dummy@bloodgate.com>
28217              Date: Tue, 23 Dec 2003 01:09:23 +0100
28218              Message-Id: <200312230106.27661@bloodgate.com>
28219      Branch: perl
28220            + lib/Math/BigInt/CalcEmu.pm lib/Math/BigInt/t/alias.inc
28221            + lib/Math/BigInt/t/mbf_ali.t lib/Math/BigInt/t/mbi_ali.t
28222            + lib/Math/BigInt/t/sub_ali.t
28223            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28224            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
28225            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
28226            ! lib/Math/BigInt/t/upgrade.inc
28227 ____________________________________________________________________________
28228 [ 21955] By: rgs                                   on 2003/12/25  18:59:54
28229         Log: Subject: [perl #24506] [PATCH] cannot weaken refs to read only values
28230              From: Fergal Daly <fergal@esatclear.ie>
28231              Date: Tue, 2 Dec 2003 23:18:18 +0000
28232              Message-Id: <200312022318.18353.fergal@esatclear.ie>
28233
28234              (tweaked so the test is skipped on perls < 5.9.0)
28235      Branch: perl
28236            ! ext/List/Util/t/weak.t sv.c
28237 ____________________________________________________________________________
28238 [ 21953] By: nicholas                              on 2003/12/23  23:34:48
28239         Log: Subject:  [PATCH: perl@21949] document patch for VMS port on new file systems
28240              From:  PPrymmer@factset.com
28241              Date:  Tue, 23 Dec 2003 17:27:44 -0500
28242              Message-Id:  <OF32243F10.A592C9A9-ON85256E05.007B1741-85256E05.007B63CB@factset.com>
28243      Branch: perl
28244            ! README.vms
28245 ____________________________________________________________________________
28246 [ 21952] By: nicholas                              on 2003/12/23  23:19:19
28247         Log: Subject: [patch t/test.pl] comment fix
28248              From: Stas Bekman <stas@stason.org>
28249              Message-ID: <3FE8C65A.4060708@stason.org>
28250              Date: Tue, 23 Dec 2003 14:48:58 -0800
28251      Branch: perl
28252            ! t/test.pl
28253 ____________________________________________________________________________
28254 [ 21951] By: adi                                   on 2003/12/22  23:22:12
28255         Log: re-fix [perl #24508] without speed regression.
28256              keep an eye on this.
28257      Branch: perl
28258            ! op.c opcode.h opcode.pl
28259 ____________________________________________________________________________
28260 [ 21950] By: adi                                   on 2003/12/22  23:19:25
28261         Log: sanitize some macros - based on Chip Salzenberg suggestions and
28262              on the way GNU people use the gcc-ish 'blocks in parens'
28263      Branch: perl
28264            ! XSUB.h sv.h
28265 ____________________________________________________________________________
28266 [ 21948] By: nicholas                              on 2003/12/22  21:00:30
28267         Log: Subject: Re: Smoke [5.8.2] 21930 FAIL(t) MSWin32 5.1 Service Pack 1 (x86/1 cpu)
28268              Message-ID: <Pine.LNX.4.58.0312220116520.17374@localhost.localdomain>
28269              Date: Mon, 22 Dec 2003 01:52:08 -0600 (CST)
28270              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
28271      Branch: perl
28272            ! ext/threads/shared/shared.xs
28273 ____________________________________________________________________________
28274 [ 21946] By: nicholas                              on 2003/12/22  20:34:06
28275         Log: Subject:  doc nits
28276              From:  Jarkko Hietaniemi <jhi@iki.fi>
28277              Date:  Mon, 22 Dec 2003 21:57:34 +0200
28278              Message-Id:  <20031222195734.GA29441@vipunen.hut.fi>
28279      Branch: perl
28280            ! pod/perltodo.pod pod/perlunicode.pod
28281 ____________________________________________________________________________
28282 [ 21944] By: merijn                                on 2003/12/22  10:13:43
28283         Log: Subject: [PATCH] configure.com archname tweak
28284              From: "Craig A. Berry" <craigberry@mac.com>
28285              Date: Sun, 21 Dec 2003 23:07:13 -0600
28286              Message-ID: <3FE67C01.1000704@mac.com>
28287      Branch: perl
28288            ! configure.com
28289 ____________________________________________________________________________
28290 [ 21942] By: rgs                                   on 2003/12/21  21:29:47
28291         Log: Subject: [perl #24651] Taint bug with multiple backticks in ref consturctors
28292              From: Mike Guy <mjtg@cam.ac.uk>
28293              Date: Fri, 19 Dec 2003 17:17:11 +0000
28294              Message-Id: <E1AXOFT-0007DE-7q@draco.cus.cam.ac.uk>
28295      Branch: perl
28296            ! pod/perlsec.pod
28297 ____________________________________________________________________________
28298 [ 21940] By: rgs                                   on 2003/12/21  15:33:19
28299         Log: Fix a side-effect of bug #24674 in the perl debugger.
28300
28301              Subject: [perl #24674] 5.x odd taint bug
28302              From: Dominique Quatravaux (via RT) <perlbug-followup@perl.org>
28303              Date: 16 Dec 2003 15:03:24 -0000
28304              Message-ID: <rt-3.0.7_01-24674-68456.11.3124667849085@perl.org>
28305      Branch: perl
28306            ! lib/perl5db.pl
28307 ____________________________________________________________________________
28308 [ 21938] By: rgs                                   on 2003/12/20  22:56:24
28309         Log: Subject: Perl 5.8.3 patches from the BS2000 port
28310              From: Dorner Thomas <tdorner@amadeus.net>
28311              Date: Wed, 17 Dec 2003 15:41:17 +0100
28312              Message-ID: <6727B1DACFCDD311A757009027CA8D69044B673A@Ex02.inhouse.start.de>
28313      Branch: perl
28314            ! hints/posix-bc.sh t/base/num.t t/comp/parser.t
28315 ____________________________________________________________________________
28316 [ 21937] By: adi                                   on 2003/12/20  21:37:03
28317         Log: after back-references, restricted hashes.
28318              see http://nntp.perl.org/group/perl.perl5.porters/86497
28319              this is hopefully only a temporary solution.
28320      Branch: perl
28321            ! perl.c
28322 ____________________________________________________________________________
28323 [ 21936] By: adi                                   on 2003/12/20  21:32:37
28324         Log: fix [perl #24660], [perl #24663].
28325      Branch: perl
28326            ! mg.c sv.c
28327 ____________________________________________________________________________
28328 [ 21935] By: rgs                                   on 2003/12/20  21:21:50
28329         Log: Upgrade to Time::Local 1.07_94
28330      Branch: perl
28331            ! lib/Time/Local.pm lib/Time/Local.t
28332 ____________________________________________________________________________
28333 [ 21933] By: nicholas                              on 2003/12/20  20:07:44
28334         Log: Subject: [PATCH] OpenVMS I64 support
28335              From: "Craig A. Berry" <craigberry@mac.com>
28336              Message-ID: <3FE2441F.2070603@mac.com>
28337              Date: Thu, 18 Dec 2003 18:19:43 -0600
28338      Branch: perl
28339            ! configure.com vms/gen_shrfls.pl
28340 ____________________________________________________________________________
28341 [ 21932] By: nicholas                              on 2003/12/20  19:57:51
28342         Log: remove duplicate PERL_HASH (as spotted by Enache Adrian in
28343              <20031220124854.GA1265@ratsnest.hole> )
28344      Branch: perl
28345            ! hv.c
28346 ____________________________________________________________________________
28347 [ 21931] By: nicholas                              on 2003/12/20  18:58:06
28348         Log: Solaris gconvert() doesn't like ndigits == 0. Currently we have no
28349              Configure test for troublesome gconvert(), so for now simply avoid
28350              the optimisation that calls gconvert() in this case.
28351      Branch: perl
28352            ! sv.c
28353 ____________________________________________________________________________
28354 [ 21928] By: rgs                                   on 2003/12/19  08:36:11
28355         Log: Upgrade to CGI.pm 3.01
28356      Branch: perl
28357            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Fast.pm
28358            ! lib/CGI/Pretty.pm lib/CGI/Util.pm lib/CGI/t/carp.t
28359            ! lib/CGI/t/request.t
28360 ____________________________________________________________________________
28361 [ 21927] By: rgs                                   on 2003/12/19  08:10:41
28362         Log: Subject: [DOCPATCH] base.pm
28363              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28364              Date: Thu, 18 Dec 2003 22:30:52 +0100
28365              Message-Id: <p05111b12bc07cc596977@[192.168.56.3]>
28366
28367              Plus, remove leftover mentions of pseudo-hashes
28368      Branch: perl
28369            ! lib/base.pm
28370 ____________________________________________________________________________
28371 [ 21924] By: nicholas                              on 2003/12/18  20:24:29
28372         Log: "Richard" - who he? (Add "Richard Clamp" to the list of pumpkings)
28373      Branch: perl
28374            ! pod/perlhist.pod
28375 ____________________________________________________________________________
28376 [ 21923] By: rgs                                   on 2003/12/18  14:58:42
28377         Log: Perl 1.0.16 has been released.
28378      Branch: perl
28379            ! pod/perlhist.pod
28380 ____________________________________________________________________________
28381 [ 21922] By: rgs                                   on 2003/12/17  21:36:36
28382         Log: Subject: [PATCH: embed.fnc] arguments for perl_clone()
28383              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
28384              Date: Wed, 17 Dec 2003 13:26:52 +0100
28385              Message-ID: <055701c3c499$11144f90$8cecfe91@R2D2>
28386      Branch: perl
28387            ! embed.fnc embed.h global.sym
28388 ____________________________________________________________________________
28389 [ 21921] By: rgs                                   on 2003/12/17  17:34:05
28390         Log: Subject: [PATCH] 2-arg cond_wait, cond_timedwait, tests
28391              From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
28392              Date: Wed, 17 Dec 2003 00:05:58 -0600 (CST)
28393              Message-ID: <Pine.LNX.4.58.0312092202040.13494@benevelle.wi.securepipe.com>
28394      Branch: perl
28395            + ext/threads/shared/t/wait.t
28396            ! MANIFEST ext/threads/shared/shared.pm
28397            ! ext/threads/shared/shared.xs
28398 ____________________________________________________________________________
28399 [ 21918] By: rgs                                   on 2003/12/16  22:00:39
28400         Log: Sync with the latest MakeMaker snapshot.
28401              But set the $VERSION to 6.21_01.
28402      Branch: perl
28403            ! lib/ExtUtils/Changes lib/ExtUtils/MANIFEST.SKIP
28404            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
28405            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win95.pm
28406            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
28407            ! lib/ExtUtils/instmodsh
28408 ____________________________________________________________________________
28409 [ 21917] By: alanbur                               on 2003/12/15  09:13:49
28410         Log: Remove incorrect guards around inclusion of <signal.h>
28411              Causes problems with UNIX03/SUSv3
28412              Part 2 of change 21916 - oops!
28413
28414              See:
28415              Message-Id: <3FDD06A5.8010004@sun.com>
28416              Subject: Re: UNIX03 & C99 issue with 5.8.2
28417              From: Alan Burlison <Alan.Burlison@sun.com>
28418              Date: Mon, 15 Dec 2003 00:56:05 +0000
28419      Branch: perl
28420            ! doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h util.c
28421 ____________________________________________________________________________
28422 [ 21916] By: alanbur                               on 2003/12/15  09:02:58
28423         Log: Remove incorrect guards around inclusion of <signal.h>
28424              Causes problems with UNIX03/SUSv3
28425      Branch: perl
28426            ! doio.c
28427 ____________________________________________________________________________
28428 [ 21915] By: rgs                                   on 2003/12/15  07:43:50
28429         Log: Add the macros dAX and dITEMS to PPPort.
28430      Branch: perl
28431            ! ext/Devel/PPPort/PPPort.pm
28432 ____________________________________________________________________________
28433 [ 21914] By: rgs                                   on 2003/12/14  22:53:43
28434         Log: Subject: [patch Porting/pumpkin.pod] trying to ensure that PPPort is up-to-date on each new release
28435              From: Stas Bekman <stas@stason.org>
28436              Date: Sun, 14 Dec 2003 15:12:40 -0800
28437              Message-ID: <3FDCEE68.3080509@stason.org>
28438      Branch: perl
28439            ! Porting/pumpkin.pod
28440 ____________________________________________________________________________
28441 [ 21912] By: rgs                                   on 2003/12/14  22:48:17
28442         Log: Subject: [DOCPATCH] perlfunc delete
28443              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28444              Date: Sun, 14 Dec 2003 20:25:07 +0100
28445              Message-Id: <p05111b07bc0269065a99@[192.168.56.3]>
28446      Branch: perl
28447            ! pod/perlfunc.pod
28448 ____________________________________________________________________________
28449 [ 21910] By: nicholas                              on 2003/12/14  20:06:41
28450         Log: Forgot to remove a comment
28451      Branch: perl
28452            ! pp.c
28453 ____________________________________________________________________________
28454 [ 21907] By: nicholas                              on 2003/12/14  18:35:15
28455         Log: S_save_hek_flags should honour the "free" flag.
28456              Ought to mask the flag bits that shouldn't be stored.
28457      Branch: perl
28458            ! hv.c
28459 ____________________________________________________________________________
28460 [ 21906] By: nicholas                              on 2003/12/14  17:06:13
28461         Log: Some fool missed a letter n.
28462              (and then "optimised" code based on its absense. D'oh)
28463              Restore the correct behaviour - fetch with uppercase key, then if
28464              still not found store with mixed/lowercase key.
28465      Branch: perl
28466            ! hv.c
28467 ____________________________________________________________________________
28468 [ 21905] By: nicholas                              on 2003/12/14  16:34:01
28469         Log: Subject: Re: Change 21862
28470              From: Enache Adrian <enache@rdslink.ro>
28471              Date: Wed, 10 Dec 2003 06:05:58 +0200
28472              Message-ID: <20031210040558.GC1584@ratsnest.hole>
28473
28474              (1st hunk), plus the equivalent for hv_delete_common
28475      Branch: perl
28476            ! hv.c
28477 ____________________________________________________________________________
28478 [ 21904] By: nicholas                              on 2003/12/14  15:32:32
28479         Log: Clean up a bug I introduced into caseless ENV hv_delete
28480              (should be the proper fix for 21870 and 21872's band aid)
28481      Branch: perl
28482            ! hv.c
28483 ____________________________________________________________________________
28484 [ 21902] By: rgs                                   on 2003/12/13  21:56:45
28485         Log: Subject: Re: 5.6.2-RC1 on Cygwin
28486              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
28487              Date: Sat, 6 Dec 2003 22:32:59 -0800
28488              Message-ID: <20031207063259.GA3004@efn.org>
28489              (with tweaks to cleanup code)
28490      Branch: perl
28491            ! t/op/taint.t
28492 ____________________________________________________________________________
28493 [ 21898] By: nicholas                              on 2003/12/13  19:20:41
28494         Log: Add Perl_ceil
28495      Branch: perl
28496            ! perl.h pp.c
28497 ____________________________________________________________________________
28498 [ 21897] By: rgs                                   on 2003/12/13  18:41:51
28499         Log: Reformat a long line in perlembed.pod (bug #24623).
28500      Branch: perl
28501            ! pod/perlembed.pod
28502 ____________________________________________________________________________
28503 [ 21896] By: nicholas                              on 2003/12/13  18:40:59
28504         Log: The binary compatibility notes say that new global functions should
28505              go at the end. Not that I'm anything more than "trainee" when it
28506              comes to this bincompat stuff.
28507      Branch: perl
28508            ! embed.fnc proto.h
28509 ____________________________________________________________________________
28510 [ 21895] By: rgs                                   on 2003/12/13  18:33:38
28511         Log: alarm() is now implemented on Win32.
28512      Branch: perl
28513            ! pod/perlport.pod
28514 ____________________________________________________________________________
28515 [ 21893] By: nicholas                              on 2003/12/13  17:40:32
28516         Log: foreach qw() { # not valid syntax for 5.005. So fix it.
28517      Branch: perl
28518            ! pod/buildtoc
28519 ____________________________________________________________________________
28520 [ 21892] By: rgs                                   on 2003/12/13  17:02:12
28521         Log: Subject: Patch for: [perl #24650] File::CheckTree should list Larry Wall as author, not unknown
28522              From: David Dyck <david.dyck@fluke.com>
28523              Date: Sat, 13 Dec 2003 00:01:34 -0800 (PST)
28524              Message-ID: <Pine.LNX.4.51.0312122351450.8825@dd.tc.fluke.com>
28525      Branch: perl
28526            ! lib/File/CheckTree.pm
28527 ____________________________________________________________________________
28528 [ 21891] By: rgs                                   on 2003/12/13  16:33:46
28529         Log: Make the XSRETURN macro evaluate its argument only once.
28530      Branch: perl
28531            ! XSUB.h
28532 ____________________________________________________________________________
28533 [ 21886] By: rgs                                   on 2003/12/13  12:30:08
28534         Log: More POD fixes ; regenerate perltoc and perlmodlib.
28535      Branch: perl
28536            ! ext/DynaLoader/DynaLoader_pm.PL pod/perlmodlib.pod
28537            ! pod/perltoc.pod
28538 ____________________________________________________________________________
28539 [ 21885] By: rgs                                   on 2003/12/13  12:21:26
28540         Log: Fix some of the pods to produce more standard manpages,
28541              as reported by Eric S. Raymond.
28542      Branch: perl
28543            ! README.ce README.netware lib/Getopt/Std.pm lib/diagnostics.pm
28544 ____________________________________________________________________________
28545 [ 21884] By: rgs                                   on 2003/12/13  00:09:01
28546         Log: Subject: RE: [perl #24610] Pod::Html infinite recursion
28547              From: Anders Johnson <ajohnson@nvidia.com>
28548              Date: Fri, 12 Dec 2003 14:07:40 -0800
28549              Message-ID: <33171CC36240D94EAF1FE584B1D14E0A06EC6F51@mail-sc-11.nvidia.com>
28550              (with tweaks)
28551      Branch: perl
28552            ! lib/Pod/Html.pm
28553 ____________________________________________________________________________
28554 [ 21883] By: rgs                                   on 2003/12/12  23:54:25
28555         Log: Modify the common guard for the signal.h header, because
28556              C99 compilers don't like it.o
28557
28558              see :
28559              Subject: UNIX03 & C99 issue with 5.8.2
28560              From: Alan Burlison <Alan.Burlison@sun.com>
28561              Date: Fri, 12 Dec 2003 23:04:52 +0000
28562              Message-ID: <3FDA4994.6050209@sun.com>
28563      Branch: perl
28564            ! doio.c doop.c mg.c mpeix/mpeixish.h plan9/plan9ish.h unixish.h
28565            ! util.c
28566 ____________________________________________________________________________
28567 [ 21882] By: rgs                                   on 2003/12/12  22:43:11
28568         Log: Subject: [PATCH] Math::BigInt v1.67 released
28569              From: Tels <perl_dummy@bloodgate.com>
28570              Date: Fri, 12 Dec 2003 18:47:43 +0100
28571              Message-Id: <200312121847.49039@bloodgate.com>
28572      Branch: perl
28573            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
28574            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
28575            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28576            ! lib/Math/BigInt/t/downgrade.t lib/Math/BigInt/t/fallback.t
28577            ! lib/Math/BigInt/t/sub_mbi.t
28578 ____________________________________________________________________________
28579 [ 21881] By: merijn                                on 2003/12/12  16:09:14
28580         Log: Subject: [PATCH] d_u32align for win32
28581              From: Gisle Aas <gisle@ActiveState.com>
28582              Date: 11 Dec 2003 01:33:39 -0800
28583              Message-ID: <lrzndzr958.fsf@caliper.activestate.com>
28584      Branch: perl
28585            ! win32/config.bc win32/config.gc win32/config.vc
28586 ____________________________________________________________________________
28587 [ 21879] By: rgs                                   on 2003/12/11  23:53:34
28588         Log: Subject: [PATCH] environ array fix for VMS
28589              From: "Craig A. Berry" <craigberry@mac.com>
28590              Date: Thu, 11 Dec 2003 14:35:29 -0600
28591              Message-ID: <3FD8D511.2030805@mac.com>
28592      Branch: perl
28593            ! vms/vms.c
28594 ____________________________________________________________________________
28595 [ 21878] By: nicholas                              on 2003/12/11  23:49:20
28596         Log: Subject: [PATCH] Perl 5.9.0 AUTHORS
28597              From: Mark Leighton Fisher <mark-fisher@mindspring.com>
28598              Message-ID: <3FD8E74F.7000202@mindspring.com>
28599              Date: Thu, 11 Dec 2003 16:53:19 -0500
28600      Branch: perl
28601            ! AUTHORS
28602 ____________________________________________________________________________
28603 [ 21877] By: rgs                                   on 2003/12/11  23:40:54
28604         Log: Add a mention of the error "DESTROY created new reference
28605              to dead object" in perldiag.
28606      Branch: perl
28607            ! pod/perldiag.pod
28608 ____________________________________________________________________________
28609 [ 21876] By: adi                                   on 2003/12/11  23:04:03
28610         Log: #21866 was wrong. another try to plumb that damn leak.
28611      Branch: perl
28612            ! mg.c sv.c
28613 ____________________________________________________________________________
28614 [ 21875] By: adi                                   on 2003/12/11  20:11:07
28615         Log: fix bug #24605.
28616              substr() wasn't working when used repeatedly on the same utf-8
28617              string.
28618      Branch: perl
28619            ! sv.c t/op/substr.t
28620 ____________________________________________________________________________
28621 [ 21874] By: rgs                                   on 2003/12/09  21:36:58
28622         Log: Suppress a C< $DB::single = 1 > from Switch.pm, as noticed
28623              by Jan Dubois.
28624      Branch: perl
28625            ! lib/Switch.pm
28626 ____________________________________________________________________________
28627 [ 21873] By: rgs                                   on 2003/12/09  21:33:22
28628         Log: Subject: [PATCH perlunicode.pod, encoding.pm] Implicit upgrading docs
28629              From: Autrijus Tang <autrijus@autrijus.org>
28630              Date: Tue, 9 Dec 2003 20:39:16 +0800
28631              Message-ID: <20031209123915.GA1454@not.autrijus.org>
28632      Branch: perl
28633            ! ext/Encode/encoding.pm pod/perlunicode.pod
28634 ____________________________________________________________________________
28635 [ 21872] By: adi                                   on 2003/12/09  03:26:16
28636         Log: temporary fix to avoid t/op/tie.t failures on Win32
28637      Branch: perl
28638            ! hv.c
28639 ____________________________________________________________________________
28640 [ 21871] By: rgs                                   on 2003/12/08  15:22:26
28641         Log: Upgrade to Digest-MD5 2.33.
28642      Branch: perl
28643            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28644            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
28645            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/typemap
28646 ____________________________________________________________________________
28647 [ 21870] By: rgs                                   on 2003/12/08  08:22:17
28648         Log: Integrate change #21862 from maint-5.8 :
28649
28650              Win32/MinGW tweaks
28651              A. ENV_IS_CASELESS has trys to free(keysave) when
28652              keysave isn't in scope yet.
28653              B. For default makefile.mk which build with perlhost.h
28654              stuff "live" need to link with g++ to find new/delete etc.
28655      Branch: perl
28656           !> hv.c win32/makefile.mk
28657 ____________________________________________________________________________
28658 [ 21869] By: rgs                                   on 2003/12/08  07:37:27
28659         Log: Subject: [PATCH] iterator reset moved to hv.c (was: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context)
28660              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
28661              Date: Mon, 08 Dec 2003 08:17:46 +0100
28662              Message-id: <20031208071746.GA594@ethan>
28663      Branch: perl
28664            ! hv.c mg.c
28665 ____________________________________________________________________________
28666 [ 21868] By: adi                                   on 2003/12/08  03:38:39
28667         Log: yet another leak. bigger fish still swimming around.
28668              #!perl
28669              eval q{ $_ = "x"; s/x/"in subst"/e } while 1;
28670              __END__
28671      Branch: perl
28672            ! pp_ctl.c
28673 ____________________________________________________________________________
28674 [ 21867] By: adi                                   on 2003/12/08  03:34:37
28675         Log: yet another 2 leaks. example for the second:
28676              #! perl
28677              eval q{ open $p{q}, "foo" } while 1
28678              __END__
28679      Branch: perl
28680            ! op.c
28681 ____________________________________________________________________________
28682 [ 21866] By: adi                                   on 2003/12/08  03:30:16
28683         Log: plumb a leak with pos().
28684
28685              #! perl
28686              while (1) {
28687              my $a = "\x{1ff}"; $a =~ /\x{1ff}/g; pos($a);
28688              }
28689              __END__
28690      Branch: perl
28691            ! sv.c
28692 ____________________________________________________________________________
28693 [ 21865] By: rgs                                   on 2003/12/07  21:28:13
28694         Log: Subject: [PATCH] documenting SCALAR gotcha
28695              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
28696              Date: Sun, 07 Dec 2003 16:41:16 +0100
28697              Message-id: <20031207154116.GA825@ethan>
28698      Branch: perl
28699            ! pod/perltie.pod
28700 ____________________________________________________________________________
28701 [ 21864] By: rgs                                   on 2003/12/07  20:13:47
28702         Log: Subject: [PATCH] setenv tweak for VMS
28703              From: "Craig A. Berry" <craigberry@mac.com>
28704              Date: Sat, 06 Dec 2003 18:13:32 -0600
28705              Message-ID: <3FD270AC.3000106@mac.com>
28706      Branch: perl
28707            ! vms/vms.c
28708 ____________________________________________________________________________
28709 [ 21863] By: rgs                                   on 2003/12/06  21:33:22
28710         Log: Missing thingies.
28711      Branch: perl
28712            ! pp.c pp_hot.c
28713 ____________________________________________________________________________
28714 [ 21861] By: rgs                                   on 2003/12/06  20:58:12
28715         Log: Subject: [PATCH] Math::BigInt v1.67 (pre-release)
28716              From: Tels <perl_dummy@bloodgate.com>
28717              Date: Sat, 6 Dec 2003 20:19:44 +0100
28718              Message-Id: <200312062016.50484@bloodgate.com>
28719      Branch: perl
28720            + lib/Math/BigInt/t/const_mbf.t lib/Math/BigInt/t/fallback.t
28721            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
28722            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
28723            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bigfltpm.inc
28724            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
28725            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
28726            ! lib/Math/BigInt/t/bigints.t lib/Math/BigInt/t/biglog.t
28727            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/sub_mbf.t
28728            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
28729 ____________________________________________________________________________
28730 [ 21860] By: rgs                                   on 2003/12/06  20:33:09
28731         Log: Forgot to update the MANIFEST.
28732      Branch: perl
28733            ! MANIFEST
28734 ____________________________________________________________________________
28735 [ 21859] By: rgs                                   on 2003/12/06  20:19:16
28736         Log: Math::BigInt::Scalar is only for tests.
28737              Move it under t/lib.
28738      Branch: perl
28739           +> t/lib/Math/BigInt/Scalar.pm
28740            - lib/Math/BigInt/Scalar.pm
28741 ____________________________________________________________________________
28742 [ 21858] By: rgs                                   on 2003/12/06  20:01:24
28743         Log: Subject: [PATCH] casting bug in VMS part of Perl_start_glob
28744              From: "Craig A. Berry" <craigberry@mac.com>
28745              Date: Sat, 06 Dec 2003 12:44:40 -0600
28746              Message-ID: <3FD22398.1060506@mac.com>
28747      Branch: perl
28748            ! doio.c
28749 ____________________________________________________________________________
28750 [ 21857] By: rgs                                   on 2003/12/06  19:58:51
28751         Log: Remove the "Can't provide tied hash usage" error from perldiag.
28752              Mention the new tied hash SCALAR method in perldelta.
28753      Branch: perl
28754            ! pod/perldelta.pod pod/perldiag.pod
28755 ____________________________________________________________________________
28756 [ 21856] By: rgs                                   on 2003/12/06  19:51:49
28757         Log: Clarify the description of SCALAR in perltie
28758      Branch: perl
28759            ! pod/perltie.pod
28760 ____________________________________________________________________________
28761 [ 21855] By: rgs                                   on 2003/12/06  19:50:07
28762         Log: Subject: [PATCH] SCALAR/FIRSTKEY for tied hashes in scalar context
28763              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
28764              Date: Sat, 06 Dec 2003 11:50:59 +0100
28765              Message-id: <20031206105059.GA13989@ethan>
28766      Branch: perl
28767            ! embed.fnc embed.h global.sym hv.c lib/Tie/Hash.pm mg.c
28768            ! pod/perlapi.pod pod/perlfunc.pod pod/perltie.pod pp.c pp_hot.c
28769            ! proto.h t/op/tie.t
28770 ____________________________________________________________________________
28771 [ 21854] By: nicholas                              on 2003/12/06  16:30:35
28772         Log: Make sv_force_normal_flags cope with shared hash key scalars
28773              (remember the pointer from SvPVX, reset the flags before SvGROW,
28774              avoid crazy loops or read-from-free)
28775      Branch: perl
28776            ! sv.c
28777 ____________________________________________________________________________
28778 [ 21851] By: nicholas                              on 2003/12/05  20:49:10
28779         Log: Back out the Makefile.PL part of 21808 as requested by Gisle Aas
28780      Branch: perl
28781            ! ext/Digest/MD5/Makefile.PL
28782 ____________________________________________________________________________
28783 [ 21846] By: merijn                                on 2003/12/05  10:41:32
28784         Log: Subject: [PATCH] Configure gets d_u32align wrong
28785              From: Gisle Aas <gisle@ActiveState.com>
28786              Date: 05 Dec 2003 03:47:01 -0800
28787              Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com>
28788      Branch: perl
28789            ! Configure
28790 ____________________________________________________________________________
28791 [ 21844] By: rgs                                   on 2003/12/05  07:31:18
28792         Log: Subject: [REPATCH lib/AutoLoader.t] Test can() with AutoLoader
28793              From: chromatic <chromatic@wgz.org>
28794              Date: Mon, 01 Dec 2003 09:20:21 -0800
28795              Message-Id: <1070299221.1275.19.camel@localhost>
28796      Branch: perl
28797            ! lib/AutoLoader.t
28798 ____________________________________________________________________________
28799 [ 21843] By: rgs                                   on 2003/12/05  07:13:08
28800         Log: Subject: [PATCH] another ext/SDBM_File/sdbm build fix
28801              From: "Craig A. Berry" <craigberry@mac.com>
28802              Date: Thu, 04 Dec 2003 16:00:03 -0600
28803              Message-ID: <3FCFAE63.1080106@mac.com>
28804      Branch: perl
28805            ! ext/SDBM_File/sdbm/Makefile.PL
28806 ____________________________________________________________________________
28807 [ 21842] By: rgs                                   on 2003/12/05  07:07:30
28808         Log: Subject: [PATCH] $^P, eval and caller
28809              From: Paul Johnson <paul@pjcj.net>
28810              Date: Fri, 5 Dec 2003 00:57:21 +0100
28811              Message-ID: <20031204235721.GJ26355@pjcj.net>
28812      Branch: perl
28813            ! mg.c
28814 ____________________________________________________________________________
28815 [ 21841] By: rgs                                   on 2003/12/04  12:00:28
28816         Log: Fix File::Copy with hard links on Windows.
28817
28818              Subject: [PATCH] Re: perl @ 21830
28819              From: Steve Hay <steve.hay@uk.radan.com>
28820              Date: Wed, 03 Dec 2003 10:53:02 +0000
28821              Message-ID: <3FCDC08E.7080800@uk.radan.com>
28822
28823              and
28824              Date: Thu, 04 Dec 2003 11:02:22 +0000
28825              Message-ID: <3FCF143E.1040905@uk.radan.com>
28826      Branch: perl
28827            ! lib/File/Copy.pm lib/File/Copy.t
28828 ____________________________________________________________________________
28829 [ 21840] By: rgs                                   on 2003/12/04  11:54:28
28830         Log: Subject: Re: a2p.pod not being installed in 5.8.2?
28831              From: Alan Burlison <Alan.Burlison@sun.com>
28832              Date: Thu, 04 Dec 2003 12:14:30 +0000
28833              Message-ID: <3FCF2526.3030905@sun.com>
28834      Branch: perl
28835            ! installperl
28836 ____________________________________________________________________________
28837 [ 21837] By: rgs                                   on 2003/12/03  08:27:33
28838         Log: Subject: Re: XS modules having problems with CLONE and ithreads unless PERL_NO_GET_CONTEXT is defined
28839              From: Stas Bekman <stas@stason.org>
28840              Date: Wed, 03 Dec 2003 01:41:42 -0800
28841              Message-ID: <3FCDAFD6.9050106@stason.org>
28842      Branch: perl
28843            ! sv.c
28844 ____________________________________________________________________________
28845 [ 21836] By: rgs                                   on 2003/12/02  23:31:06
28846         Log: The prove utility should also be installed on VMS and on Windows.
28847              Haven't we regression tests for installations yet ?
28848      Branch: perl
28849            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
28850 ____________________________________________________________________________
28851 [ 21835] By: rgs                                   on 2003/12/02  22:18:05
28852         Log: FAQ sync.
28853      Branch: perl
28854            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
28855            ! pod/perlfaq4.pod pod/perlfaq5.pod
28856 ____________________________________________________________________________
28857 [ 21834] By: rgs                                   on 2003/12/02  21:45:12
28858         Log: Subject: Re: [perl #24574] find2perl provides different results to find
28859              From: Slaven Rezic <slaven@rezic.de>
28860              Date: 30 Nov 2003 22:16:59 +0100
28861              Message-ID: <8765h1pnec.fsf@vran.herceg.de>
28862
28863              (plus a note about find2perl now defaulting to -print in perldelta)
28864      Branch: perl
28865            ! pod/perldelta.pod x2p/find2perl.PL
28866 ____________________________________________________________________________
28867 [ 21833] By: rgs                                   on 2003/12/02  21:34:57
28868         Log: Subject: [PATCH] setting $0 still broken
28869              From: Jan Dubois <jand@ActiveState.com>
28870              Date: Thu, 27 Nov 2003 21:09:51 -0800
28871              Message-ID: <f3mdsv8dcv4asle0kbhiijk0adu1l25sr3@4ax.com>
28872      Branch: perl
28873            ! mg.c
28874 ____________________________________________________________________________
28875 [ 21832] By: rgs                                   on 2003/12/02  21:05:58
28876         Log: Better docs for the special code blocks, based on :
28877              Subject: [DOCPATCH] BEGIN, CHECK, INIT, END explained more
28878              From: Elizabeth Mattijsen <liz@dijkmat.nl>
28879              Date: Sat, 29 Nov 2003 23:15:56 +0100
28880              Message-Id: <p05111b01bbeec2e8bf30@[192.168.56.3]>
28881      Branch: perl
28882            ! pod/perlmod.pod pod/perlsub.pod
28883 ____________________________________________________________________________
28884 [ 21828] By: rgs                                   on 2003/11/30  20:56:00
28885         Log: Fix the test boilerplate in lib/if.t, so it can be run
28886              from the t/ directory.
28887      Branch: perl
28888            ! lib/if.t
28889 ____________________________________________________________________________
28890 [ 21827] By: rgs                                   on 2003/11/30  20:34:39
28891         Log: Keep installing xsubpp in lib/ExtUtils,
28892              so MakeMaker can find it.
28893      Branch: perl
28894            ! installperl
28895 ____________________________________________________________________________
28896 [ 21826] By: rgs                                   on 2003/11/30  20:31:59
28897         Log: Upgrade to Test::Harness 2.38.
28898              Introduce the prove(1) utility.
28899              (The prove-switches test is disabled for now.)
28900      Branch: perl
28901            + lib/Test/Harness/bin/prove lib/Test/Harness/t/inc_taint.t
28902            + lib/Test/Harness/t/prove-switches.t t/lib/Dev/Null.pm
28903            + t/lib/sample-tests/inc_taint t/lib/sample-tests/taint_warn
28904            + utils/prove.PL
28905            ! MANIFEST installperl lib/Test/Harness.pm
28906            ! lib/Test/Harness/Assert.pm lib/Test/Harness/Changes
28907            ! lib/Test/Harness/Iterator.pm lib/Test/Harness/Straps.pm
28908            ! lib/Test/Harness/t/00compile.t lib/Test/Harness/t/assert.t
28909            ! lib/Test/Harness/t/callback.t lib/Test/Harness/t/pod.t
28910            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
28911            ! lib/Test/Harness/t/test-harness.t utils.lst utils/Makefile
28912 ____________________________________________________________________________
28913 [ 21823] By: rgs                                   on 2003/11/30  18:22:54
28914         Log: Subject: Re: [perl #24554] Segfault in POSIX module
28915              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
28916              Date: Sat, 29 Nov 2003 23:32:38 +0900
28917              Message-Id: <20031129233010.8E2F.BQW10602@nifty.com>
28918
28919              (plus a test for the stringification of references
28920              passed to POSIX::isXXX())
28921      Branch: perl
28922            ! ext/POSIX/POSIX.xs ext/POSIX/t/is.t ext/POSIX/t/posix.t
28923 ____________________________________________________________________________
28924 [ 21814] By: nicholas                              on 2003/11/29  20:53:23
28925         Log: Integrate if.pm 0.0401
28926              Needed to edit the test file as t/TEST can't cope with extra output
28927              lines as produced by 0.0401's if.t
28928      Branch: perl
28929            ! lib/if.pm lib/if.t
28930 ____________________________________________________________________________
28931 [ 21813] By: nicholas                              on 2003/11/29  19:54:52
28932         Log: Remove whitespace from ends of lines (simply because it irritates me)
28933      Branch: perl
28934            ! utils/h2xs.PL
28935 ____________________________________________________________________________
28936 [ 21812] By: nicholas                              on 2003/11/29  17:55:32
28937         Log: Update Unicode::Normalize to 0.28
28938      Branch: perl
28939            + ext/Unicode/Normalize/t/illegal.t
28940            + ext/Unicode/Normalize/t/null.t ext/Unicode/Normalize/t/short.t
28941            ! MANIFEST ext/Unicode/Normalize/Changes
28942            ! ext/Unicode/Normalize/Normalize.pm
28943            ! ext/Unicode/Normalize/Normalize.xs
28944            ! ext/Unicode/Normalize/README
28945 ____________________________________________________________________________
28946 [ 21811] By: nicholas                              on 2003/11/29  17:30:18
28947         Log: D'oh! This has been moved to lib/Digest/t/digest.t but not deleted.
28948      Branch: perl
28949            - lib/Digest.t
28950 ____________________________________________________________________________
28951 [ 21810] By: nicholas                              on 2003/11/29  17:29:15
28952         Log: Update Unicode::Collate to 0.31 (Only the .pm version for now)
28953      Branch: perl
28954            + lib/Unicode/Collate/t/illegal.t
28955            + lib/Unicode/Collate/t/illegalp.t
28956            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
28957            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/version.t
28958 ____________________________________________________________________________
28959 [ 21809] By: nicholas                              on 2003/11/29  17:09:25
28960         Log: D'oh! Forgot to lib/Digest/base.pm
28961      Branch: perl
28962            + lib/Digest/base.pm
28963            ! MANIFEST
28964 ____________________________________________________________________________
28965 [ 21808] By: nicholas                              on 2003/11/29  17:04:39
28966         Log: Update to Digest::MD5 2.31
28967      Branch: perl
28968            + ext/Digest/MD5/t/bits.t
28969            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
28970            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/badfile.t
28971            ! ext/Digest/MD5/t/files.t
28972 ____________________________________________________________________________
28973 [ 21807] By: nicholas                              on 2003/11/29  16:45:19
28974         Log: Update Digest to 1.03
28975      Branch: perl
28976            + lib/Digest/t/base.t
28977           +> lib/Digest/t/digest.t
28978            ! MANIFEST Porting/Maintainers.pl lib/Digest.pm
28979 ____________________________________________________________________________
28980 [ 21806] By: nicholas                              on 2003/11/29  15:41:19
28981         Log: When Gconvert is a macro around sprintf with a .* format we need
28982              to cast to int (in case STRLEN isn't the same size as int)
28983              gcc issues a warning even when it is the same size
28984      Branch: perl
28985            ! sv.c
28986 ____________________________________________________________________________
28987 [ 21805] By: nicholas                              on 2003/11/29  14:44:56
28988         Log: Silence gcc 2.95 warning
28989              (Its trace flow isn't good enough to realise that there is no problem)
28990      Branch: perl
28991            ! pp_hot.c
28992 ____________________________________________________________________________
28993 [ 21804] By: nicholas                              on 2003/11/29  14:44:22
28994         Log: Gconvert actually takes type NV, while nv may be either double
28995              or long double (depending on some conditional code)
28996              Rafael and I think that this cast should work.
28997      Branch: perl
28998            ! sv.c
28999 ____________________________________________________________________________
29000 [ 21802] By: rgs                                   on 2003/11/29  11:38:58
29001         Log: POSIX::isXXX(undef) segfaulted. (bug #24554.)
29002      Branch: perl
29003            ! ext/POSIX/POSIX.xs ext/POSIX/t/posix.t
29004 ____________________________________________________________________________
29005 [ 21800] By: rgs                                   on 2003/11/28  22:38:40
29006         Log: Fix a regression introduced by change #21694 on sprintf()
29007              with long doubles, by disabling the specific optimisation
29008              path in this case ; remove a unnecessary cast ; add a new
29009              test file for miscellaneous sprintf() test that don't fit
29010              in the t/op/sprintf.t framework.
29011      Branch: perl
29012            + t/op/sprintf2.t
29013            ! MANIFEST sv.c
29014 ____________________________________________________________________________
29015 [ 21799] By: rgs                                   on 2003/11/28  21:41:29
29016         Log: Subject: [patch pod/perlsec.pod] (was Re: why PERL5LIB is ignored when -T is in effect)
29017              From: Stas Bekman <stas@stason.org>
29018              Date: Fri, 28 Nov 2003 14:42:25 -0800
29019              Message-ID: <3FC7CF51.7060804@stason.org>
29020      Branch: perl
29021            ! pod/perlsec.pod
29022 ____________________________________________________________________________
29023 [ 21798] By: rgs                                   on 2003/11/28  20:42:45
29024         Log: Implement C<use Exporter 'import'> :
29025
29026              Subject: Re: [PATCH] Exporter-related PODs
29027              From: Fergal Daly <fergal@esatclear.ie>
29028              Date: Mon, 10 Nov 2003 00:08:52 +0000
29029              Message-Id: <200311100008.52639.fergal@esatclear.ie>
29030
29031              (tweaked, so the imported import() doesn't spit out warnings)
29032      Branch: perl
29033            ! lib/Exporter.pm lib/Exporter.t
29034 ____________________________________________________________________________
29035 [ 21797] By: rgs                                   on 2003/11/28  20:11:47
29036         Log: Subject: Re: [perl #24245] File::Copy::copy damages hard linked files
29037              From: Slaven Rezic <slaven@rezic.de>
29038              Date: 19 Oct 2003 19:11:31 +0200
29039              Message-ID: <87smlprw3g.fsf@vran.herceg.de>
29040              (with further tweaks)
29041      Branch: perl
29042            ! lib/File/Copy.pm lib/File/Copy.t
29043 ____________________________________________________________________________
29044 [ 21795] By: rgs                                   on 2003/11/28  19:16:33
29045         Log: Subject: [PATCH] Fix perl 5.8 and 5.9 to build on latest VOS
29046              From: "Green, Paul" <Paul.Green@stratus.com>
29047              Date: Thu, 27 Nov 2003 21:51:26 -0500
29048              Message-ID: <A2A34F15EE916148BC4C4748223E67A4069FB815@exna4.stratus.com>
29049      Branch: perl
29050            ! hints/vos.sh
29051 ____________________________________________________________________________
29052 [ 21794] By: nicholas                              on 2003/11/28  19:14:58
29053         Log: Arguments to skip were the wrong way round, hence why all the *BSDs
29054              were failing
29055      Branch: perl
29056            ! t/op/readline.t
29057 ____________________________________________________________________________
29058 [ 21789] By: rgs                                   on 2003/11/27  22:18:29
29059         Log: Marcus Holland-Moritz is now the maintainer of Devel::PPPort.
29060              PerlIO and threads are not on CPAN.
29061      Branch: perl
29062            ! Porting/Maintainers.pl
29063 ____________________________________________________________________________
29064 [ 21788] By: nicholas                              on 2003/11/25  21:27:11
29065         Log: Add Torsten Foertsch to AUTHORS (patches plus tests are what we like)
29066      Branch: perl
29067            ! AUTHORS
29068 ____________________________________________________________________________
29069 [ 21787] By: rgs                                   on 2003/11/25  21:12:19
29070         Log: Subject: [PATCH] Re: bug or a feature?
29071              From: Torsten Foertsch <torsten.foertsch@gmx.net>
29072              Date: Sat, 22 Nov 2003 13:15:53 +0100
29073              Message-Id: <200311221315.58539.torsten.foertsch@gmx.net>
29074
29075              and
29076              Date: Sat, 22 Nov 2003 14:21:45 +0100
29077              Message-Id: <200311221421.48940.torsten.foertsch@gmx.net>
29078              (test moved to t/op/readline.t)
29079      Branch: perl
29080            ! pp_hot.c t/op/readline.t
29081 ____________________________________________________________________________
29082 [ 21783] By: merijn                                on 2003/11/24  21:24:46
29083         Log: Subject: remove hardcoded version number from cygwin/perlld.in
29084              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
29085              Date: Mon, 24 Nov 2003 08:11:36 -0800
29086              Message-ID: <20031124161136.GC2656@efn.org>
29087      Branch: perl
29088            ! cygwin/Makefile.SHs cygwin/perlld.in
29089 ____________________________________________________________________________
29090 [ 21782] By: nicholas                              on 2003/11/24  20:07:29
29091         Log: Should fix the infinite loop on a dynamic %ENV fetch
29092      Branch: perl
29093            ! hv.c
29094 ____________________________________________________________________________
29095 [ 21781] By: nicholas                              on 2003/11/24  19:47:57
29096         Log: Tweak the order of initialisation of oentry in hv_fetch_common -
29097              C source now cleaner, but optimised object file still the same size.
29098      Branch: perl
29099            ! hv.c
29100 ____________________________________________________________________________
29101 [ 21780] By: rgs                                   on 2003/11/23  21:59:06
29102         Log: Subject: Re: [perl #24439] 64 bit build failure on Solaris 9
29103              From: Andy Dougherty <doughera@lafayette.edu>
29104              Date: Thu, 20 Nov 2003 09:38:05 -0500 (EST)
29105              Message-ID: <Pine.SOL.4.53.0311200926550.25274@maxwell.phys.lafayette.edu>
29106
29107              and :
29108              Date: Fri, 21 Nov 2003 09:36:24 -0500 (EST)
29109              Message-ID: <Pine.SOL.4.53.0311210927460.1876@maxwell.phys.lafayette.edu>
29110      Branch: perl
29111            ! hints/solaris_2.sh
29112 ____________________________________________________________________________
29113 [ 21779] By: nicholas                              on 2003/11/22  23:37:24
29114         Log: D'oh. Mistake in the DYNAMIC_ENV_FETCH conditional code
29115              reported by Craig Berry
29116      Branch: perl
29117            ! hv.c
29118 ____________________________________________________________________________
29119 [ 21774] By: nicholas                              on 2003/11/22  21:21:22
29120         Log: restore_magic needs to undo COW
29121              (while magic was off, sv_setsv is likely to have seen this SV as a
29122              good source for COW)
29123              Should fix the smoke failures on lib/locale.t
29124      Branch: perl
29125            ! mg.c
29126 ____________________________________________________________________________
29127 [ 21773] By: nicholas                              on 2003/11/22  19:12:32
29128         Log: Don't COW if the destination has magic.
29129      Branch: perl
29130            ! sv.c
29131 ____________________________________________________________________________
29132 [ 21772] By: nicholas                              on 2003/11/22  17:05:32
29133         Log: Reorder functions in hv.c so that callers of hv_fetch_common are all
29134              close to it.
29135      Branch: perl
29136            ! hv.c
29137 ____________________________________________________________________________
29138 [ 21771] By: nicholas                              on 2003/11/22  16:43:09
29139         Log: "Space Is a Province of Brazil"
29140              Farewell, hv_store_common. Store is now part of Fetch.
29141              All tests pass. hv.c 15% smaller than when I started all this
29142      Branch: perl
29143            ! embed.fnc embed.h hv.c proto.h
29144 ____________________________________________________________________________
29145 [ 21770] By: nicholas                              on 2003/11/22  13:16:43
29146         Log: Farewell hv_exists_common - exists is now a call to fetch
29147              (with the exists magic handling moved into fetch)
29148      Branch: perl
29149            ! embed.fnc embed.h hv.c proto.h
29150 ____________________________________________________________________________
29151 [ 21769] By: nicholas                              on 2003/11/22  11:02:23
29152         Log: Shift negative klen/flags games from hv_store_common out to hv_store
29153      Branch: perl
29154            ! embed.fnc embed.h hv.c proto.h
29155 ____________________________________________________________________________
29156 [ 21768] By: nicholas                              on 2003/11/22  10:37:24
29157         Log: Shift negative klen/flags games from hv_exists_common out to hv_exists
29158      Branch: perl
29159            ! embed.fnc embed.h hv.c proto.h
29160 ____________________________________________________________________________
29161 [ 21767] By: nicholas                              on 2003/11/21  23:15:47
29162         Log: Check that the key is present before a delete, and absent afterwards
29163      Branch: perl
29164            ! ext/XS/APItest/t/hash.t
29165 ____________________________________________________________________________
29166 [ 21766] By: nicholas                              on 2003/11/21  23:12:33
29167         Log: Move the negative key -> utf8 flag conversion out to hv_delete
29168      Branch: perl
29169            ! embed.fnc embed.h hv.c proto.h
29170 ____________________________________________________________________________
29171 [ 21765] By: nicholas                              on 2003/11/21  22:41:23
29172         Log: Tweaks to S_hv_delete_common:
29173              make the magic call hv_fetch_common rather than ent-or-not
29174              grab the hash from a shared hash key scalar if possible
29175              use masked flags rather than flags for the comparison
29176      Branch: perl
29177            ! hv.c
29178 ____________________________________________________________________________
29179 [ 21764] By: nicholas                              on 2003/11/21  21:54:58
29180         Log: Integrate:
29181              [ 21762]
29182              Refactor hash API tests (prior to some additions)
29183
29184              [ 21763]
29185              Test all permuations of utf8 flags on hashes and keys
29186      Branch: perl
29187           !> ext/XS/APItest/t/hash.t
29188 ____________________________________________________________________________
29189 [ 21760] By: nicholas                              on 2003/11/20  22:34:00
29190         Log: Shift negative klen/flags games from hv_fetch_common out to hv_fetch
29191      Branch: perl
29192            ! embed.fnc hv.c proto.h
29193 ____________________________________________________________________________
29194 [ 21758] By: nicholas                              on 2003/11/20  20:14:17
29195         Log: Merge sv_store_flags and sv_store_ent into sv_store_common
29196      Branch: perl
29197            ! embed.fnc embed.h hv.c proto.h
29198 ____________________________________________________________________________
29199 [ 21756] By: rgs                                   on 2003/11/20  12:04:46
29200         Log: Subject: [PATCH] promote hv_clear_placeholders to perl API
29201              From: Alan Burlison <Alan.Burlison@sun.com>
29202              Date: Thu, 20 Nov 2003 10:34:30 +0000
29203              Message-ID: <3FBC98B6.6090909@sun.com>
29204      Branch: perl
29205            ! embed.fnc embed.h global.sym hv.c pod/perlapi.pod proto.h
29206            ! universal.c
29207 ____________________________________________________________________________
29208 [ 21755] By: rgs                                   on 2003/11/19  22:46:20
29209         Log: Regenerate perlapi and perltoc.
29210      Branch: perl
29211            ! pod/perlapi.pod pod/perltoc.pod
29212 ____________________________________________________________________________
29213 [ 21754] By: rgs                                   on 2003/11/19  22:39:51
29214         Log: Subject: [docpatch] PerlIO layers in perlrun.pod and PerlIO.pm
29215              From: Iain Truskett <spoon@cpan.org>
29216              Date: Thu, 20 Nov 2003 00:41:33 +1100
29217              Message-ID: <20031119134132.GG21314@gytha.anu.edu.au>
29218      Branch: perl
29219            ! lib/PerlIO.pm pod/perlrun.pod
29220 ____________________________________________________________________________
29221 [ 21753] By: nicholas                              on 2003/11/19  22:28:25
29222         Log: merge hv_fetch and hv_fetch_ent into hv_fetch_common
29223              remove S_hv_fetch_flags
29224              hv.c now 13% smaller than when I started. hv_store TODO
29225      Branch: perl
29226            ! embed.fnc embed.h hv.c proto.h
29227 ____________________________________________________________________________
29228 [ 21752] By: rgs                                   on 2003/11/19  21:06:01
29229         Log: Fix bug [perl #24508] Wrong assignment in nested assignment
29230              together with subroutine call
29231              Apparently concat still doesn't deal correctly with lexicals
29232              in all cases. Disable the whole TARGET_MY optimisation for it.
29233              (and remove the corresponding code from the peephole optimiser.)
29234      Branch: perl
29235            ! op.c opcode.h opcode.pl t/op/concat.t
29236 ____________________________________________________________________________
29237 [ 21751] By: rgs                                   on 2003/11/19  21:03:20
29238         Log: Update the runops stuff in perlguts
29239      Branch: perl
29240            ! pod/perlguts.pod
29241 ____________________________________________________________________________
29242 [ 21750] By: nicholas                              on 2003/11/19  20:37:27
29243         Log: integrate hv_delete and hv_delete_ent into hv_delete_common
29244      Branch: perl
29245            ! embed.fnc embed.h hv.c proto.h
29246 ____________________________________________________________________________
29247 [ 21748] By: rgs                                   on 2003/11/19  19:56:20
29248         Log: Subject: [PATCH] clear of empty locked hash SEGVs
29249              From: Alan Burlison <Alan.Burlison@sun.com>
29250              Date: Wed, 19 Nov 2003 14:39:03 +0000
29251              Message-ID: <3FBB8087.20206@sun.com>
29252      Branch: perl
29253            ! hv.c lib/Hash/Util.t
29254 ____________________________________________________________________________
29255 [ 21747] By: nicholas                              on 2003/11/19  19:51:41
29256         Log: merge hv_exists and hv_exists_ent into S_hv_exists_common
29257      Branch: perl
29258            ! embed.fnc embed.h hv.c proto.h
29259 ____________________________________________________________________________
29260 [ 21746] By: nicholas                              on 2003/11/19  18:46:07
29261         Log: Run regen.pl (for hv_assert)
29262      Branch: perl
29263            ! global.sym
29264 ____________________________________________________________________________
29265 [ 21744] By: nicholas                              on 2003/11/19  17:44:58
29266         Log: Integrate:
29267              [ 21642]
29268              space should be tab for lib/I18N/LangTags/t/02decency.t
29269      Branch: perl
29270           !> MANIFEST
29271 ____________________________________________________________________________
29272 [ 21743] By: rgs                                   on 2003/11/19  17:21:50
29273         Log: Restore errno after having read $^E (like for $!)
29274              to preserve errno from unfortunate side-effects.
29275      Branch: perl
29276            ! mg.c
29277 ____________________________________________________________________________
29278 [ 21742] By: nicholas                              on 2003/11/18  21:04:40
29279         Log: Whoops. We weren't actually testing hv_store_ent
29280              We are now. Plus test hv_store for an initially empty hash.
29281      Branch: perl
29282            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t
29283 ____________________________________________________________________________
29284 [ 21741] By: rgs                                   on 2003/11/17  23:06:07
29285         Log: Complement of change #21740 for Windows.
29286              (I have the feeling that it's already subtly broken on VMS)
29287      Branch: perl
29288            ! win32/Makefile win32/makefile.mk
29289 ____________________________________________________________________________
29290 [ 21740] By: rgs                                   on 2003/11/17  19:02:21
29291         Log: Install instmodsh and xsubpp in bin/ along the other utilities.
29292      Branch: perl
29293            + utils/instmodsh.PL utils/xsubpp.PL
29294            ! MANIFEST installperl utils.lst utils/Makefile
29295 ____________________________________________________________________________
29296 [ 21739] By: rgs                                   on 2003/11/17  08:52:52
29297         Log: Subject: Re: [perl #24493] install.html not working
29298              From: Slaven Rezic <slaven@rezic.de>
29299              Date: 16 Nov 2003 20:52:29 +0100
29300              Message-ID: <87d6bsw0oy.fsf@vran.herceg.de>
29301      Branch: perl
29302            ! installhtml
29303 ____________________________________________________________________________
29304 [ 21737] By: nicholas                              on 2003/11/16  21:32:09
29305         Log: Ooops. left an XXX comment in, and worse still it's a // comment
29306      Branch: perl
29307            ! hv.c
29308 ____________________________________________________________________________
29309 [ 21735] By: nicholas                              on 2003/11/16  20:20:58
29310         Log: utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_delete
29311              (pp functions use the _ent variants, and as the implementation is
29312              duplicated, these bugs aren't tested, and aren't noticed)
29313      Branch: perl
29314            ! ext/XS/APItest/APItest.xs ext/XS/APItest/t/hash.t hv.c
29315 ____________________________________________________________________________
29316 [ 21734] By: nicholas                              on 2003/11/16  17:11:22
29317         Log: Accessing unicode keys in tie hashes via hv_exists was broken.
29318              (pp_exists uses hv_exists_ent, which isn't broken)
29319              I expect an equivalent bug in hv_delete
29320      Branch: perl
29321            + ext/XS/APItest/t/hash.t
29322            ! MANIFEST ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
29323            ! ext/XS/APItest/MANIFEST hv.c
29324 ____________________________________________________________________________
29325 [ 21733] By: rgs                                   on 2003/11/16  16:50:04
29326         Log: Subject: [PATCH] Re:ext/threads/t/problem.t (was: Problems with mod_perl 1.12 (?) and ActivePerl 5.8.1)
29327              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29328              Date: Sat, 15 Nov 2003 23:22:16 +0100
29329              Message-Id: <p05111b04bbdc49076950@[192.168.56.3]>
29330      Branch: perl
29331            ! ext/threads/t/problems.t
29332 ____________________________________________________________________________
29333 [ 21732] By: rgs                                   on 2003/11/16  16:09:34
29334         Log: Subject: [PATCH] configpm, our $summary : unique
29335              From: Elizabeth Mattijsen <liz@dijkmat.nl>
29336              Date: Sat, 15 Nov 2003 22:18:32 +0100
29337              Message-Id: <p05111b03bbdc478d10cb@[192.168.56.3]>
29338              (plus comments)
29339      Branch: perl
29340            ! configpm
29341 ____________________________________________________________________________
29342 [ 21729] By: nicholas                              on 2003/11/15  14:39:00
29343         Log: Subject: [PATCH] Re: Storable Error
29344              From: Nicholas Clark <nick@ccl4.org>
29345              Date: Sat, 9 Aug 2003 00:35:36 +0100
29346              Message-ID: <20030809003535.C20130@plum.flirble.org>
29347      Branch: perl
29348            ! embed.fnc hv.c perl.c perl.h pod/perlapi.pod pod/perlrun.pod
29349            ! proto.h
29350 ____________________________________________________________________________
29351 [ 21728] By: rgs                                   on 2003/11/15  11:43:43
29352         Log: Update perlhist with 5.6.2.
29353      Branch: perl
29354            ! pod/perlhist.pod
29355 ____________________________________________________________________________
29356 [ 21725] By: rgs                                   on 2003/11/14  22:35:20
29357         Log: Add more complete tests for the "variable masks earlier
29358              declaration" warning, including a TODO test
29359      Branch: perl
29360            ! t/lib/warnings/pad
29361 ____________________________________________________________________________
29362 [ 21723] By: rgs                                   on 2003/11/14  07:43:17
29363         Log: Include "SCCS" in the list of directory names that should
29364              be ignored by installperl.
29365      Branch: perl
29366            ! installperl
29367 ____________________________________________________________________________
29368 [ 21718] By: nicholas                              on 2003/11/13  20:46:36
29369         Log: Subject: Re: Empty subroutine as object method segfaults in 5.8.2 (sometimes)
29370              From: Enache Adrian <enache@rdslink.ro>
29371              Date: Tue, 11 Nov 2003 15:25:29 +0200
29372              Message-ID: <20031111132529.GB1271@ratsnest.hole>
29373      Branch: perl
29374            ! op.c
29375 ____________________________________________________________________________
29376 [ 21714] By: rgs                                   on 2003/11/13  18:55:37
29377         Log: Fix bug [perl #24380] : assigning to a hash in list
29378              or scalar context yielded a wrong value if the list
29379              contained duplicated keys for the hash. This is fixed
29380              by counting the number of duplicate keys and trimming
29381              the stack by the corresponding number of items.
29382      Branch: perl
29383            ! pp_hot.c t/op/hashassign.t
29384 ____________________________________________________________________________
29385 [ 21713] By: merijn                                on 2003/11/13  09:25:15
29386         Log: Simplified the reading
29387      Branch: perl
29388            ! hints/solaris_2.sh
29389 ____________________________________________________________________________
29390 [ 21712] By: merijn                                on 2003/11/13  09:22:21
29391         Log: Enable hints to create call-back units that can act when
29392              a specific variable is *not* set (like -Uuselargefiles)
29393      Branch: perl
29394            ! Configure hints/README.hints
29395 ____________________________________________________________________________
29396 [ 21710] By: nicholas                              on 2003/11/12  21:35:35
29397         Log: Subject: [PATCH] Last stab at sdbm/Makefile.PL
29398              From: Michael G Schwern <schwern@pobox.com>
29399              Date: Tue, 11 Nov 2003 21:02:30 -0800
29400              Message-ID: <20031112050230.GO6874@localhost.comcast.net>
29401      Branch: perl
29402            ! ext/SDBM_File/sdbm/Makefile.PL
29403 ____________________________________________________________________________
29404 [ 21708] By: rgs                                   on 2003/11/12  09:46:51
29405         Log: Subject: [PATCH 5.8.2 @21574] make install not installing fully
29406              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29407              Date: Tue, 4 Nov 2003 20:07:25 -0800
29408              Message-ID: <20031105040725.GA2629@math.berkeley.edu>
29409      Branch: perl
29410            ! installperl
29411 ____________________________________________________________________________
29412 [ 21706] By: ams                                   on 2003/11/11  23:46:19
29413         Log: Subject: Re: [perl #24460] [DOC PATCH] the begincheck program
29414              From: Tom Phoenix <rootbeer@redcat.com>
29415              Date: Tue, 11 Nov 2003 15:50:35 -0800 (PST)
29416              Message-Id: <Pine.BSO.4.53.0311111547500.9242@blue.stonehenge.com>
29417      Branch: perl
29418            ! pod/perlmod.pod
29419 ____________________________________________________________________________
29420 [ 21702] By: rgs                                   on 2003/11/11  20:13:56
29421         Log: Upgrade to MakeMaker 6.21.
29422      Branch: perl
29423            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
29424            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
29425            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
29426 ____________________________________________________________________________
29427 [ 21697] By: rgs                                   on 2003/11/10  20:55:25
29428         Log: Subject: [PATCH 5.8.2 @21574] make install: line noise
29429              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29430              Date: Tue, 4 Nov 2003 20:10:16 -0800
29431              Message-ID: <20031105041016.GA2639@math.berkeley.edu>
29432
29433              and part of
29434              Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR
29435              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29436              Date: Tue, 4 Nov 2003 20:18:37 -0800
29437              Message-ID: <20031105041836.GA2649@math.berkeley.edu>
29438
29439              (I've left out the PREFIX part for now)
29440      Branch: perl
29441            ! Makefile.SH installperl os2/Makefile.SHs
29442 ____________________________________________________________________________
29443 [ 21694] By: rgs                                   on 2003/11/09  17:20:35
29444         Log: Subject: [PATCH 5.8.2 @21574] sprintf() painfully slow
29445              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29446              Date: Mon, 3 Nov 2003 20:27:39 -0800
29447              Message-ID: <20031104042739.GA1697@math.berkeley.edu>
29448
29449              Subject: Re: [PATCH 5.8.2 @21574] sprintf() painfully slow
29450              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29451              Date: Mon, 3 Nov 2003 20:57:48 -0800
29452              Message-ID: <20031104045748.GA1826@math.berkeley.edu>
29453      Branch: perl
29454            ! sv.c
29455 ____________________________________________________________________________
29456 [ 21693] By: rgs                                   on 2003/11/09  11:37:29
29457         Log: Subject: [PATCH-5.8.2 for WinCE] must copy changes from win32/makeifle.mk to wince/makefile.ce
29458              From: Vadim Konovalov <konovalo@mail.wplus.net>
29459              Date: Sun, 9 Nov 2003 13:31:59 +0300
29460              Message-ID: <93187393948.20031109133159@mail.wplus.net>
29461      Branch: perl
29462            ! wince/Makefile.ce
29463 ____________________________________________________________________________
29464 [ 21691] By: rgs                                   on 2003/11/09  11:13:40
29465         Log: Update the list of pumpkings in perlhist.pod.
29466      Branch: perl
29467            ! pod/perlhist.pod
29468 ____________________________________________________________________________
29469 [ 21687] By: ams                                   on 2003/11/08  17:09:56
29470         Log: Subject: [PATCH 5.6.2-RC1 pod/perlhist.pod]  Updated.
29471              From: Abigail <abigail@abigail.nl>
29472              Date: Sat, 8 Nov 2003 18:51:30 +0100
29473              Message-Id: <20031108175130.GA22273@abigail.nl>
29474      Branch: perl
29475            ! pod/perlhist.pod
29476 ____________________________________________________________________________
29477 [ 21677] By: rgs                                   on 2003/11/07  07:49:17
29478         Log: Subject: [PATCH 5.8.2 @21574] OS/2 docu
29479              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29480              Date: Thu, 6 Nov 2003 23:26:18 -0800
29481              Message-ID: <20031107072618.GA4370@math.berkeley.edu>
29482      Branch: perl
29483            ! os2/Changes
29484 ____________________________________________________________________________
29485 [ 21676] By: davem                                 on 2003/11/06  22:11:23
29486         Log: bugid #24407: numeric key for shared hash got stringified using
29487              wrong interpreter, and thus got malloced into the wrong thread
29488              memory pool
29489      Branch: perl
29490            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_simple.t
29491 ____________________________________________________________________________
29492 [ 21675] By: rgs                                   on 2003/11/06  10:27:22
29493         Log: Upgrade to MakeMaker 6.20.
29494      Branch: perl
29495            ! lib/ExtUtils/Changes lib/ExtUtils/Command.pm
29496            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MANIFEST.SKIP
29497            ! lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm
29498            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/Tutorial.pod
29499            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/postamble.t
29500 ____________________________________________________________________________
29501 [ 21674] By: ams                                   on 2003/11/06  09:32:26
29502         Log: Subject: [PATCH blead] Re: [perl #24248] taint propagation regression,
29503              tests fail to spot this
29504              From: Rick Delaney <rick@bort.ca>
29505              Date: Wed, 5 Nov 2003 23:02:41 -0500
29506              Message-Id: <20031105230241.D13585@biff.bort.ca>
29507      Branch: perl
29508            ! pp_ctl.c t/op/taint.t
29509 ____________________________________________________________________________
29510 [ 21673] By: rgs                                   on 2003/11/05  21:47:07
29511         Log: Subject: [PATCH] Be sure to use -fPIC not -fpic on Linux/SPARC
29512              From: Andy Dougherty <doughera@lafayette.edu>
29513              Date: Wed, 5 Nov 2003 17:19:03 -0500 (EST)
29514              Message-ID: <Pine.SOL.4.53.0311051715140.24878@maxwell.phys.lafayette.edu>
29515      Branch: perl
29516            ! hints/linux.sh
29517 ____________________________________________________________________________
29518 [ 21672] By: rgs                                   on 2003/11/05  20:42:47
29519         Log: Subject: [patch t/op/hash.t] extending the hash attack test
29520              From: Stas Bekman <stas@stason.org>
29521              Date: Tue, 04 Nov 2003 14:33:09 -0800
29522              Message-ID: <3FA82925.7020703@stason.org>
29523      Branch: perl
29524            ! t/op/hash.t
29525 ____________________________________________________________________________
29526 [ 21671] By: rgs                                   on 2003/11/05  20:38:09
29527         Log: Subject: Re: [perl #24398] Benchmark.pm cmpthese segfault
29528              From: Stas Bekman <stas@stason.org>
29529              Date: Wed, 05 Nov 2003 00:50:25 -0800
29530              Message-ID: <3FA8B9D1.2020806@stason.org>
29531      Branch: perl
29532            ! lib/Benchmark.pm
29533 ____________________________________________________________________________
29534 [ 21667] By: nicholas                              on 2003/11/05  19:13:56
29535         Log: From: Craig Berry <craigberry@mac.com>
29536              Subject: Opcode.xs/RC2 compile nit on VMS
29537              Date: Wed, 05 Nov 2003 12:16:34 -0600
29538              Message-ID: <2097592.1068056194261.JavaMail.craigberry@mac.com>
29539      Branch: perl
29540            ! ext/Opcode/Opcode.xs
29541 ____________________________________________________________________________
29542 [ 21664] By: ams                                   on 2003/11/05  18:34:28
29543         Log: Orphaned submission from #21546.
29544      Branch: perl
29545            ! perl.c
29546 ____________________________________________________________________________
29547 [ 21663] By: ams                                   on 2003/11/05  17:01:29
29548         Log: Subject: Re: Smoke [5.9.0] 21474 FAIL(F) darwin 6.8 (darwin/1 cpu)
29549              From: Slaven Rezic <slaven@rezic.de>
29550              Date: 20 Oct 2003 22:39:28 +0200
29551              Message-Id: <87oewbiqyn.fsf@vran.herceg.de>
29552      Branch: perl
29553            ! lib/filetest.t
29554 ____________________________________________________________________________
29555 [ 21662] By: ams                                   on 2003/11/05  16:51:08
29556         Log: Subject: Re: 'make minitest' fails for op/cproto and op/pat
29557              From: Michael G Schwern <schwern@pobox.com>
29558              Date: Wed, 5 Nov 2003 06:26:36 -0800
29559              Message-Id: <20031105142635.GA22761@localhost.comcast.net>
29560      Branch: perl
29561            ! t/op/cproto.t
29562 ____________________________________________________________________________
29563 [ 21661] By: ams                                   on 2003/11/05  16:50:05
29564         Log: Subject: [PATCH] Modernise INSTALL
29565              From: Gisle Aas <gisle@ActiveState.com>
29566              Date: 05 Nov 2003 05:16:25 -0800
29567              Message-Id: <lrd6c7ez12.fsf@caliper.activestate.com>
29568
29569              Subject: [PATCH pod/perlhist.pod]  Mention 5.8.2-RC2
29570              From: Abigail <abigail@abigail.nl>
29571              Date: Tue, 4 Nov 2003 10:40:57 +0100
29572              Message-Id: <20031104094057.GA22508@abigail.nl>
29573      Branch: perl
29574            ! INSTALL pod/perlhist.pod
29575 ____________________________________________________________________________
29576 [ 21660] By: ams                                   on 2003/11/05  16:46:12
29577         Log: Subject: [PATCH blead]  reentr.pl is not defining _srandom_struct
29578              From: Jan Dubois <jand@ActiveState.com>
29579              Date: Tue, 04 Nov 2003 16:52:14 -0800
29580              Message-Id: <45igqvsus3hr8bno3si087j5qnrqvn79bf@4ax.com>
29581      Branch: perl
29582            ! reentr.c reentr.h reentr.pl
29583 ____________________________________________________________________________
29584 [ 21657] By: rgs                                   on 2003/11/05  08:07:14
29585         Log: Subject: Re: [ANNOUNCE] ExtUtils::MakeMaker 6.19
29586              From: Michael G Schwern <schwern@pobox.com>
29587              Date: Tue, 4 Nov 2003 17:59:13 -0800
29588              Message-ID: <20031105015913.GL15406@localhost.comcast.net>
29589
29590              Replaces the temporary kludge (#21655).
29591      Branch: perl
29592            ! ext/SDBM_File/sdbm/Makefile.PL
29593 ____________________________________________________________________________
29594 [ 21656] By: rgs                                   on 2003/11/05  07:41:41
29595         Log: Subject: Re: [gherteg@csc.com: your CPAN page on EBCDIC]
29596              From: PPrymmer@factset.com
29597              Date: Tue, 4 Nov 2003 10:00:07 -0500
29598              Message-ID: <OF9A22A404.A32A5C26-ON85256DD4.00522E92-85256DD4.005268A4@factset.com>
29599      Branch: perl
29600            ! pod/perlebcdic.pod
29601 ____________________________________________________________________________
29602 [ 21655] By: rgs                                   on 2003/11/04  22:32:28
29603         Log: Temporary kludge to allow SDBM_File being built
29604              with MakeMaker 6.19.
29605      Branch: perl
29606            ! ext/SDBM_File/sdbm/Makefile.PL
29607 ____________________________________________________________________________
29608 [ 21652] By: rgs                                   on 2003/11/04  21:43:10
29609         Log: Upgrade to ExtUtils::MakeMaker 6.19
29610      Branch: perl
29611            + lib/ExtUtils/t/parse_version.t
29612            + t/lib/MakeMaker/Test/Setup/BFD.pm
29613            + t/lib/MakeMaker/Test/Setup/Problem.pm
29614            - lib/ExtUtils/t/00setup_dummy.t
29615            - lib/ExtUtils/t/zz_cleanup_dummy.t
29616            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
29617            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
29618            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
29619            ! lib/ExtUtils/MM.pm lib/ExtUtils/MM_Any.pm
29620            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
29621            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29622            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
29623            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/bytes.pm
29624            ! lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/Manifest.pm
29625            ! lib/ExtUtils/README lib/ExtUtils/TODO lib/ExtUtils/instmodsh
29626            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
29627            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/Install.t
29628            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
29629            ! lib/ExtUtils/t/MM_Win32.t lib/ExtUtils/t/Manifest.t
29630            ! lib/ExtUtils/t/basic.t lib/ExtUtils/t/postamble.t
29631            ! lib/ExtUtils/t/prefixify.t lib/ExtUtils/t/prereq_print.t
29632            ! lib/ExtUtils/t/problems.t lib/ExtUtils/t/writemakefile_args.t
29633            ! t/lib/MakeMaker/Test/Setup/Recurs.pm
29634 ____________________________________________________________________________
29635 [ 21651] By: rgs                                   on 2003/11/04  05:43:56
29636         Log: Subject: Re: [PATCH 5.8.2 @21574] OS/2 build
29637              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29638              Date: Mon, 3 Nov 2003 20:20:44 -0800
29639              Message-ID: <20031104042044.GA1682@math.berkeley.edu>
29640      Branch: perl
29641            ! os2/Makefile.SHs
29642 ____________________________________________________________________________
29643 [ 21650] By: rgs                                   on 2003/11/03  21:55:42
29644         Log: Subject: [PATCH] Re: [perl #24384] 21418 (UNIVERSAL.pm patch) breaks autouse.pm
29645              From: Michael G Schwern <schwern@pobox.com>
29646              Date: Sat, 1 Nov 2003 22:57:45 -0800
29647              Message-ID: <20031102065745.GN3659@localhost.comcast.net>
29648              (goes with change #21418)
29649      Branch: perl
29650            ! lib/autouse.pm lib/autouse.t
29651 ____________________________________________________________________________
29652 [ 21647] By: rgs                                   on 2003/11/03  20:08:18
29653         Log: Subject: [PATCH] Re: PERL_VERSION, SUBVERSION, PATCHLEVEL
29654              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29655              Date: Mon, 3 Nov 2003 20:53:33 +0100
29656              Message-ID: <023a01c3a244$2a1dd5a0$0c2f1fac@R2D2>
29657      Branch: perl
29658            ! ext/Devel/PPPort/PPPort.pm
29659 ____________________________________________________________________________
29660 [ 21646] By: rgs                                   on 2003/11/03  20:00:07
29661         Log: Subject: Cwd.xs: off-by-one buffer overflow in realpath()
29662              From: Casey West <casey@geeknest.com>
29663              Date: Mon, 3 Nov 2003 10:11:43 -0500
29664              Message-ID: <20031103151143.GB430@geeknest.com>
29665      Branch: perl
29666            ! ext/Cwd/Cwd.xs
29667 ____________________________________________________________________________
29668 [ 21645] By: rgs                                   on 2003/11/03  19:18:42
29669         Log: Subject: Re: [PATCH 5.8.1] make reentr.[ch] compatible with 5.8.0 again
29670              From: Jan Dubois <jand@ActiveState.com>
29671              Date: Sun, 02 Nov 2003 21:43:44 -0800
29672              Message-ID: <8dqbqvg16ln2r807l1l2c905lh7hte303v@4ax.com>
29673      Branch: perl
29674            ! reentr.h reentr.pl
29675 ____________________________________________________________________________
29676 [ 21644] By: rgs                                   on 2003/11/03  15:33:55
29677         Log: Document the fact that keys() and values() are optimized
29678              for void context (as suggested by Liz.)
29679      Branch: perl
29680            ! pod/perlfunc.pod
29681 ____________________________________________________________________________
29682 [ 21639] By: nicholas                              on 2003/11/03  07:04:36
29683         Log: Stas would prefer not to have MOD_PERL defines in perl.
29684      Branch: perl
29685            ! hv.c hv.h
29686 ____________________________________________________________________________
29687 [ 21638] By: nicholas                              on 2003/11/03  06:46:48
29688         Log: s/new_hash/rehash/g (Stas suggested a better name)
29689      Branch: perl
29690            ! embedvar.h hv.h intrpvar.h lib/Hash/Util.pm perl.c perlapi.h
29691            ! sv.c universal.c util.c
29692 ____________________________________________________________________________
29693 [ 21634] By: nicholas                              on 2003/11/02  22:32:21
29694         Log: Provide Internals::new_hash_seed to return PL_new_hash_seed, and
29695              make Hash::Util::hash_seed use this.
29696      Branch: perl
29697            ! lib/Hash/Util.pm universal.c
29698 ____________________________________________________________________________
29699 [ 21628] By: rgs                                   on 2003/11/02  21:05:59
29700         Log: Fix for [perl #24347] segfault with Safe
29701              The empty %INC created for safe compartements was freed
29702              too early.
29703      Branch: perl
29704            ! ext/Opcode/Opcode.xs
29705 ____________________________________________________________________________
29706 [ 21627] By: rgs                                   on 2003/11/02  20:40:47
29707         Log: Subject: [PATCH pod/perlguts.pod] update embed.pl description
29708              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29709              Date: Sun, 2 Nov 2003 22:24:28 +0100
29710              Message-ID: <007b01c3a187$b34c6110$0c2f1fac@R2D2>
29711      Branch: perl
29712            ! pod/perlguts.pod
29713 ____________________________________________________________________________
29714 [ 21625] By: rgs                                   on 2003/11/02  20:24:21
29715         Log: Mention perl 5.8.2-RC1 in perlhist, as spotted by Abigail.
29716      Branch: perl
29717            ! pod/perlhist.pod
29718 ____________________________________________________________________________
29719 [ 21620] By: nicholas                              on 2003/11/02  18:22:16
29720         Log: Subject: [PATCH 5.8.2 @21574] OS/2 build
29721              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
29722              Date: Wed, 29 Oct 2003 14:00:18 -0800
29723              Message-ID: <20031029220017.GA26384@math.berkeley.edu>
29724      Branch: perl
29725            ! ext/DynaLoader/DynaLoader_pm.PL makedef.pl os2/Makefile.SHs
29726            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2_base.t os2/os2ish.h
29727            ! os2/perl2cmd.pl perlio.c
29728 ____________________________________________________________________________
29729 [ 21619] By: rgs                                   on 2003/11/02  18:07:30
29730         Log: Quoted-printable is evil.
29731      Branch: perl
29732            ! win32/win32.h
29733 ____________________________________________________________________________
29734 [ 21618] By: nicholas                              on 2003/11/02  18:01:21
29735         Log: Stas spotted a missed s//new_/ for the hash seed renaming games
29736      Branch: perl
29737            ! perl.c
29738 ____________________________________________________________________________
29739 [ 21617] By: rgs                                   on 2003/11/02  17:25:50
29740         Log: Portability nit for MinGW 3.
29741
29742              Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
29743              From: Greg Matheson <lang@ms.chinmin.edu.tw>
29744              Date: Thu, 30 Oct 2003 14:11:58 +0800
29745              Message-ID: <20031030141158.A11772@ms>
29746              (actual patch by Abe Timmerman)
29747      Branch: perl
29748            ! win32/win32.h
29749 ____________________________________________________________________________
29750 [ 21616] By: rgs                                   on 2003/11/02  12:37:54
29751         Log: Subject: DOCPATCH: does STORE need to return anything and if so what?
29752              From: david nicol <whatever@davidnicol.com>
29753              Date: 26 Oct 2003 22:34:04 -0600
29754              Message-Id: <1067229244.1071.51.camel@plaza.davidnicol.com>
29755      Branch: perl
29756            ! pod/perltie.pod
29757 ____________________________________________________________________________
29758 [ 21615] By: rgs                                   on 2003/11/01  20:01:54
29759         Log: Subject: [PATCH] DB_File 1.807
29760              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
29761              Date: Sat, 1 Nov 2003 13:50:12 -0000
29762              Message-ID: <AIEAJICLCBDNAAOLLOKLOENMPAAA.Paul.Marquess@btinternet.com>
29763      Branch: perl
29764            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29765            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
29766            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
29767 ____________________________________________________________________________
29768 [ 21614] By: rgs                                   on 2003/11/01  19:40:28
29769         Log: Subject: Re: [PATCH bleadperl] (was Re: Is this brokenness in $< $( $> & $) ?)
29770              From: Rick Delaney <rick@bort.ca>
29771              Date: Mon, 27 Oct 2003 16:24:16 -0500
29772              Message-ID: <20031027162416.H2233@biff.bort.ca>
29773      Branch: perl
29774            ! pp_hot.c
29775 ____________________________________________________________________________
29776 [ 21611] By: nicholas                              on 2003/11/01  16:32:00
29777         Log: D'oh! t/op/hash.t wasn't in the MANIFEST. Rafael spotted this
29778      Branch: perl
29779            ! MANIFEST
29780 ____________________________________________________________________________
29781 [ 21607] By: nicholas                              on 2003/11/01  15:21:23
29782         Log: mod_perl2 will require access to the Plan C hashing function.
29783      Branch: perl
29784            ! hv.h
29785 ____________________________________________________________________________
29786 [ 21604] By: nicholas                              on 2003/11/01  14:21:38
29787         Log: Add Internals::HvREHASH to expose the rehashing flag
29788              t/op/hash.t tests that pathological data triggers rehashing
29789      Branch: perl
29790            + t/op/hash.t
29791            ! universal.c
29792 ____________________________________________________________________________
29793 [ 21599] By: davem                                 on 2003/11/01  00:09:22
29794         Log: whoops, typo
29795      Branch: perl
29796            ! ext/threads/shared/shared.xs
29797 ____________________________________________________________________________
29798 [ 21598] By: davem                                 on 2003/11/01  00:03:38
29799         Log: seg faults when deleting keys of shared hash refs
29800              Ensure that the shared_sv get magic of the element being deleted
29801              is called. Also, avoid posible memory leaks by wrapping all shared
29802              context sections with ENTER/SAVETMPS
29803      Branch: perl
29804            ! ext/threads/shared/shared.xs
29805 ____________________________________________________________________________
29806 [ 21596] By: rgs                                   on 2003/10/31  20:46:44
29807         Log: Subject: Re: [perl #24367] [PATCH] configure flag -Dextras="HTML::Parser" doesn't seem to do anything
29808              From: Andy Dougherty <doughera@lafayette.edu>
29809              Date: Fri, 31 Oct 2003 15:32:35 -0500 (EST)
29810              Message-ID: <Pine.SOL.4.53.0310311433440.8552@maxwell.phys.lafayette.edu>
29811              (plus POD link fixes)
29812      Branch: perl
29813            ! INSTALL
29814 ____________________________________________________________________________
29815 [ 21595] By: rgs                                   on 2003/10/31  20:35:23
29816         Log: Prevent the installation of makefiles that can be found
29817              under lib/.
29818      Branch: perl
29819            ! installperl
29820 ____________________________________________________________________________
29821 [ 21593] By: rgs                                   on 2003/10/31  20:19:01
29822         Log: Test nit ; goes with change 21591
29823      Branch: perl
29824            ! t/lib/warnings/regcomp
29825 ____________________________________________________________________________
29826 [ 21592] By: rgs                                   on 2003/10/31  20:03:58
29827         Log: Subject: [PATCH] Document PERL_DL_NONLAZY
29828              From: Gisle Aas <gisle@ActiveState.com>
29829              Date: 31 Oct 2003 03:13:03 -0800
29830              Message-ID: <lrn0bhbqyo.fsf@caliper.activestate.com>
29831      Branch: perl
29832            ! pod/perlrun.pod
29833 ____________________________________________________________________________
29834 [ 21591] By: rgs                                   on 2003/10/31  19:54:23
29835         Log: Subject: [PATCH] Off-by-one error in regcomp.c
29836              From: Slaven Rezic <slaven@rezic.de>
29837              Date: Fri, 31 Oct 2003 12:16:11 +0000
29838              Message-Id: <1067602571.12768@devpc01.iconmobile.de>
29839      Branch: perl
29840            ! regcomp.c t/op/regmesg.t
29841 ____________________________________________________________________________
29842 [ 21590] By: rgs                                   on 2003/10/31  19:36:32
29843         Log: Subject: [patch pod/perlfunc.pod] separate two unrelated notes in require
29844              From: Stas Bekman <stas@stason.org>
29845              Date: Wed, 29 Oct 2003 16:47:24 -0800
29846              Message-ID: <3FA05F9C.2080304@stason.org>
29847      Branch: perl
29848            ! pod/perlfunc.pod
29849 ____________________________________________________________________________
29850 [ 21589] By: rgs                                   on 2003/10/31  19:31:48
29851         Log: Subject: [5.8.x segfault + patch] chicken&egg segfault in -Dm -Mthreads
29852              From: Stas Bekman <stas@stason.org>
29853              Date: Wed, 29 Oct 2003 15:15:15 -0800
29854              Message-ID: <3FA04A03.5010603@stason.org>
29855              (enclosed in a #ifdef DEBUGGING)
29856      Branch: perl
29857            ! sv.c
29858 ____________________________________________________________________________
29859 [ 21588] By: rgs                                   on 2003/10/31  19:25:38
29860         Log: Subject: [PATCH] Devel::PPPort and scan_bin
29861              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
29862              Date: Wed, 29 Oct 2003 22:53:43 +0100
29863              Message-ID: <037201c39e67$1faa9940$0c2f1fac@R2D2>
29864      Branch: perl
29865            ! ext/Devel/PPPort/PPPort.pm
29866 ____________________________________________________________________________
29867 [ 21587] By: rgs                                   on 2003/10/31  19:19:00
29868         Log: Subject: [PATCH] change p4d2p to deal with new style diff2 output
29869              From: Jan Dubois <jand@ActiveState.com>
29870              Date: Thu, 30 Oct 2003 18:43:08 -0800
29871              Message-ID: <dpi3qvgf1uke7pj1gcpgmoh622lqcvl6uc@4ax.com>
29872      Branch: perl
29873            ! Porting/p4d2p
29874 ____________________________________________________________________________
29875 [ 21586] By: nicholas                              on 2003/10/31  18:54:26
29876         Log: Comment that this "optimisation" is actually a necessary fixup.
29877              When the split occurs (to make the opti{miser,onal}) this isn't
29878              (Richard Clamp reminded me that I forgot to do this)
29879      Branch: perl
29880            ! op.c
29881 ____________________________________________________________________________
29882 [ 21583] By: nicholas                              on 2003/10/30  22:37:26
29883         Log: Rewrite to correctly use test.pl
29884
29885              Date: Thu, 30 Oct 2003 15:51:03 -0800
29886              From: Michael G Schwern <schwern@pobox.com>
29887              Subject: Re: Fix for the orange lion bug - aka empty sub bug
29888              Message-ID: <20031030235103.GC27017@localhost.comcast.net>
29889      Branch: perl
29890            ! t/op/sub.t
29891 ____________________________________________________________________________
29892 [ 21582] By: nicholas                              on 2003/10/30  22:18:53
29893         Log: Date: Thu, 30 Oct 2003 22:01:35 +0000
29894              Subject: Fix for the orange lion bug - aka empty sub bug
29895              From: Arthur Bergman <sky@nanisky.com>
29896              Message-Id: <A10EEA90-0B24-11D8-93CD-000A95A2734C@nanisky.com>
29897      Branch: perl
29898            + t/op/sub.t
29899            ! MANIFEST op.c
29900 ____________________________________________________________________________
29901 [ 21580] By: nicholas                              on 2003/10/30  19:42:28
29902         Log: 14 is the chain length for attack. From
29903
29904              Message-ID: <20031030204117.16008.qmail@plover.com>
29905              Subject: Re: 5.8.2-RC1 and mp2
29906              Date: Thu, 30 Oct 2003 15:41:17 -0500
29907              From: Mark Jason Dominus <mjd@plover.com>
29908
29909              and
29910
29911              From: Scott A Crosby <scrosby@cs.rice.edu>
29912              Subject: Re: 5.8.2-RC1 and mp2
29913              Date: 30 Oct 2003 14:08:06 -0600
29914              Message-ID: <oydd6cea3q1.fsf@bert.cs.rice.edu>
29915      Branch: perl
29916            ! hv.c
29917 ____________________________________________________________________________
29918 [ 21575] By: rgs                                   on 2003/10/29  06:51:19
29919         Log: Move a fcntl() example in perlfunc at a more proper place,
29920              as suggested by :
29921              Subject: [perl #24334] ioctl/fcntl doc confusion
29922              From: "perl-5.8.0@ton.iguana.be (via RT)" <perlbug-followup@perl.org>
29923              Date: 28 Oct 2003 13:37:49 -0000
29924              Message-ID: <rt-24334-66603.12.4990768314782@rt.perl.org>
29925      Branch: perl
29926            ! pod/perlfunc.pod
29927 ____________________________________________________________________________
29928 [ 21567] By: rgs                                   on 2003/10/28  08:48:06
29929         Log: Upgrade to Time::HiRes 1.52.
29930      Branch: perl
29931            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
29932            ! ext/Time/HiRes/Makefile.PL ext/Time/HiRes/t/HiRes.t
29933 ____________________________________________________________________________
29934 [ 21566] By: rgs                                   on 2003/10/28  08:34:26
29935         Log: Subject: [PATCH lib/overload.t] TODO tests for bug #24313.
29936              From: Abigail <abigail@abigail.nl>
29937              Date: Mon, 27 Oct 2003 13:05:37 +0100
29938              Message-ID: <20031027120536.GA24608@abigail.nl>
29939
29940              Subject: [PATCH bleadperl] [perl #24313] (was Re: [PATCH lib/overload.t] TODO tests for bug #24313.)
29941              From: Rick Delaney <rick@bort.ca>
29942              Date: Mon, 27 Oct 2003 12:17:49 -0500
29943              Message-ID: <20031027121749.E2233@biff.bort.ca>
29944      Branch: perl
29945            ! lib/overload.t toke.c
29946 ____________________________________________________________________________
29947 [ 21565] By: rgs                                   on 2003/10/28  07:42:52
29948         Log: Subject: [PATCH t/comp/proto.t]  Test (5.9.x)
29949              From: Abigail <abigail@abigail.nl>
29950              Date: Mon, 27 Oct 2003 14:50:24 +0100
29951              Message-ID: <20031027135024.GA12666@abigail.nl>
29952      Branch: perl
29953            ! t/comp/proto.t
29954 ____________________________________________________________________________
29955 [ 21564] By: davem                                 on 2003/10/27  22:01:12
29956         Log: Fix more shared threads leaks: add SAVETMPS to the second branch
29957              of sharedsv_scalar_store().
29958      Branch: perl
29959            ! ext/threads/shared/shared.xs
29960 ____________________________________________________________________________
29961 [ 21563] By: rgs                                   on 2003/10/27  19:33:29
29962         Log: Add a new taint error, "%ENV is aliased to %s".
29963              This error is thrown when taint checks are enabled and
29964              when *ENV has been aliased, so that %ENV has no env-magic
29965              anymore. (see bug [perl #24291].)
29966      Branch: perl
29967            ! pod/perldiag.pod t/op/taint.t taint.c
29968 ____________________________________________________________________________
29969 [ 21560] By: nicholas                              on 2003/10/27  18:01:02
29970         Log: Record the escape^Wrelease of 5.9.0
29971      Branch: perl
29972            ! pod/perlhist.pod
29973 ____________________________________________________________________________
29974 [ 21554] By: nicholas                              on 2003/10/27  16:09:37
29975         Log: Subject: Re: DBD::Sybase and Sybase::CTlib build problems w/ 5.8.1, Solaris, gcc
29976              From: Alan Burlison <Alan.Burlison@sun.com>
29977              Date: Tue, 21 Oct 2003 15:00:58 +0100
29978              Message-ID: <3F953C1A.3060800@sun.com>
29979      Branch: perl
29980            ! hints/solaris_2.sh
29981 ____________________________________________________________________________
29982 [ 21550] By: nicholas                              on 2003/10/27  13:45:27
29983         Log: Sync with Unicode::Normalize 0.25
29984      Branch: perl
29985            + ext/Unicode/Normalize/t/fcdc.t ext/Unicode/Normalize/t/form.t
29986            + ext/Unicode/Normalize/t/proto.t
29987            + ext/Unicode/Normalize/t/split.t
29988            ! MANIFEST ext/Unicode/Normalize/Changes
29989            ! ext/Unicode/Normalize/Makefile.PL
29990            ! ext/Unicode/Normalize/Normalize.pm
29991            ! ext/Unicode/Normalize/Normalize.xs
29992            ! ext/Unicode/Normalize/README
29993 ____________________________________________________________________________
29994 [ 21549] By: nicholas                              on 2003/10/27  13:11:48
29995         Log: Sync with Unicode::Collate 0.30
29996      Branch: perl
29997            + lib/Unicode/Collate/t/hangtype.t
29998            + lib/Unicode/Collate/t/normal.t lib/Unicode/Collate/t/trailwt.t
29999            + lib/Unicode/Collate/t/variable.t
30000            + lib/Unicode/Collate/t/version.t
30001            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
30002            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/contract.t
30003            ! lib/Unicode/Collate/t/hangul.t lib/Unicode/Collate/t/index.t
30004            ! lib/Unicode/Collate/t/test.t
30005 ____________________________________________________________________________
30006 [ 21548] By: nicholas                              on 2003/10/27  12:39:39
30007         Log: Sync with Pod::Perldoc 3.12
30008      Branch: perl
30009            ! lib/Pod/Perldoc.pm
30010 ____________________________________________________________________________
30011 [ 21546] By: ams                                   on 2003/10/27  09:00:08
30012         Log: Will the real off by one please stand up?
30013      Branch: perl
30014            ! mg.c
30015 ____________________________________________________________________________
30016 [ 21545] By: hv                                    on 2003/10/27  02:52:16
30017         Log: fixup separators
30018      Branch: perl
30019            ! Changes
30020 ____________________________________________________________________________
30021 [ 21544] By: hv                                    on 2003/10/27  02:51:26
30022         Log: don't complain of podless .pm files that have a separate .pod file
30023      Branch: perl
30024            ! pod/buildtoc
30025 ____________________________________________________________________________
30026 [ 21543] By: hv                                    on 2003/10/27  02:50:04
30027         Log: regen pods and toc
30028      Branch: perl
30029            ! pod/perlmodlib.pod pod/perltoc.pod
30030 ____________________________________________________________________________
30031 [ 21542] By: rgs                                   on 2003/10/26  21:36:17
30032         Log: When %ENV has been turned into a non-magical hash after a
30033              glob assignment, TAINT_ENV() may dump core because it
30034              assumes $ENV{PATH} is magical. Fix this ; add a test to
30035              verify that the PATH is still checked for taintedness.
30036      Branch: perl
30037            ! t/op/taint.t taint.c
30038 ____________________________________________________________________________
30039 [ 21540] By: rgs                                   on 2003/10/26  14:59:53
30040         Log: Fix backward-compatibility issues in if.pm.
30041      Branch: perl
30042            ! lib/if.pm
30043 ____________________________________________________________________________
30044 [ 21539] By: hv                                    on 2003/10/26  12:22:54
30045         Log: Update Changes.
30046      Branch: perl
30047            ! Changes patchlevel.h
30048 ____________________________________________________________________________
30049 [ 21538] By: ams                                   on 2003/10/26  08:08:02
30050         Log: Fix off-by-one in $0 set magic. (From Autrijus.)
30051              The whole PL_origalen thing in perl.c looks very hokey.
30052      Branch: perl
30053            ! mg.c
30054 ____________________________________________________________________________
30055 [ 21536] By: nicholas                              on 2003/10/25  22:33:18
30056         Log: show the rehash flags in dumps
30057      Branch: perl
30058            ! dump.c
30059 ____________________________________________________________________________
30060 [ 21535] By: nicholas                              on 2003/10/25  22:32:40
30061         Log: Return 21533 (with modifications) having found the problem
30062      Branch: perl
30063            ! hv.c hv.h
30064 ____________________________________________________________________________
30065 [ 21534] By: nicholas                              on 2003/10/25  20:46:36
30066         Log: Back out 21533 because it broke Encode's build in really weird ways
30067      Branch: perl
30068            ! hv.c hv.h
30069 ____________________________________________________________________________
30070 [ 21533] By: nicholas                              on 2003/10/25  13:10:21
30071         Log: Plan C rough edge smoothing. Criteria for a hash split is now
30072              the earlier of "more keys than buckets" (the old test) or
30073              linked list too long. Rehash is triggered after a split if the
30074              longest linked list is too long.
30075      Branch: perl
30076            ! hv.c hv.h
30077 ____________________________________________________________________________
30078 [ 21532] By: rgs                                   on 2003/10/25  10:03:18
30079         Log: Subject: Re: [perl #948] $, untieable?
30080              From: Richard Clamp <richardc@unixbeard.net>
30081              Date: Tue, 21 Oct 2003 00:02:49 +0100
30082              Message-ID: <20031020230249.GA31123@mirth.demon.co.uk>
30083
30084              Plus a small fix to t/TEST to recognize the added TODO test
30085              as a TODO test.
30086      Branch: perl
30087            ! t/TEST t/op/tie.t
30088 ____________________________________________________________________________
30089 [ 21528] By: nicholas                              on 2003/10/23  19:21:00
30090         Log: When it says "add", then, like, you have to p4 add it. D'oh!
30091              (missed the new file in "Update I18N::LangTags from 0.28 to 0.29")
30092      Branch: perl
30093            + lib/I18N/LangTags/t/02decency.t
30094 ____________________________________________________________________________
30095 [ 21527] By: davem                                 on 2003/10/23  19:13:20
30096         Log: Fix two threads::shared leaks
30097              #24061 - AV in shared interpreter wasn't set to AvREAL
30098              #24255 - mortals were added to the shared interpreter's tmpstack
30099              and never freed.
30100      Branch: perl
30101            ! ext/threads/shared/shared.xs
30102 ____________________________________________________________________________
30103 [ 21526] By: nicholas                              on 2003/10/23  19:11:24
30104         Log: From: Jan Dubois <jand@ActiveState.com>
30105              Subject: [PATCH] Update Pod::Perldoc from 3.10 to 3.11
30106              Date: Wed, 22 Oct 2003 20:17:07 -0700
30107              Message-ID: <mjhepvgtnifdlgrvp20urtuu058e1jrav2@4ax.com>
30108
30109              From: Jan Dubois <jand@ActiveState.com>
30110              Subject: [PATCH] Update I18N::LangTags from 0.28 to 0.29
30111              Date: Wed, 22 Oct 2003 20:26:56 -0700
30112              Message-ID: <jgiepv0a8fp8ffq3lpc5ujl7j25hoo1rdt@4ax.com>
30113      Branch: perl
30114            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
30115            ! lib/I18N/LangTags/List.pm lib/I18N/LangTags/README
30116            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm pod/perldoc.pod
30117            ! utils/perldoc.PL
30118 ____________________________________________________________________________
30119 [ 21523] By: ams                                   on 2003/10/23  12:53:03
30120         Log: Subject: [PATCH] utime documentation
30121              From: Gisle Aas <gisle@ActiveState.com>
30122              Date: 23 Oct 2003 05:33:43 -0700
30123              Message-Id: <lrekx4jfq0.fsf@caliper.activestate.com>
30124      Branch: perl
30125            ! pod/perlfunc.pod
30126 ____________________________________________________________________________
30127 [ 21522] By: ams                                   on 2003/10/23  08:07:18
30128         Log: Subject: [PATCH]  dup2() not going through PerlLIO abstraction layer
30129              From: Jan Dubois <jand@ActiveState.com>
30130              Date: Wed, 22 Oct 2003 20:33:54 -0700
30131              Message-Id: <vniepv0n5mcrbbutm0qgvori6n6vr6arsh@4ax.com>
30132      Branch: perl
30133            ! doio.c
30134 ____________________________________________________________________________
30135 [ 21520] By: nicholas                              on 2003/10/22  19:50:15
30136         Log: patch created by Casey West from:
30137
30138              Subject: CPAN module problems
30139              From: Edward Moy <emoy@apple.com>
30140              Date: Fri, 10 Oct 2003 17:42:06 -0700
30141              Message-Id: <BD2513C0-FB83-11D7-9065-000A956EFDEE@apple.com>
30142
30143              (change ld value in hints file)
30144      Branch: perl
30145            ! hints/darwin.sh
30146 ____________________________________________________________________________
30147 [ 21516] By: rgs                                   on 2003/10/22  15:06:13
30148         Log: Small email update in AUTHORS.
30149      Branch: perl
30150            ! AUTHORS
30151 ____________________________________________________________________________
30152 [ 21515] By: rgs                                   on 2003/10/22  06:39:29
30153         Log: Add a test.taintwarn makefile target,
30154              to run the whole test suite with the -t switch.
30155      Branch: perl
30156            ! Makefile.SH pod/perlhack.pod t/TEST
30157 ____________________________________________________________________________
30158 [ 21514] By: rgs                                   on 2003/10/21  21:21:56
30159         Log: Subject: [PATCH @20458] embedding perl
30160              From: Radu Greab <rgreab@fx.ro>
30161              Date: Tue, 05 Aug 2003 20:57:15 +0300 (EEST)
30162              Message-Id: <20030805.205715.113441323.radu@yx.primIT.ro>
30163      Branch: perl
30164            ! hv.c intrpvar.h perl.c pod/perlembed.pod pod/perlintern.pod
30165            ! sv.c
30166 ____________________________________________________________________________
30167 [ 21513] By: rgs                                   on 2003/10/21  20:45:12
30168         Log: Fix doc bug #23890, as suggested by Himanshu Garg :
30169              in perltoot, $him->fullname should be $him->fullname->as_string
30170              when passed to printf.
30171      Branch: perl
30172            ! pod/perltoot.pod
30173 ____________________________________________________________________________
30174 [ 21509] By: rgs                                   on 2003/10/21  05:42:50
30175         Log: Two OS/2 portability patches from Ilya.
30176
30177              Subject: [PATCH 5.8.1 @21211] sockets broken on OS/2
30178              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
30179              Date: Thu, 25 Sep 2003 12:09:11 -0700
30180              Message-ID: <20030925190911.GA27028@math.berkeley.edu>
30181
30182              Subject: Re: [PATCH 5.8.1 @21379] tmpfile() broken on OS/2
30183              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
30184              Date: Thu, 25 Sep 2003 19:50:45 -0700
30185              Message-ID: <20030926025045.GA27507@math.berkeley.edu>
30186      Branch: perl
30187            ! doio.c os2/os2ish.h perl.h perlio.c pp_sys.c
30188 ____________________________________________________________________________
30189 [ 21506] By: rgs                                   on 2003/10/20  19:28:27
30190         Log: Subject: [PATCH] add some missing defines to Devel::PPPort
30191              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30192              Date: Mon, 20 Oct 2003 20:14:19 +0200
30193              Message-ID: <03a301c39735$fb7cb220$0c2f1fac@R2D2>
30194      Branch: perl
30195            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
30196 ____________________________________________________________________________
30197 [ 21505] By: rgs                                   on 2003/10/20  19:22:38
30198         Log: Subject: Re: [perl #24225] [5.8.1] segfault in binmode STDOUT, ':stdio'; print 1
30199              From: Slaven Rezic <slaven@rezic.de>
30200              Date: 19 Oct 2003 17:54:59 +0200
30201              Message-ID: <871xt9te7g.fsf@vran.herceg.de>
30202      Branch: perl
30203            ! perlio.c
30204 ____________________________________________________________________________
30205 [ 21503] By: rgs                                   on 2003/10/20  06:04:04
30206         Log: Skip the chflags tests in filetest.t on Darwin.
30207      Branch: perl
30208            ! lib/filetest.t
30209 ____________________________________________________________________________
30210 [ 21474] By: nicholas                              on 2003/10/17  18:44:28
30211         Log: Plan C rough edge smoothing - forgot to turn on the "has key flags"
30212              flag on the hash when rehashing. Can turn off the "rehasing" flag
30213              if the hash is cleared
30214      Branch: perl
30215            ! hv.c
30216 ____________________________________________________________________________
30217 [ 21473] By: rgs                                   on 2003/10/17  08:53:48
30218         Log: -u is deprecated.
30219              Subject: Re: why PERL5LIB is ignored when -T is in effect
30220              From: Slaven Rezic <slaven@rezic.de>
30221              Date: Fri, 17 Oct 2003 10:02:31 +0000
30222              Message-Id: <1066384951.4964@devpc01.iconmobile.de>
30223      Branch: perl
30224            ! perl.c
30225 ____________________________________________________________________________
30226 [ 21472] By: rgs                                   on 2003/10/17  07:29:10
30227         Log: The compilation of PerlIO::via may hang on AIX when
30228              compiling with vac at -O3 optimization level. Disable
30229              optimization for this module.
30230      Branch: perl
30231            + ext/PerlIO/via/hints/aix.pl
30232            ! MANIFEST
30233 ____________________________________________________________________________
30234 [ 21471] By: nicholas                              on 2003/10/16  21:10:27
30235         Log: Plan C for foiling the algorithmic complexity attack
30236              (based on Chip's plan A (binary compatibility with 5.8.0 and 5.8.1),
30237              Chip's plan B (do something new inside the hv functions)
30238              and introspective sort)
30239              Provides infrastructure for hashes to change their hash function
30240              if necessary, and code in hsplit to detect pathalogical data and
30241              instigate a random rehashing.
30242              Needs refinement. Let's see how much smoke it creates.
30243      Branch: perl
30244            ! embedvar.h hv.c hv.h intrpvar.h perl.c perlapi.h sv.c sv.h
30245            ! util.c
30246 ____________________________________________________________________________
30247 [ 21470] By: davem                                 on 2003/10/16  20:03:44
30248         Log: Ensure PL_comppad/curpad point to PL_main_cv's padlist when
30249              PL_main_root is freed; this may not have been be the case if a
30250              thread other than the main one is the last to be destroyed
30251      Branch: perl
30252            ! ext/threads/t/thread.t pad.h perl.c
30253 ____________________________________________________________________________
30254 [ 21469] By: nicholas                              on 2003/10/16  19:31:19
30255         Log: Duplicate 19423 (pathological hashes too easy) into share_hek_flags
30256              (as suggested by Jan Dubois)
30257      Branch: perl
30258            ! hv.c
30259 ____________________________________________________________________________
30260 [ 21468] By: ams                                   on 2003/10/16  19:00:14
30261         Log: Subject: Re: assert.h breaks perl.h
30262              From: Alexey Tourbin <at@altlinux.ru>
30263              Date: Thu, 16 Oct 2003 22:24:35 +0400
30264              Message-Id: <20031016182434.GH1724@julia.office.altlinux.ru>
30265      Branch: perl
30266            ! sv.h
30267 ____________________________________________________________________________
30268 [ 21467] By: ams                                   on 2003/10/16  18:57:57
30269         Log: Subject: [PATCH] Tie::Hash documentation
30270              From: Slaven Rezic <slaven@rezic.de>
30271              Date: Thu, 16 Oct 2003 17:57:35 +0000
30272              Message-Id: <1066327055.1428@devpc01.iconmobile.de>
30273      Branch: perl
30274            ! lib/Tie/Hash.pm
30275 ____________________________________________________________________________
30276 [ 21466] By: rgs                                   on 2003/10/16  08:52:50
30277         Log: Further tweak on change #21464.
30278      Branch: perl
30279            ! perl.c
30280 ____________________________________________________________________________
30281 [ 21464] By: ams                                   on 2003/10/16  08:42:50
30282         Log: Subject: perl -h tweak [PATCH]
30283              From: Gisle Aas <gisle@ActiveState.com>
30284              Date: 16 Oct 2003 02:49:39 -0700
30285              Message-Id: <lrn0c11pho.fsf@caliper.activestate.com>
30286      Branch: perl
30287            ! perl.c
30288 ____________________________________________________________________________
30289 [ 21456] By: rgs                                   on 2003/10/15  19:19:05
30290         Log: Perlfaq1 : take notice that 5.8.1 is now released.
30291      Branch: perl
30292            ! pod/perlfaq1.pod
30293 ____________________________________________________________________________
30294 [ 21454] By: rgs                                   on 2003/10/15  19:06:05
30295         Log: PerlFAQ sync. (only actual changes)
30296      Branch: perl
30297            ! pod/perlfaq4.pod
30298 ____________________________________________________________________________
30299 [ 21453] By: rgs                                   on 2003/10/15  19:02:35
30300         Log: Typos.
30301      Branch: perl
30302            ! hints/aix.sh
30303 ____________________________________________________________________________
30304 [ 21452] By: rgs                                   on 2003/10/15  11:12:31
30305         Log: Fix bug [perl #24212] : improper error recovery in the
30306              tokenizer after an unknown filetest operator.
30307      Branch: perl
30308            ! t/comp/parser.t toke.c
30309 ____________________________________________________________________________
30310 [ 21451] By: rgs                                   on 2003/10/15  09:19:02
30311         Log: Update MIME::Base64 and Digest::MD5 from the CPAN version.
30312      Branch: perl
30313            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30314            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
30315            ! ext/Digest/MD5/t/files.t ext/Digest/MD5/t/utf8.t
30316            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30317            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30318            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/unicode.t
30319 ____________________________________________________________________________
30320 [ 21450] By: rgs                                   on 2003/10/15  06:47:11
30321         Log: Add support for Linux abstract unix domain sockets to Socket.pm.
30322              Based on a idea by Alex Hudson. (Basically those are unix domain
30323              sockets whose name has a '\0' as first character.)
30324      Branch: perl
30325            ! ext/Socket/Socket.xs ext/Socket/t/Socket.t
30326 ____________________________________________________________________________
30327 [ 21449] By: ams                                   on 2003/10/15  06:32:44
30328         Log: Subject: [PATCH] SIGN => 1 support for MakeMaker
30329              From: Autrijus Tang <autrijus@autrijus.org>
30330              Date: Tue, 14 Oct 2003 18:32:28 +0800
30331              Message-Id: <1066127547.65845.35.camel@localhost>
30332      Branch: perl
30333            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
30334            ! lib/ExtUtils/MakeMaker.pm
30335 ____________________________________________________________________________
30336 [ 21448] By: ams                                   on 2003/10/15  05:56:12
30337         Log: Rewrite #21447.
30338      Branch: perl
30339            ! pod/perliol.pod
30340 ____________________________________________________________________________
30341 [ 21447] By: ams                                   on 2003/10/15  05:36:48
30342         Log: Subject: [patch pod/perliol.pod]
30343              From: Stas Bekman <stas@stason.org>
30344              Date: Tue, 14 Oct 2003 18:05:29 -0700
30345              Message-Id: <3F8C9D59.3040403@stason.org>
30346      Branch: perl
30347            ! pod/perliol.pod
30348 ____________________________________________________________________________
30349 [ 21446] By: nicholas                              on 2003/10/14  18:45:39
30350         Log: Duplicate 19423 (pathological hashes too easy) into hv_store_ent
30351              (the routine used by perl level HV operations)
30352      Branch: perl
30353            ! hv.c
30354 ____________________________________________________________________________
30355 [ 21445] By: rgs                                   on 2003/10/13  21:03:05
30356         Log: Subject: [PATCH ext/Devel/PPPort/PPPort.pm] Changes #20819 and #20996 break compatibility with perl 5.6.0
30357              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30358              Date: Tue, 30 Sep 2003 19:23:34 +0200
30359              Message-ID: <021e01c38777$93ea4e10$0c2f1fac@R2D2>
30360      Branch: perl
30361            ! ext/Devel/PPPort/PPPort.pm
30362 ____________________________________________________________________________
30363 [ 21442] By: ams                                   on 2003/10/13  08:41:17
30364         Log: Subject: [perl #24189] Incorrect comment in perldoc strict
30365              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
30366              Date: 12 Oct 2003 09:01:25 -0000
30367              Message-Id: <rt-24189-65954.9.50514379869631@rt.perl.org>
30368      Branch: perl
30369            ! lib/strict.pm
30370 ____________________________________________________________________________
30371 [ 21441] By: rgs                                   on 2003/10/13  08:02:21
30372         Log: Subject: [PATCH] Internals::hash_seed() returns wrong value
30373              From: Jan Dubois <jand@ActiveState.com>
30374              Date: Sun, 12 Oct 2003 22:09:39 -0700
30375              Message-ID: <07ckovck8mp5e8tthmtbbcrpi2tj6q9eak@4ax.com>
30376      Branch: perl
30377            ! universal.c
30378 ____________________________________________________________________________
30379 [ 21440] By: rgs                                   on 2003/10/12  19:58:05
30380         Log: Subject: [perl #24122] setreuid and friends borked on darwin/osx
30381              From: "pxm@nubz.org (via RT)" <perlbug-followup@perl.org>
30382              Date: 5 Oct 2003 20:55:56 -0000
30383              Message-ID: <rt-24122-65678.14.2411168523081@rt.perl.org>
30384      Branch: perl
30385            ! mg.c
30386 ____________________________________________________________________________
30387 [ 21439] By: rgs                                   on 2003/10/12  16:28:06
30388         Log: Subject: [PATCH] Tie::Hash documentation
30389              From: Slaven Rezic <slaven@rezic.de>
30390              Date: Sun, 12 Oct 2003 18:55:54 +0200 (CEST)
30391              Message-Id: <200310121655.h9CGtsrY003613@vran.herceg.de>
30392      Branch: perl
30393            ! lib/Tie/Hash.pm
30394 ____________________________________________________________________________
30395 [ 21438] By: rgs                                   on 2003/10/12  15:48:13
30396         Log: Subject: Re: [perl #24122] setreuid and friends borked on darwin/osx
30397              From: Slaven Rezic <slaven@rezic.de>
30398              Date: 07 Oct 2003 00:04:34 +0200
30399              Message-ID: <87ekxq6n0t.fsf@vran.herceg.de>
30400      Branch: perl
30401            ! hints/darwin.sh
30402 ____________________________________________________________________________
30403 [ 21437] By: rgs                                   on 2003/10/12  15:25:17
30404         Log: Minor nit in perlrun, spotted by Art Haas.
30405      Branch: perl
30406            ! pod/perlrun.pod
30407 ____________________________________________________________________________
30408 [ 21436] By: ams                                   on 2003/10/10  19:05:55
30409         Log: Subject: [PATCH] threads::async + some cleanup
30410              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30411              Date: Fri, 10 Oct 2003 16:37:55 +0200
30412              Message-Id: <p05111b07bbac713a0aaf@[192.168.56.2]>
30413      Branch: perl
30414            ! ext/threads/threads.pm
30415 ____________________________________________________________________________
30416 [ 21435] By: ams                                   on 2003/10/10  19:02:34
30417         Log: Make everyone stop posting to p5p about 0e0.
30418      Branch: perl
30419            ! pod/perlsyn.pod
30420 ____________________________________________________________________________
30421 [ 21433] By: nicholas                              on 2003/10/09  20:57:26
30422         Log: Put all pre-processor #s on the first column (some compilers are picky)
30423              [perl #24167] `#' comment signs not at the very beginning of a line
30424      Branch: perl
30425            ! cop.h dosish.h ext/SDBM_File/sdbm/sdbm.h iperlsys.h op.c
30426            ! perl.h regcomp.c
30427 ____________________________________________________________________________
30428 [ 21432] By: rgs                                   on 2003/10/09  11:09:24
30429         Log: Suppress the test file t/op/nothr5005.t and integrate its tests into
30430              t/op/args.t, now that 5005threads have been removed. Port t/op/args.t
30431              to t/test.pl.
30432      Branch: perl
30433            - t/op/nothr5005.t
30434            ! MANIFEST t/op/args.t
30435 ____________________________________________________________________________
30436 [ 21431] By: rgs                                   on 2003/10/09  11:06:15
30437         Log: Document the behaviour of filetest operators regarding parentheses.
30438              This fixes bug #24127 (by documenting it as a feature.)
30439      Branch: perl
30440            ! pod/perlop.pod
30441 ____________________________________________________________________________
30442 [ 21430] By: ams                                   on 2003/10/09  07:55:34
30443         Log: Subject: [PATCH 5.8.1 CORE] Internal fixes to source-code coordinate
30444              calculations in regcomp.c
30445              From: Eric Promislow <ericp@ActiveState.com>
30446              Date: Wed, 8 Oct 2003 17:42:42 -0700
30447              Message-Id: <20031008174242.A17544@ActiveState.com>
30448      Branch: perl
30449            ! regcomp.c
30450 ____________________________________________________________________________
30451 [ 21429] By: ams                                   on 2003/10/09  07:43:56
30452         Log: Patch based on:
30453
30454              Subject: [perl #24157] -MModule=} is broken
30455              From: "Lukas Mai" (via RT) <perlbug-followup@perl.org>
30456              Date: 7 Oct 2003 21:47:43 -0000
30457              Message-Id: <rt-24157-65809.10.9980909617566@rt.perl.org>
30458
30459              (Includes a fix for a similar problem in -A, but not -d.)
30460      Branch: perl
30461            ! perl.c
30462 ____________________________________________________________________________
30463 [ 21428] By: ams                                   on 2003/10/09  02:32:07
30464         Log: Subject: [PATCH] Devel::PPPort is missing an aTHX when calling
30465              grok_numeric_radix()
30466              From: Jan Dubois <jand@ActiveState.com>
30467              Date: Wed, 08 Oct 2003 20:37:42 -0700
30468              Message-Id: <8kl9ov0932qo08o24uafuc9v77clrgnoe4@4ax.com>
30469      Branch: perl
30470            ! ext/Devel/PPPort/PPPort.pm
30471 ____________________________________________________________________________
30472 [ 21427] By: ams                                   on 2003/10/09  01:36:18
30473         Log: Subject: Re: require patch breaks locale
30474              From: Rick Delaney <rick@bort.ca>
30475              Date: Wed, 8 Oct 2003 22:41:55 -0400
30476              Message-Id: <20031008224155.A14638@biff.bort.ca>
30477      Branch: perl
30478            ! t/comp/require.t
30479 ____________________________________________________________________________
30480 [ 21426] By: ams                                   on 2003/10/09  01:26:57
30481         Log: Subject: Re: Simple @INC hook core dump [PATCH]
30482              From: Gisle Aas <gisle@ActiveState.com>
30483              Date: 08 Oct 2003 13:35:28 -0700
30484              Message-Id: <lrr81ncvsf.fsf@caliper.activestate.com>
30485      Branch: perl
30486            ! t/op/inccode.t
30487 ____________________________________________________________________________
30488 [ 21425] By: rgs                                   on 2003/10/08  11:34:17
30489         Log: Fix bug #24108: Goto +foo broken
30490              the fix having been suggested by xmath via Juerd.
30491      Branch: perl
30492            ! op.c t/op/goto.t
30493 ____________________________________________________________________________
30494 [ 21424] By: rgs                                   on 2003/10/08  11:16:58
30495         Log: Subject: Re: Simple @INC hook core dump [PATCH]
30496              From: Gisle Aas <gisle@ActiveState.com>
30497              Date: 08 Oct 2003 04:47:33 -0700
30498              Message-ID: <lrllrweysq.fsf_-_@caliper.activestate.com>
30499      Branch: perl
30500            ! pp_ctl.c
30501 ____________________________________________________________________________
30502 [ 21423] By: ams                                   on 2003/10/08  10:09:41
30503         Log: Subject: [PATCH pod/perlrun.pod] Layout & POD nit.
30504              From: Abigail <abigail@abigail.nl>
30505              Date: Wed, 8 Oct 2003 03:50:49 -0700
30506              Message-Id: <20031008105049.GA15770@ucan.foad.org>
30507      Branch: perl
30508            ! pod/perlrun.pod
30509 ____________________________________________________________________________
30510 [ 21422] By: ams                                   on 2003/10/08  06:13:07
30511         Log: "Are implicit undefs true?" asks Gisle.
30512      Branch: perl
30513            ! pod/perlsyn.pod
30514 ____________________________________________________________________________
30515 [ 21421] By: ams                                   on 2003/10/08  03:20:00
30516         Log: Subject: Re: [PATCH] perlop.pod Revamp - revision 4
30517              From: schwern@pobox.com
30518              Date: Tue, 7 Oct 2003 20:39:36 -0700
30519              Message-Id: <20031007203936.X4301@ttul.org>
30520
30521              (Originally from Shlomi Fish. Applied with tweaks.)
30522      Branch: perl
30523            ! pod/perlop.pod
30524 ____________________________________________________________________________
30525 [ 21420] By: ams                                   on 2003/10/07  19:51:35
30526         Log: Minor tweaks to pod/perlsyn.pod (as suggested by Yves Orton),
30527              sv.c (Tim Bunce), t/op/pow.t (John P. Linderman).
30528      Branch: perl
30529            ! pod/perlsyn.pod sv.c t/op/pow.t
30530 ____________________________________________________________________________
30531 [ 21419] By: ams                                   on 2003/10/07  04:03:34
30532         Log: Why should -3**$x be more precisely determined than 3**$x?
30533      Branch: perl
30534            ! t/op/pow.t
30535 ____________________________________________________________________________
30536 [ 21418] By: ams                                   on 2003/10/07  03:59:38
30537         Log: Subject: [PATCH] Fixing UNIVERSAL.pm's bit of unpleasantness
30538              From: schwern@pobox.com
30539              Date: Mon, 6 Oct 2003 13:14:36 -0700
30540              Message-Id: <20031006131436.G20960@ttul.org>
30541      Branch: perl
30542            ! lib/UNIVERSAL.pm t/op/universal.t
30543 ____________________________________________________________________________
30544 [ 21417] By: ams                                   on 2003/10/07  03:55:18
30545         Log: Update perlfunc/require to describe NXDOMAIN caching... er, you
30546              know what I mean.
30547      Branch: perl
30548            ! pod/perlfunc.pod
30549 ____________________________________________________________________________
30550 [ 21416] By: ams                                   on 2003/10/07  03:37:01
30551         Log: Subject: [patch sv.c] improve "...free unref scalar" warning
30552              From: Stas Bekman <stas@stason.org>
30553              Date: Mon, 06 Oct 2003 21:19:53 -0700
30554              Message-Id: <3F823EE9.4030103@stason.org>
30555      Branch: perl
30556            ! sv.c
30557 ____________________________________________________________________________
30558 [ 21415] By: ams                                   on 2003/10/06  17:30:31
30559         Log: Subject: [PATCH bleadperl] (was Re: require() does not behave aas documented)
30560              From: Rick Delaney <rick@bort.ca>
30561              Date: Tue, 23 Sep 2003 12:14:52 -0400
30562              Message-ID: <20030923121452.G18845@biff.bort.ca>
30563      Branch: perl
30564            ! pp_ctl.c t/comp/require.t
30565 ____________________________________________________________________________
30566 [ 21414] By: rgs                                   on 2003/10/06  15:23:01
30567         Log: Subject: Re: [PATCH lib/warnings.t]  Adding TODO functionality to lib/warnings.
30568              From: Abigail <abigail@abigail.nl>
30569              Date: Wed, 1 Oct 2003 14:19:43 +0200
30570              Message-ID: <20031001121943.GA29419@abigail.nl>
30571      Branch: perl
30572            ! lib/warnings.t
30573 ____________________________________________________________________________
30574 [ 21413] By: rgs                                   on 2003/10/06  15:05:32
30575         Log: Fixes in the modules maintainers list.
30576      Branch: perl
30577            ! Porting/Maintainers.pl
30578 ____________________________________________________________________________
30579 [ 21412] By: rgs                                   on 2003/10/06  15:02:42
30580         Log: Fix broken link in perltodo.pod.
30581      Branch: perl
30582            ! pod/perltodo.pod
30583 ____________________________________________________________________________
30584 [ 21411] By: rgs                                   on 2003/10/06  12:11:10
30585         Log: Typos in perldiag.
30586      Branch: perl
30587            ! pod/perldiag.pod
30588 ____________________________________________________________________________
30589 [ 21410] By: rgs                                   on 2003/10/06  11:55:52
30590         Log: Subject: Re: [doc-PATCH] for unpack_str() and question
30591              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
30592              Date: Mon, 6 Oct 2003 08:45:29 +0200
30593              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F180C1@ATTMSX4>
30594      Branch: perl
30595            ! pod/perlapi.pod pp_pack.c
30596 ____________________________________________________________________________
30597 [ 21409] By: rgs                                   on 2003/10/06  11:49:55
30598         Log: Subject: [PATCH pod/perlfunc.pod]  ref can return false on references
30599              From: Abigail <abigail@abigail.nl>
30600              Date: Mon, 6 Oct 2003 05:55:21 -0700
30601              Message-ID: <20031006125521.GA26446@ucan.foad.org>
30602      Branch: perl
30603            ! pod/perlfunc.pod
30604 ____________________________________________________________________________
30605 [ 21408] By: rgs                                   on 2003/10/06  11:46:14
30606         Log: Add a new option --check to Porting/Maintainers,
30607              to check for files who are listed for several maintainers.
30608      Branch: perl
30609            ! Porting/Maintainers.pm
30610 ____________________________________________________________________________
30611 [ 21407] By: rgs                                   on 2003/10/06  11:44:33
30612         Log: Subject: [PATCH]Re: The META.yml file in bleadperl
30613              From: Fergal Daly <fergal@esatclear.ie>
30614              Date: Mon, 6 Oct 2003 00:25:29 +0100
30615              Message-Id: <200310060025.29122.fergal@esatclear.ie>
30616
30617              Plus regeneration of META.yml
30618      Branch: perl
30619            ! META.yml Porting/makemeta
30620 ____________________________________________________________________________
30621 [ 21406] By: ams                                   on 2003/10/06  04:22:11
30622         Log: Subject: Re: [perl #24076] "<> err EXPR" and warnings.
30623              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
30624              Date: Sun, 5 Oct 2003 21:27:54 +0200
30625              Message-Id: <20031005212754.5ef54472.rgarciasuarez@free.fr>
30626              (Applied with tweaks to op.c and a comment.)
30627      Branch: perl
30628            ! op.c t/lib/warnings/op
30629 ____________________________________________________________________________
30630 [ 21405] By: ams                                   on 2003/10/06  03:56:54
30631         Log: Subject: Re: [PATCH] perlsyn.pod Revision - Resend
30632              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
30633              Date: Fri, 3 Oct 2003 12:34:46 +0200 (IST)
30634              Message-Id: <Pine.LNX.4.56.0310031233580.28640@vipe.technion.ac.il>
30635              (Applied with minor tweaks.)
30636      Branch: perl
30637            ! pod/perlsyn.pod
30638 ____________________________________________________________________________
30639 [ 21404] By: ams                                   on 2003/10/06  03:32:50
30640         Log: Subject: [perl #24120] Tie::Hash documentation has broken code
30641              From: "Benjamin J. Tilly" (via RT) <perlbug-followup@perl.org>
30642              Date: 5 Oct 2003 18:40:36 -0000
30643              Message-Id: <rt-24120-65664.15.9776865968429@rt.perl.org>
30644              (Applied without $VERSION update.)
30645      Branch: perl
30646            ! lib/Tie/Hash.pm
30647 ____________________________________________________________________________
30648 [ 21403] By: ams                                   on 2003/10/06  03:26:39
30649         Log: Subject: Re: [PATCH] [perl #24113] mistake in perlretut
30650              From: Robert Spier <rspier@pobox.com>
30651              Date: Sun, 05 Oct 2003 21:34:30 -0700
30652              Message-Id: <m3vfr39e7d.wl_rspier@pobox.com>
30653      Branch: perl
30654            ! pod/perlretut.pod
30655 ____________________________________________________________________________
30656 [ 21402] By: ams                                   on 2003/10/05  03:08:53
30657         Log: Subject: [PATCH] pp_sys.c: pp_waitpid and EINTR
30658              From: Steve Grazzini <grazz@pobox.com>
30659              Date: Sat, 4 Oct 2003 18:15:23 -0400
30660              Message-Id: <20031004221523.GA29324@grazzini.net>
30661      Branch: perl
30662            ! pp_sys.c
30663 ____________________________________________________________________________
30664 [ 21401] By: ams                                   on 2003/10/02  17:25:34
30665         Log: Subject: Re: 5.8.1 and srand
30666              From: Slaven Rezic <slaven@rezic.de>
30667              Date: Thu, 2 Oct 2003 15:51:11 +0000
30668              Message-Id: <1065109871.3115@devpc01.iconmobile.de>
30669      Branch: perl
30670            ! t/op/fork.t
30671 ____________________________________________________________________________
30672 [ 21400] By: hv                                    on 2003/10/02  09:34:36
30673         Log: minor cleanup for Changes
30674      Branch: perl
30675            ! Changes
30676 ____________________________________________________________________________
30677 [ 21399] By: hv                                    on 2003/10/02  09:18:27
30678         Log: Update changes
30679      Branch: perl
30680            ! Changes patchlevel.h
30681 ____________________________________________________________________________
30682 [ 21398] By: hv                                    on 2003/10/02  09:15:42
30683         Log: build perlapi.pod in deterministic order even when functions differ
30684              only in case; regen perlapi.pod
30685      Branch: perl
30686            ! autodoc.pl pod/perlapi.pod
30687 ____________________________________________________________________________
30688 [ 21397] By: ams                                   on 2003/10/02  07:48:51
30689         Log: Subject: Re: 5.8.1 and srand
30690              From: Brendan O'Dea <bod@debian.org>
30691              Date: Thu, 2 Oct 2003 10:30:36 +1000
30692              Message-Id: <20031002003036.GA9198@londo.c47.org>
30693      Branch: perl
30694            ! util.c
30695 ____________________________________________________________________________
30696 [ 21396] By: ams                                   on 2003/10/01  22:18:13
30697         Log: Update Changes.
30698      Branch: perl
30699            ! Changes patchlevel.h
30700 ____________________________________________________________________________
30701 [ 21394] By: ams                                   on 2003/10/01  20:28:20
30702         Log: Subject: misapplied patch 19452
30703              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30704              Date: Tue, 30 Sep 2003 06:01:50 -0700
30705              Message-Id: <20030930130150.GA1436@efn.org>
30706      Branch: perl
30707            ! pp_hot.c
30708 ____________________________________________________________________________
30709 [ 21392] By: rgs                                   on 2003/09/30  20:22:02
30710         Log: Revamp the section on local() in perlsub.
30711              - avoid using the word "declare" in conjunction with local()
30712              - less archaelogical references
30713              - more about localization of lvalues
30714              - removes examples of localization of tied hashes that don't work
30715              - give titles to subsections
30716              - explain localization of magic values
30717              - explain localization of globs
30718              - fix link to perldelta
30719      Branch: perl
30720            ! pod/perlsub.pod
30721 ____________________________________________________________________________
30722 [ 21391] By: rgs                                   on 2003/09/30  12:47:13
30723         Log: Useless "local $_" in a perlfaq3 example
30724      Branch: perl
30725            ! pod/perlfaq3.pod
30726 ____________________________________________________________________________
30727 [ 21390] By: rgs                                   on 2003/09/30  11:29:17
30728         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
30729              From: grommel@sears.com
30730              Date: Mon, 29 Sep 2003 14:45:16 -0500
30731              Message-ID: <OF9B00605E.3CC90F32-ON86256DB0.006B13F0-86256DB0.006C8E85@LocalDomain>
30732      Branch: perl
30733            ! hints/svr4.sh t/op/pack.t
30734 ____________________________________________________________________________
30735 [ 21389] By: rgs                                   on 2003/09/30  11:06:53
30736         Log: Add a TODO test for bug #23790, by Abigail
30737      Branch: perl
30738            ! t/op/sub_lval.t
30739 ____________________________________________________________________________
30740 [ 21388] By: rgs                                   on 2003/09/30  10:52:50
30741         Log: Subject: [PATCH] Re: [perl #24071] Typo in description of binmode
30742              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30743              Date: Tue, 30 Sep 2003 04:53:02 -0700
30744              Message-ID: <20030930115302.GA3200@efn.org>
30745      Branch: perl
30746            ! pod/perlfunc.pod
30747 ____________________________________________________________________________
30748 [ 21387] By: rgs                                   on 2003/09/29  12:47:37
30749         Log: Subject: [PATCH] perl-5.8.1 hints/powerux.sh, ext/Sys/Syslog/t/syslog.t
30750              From: Tom Horsley <Tom.Horsley@ccur.com>
30751              Date: Mon, 29 Sep 2003 13:00:09 GMT
30752              Message-Id: <200309291300.NAA23856@amber2.ccur.com>
30753      Branch: perl
30754            ! ext/Sys/Syslog/t/syslog.t hints/powerux.sh
30755 ____________________________________________________________________________
30756 [ 21386] By: rgs                                   on 2003/09/29  11:14:27
30757         Log: Subject: [PATCH 5.8.1] Fix broken splitpod program
30758              From: Steve Hay <steve.hay@uk.radan.com>
30759              Date: Mon, 29 Sep 2003 11:50:23 +0100
30760              Message-ID: <3F780E6F.3020704@uk.radan.com>
30761      Branch: perl
30762            ! pod/splitpod
30763 ____________________________________________________________________________
30764 [ 21385] By: rgs                                   on 2003/09/29  11:09:32
30765         Log: Subject: [PATCH 5.8.1] pod/perlrun.pod: no space after -i allowed
30766              From: Brendan O'Dea <bod@debian.org>
30767              Date: Sun, 28 Sep 2003 23:23:34 +1000
30768              Message-ID: <20030928132334.GA29499@londo.c47.org>
30769      Branch: perl
30770            ! pod/perlrun.pod
30771 ____________________________________________________________________________
30772 [ 21384] By: rgs                                   on 2003/09/26  20:39:19
30773         Log: Nit to the maintainers list by SADAHIRO Tomoyuki
30774      Branch: perl
30775            ! Porting/Maintainers.pl
30776 ____________________________________________________________________________
30777 [ 21383] By: jhi                                   on 2003/09/26  04:41:17
30778         Log: Missing +x bits.
30779      Branch: perl
30780            ! Porting/makerel
30781 ____________________________________________________________________________
30782 [ 21382] By: rgs                                   on 2003/09/25  19:40:50
30783         Log: Update the perldelta for 5.9.0.
30784      Branch: perl
30785            ! pod/perldelta.pod
30786 ____________________________________________________________________________
30787 [ 21381] By: rgs                                   on 2003/09/25  19:02:12
30788         Log: Add the perl581delta manpage.
30789              Regenerate the table of contents.
30790      Branch: perl
30791            + pod/perl581delta.pod
30792            ! MANIFEST pod.lst pod/perl.pod pod/perlhist.pod pod/perltoc.pod
30793            ! vms/descrip_mms.template win32/pod.mak
30794 ____________________________________________________________________________
30795 [ 21380] By: rgs                                   on 2003/09/25  18:36:45
30796         Log: Update perlhist.pod
30797      Branch: perl
30798            ! pod/perlhist.pod
30799 ____________________________________________________________________________
30800 [ 21372] By: gbarr                                 on 2003/09/25  07:35:24
30801         Log: Sync with libnet 1.17
30802      Branch: perl
30803            ! lib/Net/ChangeLog.libnet lib/Net/Domain.pm lib/Net/FTP.pm
30804 ____________________________________________________________________________
30805 [ 21371] By: gbarr                                 on 2003/09/25  06:57:35
30806         Log: Update to Scalar-List-Utils 1.13
30807      Branch: perl
30808            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
30809            ! ext/List/Util/lib/List/Util.pm
30810            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/sum.t
30811 ____________________________________________________________________________
30812 [ 21370] By: jhi                                   on 2003/09/25  06:45:42
30813         Log: CPAN sites update.
30814      Branch: perl
30815            ! pod/perlmodlib.PL
30816 ____________________________________________________________________________
30817 [ 21369] By: jhi                                   on 2003/09/25  05:22:48
30818         Log: Subject: Re: 5.8.1 and gcc-3.2.3 (& Win98)
30819              From: Greg Matheson <lang@ms.chinmin.edu.tw>
30820              Date: Wed, 24 Sep 2003 22:51:09 +0800
30821              Message-ID: <20030924225109.A17126@ms>
30822
30823              (Win98 + MinGW, a missing Win95.pm hunk)
30824      Branch: perl
30825            ! lib/ExtUtils/MM_Win95.pm
30826 ____________________________________________________________________________
30827 [ 21365] By: jhi                                   on 2003/09/25  04:44:05
30828         Log: AUTHORS tweak.
30829      Branch: perl
30830            ! AUTHORS
30831 ____________________________________________________________________________
30832 [ 21361] By: jhi                                   on 2003/09/24  17:40:42
30833         Log: Even though undefing SPACE and FORMAT should be safe,
30834              at this point I'm choosing to be paranoid and using
30835              #ifdef __Lynx__.
30836      Branch: perl
30837            ! perl.h
30838 ____________________________________________________________________________
30839 [ 21360] By: jhi                                   on 2003/09/24  17:30:07
30840         Log: Subject: [perl #24032] Perl 5.8.1-RC5 build problems on LynxOS
30841              From: Olli Savia (via RT) <perlbug-followup@perl.org>
30842              Date: 24 Sep 2003 15:42:41 -0000
30843              Message-ID: <rt-24032-65280.10.6144413163834@rt.perl.org>
30844      Branch: perl
30845            ! mg.c perl.h perlio.c pp_sys.c
30846 ____________________________________________________________________________
30847 [ 21356] By: jhi                                   on 2003/09/24  08:27:52
30848         Log: Subject: [DOCPATCH] attributes.pm
30849              From: Elizabeth Mattijsen <liz@dijkmat.nl>
30850              Date: Wed, 24 Sep 2003 11:00:42 +0200
30851              Message-Id: <p05111b02bb970d5eec89@[192.168.56.4]>
30852
30853              (reformatted a bit)
30854      Branch: perl
30855            ! lib/attributes.pm
30856 ____________________________________________________________________________
30857 [ 21354] By: jhi                                   on 2003/09/24  07:25:48
30858         Log: A fix from Graham for
30859              [perl #24012] Weird conversion issue with List::Util::sum on Linux/AMD 850MHz
30860              (seemingly a NV casting issue)
30861      Branch: perl
30862            ! ext/List/Util/Util.xs
30863 ____________________________________________________________________________
30864 [ 21353] By: jhi                                   on 2003/09/24  05:05:39
30865         Log: Someone actually reads the Makefile.PL messages, it seems.
30866              (from Jonathan Leffler)
30867      Branch: perl
30868            ! ext/Time/HiRes/Makefile.PL
30869 ____________________________________________________________________________
30870 [ 21351] By: jhi                                   on 2003/09/24  04:54:33
30871         Log: perliol tweaks.
30872      Branch: perl
30873            ! pod/perliol.pod
30874 ____________________________________________________________________________
30875 [ 21349] By: rgs                                   on 2003/09/23  22:09:57
30876         Log: The FAQ answer about POD comments was incorrect. [perl #23893]
30877              (plus a few typos.)
30878      Branch: perl
30879            ! pod/perlfaq7.pod pod/perlpodspec.pod
30880 ____________________________________________________________________________
30881 [ 21348] By: rgs                                   on 2003/09/23  21:56:50
30882         Log: Subject: [PATCH] perlvar
30883              From: Juerd <juerd@convolution.nl>
30884              Date: Sun, 21 Sep 2003 21:40:54 +0200
30885              Message-ID: <20030921194054.GD14702@c3.convolution.nl>
30886      Branch: perl
30887            ! pod/perlvar.pod
30888 ____________________________________________________________________________
30889 [ 21344] By: jhi                                   on 2003/09/23  19:33:45
30890         Log: Subject: Re: NCR MP-RAS perl problems [perl #23791]
30891              From: grommel@sears.com
30892              Date: Tue, 23 Sep 2003 13:40:33 -0500
30893              Message-ID: <OF17BD5036.3CA48F9B-ON86256DAA.00483620-86256DAA.0066A1AA@LocalDomain>
30894      Branch: perl
30895            ! hints/svr4.sh t/op/stat.t
30896 ____________________________________________________________________________
30897 [ 21343] By: jhi                                   on 2003/09/23  19:26:06
30898         Log: Subject: [PATCH] Re: OK: 5.8.1 RC5 on SuSE 8.2 32bit AMD (gcc 3.3 prerelease)
30899              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
30900              Date: Tue, 23 Sep 2003 09:13:55 -0700
30901              Message-ID: <20030923161354.GA2432@efn.org>
30902      Branch: perl
30903            ! INSTALL
30904 ____________________________________________________________________________
30905 [ 21342] By: rgs                                   on 2003/09/23  19:12:58
30906         Log: Minor nit in a debug message of the tokenizer.
30907      Branch: perl
30908            ! toke.c
30909 ____________________________________________________________________________
30910 [ 21340] By: jhi                                   on 2003/09/23  12:33:53
30911         Log: Let's call it 2.34, already (from Johan).
30912      Branch: perl
30913            ! lib/Getopt/Long.pm
30914 ____________________________________________________________________________
30915 [ 21339] By: jhi                                   on 2003/09/23  12:31:08
30916         Log: Subject: Re: [PATCH] RC5 and Intel's ICC
30917              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30918              Date: Tue, 23 Sep 2003 15:04:35 +0200
30919              Message-ID: <00d101c381d3$3d761fe0$0c2f1fac@R2D2>
30920
30921              (add -we147 to ccflags if cc = ICC so that prototype
30922              detection works right)
30923      Branch: perl
30924            ! hints/linux.sh
30925 ____________________________________________________________________________
30926 [ 21338] By: jhi                                   on 2003/09/23  12:02:28
30927         Log: Bump the Encode version to 1.9801 since we are no more identical
30928              to the CPAN version.
30929      Branch: perl
30930            ! ext/Encode/Encode.pm
30931 ____________________________________________________________________________
30932 [ 21332] By: jhi                                   on 2003/09/23  09:17:32
30933         Log: ucmlintage.
30934      Branch: perl
30935            ! ext/Encode/ucm/gsm0338.ucm
30936 ____________________________________________________________________________
30937 [ 21331] By: jhi                                   on 2003/09/23  09:11:23
30938         Log: GSM 03.38 mapping in Encoding::Byte is incorrect
30939
30940              Fix as much as possible - the specification is still
30941              a bit unclear.
30942      Branch: perl
30943            + ext/Encode/t/gsm0338.t
30944            ! MANIFEST ext/Encode/MANIFEST
30945            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/ucm/gsm0338.ucm
30946 ____________________________________________________________________________
30947 [ 21329] By: jhi                                   on 2003/09/23  06:10:28
30948         Log: Subject: [PATCH] Re: B::Deparse fails in pure_string()
30949              From: Stephen McCamant <smcc@MIT.EDU>
30950              Date: Mon, 22 Sep 2003 20:53:57 -0700
30951              Message-ID: <16239.50133.367465.947398@famine.OCF.Berkeley.EDU>
30952      Branch: perl
30953            ! ext/B/B/Deparse.pm
30954 ____________________________________________________________________________
30955 [ 21327] By: jhi                                   on 2003/09/23  04:51:15
30956         Log: Subject: [PATCH] RC5 and Intel's ICC
30957              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30958              Date: Mon, 22 Sep 2003 22:52:40 +0200
30959              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
30960
30961              (the missing void return type)
30962      Branch: perl
30963            ! ext/threads/shared/shared.xs
30964 ____________________________________________________________________________
30965 [ 21326] By: jhi                                   on 2003/09/23  04:46:48
30966         Log: Subject: [PATCH] RC5 and Intel's ICC
30967              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
30968              Date: Mon, 22 Sep 2003 22:52:40 +0200
30969              Message-ID: <00a101c3814b$76a8cc50$0c2f1fac@R2D2>
30970
30971              (the attribute part)
30972      Branch: perl
30973            ! ext/Devel/PPPort/PPPort.pm perl.h
30974 ____________________________________________________________________________
30975 [ 21325] By: jhi                                   on 2003/09/23  04:43:29
30976         Log: Stray CRs noticed by Jan Dubois.
30977      Branch: perl
30978            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/t/MM_Win32.t
30979 ____________________________________________________________________________
30980 [ 21324] By: jhi                                   on 2003/09/23  04:40:19
30981         Log: The RCs have been missing CRs from certain files because
30982              not all shells can handle multiline arguments right.
30983      Branch: perl
30984            ! Porting/makerel
30985 ____________________________________________________________________________
30986 [ 21323] By: rgs                                   on 2003/09/22  20:31:19
30987         Log: When localising a magic value, propagæte the readonly flag
30988              only if this scalar has \0 magic or has magic without a
30989              'set' method. (follows change #20479 for bug #23141.)
30990      Branch: perl
30991            ! scope.c t/op/local.t
30992 ____________________________________________________________________________
30993 [ 21319] By: jhi                                   on 2003/09/22  18:16:40
30994         Log: An error message need not be a novel.
30995      Branch: perl
30996            ! pod/perldiag.pod pp_hot.c
30997 ____________________________________________________________________________
30998 [ 21318] By: jhi                                   on 2003/09/22  17:45:23
30999         Log: Upgrade to Math::BigInt 1.66.
31000      Branch: perl
31001            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
31002            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbi.t
31003            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
31004            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbi.t
31005            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
31006 ____________________________________________________________________________
31007 [ 21311] By: jhi                                   on 2003/09/22  08:49:24
31008         Log: Some more perlio doc tweaks based on NI-S.
31009      Branch: perl
31010            ! pod/perliol.pod
31011 ____________________________________________________________________________
31012 [ 21305] By: jhi                                   on 2003/09/22  05:59:54
31013         Log: Upgrade to Time::HiRes 1.51.
31014      Branch: perl
31015            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
31016 ____________________________________________________________________________
31017 [ 21303] By: jhi                                   on 2003/09/22  04:37:21
31018         Log: Upgrade to Getopt::Long 2.33_03.
31019      Branch: perl
31020            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
31021 ____________________________________________________________________________
31022 [ 21302] By: jhi                                   on 2003/09/22  04:28:57
31023         Log: CPAN.pm 1.76_01 from Andreas.
31024      Branch: perl
31025            ! lib/CPAN.pm
31026 ____________________________________________________________________________
31027 [ 21299] By: jhi                                   on 2003/09/21  09:23:17
31028         Log: Regen toc.
31029      Branch: perl
31030            ! pod/perltoc.pod
31031 ____________________________________________________________________________
31032 [ 21298] By: jhi                                   on 2003/09/21  09:22:57
31033         Log: Handle also the curliffy files when tocing.
31034      Branch: perl
31035            ! pod/buildtoc
31036 ____________________________________________________________________________
31037 [ 21297] By: jhi                                   on 2003/09/21  08:50:22
31038         Log: Macrofy the compile/runtime test.
31039      Branch: perl
31040            ! cop.h gv.c perl.h pp_ctl.c regcomp.c sv.c utf8.c
31041 ____________________________________________________________________________
31042 [ 21296] By: jhi                                   on 2003/09/21  08:47:32
31043         Log: Tweak the section name to agree with the change #21295.
31044      Branch: perl
31045            ! lib/PerlIO.pm
31046 ____________________________________________________________________________
31047 [ 21295] By: jhi                                   on 2003/09/21  08:44:52
31048         Log: One obvious place to look for PerlIO implementations.
31049      Branch: perl
31050            ! pod/perliol.pod
31051 ____________________________________________________________________________
31052 [ 21294] By: jhi                                   on 2003/09/21  08:15:52
31053         Log: Subject: [PATCH #2] Re: [perl #23576] valgrind errors for /(?{})/ in t/op/pat.t
31054              From: Dave Mitchell <davem@fdgroup.com>
31055              Date: Fri, 19 Sep 2003 19:35:44 +0100
31056              Message-ID: <20030919183544.GA14563@fdgroup.com>
31057      Branch: perl
31058            ! pp_ctl.c
31059 ____________________________________________________________________________
31060 [ 21293] By: jhi                                   on 2003/09/21  08:13:58
31061         Log: More PerlIO documentation.
31062      Branch: perl
31063            ! lib/PerlIO.pm pod/perliol.pod
31064 ____________________________________________________________________________
31065 [ 21292] By: jhi                                   on 2003/09/20  18:44:07
31066         Log: Retract #21273, #21264, and #21263 as requested by Schwern.
31067              (The real bug was mp2 being too "friendly" with MM innards.)
31068      Branch: perl
31069            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31070            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
31071 ____________________________________________________________________________
31072 [ 21291] By: jhi                                   on 2003/09/20  18:37:33
31073         Log: In FreeBSD allow one to try using Perl's malloc with threads.
31074      Branch: perl
31075            ! hints/freebsd.sh
31076 ____________________________________________________________________________
31077 [ 21290] By: rgs                                   on 2003/09/20  10:05:38
31078         Log: Missing perlfaq chunk.
31079      Branch: perl
31080            ! pod/perlfaq4.pod
31081 ____________________________________________________________________________
31082 [ 21289] By: rgs                                   on 2003/09/20  10:00:12
31083         Log: FAQ sync.
31084      Branch: perl
31085            ! pod/perlfaq4.pod
31086 ____________________________________________________________________________
31087 [ 21288] By: jhi                                   on 2003/09/19  14:49:20
31088         Log: Subject: typo fixo
31089              From: Vadim Konovalov <konovalo@mail.wplus.net>
31090              Date: Fri, 19 Sep 2003 06:32:08 +0400
31091              Message-ID: <4538131828.20030919063208@mail.wplus.net>
31092      Branch: perl
31093            ! pod/perlunicode.pod
31094 ____________________________________________________________________________
31095 [ 21286] By: jhi                                   on 2003/09/19  04:48:52
31096         Log: Subject: [PATCH 5.8.1 @21211] getsysinfo() broken on OS/2
31097              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31098              Date: Thu, 18 Sep 2003 19:01:06 -0700
31099              Message-ID: <20030919020106.GA22511@math.berkeley.edu>
31100      Branch: perl
31101            ! os2/os2.c
31102 ____________________________________________________________________________
31103 [ 21285] By: jhi                                   on 2003/09/19  04:46:39
31104         Log: Tests for change #21284.
31105      Branch: perl
31106            ! lib/dumpvar.t
31107 ____________________________________________________________________________
31108 [ 21284] By: jhi                                   on 2003/09/19  04:46:12
31109         Log: Subject: [PATCH 5.8.1 @21211] dumpvar.pl broken
31110              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31111              Date: Thu, 18 Sep 2003 18:58:59 -0700
31112              Message-ID: <20030919015858.GA22503@math.berkeley.edu>
31113      Branch: perl
31114            ! lib/dumpvar.pl
31115 ____________________________________________________________________________
31116 [ 21283] By: rgs                                   on 2003/09/18  21:29:23
31117         Log: Perlfaq nits from Iain Truskett.
31118              (from the perlfaq-workers list)
31119      Branch: perl
31120            ! pod/perlfaq2.pod pod/perlfaq4.pod pod/perlfaq8.pod
31121 ____________________________________________________________________________
31122 [ 21282] By: rgs                                   on 2003/09/18  21:10:26
31123         Log: Integrate a change from the perlfaq CVS.
31124              I consider the bleadperl version being more up-to-date as of now.
31125      Branch: perl
31126            ! pod/perlfaq3.pod
31127 ____________________________________________________________________________
31128 [ 21277] By: jhi                                   on 2003/09/18  19:23:22
31129         Log: Subject: [PATCH 5.8.1 @21211] -M -A -C broken
31130              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31131              Date: Thu, 18 Sep 2003 11:02:02 -0700
31132              Message-ID: <20030918180202.GA21949@math.berkeley.edu>
31133
31134              (use stat.t instead of time.t)
31135      Branch: perl
31136            ! os2/os2ish.h pp_sys.c t/op/stat.t
31137 ____________________________________________________________________________
31138 [ 21276] By: jhi                                   on 2003/09/18  19:15:07
31139         Log: Subject: Re: [perl #19582] [PATCH bleedperl] bad overload copy constructor segfaults
31140              From: Rick Delaney <rick.delaney@rogers.com>
31141              Date: Wed, 1 Jan 2003 22:54:59 -0500
31142              Message-ID: <20030101225459.A2320@cs839290-a.mtth.phub.net.cable.rogers.com>
31143
31144              (Pity the first patch fell through the cracks back then.
31145              Not that forbidding non-object copy constructors is the right
31146              thing to do but the bug could use fixing.)
31147      Branch: perl
31148            ! lib/overload.t pp.h
31149 ____________________________________________________________________________
31150 [ 21274] By: jhi                                   on 2003/09/18  10:59:58
31151         Log: Subject: [PATCH] small fix for Devel::PPPort
31152              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
31153              Date: Thu, 18 Sep 2003 10:14:58 +0200
31154              Message-id: <20030918081458.GA2653@ethan>
31155      Branch: perl
31156            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
31157 ____________________________________________________________________________
31158 [ 21273] By: jhi                                   on 2003/09/18  10:57:41
31159         Log: ld has many guises.
31160      Branch: perl
31161            ! lib/ExtUtils/t/MM_Unix.t
31162 ____________________________________________________________________________
31163 [ 21271] By: jhi                                   on 2003/09/18  08:05:28
31164         Log: Missed OS/2 patch hunk.
31165      Branch: perl
31166            ! os2/os2.c
31167 ____________________________________________________________________________
31168 [ 21270] By: jhi                                   on 2003/09/18  05:00:23
31169         Log: Subject: Patch for VMS::Filespec
31170              From: Ken Williams <ken@mathforum.org>
31171              Date: Wed, 17 Sep 2003 20:11:46 -0500
31172              Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org>
31173      Branch: perl
31174            ! vms/ext/Filespec.pm
31175 ____________________________________________________________________________
31176 [ 21268] By: jhi                                   on 2003/09/18  04:58:05
31177         Log: Subject: 5.8.1 warnings when long double == double
31178              From: Andy Dougherty <doughera@lafayette.edu>
31179              Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT)
31180              Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu>
31181              (the changed message)
31182      Branch: perl
31183            ! Configure
31184 ____________________________________________________________________________
31185 [ 21267] By: jhi                                   on 2003/09/18  04:54:16
31186         Log: Patch from Enache Adrian for the new tricks of gcc 3.4
31187              for "is this symbol defined" scanning of Configure.
31188      Branch: perl
31189            ! Configure
31190 ____________________________________________________________________________
31191 [ 21266] By: jhi                                   on 2003/09/18  04:29:55
31192         Log: Make it possible to override the mistrustnm hint in Solaris.
31193      Branch: perl
31194            ! hints/solaris_2.sh
31195 ____________________________________________________________________________
31196 [ 21264] By: jhi                                   on 2003/09/17  21:01:36
31197         Log: A potential fix for non-empty LD in Unix.
31198      Branch: perl
31199            ! lib/ExtUtils/t/MM_Unix.t
31200 ____________________________________________________________________________
31201 [ 21263] By: jhi                                   on 2003/09/17  14:09:50
31202         Log: Subject: RE: MM in maint@21251 breaks mp2
31203              From: "Orton, Yves" <yves.orton@de.mci.com>
31204              Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2>
31205              Date: Wed, 17 Sep 2003 15:47:35 +0100
31206      Branch: perl
31207            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
31208            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_Win32.t
31209 ____________________________________________________________________________
31210 [ 21261] By: jhi                                   on 2003/09/17  09:33:39
31211         Log: The AIX C product potentially consists of several packages,
31212              the main package being (hopefully) the first one.
31213      Branch: perl
31214            ! hints/aix.sh
31215 ____________________________________________________________________________
31216 [ 21260] By: jhi                                   on 2003/09/17  07:52:03
31217         Log: Fix Solaris ccversion not having the cc version.
31218      Branch: perl
31219            ! hints/solaris_2.sh
31220 ____________________________________________________________________________
31221 [ 21259] By: jhi                                   on 2003/09/17  06:02:19
31222         Log: Subject: [PATCH 5.8.1 @21211] OS/2 APIs again
31223              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31224              Date: Tue, 16 Sep 2003 23:49:42 -0700
31225              Message-ID: <20030917064941.GA20444@math.berkeley.edu>
31226      Branch: perl
31227            ! os2/os2ish.h
31228 ____________________________________________________________________________
31229 [ 21258] By: jhi                                   on 2003/09/17  06:00:48
31230         Log: Subject: [PATCH 5.8.1 @21211] os2_process.t
31231              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31232              Date: Tue, 16 Sep 2003 23:21:48 -0700
31233              Message-ID: <20030917062147.GA20400@math.berkeley.edu>
31234      Branch: perl
31235            ! os2/OS2/Process/t/os2_process.t
31236 ____________________________________________________________________________
31237 [ 21257] By: jhi                                   on 2003/09/17  03:53:46
31238         Log: Subject: [PATCH 5.8.1 @21211] magic.t
31239              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31240              Date: Tue, 16 Sep 2003 19:17:57 -0700
31241              Message-ID: <20030917021757.GA20261@math.berkeley.edu>
31242      Branch: perl
31243            ! t/op/magic.t
31244 ____________________________________________________________________________
31245 [ 21253] By: jhi                                   on 2003/09/16  19:48:08
31246         Log: Subject: [DOC PATCH] Re: [perl #23779] $? and negative exit codes
31247              From: Dave Mitchell <davem@fdgroup.com>
31248              Date: Tue, 16 Sep 2003 21:56:20 +0100
31249              Message-ID: <20030916205620.GB1246@fdgroup.com>
31250      Branch: perl
31251            ! pod/perlfunc.pod
31252 ____________________________________________________________________________
31253 [ 21249] By: jhi                                   on 2003/09/16  19:10:58
31254         Log: More suggested patches for NCR MP-RAS from Andy Dougherty.
31255      Branch: perl
31256            + ext/Time/HiRes/hints/svr4.pl
31257            ! MANIFEST ext/Sys/Syslog/t/syslog.t t/op/pack.t
31258 ____________________________________________________________________________
31259 [ 21247] By: jhi                                   on 2003/09/16  18:57:34
31260         Log: Subject: Re: [perl #23791] Many errors in build under NCR MP-RAS
31261              From: Andy Dougherty <doughera@lafayette.edu>
31262              Date: Tue, 16 Sep 2003 13:47:55 -0400 (EDT)
31263              Message-ID: <Pine.SOL.4.53.0309161345020.13081@maxwell.phys.lafayette.edu>
31264      Branch: perl
31265            ! ext/POSIX/hints/svr4.pl hints/svr4.sh
31266 ____________________________________________________________________________
31267 [ 21245] By: jhi                                   on 2003/09/16  18:47:52
31268         Log: Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
31269              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
31270              Date: Wed, 4 Jun 2003 00:45:23 -0700
31271              Message-ID: <20030604074523.GA7148@math.berkeley.edu>
31272      Branch: perl
31273            ! lib/Getopt/Std.pm
31274 ____________________________________________________________________________
31275 [ 21243] By: jhi                                   on 2003/09/16  12:18:03
31276         Log: Give a concrete example of the still existing Unicode slowness.
31277      Branch: perl
31278            ! pod/perlunicode.pod
31279 ____________________________________________________________________________
31280 [ 21241] By: jhi                                   on 2003/09/16  06:38:45
31281         Log: Make the VERSION of File::Spec be 0.86, otherwise File::Temp's
31282              use File::Spec 0.8 is unhappy.
31283      Branch: perl
31284            ! lib/File/Spec.pm
31285 ____________________________________________________________________________
31286 [ 21240] By: jhi                                   on 2003/09/16  06:34:35
31287         Log: The test is not needed, says Schwern.
31288      Branch: perl
31289            - lib/base/t/fields-560.t
31290            ! MANIFEST
31291 ____________________________________________________________________________
31292 [ 21239] By: jhi                                   on 2003/09/16  05:04:09
31293         Log: Upgrade to File::Spec 0.85_03.
31294      Branch: perl
31295            + lib/File/Spec/t/crossplatform.t
31296            ! MANIFEST lib/File/Spec.pm lib/File/Spec/Mac.pm
31297            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
31298            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
31299            ! lib/File/Spec/t/Spec.t
31300 ____________________________________________________________________________
31301 [ 21238] By: jhi                                   on 2003/09/16  04:57:08
31302         Log: Upgrade to MakeMaker 6.17.
31303      Branch: perl
31304            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
31305            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
31306            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
31307            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
31308            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
31309            ! lib/ExtUtils/README lib/ExtUtils/t/MM_Win32.t
31310            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
31311            ! t/lib/MakeMaker/Test/Utils.pm
31312 ____________________________________________________________________________
31313 [ 21235] By: jhi                                   on 2003/09/16  04:35:34
31314         Log: Upgrade to base 2.03.
31315              (Rename the fields-5.6.0.t to have less d.o.t.s.)
31316      Branch: perl
31317            + lib/base/t/base.t lib/base/t/fields-560.t
31318            + lib/base/t/fields-base.t lib/base/t/fields.t
31319            - lib/fields-base.t lib/fields.t
31320            ! MANIFEST lib/base.pm lib/fields.pm
31321 ____________________________________________________________________________
31322 [ 21234] By: jhi                                   on 2003/09/15  19:17:03
31323         Log: Subject: Re: perl@21233 looks ok on VMS 7.3-1
31324              From: PPrymmer@factset.com
31325              Date: Mon, 15 Sep 2003 15:28:52 -0400
31326              Message-ID: <OF6F1E6CF4.9206F415-ON85256DA2.006A58F1-85256DA2.006B0330@factset.com>
31327      Branch: perl
31328            ! lib/Memoize/t/tie_sdbm.t
31329 ____________________________________________________________________________
31330 [ 21230] By: jhi                                   on 2003/09/14  17:46:52
31331         Log: Check the context of for/grep/map.
31332      Branch: perl
31333            ! t/op/grep.t
31334 ____________________________________________________________________________
31335 [ 21228] By: jhi                                   on 2003/09/14  13:40:23
31336         Log: For-non-perlio places we need STDOUT back.
31337      Branch: perl
31338            ! t/io/dup.t
31339 ____________________________________________________________________________
31340 [ 21227] By: jhi                                   on 2003/09/14  09:44:49
31341         Log: Also IRIX wants setlogsock('stream').
31342      Branch: perl
31343            ! ext/Sys/Syslog/Syslog.pm ext/Sys/Syslog/t/syslog.t
31344 ____________________________________________________________________________
31345 [ 21224] By: jhi                                   on 2003/09/14  07:44:26
31346         Log: More portable reading.
31347      Branch: perl
31348            ! t/io/dup.t
31349 ____________________________________________________________________________
31350 [ 21222] By: jhi                                   on 2003/09/14  07:35:28
31351         Log: More dup testing.
31352      Branch: perl
31353            ! t/io/dup.t
31354 ____________________________________________________________________________
31355 [ 21220] By: jhi                                   on 2003/09/14  06:54:05
31356         Log: Use $Config{_exe}.
31357      Branch: perl
31358            ! t/run/switches.t
31359 ____________________________________________________________________________
31360 [ 21219] By: jhi                                   on 2003/09/14  06:46:26
31361         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
31362              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31363              Date: Sat, 13 Sep 2003 20:20:30 -0700
31364              Message-ID: <20030914032030.GA17822@math.berkeley.edu>
31365      Branch: perl
31366            ! os2/os2.c t/run/switches.t
31367 ____________________________________________________________________________
31368 [ 21218] By: jhi                                   on 2003/09/14  06:45:13
31369         Log: Subject: Re: [PATCH 5.8.1 @20218] OS/2 API
31370              From: Michael G Schwern <schwern@pobox.com>
31371              Date: Thu, 11 Sep 2003 15:07:10 -0700
31372              Message-ID: <20030911220710.GO18786@windhund.schwern.org>
31373
31374              (in OS/2 if a file has been chmod 0400'ed, it cannot be deleted)
31375      Branch: perl
31376            ! lib/ExtUtils/t/Manifest.t
31377 ____________________________________________________________________________
31378 [ 21217] By: jhi                                   on 2003/09/14  06:42:12
31379         Log: Subject: [PATCH] PerlIO_tmpfile clean-up for VMS
31380              From: "Craig A. Berry" <craigberry@mac.com>
31381              Date: Sun, 14 Sep 2003 00:23:56 -0500
31382              Message-ID: <3F63FB6C.5040502@mac.com>
31383      Branch: perl
31384            ! perlio.c
31385 ____________________________________________________________________________
31386 [ 21214] By: jhi                                   on 2003/09/13  18:33:41
31387         Log: parse_version doesn't always succeed.
31388      Branch: perl
31389            ! Porting/cmpVERSION.pl
31390 ____________________________________________________________________________
31391 [ 21213] By: jhi                                   on 2003/09/13  18:31:41
31392         Log: pod changes, so change $VERSION.
31393      Branch: perl
31394            ! lib/Fatal.pm
31395 ____________________________________________________________________________
31396 [ 21210] By: jhi                                   on 2003/09/13  15:24:38
31397         Log: Subject: Re: unicode regex problem
31398              From: hv@crypt.org
31399              Date: Sat, 13 Sep 2003 15:21:34 +0100
31400              Message-Id: <200309131421.h8DELYx25894@zen.crypt.org>
31401      Branch: perl
31402            ! regcomp.c t/op/pat.t
31403 ____________________________________________________________________________
31404 [ 21209] By: jhi                                   on 2003/09/13  15:22:38
31405         Log: More PerlIO warnings changes.
31406      Branch: perl
31407            ! ext/PerlIO/t/fail.t t/lib/warnings/perlio
31408 ____________________________________________________________________________
31409 [ 21208] By: jhi                                   on 2003/09/13  11:15:40
31410         Log: The "perlio: " prefix looks a little odd
31411              in the few warning/error messages, since
31412              no other 'subsystems' have prefixes.
31413      Branch: perl
31414            ! perlio.c pod/perldiag.pod t/io/open.t
31415 ____________________________________________________________________________
31416 [ 21207] By: jhi                                   on 2003/09/13  10:37:30
31417         Log: Layer names were recognized by their prefixes
31418              (e.g. open(F, ":u", "file") worked...)
31419      Branch: perl
31420            ! perlio.c t/io/open.t
31421 ____________________________________________________________________________
31422 [ 21206] By: jhi                                   on 2003/09/13  10:10:46
31423         Log: Apparently at some point doing 3-arg open with
31424              illegal mode like ">>>" had stopped croaking.
31425      Branch: perl
31426            ! doio.c t/io/open.t
31427 ____________________________________________________________________________
31428 [ 21205] By: jhi                                   on 2003/09/13  08:42:10
31429         Log: Minuscule code cleanup.
31430      Branch: perl
31431            ! doio.c
31432 ____________________________________________________________________________
31433 [ 21204] By: jhi                                   on 2003/09/13  06:47:23
31434         Log: Subject: [perl #23788] int of a fraction errors
31435              From: "Boyd, Brooks D" (via RT) <perlbug-followup@perl.org>
31436              Date: 11 Sep 2003 22:38:19 -0000
31437              Message-ID: <rt-23788-64511.8.7546744242259@rt.perl.org>
31438
31439              Add a separate faq entry for int().  (Yes, a bit redundant
31440              with the existing "why are my numbers broken" entry.)
31441      Branch: perl
31442            ! pod/perlfaq4.pod
31443 ____________________________________________________________________________
31444 [ 21203] By: jhi                                   on 2003/09/13  06:34:03
31445         Log: Subject: Unknown discipline ':utf8' w/ maint perl w/o perlio
31446              From: Stas Bekman <stas@stason.org>
31447              Date: Fri, 12 Sep 2003 13:44:11 -0700
31448              Message-ID: <3F62301B.3080604@stason.org>
31449
31450              s/discipline/IO layer/, instead of "unknown" say "unavailable",
31451              and have the fuller explanation in perldiag.
31452      Branch: perl
31453            ! doio.c pod/perldiag.pod
31454 ____________________________________________________________________________
31455 [ 21202] By: jhi                                   on 2003/09/13  06:07:27
31456         Log: Make the new glob tests pass (well, skip) even with miniperl.
31457      Branch: perl
31458            ! t/run/fresh_perl.t
31459 ____________________________________________________________________________
31460 [ 21201] By: rgs                                   on 2003/09/12  21:41:04
31461         Log: Stringify the $VERSION of DynaLoader so it's never dependent
31462              on localized float-to-string conversions.
31463      Branch: perl
31464            ! ext/DynaLoader/DynaLoader_pm.PL
31465 ____________________________________________________________________________
31466 [ 21198] By: jhi                                   on 2003/09/12  17:59:25
31467         Log: It's UTF-8, not UTF8.  (Note: not s/UTF-8/UTF8/,
31468              since that would break a lot of code.)  Also few
31469              stray UTF16s, UTF32s, and "encoded in Unicode".
31470      Branch: perl
31471            ! doop.c hv.h pod/perl570delta.pod pod/perl58delta.pod
31472            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
31473            ! pod/perlhack.pod pod/perlpodspec.pod pod/perltoc.pod
31474            ! pod/perltodo.pod pod/perlunicode.pod pod/perluniintro.pod
31475            ! pp_hot.c pp_sys.c sv.c sv.h utf8.c utf8.h utfebcdic.h
31476 ____________________________________________________________________________
31477 [ 21197] By: jhi                                   on 2003/09/12  17:24:17
31478         Log: The buildtoc now has options.
31479      Branch: perl
31480            ! pod/Makefile.SH
31481 ____________________________________________________________________________
31482 [ 21196] By: jhi                                   on 2003/09/12  14:33:16
31483         Log: Some more tweaks on open ...&=.
31484      Branch: perl
31485            ! pod/perlfunc.pod
31486 ____________________________________________________________________________
31487 [ 21194] By: jhi                                   on 2003/09/12  11:36:14
31488         Log: Slightly more documentation for open ...&=.
31489      Branch: perl
31490            ! pod/perlfunc.pod
31491 ____________________________________________________________________________
31492 [ 21193] By: jhi                                   on 2003/09/12  03:21:53
31493         Log: Document the new strict strict in strict.
31494      Branch: perl
31495            ! lib/strict.pm
31496 ____________________________________________________________________________
31497 [ 21191] By: jhi                                   on 2003/09/12  03:03:17
31498         Log: More comments for the FreeBSD threads hints.
31499      Branch: perl
31500            ! hints/freebsd.sh
31501 ____________________________________________________________________________
31502 [ 21188] By: jhi                                   on 2003/09/11  20:23:55
31503         Log: More refactoring of the FreeBSD threads hints.
31504              Basically, for fresh enough 5.x the -pthread is dropped,
31505              otherwise keep it, and no known FreeBSD release has
31506              a functional gethostbyaddr_r.
31507      Branch: perl
31508            ! hints/freebsd.sh
31509 ____________________________________________________________________________
31510 [ 21187] By: jhi                                   on 2003/09/11  20:12:00
31511         Log: Subject: [PATCH 5.8.1 @20218] OS/2 API
31512              From: Ilya Zakharevich <nospam-abuse@ilyaz.org>
31513              Date: Thu, 11 Sep 2003 09:15:04 -0700
31514              Message-ID: <20030911161504.GA16113@math.berkeley.edu>
31515      Branch: perl
31516            ! os2/OS2/Process/MANIFEST os2/OS2/Process/Process.pm
31517            ! os2/OS2/Process/Process.xs
31518 ____________________________________________________________________________
31519 [ 21186] By: jhi                                   on 2003/09/11  20:10:32
31520         Log: Subject: [PATCH maint@21148] Security: suidperl path disclosure revisited
31521              From: "Brendan O'Dea" <bod@debian.org>
31522              Date: Fri, 12 Sep 2003 00:12:51 +1000
31523              Message-ID: <20030911141251.GA26907@londo.c47.org>
31524      Branch: perl
31525            ! perl.c
31526 ____________________________________________________________________________
31527 [ 21181] By: jhi                                   on 2003/09/11  08:25:13
31528         Log: The change of not needing -pthread in FreeBSD 5.x
31529              is very recent (Sep 3) (from Anton Berezin).
31530      Branch: perl
31531            ! hints/freebsd.sh
31532 ____________________________________________________________________________
31533 [ 21179] By: jhi                                   on 2003/09/11  06:13:12
31534         Log: Upgrade to Pod::Perldoc 3.10.
31535              (Yes, the doughera address change is wrong, but hardly worth 3.11.)
31536      Branch: perl
31537            ! lib/Pod/Perldoc.pm
31538 ____________________________________________________________________________
31539 [ 21176] By: jhi                                   on 2003/09/11  05:22:27
31540         Log: Upgrade to base 2.02.
31541      Branch: perl
31542            + lib/fields-base.t
31543            ! MANIFEST lib/base.pm lib/fields.t
31544 ____________________________________________________________________________
31545 [ 21174] By: jhi                                   on 2003/09/11  04:45:56
31546         Log: Replace #21158 with a better patch from Hugo
31547              (for [perl #23769]).
31548      Branch: perl
31549            ! regcomp.c regexec.c t/op/pat.t
31550 ____________________________________________________________________________
31551 [ 21173] By: jhi                                   on 2003/09/11  03:08:04
31552         Log: Subject: [PATCH][TESTS] dumpvar.pl
31553              From: Joe McMahon <mcmahon@metalab.unc.edu>
31554              Date: Thu, 11 Sep 2003 00:10:29 -0400 (EDT)
31555              Message-ID: <Pine.LNX.4.44.0309102337150.2043-300000@tribal.metalab.unc.edu>
31556      Branch: perl
31557            ! lib/dumpvar.pl lib/dumpvar.t
31558 ____________________________________________________________________________
31559 [ 21172] By: jhi                                   on 2003/09/11  03:03:52
31560         Log: Enache still wants -pthread gone for FreeBSD 5.x
31561              since it doesn't work with the latest -current.
31562      Branch: perl
31563            ! hints/freebsd.sh
31564 ____________________________________________________________________________
31565 [ 21171] By: jhi                                   on 2003/09/11  02:58:29
31566         Log: Subject: [patch] more fullpath TAGS patches (emacs/cperl-mode.el + emacs/ptags)
31567              From: Stas Bekman <stas@stason.org>
31568              Date: Thu, 28 Aug 2003 16:10:48 -0700
31569              Message-ID: <3F4E8BF8.1090800@stason.org>
31570      Branch: perl
31571            ! emacs/cperl-mode.el emacs/ptags
31572 ____________________________________________________________________________
31573 [ 21170] By: jhi                                   on 2003/09/11  02:56:50
31574         Log: Retract #21149, sez Schwern.
31575      Branch: perl
31576            ! lib/Test/More.pm
31577 ____________________________________________________________________________
31578 [ 21169] By: jhi                                   on 2003/09/11  02:55:49
31579         Log: Retract #21168 based on advice from Anton Berezin (added).
31580      Branch: perl
31581            ! hints/freebsd.sh
31582 ____________________________________________________________________________
31583 [ 21168] By: rgs                                   on 2003/09/10  21:43:40
31584         Log: Subject: nit to hints/freebsd.sh
31585              From: Enache Adrian <enache@rdslink.ro>
31586              Date: Wed, 10 Sep 2003 19:50:59 +0300
31587              Message-ID: <20030910165059.GB1321@ratsnest.hole>
31588      Branch: perl
31589            ! hints/freebsd.sh
31590 ____________________________________________________________________________
31591 [ 21167] By: rgs                                   on 2003/09/10  21:18:59
31592         Log: Subject: Re: [perl #15395] lexical warnings and inheritance
31593              From: Anno Siegel <Siegel@zrz.TU-Berlin.DE>
31594              Date: Sun, 31 Aug 2003 22:08:19 GMT
31595              Message-Id: <200308312208.WAA25312@lublin.zrz.TU-Berlin.DE>
31596
31597              The test has been moved into warnings.pm's test suite. Note
31598              that this patch fixed as well the behaviour of warnings::enabled
31599              regarding lexical scoping and different files; hence the expected
31600              results in a few tests in /t/lib/warnings/9enabled has been
31601              reverted.
31602      Branch: perl
31603            ! lib/warnings.pm t/lib/warnings/9enabled warnings.pl
31604 ____________________________________________________________________________
31605 [ 21166] By: rgs                                   on 2003/09/10  19:36:30
31606         Log: Remove the warning in perlfaq about using map in void context :
31607              From: abigail@abigail.nl (Abigail)
31608              Subject: [PATCH perlfaq6] map in a void context.
31609              Date: Tue, 9 Sep 2003 10:31:58 +0200
31610              Message-ID: <20030909083158.GA24125@abigail.nl>
31611      Branch: perl
31612            ! pod/perlfaq6.pod
31613 ____________________________________________________________________________
31614 [ 21165] By: jhi                                   on 2003/09/10  16:48:52
31615         Log: Subject: [PATCH] AUTHORS
31616              From: enache@rdslink.ro (Enache Adrian)
31617              Date: Tue, 9 Sep 2003 19:34:05 +0300
31618              Message-ID: <20030909163405.GB1398@ratsnest.hole>
31619      Branch: perl
31620            ! AUTHORS
31621 ____________________________________________________________________________
31622 [ 21164] By: jhi                                   on 2003/09/10  15:38:51
31623         Log: Regen perlapi.
31624      Branch: perl
31625            ! pod/perlapi.pod
31626 ____________________________________________________________________________
31627 [ 21163] By: merijn                                on 2003/09/10  15:31:27
31628         Log: Subject: [perl #23778] hints/aix.sh
31629              Date: 10 Sep 2003 16:30:32 -0000
31630              From: "Gary L. Armstrong" (via RT) <perlbug-followup@perl.org>
31631              Message-ID: <rt-23778-64471.11.7773626323738@rt.perl.org>
31632      Branch: perl
31633            ! hints/aix.sh
31634 ____________________________________________________________________________
31635 [ 21162] By: jhi                                   on 2003/09/10  15:21:43
31636         Log: blead version of #21161.
31637      Branch: perl
31638            ! pod/perlvar.pod
31639 ____________________________________________________________________________
31640 [ 21160] By: jhi                                   on 2003/09/10  15:11:59
31641         Log: Subject: Re: Decreasing VMS tests in File::Spec::VMS?
31642              From: PPrymmer@factset.com
31643              Message-ID: <OF103BAFC0.72D92F9B-ON85256D98.00742293-85256D98.0077A3F5@factset.com>
31644              Date: Fri, 5 Sep 2003 17:46:48 -0400
31645      Branch: perl
31646            ! lib/File/Spec/t/Spec.t
31647 ____________________________________________________________________________
31648 [ 21159] By: jhi                                   on 2003/09/10  15:10:06
31649         Log: Subject: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
31650              From: Kurt Starsinic <kstar@cpan.org>
31651              Date: Tue, 9 Sep 2003 23:16:00 -0400
31652              Message-ID: <20030910031600.GA30554@verizon.net>
31653
31654              Subject: Re: [PATCH 5.8.1] Unwanted "redefined" warnings in h2ph
31655              From: "Brendan O'Dea" <bod@debian.org>
31656              Date: Wed, 10 Sep 2003 22:03:15 +1000
31657              Message-ID: <20030910120315.GA1372@londo.c47.org>
31658      Branch: perl
31659            ! t/lib/h2ph.pht utils/h2ph.PL
31660 ____________________________________________________________________________
31661 [ 21158] By: jhi                                   on 2003/09/10  09:31:24
31662         Log: Unicode regex broken on simple example
31663              regrepeat() did not work right for UTF-8(ed Latin-1)
31664              in the EXACT case, which made the \x{a0}+ fail.
31665      Branch: perl
31666            ! regexec.c t/op/pat.t
31667 ____________________________________________________________________________
31668 [ 21157] By: jhi                                   on 2003/09/10  08:15:54
31669         Log: Linenumbers for utf8 warnings were wrong, test also rcatline.
31670      Branch: perl
31671            ! pp_hot.c t/io/utf8.t
31672 ____________________________________________________________________________
31673 [ 21156] By: jhi                                   on 2003/09/10  08:05:13
31674         Log: Detypo and explain better.
31675      Branch: perl
31676            ! pod/perldiag.pod
31677 ____________________________________________________________________________
31678 [ 21155] By: jhi                                   on 2003/09/10  08:02:55
31679         Log: If doing rcatline no point rescanning each time
31680              the beginning of the SV for utf8 validity.
31681      Branch: perl
31682            ! pp_hot.c
31683 ____________________________________________________________________________
31684 [ 21154] By: jhi                                   on 2003/09/10  07:16:52
31685         Log: No utf8 warnings without use warnings.
31686      Branch: perl
31687            ! t/io/utf8.t
31688 ____________________________________________________________________________
31689 [ 21153] By: jhi                                   on 2003/09/10  06:57:16
31690         Log: Reading a latin1 file with open(... "<:utf8") will freeze
31691              is no more valid, the script doesn't freeze, but I noticed
31692              that neither does the <FILE> complain about bad UTF-8 as it
31693              should and as it does with :encoding(utf8).
31694      Branch: perl
31695            ! pp_hot.c t/io/utf8.t
31696 ____________________________________________________________________________
31697 [ 21152] By: jhi                                   on 2003/09/10  06:54:02
31698         Log: A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
31699              of Perl_utf8_is_string().
31700      Branch: perl
31701            ! embed.fnc embed.h global.sym proto.h utf8.c
31702 ____________________________________________________________________________
31703 [ 21151] By: jhi                                   on 2003/09/10  06:16:28
31704         Log: Document a PerlIO/Encode warning.
31705      Branch: perl
31706            ! pod/perldiag.pod
31707 ____________________________________________________________________________
31708 [ 21149] By: jhi                                   on 2003/09/09  17:22:42
31709         Log: Subject: Re: maint @ 21116
31710              From: Fergal Daly <fergal@esatclear.ie>
31711              Date: Tue, 9 Sep 2003 18:26:20 +0100
31712              Message-Id: <200309091826.20630.fergal@esatclear.ie>
31713
31714              (added warning)
31715      Branch: perl
31716            ! lib/Test/More.pm
31717 ____________________________________________________________________________
31718 [ 21146] By: jhi                                   on 2003/09/09  15:36:20
31719         Log: Adjust the test count.
31720      Branch: perl
31721            ! lib/Test/Simple/t/is_deeply.t
31722 ____________________________________________________________________________
31723 [ 21144] By: jhi                                   on 2003/09/09  15:03:58
31724         Log: AUTHORS update from Dave Mitchell.
31725      Branch: perl
31726            ! AUTHORS
31727 ____________________________________________________________________________
31728 [ 21143] By: jhi                                   on 2003/09/09  15:02:18
31729         Log: Retract #20548 and #20465.
31730      Branch: perl
31731            ! lib/Test/More.pm lib/Test/Simple/t/More.t
31732            ! lib/Test/Simple/t/is_deeply.t
31733 ____________________________________________________________________________
31734 [ 21141] By: jhi                                   on 2003/09/09  14:27:10
31735         Log: Subject: Re: maint @ 21116
31736              From: Enache Adrian <enache@rdslink.ro>
31737              Date: Tue, 9 Sep 2003 16:59:44 +0300
31738              Message-ID: <20030909135944.GA1666@ratsnest.hole>
31739      Branch: perl
31740            ! makedef.pl
31741 ____________________________________________________________________________
31742 [ 21140] By: jhi                                   on 2003/09/09  14:25:51
31743         Log: Retract #21132.
31744      Branch: perl
31745            ! makedef.pl perl.h
31746 ____________________________________________________________________________
31747 [ 21139] By: jhi                                   on 2003/09/09  11:55:33
31748         Log: Warn more about disclosing the hash seed, from Scott A. Crosby.
31749      Branch: perl
31750            ! lib/Hash/Util.pm pod/perlrun.pod
31751 ____________________________________________________________________________
31752 [ 21137] By: jhi                                   on 2003/09/09  09:50:13
31753         Log: Subject: =encoding in perlpod/perlpodspec
31754              From: sburke@cpan.org (Sean M. Burke)
31755              Date: Sun, 07 Sep 2003 03:08:28 -0800
31756              Message-ID: <5.2.1.1.1.20030907030717.00a6aaa0@mailstore.pobox.com>
31757      Branch: perl
31758            ! pod/perlpod.pod pod/perlpodspec.pod
31759 ____________________________________________________________________________
31760 [ 21136] By: jhi                                   on 2003/09/09  09:46:01
31761         Log: One more chance... Elizabeth's change #21107 plus
31762              Subject: Re: [PATCH] warnings.pl: each thread 10K smaller
31763              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
31764              Date: Tue, 9 Sep 2003 01:44:24 +0200
31765              Message-Id: <20030909014424.7ef5e0cd.rgarciasuarez@free.fr>
31766      Branch: perl
31767            ! lib/warnings.pm toke.c warnings.pl
31768 ____________________________________________________________________________
31769 [ 21135] By: jhi                                   on 2003/09/09  09:35:48
31770         Log: One more test count tweak.
31771      Branch: perl
31772            ! t/op/grep.t
31773 ____________________________________________________________________________
31774 [ 21132] By: jhi                                   on 2003/09/09  07:57:20
31775         Log: Subject: Re: maint @ 21116
31776              From: Steve Hay <steve.hay@uk.radan.com>
31777              Date: Tue, 09 Sep 2003 09:49:07 +0100
31778              Message-ID: <3F5D9403.3040004@uk.radan.com>
31779      Branch: perl
31780            ! makedef.pl perl.h
31781 ____________________________________________________________________________
31782 [ 21131] By: jhi                                   on 2003/09/09  07:54:52
31783         Log: Subject: Re: [PATCH] honoring void context for map(), return from sub end test
31784              From: david nicol <whatever@davidnicol.com>
31785              Date: 08 Sep 2003 23:39:32 -0500
31786              Message-Id: <1063082372.1375.126.camel@plaza.davidnicol.com>
31787
31788              (a testcase)
31789      Branch: perl
31790            ! t/op/grep.t
31791 ____________________________________________________________________________
31792 [ 21128] By: jhi                                   on 2003/09/09  07:08:15
31793         Log: Ooops, perlio into scalars was already history for this test...
31794      Branch: perl
31795            ! lib/dumpvar.t
31796 ____________________________________________________________________________
31797 [ 21127] By: jhi                                   on 2003/09/09  07:06:26
31798         Log: Cannot do perlio into scalars without perlio.
31799      Branch: perl
31800            ! lib/dumpvar.t
31801 ____________________________________________________________________________
31802 [ 21126] By: jhi                                   on 2003/09/09  07:04:53
31803         Log: I claim that the debugger is untestable until proven otherwise.
31804      Branch: perl
31805            - lib/perl5db/de0.t
31806            ! MANIFEST
31807 ____________________________________________________________________________
31808 [ 21124] By: jhi                                   on 2003/09/09  06:59:52
31809         Log: In trying to save space, the warnings.pl change (#21107)
31810              pulled in attributes.pm... and the change didn't seem to
31811              be that well tested with different configurations.
31812              Retract #21119, #21117, #21107.
31813      Branch: perl
31814            ! ext/B/t/stash.t lib/warnings.pm warnings.pl
31815 ____________________________________________________________________________
31816 [ 21122] By: jhi                                   on 2003/09/09  06:28:31
31817         Log: Really do #21121.
31818      Branch: perl
31819            ! MANIFEST
31820 ____________________________________________________________________________
31821 [ 21121] By: jhi                                   on 2003/09/09  05:56:52
31822         Log: There's no particular reason to have the dumpvar.t
31823              in lib/perl5db/.
31824      Branch: perl
31825            + lib/dumpvar.t
31826            - lib/perl5db/dumpvar.t
31827            ! MANIFEST
31828 ____________________________________________________________________________
31829 [ 21119] By: jhi                                   on 2003/09/09  05:46:02
31830         Log: strict stash seems to have gone, too.
31831      Branch: perl
31832            ! ext/B/t/stash.t
31833 ____________________________________________________________________________
31834 [ 21117] By: rgs                                   on 2003/09/08  22:26:36
31835         Log: Loading warnings.pm now loads attributes.pm that loads strict.pm.
31836              (due to #21107 apparently.) Adjust this test accordingly.
31837      Branch: perl
31838            ! ext/B/t/stash.t
31839 ____________________________________________________________________________
31840 [ 21113] By: jhi                                   on 2003/09/08  21:10:53
31841         Log: Subject: [PATCH] silence 1 compiler warning
31842              From: Nicholas Clark <nick@ccl4.org>
31843              Date: Mon, 8 Sep 2003 23:04:45 +0100
31844              Message-ID: <20030908230445.E30881@plum.flirble.org>
31845      Branch: perl
31846            ! universal.c
31847 ____________________________________________________________________________
31848 [ 21112] By: jhi                                   on 2003/09/08  21:09:34
31849         Log: Retract #21096, mostly: I had misexplained the situation
31850              to Scott A. Crosby.  Seeing the seed value while not good
31851              for the ultimate paranoia viewpoint is not that bad, as long
31852              as the users are fully aware of the dangers of disclosing
31853              the hash seed.     So hash_seed() is okay.
31854
31855              Being able to see the hash values (as in Java) would
31856              be another option, but dubious: it's not that per-key
31857              hash values themselves are bad to allow scripts to see,
31858              but rather that hash values are just as sensitive (from
31859              the DoSing viewpoint) as the hash seed itself (and there
31860              usually more hash values than the one hash seed....)
31861      Branch: perl
31862            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
31863 ____________________________________________________________________________
31864 [ 21110] By: jhi                                   on 2003/09/08  20:59:04
31865         Log: Urk.  unique, not shared.
31866      Branch: perl
31867            ! configpm
31868 ____________________________________________________________________________
31869 [ 21109] By: jhi                                   on 2003/09/08  20:57:25
31870         Log: Subject: [PATCH] configpm: about 1.5K less per thread
31871              From: Elizabeth Mattijsen <liz@dijkmat.nl>
31872              Date: Mon, 8 Sep 2003 23:58:34 +0200
31873              Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>
31874      Branch: perl
31875            ! configpm
31876 ____________________________________________________________________________
31877 [ 21107] By: jhi                                   on 2003/09/08  20:45:38
31878         Log: Subject: [PATCH] warnings.pl: each thread 10K smaller
31879              From: Elizabeth Mattijsen <liz@dijkmat.nl>
31880              Date: Mon, 8 Sep 2003 22:22:38 +0200
31881              Message-Id: <p05111b16bb827ce551da@[192.168.56.4]>
31882      Branch: perl
31883            ! lib/warnings.pm warnings.pl
31884 ____________________________________________________________________________
31885 [ 21106] By: rgs                                   on 2003/09/08  20:45:03
31886         Log: A version of change #21073 that works.
31887      Branch: perl
31888            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
31889 ____________________________________________________________________________
31890 [ 21105] By: jhi                                   on 2003/09/08  20:44:22
31891         Log: Regen perlapi.
31892      Branch: perl
31893            ! pod/perlapi.pod
31894 ____________________________________________________________________________
31895 [ 21103] By: jhi                                   on 2003/09/08  20:18:56
31896         Log: Radu Greab is my hero (the recent cygwin getpw*->pw_comment
31897              being a bad pointer is apparently a known cygwin bug).     The
31898              cure is to initialize the field.
31899      Branch: perl
31900            ! pp_sys.c
31901 ____________________________________________________________________________
31902 [ 21100] By: jhi                                   on 2003/09/08  19:38:39
31903         Log: Bad export.
31904      Branch: perl
31905            ! lib/Hash/Util.t
31906 ____________________________________________________________________________
31907 [ 21098] By: jhi                                   on 2003/09/08  19:06:09
31908         Log: The IPC::Open3 is just too unreliable for this task.
31909      Branch: perl
31910            ! lib/perl5db/de0.t
31911 ____________________________________________________________________________
31912 [ 21097] By: jhi                                   on 2003/09/08  18:42:43
31913         Log: Try to make the de0.t test more robust.
31914              The test is so flakey (too many external things influencing
31915              the result) that I'm likely to leave it out from the maint.
31916      Branch: perl
31917            ! lib/perl5db/de0.t
31918 ____________________________________________________________________________
31919 [ 21096] By: jhi                                   on 2003/09/08  17:58:19
31920         Log: Scott A. Crosby believes in not disclosing
31921              any more information than necessary: therefore
31922              instead of hash_seed() we have now hashes_random().
31923      Branch: perl
31924            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
31925 ____________________________________________________________________________
31926 [ 21095] By: jhi                                   on 2003/09/08  17:36:50
31927         Log: Mac OS X "last resort" recipe.
31928      Branch: perl
31929            ! README.macosx
31930 ____________________________________________________________________________
31931 [ 21094] By: jhi                                   on 2003/09/08  16:50:55
31932         Log: Subject: [patch] AUTHORS
31933              From: Juerd <juerd@cpan.org>
31934              Date: Mon, 8 Sep 2003 08:42:13 +0200
31935              Message-ID: <20030908064213.GC23461@c3.convolution.nl>
31936      Branch: perl
31937            ! AUTHORS
31938 ____________________________________________________________________________
31939 [ 21093] By: jhi                                   on 2003/09/08  15:47:14
31940         Log: Slightly more intelligent paranoia.
31941      Branch: perl
31942            ! pod/perldiag.pod util.c
31943 ____________________________________________________________________________
31944 [ 21090] By: jhi                                   on 2003/09/08  14:07:03
31945         Log: Win32 is playing to hard to get but I do not have
31946              time to chase it, so restore #21072, more or less.
31947              I think testing the debugger in UNIX-like places
31948              is enough, no need to go into painful contortions
31949              trying to "portably" run interactive programs like
31950              the debugger.
31951      Branch: perl
31952            ! lib/perl5db/de0.t
31953 ____________________________________________________________________________
31954 [ 21088] By: jhi                                   on 2003/09/08  12:50:15
31955         Log: 5.8.1 was mistakenly redefining PL_sv_placeholder.
31956      Branch: perl
31957            ! ext/Storable/Storable.xs
31958 ____________________________________________________________________________
31959 [ 21087] By: jhi                                   on 2003/09/08  12:34:37
31960         Log: Add Hash::Util::hash_seed() which answers among
31961              other things the question whether our hashes are
31962              "randomised".  (They always were...)
31963      Branch: perl
31964            ! lib/Hash/Util.pm lib/Hash/Util.t pod/perlrun.pod universal.c
31965 ____________________________________________________________________________
31966 [ 21086] By: jhi                                   on 2003/09/08  12:22:03
31967         Log: XSRETURN_UV was missing.
31968      Branch: perl
31969            ! XSUB.h
31970 ____________________________________________________________________________
31971 [ 21085] By: jhi                                   on 2003/09/08  12:15:23
31972         Log: Superparanoia.
31973      Branch: perl
31974            ! util.c
31975 ____________________________________________________________________________
31976 [ 21084] By: ams                                   on 2003/09/08  11:44:25
31977         Log: Clean up pp_readdir() somewhat.
31978      Branch: perl
31979            ! pp_sys.c
31980 ____________________________________________________________________________
31981 [ 21082] By: jhi                                   on 2003/09/08  11:32:46
31982         Log: The #21073 broke ext/B/t/o.t, retracting the #21073.
31983      Branch: perl
31984            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
31985 ____________________________________________________________________________
31986 [ 21080] By: jhi                                   on 2003/09/08  09:52:40
31987         Log: In Win32 IPC::Open3 + IO::Select does not work that well
31988              so mostly undo the change #21072 and revert back to using
31989              a temp file.
31990      Branch: perl
31991            ! lib/perl5db/de0.t
31992 ____________________________________________________________________________
31993 [ 21078] By: jhi                                   on 2003/09/08  09:10:47
31994         Log: In Win32 the cmd.exe console output doesn't seem to
31995              be catchable using the in-memory I/O + select trick,
31996              so use tie-STDOUT trick instead.
31997      Branch: perl
31998            ! lib/perl5db/dumpvar.t
31999 ____________________________________________________________________________
32000 [ 21077] By: jhi                                   on 2003/09/08  09:03:13
32001         Log: Move Config test.
32002      Branch: perl
32003            ! lib/perl5db/de0.t
32004 ____________________________________________________________________________
32005 [ 21076] By: jhi                                   on 2003/09/08  08:50:27
32006         Log: Let's require fork for this test.
32007      Branch: perl
32008            ! lib/perl5db/de0.t
32009 ____________________________________________________________________________
32010 [ 21074] By: jhi                                   on 2003/09/08  08:09:27
32011         Log: Subject: [PATCH] call_(pv|etc.) for Devel::PPPort
32012              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
32013              Date: Mon, 08 Sep 2003 08:56:09 +0200
32014              Message-id: <20030908065609.GA1260@ethan>
32015      Branch: perl
32016            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
32017            ! ext/Devel/PPPort/t/test.t
32018 ____________________________________________________________________________
32019 [ 21073] By: jhi                                   on 2003/09/08  08:07:55
32020         Log: Subject: Re: one nit to fix [PATCH]
32021              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
32022              Date: Mon, 8 Sep 2003 10:19:08 +0200
32023              Message-Id: <20030908101908.5571326d.rgarcia@hexaflux.com>
32024      Branch: perl
32025            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
32026 ____________________________________________________________________________
32027 [ 21072] By: jhi                                   on 2003/09/08  08:04:53
32028         Log: Subject: Re: [PATCH] Test skeleton for debugger commands
32029              From: Andreas J Koenig <andreas.koenig@anima.de>
32030              Date: Mon, 08 Sep 2003 10:48:27 +0200
32031              Message-ID: <87llszis2s.fsf@franz.ak.mind.de>
32032      Branch: perl
32033            ! lib/perl5db/de0.t
32034 ____________________________________________________________________________
32035 [ 21071] By: jhi                                   on 2003/09/08  06:46:00
32036         Log: de0.t: use Test::More, add some tests.
32037      Branch: perl
32038            ! lib/perl5db/de0.t
32039 ____________________________________________________________________________
32040 [ 21070] By: jhi                                   on 2003/09/08  06:31:39
32041         Log: More dumpvar testing.
32042      Branch: perl
32043            ! lib/perl5db/dumpvar.t
32044 ____________________________________________________________________________
32045 [ 21069] By: jhi                                   on 2003/09/08  05:34:03
32046         Log: An empty test.
32047      Branch: perl
32048            ! lib/perl5db/dumpvar.t
32049 ____________________________________________________________________________
32050 [ 21068] By: jhi                                   on 2003/09/08  05:21:21
32051         Log: dumpvar.t: use Test::More;
32052      Branch: perl
32053            ! lib/perl5db/dumpvar.t
32054 ____________________________________________________________________________
32055 [ 21067] By: jhi                                   on 2003/09/08  05:11:46
32056         Log: Cleanup PerlIO::scalar documentation a bit.
32057      Branch: perl
32058            ! ext/PerlIO/scalar/scalar.pm
32059 ____________________________________________________________________________
32060 [ 21066] By: jhi                                   on 2003/09/08  04:49:28
32061         Log: The in-memory files require PerlIO::scalar.
32062      Branch: perl
32063            ! lib/perl5db/dumpvar.t
32064 ____________________________________________________________________________
32065 [ 21065] By: rgs                                   on 2003/09/07  21:17:23
32066         Log: Subject: [PATCH] Test skeleton for debugger commands
32067              From: Andreas J Koenig <andreas.koenig@anima.de>
32068              Date: Sun, 07 Sep 2003 18:51:56 +0200
32069              Message-ID: <87fzj8k0cz.fsf@franz.ak.mind.de>
32070              With minor adjustments
32071      Branch: perl
32072            + lib/perl5db/de0.t lib/perl5db/dumpvar.t
32073            ! MANIFEST
32074 ____________________________________________________________________________
32075 [ 21064] By: rgs                                   on 2003/09/07  19:12:05
32076         Log: Upgrade to Unicode::Collate 0.28
32077      Branch: perl
32078            + lib/Unicode/Collate/t/contract.t
32079            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32080            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
32081 ____________________________________________________________________________
32082 [ 21063] By: rgs                                   on 2003/09/07  18:25:23
32083         Log: Subject: [PATCH] Re: [perl #23656] Safe reval bleeds local variable values
32084              From: Dave Mitchell <davem@fdgroup.com>
32085              Date: Sun, 7 Sep 2003 19:14:44 +0100
32086              Message-ID: <20030907181444.GA7058@fdgroup.com>
32087      Branch: perl
32088            ! ext/Opcode/Safe.pm
32089 ____________________________________________________________________________
32090 [ 21062] By: rgs                                   on 2003/09/07  12:44:33
32091         Log: Subject: [PATCH] honoring void context for map()
32092              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
32093              Date: Thu, 04 Sep 2003 11:13:41 +0200
32094              Message-id: <20030904091341.GA30655@ethan>
32095      Branch: perl
32096            ! pp_ctl.c
32097 ____________________________________________________________________________
32098 [ 21061] By: jhi                                   on 2003/09/07  07:04:53
32099         Log: Retract #21010.
32100      Branch: perl
32101            ! lib/dumpvar.pl
32102 ____________________________________________________________________________
32103 [ 21060] By: rgs                                   on 2003/09/06  21:30:10
32104         Log: Minor doc style nits in XSLoader.
32105      Branch: perl
32106            ! ext/DynaLoader/XSLoader_pm.PL
32107 ____________________________________________________________________________
32108 [ 21058] By: jhi                                   on 2003/09/06  19:57:46
32109         Log: Vanity patch.
32110      Branch: perl
32111            ! AUTHORS
32112 ____________________________________________________________________________
32113 [ 21057] By: jhi                                   on 2003/09/06  19:56:53
32114         Log: Updated Sharp Zaurus cross-compilation from Redvers Davies.
32115      Branch: perl
32116            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README Cross/TODO
32117            ! Cross/config.sh-arm-linux Cross/generate_config_sh
32118            ! Cross/installperl.patch
32119 ____________________________________________________________________________
32120 [ 21056] By: rgs                                   on 2003/09/06  19:03:41
32121         Log: Email nits in Fatal.pm [perl #23724].
32122      Branch: perl
32123            ! lib/Fatal.pm
32124 ____________________________________________________________________________
32125 [ 21052] By: jhi                                   on 2003/09/05  20:34:15
32126         Log: Musty corners of Syslog.pm.
32127      Branch: perl
32128            ! ext/Sys/Syslog/Syslog.pm
32129 ____________________________________________________________________________
32130 [ 21051] By: ams                                   on 2003/09/05  18:43:46
32131         Log: 1. Work around the bug fixed by #20587 (because it's in 5.8.0).
32132              2. Compensate for PL_sv_placeholder <= 5.8.1.
32133              3. Clean up non-backwards-compatible tests.
32134              4. Prepare for the 2.08 CPAN release.
32135      Branch: perl
32136            ! ext/Storable/ChangeLog ext/Storable/Storable.xs
32137            ! ext/Storable/t/freeze.t ext/Storable/t/malice.t
32138            ! ext/Storable/t/utf8hash.t
32139 ____________________________________________________________________________
32140 [ 21048] By: jhi                                   on 2003/09/05  13:53:23
32141         Log: One more known tie problem.
32142      Branch: perl
32143            ! pod/perltie.pod
32144 ____________________________________________________________________________
32145 [ 21047] By: jhi                                   on 2003/09/05  13:46:35
32146         Log: Subject: [PATCH] threads/shared.pm: saves 4K per thread
32147              Date: Fri, 5 Sep 2003 14:46:00 +0200
32148              Message-Id: <p05111b05bb7e177db044@[192.168.56.4]>
32149              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32150      Branch: perl
32151            ! ext/threads/shared/shared.pm
32152 ____________________________________________________________________________
32153 [ 21046] By: jhi                                   on 2003/09/05  13:44:30
32154         Log: Subject: versions threads modules
32155              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32156              Date: Fri, 5 Sep 2003 12:22:52 +0200
32157              Message-Id: <p05111b03bb7e1423e6ff@[192.168.56.4]>
32158      Branch: perl
32159            ! ext/threads/shared/shared.pm
32160 ____________________________________________________________________________
32161 [ 21045] By: jhi                                   on 2003/09/05  13:43:36
32162         Log: More suidperl path disclosure plugging:
32163              the #9813 didn't do enough.  See either of
32164              http://rt.perl.org/rt2/Ticket/Display.html?id=6511
32165              http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=203426
32166      Branch: perl
32167            ! perl.c pod/perldiag.pod
32168 ____________________________________________________________________________
32169 [ 21044] By: jhi                                   on 2003/09/05  13:09:54
32170         Log: FreeBSD hints updates from Anton Berezin.
32171      Branch: perl
32172            ! hints/freebsd.sh
32173 ____________________________________________________________________________
32174 [ 21043] By: merijn                                on 2003/09/05  11:18:20
32175         Log: Changed conflicting diff options
32176      Branch: perl
32177            ! patchlevel.h
32178 ____________________________________________________________________________
32179 [ 21042] By: jhi                                   on 2003/09/05  06:47:43
32180         Log: Acknowledge some known tie bugs.
32181      Branch: perl
32182            ! pod/perltie.pod
32183 ____________________________________________________________________________
32184 [ 21041] By: merijn                                on 2003/09/05  04:50:44
32185         Log: Subject: [PATCH] Remove dublicated entry in AUTHORS
32186              From: Ilya Martynov <ilya@martynov.org>
32187              Date: Fri, 05 Sep 2003 00:49:57 +0400
32188              Message-ID: <8765k8uvm2.fsf@abra.ru>
32189      Branch: perl
32190            ! AUTHORS
32191 ____________________________________________________________________________
32192 [ 21040] By: jhi                                   on 2003/09/05  04:36:48
32193         Log: code example error in "perlopentut"
32194      Branch: perl
32195            ! pod/perlopentut.pod
32196 ____________________________________________________________________________
32197 [ 21039] By: jhi                                   on 2003/09/05  04:13:17
32198         Log: Another seemingly fixed (un)tie bug,
32199              [perl ##22297] cannot untie scalar from within tied FETCH
32200      Branch: perl
32201            ! t/op/tie.t
32202 ____________________________________________________________________________
32203 [ 21036] By: jhi                                   on 2003/09/04  19:34:26
32204         Log: Subject: Re: [PATCH] Data::Dumper 2.121
32205              From: Ilya Martynov <ilya@martynov.org>
32206              Date: Fri, 05 Sep 2003 00:33:46 +0400
32207              Message-ID: <87ad9kuwd1.fsf@abra.ru>
32208      Branch: perl
32209            ! ext/Data/Dumper/Changes ext/Data/Dumper/Dumper.pm
32210            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
32211            ! ext/Data/Dumper/t/overload.t ext/Data/Dumper/t/pair.t
32212 ____________________________________________________________________________
32213 [ 21033] By: jhi                                   on 2003/09/04  18:52:29
32214         Log: I think once is enough.
32215      Branch: perl
32216            ! configure.gnu
32217 ____________________________________________________________________________
32218 [ 21032] By: jhi                                   on 2003/09/04  17:30:28
32219         Log: Subject: [PATCH] Re: [PATCH] Re: ByteLoader and MSWin32
32220              From: Enache Adrian <enache@rdslink.ro>
32221              Date: Thu, 4 Sep 2003 20:09:06 +0300
32222              Message-ID: <20030904170906.GA1235@ratsnest.hole>
32223      Branch: perl
32224            ! bytecode.pl ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
32225            ! ext/ByteLoader/byterun.c
32226 ____________________________________________________________________________
32227 [ 21031] By: jhi                                   on 2003/09/04  17:27:58
32228         Log: Subject: [PATCH] perlreftut: change distribution conditions
32229              From: "Brendan O'Dea" <bod@debian.org>
32230              Date: Thu, 4 Sep 2003 02:28:49 +1000
32231              Message-ID: <20030903162849.GA9675@londo.c47.org>
32232      Branch: perl
32233            ! pod/perlreftut.pod
32234 ____________________________________________________________________________
32235 [ 21030] By: jhi                                   on 2003/09/04  17:26:48
32236         Log: Subject: Re: "vendor" patch pickup
32237              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32238              Date: Thu, 4 Sep 2003 19:47:55 +0200
32239              Message-ID: <009b01c3730c$ac45e750$0c2f1fac@R2D2>
32240
32241              (Gentoo: take Marcus' version of the __THROW patch and
32242              even further #ifdef-protect it with __GLIBC__.)
32243      Branch: perl
32244            ! perl.h
32245 ____________________________________________________________________________
32246 [ 21029] By: jhi                                   on 2003/09/04  16:01:26
32247         Log: Tiny perlcc tweaks.
32248      Branch: perl
32249            ! utils/perlcc.PL
32250 ____________________________________________________________________________
32251 [ 21028] By: jhi                                   on 2003/09/04  15:10:48
32252         Log: A SuSE patchlet for perlcc -c to avoid
32253              "Modification of a read-only value attempted at ... C.pm"
32254      Branch: perl
32255            ! ext/B/B/C.pm
32256 ____________________________________________________________________________
32257 [ 21027] By: jhi                                   on 2003/09/04  08:54:40
32258         Log: AUTHORS updates.
32259      Branch: perl
32260            ! AUTHORS
32261 ____________________________________________________________________________
32262 [ 21025] By: jhi                                   on 2003/09/03  20:27:56
32263         Log: Upgrade to Math::BigInt pre-rel 1.66 as of
32264              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-09/msg00242.html
32265              (the tar.gz link doesn't have 'v1.66', it has '1.66')
32266              so that the smoke builds can start chewing it.
32267      Branch: perl
32268            ! lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
32269            ! lib/Math/BigInt/t/bare_mbf.t lib/Math/BigInt/t/bare_mbi.t
32270            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
32271            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
32272            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/sub_mbf.t
32273            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/with_sub.t
32274 ____________________________________________________________________________
32275 [ 21022] By: jhi                                   on 2003/09/03  16:42:24
32276         Log: Subject: [PATCH Porting/valgrindpp.pl] fix: output from different pids
32277              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32278              Date: Wed, 3 Sep 2003 19:20:20 +0200
32279              Message-ID: <005901c3723f$a7914f10$0c2f1fac@R2D2>
32280      Branch: perl
32281            ! Porting/valgrindpp.pl
32282 ____________________________________________________________________________
32283 [ 21019] By: jhi                                   on 2003/09/03  15:51:35
32284         Log: Also indicate the Unicode level here.
32285              (The last date is non-committal :-)
32286      Branch: perl
32287            ! pod/perlunicode.pod
32288 ____________________________________________________________________________
32289 [ 21018] By: jhi                                   on 2003/09/03  12:08:23
32290         Log: Avoid lvalue casts, from Enache.
32291      Branch: perl
32292            ! ext/ByteLoader/bytecode.h op.h
32293 ____________________________________________________________________________
32294 [ 21017] By: jhi                                   on 2003/09/03  08:23:39
32295         Log: Bump up the VERSION.
32296      Branch: perl
32297            ! lib/bytes.pm
32298 ____________________________________________________________________________
32299 [ 21016] By: jhi                                   on 2003/09/03  08:22:48
32300         Log: Add, document, and test bytes::substr, index, rindex, chr,
32301              document bytes::ord.
32302      Branch: perl
32303            ! lib/bytes.pm lib/bytes.t lib/bytes_heavy.pl
32304 ____________________________________________________________________________
32305 [ 21014] By: jhi                                   on 2003/09/03  06:16:24
32306         Log: Subject: [PATCH] Re: maint@20974 or before broke mp2 ithreads test
32307              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
32308              Date: Wed, 3 Sep 2003 08:57:25 +0200 (MEST)
32309              Message-ID: <29644.1062572245@www50.gmx.net>
32310
32311              The other half of #20930 should be still good.
32312      Branch: perl
32313            ! op.c
32314 ____________________________________________________________________________
32315 [ 21013] By: jhi                                   on 2003/09/03  06:15:09
32316         Log: use IO; is deprecated.
32317      Branch: perl
32318            ! ext/threads/t/join.t
32319 ____________________________________________________________________________
32320 [ 21012] By: jhi                                   on 2003/09/03  05:28:50
32321         Log: Upgrade to base 2.01 from CPAN.
32322      Branch: perl
32323            ! lib/base.pm lib/fields.pm
32324 ____________________________________________________________________________
32325 [ 21011] By: jhi                                   on 2003/09/03  05:08:29
32326         Log: Changing the test count is a good idea.
32327      Branch: perl
32328            ! ext/threads/t/join.t
32329 ____________________________________________________________________________
32330 [ 21010] By: jhi                                   on 2003/09/03  04:59:38
32331         Log: Subject: {PATCH 5.8.1] Re: [perl #23651] Debugger dump failed for blessed REF object
32332              From: Joe McMahon <mcmahon@ibiblio.org>
32333              Date: Tue, 2 Sep 2003 18:02:14 -0400
32334              Message-Id: <1C49133C-DD91-11D7-8450-000393BCA0FC@ibiblio.org>
32335      Branch: perl
32336            ! lib/dumpvar.pl
32337 ____________________________________________________________________________
32338 [ 21009] By: jhi                                   on 2003/09/03  04:48:40
32339         Log: Subject: Re: maint@20974 or before broke mp2 ithreads test
32340              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32341              Date: Wed, 3 Sep 2003 06:07:54 +0200
32342              Message-ID: <044101c371d0$f39b3fc0$0c2f1fac@R2D2>
32343      Branch: perl
32344            ! ext/threads/t/join.t
32345 ____________________________________________________________________________
32346 [ 21008] By: jhi                                   on 2003/09/03  04:31:35
32347         Log: VMS does not have quite UNIX glob semantics.
32348      Branch: perl
32349            ! t/run/fresh_perl.t
32350 ____________________________________________________________________________
32351 [ 21007] By: rgs                                   on 2003/09/02  21:21:27
32352         Log: Subject: some method calls not autoloaded
32353              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
32354              Date: Tue, 2 Sep 2003 15:06:29 -0700
32355              Message-ID: <20030902220629.GA2952@efn.org>
32356      Branch: perl
32357            ! pod/perlfunc.pod pod/perlsub.pod
32358 ____________________________________________________________________________
32359 [ 21003] By: jhi                                   on 2003/09/02  19:01:07
32360         Log: An untie test from perlmonks-- worked in 5.6.1,
32361              broken in 5.8.0, seems to be working again in maint,
32362              better nail it down now.
32363      Branch: perl
32364            ! t/op/tie.t
32365 ____________________________________________________________________________
32366 [ 21000] By: jhi                                   on 2003/09/02  15:35:40
32367         Log: Retract #20930 because of
32368              Subject: maint@20974 or before broke mp2 ithreads test
32369              From: Stas Bekman <stas@stason.org>
32370              Date: Mon, 01 Sep 2003 23:31:11 -0700
32371              Message-ID: <3F54392F.7080009@stason.org>
32372      Branch: perl
32373            ! op.c
32374 ____________________________________________________________________________
32375 [ 20999] By: jhi                                   on 2003/09/02  15:34:14
32376         Log: Subject: [DOCPATCH] Re: [perl #23630] problem with "used only once" warning
32377              From: Fergal Daly <fergal@esatclear.ie>
32378              Date: Tue, 2 Sep 2003 17:36:52 +0100
32379              Message-Id: <200309021736.52725.fergal@esatclear.ie>
32380      Branch: perl
32381            ! pod/perldiag.pod
32382 ____________________________________________________________________________
32383 [ 20998] By: jhi                                   on 2003/09/02  15:02:47
32384         Log: Subject: [perl #23672] Math::BigInit POD
32385              From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
32386              Date: 1 Sep 2003 08:47:39 -0000
32387              Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
32388      Branch: perl
32389            ! lib/Math/BigInt.pm
32390 ____________________________________________________________________________
32391 [ 20997] By: jhi                                   on 2003/09/02  14:58:21
32392         Log: Subject: [PATCH perlfaq6.pod] Explain \Q better
32393              From: Mark Jason Dominus <mjd@plover.com>
32394              Date: Mon, 01 Sep 2003 16:19:20 -0400
32395              Message-ID: <20030901201920.3929.qmail@plover.com>
32396      Branch: perl
32397            ! pod/perlfaq6.pod
32398 ____________________________________________________________________________
32399 [ 20996] By: jhi                                   on 2003/09/02  14:56:29
32400         Log: Subject: [PATCH] grok_(number|numeric_radix) added to Devel::PPPort
32401              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
32402              Date: Tue, 02 Sep 2003 11:27:19 +0200
32403              Message-id: <20030902092719.GA18075@ethan>
32404      Branch: perl
32405            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
32406            ! ext/Devel/PPPort/t/test.t
32407 ____________________________________________________________________________
32408 [ 20993] By: jhi                                   on 2003/09/02  14:40:54
32409         Log: Subject: [PATCH] Re: ByteLoader and MSWin32
32410              From: Enache Adrian <enache@rdslink.ro>
32411              Date: Tue, 2 Sep 2003 03:45:11 +0300
32412              Message-ID: <20030902004511.GA1442@ratsnest.hole>
32413      Branch: perl
32414            ! embed.fnc embed.h ext/ByteLoader/bytecode.h global.sym op.c
32415            ! op.h proto.h t/TEST
32416 ____________________________________________________________________________
32417 [ 20990] By: jhi                                   on 2003/09/02  04:29:45
32418         Log: Upgrade to Unicode::Collate 0.27.
32419      Branch: perl
32420            + lib/Unicode/Collate/t/hangul.t
32421            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
32422            ! lib/Unicode/Collate/README
32423 ____________________________________________________________________________
32424 [ 20989] By: jhi                                   on 2003/09/02  04:23:20
32425         Log: Subject: [PATCH Porting/valgrindpp.pl] more options for valgrindpp.pl
32426              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32427              Date: Mon, 1 Sep 2003 22:28:58 +0200
32428              Message-ID: <007701c370c7$acb85430$0c2f1fac@R2D2>
32429      Branch: perl
32430            ! Porting/valgrindpp.pl
32431 ____________________________________________________________________________
32432 [ 20983] By: jhi                                   on 2003/09/01  14:14:49
32433         Log: From Craig Berry, following the example of the other podxxx.PL
32434              in relying on basename($0, '.PL') to Do The Right Thing with
32435              regard to the case of the extension, which could be either
32436              .pl or .PL on VMS depending on version-specific features.
32437      Branch: perl
32438            ! pod/pod2usage.PL pod/podselect.PL
32439 ____________________________________________________________________________
32440 [ 20982] By: jhi                                   on 2003/09/01  13:01:49
32441         Log: Configure -r in AIX bad.
32442      Branch: perl
32443            ! README.aix
32444 ____________________________________________________________________________
32445 [ 20981] By: jhi                                   on 2003/09/01  11:28:35
32446         Log: Subject: [DOC PATCH] perlfaq4.pod
32447              Date: Mon, 1 Sep 2003 12:38:50 +0200
32448              From: Elizabeth Mattijsen <liz@dijkmat.nl>
32449              Message-Id: <p05111b19bb78d1d7aa70@[192.168.56.4]>
32450      Branch: perl
32451            ! pod/perlfaq4.pod
32452 ____________________________________________________________________________
32453 [ 20980] By: jhi                                   on 2003/09/01  08:49:02
32454         Log: Subject: glob() bug
32455              From: Gurusamy Sarathy <gsar@ActiveState.com>
32456              Date: Mon, 01 Sep 2003 02:25:41 -0700
32457              Message-Id: <200309010925.h819Pf0X011457@smtp3.ActiveState.com>
32458      Branch: perl
32459            ! op.c t/run/fresh_perl.t
32460 ____________________________________________________________________________
32461 [ 20979] By: jhi                                   on 2003/09/01  06:32:01
32462         Log: Ultrix VAX is like VMS VAX in floating point.
32463      Branch: perl
32464            ! t/op/sprintf.t
32465 ____________________________________________________________________________
32466 [ 20978] By: jhi                                   on 2003/09/01  05:44:25
32467         Log: Subject: [PATCH@20959] some WinCE compilers require a little correction
32468              From: Vadim Konovalov <vkonovalov@peterstar.ru>
32469              Date: Mon, 1 Sep 2003 02:57:33 +0400
32470              Message-ID: <1091134912500.20030901025733@peterstar.ru>
32471      Branch: perl
32472            ! wince/Makefile.ce wince/wince.c
32473 ____________________________________________________________________________
32474 [ 20973] By: jhi                                   on 2003/08/31  15:34:43
32475         Log: Add test for -i.
32476      Branch: perl
32477            ! MANIFEST t/run/switches.t
32478 ____________________________________________________________________________
32479 [ 20972] By: jhi                                   on 2003/08/31  15:12:10
32480         Log: Add tests for -h and (unknown) -z.
32481      Branch: perl
32482            ! MANIFEST t/run/switches.t
32483 ____________________________________________________________________________
32484 [ 20971] By: jhi                                   on 2003/08/31  15:03:42
32485         Log: Add test for -v.
32486      Branch: perl
32487            ! MANIFEST t/run/switches.t
32488 ____________________________________________________________________________
32489 [ 20970] By: jhi                                   on 2003/08/31  14:55:54
32490         Log: List the switches tested in switches.t.
32491      Branch: perl
32492            ! t/run/switches.t
32493 ____________________________________________________________________________
32494 [ 20969] By: jhi                                   on 2003/08/31  14:51:19
32495         Log: Subject: [PATCH: perl@20898] have installperl install perl_setup.com and dbga2p.exe for VMS
32496              From: PPrymmer@factset.com
32497              Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com>
32498              Date: Sun, 31 Aug 2003 10:11:54 -0400
32499      Branch: perl
32500            ! installperl
32501 ____________________________________________________________________________
32502 [ 20968] By: jhi                                   on 2003/08/31  13:24:10
32503         Log: Subject: [PATCH sv.c] Re: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
32504              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32505              Date: Sun, 31 Aug 2003 15:21:17 +0200
32506              Message-ID: <038401c36fc2$d01b1440$9b00a8c0@R2D2>
32507      Branch: perl
32508            ! sv.c
32509 ____________________________________________________________________________
32510 [ 20965] By: jhi                                   on 2003/08/31  08:55:59
32511         Log: Ouch.  Upgrading to base 2.0 made the threads tests very unhappy
32512              both in blead and maint, lots of "Attempt to free non-existent
32513              shared string" and "Unbalanced string table refcount" errors.
32514              Retract #20960 (and #20963).
32515      Branch: perl
32516            - lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
32517            - lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
32518            ! MANIFEST lib/base.pm lib/fields.pm
32519 ____________________________________________________________________________
32520 [ 20964] By: jhi                                   on 2003/08/31  08:17:43
32521         Log: Integrate from maint:
32522              [ 20963]
32523              Muffle the 'Pseudo-hashes are deprecated' warning for maint.
32524      Branch: perl
32525           !> lib/base/t/fp560.t
32526 ____________________________________________________________________________
32527 [ 20961] By: jhi                                   on 2003/08/31  08:09:21
32528         Log: De-cargo-cult.
32529      Branch: perl
32530            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
32531 ____________________________________________________________________________
32532 [ 20960] By: jhi                                   on 2003/08/31  08:07:43
32533         Log: Upgrade to base.pm 2.0.
32534
32535              (Rename the tests around a bit to be more 8.3-friendly.)
32536      Branch: perl
32537            + lib/base/t/base.t lib/base/t/fb18784.t lib/base/t/fb20922.t
32538            + lib/base/t/fields.t lib/base/t/fp560.t lib/base/t/fp580.t
32539            ! MANIFEST lib/base.pm lib/fields.pm
32540 ____________________________________________________________________________
32541 [ 20957] By: jhi                                   on 2003/08/30  18:47:02
32542         Log: Fewer naked char constants.
32543      Branch: perl
32544            ! doio.c perlio.c sv.h
32545 ____________________________________________________________________________
32546 [ 20956] By: jhi                                   on 2003/08/30  18:38:05
32547         Log: This is probably a wrong fix for
32548              [perl #23645] tell with perlio on appended files
32549              but maybe this gets NI-S agitated enough to present the correct fix :-)
32550      Branch: perl
32551            ! perlio.c t/io/tell.t
32552 ____________________________________________________________________________
32553 [ 20954] By: jhi                                   on 2003/08/30  17:14:19
32554         Log: A new try at
32555
32556              Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
32557              From: "Gerrit P. Haase" <gp@familiehaase.de>
32558              Date: Thu, 28 Aug 2003 08:18:51 +0200
32559              Message-ID: <4157199551.20030828081851@familiehaase.de>
32560
32561              (this time Cygwin only)
32562      Branch: perl
32563            ! perlio.c
32564 ____________________________________________________________________________
32565 [ 20952] By: rgs                                   on 2003/08/30  15:20:48
32566         Log: Tweak XSLoader.t.
32567              XSLoader is supposed to work even for extensions that
32568              are statically linked. So only check that the extension we
32569              test for is actually available. (This test is not supposed
32570              to be run by miniperl.)
32571      Branch: perl
32572            ! ext/DynaLoader/t/XSLoader.t
32573 ____________________________________________________________________________
32574 [ 20950] By: jhi                                   on 2003/08/30  06:49:31
32575         Log: Something went wrong in change #20929;
32576              linux 2.4.18-bf2.4 didn't like it:
32577              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01992.html
32578              and similar failure pattern also seen in Solaris 8.
32579      Branch: perl
32580            ! perlio.c
32581 ____________________________________________________________________________
32582 [ 20948] By: jhi                                   on 2003/08/30  06:08:57
32583         Log: Setup @INC.
32584      Branch: perl
32585            ! t/op/cproto.t
32586 ____________________________________________________________________________
32587 [ 20946] By: jhi                                   on 2003/08/30  06:00:09
32588         Log: Tabify and re-sort MANIFEST.
32589      Branch: perl
32590            ! MANIFEST
32591 ____________________________________________________________________________
32592 [ 20945] By: jhi                                   on 2003/08/30  05:57:04
32593         Log: Make XSLoader.t more robust (and sdbm.t more verbose)
32594      Branch: perl
32595            ! ext/DynaLoader/t/XSLoader.t ext/SDBM_File/t/sdbm.t
32596 ____________________________________________________________________________
32597 [ 20944] By: jhi                                   on 2003/08/30  05:50:41
32598         Log: Subject: [PATCH] XSLoader nits and tests
32599              From: Michael G Schwern <schwern@pobox.com>
32600              Date: Fri, 29 Aug 2003 22:55:07 -0700
32601              Message-ID: <20030830055507.GI25970@windhund.schwern.org>
32602      Branch: perl
32603            + ext/DynaLoader/t/XSLoader.t
32604            ! MANIFEST ext/DynaLoader/XSLoader_pm.PL
32605 ____________________________________________________________________________
32606 [ 20943] By: jhi                                   on 2003/08/30  05:44:02
32607         Log: Missed from #20942.
32608      Branch: perl
32609            ! lib/File/Spec/VMS.pm
32610 ____________________________________________________________________________
32611 [ 20942] By: jhi                                   on 2003/08/30  05:41:59
32612         Log: Subject: [PATCH: perl@20898] fix File::Spec->abs2rel() to return absolute $path more often for VMS
32613              From: PPrymmer@factset.com
32614              Date: Sat, 30 Aug 2003 00:57:28 -0400
32615              Message-ID: <OFD8AE5D6D.EA3FBE7D-ON85256D92.001A31FE-85256D92.001B3BE5@factset.com>
32616      Branch: perl
32617            ! lib/File/Spec.pm lib/File/Spec/t/Spec.t
32618 ____________________________________________________________________________
32619 [ 20941] By: jhi                                   on 2003/08/30  05:37:13
32620         Log: Subject: [patch sv.h api doc] SvTAINTED_on does its craft only under -T
32621              From: Stas Bekman <stas@stason.org>
32622              Date: Fri, 29 Aug 2003 17:11:41 -0700
32623              Message-ID: <3F4FEBBD.8000901@stason.org>
32624      Branch: perl
32625            ! pod/perlapi.pod sv.h
32626 ____________________________________________________________________________
32627 [ 20940] By: rgs                                   on 2003/08/29  21:17:59
32628         Log: Add a new test, to ensure that we don't unexpectedly change
32629              prototypes of builtins.
32630      Branch: perl
32631            + t/op/cproto.t
32632            ! MANIFEST
32633 ____________________________________________________________________________
32634 [ 20938] By: rgs                                   on 2003/08/29  20:22:21
32635         Log: Don't cast PL_multiline to bool : you may loose important bits.
32636      Branch: perl
32637            ! pp.c pp_hot.c
32638 ____________________________________________________________________________
32639 [ 20937] By: jhi                                   on 2003/08/29  17:22:11
32640         Log: Subject: [PATCH] Re: all 9007199254740992s are equal, but some are more equal than others
32641              From: Nicholas Clark <nick@ccl4.org>
32642              Date: Wed, 27 Aug 2003 22:59:55 +0100
32643              Message-ID: <20030827225955.E558@plum.flirble.org>
32644      Branch: perl
32645            ! pp.c
32646 ____________________________________________________________________________
32647 [ 20936] By: jhi                                   on 2003/08/29  17:17:16
32648         Log: Some perluniintro tweaks.
32649      Branch: perl
32650            ! pod/perluniintro.pod
32651 ____________________________________________________________________________
32652 [ 20935] By: jhi                                   on 2003/08/29  17:07:25
32653         Log: Tiny doc tweak from Shannon -jj Behrens.
32654      Branch: perl
32655            ! pod/perluniintro.pod
32656 ____________________________________________________________________________
32657 [ 20933] By: jhi                                   on 2003/08/29  13:25:18
32658         Log: Comparing an int to a U32 makes VC6 nervous.
32659      Branch: perl
32660            ! pp.c pp_hot.c
32661 ____________________________________________________________________________
32662 [ 20932] By: jhi                                   on 2003/08/29  13:06:06
32663         Log: Better skip() explicit number of tests, test counts getting
32664              out of sync less likely that way.
32665      Branch: perl
32666            ! t/op/pack.t
32667 ____________________________________________________________________________
32668 [ 20931] By: jhi                                   on 2003/08/29  12:59:32
32669         Log: Some Ultrix test dodgings.
32670      Branch: perl
32671            ! t/base/num.t t/op/arith.t t/op/pack.t
32672 ____________________________________________________________________________
32673 [ 20930] By: jhi                                   on 2003/08/29  12:57:07
32674         Log: Subject: [PATCH op.c] Perl_newCONSTSUB() related memory leaks
32675              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32676              Date: Thu, 28 Aug 2003 21:47:22 +0200
32677              Message-ID: <006301c36d9d$335976a0$e400a8c0@R2D2>
32678      Branch: perl
32679            ! op.c
32680 ____________________________________________________________________________
32681 [ 20929] By: jhi                                   on 2003/08/29  12:55:12
32682         Log: Subject: [PATCH] maint / blead tweaks in perlio.c for Cygwin
32683              From: "Gerrit P. Haase" <gp@familiehaase.de>
32684              Date: Thu, 28 Aug 2003 08:18:51 +0200
32685              Message-ID: <4157199551.20030828081851@familiehaase.de>
32686
32687              (changed so that the 'b' is always appended)
32688      Branch: perl
32689            ! perlio.c
32690 ____________________________________________________________________________
32691 [ 20928] By: jhi                                   on 2003/08/29  07:04:17
32692         Log: Subject: RE: [PATCH] Pod::InputObjects performance de-pessimization
32693              From: marek.rouchal@infineon.com
32694              Date: Wed, 27 Aug 2003 17:25:28 +0200
32695              Message-ID: <9843A649BAD7FB4686F6FCBC840D600E08381508@mucse001.eu.infineon.com>
32696
32697              PodParser-1.25 prerelease.
32698      Branch: perl
32699            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
32700            ! lib/Pod/Parser.pm pod/pod2usage.PL pod/podchecker.PL
32701            ! pod/podselect.PL t/pod/find.t t/pod/poderrs.xr
32702 ____________________________________________________________________________
32703 [ 20927] By: jhi                                   on 2003/08/28  18:53:45
32704         Log: MPE/iX gcc 3.3.1 changes from Mark Klein and Mark Bixby.
32705      Branch: perl
32706            ! ext/DynaLoader/dl_mpeix.xs mpeix/mpeix.c
32707 ____________________________________________________________________________
32708 [ 20925] By: jhi                                   on 2003/08/28  16:15:47
32709         Log: Subject: [PATCH] valgrindpp.pl
32710              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32711              Date: Thu, 28 Aug 2003 09:43:49 +0200
32712              Message-ID: <002701c36d38$1edb71c0$ae4eeed9@R2D2>
32713      Branch: perl
32714            ! Porting/valgrindpp.pl
32715 ____________________________________________________________________________
32716 [ 20924] By: jhi                                   on 2003/08/28  16:12:08
32717         Log: Subject: [PATCH] Quieten more warnings in Deparse.pm
32718              From: Paul Johnson <paul@pjcj.net>
32719              Date: Thu, 28 Aug 2003 00:13:59 +0200
32720              Message-ID: <20030827221359.GE28396@pjcj.net>
32721      Branch: perl
32722            ! ext/B/B/Deparse.pm
32723 ____________________________________________________________________________
32724 [ 20923] By: jhi                                   on 2003/08/28  01:45:51
32725         Log: Subject: Re: Another oddity in lib/ExtUtils/MakeMaker/Tutorial.pod
32726              From: Michael G Schwern <schwern@pobox.com>
32727              Date: Wed, 27 Aug 2003 15:05:20 -0700
32728              Message-ID: <20030827220520.GD7300@windhund.schwern.org>
32729      Branch: perl
32730            ! lib/ExtUtils/MakeMaker/Tutorial.pod
32731 ____________________________________________________________________________
32732 [ 20922] By: rgs                                   on 2003/08/27  19:52:27
32733         Log: Add caveats and tests for Symbol::delete_package().
32734      Branch: perl
32735            ! lib/Symbol.pm lib/Symbol.t
32736 ____________________________________________________________________________
32737 [ 20921] By: jhi                                   on 2003/08/27  17:12:56
32738         Log: Configure is doing fine in Ultrix, operator error.
32739      Branch: perl
32740            ! hints/ultrix_4.sh
32741 ____________________________________________________________________________
32742 [ 20920] By: jhi                                   on 2003/08/27  16:49:22
32743         Log: Add the valgrindpp.pl script from Marcus Holland-Moritz.
32744      Branch: perl
32745            + Porting/valgrindpp.pl
32746            ! MANIFEST
32747 ____________________________________________________________________________
32748 [ 20917] By: jhi                                   on 2003/08/27  13:09:33
32749         Log: Subject: disturbing, disruptive typo in Tutorial.pod [PATCH]
32750              From: "John P. Linderman" <jpl@research.att.com>
32751              Date: Wed, 27 Aug 2003 08:10:12 -0400 (EDT)
32752              Message-Id: <200308271210.IAA23907@raptor.research.att.com>
32753
32754              Subject: typo in pod/perlnewmod.pod [PATCH]
32755              From: "John P. Linderman" <jpl@research.att.com>
32756              Date: Wed, 27 Aug 2003 09:07:12 -0400 (EDT)
32757              Message-Id: <200308271307.JAA46955@raptor.research.att.com>
32758
32759              Subject: [PATCH] document the location of byacc
32760              From: Dave Mitchell <davem@fdgroup.com>
32761              Date: Wed, 27 Aug 2003 14:26:50 +0100
32762              Message-ID: <20030827132650.GA23144@fdgroup.com>
32763      Branch: perl
32764            ! Porting/pumpkin.pod lib/ExtUtils/MakeMaker/Tutorial.pod
32765            ! pod/perlnewmod.pod
32766 ____________________________________________________________________________
32767 [ 20916] By: jhi                                   on 2003/08/27  13:01:26
32768         Log: Ultrix tweaks: <string.h> must not be included twice
32769              (otherwise one gets prototype conflicts between the <string.h>
32770              and proto.h because Ultrix thinks e.g. Perl_ninstr has been
32771              define in <string.h>...); and Configure misprobes some features.
32772      Branch: perl
32773            ! ext/POSIX/POSIX.xs ext/SDBM_File/sdbm/sdbm.c
32774            ! ext/SDBM_File/sdbm/sdbm.h ext/Socket/Socket.xs
32775            ! hints/ultrix_4.sh
32776 ____________________________________________________________________________
32777 [ 20915] By: jhi                                   on 2003/08/27  05:37:34
32778         Log: Urk.  In Mac OS X byteorder is not one of the "known ones",
32779              but instead it is 0xFFFF.  So retract #20914.
32780      Branch: perl
32781            ! perl.h
32782 ____________________________________________________________________________
32783 [ 20914] By: jhi                                   on 2003/08/27  05:17:44
32784         Log: Sanity check for BYTEORDER.
32785      Branch: perl
32786            ! perl.h
32787 ____________________________________________________________________________
32788 [ 20913] By: rgs                                   on 2003/08/26  20:34:48
32789         Log: Integrate two DJGPP portability patches from the 5.6.2 branch :
32790
32791              [20859]
32792              Two portability patches for DJGPP from Richard Dawe
32793              <rich@phekda.freeserve.co.uk>.
32794              Message-Id: <E19qfNh-0000Zq-00@phekda.freeserve.co.uk>
32795
32796              [20911]
32797              Don't uppercase automatically all environment variables on DJGPP.
32798              (reported by Richard Dawe, this breaks portability of Unix
32799              scripts.) Don't change the behaviour on plain MS/DOS.
32800      Branch: perl
32801            ! perl.c
32802           !> djgpp/djgppsed.sh dosish.h
32803 ____________________________________________________________________________
32804 [ 20912] By: rgs                                   on 2003/08/26  20:15:40
32805         Log: perlapi.pod tweaks, based on :
32806              Subject: misdocumented return value for sv_setref*
32807              From: Joe Schaefer <joe+perl@sunstarsys.com>
32808              Date: 12 Aug 2003 13:21:42 -0400
32809              Message-ID: <m3adae94gp.fsf@sol.sunstarsys.com>
32810      Branch: perl
32811            ! pod/perlapi.pod sv.c
32812 ____________________________________________________________________________
32813 [ 20910] By: rgs                                   on 2003/08/26  19:37:29
32814         Log: Change the internal prototype of the pop() and shift() builtins
32815              to (;\@), to reflect that their array argument is optional.
32816      Branch: perl
32817            ! opcode.h opcode.pl
32818 ____________________________________________________________________________
32819 [ 20909] By: rgs                                   on 2003/08/26  19:13:39
32820         Log: Subject: [PATCH] improved 19064 (local $_[0] problems)
32821              From: Dave Mitchell <davem@fdgroup.com>
32822              Date: Sun, 24 Aug 2003 15:52:00 +0100
32823              Message-ID: <20030824145159.GA12210@fdgroup.com>
32824      Branch: perl
32825            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
32826 ____________________________________________________________________________
32827 [ 20908] By: rgs                                   on 2003/08/26  18:40:50
32828         Log: Subject: [PATCH] minor File::Spec testing cleanup
32829              From: Ken Williams <ken@mathforum.org>
32830              Date: Thu, 21 Aug 2003 22:47:51 -0500
32831              Message-Id: <67C30B63-D453-11D7-8495-003065F6D85A@mathforum.org>
32832      Branch: perl
32833            ! lib/File/Spec/t/rel2abs2rel.t
32834 ____________________________________________________________________________
32835 [ 20907] By: jhi                                   on 2003/08/26  12:12:14
32836         Log: Maintainer catch from Rafael.
32837      Branch: perl
32838            ! Porting/Maintainers.pl
32839 ____________________________________________________________________________
32840 [ 20905] By: jhi                                   on 2003/08/26  09:36:22
32841         Log: Take a cutdown version of the change #20903 also to perlebcdic.
32842      Branch: perl
32843            ! pod/perlebcdic.pod
32844 ____________________________________________________________________________
32845 [ 20904] By: jhi                                   on 2003/08/26  09:29:49
32846         Log: No dynaloading at all in Ultrix.
32847      Branch: perl
32848            ! hints/ultrix_4.sh
32849 ____________________________________________________________________________
32850 [ 20903] By: jhi                                   on 2003/08/26  08:54:02
32851         Log: PerlIO on EBCDIC on BS2000 advice from Thomas Dorner.
32852              (This information looks interesting enough to be mentioned
32853              elsewhere, too.)
32854      Branch: perl
32855            ! README.bs2000
32856 ____________________________________________________________________________
32857 [ 20902] By: jhi                                   on 2003/08/26  08:36:36
32858         Log: CGI::Carp from CGI.pm 3.00 was missing.
32859      Branch: perl
32860            ! lib/CGI/Carp.pm
32861 ____________________________________________________________________________
32862 [ 20901] By: jhi                                   on 2003/08/26  05:18:15
32863         Log: Subject: Re: [PATCH] valgrind and /#/x
32864              From: Enache Adrian <enache@rdslink.ro>
32865              Date: Tue, 26 Aug 2003 08:11:07 +0300
32866              Message-ID: <20030826051107.GA1086@ratsnest.hole>
32867      Branch: perl
32868            ! regcomp.c t/op/re_tests t/run/fresh_perl.t toke.c
32869 ____________________________________________________________________________
32870 [ 20900] By: jhi                                   on 2003/08/26  04:53:09
32871         Log: More memory lane.
32872      Branch: perl
32873            ! hints/ultrix_4.sh
32874 ____________________________________________________________________________
32875 [ 20899] By: rgs                                   on 2003/08/25  21:05:57
32876         Log: fix syscall() prototype description in
32877              perlfunc.pod, as suggested by Lukas Mai.
32878      Branch: perl
32879            ! pod/perlfunc.pod
32880 ____________________________________________________________________________
32881 [ 20896] By: jhi                                   on 2003/08/25  19:52:48
32882         Log: Tiny doc tweak.
32883      Branch: perl
32884            ! README.solaris
32885 ____________________________________________________________________________
32886 [ 20895] By: jhi                                   on 2003/08/25  19:46:31
32887         Log: Even more SunOS 4 info.
32888      Branch: perl
32889            ! README.solaris
32890 ____________________________________________________________________________
32891 [ 20894] By: jhi                                   on 2003/08/25  19:37:00
32892         Log: Subject: [PATCH@20512] make backspace key work for WinCE users
32893              From: Vadim Konovalov <vkonovalov@peterstar.ru>
32894              Date: Tue, 26 Aug 2003 00:10:29 +0400
32895              Message-ID: <135606488000.20030826001029@peterstar.ru>
32896      Branch: perl
32897            ! wince/perlmain.c
32898 ____________________________________________________________________________
32899 [ 20893] By: jhi                                   on 2003/08/25  19:25:08
32900         Log: Subject: more valgrinding: select problem?
32901              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
32902              Date: Mon, 25 Aug 2003 22:02:17 +0200
32903              Message-ID: <008301c36b43$cfe26f10$0c2f1fac@R2D2>
32904
32905              In glibc, just use the __FD_SETSIZE since that's
32906              the size of the buffer (usually 1024 bits, much
32907              more than the selectminbits of 32).
32908      Branch: perl
32909            ! pp_sys.c
32910 ____________________________________________________________________________
32911 [ 20892] By: jhi                                   on 2003/08/25  19:11:32
32912         Log: More ptags tweakage from Stas; now add 'fullpath'
32913              option to get absolute paths.
32914      Branch: perl
32915            ! emacs/ptags
32916 ____________________________________________________________________________
32917 [ 20891] By: jhi                                   on 2003/08/25  18:35:03
32918         Log: The new tests of #20888 didn't really test what they claimed to.
32919      Branch: perl
32920            ! t/op/pat.t
32921 ____________________________________________________________________________
32922 [ 20890] By: jhi                                   on 2003/08/25  18:14:33
32923         Log: Subject: [5.8.1] maint @ 20845 OK on aix 4.2
32924              From: Jose.auguste-etienne@cgss-guyane.fr
32925              Date: Mon, 25 Aug 2003 14:35:45 -0300
32926              Message-ID: <OF1EF867E8.4A2A43A1-ON03256D8D.005DFE9A@Cgss-Guyane.fr>
32927
32928              AIX Configure advice.
32929      Branch: perl
32930            ! README.aix
32931 ____________________________________________________________________________
32932 [ 20889] By: jhi                                   on 2003/08/25  18:08:42
32933         Log: More SunOS 4.x info.
32934      Branch: perl
32935            ! README.solaris
32936 ____________________________________________________________________________
32937 [ 20888] By: jhi                                   on 2003/08/25  17:53:32
32938         Log: The #20887 didn't go over that well;
32939              and add a few more tests from UTS#18.
32940      Branch: perl
32941            ! t/op/pat.t
32942 ____________________________________________________________________________
32943 [ 20887] By: jhi                                   on 2003/08/25  16:40:51
32944         Log: pat.t -> charnames -> UCD -> Storable,
32945              not good for static builds and minitest.
32946      Branch: perl
32947            ! t/op/pat.t
32948 ____________________________________________________________________________
32949 [ 20886] By: jhi                                   on 2003/08/25  16:35:26
32950         Log: SunOS 4.1.4 is working, too.
32951      Branch: perl
32952            ! README.solaris hints/sunos_4_1.sh
32953 ____________________________________________________________________________
32954 [ 20884] By: jhi                                   on 2003/08/25  16:05:18
32955         Log: Regen perlmodlib, perltoc.
32956      Branch: perl
32957            ! pod/perlmodlib.pod pod/perltoc.pod
32958 ____________________________________________________________________________
32959 [ 20881] By: jhi                                   on 2003/08/25  15:45:51
32960         Log: UVSIZE is not yet defined when it would be needed
32961              by MULTIARCH.  So go back to LONGSIZE, and (belt-
32962              and-suspenders-and-rope style) later in UVSIZE
32963              possibly redefine BYTEORDER.
32964      Branch: perl
32965            ! Configure config_h.SH
32966 ____________________________________________________________________________
32967 [ 20880] By: jhi                                   on 2003/08/25  11:28:45
32968         Log: Subject: [PATCH] valgrind and /#/x
32969              From: Dave Mitchell <davem@fdgroup.com>
32970              Date: Mon, 25 Aug 2003 13:27:49 +0100
32971              Message-ID: <20030825122748.GA15560@fdgroup.com>
32972      Branch: perl
32973            ! regcomp.c
32974 ____________________________________________________________________________
32975 [ 20879] By: jhi                                   on 2003/08/25  11:16:29
32976         Log: Subject: Please update my address
32977              From: Ed Avis <ed@membled.com>
32978              Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST)
32979              Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net>
32980
32981              (Just the AUTHORS part, though, I don't think retroactively
32982              updating the Changes* is useful.)
32983      Branch: perl
32984            ! AUTHORS
32985 ____________________________________________________________________________
32986 [ 20878] By: jhi                                   on 2003/08/25  11:14:26
32987         Log: Document even more ways of affecting your "utf8ness".
32988      Branch: perl
32989            ! lib/utf8.pm
32990 ____________________________________________________________________________
32991 [ 20877] By: jhi                                   on 2003/08/25  11:11:40
32992         Log: Change the VERSION since there are now changes since Perl 5.8.0.
32993      Branch: perl
32994            ! ext/I18N/Langinfo/Langinfo.pm
32995 ____________________________________________________________________________
32996 [ 20876] By: jhi                                   on 2003/08/25  11:11:13
32997         Log: Keep the CGI::Util VERSION at 1.31 since there have been changes
32998              since Perl 5.8.0.
32999      Branch: perl
33000            ! lib/CGI/Util.pm
33001 ____________________________________________________________________________
33002 [ 20875] By: jhi                                   on 2003/08/25  11:09:49
33003         Log: Upgrade to CGI.pm 3.00.
33004      Branch: perl
33005            ! lib/CGI.pm lib/CGI/Util.pm
33006 ____________________________________________________________________________
33007 [ 20872] By: jhi                                   on 2003/08/25  09:03:44
33008         Log: Subject: [PATCH] valgrind update
33009              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
33010              Date: Mon, 25 Aug 2003 09:51:57 +0200 (MEST)
33011              Message-ID: <21671.1061797917@www38.gmx.net>
33012      Branch: perl
33013            ! t/TEST t/op/magic.t
33014 ____________________________________________________________________________
33015 [ 20871] By: jhi                                   on 2003/08/25  05:16:02
33016         Log: Subject: [PATCH] valgrind memcpy warnings (Re: [PATCH] Re: valgrind as a leak hound?)
33017              From: Nicholas Clark <nick@ccl4.org>
33018              Date: Sun, 24 Aug 2003 16:48:53 +0100
33019              Message-ID: <20030824164851.E558@plum.flirble.org>
33020      Branch: perl
33021            ! doop.c
33022 ____________________________________________________________________________
33023 [ 20870] By: jhi                                   on 2003/08/25  05:14:04
33024         Log: Subject: [patch emacs/ptags] allow xemacs to be used
33025              From: Stas Bekman <stas@stason.org>
33026              Date: Sun, 24 Aug 2003 22:05:00 -0700
33027              Message-ID: <3F4998FC.3090401@stason.org>
33028      Branch: perl
33029            ! emacs/ptags
33030 ____________________________________________________________________________
33031 [ 20868] By: jhi                                   on 2003/08/24  13:20:03
33032         Log: MPE/iX doc tweak from Mark Bixby.
33033      Branch: perl
33034            ! README.mpeix
33035 ____________________________________________________________________________
33036 [ 20867] By: jhi                                   on 2003/08/24  10:46:42
33037         Log: Various tweaks for getting Perl to compile on SunOS 4.x.
33038              Doesn't work well yet, something broken in DynaLoader/XSLoader?
33039      Branch: perl
33040            ! README.solaris ext/IO/poll.c hints/sunos_4_1.sh
33041 ____________________________________________________________________________
33042 [ 20866] By: jhi                                   on 2003/08/24  10:00:59
33043         Log: IRIX 5.3 is 99.90% okay.
33044      Branch: perl
33045            ! README.irix hints/irix_5.sh
33046 ____________________________________________________________________________
33047 [ 20865] By: jhi                                   on 2003/08/24  08:24:46
33048         Log: An imperfect last resort in case there is no strtoul() but
33049              there is strtol() (like e.g. SunOS 4) because of the Atoul()
33050              in Perl_get_hash_seed()).  The only true fix would be to
33051              implement Perl_my_strtoul() (and Perl_my_strtol(), I guess)
33052              in numeric.c.
33053      Branch: perl
33054            ! perl.h
33055 ____________________________________________________________________________
33056 [ 20864] By: jhi                                   on 2003/08/24  07:45:47
33057         Log: s/rationale/rational/g on bigrats.
33058      Branch: perl
33059            ! lib/Math/BigRat.pm lib/bigrat.pm
33060 ____________________________________________________________________________
33061 [ 20862] By: jhi                                   on 2003/08/24  06:41:17
33062         Log: Update the CPAN mirrors list.
33063      Branch: perl
33064            ! pod/perlmodlib.PL pod/perlmodlib.pod
33065 ____________________________________________________________________________
33066 [ 20861] By: jhi                                   on 2003/08/24  06:13:13
33067         Log: gcc -O3 and Storable in Linux do not like each other.
33068      Branch: perl
33069            ! ext/Storable/hints/linux.pl
33070 ____________________________________________________________________________
33071 [ 20860] By: jhi                                   on 2003/08/24  05:34:56
33072         Log: Bad quote day, noticed by Philip Newton.
33073      Branch: perl
33074            ! hints/dos_djgpp.sh
33075 ____________________________________________________________________________
33076 [ 20856] By: jhi                                   on 2003/08/23  09:15:15
33077         Log: Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture"
33078              From: Enache Adrian <enache@rdslink.ro>
33079              Date: Mon, 4 Aug 2003 16:20:19 +0300
33080              Message-ID: <20030804132019.GA6764@ratsnest.hole>
33081      Branch: perl
33082            ! Configure config_h.SH
33083 ____________________________________________________________________________
33084 [ 20855] By: jhi                                   on 2003/08/23  07:51:32
33085         Log: Add more comments so that one can see what is supposed to happen.
33086      Branch: perl
33087            ! t/op/lc.t
33088 ____________________________________________________________________________
33089 [ 20854] By: jhi                                   on 2003/08/23  07:41:11
33090         Log: More data points about the Storable optimization problem
33091              in Linux.  (It might be that also non-Debians are affected,
33092              waiting for more information.)
33093      Branch: perl
33094            ! ext/Storable/hints/linux.pl
33095 ____________________________________________________________________________
33096 [ 20853] By: jhi                                   on 2003/08/23  07:37:41
33097         Log: Move the note about known eval leaks earlier.
33098      Branch: perl
33099            ! pod/perlhack.pod
33100 ____________________________________________________________________________
33101 [ 20852] By: jhi                                   on 2003/08/23  07:15:58
33102         Log: Forgot to regen byterun.c.
33103      Branch: perl
33104            ! ext/ByteLoader/byterun.c
33105 ____________________________________________________________________________
33106 [ 20851] By: jhi                                   on 2003/08/23  07:13:29
33107         Log: Doc tweaks on perlhack.
33108      Branch: perl
33109            ! pod/perlhack.pod
33110 ____________________________________________________________________________
33111 [ 20850] By: jhi                                   on 2003/08/23  06:54:58
33112         Log: Subject: [PATCH] Re: valgrind as a leak hound?
33113              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33114              Date: Fri, 22 Aug 2003 23:28:18 +0200
33115              Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2>
33116
33117              Add the leak detection to valgrind testing.
33118      Branch: perl
33119            + t/perl.supp
33120            ! MANIFEST pod/perlhack.pod t/TEST
33121 ____________________________________________________________________________
33122 [ 20843] By: jhi                                   on 2003/08/22  15:05:39
33123         Log: Oops.  Why can't C comments nest?
33124      Branch: perl
33125            ! pp_sys.c
33126 ____________________________________________________________________________
33127 [ 20842] By: jhi                                   on 2003/08/22  14:57:09
33128         Log: Try to dodge getspnam() in AIX.
33129      Branch: perl
33130            ! pp_sys.c
33131 ____________________________________________________________________________
33132 [ 20840] By: jhi                                   on 2003/08/22  13:52:26
33133         Log: Subject: Re: mysterious bytecode.t failure
33134              From: Enache Adrian <enache@rdslink.ro>
33135              Date: Fri, 22 Aug 2003 11:49:34 +0300
33136              Message-ID: <20030822084934.GA1257@ratsnest.hole>
33137      Branch: perl
33138            ! t/base/lex.t
33139 ____________________________________________________________________________
33140 [ 20839] By: jhi                                   on 2003/08/22  13:51:44
33141         Log: Subject: [PATCH] for File::Temp::tempdir(CLEANUP => 1)
33142              From: Slaven Rezic <slaven@rezic.de>
33143              Date: Sun, 17 Aug 2003 12:52:47 +0200 (CEST)
33144              Message-Id: <200308171052.h7HAqlfo026317@vran.herceg.de>
33145      Branch: perl
33146            ! lib/File/Temp.pm lib/File/Temp/t/tempfile.t
33147 ____________________________________________________________________________
33148 [ 20837] By: jhi                                   on 2003/08/22  13:42:24
33149         Log: Just #.
33150      Branch: perl
33151            ! pod/buildtoc pod/perltoc.pod
33152 ____________________________________________________________________________
33153 [ 20835] By: jhi                                   on 2003/08/22  13:32:12
33154         Log: Regen toc.
33155      Branch: perl
33156            ! pod/perltoc.pod
33157 ____________________________________________________________________________
33158 [ 20834] By: jhi                                   on 2003/08/22  13:28:36
33159         Log: Also MANIFEST the vms/perlvms restoration.
33160      Branch: perl
33161            ! MANIFEST
33162 ____________________________________________________________________________
33163 [ 20833] By: jhi                                   on 2003/08/22  13:22:02
33164         Log: In the vms/descrip_mms.template    the perlvms.pod must
33165              be copied from vms/, err, [.vms], not [.pod].
33166      Branch: perl
33167            ! pod/buildtoc vms/descrip_mms.template
33168 ____________________________________________________________________________
33169 [ 20832] By: jhi                                   on 2003/08/22  13:15:35
33170         Log: Retract #20826 and #20831; things are done differently
33171              in VMS, it seems.  Maybe the vms/descrip_mms.template
33172              needs to be changed?
33173      Branch: perl
33174            + vms/perlvms.pod
33175            - pod/perlvms.pod
33176            ! MANIFEST Makefile.SH
33177 ____________________________________________________________________________
33178 [ 20831] By: jhi                                   on 2003/08/22  13:04:47
33179         Log: Rafael spotted that vms/perlvms.pod was still referred to.
33180      Branch: perl
33181            ! Makefile.SH
33182 ____________________________________________________________________________
33183 [ 20829] By: jhi                                   on 2003/08/22  12:22:04
33184         Log: The change #20809 opened up a code path that might leave s unset.
33185      Branch: perl
33186            ! mg.c
33187 ____________________________________________________________________________
33188 [ 20828] By: jhi                                   on 2003/08/22  12:17:49
33189         Log: Subject: [PATCH: lib/File/Path.t] Re: maint @ 20803
33190              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
33191              Date: Fri, 22 Aug 2003 14:57:09 +0200
33192              Message-ID: <00dd01c368ac$e69146d0$0c2f1fac@R2D2>
33193      Branch: perl
33194            ! lib/File/Path.t
33195 ____________________________________________________________________________
33196 [ 20827] By: jhi                                   on 2003/08/22  12:17:01
33197         Log: Test the correct longness; from Enache.
33198      Branch: perl
33199            ! ext/B/t/assembler.t
33200 ____________________________________________________________________________
33201 [ 20826] By: jhi                                   on 2003/08/22  12:15:28
33202         Log: perlvms moving day, from Craig Berry.
33203      Branch: perl
33204            + pod/perlvms.pod
33205            - vms/perlvms.pod
33206            ! MANIFEST
33207 ____________________________________________________________________________
33208 [ 20825] By: jhi                                   on 2003/08/22  12:14:14
33209         Log: Lower Storable.xs optimization to -O2 on certain
33210              known platforms.
33211      Branch: perl
33212            + ext/Storable/hints/linux.pl
33213            ! MANIFEST
33214 ____________________________________________________________________________
33215 [ 20824] By: jhi                                   on 2003/08/22  08:20:15
33216         Log: Subject: [PATCH] Re: [perl #23463] compiler version on sparc/netbsd
33217              From: Nicholas Clark <nick@ccl4.org>
33218              Date: Thu, 21 Aug 2003 22:26:18 +0100
33219              Message-ID: <20030821222618.T558@plum.flirble.org>
33220      Branch: perl
33221            ! t/op/pack.t
33222 ____________________________________________________________________________
33223 [ 20823] By: jhi                                   on 2003/08/22  08:16:47
33224         Log: Subject: Re: [perl #23463]: compiler version on sparc/netbsd
33225              From: alian@cpan.org (Alian)
33226              Date: Wed, 20 Aug 2003 20:39:17 +0200
33227              Message-ID: <3F43C055.6030709@jupiter.alianet>
33228      Branch: perl
33229            ! t/op/pack.t
33230 ____________________________________________________________________________
33231 [ 20822] By: jhi                                   on 2003/08/22  08:01:57
33232         Log: Try to make the use of utf8 as clear as possible.
33233      Branch: perl
33234            ! lib/utf8.pm
33235 ____________________________________________________________________________
33236 [ 20821] By: jhi                                   on 2003/08/22  07:51:21
33237         Log: Put the tests of the change #19064 back, but disable them.
33238      Branch: perl
33239            ! t/op/args.t
33240 ____________________________________________________________________________
33241 [ 20820] By: jhi                                   on 2003/08/22  06:47:50
33242         Log: Advertise the encoding pragma at the utf8 pragma.
33243      Branch: perl
33244            ! lib/utf8.pm
33245 ____________________________________________________________________________
33246 [ 20819] By: jhi                                   on 2003/08/22  06:31:29
33247         Log: Subject: [PATCH] grok_* symbols missing in Devel::PPPort (2nd attempt)
33248              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
33249              Date: Fri, 22 Aug 2003 09:01:09 +0200
33250              Message-id: <20030822070109.GA1029@ethan>
33251      Branch: perl
33252            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
33253            ! ext/Devel/PPPort/t/test.t
33254 ____________________________________________________________________________
33255 [ 20817] By: jhi                                   on 2003/08/22  05:18:53
33256         Log: Subject: [PATCH] perl-5.8.0, langinfo.h and YESSTR
33257              From: insecure <insecure@mail.od.ua>
33258              Date: Thu, 21 Aug 2003 21:37:56 +0300
33259              Message-Id: <200308212137.57016.insecure@mail.od.ua>
33260      Branch: perl
33261            ! ext/I18N/Langinfo/Langinfo.xs
33262 ____________________________________________________________________________
33263 [ 20816] By: jhi                                   on 2003/08/22  05:15:30
33264         Log: More bytecode patching from Enache.
33265      Branch: perl
33266            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
33267            ! ext/B/B/Disassembler.pm ext/ByteLoader/bytecode.h
33268 ____________________________________________________________________________
33269 [ 20815] By: jhi                                   on 2003/08/22  05:06:58
33270         Log: Subject: Re: pod cleanup
33271              From: Ken Williams <ken@mathforum.org>
33272              Date: Thu, 21 Aug 2003 21:24:57 -0500
33273              Message-Id: <D2C0AA31-D447-11D7-8495-003065F6D85A@mathforum.org>
33274      Branch: perl
33275            ! lib/File/Spec/Cygwin.pm lib/File/Spec/OS2.pm
33276 ____________________________________________________________________________
33277 [ 20814] By: jhi                                   on 2003/08/22  05:05:52
33278         Log: Do not edit perltoc since it is autogenerated.
33279      Branch: perl
33280            ! pod/buildtoc
33281 ____________________________________________________________________________
33282 [ 20813] By: jhi                                   on 2003/08/22  04:57:12
33283         Log: Subject: [PATCH] Re: pod cleanup
33284              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
33285              Date: Thu, 21 Aug 2003 17:09:17 -0400
33286              Message-ID: <20030821210917.GB164965@linguist.thayer.dartmouth.edu>
33287
33288              (the pod part)
33289      Branch: perl
33290            ! pod/perl5005delta.pod pod/perlfaq4.pod pod/perlhack.pod
33291            ! pod/perlipc.pod pod/perlpacktut.pod
33292 ____________________________________________________________________________
33293 [ 20811] By: jhi                                   on 2003/08/22  04:46:58
33294         Log: No need to E<gt>.
33295      Branch: perl
33296            ! pod/perluniintro.pod
33297 ____________________________________________________________________________
33298 [ 20810] By: jhi                                   on 2003/08/22  04:46:01
33299         Log: Add File::Temp's OO test.
33300      Branch: perl
33301            + lib/File/Temp/t/object.t
33302            ! MANIFEST
33303 ____________________________________________________________________________
33304 [ 20809] By: rgs                                   on 2003/08/21  19:07:22
33305         Log: The magic variables that alter STDOUT have a tendancy to segfault
33306              when accessed if STDOUT is undefined. Protect them.
33307      Branch: perl
33308            ! mg.c
33309 ____________________________________________________________________________
33310 [ 20808] By: jhi                                   on 2003/08/21  18:39:36
33311         Log: Mention the Unicode UTR #18 version referenced.
33312      Branch: perl
33313            ! pod/perlunicode.pod
33314 ____________________________________________________________________________
33315 [ 20807] By: jhi                                   on 2003/08/21  18:22:22
33316         Log: Must close so that unlink works portably.
33317      Branch: perl
33318            ! t/io/utf8.t
33319 ____________________________________________________________________________
33320 [ 20806] By: jhi                                   on 2003/08/21  18:15:07
33321         Log: Subject: [perluniintro.pod] pod markup fix
33322              From: Stas Bekman <stas@stason.org>
33323              Date: Thu, 21 Aug 2003 11:41:01 -0700
33324              Message-ID: <3F45123D.8020805@stason.org>
33325      Branch: perl
33326            ! pod/perluniintro.pod
33327 ____________________________________________________________________________
33328 [ 20805] By: jhi                                   on 2003/08/21  18:11:30
33329         Log: Subject: [PATCH] utf8 variable names scrambled in error messages
33330              From: Enache Adrian <enache@rdslink.ro>
33331              Date: Thu, 21 Aug 2003 21:17:26 +0300
33332              Message-ID: <20030821181726.GA1241@ratsnest.hole>
33333      Branch: perl
33334            ! gv.c t/op/die.t
33335 ____________________________________________________________________________
33336 [ 20804] By: jhi                                   on 2003/08/21  18:09:10
33337         Log: Fix the syswrite downgrade bug of
33338              [perl #23428] Somethings rotten in unicode semantics
33339      Branch: perl
33340            ! pp_sys.c t/io/utf8.t
33341 ____________________________________________________________________________
33342 [ 20801] By: jhi                                   on 2003/08/21  15:06:16
33343         Log: No more public cwd(), use private _cwd().
33344      Branch: perl
33345            ! lib/File/Spec/t/Spec.t
33346 ____________________________________________________________________________
33347 [ 20799] By: jhi                                   on 2003/08/21  14:20:04
33348         Log: Underline the fact that abs2rel() makes no sense
33349              if it spans multiple roots.
33350      Branch: perl
33351            ! lib/File/Spec.pm lib/File/Spec/Unix.pm
33352 ____________________________________________________________________________
33353 [ 20798] By: jhi                                   on 2003/08/21  14:12:29
33354         Log: Rename the internal cwd() to _cwd() (it's not curdir).
33355      Branch: perl
33356            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
33357            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
33358            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33359            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
33360 ____________________________________________________________________________
33361 [ 20797] By: jhi                                   on 2003/08/21  14:05:18
33362         Log: Subject: Re: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
33363              From: PPrymmer@factset.com
33364              Message-ID: <OF261B78F0.19FBE242-ON85256D88.00091B48-85256D88.000A179D@factset.com>
33365              Date: Tue, 19 Aug 2003 21:50:12 -0400
33366      Branch: perl
33367            ! lib/ExtUtils/MM_Unix.pm
33368 ____________________________________________________________________________
33369 [ 20795] By: jhi                                   on 2003/08/21  04:42:56
33370         Log: Retract #19064, broke mod_perl flushing (localisation of $|).
33371              http://public.activestate.com/cgi-bin/perlbrowse?patch=19064
33372              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2003-08/msg01466.html
33373      Branch: perl
33374            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
33375 ____________________________________________________________________________
33376 [ 20794] By: jhi                                   on 2003/08/21  04:35:54
33377         Log: MPE/iX does not have nanosleep() (the test makes
33378              a wrong conclusion of the linking succeeding)
33379      Branch: perl
33380            ! ext/Time/HiRes/Makefile.PL
33381 ____________________________________________________________________________
33382 [ 20793] By: jhi                                   on 2003/08/21  04:35:05
33383         Log: Subject: Re: untieing your victim during the act
33384              From: Dave Mitchell <davem@fdgroup.com>
33385              Date: Wed, 20 Aug 2003 20:44:53 +0100
33386              Message-ID: <20030820194453.GD27719@fdgroup.com>
33387      Branch: perl
33388            ! mg.c
33389 ____________________________________________________________________________
33390 [ 20792] By: jhi                                   on 2003/08/21  04:30:54
33391         Log: Byteloader patching from Enache continues;
33392              PADOFFSET handling was wrong.
33393      Branch: perl
33394            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
33395            ! ext/B/t/assembler.t ext/ByteLoader/bytecode.h
33396            ! ext/ByteLoader/byterun.c
33397 ____________________________________________________________________________
33398 [ 20791] By: jhi                                   on 2003/08/20  13:55:35
33399         Log: Subject: [PATCH perl@20760] Remove redundant targets from Win32 Makefile
33400              From: Steve Hay <steve.hay@uk.radan.com>
33401              Date: Wed, 20 Aug 2003 10:54:46 +0100
33402              Message-ID: <3F434566.3030602@uk.radan.com>
33403      Branch: perl
33404            ! win32/Makefile win32/makefile.mk
33405 ____________________________________________________________________________
33406 [ 20790] By: jhi                                   on 2003/08/20  11:01:52
33407         Log: Upgrade to Encode 1.98.
33408      Branch: perl
33409            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
33410            ! ext/Encode/META.yml ext/Encode/bin/enc2xs
33411            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
33412            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_eucjp.t
33413            ! ext/Encode/t/enc_utf8.t ext/Encode/t/mime-header.t
33414            ! ext/Encode/ucm/macArabic.ucm ext/Encode/ucm/macFarsi.ucm
33415            ! ext/Encode/ucm/macHebrew.ucm
33416 ____________________________________________________________________________
33417 [ 20789] By: jhi                                   on 2003/08/20  10:49:51
33418         Log: Patch from Enache for the crashing of bytecode.t in Tru64.
33419      Branch: perl
33420            ! ext/B/B/Bytecode.pm ext/ByteLoader/bytecode.h
33421 ____________________________________________________________________________
33422 [ 20786] By: rgs                                   on 2003/08/19  20:22:07
33423         Log: t/TEST fails to fail when it can't find tests.
33424      Branch: perl
33425            ! t/TEST
33426 ____________________________________________________________________________
33427 [ 20785] By: jhi                                   on 2003/08/19  19:34:18
33428         Log: Manifest.t.ation of Schwern.
33429      Branch: perl
33430            ! lib/ExtUtils/t/Manifest.t
33431 ____________________________________________________________________________
33432 [ 20783] By: jhi                                   on 2003/08/19  19:24:00
33433         Log: Nick's podulator was right, I just hadn't read the manual...
33434              the vms\perlvms.pod lines needed to be moved.
33435      Branch: perl
33436            ! win32/Makefile win32/makefile.mk
33437 ____________________________________________________________________________
33438 [ 20781] By: jhi                                   on 2003/08/19  16:59:49
33439         Log: Subject: Re: [perl #23304] Installing perl breaks redhat-config scripts[was: New (well  known) printer won't install in RH-9]
33440              From: Andy Dougherty <doughera@lafayette.edu>
33441              Date: Tue, 19 Aug 2003 10:45:24 -0400 (EDT)
33442              Message-ID: <Pine.SOL.4.53.0308191027250.6665@maxwell.phys.lafayette.edu>
33443      Branch: perl
33444            ! INSTALL
33445 ____________________________________________________________________________
33446 [ 20780] By: jhi                                   on 2003/08/19  16:54:48
33447         Log: Subject: [PATCH] Can't build thread on openbsd sparc64 => B.c:5078: virtual memory exhausted
33448              From: alian <alian@cpan.org>
33449              Date: Tue, 19 Aug 2003 18:18:03 +0200
33450              Message-ID: <20030819161650.65754.qmail@onion.perl.org>
33451      Branch: perl
33452            + ext/B/hints/openbsd.pl
33453            ! MANIFEST
33454 ____________________________________________________________________________
33455 [ 20779] By: jhi                                   on 2003/08/19  16:49:22
33456         Log: Subject: Re: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
33457              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
33458              Date: Tue, 19 Aug 2003 08:28:14 -0700
33459              Message-ID: <20030819152814.GA15441@math.berkeley.edu>
33460      Branch: perl
33461            ! lib/File/Spec/OS2.pm
33462 ____________________________________________________________________________
33463 [ 20778] By: jhi                                   on 2003/08/19  15:09:30
33464         Log: Unnecessary whitespace diff.
33465      Branch: perl
33466            ! lib/ExtUtils/MakeMaker.pm
33467 ____________________________________________________________________________
33468 [ 20777] By: jhi                                   on 2003/08/19  15:05:18
33469         Log: One less failure.
33470      Branch: perl
33471            ! lib/ExtUtils/t/Manifest.t
33472 ____________________________________________________________________________
33473 [ 20776] By: jhi                                   on 2003/08/19  13:36:03
33474         Log: Replace #20772 with
33475
33476              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
33477              From: PPrymmer@factset.com
33478              Message-ID: <OFE22C35CE.D5CB1A7F-ON85256D87.004E3BCA-85256D87.004F9EF2@factset.com>
33479              Date: Tue, 19 Aug 2003 10:29:44 -0400
33480      Branch: perl
33481            ! lib/ExtUtils/t/Manifest.t
33482 ____________________________________________________________________________
33483 [ 20775] By: jhi                                   on 2003/08/19  13:29:13
33484         Log: (From Enache) Keep bytecode files (.plc) around in case
33485              of failures.  (Currently Tru64 is reliably barfing.)
33486      Branch: perl
33487            ! ext/B/t/bytecode.t
33488 ____________________________________________________________________________
33489 [ 20774] By: jhi                                   on 2003/08/19  13:20:59
33490         Log: 's buildtoc now.
33491      Branch: perl
33492            ! README.cygwin
33493 ____________________________________________________________________________
33494 [ 20773] By: jhi                                   on 2003/08/19  13:19:24
33495         Log: These are kind of important.
33496      Branch: perl
33497            ! MANIFEST
33498 ____________________________________________________________________________
33499 [ 20772] By: jhi                                   on 2003/08/19  13:13:26
33500         Log: Replace #20763 with
33501
33502              Subject: Re: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
33503              From: Michael G Schwern <schwern@pobox.com>
33504              Date: Mon, 18 Aug 2003 17:07:30 -0700
33505              Message-ID: <20030819000729.GG14782@windhund.schwern.org>
33506      Branch: perl
33507            ! lib/ExtUtils/t/Manifest.t
33508 ____________________________________________________________________________
33509 [ 20771] By: jhi                                   on 2003/08/19  13:10:42
33510         Log: Subject: [PATCH] Re: [PATCH] maintperl - File::Spec cwd() stuff
33511              From: Michael G Schwern <schwern@pobox.com>
33512              Date: Mon, 18 Aug 2003 18:02:08 -0700
33513              Message-ID: <20030819010208.GI14782@windhund.schwern.org>
33514      Branch: perl
33515            ! lib/File/Spec/OS2.pm
33516 ____________________________________________________________________________
33517 [ 20770] By: jhi                                   on 2003/08/19  13:08:45
33518         Log: Subject: [PATCH] maintperl - File::Spec cwd() stuff
33519              From: Ken Williams <ken@mathforum.org>
33520              Date: Mon, 18 Aug 2003 17:07:43 -0500
33521              Message-Id: <645E5A7D-D1C8-11D7-84BF-003065F6D85A@mathforum.org>
33522      Branch: perl
33523            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
33524            ! lib/File/Spec/t/Spec.t
33525 ____________________________________________________________________________
33526 [ 20769] By: jhi                                   on 2003/08/19  12:25:07
33527         Log: Update the history records.
33528      Branch: perl
33529            ! pod/perlhist.pod
33530 ____________________________________________________________________________
33531 [ 20768] By: jhi                                   on 2003/08/19  12:15:58
33532         Log: Still trying to unify MANIFEST sorting.
33533      Branch: perl
33534            ! MANIFEST pod/buildtoc
33535 ____________________________________________________________________________
33536 [ 20767] By: jhi                                   on 2003/08/19  12:10:00
33537         Log: Try to unify the MANIFEST sorting.
33538      Branch: perl
33539            ! MANIFEST Makefile.SH pod/buildtoc
33540 ____________________________________________________________________________
33541 [ 20766] By: jhi                                   on 2003/08/19  12:04:22
33542         Log: Nicholas Clark's podulator.  The win32 makefile
33543              generation doesn't seem to be working yet.
33544      Branch: perl
33545            + pod.lst pod/buildtoc
33546            - pod/buildtoc.PL
33547            ! MANIFEST Makefile.SH pod/Makefile.SH pod/perl.pod
33548            ! pod/perltoc.pod vms/descrip_mms.template win32/pod.mak
33549 ____________________________________________________________________________
33550 [ 20765] By: jhi                                   on 2003/08/19  03:10:57
33551         Log: Pod tweaks for NEXT from Alan Ferrency.
33552      Branch: perl
33553            ! lib/NEXT.pm
33554 ____________________________________________________________________________
33555 [ 20764] By: jhi                                   on 2003/08/18  19:34:16
33556         Log: Typo tweaks from Gerrit P. Haase.  Fcntl, fcntl, fcntl.
33557      Branch: perl
33558            ! ext/Fcntl/Fcntl.pm pod/perlfunc.pod t/io/utf8.t
33559 ____________________________________________________________________________
33560 [ 20763] By: jhi                                   on 2003/08/18  19:01:33
33561         Log: Subject: [PATCH: perl@20760] VMS specific fix for lib/ExtUtils/t/Manifest.t
33562              From: PPrymmer@factset.com
33563              Date: Mon, 18 Aug 2003 15:57:12 -0400
33564              Message-ID: <OF314202D4.49371ADF-ON85256D86.006CEBE2-85256D86.006D9AA7@factset.com>
33565      Branch: perl
33566            ! lib/ExtUtils/t/Manifest.t
33567 ____________________________________________________________________________
33568 [ 20762] By: jhi                                   on 2003/08/18  18:57:22
33569         Log: Subject: [PATCH: perl@20760] clean up quotation issue for use with MMS on VMS
33570              From: PPrymmer@factset.com
33571              Date: Mon, 18 Aug 2003 14:28:22 -0400
33572              Message-ID: <OFAF7796C8.7F204EDE-ON85256D86.0063976D-85256D86.006578B0@factset.com>
33573      Branch: perl
33574            ! vms/descrip_mms.template
33575 ____________________________________________________________________________
33576 [ 20761] By: jhi                                   on 2003/08/18  18:53:05
33577         Log: Use the base class cwd() method.
33578      Branch: perl
33579            ! lib/File/Spec/VMS.pm
33580 ____________________________________________________________________________
33581 [ 20758] By: jhi                                   on 2003/08/18  09:37:22
33582         Log: Subject: [PATCH] Uppercase globals in Pod::Html
33583              From: Michael G Schwern <schwern@pobox.com>
33584              Date: Mon, 18 Aug 2003 03:29:09 -0700
33585              Message-ID: <20030818102909.GJ823@windhund.schwern.org>
33586      Branch: perl
33587            ! lib/Pod/Html.pm
33588 ____________________________________________________________________________
33589 [ 20756] By: jhi                                   on 2003/08/18  08:46:52
33590         Log: Subject: [PATCH] Pod::Html  unifying global variable declaration and initialization
33591              From: Michael G Schwern <schwern@pobox.com>
33592              Date: Mon, 18 Aug 2003 02:44:31 -0700
33593              Message-ID: <20030818094431.GG823@windhund.schwern.org>
33594      Branch: perl
33595            ! lib/Pod/Html.pm
33596 ____________________________________________________________________________
33597 [ 20755] By: jhi                                   on 2003/08/18  08:41:24
33598         Log: Warn about the slowness of memory debuggers.
33599      Branch: perl
33600            ! pod/perlhack.pod
33601 ____________________________________________________________________________
33602 [ 20754] By: jhi                                   on 2003/08/18  08:34:00
33603         Log: Upgrade to ExtUtils::MakeMaker 6.16.
33604      Branch: perl
33605            + lib/ExtUtils/t/prereq_print.t
33606            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Installed.pm
33607            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/META.yml
33608            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
33609            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
33610            ! lib/ExtUtils/t/00setup_dummy.t lib/ExtUtils/t/Manifest.t
33611 ____________________________________________________________________________
33612 [ 20753] By: jhi                                   on 2003/08/18  08:21:36
33613         Log: Subject: Re: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
33614              From: Michael G Schwern <schwern@pobox.com>
33615              Date: Mon, 18 Aug 2003 01:34:34 -0700
33616              Message-ID: <20030818083433.GB823@windhund.schwern.org>
33617      Branch: perl
33618            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
33619 ____________________________________________________________________________
33620 [ 20752] By: jhi                                   on 2003/08/18  07:01:16
33621         Log: I could have sworn the base class method was there.
33622      Branch: perl
33623            ! lib/File/Spec/Unix.pm
33624 ____________________________________________________________________________
33625 [ 20751] By: jhi                                   on 2003/08/18  05:09:34
33626         Log: utf8::is_utf8() wasn't there in 5.8.0.
33627      Branch: perl
33628            ! lib/utf8.pm
33629 ____________________________________________________________________________
33630 [ 20750] By: jhi                                   on 2003/08/18  04:53:22
33631         Log: Subject: [PATCH] Pod::Html test clean-up (was Re: maint @ 20617 (on VMS))
33632              From: "Craig A. Berry" <craigberry@mac.com>
33633              Date: Sun, 17 Aug 2003 23:28:21 -0500
33634              Message-ID: <3F4055E5.2070407@mac.com>
33635      Branch: perl
33636            ! lib/Pod/Html.pm lib/Pod/t/pod2html-lib.pl
33637 ____________________________________________________________________________
33638 [ 20749] By: jhi                                   on 2003/08/17  19:27:03
33639         Log: Subject: [PATCH] Taint safe Cwd::_qnx_abs_path()
33640              From: Michael G Schwern <schwern@pobox.com>
33641              Date: Sat, 16 Aug 2003 14:58:25 -0700
33642              Message-ID: <20030816215824.GF5859@windhund.schwern.org>
33643
33644              (plus local *REALPATH)
33645      Branch: perl
33646            ! lib/Cwd.pm
33647 ____________________________________________________________________________
33648 [ 20747] By: jhi                                   on 2003/08/17  08:44:18
33649         Log: Subject: [PATCH] Re: [BUG] string loses its utf8 flag on die
33650              From: Enache Adrian <enache@rdslink.ro>
33651              Date: Sat, 16 Aug 2003 16:03:16 +0300
33652              Message-ID: <20030816130316.GA1654@ratsnest.hole>
33653
33654              Subject: Re: [PATCH] Re: [BUG] string loses its utf8 flag on die
33655              From: Enache Adrian <enache@rdslink.ro>
33656              Date: Sun, 17 Aug 2003 04:42:22 +0300
33657              Message-ID: <20030817014222.GA1287@ratsnest.hole>
33658      Branch: perl
33659            ! t/op/die.t util.c
33660 ____________________________________________________________________________
33661 [ 20745] By: jhi                                   on 2003/08/17  07:52:47
33662         Log: The lib/Cwd.pm diet part of
33663
33664              Subject: [PATCH] File::Spec on diet
33665              From: Tels <perl_dummy@bloodgate.com>
33666              Date: Mon, 7 Jul 2003 22:41:42 +0200
33667              Message-Id: <200307072235.03364@bloodgate.com>
33668      Branch: perl
33669            ! lib/Cwd.pm
33670 ____________________________________________________________________________
33671 [ 20744] By: jhi                                   on 2003/08/17  07:50:00
33672         Log: The "reduce memory footprint and increase speed by not
33673              unconditionally pulling in Cwd"    part of
33674
33675              Subject: [PATCH] File::Spec on diet
33676              From: Tels <perl_dummy@bloodgate.com>
33677              Date: Mon, 7 Jul 2003 22:41:42 +0200
33678              Message-Id: <200307072235.03364@bloodgate.com>
33679
33680              was still valid.
33681      Branch: perl
33682            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
33683            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
33684            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
33685            ! lib/File/Spec/Win32.pm
33686 ____________________________________________________________________________
33687 [ 20741] By: jhi                                   on 2003/08/17  06:53:07
33688         Log: File::Temp 0.14 from Tim Jenness, now with OO interface.
33689      Branch: perl
33690            ! lib/File/Temp.pm
33691 ____________________________________________________________________________
33692 [ 20739] By: jhi                                   on 2003/08/16  21:03:07
33693         Log: Subject: [PATCH: perl@20724] fixes for installperl and the vmsdebug build on VMS
33694              From: PPrymmer@factset.com
33695              Date: Sat, 16 Aug 2003 11:55:58 -0400
33696              Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com>
33697      Branch: perl
33698            ! installperl
33699 ____________________________________________________________________________
33700 [ 20738] By: jhi                                   on 2003/08/16  20:39:47
33701         Log: Update to Filter::Util::Call 1.6 from CPAN, but keep our
33702              $VERSION at 1.601 so that we are different in version
33703              than 5.8.0 since the module is different (one doc tweak).
33704      Branch: perl
33705            ! ext/Filter/Util/Call/Call.pm
33706 ____________________________________________________________________________
33707 [ 20737] By: jhi                                   on 2003/08/16  20:25:21
33708         Log: valgrind --help didn't return a happy exit status.
33709      Branch: perl
33710            ! Makefile.SH
33711 ____________________________________________________________________________
33712 [ 20736] By: rgs                                   on 2003/08/16  19:54:43
33713         Log: Avoid a "Subroutine Cwd::fastcwd redefined" warning when
33714              loading Cwd. Undefing &Cwd::fastcwd beforehand is inconvenient
33715              because loading the XS part of Cwd might fail.
33716      Branch: perl
33717            ! lib/Cwd.pm
33718 ____________________________________________________________________________
33719 [ 20735] By: rgs                                   on 2003/08/16  19:39:39
33720         Log: Subject: [patch lib/utf8.pm] doc tweaks
33721              From: Stas Bekman <stas@stason.org>
33722              Date: Sat, 16 Aug 2003 13:30:28 -0700
33723              Message-ID: <3F3E9464.3030202@stason.org>
33724      Branch: perl
33725            ! lib/utf8.pm
33726 ____________________________________________________________________________
33727 [ 20734] By: rgs                                   on 2003/08/16  19:32:05
33728         Log: Subject: [PATCH] Taint problems in Cwd::abs_path
33729              From: Michael G Schwern <schwern@pobox.com>
33730              Date: Fri, 15 Aug 2003 18:43:45 -0700
33731              Message-ID: <20030816014345.GE4023@windhund.schwern.org>
33732      Branch: perl
33733            ! ext/Cwd/t/taint.t lib/Cwd.pm
33734 ____________________________________________________________________________
33735 [ 20733] By: jhi                                   on 2003/08/16  17:03:15
33736         Log: No ODBM for Mac OS X, even if we have Fink GDBM libraries.
33737      Branch: perl
33738            ! hints/darwin.sh
33739 ____________________________________________________________________________
33740 [ 20732] By: jhi                                   on 2003/08/16  16:52:50
33741         Log: Add valgrind testing target.
33742      Branch: perl
33743            ! Makefile.SH pod/perlhack.pod t/TEST
33744 ____________________________________________________________________________
33745 [ 20731] By: jhi                                   on 2003/08/16  14:37:33
33746         Log: More networking negativity.
33747      Branch: perl
33748            ! pod/perlport.pod
33749 ____________________________________________________________________________
33750 [ 20730] By: rgs                                   on 2003/08/16  12:12:43
33751         Log: Remove a useless vstring reference in perlnumber.pod.
33752      Branch: perl
33753            ! pod/perlnumber.pod
33754 ____________________________________________________________________________
33755 [ 20729] By: jhi                                   on 2003/08/16  10:11:30
33756         Log: README.macosx updates about known problems.
33757      Branch: perl
33758            ! README.macosx
33759 ____________________________________________________________________________
33760 [ 20728] By: jhi                                   on 2003/08/16  08:32:04
33761         Log: Subject: [PATCH] Small test tweak for Memoize/t/error.t
33762              From: Andreas J Koenig <andreas.koenig@anima.de>
33763              Date: Fri, 15 Aug 2003 11:55:22 +0200
33764              Message-ID: <87smo39red.fsf@franz.ak.mind.de>
33765      Branch: perl
33766            ! lib/Memoize/t/errors.t
33767 ____________________________________________________________________________
33768 [ 20727] By: jhi                                   on 2003/08/16  07:25:08
33769         Log: Upgrade to File::Temp 0.13 from CPAN--
33770              but since we had a '0.13' already in 5.8.0, make this
33771              still a '0.131'.
33772      Branch: perl
33773            ! lib/File/Temp.pm lib/File/Temp/t/mktemp.t
33774            ! lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
33775            ! lib/File/Temp/t/tempfile.t
33776 ____________________________________________________________________________
33777 [ 20726] By: jhi                                   on 2003/08/15  20:29:10
33778         Log: Clarify the E flag.
33779      Branch: perl
33780            ! embed.fnc
33781 ____________________________________________________________________________
33782 [ 20725] By: jhi                                   on 2003/08/15  15:37:36
33783         Log: Integrate from maint:
33784              [ 20724]
33785              No peeking before the buffer.
33786              (This was probably the random failure showing up
33787              in Solaris with t/uni/tr_7jis.t)
33788      Branch: perl
33789           !> toke.c
33790 ____________________________________________________________________________
33791 [ 20721] By: jhi                                   on 2003/08/15  08:44:42
33792         Log: Subject: [PATCH] TEST script (Was: Not ok 20712ff)
33793              From: Andreas J Koenig <andreas.koenig@anima.de>
33794              Date: Fri, 15 Aug 2003 11:37:29 +0200
33795              Message-ID: <87wudf9s86.fsf_-_@franz.ak.mind.de>
33796      Branch: perl
33797            ! t/TEST
33798 ____________________________________________________________________________
33799 [ 20720] By: jhi                                   on 2003/08/15  08:40:07
33800         Log: Integrate from maint:
33801              [ 20719]
33802              no_plan is not a good plan until TEST is fixed.
33803      Branch: perl
33804           !> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
33805 ____________________________________________________________________________
33806 [ 20717] By: jhi                                   on 2003/08/15  05:06:39
33807         Log: Up the F::S subpackage versions; up the JPL JNI.pm version
33808              (the JPL cvs seems to be out of order), the only real change
33809              (in JNI.xs) seems to have been CRLF->LF conversion.
33810      Branch: perl
33811            ! jpl/JNI/JNI.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Unix.pm
33812 ____________________________________________________________________________
33813 [ 20716] By: jhi                                   on 2003/08/15  04:58:34
33814         Log: Upgrade to Test::Harness 2.30.
33815      Branch: perl
33816            ! lib/Test/Harness.pm lib/Test/Harness/Changes
33817            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/pod.t
33818 ____________________________________________________________________________
33819 [ 20715] By: jhi                                   on 2003/08/15  04:41:37
33820         Log: Damian replied that he'll make a CPAN Switch 2.10
33821              out of 5.8.1 Switch 2.10.
33822      Branch: perl
33823            ! lib/Switch.pm
33824 ____________________________________________________________________________
33825 [ 20714] By: jhi                                   on 2003/08/14  18:35:07
33826         Log: Add PerlIO::via::QuotedPrint to Maintainers.
33827      Branch: perl
33828            ! Porting/Maintainers.pl
33829 ____________________________________________________________________________
33830 [ 20713] By: jhi                                   on 2003/08/14  18:33:06
33831         Log: Upgrade to PerlIO::via::Quoted 0.05.
33832      Branch: perl
33833            ! lib/PerlIO/via/QuotedPrint.pm lib/PerlIO/via/t/QuotedPrint.t
33834 ____________________________________________________________________________
33835 [ 20712] By: jhi                                   on 2003/08/14  18:29:19
33836         Log: Upgrade to NEXT 0.60.
33837      Branch: perl
33838            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
33839            ! lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
33840 ____________________________________________________________________________
33841 [ 20711] By: jhi                                   on 2003/08/14  17:31:55
33842         Log: perlcheat is a reference, not tutorial.
33843      Branch: perl
33844            ! pod/perl.pod
33845 ____________________________________________________________________________
33846 [ 20710] By: jhi                                   on 2003/08/14  16:48:34
33847         Log: Subject: PATCH RC4 IO::Dir
33848              From: Mark Jason Dominus <mjd@plover.com>
33849              Date: Thu, 14 Aug 2003 12:02:59 -0400
33850              Message-ID: <20030814160259.27586.qmail@plover.com>
33851      Branch: perl
33852            ! ext/IO/lib/IO/Dir.pm
33853 ____________________________________________________________________________
33854 [ 20708] By: jhi                                   on 2003/08/14  14:45:20
33855         Log: win32/fcrypt.c was forgotten.
33856      Branch: perl
33857            ! MANIFEST
33858 ____________________________________________________________________________
33859 [ 20706] By: jhi                                   on 2003/08/14  14:40:30
33860         Log: Not so great a version bump, let Paul release 0.17.
33861      Branch: perl
33862            ! ext/Filter/Util/Call/Call.pm
33863 ____________________________________________________________________________
33864 [ 20705] By: jhi                                   on 2003/08/14  14:38:40
33865         Log: One more XS change versus no VERSION change.
33866              (Remaining in JNI.pm/xs, don't know what to about that
33867              since JNI is kind of "stable".)
33868      Branch: perl
33869            ! ext/Filter/Util/Call/Call.pm
33870 ____________________________________________________________________________
33871 [ 20704] By: jhi                                   on 2003/08/14  14:36:45
33872         Log: XS contents changes versus VERSION non-changes.
33873      Branch: perl
33874            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33875            ! ext/PerlIO/scalar/scalar.pm ext/SDBM_File/SDBM_File.pm
33876            ! ext/Socket/Socket.pm
33877 ____________________________________________________________________________
33878 [ 20702] By: jhi                                   on 2003/08/14  14:24:40
33879         Log: Subject: [PATCH perl@20684] Include fcrypt.c for crypt() on Windows
33880              From: Steve Hay <steve.hay@uk.radan.com>
33881              Date: Thu, 14 Aug 2003 15:39:16 +0100
33882              Message-ID: <3F3B9F14.4040609@uk.radan.com>
33883
33884              (Sarathy okayed the idea.)
33885      Branch: perl
33886            + win32/fcrypt.c
33887            - win32/des_fcrypt.patch
33888            ! MANIFEST README.win32 win32/Makefile win32/makefile.mk
33889 ____________________________________________________________________________
33890 [ 20701] By: jhi                                   on 2003/08/14  14:17:42
33891         Log: Subject: [DOC PATCH] warnings.pl
33892              From: Elizabeth Mattijsen <liz@dijkmat.nl>
33893              Date: Thu, 14 Aug 2003 13:12:55 +0200
33894              Message-id: <p05111b00bb611e8835e0@[192.168.56.3]>
33895
33896              (some rewording)
33897      Branch: perl
33898            ! lib/warnings.pm warnings.pl
33899 ____________________________________________________________________________
33900 [ 20700] By: gbarr                                 on 2003/08/14  14:12:45
33901         Log: Update to Scalar-List-Utils 1.12
33902      Branch: perl
33903            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
33904            ! ext/List/Util/lib/List/Util.pm
33905            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/reduce.t
33906 ____________________________________________________________________________
33907 [ 20699] By: jhi                                   on 2003/08/14  13:16:27
33908         Log: All the authors of these modules have now been contacted;
33909              but assuming no CPAN updates are upcoming, here are 'fake'
33910              version updates to make us different from 5.8.0.
33911              (List::Util+Scalar::Util will soon be updated;
33912              File::Spec CPAN release will be made based on 5.8.1.)
33913      Branch: perl
33914            ! ext/Data/Dumper/Dumper.pm lib/CGI/Fast.pm lib/CGI/Util.pm
33915            ! lib/File/Temp.pm lib/Locale/Country.pm lib/Locale/Currency.pm
33916            ! lib/Locale/Language.pm lib/Locale/Script.pm lib/Switch.pm
33917            ! lib/Test/Harness/Straps.pm lib/Text/Wrap.pm
33918 ____________________________________________________________________________
33919 [ 20697] By: jhi                                   on 2003/08/14  07:05:48
33920         Log: Make the blead versions of these be newer...
33921      Branch: perl
33922            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
33923 ____________________________________________________________________________
33924 [ 20696] By: jhi                                   on 2003/08/14  06:51:34
33925         Log: Tweak from Slaven to catch also changed .xs files
33926              (.pm -> .xs name equivalence is assumed)
33927      Branch: perl
33928            ! Porting/cmpVERSION.pl
33929 ____________________________________________________________________________
33930 [ 20695] By: jhi                                   on 2003/08/14  06:44:10
33931         Log: Diffs-sans-version-diffs between blead and maint.
33932      Branch: perl
33933            ! ext/B/B.pm ext/B/B/C.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm
33934            ! ext/Devel/PPPort/PPPort.pm lib/English.pm lib/overload.pm
33935            ! lib/warnings.pm warnings.pl
33936 ____________________________________________________________________________
33937 [ 20692] By: jhi                                   on 2003/08/14  05:23:58
33938         Log: One more VERSION bump.
33939      Branch: perl
33940            ! lib/SelfLoader.pm
33941 ____________________________________________________________________________
33942 [ 20691] By: jhi                                   on 2003/08/14  05:21:20
33943         Log: Add a known exception.
33944      Branch: perl
33945            ! Porting/cmpVERSION.pl
33946 ____________________________________________________________________________
33947 [ 20689] By: jhi                                   on 2003/08/14  04:54:18
33948         Log: The blead version has got the dor.
33949      Branch: perl
33950            ! ext/Opcode/Opcode.pm
33951 ____________________________________________________________________________
33952 [ 20688] By: jhi                                   on 2003/08/14  04:51:30
33953         Log: A swath of VERSION patches from Nicholas Clark.
33954      Branch: perl
33955            ! lib/AutoSplit.pm lib/CPAN/Nox.pm lib/Cwd.pm lib/English.pm
33956            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Path.pm
33957            ! lib/Hash/Util.pm lib/Net/hostent.pm lib/Net/servent.pm
33958            ! lib/Text/Abbrev.pm lib/Thread/Semaphore.pm lib/Tie/Array.pm
33959            ! lib/Tie/RefHash.pm lib/UNIVERSAL.pm lib/Unicode/UCD.pm
33960            ! lib/attributes.pm lib/base.pm lib/diagnostics.pm lib/fields.pm
33961            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/utf8.pm
33962            ! lib/vmsish.pm os2/OS2/Process/Process.pm
33963            ! os2/OS2/REXX/DLL/DLL.pm t/TestInit.pm
33964            ! t/lib/MakeMaker/Test/Utils.pm t/lib/Math/BigInt/BareCalc.pm
33965            ! vms/ext/Filespec.pm warnings.pl
33966 ____________________________________________________________________________
33967 [ 20687] By: jhi                                   on 2003/08/13  18:53:15
33968         Log: Alpha version numbers noticed by Schwern.
33969              (These hacks are no more needed since the PAUSE indexer no
33970              more indexes the insides of Perl distributions, says Andreas.)
33971      Branch: perl
33972            ! ext/Devel/DProf/DProf.pm ext/Devel/Peek/Peek.pm
33973            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
33974            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
33975            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
33976            ! ext/IPC/SysV/SysV.pm
33977 ____________________________________________________________________________
33978 [ 20686] By: jhi                                   on 2003/08/13  18:42:50
33979         Log: Subject: Re: script wanted
33980              From: Nicholas Clark <nick@ccl4.org>
33981              Date: Wed, 13 Aug 2003 20:46:09 +0100
33982              Message-ID: <20030813204609.G20130@plum.flirble.org>
33983      Branch: perl
33984            ! ext/B/B.pm ext/B/B/Bblock.pm ext/B/B/C.pm ext/B/B/Debug.pm
33985            ! ext/B/B/Lint.pm ext/Fcntl/Fcntl.pm ext/File/Glob/Glob.pm
33986            ! ext/IO/IO.pm ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
33987            ! ext/IO/lib/IO/Select.pm ext/IO/lib/IO/Socket.pm
33988            ! ext/IO/lib/IO/Socket/INET.pm ext/IPC/SysV/Msg.pm
33989            ! ext/IPC/SysV/Semaphore.pm ext/POSIX/POSIX.pm
33990            ! ext/Sys/Hostname/Hostname.pm ext/Sys/Syslog/Syslog.pm
33991            ! ext/re/re.pm ext/threads/shared/shared.pm
33992            ! ext/threads/threads.pm
33993 ____________________________________________________________________________
33994 [ 20685] By: jhi                                   on 2003/08/13  18:24:50
33995         Log: Subject: Re: script wanted
33996              From: Enache Adrian <enache@rdslink.ro>
33997              Date: Wed, 13 Aug 2003 22:31:18 +0300
33998              Message-ID: <20030813193118.GA1273@ratsnest.hole>
33999      Branch: perl
34000            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
34001            ! ext/B/B/Disassembler.pm
34002 ____________________________________________________________________________
34003 [ 20681] By: jhi                                   on 2003/08/13  17:13:12
34004         Log: Subject: [PATCH lib/lib_pm.PL utils/perlcc.PL utils/h2xs.PL] RE: script wanted
34005              From: Robin Barker <Robin.Barker@npl.co.uk>
34006              Date: Wed, 13 Aug 2003 18:05:38 +0100
34007              Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk>
34008      Branch: perl
34009            ! lib/lib_pm.PL utils/h2xs.PL utils/perlcc.PL
34010 ____________________________________________________________________________
34011 [ 20680] By: jhi                                   on 2003/08/13  17:11:38
34012         Log: Subject: [PATCH] GNU Public General Public General GNU Public License License
34013              From: Michael G Schwern <schwern@pobox.com>
34014              Date: Wed, 13 Aug 2003 11:15:40 -0700
34015              Message-ID: <20030813181539.GA22658@windhund.schwern.org>
34016      Branch: perl
34017            ! pod/perlartistic.pod pod/perlgpl.pod
34018 ____________________________________________________________________________
34019 [ 20678] By: jhi                                   on 2003/08/13  13:46:18
34020         Log: Add cmpVERSION.pl from Slaven for comparing two
34021              Perl source trees for modules that have changed
34022              but have the same version numbers.
34023      Branch: perl
34024            + Porting/cmpVERSION.pl
34025            ! MANIFEST
34026 ____________________________________________________________________________
34027 [ 20676] By: jhi                                   on 2003/08/13  12:03:08
34028         Log: Make Johan's confusion go away, but there are no doubt more
34029              similar cases.
34030      Branch: perl
34031            ! lib/File/Find.pm
34032 ____________________________________________________________________________
34033 [ 20674] By: jhi                                   on 2003/08/13  11:57:47
34034         Log: Make (hopefully) the Windows CR CR LF bug go away
34035              by making the CRLF layer repel any other CRLF layers.
34036              In other words: binmode(FH, ":crlf") in e.g. Win32
34037              is effectively a no-op since there already is one
34038              CRLF layer in the stack by default.
34039      Branch: perl
34040            ! perlio.c pod/perlrun.pod t/io/crlf.t t/io/layers.t
34041 ____________________________________________________________________________
34042 [ 20673] By: jhi                                   on 2003/08/13  10:29:56
34043         Log: One tweak from Dave Mitchell.
34044      Branch: perl
34045            ! pod/perlport.pod
34046 ____________________________________________________________________________
34047 [ 20672] By: jhi                                   on 2003/08/13  10:27:54
34048         Log: One tweak for microperl in OS/2.
34049      Branch: perl
34050            ! perl.h
34051 ____________________________________________________________________________
34052 [ 20671] By: merijn                                on 2003/08/13  08:57:27
34053         Log: Subject: [PATCH] another VMS pod nit
34054              From: "Craig A. Berry" <craigberry@mac.com>
34055              Date: Wed, 13 Aug 2003 01:01:46 -0500
34056              Message-ID: <3F39D44A.4010207@mac.com>
34057      Branch: perl
34058            ! vms/descrip_mms.template
34059 ____________________________________________________________________________
34060 [ 20670] By: merijn                                on 2003/08/13  08:54:45
34061         Log: Subject: [PATCH Tie::File] turn the alarm off in the tests (was Re: maint @ 20617 (on VMS))
34062              From: "Craig A. Berry" <craigberry@mac.com>
34063              Date: Tue, 12 Aug 2003 21:12:00 -0500
34064              Message-ID: <3F399E70.4050607@mac.com>
34065      Branch: perl
34066            ! lib/Tie/File/t/24_cache_loop.t lib/Tie/File/t/29_downcopy.t
34067            ! lib/Tie/File/t/29a_upcopy.t
34068 ____________________________________________________________________________
34069 [ 20669] By: jhi                                   on 2003/08/13  06:06:39
34070         Log: More don't:s for nyetworking.
34071      Branch: perl
34072            ! pod/perlport.pod
34073 ____________________________________________________________________________
34074 [ 20668] By: rgs                                   on 2003/08/12  20:27:41
34075         Log: perlipc thinko by John P. Linderman.
34076      Branch: perl
34077            ! pod/perlipc.pod
34078 ____________________________________________________________________________
34079 [ 20666] By: jhi                                   on 2003/08/12  20:02:13
34080         Log: Subject: Re: maint @ 20617 [PATCH]
34081              From: =?iso-8859-1?q?Sreeji=20K=20Das?= <sreeji_k@yahoo.com>
34082              Date: Tue, 12 Aug 2003 13:19:00 +0100 (BST)
34083              Message-ID: <20030812121900.26127.qmail@web10501.mail.yahoo.com>
34084      Branch: perl
34085            ! lib/ExtUtils/Installed.pm
34086 ____________________________________________________________________________
34087 [ 20665] By: jhi                                   on 2003/08/12  19:59:54
34088         Log: README.cygwin updates from Gerrit P. Haase.
34089      Branch: perl
34090            ! README.cygwin
34091 ____________________________________________________________________________
34092 [ 20664] By: jhi                                   on 2003/08/12  19:57:53
34093         Log: Do some updates also on pod.mak -- which seems to
34094              be badly out of date.
34095      Branch: perl
34096            ! win32/pod.mak
34097 ____________________________________________________________________________
34098 [ 20663] By: jhi                                   on 2003/08/12  19:48:01
34099         Log: More missing pods for VMS.
34100      Branch: perl
34101            ! vms/descrip_mms.template
34102 ____________________________________________________________________________
34103 [ 20662] By: jhi                                   on 2003/08/12  19:43:46
34104         Log: Subject: [PATCH: perl@20617] add handling for new perlreref.pod file to VMS build.
34105              From: PPrymmer@factset.com
34106              Date: Tue, 12 Aug 2003 16:24:21 -0400
34107              Message-ID: <OF26F453CA.0F963A91-ON85256D80.006F991A-85256D80.007017F2@factset.com>
34108      Branch: perl
34109            ! vms/descrip_mms.template
34110 ____________________________________________________________________________
34111 [ 20661] By: jhi                                   on 2003/08/12  19:41:50
34112         Log: perlreref tweaks from SADAHIRO Tomoyuki and Ian Truskett.
34113      Branch: perl
34114            ! pod/perlreref.pod
34115 ____________________________________________________________________________
34116 [ 20660] By: jhi                                   on 2003/08/12  18:44:27
34117         Log: A better patch from Yitzchak Scott-Thoennes for [perl #23287].
34118      Branch: perl
34119            ! pp_sys.c
34120 ____________________________________________________________________________
34121 [ 20657] By: jhi                                   on 2003/08/12  13:55:56
34122         Log: Multiline one-liners are a bit too much to ask.
34123      Branch: perl
34124            ! t/op/closure.t
34125 ____________________________________________________________________________
34126 [ 20654] By: jhi                                   on 2003/08/12  13:23:00
34127         Log: Add perlcheat to the toc and perl.pod; regen toc.
34128      Branch: perl
34129            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34130 ____________________________________________________________________________
34131 [ 20653] By: jhi                                   on 2003/08/12  13:15:17
34132         Log: Retract #20644 and #20643; on non-microperl non-fcntl
34133              systems Wrong Thing would be done.  (And as Sarathy
34134              points out, closing both ends of a pipe is rather
34135              identical to never opening it...)
34136      Branch: perl
34137            ! pp_sys.c util.c
34138 ____________________________________________________________________________
34139 [ 20652] By: ams                                   on 2003/08/12  13:06:40
34140         Log: Subject: perlcheat
34141              From: Juerd <juerd@cpan.org>
34142              Date: Mon, 11 Aug 2003 20:24:34 +0200
34143              Message-Id: <20030811182434.GI17748@c3.convolution.nl>
34144      Branch: perl
34145            + pod/perlcheat.pod
34146            ! MANIFEST
34147 ____________________________________________________________________________
34148 [ 20651] By: jhi                                   on 2003/08/12  12:52:09
34149         Log: Microperl expects C89 (like the rest of Perl).
34150      Branch: perl
34151            ! README.micro
34152 ____________________________________________________________________________
34153 [ 20650] By: jhi                                   on 2003/08/12  12:32:29
34154         Log: Subject: [PATCH 5.8.1 @20218] xsubpp: wrong code
34155              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
34156              Date: Sun, 3 Aug 2003 06:19:02 -0700
34157              Message-ID: <20030803131902.GA5146@math.berkeley.edu>
34158      Branch: perl
34159            ! lib/ExtUtils/xsubpp
34160 ____________________________________________________________________________
34161 [ 20648] By: jhi                                   on 2003/08/12  11:56:52
34162         Log: If we are void we cannot return a value.
34163      Branch: perl
34164            ! mg.c
34165 ____________________________________________________________________________
34166 [ 20647] By: jhi                                   on 2003/08/12  11:54:32
34167         Log: Oops.
34168      Branch: perl
34169            ! perl.c
34170 ____________________________________________________________________________
34171 [ 20646] By: jhi                                   on 2003/08/12  11:51:25
34172         Log: Apply much of Ilya's microperl patch, but instead of
34173              implementing the opendir()/readdir()/closedir() using
34174              external commands give up "ANSI-pureness" and define them
34175              in uconfig.sh, also define other stuff like rename() and putenv().
34176              Leave out the $| emulation in my_fork() since we are
34177              not supposed to have fork() under microperl.
34178      Branch: perl
34179            ! Makefile.micro README.micro doio.c mg.c perl.c perl.h
34180            ! perlvars.h pp_sys.c sv.c uconfig.h uconfig.sh util.c
34181 ____________________________________________________________________________
34182 [ 20645] By: jhi                                   on 2003/08/12  10:40:54
34183         Log: Localize PARENT (based on Ilya's microperl patch).
34184      Branch: perl
34185            ! lib/Cwd.pm
34186 ____________________________________________________________________________
34187 [ 20644] By: jhi                                   on 2003/08/12  10:37:55
34188         Log: More microperlish faking in case no fcntl F_SETFD for pipes.
34189      Branch: perl
34190            ! util.c
34191 ____________________________________________________________________________
34192 [ 20643] By: jhi                                   on 2003/08/12  10:13:53
34193         Log: A generally useful hunk from Ilya's microperl patch.
34194              (If no fcntl F_SETFD, fake it the best we can.)
34195      Branch: perl
34196            ! pp_sys.c
34197 ____________________________________________________________________________
34198 [ 20640] By: jhi                                   on 2003/08/12  09:59:16
34199         Log: returning would be good, too.
34200      Branch: perl
34201            ! ext/Safe/t/safeops.t
34202 ____________________________________________________________________________
34203 [ 20639] By: jhi                                   on 2003/08/12  09:57:07
34204         Log: No dor in maint.
34205      Branch: perl
34206            ! ext/Safe/t/safeops.t
34207 ____________________________________________________________________________
34208 [ 20634] By: jhi                                   on 2003/08/12  08:41:49
34209         Log: Subject: [PATCH 5.8.1 @19053] XSLoader revisted
34210              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
34211              Date: Mon, 21 Apr 2003 22:44:37 -0700
34212              Message-ID: <20030422054437.GA8297@math.berkeley.edu>
34213
34214              (the XSLoader doc hunk; the h2xs looks like a behavioural change)
34215      Branch: perl
34216            ! ext/DynaLoader/XSLoader_pm.PL
34217 ____________________________________________________________________________
34218 [ 20633] By: jhi                                   on 2003/08/12  08:31:01
34219         Log: Subject: [PATCH h2xs] produce Foo-Bar/lib/Foo/Bar.pm
34220              From: Michael G Schwern <schwern@pobox.com>
34221              Date: Sat, 9 Aug 2003 15:03:02 -0700
34222              Message-ID: <20030809220301.GE24919@windhund.schwern.org>
34223
34224              (plus one extra catfile() in h2xs.t)
34225      Branch: perl
34226            ! lib/h2xs.t utils/h2xs.PL
34227 ____________________________________________________________________________
34228 [ 20632] By: jhi                                   on 2003/08/12  08:11:08
34229         Log: The Debian people have expressed a wish for the boilerplate
34230              being specific about the Perl version; patch from Nicholas Clark.
34231      Branch: perl
34232            ! utils/h2xs.PL
34233 ____________________________________________________________________________
34234 [ 20631] By: jhi                                   on 2003/08/12  08:09:43
34235         Log: A new try from Dave Mitchell for [perl #23265].
34236      Branch: perl
34237            ! pad.c t/op/closure.t
34238 ____________________________________________________________________________
34239 [ 20630] By: jhi                                   on 2003/08/12  07:59:22
34240         Log: Fix for [perl #23287] segfault in untie.
34241              (Well, at least no more coredump.)
34242      Branch: perl
34243            ! pp_sys.c t/op/tie.t
34244 ____________________________________________________________________________
34245 [ 20629] By: jhi                                   on 2003/08/12  06:24:32
34246         Log: =head2 ALL CAPS
34247      Branch: perl
34248            ! pod/perlreref.pod
34249 ____________________________________________________________________________
34250 [ 20628] By: jhi                                   on 2003/08/12  06:22:25
34251         Log: Too enthusiastic head2-ing.
34252      Branch: perl
34253            ! pod/perlreref.pod
34254 ____________________________________________________________________________
34255 [ 20627] By: jhi                                   on 2003/08/12  05:17:14
34256         Log: Gotta Get'em Cases Right.
34257      Branch: perl
34258            ! pod/perlreref.pod
34259 ____________________________________________________________________________
34260 [ 20626] By: jhi                                   on 2003/08/12  05:04:02
34261         Log: head2-ify many of the head1s, will probably make this look
34262              better in HTML.
34263      Branch: perl
34264            ! pod/perlreref.pod
34265 ____________________________________________________________________________
34266 [ 20625] By: jhi                                   on 2003/08/12  04:55:32
34267         Log: Subject: Re: [PATCH] perlreref.pod tweaks
34268              From: Iain Truskett <spoon@cpan.org>
34269              Date: Tue, 12 Aug 2003 13:59:27 +1000
34270              Message-ID: <20030812035927.GJ7914@gytha.anu.edu.au>
34271
34272              plus explain "Titlecase".
34273      Branch: perl
34274            ! pod/perlreref.pod
34275 ____________________________________________________________________________
34276 [ 20623] By: rgs                                   on 2003/08/11  19:59:17
34277         Log: Add a new regression test for Safe : tests that all ops
34278              can be trapped by a Safe compartement (except for the ones
34279              that can't.)
34280      Branch: perl
34281            + ext/Safe/t/safeops.t
34282            ! MANIFEST
34283 ____________________________________________________________________________
34284 [ 20622] By: rgs                                   on 2003/08/11  18:33:06
34285         Log: B::Deparse wasn't handling correctly builtins that
34286              have two filehandles in their prototypes (pipe, socketpair,
34287              accept) when non-bareword prototypes were used.
34288      Branch: perl
34289            ! ext/B/B/Deparse.pm
34290 ____________________________________________________________________________
34291 [ 20620] By: jhi                                   on 2003/08/11  17:08:29
34292         Log: Subject: [PATCH] [@20616] perlreref.pod incorrectly describes \c
34293              From: merlyn@stonehenge.com (Randal L. Schwartz)
34294              Date: 11 Aug 2003 09:45:29 -0700
34295              Message-ID: <86isp4kus6.fsf@blue.stonehenge.com>
34296
34297              Subject: [PATCH] perlreref.pod tweaks
34298              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
34299              Date: Mon, 11 Aug 2003 13:19:51 -0400
34300              Message-ID: <20030811171951.GA332851@linguist.thayer.dartmouth.edu>
34301
34302              Plus a note about {,n} not being a quantifier.
34303      Branch: perl
34304            ! pod/perlreref.pod
34305 ____________________________________________________________________________
34306 [ 20619] By: jhi                                   on 2003/08/11  15:50:34
34307         Log: Integrate:
34308              [ 20618]
34309              $* is not yet fully gone in 5.8.1.
34310      Branch: perl
34311           !> pod/perlreref.pod
34312 ____________________________________________________________________________
34313 [ 20614] By: nick                                  on 2003/08/11  12:14:55
34314         Log: Allow via layer to affect the PERLIO_F_UTF8 flag.
34315      Branch: perl
34316            ! ext/PerlIO/via/via.pm ext/PerlIO/via/via.xs
34317 ____________________________________________________________________________
34318 [ 20612] By: jhi                                   on 2003/08/11  10:55:19
34319         Log: VC6 warning: result still unsigned.
34320      Branch: perl
34321            ! regexec.c
34322 ____________________________________________________________________________
34323 [ 20611] By: jhi                                   on 2003/08/11  08:33:13
34324         Log: Typo fix from Boris Zentner.
34325      Branch: perl
34326            ! pod/perlfaq5.pod
34327 ____________________________________________________________________________
34328 [ 20609] By: jhi                                   on 2003/08/11  04:28:29
34329         Log: Subject: [perl #23273] warnings in Unicode::UCD
34330              From: Lukas Mai (via RT) <perlbug-followup@perl.org>
34331              Date: 10 Aug 2003 22:37:41 -0000
34332              Message-ID: <rt-23273-62473.18.6967347513833@rt.perl.org>
34333      Branch: perl
34334            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
34335 ____________________________________________________________________________
34336 [ 20608] By: jhi                                   on 2003/08/11  04:24:34
34337         Log: Explain the 'Wide character in print' a bit more.
34338      Branch: perl
34339            ! pod/perldiag.pod
34340 ____________________________________________________________________________
34341 [ 20607] By: rgs                                   on 2003/08/10  20:44:23
34342         Log: Subject: Re: killing for vital signs [PATCH]
34343              From: "John P. Linderman" <jpl@research.att.com>
34344              Date: Sun, 10 Aug 2003 15:44:33 -0400 (EDT)
34345              Message-Id: <200308101944.PAA96547@raptor.research.att.com>
34346      Branch: perl
34347            ! pod/perlfunc.pod pod/perlipc.pod
34348 ____________________________________________________________________________
34349 [ 20605] By: jhi                                   on 2003/08/10  20:38:39
34350         Log: gcc -ansi -pedantic cleanup; and a seemingly forgotten
34351              sv_placeholder hunk.
34352      Branch: perl
34353            ! perl.h sv.h
34354 ____________________________________________________________________________
34355 [ 20604] By: jhi                                   on 2003/08/10  20:14:28
34356         Log: Clarify the format checking instructions.
34357      Branch: perl
34358            ! Porting/pumpkin.pod
34359 ____________________________________________________________________________
34360 [ 20602] By: jhi                                   on 2003/08/10  19:45:45
34361         Log: Retract #20597, too many resulting core dumps.
34362      Branch: perl
34363            ! pad.c t/op/closure.t
34364 ____________________________________________________________________________
34365 [ 20597] By: jhi                                   on 2003/08/10  17:55:03
34366         Log: Subject: Re: [perl #23265] Nested anonymous subs
34367              From: Dave Mitchell <davem@fdgroup.com>
34368              Date: Sun, 10 Aug 2003 01:35:30 +0100
34369              Message-ID: <20030810003530.GB6547@fdgroup.com>
34370      Branch: perl
34371            ! pad.c t/op/closure.t
34372 ____________________________________________________________________________
34373 [ 20596] By: jhi                                   on 2003/08/10  17:38:35
34374         Log: Try simple workaround for the POSIX autosplit.ix warning.
34375      Branch: perl
34376            ! ext/POSIX/POSIX.pm
34377 ____________________________________________________________________________
34378 [ 20595] By: jhi                                   on 2003/08/10  17:33:12
34379         Log: One more PL_csighandlerp.
34380      Branch: perl
34381            ! ext/POSIX/POSIX.xs
34382 ____________________________________________________________________________
34383 [ 20594] By: rgs                                   on 2003/08/10  13:30:11
34384         Log: Further tweaks on perlreref.pod (by Iain Truskett)
34385      Branch: perl
34386            ! pod/perlreref.pod
34387 ____________________________________________________________________________
34388 [ 20593] By: rgs                                   on 2003/08/10  12:32:47
34389         Log: Add the perlreref manpage, by Iain Truskett
34390              (regular expressions quick reference.)
34391              Regenerate the table of contents.
34392      Branch: perl
34393            + pod/perlreref.pod
34394            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
34395 ____________________________________________________________________________
34396 [ 20592] By: rgs                                   on 2003/08/09  21:13:27
34397         Log: Remove ByteLoader from the list of modules whose compilability should
34398              be tested : it's loaded (at runtime) by ext/B/t/bytecode.t (as Enache
34399              pointed out.)
34400      Branch: perl
34401            ! t/lib/1_compile.t
34402 ____________________________________________________________________________
34403 [ 20591] By: rgs                                   on 2003/08/09  21:08:59
34404         Log: Subject: [PATCH] add "$lexical not available" warning in C<for my $lex ()>
34405              From: Dave Mitchell <davem@fdgroup.com>
34406              Date: Sat, 9 Aug 2003 14:51:44 +0100
34407              Message-ID: <20030809135144.GC4997@fdgroup.com>
34408      Branch: perl
34409            ! embed.fnc embed.h global.sym op.c pp_ctl.c proto.h scope.c
34410            ! scope.h t/lib/warnings/pad
34411 ____________________________________________________________________________
34412 [ 20590] By: rgs                                   on 2003/08/09  21:02:21
34413         Log: Regenerate perlapi.pod.
34414      Branch: perl
34415            ! pod/perlapi.pod
34416 ____________________________________________________________________________
34417 [ 20589] By: rgs                                   on 2003/08/09  20:26:28
34418         Log: Subject: [PATCH t/lib/1_compile.t] Removing tested modules
34419              From: Michael G Schwern <schwern@pobox.com>
34420              Date: Sat, 9 Aug 2003 13:36:59 -0700
34421              Message-ID: <20030809203659.GB24919@windhund.schwern.org>
34422      Branch: perl
34423            ! t/lib/1_compile.t
34424 ____________________________________________________________________________
34425 [ 20588] By: jhi                                   on 2003/08/09  18:13:07
34426         Log: Update Jon Orwant's email address as he wants it,
34427              drop TPJ URL; upate also Doug MacEachern's address.
34428      Branch: perl
34429            ! pod/perlembed.pod pod/perlmodinstall.pod
34430 ____________________________________________________________________________
34431 [ 20587] By: ams                                   on 2003/08/09  18:09:34
34432         Log: hv_fetch_{ent,flags} failed to set HvHASKFLAGS on a hash where a
34433              normal key was replaced by its UTF-8 equivalent. This caused the
34434              "Storable problem" RT3 users reported under RH9.
34435      Branch: perl
34436            ! hv.c
34437 ____________________________________________________________________________
34438 [ 20586] By: jhi                                   on 2003/08/09  18:08:20
34439         Log: Subject: [PATCH perlmodinstall.pod] Installation on Win32
34440              From: Michael G Schwern <schwern@pobox.com>
34441              Date: Fri, 8 Aug 2003 18:35:51 -0700
34442              Message-ID: <20030809013550.GS1587@windhund.schwern.org>
34443      Branch: perl
34444            ! pod/perlmodinstall.pod
34445 ____________________________________________________________________________
34446 [ 20584] By: jhi                                   on 2003/08/09  18:05:22
34447         Log: Reintroduce the U_32-ification to pad.c,
34448              suggested by Dave Mitchell.
34449      Branch: perl
34450            ! pad.c
34451 ____________________________________________________________________________
34452 [ 20583] By: rgs                                   on 2003/08/09  12:43:50
34453         Log: Change #20578 to SelfLoader is probably also useful to AutoSplit.
34454      Branch: perl
34455            ! lib/AutoSplit.pm
34456 ____________________________________________________________________________
34457 [ 20579] By: jhi                                   on 2003/08/09  08:07:22
34458         Log: Some updates for the memory use debugging section:
34459              -DL is obsolete, mention Devel::Size, and Purify and valgrind.
34460      Branch: perl
34461            ! pod/perldebguts.pod
34462 ____________________________________________________________________________
34463 [ 20578] By: jhi                                   on 2003/08/09  07:34:16
34464         Log: Fix from Dave Mitchell to the recent from lib/Devel/SelfStubber.t:
34465              Variable "$nested" is not available at (re_eval 4) line 2, <DATA> line 8.
34466              which was on old bug unearthed by the change #20559.
34467              Basically, qr// + (??{$lexical}) combination is very, VERY broken.
34468              Workaround is not to use lexicals.
34469      Branch: perl
34470            ! lib/SelfLoader.pm
34471 ____________________________________________________________________________
34472 [ 20577] By: jhi                                   on 2003/08/09  07:28:41
34473         Log: The libcygipc doesn't really work with the Perl SysV IPC tests
34474              so no much point in adding it yet.
34475      Branch: perl
34476            ! hints/cygwin.sh
34477 ____________________________________________________________________________
34478 [ 20575] By: jhi                                   on 2003/08/09  07:24:43
34479         Log: Retract #20524 since it was due to broken INT32_MIN in
34480              Cygwin 1.5's stdint.h.
34481      Branch: perl
34482            ! pad.c
34483 ____________________________________________________________________________
34484 [ 20574] By: jhi                                   on 2003/08/09  07:11:32
34485         Log: Subject: [ PATCH] Re: strange destruction problem on VMS
34486              From: Dave Mitchell <davem@fdgroup.com>
34487              Date: Fri, 8 Aug 2003 22:28:48 +0100
34488              Message-ID: <20030808212848.GA2628@fdgroup.com>
34489      Branch: perl
34490            ! sv.c
34491 ____________________________________________________________________________
34492 [ 20573] By: jhi                                   on 2003/08/09  07:09:07
34493         Log: Subject: Re: [PATCH] perlfaq8.pod and MakeMaker's PREFIX=
34494              From: Michael G Schwern <schwern@pobox.com>
34495              Date: Fri, 8 Aug 2003 13:59:50 -0700
34496              Message-ID: <20030808205950.GJ1587@windhund.schwern.org>
34497      Branch: perl
34498            ! pod/perlfaq8.pod
34499 ____________________________________________________________________________
34500 [ 20572] By: jhi                                   on 2003/08/09  07:06:37
34501         Log: Subject: [PATCH] kill 'INT' doesn't work on Windows
34502              From: Jan Dubois <jand@ActiveState.com>
34503              Date: Fri, 08 Aug 2003 17:49:03 -0700
34504              Message-ID: <ite8jvgjgcfm8e9dhl6f4dtstrbmn1vmpk@4ax.com>
34505      Branch: perl
34506            ! win32/win32.c
34507 ____________________________________________________________________________
34508 [ 20571] By: jhi                                   on 2003/08/09  06:53:54
34509         Log: Subject: [PATCH] Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
34510              From: Nicholas Clark <nick@ccl4.org>
34511              Date: Fri, 8 Aug 2003 23:30:00 +0100
34512              Message-ID: <20030808233000.B20130@plum.flirble.org>
34513      Branch: perl
34514            ! ext/Storable/Storable.xs
34515 ____________________________________________________________________________
34516 [ 20570] By: jhi                                   on 2003/08/09  06:52:36
34517         Log: Two more tests for #20566/#20568.
34518      Branch: perl
34519            ! t/op/pat.t
34520 ____________________________________________________________________________
34521 [ 20568] By: jhi                                   on 2003/08/08  21:05:24
34522         Log: Subject: [PATCH] Re: UNICODE regexp bug
34523              From: Nick Ing-Simmons <nick@ing-simmons.net>
34524              Date: Fri, 08 Aug 2003 23:05:49 +0100
34525              Message-Id: <20030808220549.5109.4@llama.ni-s.u-net.com>
34526
34527              Better patch (than #20566) from NI-S, one more test
34528              (introduce another variable rather than reuse the tmp, though)
34529      Branch: perl
34530            ! regexec.c t/op/pat.t
34531 ____________________________________________________________________________
34532 [ 20566] By: jhi                                   on 2003/08/08  19:47:45
34533         Log: Subject: UNICODE regexp bug
34534              From: Nick Ing-Simmons <nick@ing-simmons.net>
34535              Date: Fri, 08 Aug 2003 20:36:56 +0100
34536              Message-Id: <20030808193656.5109.1@llama.ni-s.u-net.com>
34537      Branch: perl
34538            ! regexec.c t/op/pat.t
34539 ____________________________________________________________________________
34540 [ 20565] By: jhi                                   on 2003/08/08  18:59:40
34541         Log: Move the csighandler to be a data variable so that
34542              things like DLL trampolines can't mess up the code
34543              variables the Perl_csighandler (seen in Cygwin:
34544              Perl_csighandler in POSIX extension was different
34545              than in main executable).
34546      Branch: perl
34547            ! embedvar.h ext/POSIX/POSIX.xs mg.c perlapi.h perlvars.h
34548 ____________________________________________________________________________
34549 [ 20564] By: jhi                                   on 2003/08/08  13:12:19
34550         Log: Subject: [PATCH] Re: main@20537: WinXP build failed op/time.t test 2
34551              From: Steve Hay <steve.hay@uk.radan.com>
34552              Date: Fri, 08 Aug 2003 12:42:28 +0100
34553              Message-ID: <3F338CA4.3010503@uk.radan.com>
34554      Branch: perl
34555            ! t/op/time.t
34556 ____________________________________________________________________________
34557 [ 20563] By: jhi                                   on 2003/08/08  13:09:00
34558         Log: Subject: [PATCH] maintperl & bleadperl for Cygwin: include libgdbm_compat & libcygipc in searchlist
34559              From: "Gerrit P. Haase" <gp@familiehaase.de>
34560              Date: Fri, 8 Aug 2003 13:44:51 +0200
34561              Message-ID: <1621817486657.20030808134451@familiehaase.de>
34562      Branch: perl
34563            ! ext/NDBM_File/hints/cygwin.pl ext/ODBM_File/hints/cygwin.pl
34564            ! hints/cygwin.sh
34565 ____________________________________________________________________________
34566 [ 20560] By: jhi                                   on 2003/08/08  04:28:44
34567         Log: Retract PASTHRU* changes as recommended by Schwern.
34568      Branch: perl
34569            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
34570            ! lib/ExtUtils/t/MM_Win32.t
34571 ____________________________________________________________________________
34572 [ 20559] By: rgs                                   on 2003/08/07  19:59:18
34573         Log: Subject: Fwd: Re: [PATCH] flags set incorrectly on abandoned lexicals
34574              From: Dave Mitchell <davem@fdgroup.com>
34575              Date: Thu, 7 Aug 2003 15:53:35 +0100
34576              Message-ID: <20030807145335.GF26683@fdgroup.com>
34577      Branch: perl
34578            ! scope.c t/lib/warnings/pad
34579 ____________________________________________________________________________
34580 [ 20556] By: jhi                                   on 2003/08/07  18:14:41
34581         Log: The #20546 was too ambitious, broke the test.
34582      Branch: perl
34583            ! lib/Benchmark.pm lib/Benchmark.t
34584 ____________________________________________________________________________
34585 [ 20554] By: jhi                                   on 2003/08/07  17:00:03
34586         Log: Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS.
34587              From: PPrymmer@factset.com
34588              Date: Thu, 7 Aug 2003 14:02:02 -0400
34589              Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com>
34590      Branch: perl
34591            ! vms/descrip_mms.template
34592 ____________________________________________________________________________
34593 [ 20553] By: jhi                                   on 2003/08/07  16:45:25
34594         Log: Some AUTHORS updates.
34595      Branch: perl
34596            ! AUTHORS
34597 ____________________________________________________________________________
34598 [ 20552] By: jhi                                   on 2003/08/07  15:45:03
34599         Log: Hint away the semid_ds test in NetBSD/sparc.
34600      Branch: perl
34601            ! hints/netbsd.sh
34602 ____________________________________________________________________________
34603 [ 20550] By: jhi                                   on 2003/08/07  15:39:53
34604         Log: Allow hinting d_semctl_semun and d_semctl_semid_ds.
34605      Branch: perl
34606            ! Configure
34607 ____________________________________________________________________________
34608 [ 20548] By: jhi                                   on 2003/08/07  14:48:27
34609         Log: Subject: [PATCH] Test::More
34610              From: Fergal Daly <fergal@esatclear.ie>
34611              Date: Thu, 7 Aug 2003 15:52:11 +0100
34612              Message-Id: <200308071552.11873.fergal@esatclear.ie>
34613      Branch: perl
34614            ! lib/Test/More.pm
34615 ____________________________________________________________________________
34616 [ 20547] By: jhi                                   on 2003/08/07  14:45:22
34617         Log: Integrate from maint:
34618              [ 20543]
34619              Workround for SuSE8.2's -lndbm hack
34620      Branch: perl
34621           !> hints/linux.sh
34622 ____________________________________________________________________________
34623 [ 20546] By: jhi                                   on 2003/08/07  14:43:57
34624         Log: Subject: [PATCH 5.8.1] Benchmark problem
34625              From: Radu Greab <rgreab@fx.ro>
34626              Date: Thu, 07 Aug 2003 16:18:25 +0300 (EEST)
34627              Message-Id: <20030807.161825.106541372.radu@yx.primIT.ro>
34628
34629              Subject: Re: [PATCH 5.8.1] Benchmark problem
34630              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34631              Date: Thu, 7 Aug 2003 15:48:38 +0200
34632              Message-Id: <20030807154838.5d240dbb.rgarciasuarez@free.fr>
34633      Branch: perl
34634            ! lib/Benchmark.pm lib/Benchmark.t
34635 ____________________________________________________________________________
34636 [ 20544] By: jhi                                   on 2003/08/07  14:25:25
34637         Log: Retract #20359: too wide a brush.
34638      Branch: perl
34639            ! hints/netbsd.sh
34640 ____________________________________________________________________________
34641 [ 20542] By: jhi                                   on 2003/08/07  06:24:23
34642         Log: If no alarm(), skip the subtests.
34643      Branch: perl
34644            ! ext/Time/HiRes/t/HiRes.t
34645 ____________________________________________________________________________
34646 [ 20541] By: jhi                                   on 2003/08/07  06:15:54
34647         Log: Subject: Re: maint @ 20537
34648              From: Philip Newton <Philip.Newton@gmx.net>
34649              Date: Thu, 07 Aug 2003 09:05:17 +0200
34650              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
34651      Branch: perl
34652            ! ext/Socket/Socket.xs
34653 ____________________________________________________________________________
34654 [ 20540] By: jhi                                   on 2003/08/07  06:13:19
34655         Log: Subject: Re: maint @ 20537
34656              From: Philip Newton <Philip.Newton@gmx.net>
34657              Date: Thu, 07 Aug 2003 09:05:17 +0200
34658              Message-ID: <s0l3jvo4mju2uu4f6pkq18istk02hme6j9@4ax.com>
34659      Branch: perl
34660            ! hints/dos_djgpp.sh
34661 ____________________________________________________________________________
34662 [ 20539] By: jhi                                   on 2003/08/07  05:17:56
34663         Log: NetBSD for Sparc (at least 1.5.3 and 1.6.1) seem to have
34664              broken SysV semaphores.
34665      Branch: perl
34666            ! hints/netbsd.sh
34667 ____________________________________________________________________________
34668 [ 20538] By: jhi                                   on 2003/08/07  05:08:14
34669         Log: Subject: Re: [perl #23030] Error in negative lookahead with alternations
34670              From: hv@crypt.org
34671              Date: Thu, 07 Aug 2003 02:44:23 +0100
34672              Message-Id: <200308070144.h771iN906446@zen.crypt.org>
34673      Branch: perl
34674            ! regexec.c t/op/re_tests
34675 ____________________________________________________________________________
34676 [ 20535] By: jhi                                   on 2003/08/06  19:05:18
34677         Log: ESUCCESS = 0 is not true, but exists.
34678      Branch: perl
34679            ! ext/Errno/t/Errno.t
34680 ____________________________________________________________________________
34681 [ 20533] By: jhi                                   on 2003/08/06  18:39:49
34682         Log: Subject: [pathc] Sys:Syslog.pm::syslog() - Better error message
34683              From: jari.aalto@poboxes.com (Jari Aalto)
34684              Date: Wed, 06 Aug 2003 14:24:42 +0300
34685              Message-ID: <ekzzowp1.fsf@blue.sea.net>
34686      Branch: perl
34687            ! ext/Sys/Syslog/Syslog.pm
34688 ____________________________________________________________________________
34689 [ 20530] By: jhi                                   on 2003/08/06  18:24:56
34690         Log: Make code agree with documentation (from Wolfgang Friebel)
34691      Branch: perl
34692            ! lib/ExtUtils/MakeMaker.pm
34693 ____________________________________________________________________________
34694 [ 20529] By: jhi                                   on 2003/08/06  18:20:31
34695         Log: Various tweaks to help DJGPP builds.
34696      Branch: perl
34697            ! djgpp/djgppsed.sh hints/dos_djgpp.sh
34698 ____________________________________________________________________________
34699 [ 20527] By: jhi                                   on 2003/08/06  14:57:22
34700         Log: More PASTHRU patching from Steve Hay.
34701      Branch: perl
34702            ! lib/ExtUtils/MM_Unix.pm
34703 ____________________________________________________________________________
34704 [ 20526] By: jhi                                   on 2003/08/06  13:53:01
34705         Log: Cast away gcc 3.3 type conversion pickiness.
34706      Branch: perl
34707            ! ext/threads/threads.xs
34708 ____________________________________________________________________________
34709 [ 20524] By: jhi                                   on 2003/08/06  13:36:44
34710         Log: Subject: Re: perl with cygwin 1.5, need help
34711              From: "Gerrit P. Haase" <gp@familiehaase.de>
34712              Date: Tue, 5 Aug 2003 14:36:55 +0200
34713              Message-ID: <71561410910.20030805143655@familiehaase.de>
34714
34715              (needed manual fitting)
34716      Branch: perl
34717            ! pad.c
34718 ____________________________________________________________________________
34719 [ 20523] By: jhi                                   on 2003/08/06  13:30:42
34720         Log: Subject: maint @ 20512
34721              From: Robin Barker <Robin.Barker@npl.co.uk>
34722              Date: Wed, 6 Aug 2003 15:31:33 +0100
34723              Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk>
34724      Branch: perl
34725            ! MANIFEST Porting/Maintainers.pl
34726 ____________________________________________________________________________
34727 [ 20520] By: jhi                                   on 2003/08/06  11:38:46
34728         Log: Subject: [PATCH] Re: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
34729              From: Steve Hay <steve.hay@uk.radan.com>
34730              Date: Wed, 06 Aug 2003 10:56:44 +0100
34731              Message-ID: <3F30D0DC.20700@uk.radan.com>
34732      Branch: perl
34733            ! lib/ExtUtils/MM_Unix.pm
34734 ____________________________________________________________________________
34735 [ 20514] By: jhi                                   on 2003/08/06  05:22:29
34736         Log: Subject: Re: [PATCH pod/perlfaq2.pod] update Friedl book listing for 2nd edition
34737              From: Tim Jenness <t.jenness@jach.hawaii.edu>
34738              Date: Tue, 5 Aug 2003 17:21:46 -1000 (HST)
34739              Message-ID: <Pine.LNX.4.44.0308051720280.8532-100000@lapaki>
34740      Branch: perl
34741            ! pod/perlfaq2.pod
34742 ____________________________________________________________________________
34743 [ 20513] By: jhi                                   on 2003/08/06  05:18:32
34744         Log: Subject: [PATCH] dprofpp.PL again -- #20488 thinko
34745              From: "Craig A. Berry" <craigberry@mac.com>
34746              Date: Wed, 06 Aug 2003 00:18:36 -0500
34747              Message-ID: <3F308FAC.4090409@mac.com>
34748
34749              (from vmsperl list)
34750      Branch: perl
34751            ! utils/dprofpp.PL
34752 ____________________________________________________________________________
34753 [ 20510] By: jhi                                   on 2003/08/05  19:01:08
34754         Log: Subject: [PATCH pod/perlfaq2.pod] BETTER update Friedl book listing for 2nd edition
34755              From: mjd@plover.com
34756              Date: 5 Aug 2003 19:23:46 -0000
34757              Message-ID: <20030805192346.25911.qmail@plover.com>
34758      Branch: perl
34759            ! pod/perlfaq2.pod
34760 ____________________________________________________________________________
34761 [ 20508] By: jhi                                   on 2003/08/05  18:36:38
34762         Log: Continue #20506.
34763      Branch: perl
34764            ! lib/ExtUtils/MM_Unix.pm
34765 ____________________________________________________________________________
34766 [ 20506] By: jhi                                   on 2003/08/05  17:58:01
34767         Log: Try to fix the INC in PASTHRU.
34768      Branch: perl
34769            ! lib/ExtUtils/MM_Unix.pm
34770 ____________________________________________________________________________
34771 [ 20503] By: jhi                                   on 2003/08/05  16:02:14
34772         Log: Subject: Re: [perl #23083] [5.8.0-Bug?] backtick returns empty value when $SIG{CHLD} defined.
34773              From: Chip Salzenberg <chip@pobox.com>
34774              Date: Tue, 5 Aug 2003 11:39:24 -0400
34775              Message-ID: <20030805153924.GO1751@perlsupport.com
34776      Branch: perl
34777            ! perlio.c
34778 ____________________________________________________________________________
34779 [ 20502] By: jhi                                   on 2003/08/05  15:32:39
34780         Log: Subject: [PATCH] Re: MakeMaker doesn't pasthru DEFINE command-line args to subdirs on Win32
34781              From: Steve Hay <steve.hay@uk.radan.com>
34782              Date: Tue, 05 Aug 2003 10:43:49 +0100
34783              Message-ID: <3F2F7C55.9020808@uk.radan.com>
34784
34785              (The MM_Unix.pm part was dealt with in #20501.)
34786      Branch: perl
34787            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t
34788 ____________________________________________________________________________
34789 [ 20501] By: jhi                                   on 2003/08/05  15:28:17
34790         Log: Reinstate #11125, hopefully making MakeMaker to pass
34791              DEFINE and INCLUDE to subdirs (NI-S says he'll work
34792              around any problems caused seen Tk if necessary).
34793              Also (document and) reorder the PASTHRU_INC and PASTHRU_DEFINE
34794              to be _after_ the directory-specific INC and DEFINE as suggested
34795              by NI-S (Tk probably being the only "user" of the said macros).
34796      Branch: perl
34797            ! lib/ExtUtils/MM_Unix.pm
34798 ____________________________________________________________________________
34799 [ 20500] By: jhi                                   on 2003/08/05  15:14:35
34800         Log: Subject: [PATCH-5.8.1-RC4] WinCE more implemented functions
34801              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
34802              Date: Tue, 5 Aug 2003 20:12:18 +0400
34803              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200E66@cio-test001.spb.lucent.com>
34804      Branch: perl
34805            - wince/include/netdb.h
34806            ! MANIFEST wince/Makefile.ce wince/win32.h wince/win32io.c
34807            ! wince/wince.c
34808 ____________________________________________________________________________
34809 [ 20499] By: jhi                                   on 2003/08/05  14:03:43
34810         Log: A suggested perlio doc addition from Stas.
34811      Branch: perl
34812            ! pod/perliol.pod
34813 ____________________________________________________________________________
34814 [ 20498] By: jhi                                   on 2003/08/05  13:32:59
34815         Log: Subject: [PATCH RC4] AUTHORS +  Maintainers.pl
34816              From: Robin Barker <Robin.Barker@npl.co.uk>
34817              Date: Tue, 5 Aug 2003 15:32:36 +0100
34818              Message-ID: <533D273D4014D411AB1D00062938C4D90404661C@hotel.npl.co.uk>
34819      Branch: perl
34820            ! AUTHORS Porting/Maintainers.pl
34821 ____________________________________________________________________________
34822 [ 20497] By: jhi                                   on 2003/08/05  12:23:04
34823         Log: This is necessary to get things building for the VMS debugger.
34824              (Craig Berry)
34825      Branch: perl
34826            ! vms/descrip_mms.template
34827 ____________________________________________________________________________
34828 [ 20495] By: jhi                                   on 2003/08/05  09:23:24
34829         Log: Subject: Re: [perl #23202] [RESOLVED] coredump on ext/POSIX/t/posix with NetBSD-1.6
34830              From: alian <alian@cpan.org>
34831              Date: Tue, 05 Aug 2003 12:21:42 +0200
34832              Message-ID: <3F2F8536.1090702@jupiter.alianet>
34833      Branch: perl
34834            ! ext/POSIX/t/posix.t
34835 ____________________________________________________________________________
34836 [ 20494] By: jhi                                   on 2003/08/05  09:03:57
34837         Log: Add some known cases to Maintainers.
34838      Branch: perl
34839            ! Porting/Maintainers.pl
34840 ____________________________________________________________________________
34841 [ 20492] By: jhi                                   on 2003/08/05  08:34:34
34842         Log: Subject: [PATCH] perlthrtut.pod
34843              From: Elizabeth Mattijsen <liz@dijkmat.nl>
34844              Date: Tue, 5 Aug 2003 11:26:04 +0200
34845              Message-Id: <p05111b0abb5525e65401@[80.127.186.62]>
34846      Branch: perl
34847            ! pod/perlthrtut.pod
34848 ____________________________________________________________________________
34849 [ 20491] By: jhi                                   on 2003/08/05  08:31:29
34850         Log: Add META.yml and Stas' makemeta (plus extensive reworking
34851              of the Maintainers utility)
34852      Branch: perl
34853            + META.yml Porting/Maintainers.pm Porting/makemeta
34854            ! MANIFEST Makefile.SH Porting/Maintainers
34855            ! Porting/Maintainers.pl
34856 ____________________________________________________________________________
34857 [ 20490] By: jhi                                   on 2003/08/05  06:28:06
34858         Log: ext/IPC/SysV/t/sem.t don't remove semaphore on NetBSD sparc
34859              Try to remove the created message queues and semaphores
34860              even in the case of failures.
34861      Branch: perl
34862            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
34863 ____________________________________________________________________________
34864 [ 20489] By: jhi                                   on 2003/08/05  06:21:47
34865         Log: Subject: PerlIO_{read,write} return value doc patch
34866              From: Gisle Aas <gisle@ActiveState.com>
34867              Date: 04 Aug 2003 13:25:28 -0700
34868              Message-ID: <lr4r0xuq4n.fsf@caliper.activestate.com>
34869      Branch: perl
34870            ! pod/perlapio.pod
34871 ____________________________________________________________________________
34872 [ 20488] By: jhi                                   on 2003/08/05  06:12:07
34873         Log: Subject: [PATCH utils/dprofpp.PL] (was Re: DProf tests with -p broken on VMS)
34874              From: "Craig A. Berry" <craigberry@mac.com>
34875              Date: Mon, 04 Aug 2003 19:29:51 -0500
34876              Message-ID: <3F2EFA7F.6070801@mac.com>
34877      Branch: perl
34878            ! utils/dprofpp.PL
34879 ____________________________________________________________________________
34880 [ 20486] By: jhi                                   on 2003/08/05  06:05:53
34881         Log: Subject: [PATCH] typos in encoding.pm
34882              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
34883              Date: Mon, 4 Aug 2003 20:09:35 +0200
34884              Message-ID: <005001c35ab3$9225c320$0c2f1fac@R2D2>
34885      Branch: perl
34886            ! ext/Encode/encoding.pm
34887 ____________________________________________________________________________
34888 [ 20485] By: jhi                                   on 2003/08/05  05:29:11
34889         Log: Bytecode patching from Enache.
34890      Branch: perl
34891            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
34892            ! ext/B/t/bytecode.t ext/ByteLoader/bytecode.h t/TEST
34893 ____________________________________________________________________________
34894 [ 20484] By: jhi                                   on 2003/08/05  05:26:32
34895         Log: Upgrade to Digest::MD5 2.27.
34896      Branch: perl
34897            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
34898            ! ext/Digest/MD5/t/files.t
34899 ____________________________________________________________________________
34900 [ 20483] By: jhi                                   on 2003/08/05  05:15:16
34901         Log: Subject: [Patch 5.8.1 Encode.pm] v-strings deprecated
34902              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
34903              Date: Tue, 05 Aug 2003 00:27:10 +0900
34904              Message-Id: <20030805002313.9880.BQW10602@nifty.com>
34905      Branch: perl
34906            ! ext/Encode/t/at-cn.t ext/Encode/t/at-tw.t
34907 ____________________________________________________________________________
34908 [ 20482] By: rgs                                   on 2003/08/04  22:06:46
34909         Log: Nit in INSTALL about the svr?.sh hint files.
34910      Branch: perl
34911            ! INSTALL
34912 ____________________________________________________________________________
34913 [ 20480] By: rgs                                   on 2003/08/04  21:30:25
34914         Log: Subject: [PATCH] Re: [perl #23210] parser error with 'print $HANDLE func(@args)'
34915              From: Steve Grazzini <grazz@pobox.com>
34916              Date: Mon, 4 Aug 2003 16:01:45 -0400
34917              Message-ID: <20030804200145.GB21699@grazzini.net>
34918
34919              Prevent the warning "Bareword found where operator expected" in
34920              the case "print $fh foo()" where foo() is an undefined function.
34921      Branch: perl
34922            ! toke.c
34923 ____________________________________________________________________________
34924 [ 20479] By: rgs                                   on 2003/08/04  20:26:17
34925         Log: Fix bug #23141 : localization of readonly magic scalars
34926              now produces an error "Modification of a read-only value
34927              attempted", instead of silently failing.
34928      Branch: perl
34929            ! scope.c t/op/local.t
34930 ____________________________________________________________________________
34931 [ 20478] By: rgs                                   on 2003/08/04  20:10:52
34932         Log: Revert change #19282 : it caused problems for some -Duseshrplib
34933              builds. On the other hand, make sure that your C compiler isn't
34934              a perl script !
34935      Branch: perl
34936            ! Makefile.SH
34937 ____________________________________________________________________________
34938 [ 20475] By: jhi                                   on 2003/08/04  09:35:55
34939         Log: Rename DEBUG() and DEB() to PERL_DEBUG() and PERL_DEB().
34940      Branch: perl
34941            ! perl.c perl.h
34942 ____________________________________________________________________________
34943 [ 20474] By: jhi                                   on 2003/08/04  08:41:55
34944         Log: Oops.
34945      Branch: perl
34946            ! hints/darwin.sh hints/rhapsody.sh
34947 ____________________________________________________________________________
34948 [ 20473] By: jhi                                   on 2003/08/04  07:58:36
34949         Log: Subject: [PATCH] Re: Can't usemymalloc on OS X
34950              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
34951              Date: Mon, 4 Aug 2003 10:35:12 +0200
34952              Message-Id: <20030804103512.61a9661c.rgarciasuarez@free.fr>
34953      Branch: perl
34954            ! hints/darwin.sh
34955 ____________________________________________________________________________
34956 [ 20470] By: jhi                                   on 2003/08/04  06:30:05
34957         Log: Test count adjustment from Rafael.
34958      Branch: perl
34959            ! lib/Test/Simple/t/is_deeply.t
34960 ____________________________________________________________________________
34961 [ 20469] By: jhi                                   on 2003/08/04  06:23:26
34962         Log: Subject: [PATCH] maint, Win32, GCC 3.2
34963              From: Mattia Barbon <mbarbon@dsi.unive.it>
34964              Date: Sat, 2 Aug 2003 10:31:07 +0200 (ora legale Europa occidentale)
34965              Message-ID: <Mahogany-0.64.2-624-20030802-103107.00@rbnet.it>
34966      Branch: perl
34967            ! ext/Errno/Errno_pm.PL
34968 ____________________________________________________________________________
34969 [ 20467] By: jhi                                   on 2003/08/04  05:10:57
34970         Log: Apparently the newly introduce -DDARWIN did conflict with
34971              some Apple definition, how ironic...
34972      Branch: perl
34973            ! hints/darwin.sh perl.h
34974 ____________________________________________________________________________
34975 [ 20466] By: jhi                                   on 2003/08/04  05:03:30
34976         Log: Subject: Debian patch that skips podless modules
34977              From: Alexey Tourbin <at@altlinux.ru>
34978              Date: Sun, 3 Aug 2003 21:33:00 +0400
34979              Message-ID: <20030803173300.GC2076@julia.office.altlinux.ru>
34980
34981              (plus Schwern's and Robert's nits)
34982      Branch: perl
34983            ! installman
34984 ____________________________________________________________________________
34985 [ 20465] By: jhi                                   on 2003/08/04  05:00:04
34986         Log: Subject: [PATCH] 4 bugs in Test::More
34987              From: Fergal Daly <fergal@esatclear.ie> (by way of Fergal Daly <fergal@esatclear.ie>)
34988              Date: Fri, 21 Mar 2003 10:57:31 +0000
34989              Message-Id: <200303211057.31879.fergal@esatclear.ie>
34990      Branch: perl
34991            ! lib/Test/More.pm lib/Test/Simple/t/More.t
34992            ! lib/Test/Simple/t/is_deeply.t
34993 ____________________________________________________________________________
34994 [ 20464] By: jhi                                   on 2003/08/04  04:44:08
34995         Log: Upgrade to ExtUtils::MakeMaker 6.15.
34996      Branch: perl
34997            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
34998            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
34999            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/MM_Unix.t
35000 ____________________________________________________________________________
35001 [ 20463] By: jhi                                   on 2003/08/04  04:37:25
35002         Log: Subject: Re: [PATCH] Re: [perl #23206] Benchmark::cmpthese usage message wrong
35003              From: Michael G Schwern <schwern@pobox.com>
35004              Date: Sun, 3 Aug 2003 16:12:35 -0700
35005              Message-ID: <20030803231235.GJ24350@windhund.schwern.org>
35006      Branch: perl
35007            ! lib/Benchmark.pm lib/Benchmark.t
35008 ____________________________________________________________________________
35009 [ 20462] By: rgs                                   on 2003/08/03  22:26:10
35010         Log: Subject: [PATCH] Re: [perl #23207] persistant sideffect involving bitwise xor and substr
35011              From: Enache Adrian <enache@rdslink.ro>
35012              Date: Sun, 3 Aug 2003 18:00:05 +0300
35013              Message-ID: <20030803150005.GA1319@ratsnest.hole>
35014      Branch: perl
35015            ! pp.c t/op/substr.t
35016 ____________________________________________________________________________
35017 [ 20461] By: rgs                                   on 2003/08/03  21:50:11
35018         Log: Subject: Re: [perl #23202] coredump on ext/POSIX/t/posix with NetBSD-1.6
35019              From: alian <alian@cpan.org>
35020              Date: Sat, 02 Aug 2003 16:19:25 +0200
35021              Message-ID: <3F2BC86D.2050400@jupiter.alianet>
35022
35023              Plus, un-mark a test as TODO for darwin >= 6.6 (by M. Schwern)
35024      Branch: perl
35025            ! ext/POSIX/t/posix.t
35026 ____________________________________________________________________________
35027 [ 20458] By: jhi                                   on 2003/08/03  19:01:08
35028         Log: Subject: [PATCH-for-5.8.1-RC4] wince distribution
35029              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
35030              Date: Mon, 4 Aug 2003 00:01:08 +0400
35031              Message-ID: <039c01c359fa$1e755d50$195ec3d9@vad>
35032      Branch: perl
35033            ! wince/makedist.pl
35034 ____________________________________________________________________________
35035 [ 20457] By: jhi                                   on 2003/08/03  18:59:10
35036         Log: Subject: [PATCH perlreftut.pod] Minor edits
35037              From: mjd@plover.com
35038              Date: 3 Aug 2003 17:46:08 -0000
35039              Message-ID: <20030803174608.15792.qmail@plover.com>
35040      Branch: perl
35041            ! pod/perlreftut.pod
35042 ____________________________________________________________________________
35043 [ 20456] By: jhi                                   on 2003/08/03  18:52:16
35044         Log: Subject: [PATCH Time::HiRes docs] Grammar, punctuation, formatting edits
35045              From: mjd@plover.com
35046              Date: 3 Aug 2003 19:37:49 -0000
35047              Message-ID: <20030803193749.3733.qmail@plover.com>
35048      Branch: perl
35049            ! ext/Time/HiRes/HiRes.pm
35050 ____________________________________________________________________________
35051 [ 20455] By: jhi                                   on 2003/08/03  18:47:13
35052         Log: Subject: [PATCH] Re: win32.c bug - handle leak
35053              From: Jan Dubois <jand@ActiveState.com>
35054              Date: Sat, 02 Aug 2003 10:25:05 -0700
35055              Message-ID: <9gsnivssuml394bttjb3mfsmdgfn9l6kh9@4ax.com>
35056      Branch: perl
35057            ! win32/win32.c
35058 ____________________________________________________________________________
35059 [ 20454] By: jhi                                   on 2003/08/03  18:45:53
35060         Log: Subject: [PATCH 5.8.1 @20218] OS/2 build
35061              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
35062              Date: Sat, 2 Aug 2003 09:38:50 -0700
35063              Message-ID: <20030802163850.GA4712@math.berkeley.edu>
35064      Branch: perl
35065            ! os2/os2ish.h
35066 ____________________________________________________________________________
35067 [ 20453] By: jhi                                   on 2003/08/03  18:44:29
35068         Log: Subject: [PATCH] Storable and uninitalized array values
35069              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35070              Date: Sat, 2 Aug 2003 13:40:16 +0200
35071              Message-ID: <00ab01c358ea$d940a5b0$0c2f1fac@R2D2>
35072      Branch: perl
35073            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
35074 ____________________________________________________________________________
35075 [ 20452] By: jhi                                   on 2003/08/03  18:27:47
35076         Log: Upgrade to Unicode::Collate 0.26.
35077      Branch: perl
35078            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
35079            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
35080            ! lib/Unicode/Collate/t/test.t
35081 ____________________________________________________________________________
35082 [ 20451] By: jhi                                   on 2003/08/03  18:24:18
35083         Log: Subject: [PATCH Net::Ping] on VMS, set non-blocking with ioctl, not fcntl
35084              From: "Craig A. Berry" <craigberry@mac.com>
35085              Date: Sat, 02 Aug 2003 10:25:44 -0500
35086              Message-ID: <3F2BD7F8.8090003@mac.com>
35087      Branch: perl
35088            ! lib/Net/Ping.pm
35089 ____________________________________________________________________________
35090 [ 20450] By: rgs                                   on 2003/08/03  12:50:07
35091         Log: Subject: [PATCH 5.8.1 @20218] Shell.t
35092              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
35093              Date: Sun, 3 Aug 2003 06:21:41 -0700
35094              Message-ID: <20030803132141.GA5156@math.berkeley.edu>
35095      Branch: perl
35096            ! lib/Shell.t
35097 ____________________________________________________________________________
35098 [ 20447] By: jhi                                   on 2003/08/02  07:26:58
35099         Log: C++ (or C99) sneak attack ("inline" function keyword).
35100      Branch: perl
35101            ! ext/Devel/DProf/DProf.xs
35102 ____________________________________________________________________________
35103 [ 20445] By: jhi                                   on 2003/08/02  06:24:30
35104         Log: Subject: [PATCH] Re: [perl #23185] perl crash with File::Glob
35105              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35106              Date: Fri, 1 Aug 2003 13:12:14 +0200
35107              Message-ID: <00dc01c3581d$c3412c30$0c2f1fac@R2D2>
35108      Branch: perl
35109            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
35110            ! ext/File/Glob/t/basic.t
35111 ____________________________________________________________________________
35112 [ 20444] By: jhi                                   on 2003/08/02  06:17:28
35113         Log: Only show the message if the locale settings look risky.
35114      Branch: perl
35115            ! ext/Time/HiRes/Makefile.PL
35116 ____________________________________________________________________________
35117 [ 20443] By: jhi                                   on 2003/08/02  06:01:27
35118         Log: Add a message about the LC_ALL=C workaround (for non-core builds);
35119              update Changes.
35120      Branch: perl
35121            ! ext/Time/HiRes/Changes ext/Time/HiRes/Makefile.PL
35122 ____________________________________________________________________________
35123 [ 20441] By: jhi                                   on 2003/08/02  05:37:37
35124         Log: Subject: [PATCH] Small nit to pad.c
35125              From: Enache Adrian <enache@rdslink.ro>
35126              Date: Sat, 2 Aug 2003 01:50:40 +0300
35127              Message-ID: <20030801225040.GB1281@ratsnest.hole>
35128      Branch: perl
35129            ! pad.c
35130 ____________________________________________________________________________
35131 [ 20440] By: jhi                                   on 2003/08/02  05:12:13
35132         Log: Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes
35133              From: Radu Greab <rgreab@fx.ro>
35134              Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST)
35135              Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro>
35136      Branch: perl
35137            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
35138            ! ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t
35139            ! t/lib/dprof/test8_v
35140 ____________________________________________________________________________
35141 [ 20439] By: jhi                                   on 2003/08/02  05:06:43
35142         Log: Subject: [PATCH] ioctl for VMS
35143              From: "Craig A. Berry" <craigberry@mac.com>
35144              Date: Fri, 01 Aug 2003 23:34:31 -0500
35145              Message-ID: <3F2B3F57.4050609@mac.com>
35146      Branch: perl
35147            ! configure.com vms/vmsish.h
35148 ____________________________________________________________________________
35149 [ 20438] By: jhi                                   on 2003/08/02  05:05:40
35150         Log: Subject: [PATCH] argv case nit for VMS
35151              From: "Craig A. Berry" <craigberry@mac.com>
35152              Date: Fri, 01 Aug 2003 19:16:30 -0500
35153              Message-ID: <3F2B02DE.10207@mac.com>
35154      Branch: perl
35155            ! ext/Encode/bin/enc2xs pod/pod2usage.PL pod/podselect.PL
35156 ____________________________________________________________________________
35157 [ 20437] By: jhi                                   on 2003/08/01  22:00:30
35158         Log: Hugo's second thoughts: drop the relatively rare and
35159              slow optimization for now.
35160      Branch: perl
35161            ! regexec.c
35162 ____________________________________________________________________________
35163 [ 20435] By: jhi                                   on 2003/08/01  21:55:19
35164         Log: Missed this bit in the last update: couldn't answer ''
35165              or ' ' to get 'none'.
35166      Branch: perl
35167            ! Configure
35168 ____________________________________________________________________________
35169 [ 20432] By: jhi                                   on 2003/08/01  13:45:10
35170         Log: Encode pre-1.98 update from Dan Kogai, sent from
35171              the ashes of his smoldering motherboard.
35172      Branch: perl
35173            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/META.yml
35174            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/t/Aliases.t
35175            ! ext/Encode/t/perlio.t ext/Encode/ucm/macArabic.ucm
35176            ! ext/Encode/ucm/macFarsi.ucm ext/Encode/ucm/macHebrew.ucm
35177 ____________________________________________________________________________
35178 [ 20431] By: jhi                                   on 2003/08/01  13:34:28
35179         Log: More runperl(switches => ...) finds (bleadperl only).
35180      Branch: perl
35181            ! t/op/readline.t
35182 ____________________________________________________________________________
35183 [ 20426] By: jhi                                   on 2003/08/01  12:45:19
35184         Log: Regen perltoc.
35185      Branch: perl
35186            ! pod/perltoc.pod
35187 ____________________________________________________________________________
35188 [ 20425] By: jhi                                   on 2003/08/01  12:44:16
35189         Log: pod likes whitespace.
35190      Branch: perl
35191            ! ext/ByteLoader/ByteLoader.pm
35192 ____________________________________________________________________________
35193 [ 20422] By: jhi                                   on 2003/08/01  11:37:53
35194         Log: Faulty check.
35195      Branch: perl
35196            ! t/test.pl
35197 ____________________________________________________________________________
35198 [ 20420] By: jhi                                   on 2003/08/01  11:06:54
35199         Log: Update INSTALL on the *dir.
35200      Branch: perl
35201            ! INSTALL
35202 ____________________________________________________________________________
35203 [ 20419] By: jhi                                   on 2003/08/01  11:04:55
35204         Log: Regen Glossary et al.
35205      Branch: perl
35206            ! Porting/Glossary Porting/config.sh Porting/config_H
35207 ____________________________________________________________________________
35208 [ 20418] By: jhi                                   on 2003/08/01  10:58:23
35209         Log: Now the test should be really testing what it's supposed to.
35210      Branch: perl
35211            ! ext/B/t/bytecode.t
35212 ____________________________________________________________________________
35213 [ 20417] By: jhi                                   on 2003/08/01  10:45:57
35214         Log: Fix the options.
35215      Branch: perl
35216            ! ext/B/t/bytecode.t
35217 ____________________________________________________________________________
35218 [ 20416] By: jhi                                   on 2003/08/01  10:44:19
35219         Log: Argument sanity checking.
35220      Branch: perl
35221            ! t/test.pl
35222 ____________________________________________________________________________
35223 [ 20413] By: jhi                                   on 2003/08/01  10:37:09
35224         Log: Regen Configure to use the *html*dir files.
35225              (installhtml uses none of that, though)
35226      Branch: perl
35227            ! Configure Policy_sh.SH config_h.SH
35228 ____________________________________________________________________________
35229 [ 20411] By: jhi                                   on 2003/08/01  10:10:05
35230         Log: More for the *dir changes.
35231      Branch: perl
35232            ! Policy_sh.SH config_h.SH hints/darwin.sh
35233 ____________________________________________________________________________
35234 [ 20410] By: jhi                                   on 2003/08/01  10:09:38
35235         Log: Regen Configure for the new *dir installation variables.
35236              If these don't work, ask Schwern.
35237      Branch: perl
35238            ! Configure
35239 ____________________________________________________________________________
35240 [ 20408] By: jhi                                   on 2003/08/01  05:27:48
35241         Log: Upgrade to MakeMaker 6.13.
35242      Branch: perl
35243            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
35244            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
35245            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
35246            ! lib/ExtUtils/t/basic.t
35247 ____________________________________________________________________________
35248 [ 20407] By: jhi                                   on 2003/08/01  05:21:36
35249         Log: JAPH patch :-) from Abigail.
35250      Branch: perl
35251            ! t/japh/abigail.t
35252 ____________________________________________________________________________
35253 [ 20406] By: jhi                                   on 2003/08/01  05:10:30
35254         Log: Regen perlapi.
35255      Branch: perl
35256            ! perlapi.c
35257 ____________________________________________________________________________
35258 [ 20405] By: jhi                                   on 2003/08/01  05:09:23
35259         Log: Subject: [PATCH] Re: utf8+regex bug in 5.8.1-RC2
35260              From: Dave Mitchell <davem@fdgroup.com>
35261              Date: Fri, 1 Aug 2003 01:16:31 +0100
35262              Message-ID: <20030801001631.GA11233@fdgroup.com>
35263      Branch: perl
35264            ! regcomp.c t/op/pat.t
35265 ____________________________________________________________________________
35266 [ 20404] By: ams                                   on 2003/08/01  03:28:17
35267         Log: Subject: [PATCH] LotR quote for perlapi.c
35268              From: Autrijus Tang <autrijus@autrijus.org>
35269              Date: Fri, 1 Aug 2003 10:00:29 +0800
35270              Message-Id: <20030801020029.GA28241@not.autrijus.org>
35271      Branch: perl
35272            ! embed.pl
35273 ____________________________________________________________________________
35274 [ 20396] By: rgs                                   on 2003/07/31  20:37:50
35275         Log: Document in INSTALL that -Uinstallusrbinperl is now the default.
35276      Branch: perl
35277            ! INSTALL
35278 ____________________________________________________________________________
35279 [ 20395] By: jhi                                   on 2003/07/31  20:32:30
35280         Log: Integrate README.macosx more.
35281      Branch: perl
35282            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35283            ! win32/Makefile win32/makefile.mk
35284 ____________________________________________________________________________
35285 [ 20394] By: jhi                                   on 2003/07/31  20:31:49
35286         Log: README.macosx from Sherm Pendley.
35287      Branch: perl
35288            + README.macosx
35289            ! MANIFEST
35290 ____________________________________________________________________________
35291 [ 20393] By: jhi                                   on 2003/07/31  20:31:08
35292         Log: Unportable subtest needs rethink.
35293      Branch: perl
35294            ! ext/B/t/bytecode.t
35295 ____________________________________________________________________________
35296 [ 20392] By: jhi                                   on 2003/07/31  20:22:03
35297         Log: Enache again.
35298      Branch: perl
35299            ! ext/ByteLoader/bytecode.h
35300 ____________________________________________________________________________
35301 [ 20390] By: jhi                                   on 2003/07/31  20:20:28
35302         Log: Retract #20385.
35303      Branch: perl
35304            ! ext/ByteLoader/bytecode.h
35305 ____________________________________________________________________________
35306 [ 20389] By: jhi                                   on 2003/07/31  20:14:06
35307         Log: Yet another bytecode tweak from Enache.
35308      Branch: perl
35309            ! ext/B/B/Bytecode.pm
35310 ____________________________________________________________________________
35311 [ 20388] By: jhi                                   on 2003/07/31  20:11:21
35312         Log: Subject: [DOC PATCH] pod/perlguts.pod
35313              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
35314              Date: Thu, 31 Jul 2003 22:39:01 +0200
35315              Message-ID: <004a01c357a3$c71f9f50$0c2f1fac@R2D2>
35316      Branch: perl
35317            ! pod/perlguts.pod
35318 ____________________________________________________________________________
35319 [ 20387] By: jhi                                   on 2003/07/31  19:57:36
35320         Log: Subject: Re: [perl #23171] Regex too selfish
35321              From: hv@crypt.org
35322              Date: Thu, 31 Jul 2003 18:59:43 +0100
35323              Message-Id: <200307311759.h6VHxhn06664@zen.crypt.org>
35324
35325              (choose the second code patch)
35326      Branch: perl
35327            ! regexec.c t/op/re_tests
35328 ____________________________________________________________________________
35329 [ 20386] By: jhi                                   on 2003/07/31  19:48:17
35330         Log: Make consistent with installperl (and working in MPE/iX)
35331              (Mark Bixby)
35332      Branch: perl
35333            ! installman
35334 ____________________________________________________________________________
35335 [ 20385] By: jhi                                   on 2003/07/31  19:46:14
35336         Log: (retracted by #20390)
35337      Branch: perl
35338            ! ext/ByteLoader/bytecode.h
35339 ____________________________________________________________________________
35340 [ 20383] By: jhi                                   on 2003/07/31  19:37:22
35341         Log: Upgrade to real CPAN.pm 1.76.
35342      Branch: perl
35343            + lib/CPAN/META.yml lib/CPAN/PAUSE2003.pub lib/CPAN/SIGNATURE
35344            + lib/CPAN/t/signature.t
35345            ! MANIFEST lib/CPAN.pm
35346 ____________________________________________________________________________
35347 [ 20379] By: jhi                                   on 2003/07/31  12:32:31
35348         Log: One more tweak for Mac OS X hints.
35349      Branch: perl
35350            ! hints/darwin.sh
35351 ____________________________________________________________________________
35352 [ 20378] By: jhi                                   on 2003/07/31  11:39:31
35353         Log: The new PKI system is far too untested and rough yet
35354              (think machines with no network, machines behind firewalls,
35355              corporate and national encryption policies).  It cannot be
35356              considered useable at this stage.
35357
35358              Therefore, create a fake CPAN 1.76.
35359      Branch: perl
35360            ! lib/CPAN.pm
35361 ____________________________________________________________________________
35362 [ 20377] By: jhi                                   on 2003/07/31  11:28:58
35363         Log: This test is pretty useless as it stands.
35364      Branch: perl
35365            - lib/CPAN/t/signature.t
35366            ! MANIFEST
35367 ____________________________________________________________________________
35368 [ 20376] By: jhi                                   on 2003/07/31  10:30:08
35369         Log: Document the requirements for Module::Signature a bit.
35370      Branch: perl
35371            ! lib/CPAN.pm
35372 ____________________________________________________________________________
35373 [ 20375] By: jhi                                   on 2003/07/31  09:37:44
35374         Log: We are change #20316 ahead of 1.75.
35375      Branch: perl
35376            ! lib/CPAN.pm
35377 ____________________________________________________________________________
35378 [ 20373] By: jhi                                   on 2003/07/31  07:35:11
35379         Log: Integrate from maint:
35380              [ 20359]
35381              No more wince/README.compile here, either.
35382      Branch: perl
35383           !> Porting/makerel
35384 ____________________________________________________________________________
35385 [ 20371] By: jhi                                   on 2003/07/31  05:41:56
35386         Log: ext/SDBM_File/sdbm's auto directory ended up in ext/SDBM_File.
35387              (Schwern)
35388      Branch: perl
35389            ! lib/ExtUtils/MakeMaker.pm
35390 ____________________________________________________________________________
35391 [ 20370] By: jhi                                   on 2003/07/31  05:39:11
35392         Log: Schwern says this is most probably an old VMS MakeMaker
35393              bug workaround that can go now.
35394      Branch: perl
35395            ! ext/SDBM_File/sdbm/Makefile.PL
35396 ____________________________________________________________________________
35397 [ 20369] By: jhi                                   on 2003/07/31  05:32:15
35398         Log: Final touches to "Apple-like" installation directories.
35399      Branch: perl
35400            ! hints/darwin.sh
35401 ____________________________________________________________________________
35402 [ 20368] By: jhi                                   on 2003/07/31  05:28:17
35403         Log: Tests for change #20367 (and change use overload; to
35404              just require overload;)
35405      Branch: perl
35406            ! lib/Tie/RefHash.pm lib/Tie/RefHash.t
35407 ____________________________________________________________________________
35408 [ 20367] By: jhi                                   on 2003/07/31  05:12:47
35409         Log: Subject: [PATCH Tie::RefHash] added support for overloaded ""
35410              From: Xavier Noria <fxn@hashref.com>
35411              Date: Thu, 31 Jul 2003 00:29:13 +0200
35412              Message-Id: <200307310029.13567.fxn@hashref.com>
35413      Branch: perl
35414            ! lib/Tie/RefHash.pm
35415 ____________________________________________________________________________
35416 [ 20366] By: jhi                                   on 2003/07/31  05:06:11
35417         Log: Subject: [PATCH] test for B::Bytecode/ByteLoader
35418              From: Enache Adrian <enache@rdslink.ro>
35419              Date: Thu, 31 Jul 2003 03:49:40 +0300
35420              Message-ID: <20030731004940.GB1266@ratsnest.hole>
35421
35422              (but use test.pl:run_perl() instead of manual `$^X ...`)
35423      Branch: perl
35424            + ext/B/t/bytecode.t
35425            ! MANIFEST
35426 ____________________________________________________________________________
35427 [ 20364] By: rgs                                   on 2003/07/30  21:35:08
35428         Log: Silence spurious noise from MakeMaker :
35429              hint files shouldn't return undef and have set $!.
35430      Branch: perl
35431            ! ext/DynaLoader/hints/linux.pl
35432 ____________________________________________________________________________
35433 [ 20362] By: jhi                                   on 2003/07/30  20:24:49
35434         Log: Upgrade to NEXT 0.52.
35435      Branch: perl
35436            ! lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
35437            ! lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
35438 ____________________________________________________________________________
35439 [ 20356] By: jhi                                   on 2003/07/30  18:16:55
35440         Log: Might as well.
35441      Branch: perl
35442            ! pod/perlhist.pod
35443 ____________________________________________________________________________
35444 [ 20355] By: jhi                                   on 2003/07/30  18:15:49
35445         Log: Silly gcc.
35446      Branch: perl
35447            ! perl.c
35448 ____________________________________________________________________________
35449 [ 20353] By: jhi                                   on 2003/07/30  17:09:59
35450         Log: This is getting comical.  (Practical tip: never ask
35451              for opinions from one than one person at one time.)
35452              Now back to -Dprefix='/usr' replacing the system Perl,
35453              but don't use the Apple internal DSTROOT.
35454      Branch: perl
35455            ! hints/darwin.sh
35456 ____________________________________________________________________________
35457 [ 20352] By: jhi                                   on 2003/07/30  17:00:25
35458         Log: Mac OS X hints dance continues.  Now drop any special
35459              installation directory mangling.  In other words, if
35460              you want to overwrite the system perl, you really need
35461              to find out how to do that.
35462      Branch: perl
35463            ! hints/darwin.sh
35464 ____________________________________________________________________________
35465 [ 20350] By: jhi                                   on 2003/07/30  14:23:03
35466         Log: Try again with the Mac OS X hints.  Now the three cases
35467              (no -Dprefix, /usr, and something else) all install
35468              into separate places.  No prefix installs to /usr/local.
35469              The /usr overwrites the Apple install (modulo the version).
35470      Branch: perl
35471            ! hints/darwin.sh
35472 ____________________________________________________________________________
35473 [ 20348] By: jhi                                   on 2003/07/30  13:28:30
35474         Log: Subject: [PATCH] NEXT and Diamond Inheritance
35475              From: Casey West <casey@geeknest.com>
35476              Date: Tue, 29 Jul 2003 17:37:15 -0400
35477              Message-ID: <20030729213715.GY76899@geeknest.com>
35478
35479              (Use Damian's NEXT-0.51 once Damian and PAUSE like each other)
35480      Branch: perl
35481            ! lib/NEXT.pm lib/NEXT/t/unseen.t
35482 ____________________________________________________________________________
35483 [ 20347] By: jhi                                   on 2003/07/30  13:19:03
35484         Log: Match also on full name and email (though the email is
35485              now less interesting than it used to be).
35486      Branch: perl
35487            ! Porting/Maintainers
35488 ____________________________________________________________________________
35489 [ 20346] By: jhi                                   on 2003/07/30  12:26:53
35490         Log: Maintainers script tweaks.
35491      Branch: perl
35492            ! Porting/Maintainers
35493 ____________________________________________________________________________
35494 [ 20345] By: jhi                                   on 2003/07/30  11:17:33
35495         Log: rmdir t/lib/IO.
35496      Branch: perl
35497            ! ext/IO/t/IO.t
35498 ____________________________________________________________________________
35499 [ 20344] By: jhi                                   on 2003/07/30  11:15:30
35500         Log: Adjust the list of rmdired lib directories.
35501      Branch: perl
35502            ! Makefile.SH
35503 ____________________________________________________________________________
35504 [ 20343] By: jhi                                   on 2003/07/30  10:06:24
35505         Log: Be paranoid about PL_origargv.
35506              Paranoia warranted by Win32 mod_perl.
35507      Branch: perl
35508            ! perl.c
35509 ____________________________________________________________________________
35510 [ 20342] By: jhi                                   on 2003/07/30  09:57:55
35511         Log: Subject: tiny [PATCH-for-perl-5.8.1-RC2] remove one mention of UNDER_CE from perlio.c
35512              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
35513              Date: Wed, 30 Jul 2003 14:56:32 +0400
35514              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200DD3@cio-test001.spb.lucent.com>
35515      Branch: perl
35516            ! perlio.c
35517 ____________________________________________________________________________
35518 [ 20341] By: jhi                                   on 2003/07/30  09:54:46
35519         Log: Upgrade to ExtUtils::MakeMaker 6.12.
35520      Branch: perl
35521            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
35522            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
35523            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
35524            ! lib/ExtUtils/t/MM_Unix.t lib/ExtUtils/t/MM_VMS.t
35525 ____________________________________________________________________________
35526 [ 20340] By: jhi                                   on 2003/07/30  09:47:32
35527         Log: That's M. Schwern to you, earthling.
35528      Branch: perl
35529            ! Porting/Maintainers.pl
35530 ____________________________________________________________________________
35531 [ 20339] By: jhi                                   on 2003/07/30  09:43:32
35532         Log: Arthur maintains Safe.
35533      Branch: perl
35534            ! Porting/Maintainers.pl
35535 ____________________________________________________________________________
35536 [ 20338] By: jhi                                   on 2003/07/30  09:40:28
35537         Log: Use the CPAN id where available.
35538      Branch: perl
35539            ! Porting/Maintainers.pl
35540 ____________________________________________________________________________
35541 [ 20337] By: jhi                                   on 2003/07/30  09:26:47
35542         Log: Rename Modules and Modules.pl as Maintainers and
35543              Maintainers.pl since the same framework can be used
35544              for more than just modules.
35545      Branch: perl
35546            + Porting/Maintainers Porting/Maintainers.pl
35547            - Porting/Modules Porting/Modules.pl
35548            ! MANIFEST
35549 ____________________________________________________________________________
35550 [ 20336] By: jhi                                   on 2003/07/30  09:11:06
35551         Log: Strip leading ./
35552      Branch: perl
35553            ! Porting/Modules
35554 ____________________________________________________________________________
35555 [ 20335] By: jhi                                   on 2003/07/30  09:01:47
35556         Log: More Modules.pl.
35557      Branch: perl
35558            ! Porting/Modules.pl
35559 ____________________________________________________________________________
35560 [ 20334] By: jhi                                   on 2003/07/30  08:51:57
35561         Log: Modules.pl: add B::Deparse.
35562      Branch: perl
35563            ! Porting/Modules.pl
35564 ____________________________________________________________________________
35565 [ 20333] By: jhi                                   on 2003/07/30  08:26:47
35566         Log: Mac OS X: tweak once again the installation directories.
35567      Branch: perl
35568            ! hints/darwin.sh
35569 ____________________________________________________________________________
35570 [ 20332] By: jhi                                   on 2003/07/30  07:55:04
35571         Log: Modules.pl tweaks.
35572      Branch: perl
35573            ! Porting/Modules.pl
35574 ____________________________________________________________________________
35575 [ 20331] By: jhi                                   on 2003/07/30  06:13:55
35576         Log: Subject: [PATCH] Extend Win32::GetOSVersion() to return additional information
35577              From: Jan Dubois <jand@ActiveState.com>
35578              Date: Tue, 29 Jul 2003 19:14:10 -0700
35579              Message-ID: <i06eivs0h9khken8rloevj68iqu6n45hnq@4ax.com>
35580      Branch: perl
35581            ! lib/Win32.pod win32/win32.c
35582 ____________________________________________________________________________
35583 [ 20330] By: rgs                                   on 2003/07/29  21:20:28
35584         Log: FAQ sync.
35585      Branch: perl
35586            ! pod/perlfaq4.pod pod/perlfaq7.pod
35587 ____________________________________________________________________________
35588 [ 20329] By: jhi                                   on 2003/07/29  20:54:38
35589         Log: Subject: tiny fix for WinCE (Re: maint @ 20277)
35590              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
35591              Date: Wed, 30 Jul 2003 02:02:41 +0400
35592              Message-ID: <016701c3561d$43735ca0$195ec3d9@vad>
35593      Branch: perl
35594            ! wince/wince.c
35595 ____________________________________________________________________________
35596 [ 20327] By: jhi                                   on 2003/07/29  20:09:15
35597         Log: MPE/iX fix from Mark Bixby: fcntl() on sockets on works.
35598      Branch: perl
35599            ! README.mpeix ext/IO/t/io_sock.t mpeix/mpeix.c mpeix/mpeixish.h
35600 ____________________________________________________________________________
35601 [ 20324] By: jhi                                   on 2003/07/29  19:55:50
35602         Log: Revert #20301, apparently the _SOCKADDR_LEN #define is
35603              important for IPv6 (Spider).  Since there is no way to
35604              otherwise detect 3.X, use the hints.
35605      Branch: perl
35606            ! hints/dec_osf.sh perl.h
35607 ____________________________________________________________________________
35608 [ 20316] By: jhi                                   on 2003/07/29  15:27:46
35609         Log: Don't nag about Module::Signature if there is no
35610              way for the user to use it (based on Autrijus' patch).
35611      Branch: perl
35612            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35613 ____________________________________________________________________________
35614 [ 20315] By: jhi                                   on 2003/07/29  14:47:04
35615         Log: Oops.
35616      Branch: perl
35617            ! sv.c
35618 ____________________________________________________________________________
35619 [ 20314] By: jhi                                   on 2003/07/29  13:26:26
35620         Log: Slight rewording on the destdir.
35621      Branch: perl
35622            ! INSTALL
35623 ____________________________________________________________________________
35624 [ 20312] By: jhi                                   on 2003/07/29  13:20:21
35625         Log: Subject: [PATCH] pod/perlvar.pod: minor typo
35626              From: "Brendan O'Dea" <bod@debian.org>
35627              Date: Tue, 29 Jul 2003 23:49:18 +1000
35628              Message-ID: <20030729134918.GA4339@londo.c47.org>
35629      Branch: perl
35630            ! pod/perlvar.pod
35631 ____________________________________________________________________________
35632 [ 20310] By: jhi                                   on 2003/07/29  13:11:57
35633         Log: Subject: [PATCH: (repatch) 5.8.1 RC2] Encode test fixes for VMS (was Re: possible fix to File::Find problems)
35634              From: PPrymmer@factset.com
35635              Date: Tue, 22 Jul 2003 11:12:05 -0400
35636              Message-ID: <OFBD4A7559.D7CF9517-ON85256D6B.00534853-85256D6B.00538131@factset.com>
35637      Branch: perl
35638            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
35639            ! ext/Encode/t/perlio.t
35640 ____________________________________________________________________________
35641 [ 20309] By: jhi                                   on 2003/07/29  13:06:24
35642         Log: Subject: [perluniintro vs Encode::Alias] Is KOI8R is an alise for koi8-r?
35643              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
35644              Date: Sun, 13 Jul 2003 10:23:35 +0900
35645              Message-Id: <20030713102228.C76A.BQW10602@nifty.com>
35646      Branch: perl
35647            ! ext/Encode/lib/Encode/Alias.pm
35648 ____________________________________________________________________________
35649 [ 20308] By: jhi                                   on 2003/07/29  13:02:43
35650         Log: The --destdir option to installman should be made
35651              optional so that it doesn't complain when passed
35652              an empty value (from Rafael)
35653      Branch: perl
35654            ! installman
35655 ____________________________________________________________________________
35656 [ 20306] By: jhi                                   on 2003/07/29  12:05:24
35657         Log: Too many my $fh:s.
35658      Branch: perl
35659            ! lib/CPAN.pm
35660 ____________________________________________________________________________
35661 [ 20305] By: jhi                                   on 2003/07/29  11:55:11
35662         Log: Quieten MSVC6.
35663      Branch: perl
35664            ! pp.c
35665 ____________________________________________________________________________
35666 [ 20302] By: jhi                                   on 2003/07/29  11:31:17
35667         Log: Subject: DESTDIR in perl-5.8.1 package?
35668              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
35669              Date: Fri, 11 Jul 2003 14:48:41 +0200
35670              Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de>
35671
35672              Subject: Re: DESTDIR in perl-5.8.1 package?
35673              From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
35674              Date: Mon, 14 Jul 2003 12:00:25 +0200
35675              Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de>
35676
35677              (blindly prepending and s///ing away the $destdir does not work
35678              at least in VMS, but the --destdir should help rpm builders
35679              and the like)
35680      Branch: perl
35681            ! INSTALL Makefile.SH installman installperl
35682 ____________________________________________________________________________
35683 [ 20301] By: jhi                                   on 2003/07/29  11:20:07
35684         Log: Subject: [perl #23134] Problems compiling 5.8.0 on alpha-dec_osf 3.2
35685              From: Chaskiel M Grundman (via RT) <perlbug-followup@perl.org>
35686              Date: 26 Jul 2003 21:44:06 -0000
35687              Message-ID: <rt-23134-61814.9.36507226414463@rt.perl.org>
35688
35689              Helps (the admittedly old) DEC OSF/1 3.x and harms not newer
35690              releases 4.x and 5.x.
35691      Branch: perl
35692            ! perl.h
35693 ____________________________________________________________________________
35694 [ 20300] By: jhi                                   on 2003/07/29  11:18:27
35695         Log: Cleanup the sv_gets() logic for platforms with small stacks.
35696              (I think hogging 8K of stack sounds like bad behaviour on any
35697              platform, big stack or not.)
35698      Branch: perl
35699            ! sv.c
35700 ____________________________________________________________________________
35701 [ 20299] By: merijn                                on 2003/07/29  10:57:37
35702         Log: README.hpux now mentions the http mirror for prebuilt gcc binaries
35703      Branch: perl
35704            ! README.hpux
35705 ____________________________________________________________________________
35706 [ 20298] By: jhi                                   on 2003/07/29  10:57:28
35707         Log: DEC OSF/1 3.x did (does) not do sizer -v.
35708      Branch: perl
35709            ! hints/dec_osf.sh
35710 ____________________________________________________________________________
35711 [ 20295] By: jhi                                   on 2003/07/29  10:36:25
35712         Log: Subject: [PATCH CPAN.pm] unlink pre-PGP-signed CHECKSUM
35713              From: Autrijus Tang <autrijus@autrijus.org>
35714              Date: Tue, 29 Jul 2003 09:58:35 +0800
35715              Message-ID: <20030729015834.GA7149@not.autrijus.org>
35716      Branch: perl
35717            ! lib/CPAN.pm
35718 ____________________________________________________________________________
35719 [ 20294] By: jhi                                   on 2003/07/29  10:30:05
35720         Log: There is no skip() since we are not using Test*.
35721      Branch: perl
35722            ! lib/CPAN/t/signature.t
35723 ____________________________________________________________________________
35724 [ 20293] By: jhi                                   on 2003/07/29  10:28:10
35725         Log: Upgrade to CPAN.pm 1.74.
35726      Branch: perl
35727            ! lib/CPAN.pm lib/CPAN/t/signature.t
35728 ____________________________________________________________________________
35729 [ 20292] By: jhi                                   on 2003/07/29  10:14:26
35730         Log: Most importantly, don't try HvNAME(gp->gp_hv)
35731              unless PL_stashcache exists, otherwise we get
35732              an invalid read (detected by valgrind, and crashes
35733              ext/threads/t/basic.t in Windows).
35734
35735              Also add a few if:s for the refcnt decrements,
35736              no need to call Perl_sv_free() if there's nothing to free.
35737      Branch: perl
35738            ! gv.c
35739 ____________________________________________________________________________
35740 [ 20291] By: jhi                                   on 2003/07/29  09:00:58
35741         Log: Tabify.
35742      Branch: perl
35743            ! MANIFEST
35744 ____________________________________________________________________________
35745 [ 20288] By: jhi                                   on 2003/07/29  08:29:50
35746         Log: Subject: [perl #22969] fix $hash{utf8bareword}
35747              From: Rafael Garcia-Suarez <raphel.garcia-suarez@hexaflux.com>
35748              Date: Tue, 29 Jul 2003 11:09:37 +0200
35749              Message-Id: <20030729110937.31c422d2.rgarcia@hexaflux.com>
35750      Branch: perl
35751            ! t/op/utfhash.t toke.c
35752 ____________________________________________________________________________
35753 [ 20287] By: jhi                                   on 2003/07/29  08:26:48
35754         Log: Subject: [PATCH pointer] B::Deparse 0.64
35755              From: Stephen McCamant <smcc@mit.edu>
35756              Date: Mon, 28 Jul 2003 16:57:19 -0400
35757              Message-ID: <16165.36399.39977.566109@syllepsis.MIT.EDU>
35758      Branch: perl
35759            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
35760 ____________________________________________________________________________
35761 [ 20286] By: jhi                                   on 2003/07/29  08:24:45
35762         Log: More perlio docs from Stas.
35763      Branch: perl
35764            ! pod/perliol.pod
35765 ____________________________________________________________________________
35766 [ 20285] By: jhi                                   on 2003/07/29  08:22:49
35767         Log: Reintroduce Porting/Modules.  No, it's not duplicating
35768              the information in Module::CoreList.
35769      Branch: perl
35770            + Porting/Modules Porting/Modules.pl
35771            ! AUTHORS MANIFEST
35772 ____________________________________________________________________________
35773 [ 20283] By: jhi                                   on 2003/07/29  05:00:12
35774         Log: The better prefixify() patch from Ed Moy.
35775      Branch: perl
35776            ! lib/ExtUtils/MM_Unix.pm
35777 ____________________________________________________________________________
35778 [ 20282] By: jhi                                   on 2003/07/29  04:57:57
35779         Log: PerlIO_popped doc addition from NI-S.
35780      Branch: perl
35781            ! pod/perliol.pod
35782 ____________________________________________________________________________
35783 [ 20281] By: jhi                                   on 2003/07/29  04:55:48
35784         Log: Subject: [PATCH] another File::Find tweak for VMS (improve on #20221)
35785              From: "Craig A. Berry" <craigberry@mac.com>
35786              Date: Tue, 29 Jul 2003 00:11:46 -0500
35787              Message-ID: <3F260212.9000104@mac.com>
35788      Branch: perl
35789            ! lib/File/Find.pm
35790 ____________________________________________________________________________
35791 [ 20278] By: jhi                                   on 2003/07/28  18:03:48
35792         Log: More bytecode tweaks.
35793      Branch: perl
35794            ! ext/B/B.xs ext/B/B/Bytecode.pm
35795 ____________________________________________________________________________
35796 [ 20275] By: jhi                                   on 2003/07/28  16:47:53
35797         Log: No more wince/README.compile.
35798      Branch: perl
35799            ! Porting/curliff.pl
35800 ____________________________________________________________________________
35801 [ 20272] By: jhi                                   on 2003/07/28  16:19:47
35802         Log: Slightly better failure output.
35803      Branch: perl
35804            ! ext/Devel/Peek/t/Peek.t
35805 ____________________________________________________________________________
35806 [ 20270] By: jhi                                   on 2003/07/28  15:12:28
35807         Log: These directories no more exist during cleanup.
35808      Branch: perl
35809            ! Makefile.SH
35810 ____________________________________________________________________________
35811 [ 20269] By: jhi                                   on 2003/07/28  15:07:22
35812         Log: No more ext/*/*.t, move them all to ext/*/t.
35813      Branch: perl
35814            + ext/Devel/DProf/t/DProf.t ext/Devel/Peek/t/Peek.t
35815            + ext/Errno/t/Errno.t ext/GDBM_File/t/gdbm.t
35816            + ext/I18N/Langinfo/t/Langinfo.t ext/IPC/SysV/t/ipcsysv.t
35817            + ext/NDBM_File/t/ndbm.t ext/ODBM_File/t/odbm.t
35818            + ext/Opcode/t/Opcode.t ext/Opcode/t/ops.t ext/PerlIO/t/PerlIO.t
35819            + ext/SDBM_File/t/sdbm.t ext/Safe/t/safe1.t ext/Safe/t/safe2.t
35820            + ext/Safe/t/safe3.t ext/Socket/t/Socket.t
35821            + ext/Socket/t/socketpair.t ext/Sys/Hostname/t/Hostname.t
35822            + ext/Sys/Syslog/t/syslog.t ext/Time/HiRes/t/HiRes.t
35823            + ext/XS/Typemap/t/Typemap.t ext/attrs/t/attrs.t ext/re/t/re.t
35824            - ext/Devel/DProf/DProf.t ext/Devel/Peek/Peek.t
35825            - ext/Errno/Errno.t ext/GDBM_File/gdbm.t
35826            - ext/I18N/Langinfo/Langinfo.t ext/IPC/SysV/ipcsysv.t
35827            - ext/NDBM_File/ndbm.t ext/ODBM_File/odbm.t ext/Opcode/Opcode.t
35828            - ext/Opcode/ops.t ext/PerlIO/PerlIO.t ext/SDBM_File/sdbm.t
35829            - ext/Safe/safe1.t ext/Safe/safe2.t ext/Safe/safe3.t
35830            - ext/Socket/Socket.t ext/Socket/socketpair.t
35831            - ext/Sys/Hostname/Hostname.t ext/Sys/Syslog/syslog.t
35832            - ext/Time/HiRes/HiRes.t ext/XS/Typemap/Typemap.t ext/attrs.t
35833            - ext/re/re.t
35834            ! MANIFEST ext/IPC/SysV/MANIFEST
35835 ____________________________________________________________________________
35836 [ 20268] By: jhi                                   on 2003/07/28  14:31:17
35837         Log: Move the ext/IO tests to a more standard location so that
35838              the *.t do not get copied to the build tree (lib/IO/).
35839      Branch: perl
35840            + ext/IO/t/IO.t ext/IO/t/io_const.t ext/IO/t/io_dir.t
35841            + ext/IO/t/io_dup.t ext/IO/t/io_linenum.t
35842            + ext/IO/t/io_multihomed.t ext/IO/t/io_pipe.t ext/IO/t/io_poll.t
35843            + ext/IO/t/io_sel.t ext/IO/t/io_sock.t ext/IO/t/io_taint.t
35844            + ext/IO/t/io_tell.t ext/IO/t/io_udp.t ext/IO/t/io_unix.t
35845            + ext/IO/t/io_utf8.t ext/IO/t/io_xs.t
35846            - ext/IO/lib/IO/t/IO.t ext/IO/lib/IO/t/io_const.t
35847            - ext/IO/lib/IO/t/io_dir.t ext/IO/lib/IO/t/io_dup.t
35848            - ext/IO/lib/IO/t/io_linenum.t ext/IO/lib/IO/t/io_multihomed.t
35849            - ext/IO/lib/IO/t/io_pipe.t ext/IO/lib/IO/t/io_poll.t
35850            - ext/IO/lib/IO/t/io_sel.t ext/IO/lib/IO/t/io_sock.t
35851            - ext/IO/lib/IO/t/io_taint.t ext/IO/lib/IO/t/io_tell.t
35852            - ext/IO/lib/IO/t/io_udp.t ext/IO/lib/IO/t/io_unix.t
35853            - ext/IO/lib/IO/t/io_utf8.t ext/IO/lib/IO/t/io_xs.t
35854            ! MANIFEST
35855 ____________________________________________________________________________
35856 [ 20267] By: jhi                                   on 2003/07/28  14:16:44
35857         Log: Retract #20260.
35858      Branch: perl
35859            ! perlio.c perliol.h
35860 ____________________________________________________________________________
35861 [ 20266] By: jhi                                   on 2003/07/28  13:38:59
35862         Log: Bump the $VERSION of core File::Spec as requested by Ken Williams.
35863      Branch: perl
35864            ! lib/File/Spec.pm
35865 ____________________________________________________________________________
35866 [ 20265] By: jhi                                   on 2003/07/28  13:23:44
35867         Log: Subject: [PATCH] #20177 broke skip logic in t/op/write.t
35868              From: "Craig A. Berry" <craigberry@mac.com>
35869              Date: Mon, 28 Jul 2003 08:04:32 -0500
35870              Message-ID: <3F251F60.6050607@mac.com>
35871      Branch: perl
35872            ! t/op/write.t
35873 ____________________________________________________________________________
35874 [ 20264] By: jhi                                   on 2003/07/28  13:21:58
35875         Log: Subject: [PATCH] t/op/write.t cleanup after itself.
35876              From: Michael G Schwern <schwern@pobox.com>
35877              Date: Mon, 28 Jul 2003 05:54:19 -0700
35878              Message-ID: <20030728125419.GJ21044@windhund.schwern.org>
35879      Branch: perl
35880            ! t/op/write.t
35881 ____________________________________________________________________________
35882 [ 20263] By: jhi                                   on 2003/07/28  12:13:24
35883         Log: Make Storable work with blead/maint by making PL_sv_placeholder
35884              a true global, bump $VERSION to 2.08.  Will take a look at the
35885              portability issue of placeholders soon.
35886      Branch: perl
35887            ! embedvar.h ext/Storable/Storable.pm ext/Storable/Storable.xs
35888            ! intrpvar.h perlapi.h perlvars.h sv.c
35889 ____________________________________________________________________________
35890 [ 20262] By: jhi                                   on 2003/07/28  11:35:31
35891         Log: Storable test nosewipe.
35892      Branch: perl
35893            ! ext/Storable/t/code.t ext/Storable/t/utf8hash.t
35894 ____________________________________________________________________________
35895 [ 20261] By: jhi                                   on 2003/07/28  11:02:23
35896         Log: Solaris cc didn't appreciate casting a long to a pointer
35897              with no cast, and lval casts are unportable, so introduce
35898              a rval cast.
35899      Branch: perl
35900            ! bytecode.pl ext/ByteLoader/byterun.c
35901 ____________________________________________________________________________
35902 [ 20260] By: jhi                                   on 2003/07/28  10:46:58
35903         Log: (Retracted by #20267)
35904      Branch: perl
35905            ! perlio.c perliol.h
35906 ____________________________________________________________________________
35907 [ 20257] By: jhi                                   on 2003/07/28  10:05:58
35908         Log: Subject: CPAN/t/signature.t noisy
35909              From: Michael G Schwern <schwern@pobox.com>
35910              Date: Mon, 28 Jul 2003 02:14:19 -0700
35911              Message-ID: <20030728091419.GG21044@windhund.schwern.org>
35912      Branch: perl
35913            ! lib/CPAN/t/signature.t
35914 ____________________________________________________________________________
35915 [ 20256] By: jhi                                   on 2003/07/28  10:00:11
35916         Log: Extra noise from File::Spec.
35917      Branch: perl
35918            ! lib/File/Spec/t/rel2abs2rel.t
35919 ____________________________________________________________________________
35920 [ 20255] By: jhi                                   on 2003/07/28  09:50:55
35921         Log: Prettyprint the constants list of defsubs_h.PL.
35922      Branch: perl
35923            ! ext/B/defsubs_h.PL
35924 ____________________________________________________________________________
35925 [ 20253] By: jhi                                   on 2003/07/28  04:56:48
35926         Log: Subject: [PATCH] B enhancements
35927              From: Stephen McCamant <smcc@mit.edu>
35928              Date: Sun, 27 Jul 2003 14:07:46 -0400
35929              Message-ID: <16164.5362.577992.841787@syllepsis.MIT.EDU>
35930      Branch: perl
35931            ! ext/B/B.pm ext/B/B.xs ext/B/defsubs_h.PL
35932 ____________________________________________________________________________
35933 [ 20252] By: jhi                                   on 2003/07/28  04:55:42
35934         Log: More clarification about the hash randomisation defines.
35935      Branch: perl
35936            ! perl.h
35937 ____________________________________________________________________________
35938 [ 20251] By: jhi                                   on 2003/07/28  04:51:46
35939         Log: Clarify the process a bit.
35940      Branch: perl
35941            ! INSTALL
35942 ____________________________________________________________________________
35943 [ 20250] By: jhi                                   on 2003/07/28  04:43:23
35944         Log: Add $VERSION to B::Bytecode.
35945      Branch: perl
35946            ! ext/B/B/Bytecode.pm
35947 ____________________________________________________________________________
35948 [ 20249] By: jhi                                   on 2003/07/28  04:39:14
35949         Log: Missing test file.  (Not very useful since Module::Signature
35950              is not in the core, but let's not make an exception.)
35951      Branch: perl
35952            ! MANIFEST
35953 ____________________________________________________________________________
35954 [ 20248] By: jhi                                   on 2003/07/28  04:35:27
35955         Log: Subject: Re: downrev modules in RC2
35956              From: Gisle Aas <gisle@ActiveState.com>
35957              Date: 27 Jul 2003 20:25:07 -0700
35958              Message-ID: <lrptjv1gfg.fsf@caliper.activestate.com>
35959
35960              (upgrade to Digest::MD5 2.26)
35961      Branch: perl
35962            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
35963            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
35964 ____________________________________________________________________________
35965 [ 20247] By: jhi                                   on 2003/07/28  04:31:32
35966         Log: Upgrade to CGI 2.97.
35967      Branch: perl
35968            ! lib/CGI.pm
35969 ____________________________________________________________________________
35970 [ 20246] By: jhi                                   on 2003/07/28  04:26:58
35971         Log: Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.
35972              (from Enache)
35973      Branch: perl
35974            ! bytecode.pl ext/ByteLoader/byterun.c
35975 ____________________________________________________________________________
35976 [ 20243] By: jhi                                   on 2003/07/27  20:31:31
35977         Log: Upgrade to CPAN 1.72.
35978      Branch: perl
35979            + lib/CPAN/t/signature.t
35980            ! MANIFEST lib/CPAN.pm
35981 ____________________________________________________________________________
35982 [ 20242] By: jhi                                   on 2003/07/27  20:21:40
35983         Log: We now return to your normally scheduled hash randomisation.
35984      Branch: perl
35985            ! INSTALL perl.h pod/perlfunc.pod pod/perlrun.pod
35986            ! pod/perlsec.pod
35987 ____________________________________________________________________________
35988 [ 20240] By: jhi                                   on 2003/07/27  19:45:22
35989         Log: fresh_perl_(is|like) were printing out the wrong file/line
35990              number on failure because _where() was hard coded to only
35991              look one level up the call stack.  In these cases it has to
35992              look two.
35993              (Schwern)
35994      Branch: perl
35995            ! t/test.pl
35996 ____________________________________________________________________________
35997 [ 20239] By: jhi                                   on 2003/07/27  19:43:34
35998         Log: cleanup tiehandle.t to use test.pl, is(), like(), etc...
35999              (Schwern)
36000      Branch: perl
36001            ! t/op/tiehandle.t
36002 ____________________________________________________________________________
36003 [ 20238] By: jhi                                   on 2003/07/27  19:20:45
36004         Log: Upgrade to Test::Harness 2.29.
36005      Branch: perl
36006            ! lib/Test/Harness.pm lib/Test/Harness/Straps.pm
36007            ! lib/Test/Harness/t/assert.t lib/Test/Harness/t/callback.t
36008            ! lib/Test/Harness/t/strap-analyze.t lib/Test/Harness/t/strap.t
36009            ! lib/Test/Harness/t/test-harness.t
36010 ____________________________________________________________________________
36011 [ 20237] By: jhi                                   on 2003/07/27  18:37:45
36012         Log: Missing MakeMaker test.
36013      Branch: perl
36014            + lib/ExtUtils/t/postamble.t
36015            ! MANIFEST
36016 ____________________________________________________________________________
36017 [ 20236] By: jhi                                   on 2003/07/27  18:29:16
36018         Log: Add -l (one file per line) option to manicheck.
36019      Branch: perl
36020            ! Porting/manicheck
36021 ____________________________________________________________________________
36022 [ 20235] By: jhi                                   on 2003/07/27  18:08:55
36023         Log: Further Byteloader tweaks from Enache.
36024      Branch: perl
36025            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Assembler.pm
36026            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/defsubs_h.PL
36027            ! ext/B/t/assembler.t ext/ByteLoader/ByteLoader.pm
36028            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
36029            ! ext/ByteLoader/byterun.h t/TEST
36030 ____________________________________________________________________________
36031 [ 20234] By: jhi                                   on 2003/07/27  18:02:24
36032         Log: Reapply some perldoc changes not in 3.09.
36033      Branch: perl
36034            ! lib/Pod/Perldoc.pm
36035 ____________________________________________________________________________
36036 [ 20233] By: jhi                                   on 2003/07/27  17:51:01
36037         Log: Upgrade to Pod::Perldoc 3.09.
36038      Branch: perl
36039            ! lib/Pod/Perldoc.pm lib/Pod/Perldoc/ToMan.pm
36040 ____________________________________________________________________________
36041 [ 20232] By: jhi                                   on 2003/07/27  17:34:23
36042         Log: A bug reported in perl-unicode by Terry Jones, fixed
36043              by Andreas Koenig, and add a test.
36044      Branch: perl
36045            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
36046 ____________________________________________________________________________
36047 [ 20231] By: jhi                                   on 2003/07/27  17:21:11
36048         Log: Unicode::UCD doc nit from Andreas Koenig.
36049      Branch: perl
36050            ! lib/Unicode/UCD.pm
36051 ____________________________________________________________________________
36052 [ 20230] By: jhi                                   on 2003/07/27  17:13:55
36053         Log: Upgrade to I18N::LangTags 0.28.
36054      Branch: perl
36055            + lib/I18N/LangTags/t/01test.t
36056            - lib/I18N/LangTags/test.pl
36057            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/List.pm
36058 ____________________________________________________________________________
36059 [ 20229] By: jhi                                   on 2003/07/27  16:59:27
36060         Log: Skip the test until Enache fixes it.
36061      Branch: perl
36062            ! ext/B/t/assembler.t
36063 ____________________________________________________________________________
36064 [ 20225] By: jhi                                   on 2003/07/27  16:12:44
36065         Log: Upgrade to File::Spec 0.85.
36066      Branch: perl
36067            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
36068            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
36069            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
36070            ! lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
36071            ! lib/File/Spec/t/rel2abs2rel.t
36072 ____________________________________________________________________________
36073 [ 20224] By: jhi                                   on 2003/07/27  15:48:20
36074         Log: Subject: Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.x
36075              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
36076              Date: Sun, 20 Jul 2003 22:36:02 +0200
36077              Message-ID: <006801c34efe$8aac1920$0c2f1fac@R2D2>
36078      Branch: perl
36079            ! dump.c embedvar.h ext/Storable/Storable.xs hv.c intrpvar.h
36080            ! perl.c perlapi.h sv.c universal.c
36081 ____________________________________________________________________________
36082 [ 20223] By: jhi                                   on 2003/07/27  15:43:30
36083         Log: Regen byterun once more: the incav is not yet right, but at
36084              least it compiles now (Tru64 cc choked on the lvalue cast).
36085      Branch: perl
36086            ! bytecode.pl ext/ByteLoader/byterun.c
36087 ____________________________________________________________________________
36088 [ 20222] By: jhi                                   on 2003/07/27  15:31:52
36089         Log: Regenerated because of #20220.
36090      Branch: perl
36091            ! ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
36092            ! ext/ByteLoader/byterun.h
36093 ____________________________________________________________________________
36094 [ 20221] By: jhi                                   on 2003/07/27  15:19:57
36095         Log: Subject: [PATCH] fix for File::Find logical name collision on VMS
36096              From: "Craig A. Berry" <craigberry@mac.com>
36097              Date: Mon, 21 Jul 2003 19:40:20 -0500
36098              Message-ID: <3F1C87F4.2070401@mac.com>
36099      Branch: perl
36100            ! lib/File/Find.pm
36101 ____________________________________________________________________________
36102 [ 20220] By: jhi                                   on 2003/07/27  15:13:10
36103         Log: Subject: Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all
36104              From: Enache Adrian <enache@rdslink.ro>
36105              Date: Fri, 18 Jul 2003 23:15:37 +0300
36106              Message-ID: <20030718201537.GA1574@ratsnest.hole>
36107      Branch: perl
36108            ! Makefile.SH bytecode.pl ext/B/B.xs ext/B/B/Assembler.pm
36109            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm ext/B/typemap
36110            ! ext/ByteLoader/ByteLoader.pm ext/ByteLoader/ByteLoader.xs
36111            ! ext/ByteLoader/bytecode.h installperl t/TEST utils/perlcc.PL
36112 ____________________________________________________________________________
36113 [ 20219] By: jhi                                   on 2003/07/27  15:08:23
36114         Log: Subject: [PATCH-for-RC2] WinCE port addition
36115              From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
36116              Date: Fri, 25 Jul 2003 22:17:11 +0400
36117              Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C200D42@cio-test001.spb.lucent.com>
36118      Branch: perl
36119            - wince/README.compile
36120            ! MANIFEST README.ce wince/Makefile.ce wince/README.perlce
36121            ! wince/compile.bat wince/wince.c wince/wince.h
36122 ____________________________________________________________________________
36123 [ 20217] By: jhi                                   on 2003/07/25  06:39:08
36124         Log: Another missing hunk for MakeMaker from .org.
36125      Branch: perl
36126            ! lib/ExtUtils/MakeMaker.pm
36127 ____________________________________________________________________________
36128 [ 20213] By: jhi                                   on 2003/07/24  14:49:25
36129         Log: Grabbed from www.makemaker.org.
36130      Branch: perl
36131            + t/lib/MakeMaker/Test/Setup/Recurs.pm
36132            ! MANIFEST
36133 ____________________________________________________________________________
36134 [ 20211] By: jhi                                   on 2003/07/24  14:00:29
36135         Log: Subject: [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8
36136              From: "Dinger, Tom" (via RT) <perlbug-followup@perl.org>
36137              Date: 14 Jul 2003 05:35:15 -0000
36138              Message-ID: <rt-22946-60715.1.00007189884266@rt.perl.org>
36139      Branch: perl
36140            ! utf8.c
36141 ____________________________________________________________________________
36142 [ 20209] By: jhi                                   on 2003/07/24  13:42:58
36143         Log: Subject: Re: [typo] sv.c pod/perlapi.pod
36144              From: Stas Bekman <stas@stason.org>
36145              Date: Thu, 24 Jul 2003 16:49:27 +0200
36146              Message-ID: <3F1FF1F7.30500@stason.org>
36147      Branch: perl
36148            ! pod/perlapi.pod sv.c
36149 ____________________________________________________________________________
36150 [ 20208] By: jhi                                   on 2003/07/24  13:41:37
36151         Log: Subject: [ANNOUNCE] ExtUtils::MakeMaker 6.11
36152              From: Michael G Schwern <schwern@pobox.com>
36153              Date: Thu, 24 Jul 2003 01:28:07 -0700
36154              Message-ID: <20030724082807.GA24285@windhund.schwern.org>
36155      Branch: perl
36156            ! lib/ExtUtils/MakeMaker.pm
36157 ____________________________________________________________________________
36158 [ 20207] By: jhi                                   on 2003/07/24  13:40:39
36159         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_08
36160              From: Michael G Schwern <schwern@pobox.com>
36161              Date: Mon, 21 Jul 2003 20:12:25 -0700
36162              Message-ID: <20030722031224.GD12711@windhund.schwern.org>
36163      Branch: perl
36164            + lib/ExtUtils/t/recurs.t
36165            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/META.yml
36166            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
36167            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
36168            ! lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/PATCHING
36169            ! lib/ExtUtils/README lib/ExtUtils/t/Command.t
36170            ! lib/ExtUtils/t/INST.t lib/ExtUtils/t/INST_PREFIX.t
36171            ! lib/ExtUtils/t/basic.t
36172 ____________________________________________________________________________
36173 [ 20206] By: jhi                                   on 2003/07/24  13:23:27
36174         Log: (accidentally empty checkin)
36175      Branch: perl
36176            ! lib/perl5db.pl
36177 ____________________________________________________________________________
36178 [ 20203] By: jhi                                   on 2003/07/24  13:14:53
36179         Log: Subject: [possible PATCH?] Re: Where is PerlIO_isutf8()?
36180              From: Steve Hay <steve.hay@uk.radan.com>
36181              Date: Fri, 18 Jul 2003 10:03:21 +0100
36182              Message-ID: <3F17B7D9.80805@uk.radan.com>
36183      Branch: perl
36184            ! makedef.pl
36185 ____________________________________________________________________________
36186 [ 20202] By: jhi                                   on 2003/07/24  13:12:08
36187         Log: Subject: [patch] perldebug.pod clarification
36188              From: Stéphane Payrard <stef@payrard.net>
36189              Date: Mon, 21 Jul 2003 21:36:59 +0200
36190              Message-ID: <20030721193659.GC2722@stefp.dyndns.org>
36191      Branch: perl
36192            ! pod/perldebug.pod
36193 ____________________________________________________________________________
36194 [ 20201] By: jhi                                   on 2003/07/24  13:08:50
36195         Log: Subject: PATCH: More edge tests on t/op/pow.t
36196              From: Andy Lester <andy@petdance.com>
36197              Date: Wed, 23 Jul 2003 16:38:35 -0500
36198              Message-ID: <20030723213834.GA20468@petdance.com>
36199      Branch: perl
36200            ! t/op/pow.t
36201 ____________________________________________________________________________
36202 [ 20200] By: jhi                                   on 2003/07/24  13:06:36
36203         Log: Subject: [PATCH] Fix saving 'V' magic in scan_vstring()
36204              From: Stephen McCamant <smcc@mit.edu>
36205              Date: Tue, 22 Jul 2003 09:41:10 -0400
36206              Message-ID: <16157.16118.998307.110037@syllepsis.MIT.EDU>
36207      Branch: perl
36208            ! toke.c
36209 ____________________________________________________________________________
36210 [ 20199] By: jhi                                   on 2003/07/24  13:04:24
36211         Log: Subject: [PATCH] Re: Reference to tied elements results in lvalue.
36212              From: Dave Mitchell <davem@fdgroup.com>
36213              Date: Fri, 18 Jul 2003 18:49:43 +0100
36214              Message-ID: <20030718174943.GB6427@fdgroup.com>
36215      Branch: perl
36216            ! sv.c t/op/tie.t
36217 ____________________________________________________________________________
36218 [ 20198] By: jhi                                   on 2003/07/24  09:07:45
36219         Log: Subject: [PATCH] Re: Bug in B::Deparse/Concise with ithreads
36220              From: Stephen McCamant <smcc@mit.edu>
36221              Date: Sat, 19 Jul 2003 12:06:31 -0400
36222              Message-ID: <16153.27783.300094.464863@syllepsis.MIT.EDU>
36223      Branch: perl
36224            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm
36225 ____________________________________________________________________________
36226 [ 20197] By: jhi                                   on 2003/07/24  08:59:45
36227         Log: Subject: [PATCH] typo in VMS::Filespec
36228              From: Ken Williams <ken@mathforum.org>
36229              Date: Tue, 22 Jul 2003 15:18:21 -0500
36230              Message-Id: <A3E1AAA0-BC81-11D7-B0BB-003065F6D85A@mathforum.org>
36231      Branch: perl
36232            ! vms/ext/Filespec.pm
36233 ____________________________________________________________________________
36234 [ 20196] By: jhi                                   on 2003/07/24  08:54:54
36235         Log: EBCDIC fix from Thomas Dorner.
36236      Branch: perl
36237            ! Makefile.SH
36238 ____________________________________________________________________________
36239 [ 20195] By: jhi                                   on 2003/07/24  08:54:13
36240         Log: POSIX-BC patch from Thomas Dorner.
36241      Branch: perl
36242            ! hints/posix-bc.sh
36243 ____________________________________________________________________________
36244 [ 20194] By: jhi                                   on 2003/07/24  08:45:55
36245         Log: Subject: [perl #22971] [PATCH] Proper capitalization for IO.pm deprecation warning
36246              From: "ilya@juil.nonet (via RT)" <perlbug-followup@perl.org>
36247              Date: 14 Jul 2003 05:37:15 -0000
36248              Message-ID: <rt-22971-60818.3.78636614866039@rt.perl.org>
36249      Branch: perl
36250            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
36251 ____________________________________________________________________________
36252 [ 20193] By: jhi                                   on 2003/07/24  08:43:33
36253         Log: Subject: [perl #22965] Cannot set undef timeout in IO::Socket in perl 5.8.0
36254              From: Hrunting Johnson (via RT) <perlbug-followup@perl.org>
36255              Date: 14 Jul 2003 05:37:02 -0000
36256              Message-ID: <rt-22965-60791.13.0539297217452@rt.perl.org>
36257      Branch: perl
36258            ! ext/IO/lib/IO/Socket.pm
36259 ____________________________________________________________________________
36260 [ 20191] By: jhi                                   on 2003/07/24  08:38:35
36261         Log: Subject: [PATCH] Re: Fatal 5.8.1 error in our $FOO = x if $FOO
36262              From: Dave Mitchell <davem@fdgroup.com>
36263              Date: Thu, 17 Jul 2003 20:33:29 +0100
36264              Message-ID: <20030717193329.GA2699@fdgroup.com>
36265      Branch: perl
36266            ! pad.c t/lib/warnings/pad
36267 ____________________________________________________________________________
36268 [ 20190] By: jhi                                   on 2003/07/24  08:35:11
36269         Log: Subject: [perl #23080] [DOCPATCH] pod/perlfunc.pod missing C
36270              From: "Iain 'Spoon' Truskett (via RT)" <perlbug-followup@perl.org>
36271              Date: 22 Jul 2003 02:59:13 -0000
36272              Message-ID: <rt-23080-61622.7.95831816717467@rt.perl.org>
36273      Branch: perl
36274            ! pod/perlfunc.pod
36275 ____________________________________________________________________________
36276 [ 20189] By: jhi                                   on 2003/07/24  08:26:02
36277         Log: Subject: [PATCH RC2] Missing semicolon in PERL_FPU_INIT macro
36278              From: Stephen Clouse <stephenc@theiqgroup.com>
36279              Date: Tue, 22 Jul 2003 21:31:38 -0500
36280              Message-ID: <20030723023138.GA15653@owns.warpcore.org>
36281      Branch: perl
36282            ! perl.h
36283 ____________________________________________________________________________
36284 [ 20187] By: jhi                                   on 2003/07/24  07:53:33
36285         Log: Subject: [PATCH] configure.gnu --prefix
36286              From: slaven@rezic.de
36287              Date: Thu, 10 Jul 2003 09:33:27 +0000
36288              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
36289      Branch: perl
36290            ! configure.gnu
36291 ____________________________________________________________________________
36292 [ 20186] By: jhi                                   on 2003/07/24  07:48:21
36293         Log: Subject: Re: problem with rc1 and rc2 on Mac OS X
36294              From: Edward Moy <emoy@apple.com>
36295              Date: Sun, 13 Jul 2003 14:12:57 -0700
36296              Message-Id: <C66FBFAC-B576-11D7-89B5-0030657B317C@apple.com>
36297      Branch: perl
36298            ! lib/ExtUtils/MM_Unix.pm
36299 ____________________________________________________________________________
36300 [ 20184] By: jhi                                   on 2003/07/24  07:02:31
36301         Log: Subject: [PATCH 5.8.1 @20153] malloc cleanup
36302              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
36303              Date: Tue, 15 Jul 2003 07:46:58 -0700
36304              Message-ID: <20030715144657.GA21313@math.berkeley.edu>
36305      Branch: perl
36306            ! makedef.pl malloc.c malloc_ctl.h
36307 ____________________________________________________________________________
36308 [ 20182] By: jhi                                   on 2003/07/23  13:28:52
36309         Log: This should make Stas happy.
36310      Branch: perl
36311            ! hv.h perl.c
36312 ____________________________________________________________________________
36313 [ 20180] By: jhi                                   on 2003/07/23  12:40:11
36314         Log: utils.lst parsing tweak for bin/perldoc installation from Rafael.
36315      Branch: perl
36316            ! installperl
36317 ____________________________________________________________________________
36318 [ 20179] By: rgs                                   on 2003/07/21  19:46:19
36319         Log: As the perldoc.pod is now in a separate file under pod/,
36320              the installman script was installing an empty perldoc.1 manpage.
36321      Branch: perl
36322            ! installperl utils.lst
36323 ____________________________________________________________________________
36324 [ 20178] By: rgs                                   on 2003/07/21  19:19:06
36325         Log: Subject: [DOCPATCH] %SIG and SA_RESTART
36326              From: Steve Grazzini <grazz@pobox.com>
36327              Date: Wed, 16 Jul 2003 08:56:21 -0400
36328              Message-ID: <20030716125620.GA7022@grazzini.net>
36329      Branch: perl
36330            ! pod/perlipc.pod pod/perlvar.pod
36331 ____________________________________________________________________________
36332 [ 20177] By: rgs                                   on 2003/07/21  19:14:35
36333         Log: Subject: [PATCH] Re: Perl formats do not work with tied values
36334              From: Dave Mitchell <davem@fdgroup.com>
36335              Date: Tue, 15 Jul 2003 20:46:07 +0100
36336              Message-ID: <20030715194607.GA24592@fdgroup.com>
36337
36338              plus the regression test :
36339              Subject: Re: [PATCH] Re: Perl formats do not work with tied values
36340              From: Nicholas Clark <nick@ccl4.org>
36341              Date: Tue, 15 Jul 2003 22:24:04 +0100
36342              Message-ID: <20030715222404.L20414@plum.flirble.org>
36343      Branch: perl
36344            ! pp_ctl.c t/op/write.t
36345 ____________________________________________________________________________
36346 [ 20176] By: rgs                                   on 2003/07/21  19:00:32
36347         Log: Subject: Re: [PATCH] h2xs and extra_libraries
36348              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
36349              Date: Tue, 15 Jul 2003 07:28:52 +0200
36350              Message-id: <20030715052852.GA494@ethan>
36351      Branch: perl
36352            ! utils/h2xs.PL
36353 ____________________________________________________________________________
36354 [ 20175] By: merijn                                on 2003/07/21  14:26:43
36355         Log: Subject: Re: [PATCH] test clean-up for VMS
36356              From: "Craig A. Berry" <craigberry@mac.com>
36357              Date: Sun, 20 Jul 2003 10:43:32 -0500
36358              Message-ID: <3F1AB8A4.2070207@mac.com>
36359      Branch: perl
36360            ! ext/PerlIO/t/encoding.t lib/File/Spec/t/rel2abs2rel.t
36361            ! lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
36362            ! lib/FileCache/t/03append.t t/io/argv.t t/op/stat.t
36363            ! t/uni/write.t
36364 ____________________________________________________________________________
36365 [ 20174] By: hv                                    on 2003/07/21  10:26:07
36366         Log: Update Changes.
36367      Branch: perl
36368            ! Changes patchlevel.h
36369 ____________________________________________________________________________
36370 [ 20173] By: rgs                                   on 2003/07/20  21:48:21
36371         Log: Minor doc nits concerning the dosish ALTERNATE_SHEBANG
36372              (bug #22968)
36373      Branch: perl
36374            ! pod/perlfaq3.pod pod/perlrun.pod
36375 ____________________________________________________________________________
36376 [ 20172] By: rgs                                   on 2003/07/20  21:14:12
36377         Log: Subject: Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
36378              From: Andy Dougherty <doughera@lafayette.edu>
36379              Date: Tue, 15 Jul 2003 10:52:58 -0400 (EDT)
36380              Message-ID: <Pine.SOL.4.53.0307151011550.7002@maxwell.phys.lafayette.edu>
36381
36382              plus a clarification to INSTALL :
36383              Subject: [PATCH] Re: [perl #22941] Can't build perl with -Duseshrplib if /usr/bin/gcc is a perl script
36384              From: Andy Dougherty <doughera@lafayette.edu>
36385              Date: Wed, 16 Jul 2003 11:01:24 -0400 (EDT)
36386              Message-ID: <Pine.SOL.4.53.0307161059400.10258@maxwell.phys.lafayette.edu>
36387      Branch: perl
36388            ! INSTALL Makefile.SH
36389 ____________________________________________________________________________
36390 [ 20171] By: rgs                                   on 2003/07/20  20:12:54
36391         Log: The warning "Possible precedence problem on bitwise operator"
36392              was incorrectly produced with the bitwise-assignment operators.
36393              Fix it. (bug #23065 concerning 5.8.1 RC2)
36394      Branch: perl
36395            ! op.c t/lib/warnings/op
36396 ____________________________________________________________________________
36397 [ 20170] By: rgs                                   on 2003/07/18  08:03:02
36398         Log: Rename get_seed() to get_hash_seed(), as suggested by
36399              Eric J Kidder, to solve a name conflict on HP_UX 11.00.
36400      Branch: perl
36401            ! embed.fnc embed.h perl.c proto.h util.c
36402 ____________________________________________________________________________
36403 [ 20169] By: rgs                                   on 2003/07/18  06:36:20
36404         Log: Subject: Re: [PATCH] Re: Oops - Can't calculate our powers
36405              From: Andreas J Koenig <andreas.koenig@anima.de>
36406              Date: Fri, 18 Jul 2003 09:36:47 +0200
36407              Message-ID: <87fzl4thf4.fsf@franz.ak.mind.de>
36408      Branch: perl
36409            ! t/op/pow.t
36410 ____________________________________________________________________________
36411 [ 20168] By: rgs                                   on 2003/07/18  06:21:15
36412         Log: Subject: [ PATCH] Re: isa(UNIVERSAL)?
36413              From: Dave Mitchell <davem@fdgroup.com>
36414              Date: Thu, 17 Jul 2003 21:51:12 +0100
36415              Message-ID: <20030717205112.GA2994@fdgroup.com>
36416      Branch: perl
36417            ! t/op/universal.t universal.c
36418 ____________________________________________________________________________
36419 [ 20167] By: rgs                                   on 2003/07/18  06:14:33
36420         Log: Subject: [PATCH] Re: Oops - Can't calculate our powers
36421              From: Stephen McCamant <smcc@mit.edu>
36422              Date: Fri, 18 Jul 2003 02:26:14 -0400
36423              Message-ID: <16151.37638.162561.84142@syllepsis.MIT.EDU>
36424      Branch: perl
36425            ! pp.c t/op/pow.t
36426 ____________________________________________________________________________
36427 [ 20166] By: rgs                                   on 2003/07/17  21:49:10
36428         Log: Subject: [PATCH] Increment cop_seqmax in utilize()
36429              From: Stephen McCamant <smcc@mit.edu>
36430              Date: Tue, 15 Jul 2003 09:57:26 -0400
36431              Message-ID: <16148.2118.348073.76671@syllepsis.MIT.EDU>
36432
36433              Subject: [PATCH] B::Concise 0.56: refcount and BEGIN improvements
36434              From: Stephen McCamant <smcc@mit.edu>
36435              Date: Tue, 15 Jul 2003 09:57:31 -0400
36436              Message-ID: <16148.2123.305325.480187@syllepsis.MIT.EDU>
36437      Branch: perl
36438            ! ext/B/B/Concise.pm ext/B/B/Terse.pm op.c
36439 ____________________________________________________________________________
36440 [ 20165] By: rgs                                   on 2003/07/17  21:24:46
36441         Log: Subject: [PATCH] Re: POSIX::div
36442              From: Michael G Schwern <schwern@pobox.com>
36443              Date: Mon, 14 Jul 2003 14:00:58 -0700
36444              Message-ID: <20030714210057.GK18517@windhund.schwern.org>
36445      Branch: perl
36446            ! ext/POSIX/POSIX.pm
36447 ____________________________________________________________________________
36448 [ 20164] By: rgs                                   on 2003/07/17  21:15:51
36449         Log: PERL5LIB is not colon-separated everywhere
36450      Branch: perl
36451            ! pod/perlrun.pod
36452 ____________________________________________________________________________
36453 [ 20163] By: rgs                                   on 2003/07/17  20:59:15
36454         Log: Subject: [PATCH] fix $^N-related coredump
36455              From: Anton Berezin <tobez@tobez.org>
36456              Date: Mon, 14 Jul 2003 13:50:35 +0200
36457              Message-ID: <20030714115035.GA10971@heechee.tobez.org>
36458      Branch: perl
36459            ! pp_hot.c sv.c
36460 ____________________________________________________________________________
36461 [ 20162] By: rgs                                   on 2003/07/17  20:39:31
36462         Log: Subject: PATCH: tweak 'split' docs for case of explicit 0 LIMIT
36463              From: Tony Bowden <tony@kasei.com>
36464              Date: Thu, 17 Jul 2003 16:49:35 +0100
36465              Message-ID: <20030717154935.GA20302@soto.kasei.com>
36466      Branch: perl
36467            ! pod/perlfunc.pod
36468 ____________________________________________________________________________
36469 [ 20161] By: rgs                                   on 2003/07/17  20:25:52
36470         Log: Minor nits in perlsyn.pod
36471      Branch: perl
36472            ! pod/perlsyn.pod
36473 ____________________________________________________________________________
36474 [ 20159] By: rgs                                   on 2003/07/13  20:02:34
36475         Log: Subject: [PATCH] incorrect error message from Attribute::Handlers
36476              From: Claes Jacobsson <claes@surfar.nu>
36477              Date: Sat, 12 Jul 2003 16:30:42 +0200
36478              Message-Id: <6A6A99C4-B475-11D7-AB05-000393C12F9E@surfar.nu>
36479      Branch: perl
36480            ! lib/Attribute/Handlers.pm
36481 ____________________________________________________________________________
36482 [ 20158] By: rgs                                   on 2003/07/13  19:52:58
36483         Log: Add a TODO test for perlbug #19049
36484              Subject: Re: [perl #19049] Incorrect $` after replacement (test for same)
36485              From: Alex Gough <alex-p5p@earth.li>
36486              Date: Fri, 11 Jul 2003 01:12:42 +0100
36487              Message-ID: <20030711001242.GD2484@the.earth.li>
36488      Branch: perl
36489            ! t/op/pat.t
36490 ____________________________________________________________________________
36491 [ 20157] By: rgs                                   on 2003/07/13  19:43:29
36492         Log: Minor updates of the charnames documentation.
36493      Branch: perl
36494            ! lib/charnames.pm
36495 ____________________________________________________________________________
36496 [ 20156] By: rgs                                   on 2003/07/11  19:37:34
36497         Log: Subject: Re: Sort sub and NaNs
36498              From: "John P. Linderman" <jpl@research.att.com>
36499              Date: Thu, 10 Jul 2003 10:45:06 -0400
36500              Message-Id: <200307101445.KAA79110@raptor.research.att.com>
36501
36502              Warn against a potential edge case with sort, <=> and NaNs.
36503      Branch: perl
36504            ! pod/perlfunc.pod
36505 ____________________________________________________________________________
36506 [ 20155] By: rgs                                   on 2003/07/11  19:11:17
36507         Log: Subject: [DOCPATCH] perlfunc/read
36508              From: Steve Grazzini <grazz@pobox.com>
36509              Date: Tue, 8 Jul 2003 10:23:03 -0400
36510              Message-ID: <20030708142303.GB23698@grazzini.net>
36511
36512              Clarify the OFFSET parameter to read().
36513      Branch: perl
36514            ! pod/perlfunc.pod
36515 ____________________________________________________________________________
36516 [ 20154] By: rgs                                   on 2003/07/11  18:54:09
36517         Log: Subject: [PATCH pod/perlsyn.pod pod/perltrap.pod] New introduction
36518              From: Michael G Schwern <schwern@pobox.com>
36519              Date: Tue, 13 May 2003 18:33:05 -0700
36520              Message-ID: <20030514013305.GB22001@windhund.schwern.org>
36521      Branch: perl
36522            ! pod/perlsyn.pod pod/perltrap.pod
36523 ____________________________________________________________________________
36524 [ 20145] By: jhi                                   on 2003/07/11  05:07:09
36525         Log: I think the API for mod_perl v2 should be simply that
36526              PL_modperl sets the PL_hash_seed (and PL_hash_seed_set)
36527              itself, hopefully from a good source of random bits.
36528      Branch: perl
36529            ! perl.c
36530 ____________________________________________________________________________
36531 [ 20143] By: jhi                                   on 2003/07/11  00:35:07
36532         Log: pTHX.
36533      Branch: perl
36534            ! util.c
36535 ____________________________________________________________________________
36536 [ 20139] By: jhi                                   on 2003/07/11  00:21:43
36537         Log: New order of seed.
36538      Branch: perl
36539            ! pod/perlrun.pod
36540 ____________________________________________________________________________
36541 [ 20138] By: jhi                                   on 2003/07/11  00:13:11
36542         Log: More retraction.
36543      Branch: perl
36544            ! INSTALL
36545 ____________________________________________________________________________
36546 [ 20137] By: jhi                                   on 2003/07/11  00:10:14
36547         Log: Retract the statements.
36548      Branch: perl
36549            ! pod/perlfunc.pod pod/perlsec.pod
36550 ____________________________________________________________________________
36551 [ 20135] By: jhi                                   on 2003/07/11  00:03:33
36552         Log: Chicken out: the hash randomisation is not on by default.
36553              We switch over to the explicit mode: in other words, if
36554              the $ENV{PERL_HASH_SEED} is on, we randomise.  Also, we
36555              randomise only if PL_hash_seed_set is FALSE (this means
36556              one can use PERL_HASH() before perl_run.)  Also, since
36557              now PERL_HASH_SEED is okay even under -T, all should be fine.
36558              (Ha!)
36559      Branch: perl
36560            ! embed.fnc embed.h embedvar.h intrpvar.h perl.c perl.h
36561            ! perlapi.h pod/perldiag.pod pod/perlrun.pod proto.h util.c
36562 ____________________________________________________________________________
36563 [ 20134] By: jhi                                   on 2003/07/10  23:23:38
36564         Log: Check PERL_HASH_SEED even when tainted.
36565      Branch: perl
36566            ! perl.c pod/perlrun.pod
36567 ____________________________________________________________________________
36568 [ 20131] By: jhi                                   on 2003/07/10  22:42:29
36569         Log: &Time::HiRes::d_nanosleep was broken.
36570      Branch: perl
36571            ! ext/Time/HiRes/Makefile.PL
36572 ____________________________________________________________________________
36573 [ 20130] By: jhi                                   on 2003/07/10  22:37:02
36574         Log: Subject: [PATCH} db-recno.t on Mac OS X
36575              From: slaven@rezic.de
36576              Date: Thu, 10 Jul 2003 12:41:05 +0000
36577              Message-Id: <1057840865.9622@devpc01.iconmobile.de>
36578      Branch: perl
36579            ! ext/DB_File/t/db-recno.t
36580 ____________________________________________________________________________
36581 [ 20129] By: jhi                                   on 2003/07/10  22:31:39
36582         Log: Subject: [comment patch]
36583              From: Stas Bekman <stas@stason.org>
36584              Date: Thu, 10 Jul 2003 14:19:22 -0700
36585              Message-ID: <3F0DD85A.1070902@stason.org>
36586      Branch: perl
36587            ! perl.c
36588 ____________________________________________________________________________
36589 [ 20127] By: jhi                                   on 2003/07/10  22:21:04
36590         Log: Be vague enough.
36591      Branch: perl
36592            ! pod/perldata.pod
36593 ____________________________________________________________________________
36594 [ 20125] By: rgs                                   on 2003/07/10  19:28:48
36595         Log: regen embed.pl for the bleadperl branch as well.
36596      Branch: perl
36597            ! embedvar.h
36598 ____________________________________________________________________________
36599 [ 20124] By: jhi                                   on 2003/07/10  18:33:56
36600         Log: Time travel noticed by Enache.
36601      Branch: perl
36602            ! pod/perlhist.pod
36603 ____________________________________________________________________________
36604 [ 20120] By: jhi                                   on 2003/07/10  17:38:28
36605         Log: I can see the future.  It is cloudy.
36606      Branch: perl
36607            ! pod/perlhist.pod
36608 ____________________________________________________________________________
36609 [ 20119] By: jhi                                   on 2003/07/10  17:37:25
36610         Log: Subject: [PATCH] configure.gnu --prefix
36611              From: slaven@rezic.de
36612              Date: Thu, 10 Jul 2003 09:33:27 +0000
36613              Message-Id: <1057829607.9622@devpc01.iconmobile.de>
36614      Branch: perl
36615            ! configure.gnu
36616 ____________________________________________________________________________
36617 [ 20118] By: jhi                                   on 2003/07/10  17:35:32
36618         Log: malloc alignment patch from Spider, needed for Tru64 + longdouble.
36619      Branch: perl
36620            ! malloc.c
36621 ____________________________________________________________________________
36622 [ 20117] By: jhi                                   on 2003/07/10  17:33:53
36623         Log: Subject: [PATCH] Restore SIGFPE on exec()
36624              From: Chip Salzenberg <chip@pobox.com>
36625              Date: Thu, 10 Jul 2003 13:13:20 -0400
36626              Message-ID: <20030710171319.GA21588@perlsupport.com>
36627      Branch: perl
36628            ! doio.c perl.c perl.h perlapi.h perlvars.h toke.c
36629 ____________________________________________________________________________
36630 [ 20116] By: jhi                                   on 2003/07/10  17:28:00
36631         Log: The *right* way to make the csighandler visible.
36632      Branch: perl
36633            ! embed.fnc embed.h global.sym
36634 ____________________________________________________________________________
36635 [ 20114] By: jhi                                   on 2003/07/10  15:06:41
36636         Log: Retract #20112.
36637      Branch: perl
36638            ! embed.fnc embedvar.h intrpvar.h perlapi.h
36639 ____________________________________________________________________________
36640 [ 20112] By: jhi                                   on 2003/07/10  14:17:59
36641         Log: Argh.  At least AIX builds choke because of this.
36642      Branch: perl
36643            ! embed.fnc embedvar.h intrpvar.h perlapi.h
36644 ____________________________________________________________________________
36645 [ 20106] By: jhi                                   on 2003/07/10  04:50:05
36646         Log: Upgrade to podlators 1.27.
36647      Branch: perl
36648            ! lib/Pod/Text/Termcap.pm
36649 ____________________________________________________________________________
36650 [ 20104] By: jhi                                   on 2003/07/10  04:40:02
36651         Log: Deprecate v-strings.
36652      Branch: perl
36653            ! pod/perldata.pod
36654 ____________________________________________________________________________
36655 [ 20103] By: jhi                                   on 2003/07/10  04:28:40
36656         Log: perlfaq sync.
36657      Branch: perl
36658            ! pod/perlfaq1.pod
36659 ____________________________________________________________________________
36660 [ 20100] By: jhi                                   on 2003/07/09  17:40:41
36661         Log: Detypo.
36662      Branch: perl
36663            ! hints/darwin.sh
36664 ____________________________________________________________________________
36665 [ 20098] By: jhi                                   on 2003/07/09  17:29:53
36666         Log: Fixes from Ron Kimball.
36667      Branch: perl
36668            ! pod/perldata.pod
36669 ____________________________________________________________________________
36670 [ 20097] By: jhi                                   on 2003/07/09  17:27:35
36671         Log: Fix for the 'print v65' plus safety tweaks from Rafael.
36672      Branch: perl
36673            ! toke.c
36674 ____________________________________________________________________________
36675 [ 20096] By: jhi                                   on 2003/07/09  17:06:29
36676         Log: More Darwin/MacOSX paths twiddling.
36677      Branch: perl
36678            ! hints/darwin.sh
36679 ____________________________________________________________________________
36680 [ 20093] By: jhi                                   on 2003/07/09  11:43:09
36681         Log: Play safe and use the system malloc in FreeBSD.
36682              Yes, performance suffers.  But that is better than
36683              random core dumps.
36684      Branch: perl
36685            ! hints/freebsd.sh
36686 ____________________________________________________________________________
36687 [ 20090] By: jhi                                   on 2003/07/09  08:12:32
36688         Log: Upgrade to Encode 1.97.
36689      Branch: perl
36690            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/META.yml
36691            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
36692            ! ext/Encode/lib/Encode/Encoder.pm
36693            ! ext/Encode/lib/Encode/Guess.pm
36694            ! ext/Encode/lib/Encode/JP/JIS7.pm
36695 ____________________________________________________________________________
36696 [ 20089] By: jhi                                   on 2003/07/09  08:08:30
36697         Log: Rework the perldata vXX => ... entry a bit.
36698      Branch: perl
36699            ! pod/perldata.pod
36700 ____________________________________________________________________________
36701 [ 20088] By: jhi                                   on 2003/07/09  08:04:04
36702         Log: Document the vXX => change in perldata, too.
36703      Branch: perl
36704            ! pod/perldata.pod
36705 ____________________________________________________________________________
36706 [ 20085] By: jhi                                   on 2003/07/09  07:49:46
36707         Log: Test the vX => ... fix.
36708      Branch: perl
36709            ! t/op/ver.t
36710 ____________________________________________________________________________
36711 [ 20084] By: jhi                                   on 2003/07/09  06:58:39
36712         Log: Subject: Re: [REPATCH] was Re: [perl #16010] v-strings left of a => don't get quoted.
36713              From: John Peacock <jpeacock@rowman.com>
36714              Date: Wed, 09 Jul 2003 01:05:38 -0700
36715              Message-ID: <3F0BCCD2.1020009@rowman.com>
36716      Branch: perl
36717            ! embed.fnc pod/perlapi.pod toke.c util.c
36718 ____________________________________________________________________________
36719 [ 20083] By: jhi                                   on 2003/07/09  06:27:15
36720         Log: Darwin/Mac OS X: if -Dprefix=/foo, do nothing special
36721              for the install dirs.
36722      Branch: perl
36723            ! hints/darwin.sh
36724 ____________________________________________________________________________
36725 [ 20082] By: jhi                                   on 2003/07/09  05:57:16
36726         Log: Enable avoiding /System/Library in Mac OS X by
36727              doing Configure -Dprefix=/some/where -Uvendorlib.
36728      Branch: perl
36729            ! hints/darwin.sh
36730 ____________________________________________________________________________
36731 [ 20081] By: jhi                                   on 2003/07/09  05:53:56
36732         Log: Subject: [PATCH] Safe signals via POSIX::sigaction
36733              From: Chip Salzenberg <chip@pobox.com>
36734              Date: Wed, 9 Jul 2003 01:49:10 -0400
36735              Message-ID: <20030709054910.GH2021@perlsupport.com>
36736      Branch: perl
36737            ! embed.fnc embed.h ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
36738            ! ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t proto.h
36739 ____________________________________________________________________________
36740 [ 20079] By: rgs                                   on 2003/07/08  20:26:20
36741         Log: The CHECKOP macro was not invoked on some newly created ops
36742              (to match them against the current opmask.) As a consequence,
36743              Safe compartments were unable to trap some ops (pattern
36744              match, slices, conditionals.) This fixes the holes.
36745      Branch: perl
36746            ! op.c
36747 ____________________________________________________________________________
36748 [ 20078] By: jhi                                   on 2003/07/08  19:30:13
36749         Log: Revert #20077.
36750      Branch: perl
36751            ! lib/CPAN.pm
36752 ____________________________________________________________________________
36753 [ 20077] By: jhi                                   on 2003/07/08  18:40:51
36754         Log: Don't recommend to upgrade the base.pm in the core with
36755              the base.pm from Class::Fields.  They are not the same.
36756      Branch: perl
36757            ! lib/CPAN.pm
36758 ____________________________________________________________________________
36759 [ 20076] By: jhi                                   on 2003/07/08  17:39:49
36760         Log: Subject: Re: [PATCH] $^VARIABLES in 'perl -Dt' output
36761              From: Enache Adrian <enache@rdslink.ro>
36762              Date: Tue, 8 Jul 2003 20:47:58 +0300
36763              Message-ID: <20030708174758.GA1177@ratsnest.hole>
36764
36765              (ByteLoader tweak avoiding a leaked scalar)
36766      Branch: perl
36767            ! op.c
36768 ____________________________________________________________________________
36769 [ 20071] By: jhi                                   on 2003/07/08  09:18:19
36770         Log: In 5.8.x, fast stdio places still do use stdio.
36771      Branch: perl
36772            ! ext/Digest/MD5/t/badfile.t
36773 ____________________________________________________________________________
36774 [ 20069] By: jhi                                   on 2003/07/08  08:41:01
36775         Log: Subject: [PATCH] format 'botched' in malloc.c
36776              From: Enache Adrian <enache@rdslink.ro>
36777              Date: Mon, 7 Jul 2003 21:57:06 +0300
36778              Message-ID: <20030707185706.GB7017@ratsnest.hole>
36779      Branch: perl
36780            ! malloc.c
36781 ____________________________________________________________________________
36782 [ 20068] By: jhi                                   on 2003/07/08  08:36:27
36783         Log: Subject: [PATCH: maint @ 20046] warnings, line numbers & windows
36784              From: Marcus Holland-Moritz <mhx-perl@gmx.net>
36785              Date: Tue, 8 Jul 2003 11:14:05 +0200 (MEST)
36786              Message-ID: <12022.1057655645@www59.gmx.net>
36787      Branch: perl
36788            ! ext/B/B.xs lib/Pod/Text/Termcap.pm mg.c op.c
36789 ____________________________________________________________________________
36790 [ 20066] By: jhi                                   on 2003/07/08  05:24:58
36791         Log: Retract #20065: I don't think this is the right way
36792              to patch this issue.
36793      Branch: perl
36794            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
36795 ____________________________________________________________________________
36796 [ 20065] By: jhi                                   on 2003/07/08  05:14:31
36797         Log: Configure tweak from Johnny Lam so that the
36798              INSTALLSITEMAN[13]DIR get correctly set.
36799      Branch: perl
36800            ! Configure INSTALL Policy_sh.SH pod/perltoc.pod
36801 ____________________________________________________________________________
36802 [ 20063] By: rgs                                   on 2003/07/07  18:58:47
36803         Log: Regexp bug in the docs, spotted by Enache's eagle eyes.
36804      Branch: perl
36805            ! pod/perlsyn.pod
36806 ____________________________________________________________________________
36807 [ 20062] By: jhi                                   on 2003/07/07  18:27:02
36808         Log: Mark Bixby ++.
36809      Branch: perl
36810            ! perl.c
36811 ____________________________________________________________________________
36812 [ 20061] By: jhi                                   on 2003/07/07  18:26:35
36813         Log: The nanosleep() probe was kaputt, fixed by Mark Bixby.
36814      Branch: perl
36815            ! ext/Time/HiRes/Makefile.PL
36816 ____________________________________________________________________________
36817 [ 20059] By: jhi                                   on 2003/07/07  15:06:35
36818         Log: Good catch from Gisle.
36819      Branch: perl
36820            ! pod/perlfunc.pod
36821 ____________________________________________________________________________
36822 [ 20058] By: jhi                                   on 2003/07/07  14:12:27
36823         Log: Refashioned #20055: we cannot trust stdio to fail here.
36824      Branch: perl
36825            ! ext/Digest/MD5/t/badfile.t
36826 ____________________________________________________________________________
36827 [ 20057] By: jhi                                   on 2003/07/07  14:08:16
36828         Log: Retract #20056, #20055, #20052, #20050, #20048: the changes
36829              are just breaking more than they are fixing.
36830      Branch: perl
36831            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
36832            ! ext/Digest/MD5/t/files.t perlio.c
36833 ____________________________________________________________________________
36834 [ 20056] By: jhi                                   on 2003/07/07  13:31:14
36835         Log: Returning zero from PerlIO_read() is okay;
36836              update MD5 sums.
36837      Branch: perl
36838            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
36839 ____________________________________________________________________________
36840 [ 20055] By: jhi                                   on 2003/07/07  13:23:58
36841         Log: If perlio is completely out of the picture, we can
36842              get tripped by different stdio implementations.
36843      Branch: perl
36844            ! ext/Digest/MD5/t/badfile.t
36845 ____________________________________________________________________________
36846 [ 20054] By: jhi                                   on 2003/07/07  12:58:06
36847         Log: AUTHORS tweak.
36848      Branch: perl
36849            ! AUTHORS
36850 ____________________________________________________________________________
36851 [ 20053] By: jhi                                   on 2003/07/07  12:04:26
36852         Log: Subject: Patch to README.solaris
36853              From: Alan Burlison <Alan.Burlison@sun.com>
36854              Date: Mon, 07 Jul 2003 14:15:57 +0100
36855              Message-ID: <3F09728D.1070408@sun.com>
36856      Branch: perl
36857            ! README.solaris
36858 ____________________________________________________________________________
36859 [ 20052] By: jhi                                   on 2003/07/07  10:28:35
36860         Log: Update MD5 checksums.
36861      Branch: perl
36862            ! ext/Digest/MD5/t/files.t
36863 ____________________________________________________________________________
36864 [ 20051] By: jhi                                   on 2003/07/07  09:56:48
36865         Log: Be more explicit than just 'characters'.
36866      Branch: perl
36867            ! pod/perlfunc.pod
36868 ____________________________________________________________________________
36869 [ 20050] By: jhi                                   on 2003/07/07  09:38:28
36870         Log: Try making PerlIO errors more consistent.
36871              (1) Check early whether the filehandle is capable of
36872              the requested action.
36873              (2) PerlIO_read() really can return -1, and so can
36874              PerlIOUnix_read().
36875              (3) Some stdio implementations are more forgiving
36876              than others, so check also for errors recorded
36877              by PerlIO in PerlStdio_errno().
36878      Branch: perl
36879            ! perlio.c
36880 ____________________________________________________________________________
36881 [ 20049] By: jhi                                   on 2003/07/07  09:08:19
36882         Log: Linewrapping.
36883      Branch: perl
36884            ! pod/perlapio.pod
36885 ____________________________________________________________________________
36886 [ 20048] By: jhi                                   on 2003/07/07  09:06:58
36887         Log: PerlIO_read() can return negative.
36888      Branch: perl
36889            ! ext/Digest/MD5/MD5.xs
36890 ____________________________________________________________________________
36891 [ 20043] By: jhi                                   on 2003/07/07  04:36:22
36892         Log: Use the existence, instead of the truth, to decide
36893              whether to scan for a symbol.
36894              (Also remove trailing spaces.)
36895      Branch: perl
36896            ! ext/Time/HiRes/Makefile.PL
36897 ____________________________________________________________________________
36898 [ 20042] By: jhi                                   on 2003/07/07  04:29:35
36899         Log: MPE/iX tweak from Mark Bixby.
36900      Branch: perl
36901            ! ext/Time/HiRes/Makefile.PL
36902 ____________________________________________________________________________
36903 [ 20041] By: rgs                                   on 2003/07/06  21:45:37
36904         Log: Upgrade BigInt and BigRat
36905              Subject: BigInt v1.65, Bigrat v0.10 - reloaded
36906              From: Tels <perl_dummy@bloodgate.com>
36907              Date: Sun, 6 Jul 2003 15:41:36 +0200
36908              Message-Id: <200307061158.23576@bloodgate.com>
36909      Branch: perl
36910            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
36911            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/biglog.t
36912            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigRat.pm
36913            ! lib/Math/BigRat/t/bigrat.t lib/Math/BigRat/t/bigratpm.inc
36914            ! lib/Math/BigRat/t/bigratpm.t
36915 ____________________________________________________________________________
36916 [ 20040] By: rgs                                   on 2003/07/06  21:11:20
36917         Log: Subject: Re: [perl #5025] #line directive explination wrong
36918              From: Casey West <casey@geeknest.com>
36919              Date: Sun, 6 Jul 2003 18:24:46 -0400
36920              Message-ID: <20030706222446.GL7506@geeknest.com>
36921      Branch: perl
36922            ! pod/perlsyn.pod
36923 ____________________________________________________________________________
36924 [ 20039] By: jhi                                   on 2003/07/06  20:19:31
36925         Log: Update the CPAN mirrors list.
36926      Branch: perl
36927            ! pod/perlmodlib.PL pod/perlmodlib.pod
36928 ____________________________________________________________________________
36929 [ 20036] By: gsar                                  on 2003/07/06  17:11:59
36930         Log: yet another symbol missing in change#20018
36931      Branch: perl
36932            ! makedef.pl
36933 ____________________________________________________________________________
36934 [ 20035] By: gsar                                  on 2003/07/06  17:02:21
36935         Log: PerlIOBase_pushed seems to have gone missing in change#20018
36936      Branch: perl
36937            ! makedef.pl
36938 ____________________________________________________________________________
36939 [ 20034] By: jhi                                   on 2003/07/06  16:46:20
36940         Log: Subject: [PATCH @19834] DProf fixes
36941              From: Radu Greab <radu@netsoft.ro>
36942              Date: Sun, 6 Jul 2003 20:09:12 +0300
36943              Message-ID: <16136.22456.99575.573777@ix.netsoft.ro>
36944      Branch: perl
36945            + t/lib/dprof/test7_t t/lib/dprof/test7_v t/lib/dprof/test8_t
36946            + t/lib/dprof/test8_v
36947            ! MANIFEST ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.t
36948            ! ext/Devel/DProf/DProf.xs perl.c pod/perldiag.pod
36949            ! pod/perltodo.pod pod/perlvar.pod pp_ctl.c
36950 ____________________________________________________________________________
36951 [ 20032] By: jhi                                   on 2003/07/06  16:21:33
36952         Log: Forgotten from change #20031.
36953      Branch: perl
36954            ! makedef.pl malloc_ctl.h
36955 ____________________________________________________________________________
36956 [ 20031] By: jhi                                   on 2003/07/06  16:16:08
36957         Log: Subject: [PATCH] improve WinCE port
36958              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
36959              Date: Sun, 6 Jul 2003 18:46:09 +0400
36960              Message-ID: <001401c343cd$8069cd40$ce5ec3d9@vad>
36961
36962              Subject: [PATCH] improve WinCE port -- addition
36963              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
36964              Date: Sun, 6 Jul 2003 19:50:47 +0400
36965              Message-ID: <000b01c343d6$7ff96920$5b5dc3d9@vad>
36966      Branch: perl
36967            + wince/perlhost.h wince/vdir.h wince/vmem.h
36968            ! MANIFEST wince/Makefile.ce wince/config.ce wince/perllib.c
36969            ! wince/win32.h wince/win32io.c wince/win32iop.h
36970            ! wince/win32thread.c wince/win32thread.h wince/wince.c
36971            ! wince/wince.h
36972 ____________________________________________________________________________
36973 [ 20030] By: jhi                                   on 2003/07/06  15:59:25
36974         Log: Subject: [PATCH] for pod/perlfaq2.pod against latest snapshot for Alpaca
36975              From: merlyn@stonehenge.com (Randal L. Schwartz)
36976              Date: 05 Jul 2003 16:29:14 -0700
36977              Message-ID: <867k6weenp.fsf@blue.stonehenge.com>
36978      Branch: perl
36979            ! pod/perlfaq2.pod
36980 ____________________________________________________________________________
36981 [ 20026] By: jhi                                   on 2003/07/06  08:14:48
36982         Log: FreeBSD: if someone *really* wants to use the system malloc.
36983      Branch: perl
36984            ! hints/freebsd.sh
36985 ____________________________________________________________________________
36986 [ 20025] By: jhi                                   on 2003/07/06  07:48:01
36987         Log: Make the 'slow ok' feature optional.
36988      Branch: perl
36989            ! lib/Test/Harness.pm
36990 ____________________________________________________________________________
36991 [ 20024] By: jhi                                   on 2003/07/06  07:44:57
36992         Log: The change #20022 didn't work for Command.t.
36993      Branch: perl
36994            ! lib/ExtUtils/t/Command.t
36995 ____________________________________________________________________________
36996 [ 20023] By: jhi                                   on 2003/07/06  07:29:22
36997         Log: Subject: Re: maint @ 19975 [PATCH lib/Test/Harness.pm]
36998              From: Michael G Schwern <schwern@pobox.com>
36999              Date: Sat, 5 Jul 2003 13:34:37 -0700
37000              Message-ID: <20030705203437.GB2598@windhund.schwern.org>
37001
37002              Print out the "ok" messages only once every second,
37003              this should make output much less and therefore testing
37004              much faster, especially on slower connections.
37005      Branch: perl
37006            ! lib/Test/Harness.pm
37007 ____________________________________________________________________________
37008 [ 20022] By: jhi                                   on 2003/07/06  07:26:52
37009         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_07
37010              From: Michael G Schwern <schwern@pobox.com>
37011              Date: Sat, 5 Jul 2003 16:59:49 -0700
37012              Message-ID: <20030705235949.GB3485@windhund.schwern.org>
37013      Branch: perl
37014            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
37015            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
37016            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker/FAQ.pod
37017            ! lib/ExtUtils/t/Command.t
37018 ____________________________________________________________________________
37019 [ 20021] By: jhi                                   on 2003/07/06  07:19:17
37020         Log: Reintroduce changes #19723 and #19723 that were not
37021              in Net::Ping 2.31; needed for Windows.
37022      Branch: perl
37023            ! lib/Net/Ping/t/250_ping_hires.t lib/Net/Ping/t/450_service.t
37024 ____________________________________________________________________________
37025 [ 20020] By: jhi                                   on 2003/07/05  19:12:21
37026         Log: Upgrade to Digest::MD5 2.25.
37027      Branch: perl
37028            + ext/Digest/MD5/t/clone.t
37029            ! MANIFEST ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37030            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/badfile.t
37031            ! ext/Digest/MD5/t/files.t
37032 ____________________________________________________________________________
37033 [ 20019] By: jhi                                   on 2003/07/05  18:40:51
37034         Log: Make a read from a write-only fh to set errno
37035              (found by Gisle)
37036      Branch: perl
37037            ! perlio.c
37038 ____________________________________________________________________________
37039 [ 20018] By: jhi                                   on 2003/07/05  18:05:19
37040         Log: Add PerlIOBuf_close to makedef.pl as pointed out by
37041              Vadim Konovalov; add also PerlIOBuf_dup; sort and remove
37042              duplicates.
37043      Branch: perl
37044            ! makedef.pl
37045 ____________________________________________________________________________
37046 [ 20017] By: jhi                                   on 2003/07/05  17:47:47
37047         Log: Subject: [PATCH] fix for ext/threads/t/problems.t failures
37048              From: Dave Mitchell <davem@fdgroup.com>
37049              Date: Sat, 5 Jul 2003 19:12:51 +0100
37050              Message-ID: <20030705181251.GA14502@fdgroup.com>
37051      Branch: perl
37052            ! ext/threads/t/problems.t
37053 ____________________________________________________________________________
37054 [ 20016] By: jhi                                   on 2003/07/05  17:36:34
37055         Log: OpenBSD sometimes gets -0, probably due to fp fuzziness..
37056      Branch: perl
37057            ! lib/Benchmark.t
37058 ____________________________________________________________________________
37059 [ 20012] By: jhi                                   on 2003/07/05  13:46:05
37060         Log: Be explicit about the $0 pain in Linux 2.2.
37061      Branch: perl
37062            ! pod/perlvar.pod
37063 ____________________________________________________________________________
37064 [ 20010] By: rgs                                   on 2003/07/05  12:06:41
37065         Log: Comment out some debugging output in Math::BigInt, that
37066              causes confusion in t/TEST when running Math/BigInt/t/bare_mbi.t.
37067      Branch: perl
37068            ! lib/Math/BigInt.pm
37069 ____________________________________________________________________________
37070 [ 20009] By: jhi                                   on 2003/07/05  10:56:55
37071         Log: The logic for additional randomisation for 64-bit UV
37072              cases was wrong.
37073      Branch: perl
37074            ! perl.c
37075 ____________________________________________________________________________
37076 [ 20008] By: jhi                                   on 2003/07/05  09:10:46
37077         Log: IIRC gcc would complain about if (s = ...).
37078      Branch: perl
37079            ! perl.c
37080 ____________________________________________________________________________
37081 [ 20007] By: jhi                                   on 2003/07/05  09:09:44
37082         Log: Allow $ENV{PERL_HASH_SEED_DEBUG} to work even under taint;
37083              since CGI scripts are (should be) run under -T, being able
37084              to show the HASH_SEED in case of problems is good.
37085              The $ENV{PERL_HASH_SEED} is still ignored under taint.
37086      Branch: perl
37087            ! perl.c
37088 ____________________________________________________________________________
37089 [ 20006] By: jhi                                   on 2003/07/05  07:56:56
37090         Log: Subject: [PATCH] MM_VMS.pm -- fix xs installation
37091              From: "Craig A. Berry" <craigberry@mac.com>
37092              Date: Sat, 05 Jul 2003 00:38:28 -0500
37093              Message-ID: <3F066454.90003@mac.com>
37094      Branch: perl
37095            ! lib/ExtUtils/MM_VMS.pm
37096 ____________________________________________________________________________
37097 [ 20004] By: jhi                                   on 2003/07/05  07:47:02
37098         Log: Subject: [PATCH] dump.c -Wformat; Re: maint @ 19975, maint @ 19997
37099              From: Robin Barker <Robin.Barker@npl.co.uk>
37100              Date: Fri, 4 Jul 2003 19:15:01 +0100
37101              Message-ID: <533D273D4014D411AB1D00062938C4D9040465BD@hotel.npl.co.uk>
37102      Branch: perl
37103            ! dump.c
37104 ____________________________________________________________________________
37105 [ 20003] By: rgs                                   on 2003/07/05  07:45:16
37106         Log: Allow to create more than one Shell object :
37107              Subject: [patch] Shell.pm fix
37108              From: Stéphane Payrard <stef@payrard.net>
37109              Date: Sat, 5 Jul 2003 01:16:50 +0200
37110              Message-ID: <20030704231650.GA19701@stefp.dyndns.org>
37111      Branch: perl
37112            ! lib/Shell.pm
37113 ____________________________________________________________________________
37114 [ 20002] By: rgs                                   on 2003/07/04  21:49:05
37115         Log: Author list update (to be continued...)
37116      Branch: perl
37117            ! AUTHORS
37118 ____________________________________________________________________________
37119 [ 20001] By: rgs                                   on 2003/07/04  21:42:12
37120         Log: Add a new test target in the makefile, test_harness_notty.
37121              It's like test_harness, but sets HARNESS_NOTTY=1 to make
37122              Test::Harness' output less blinking.
37123      Branch: perl
37124            ! Makefile.SH
37125 ____________________________________________________________________________
37126 [ 20000] By: rgs                                   on 2003/07/04  20:58:05
37127         Log: Upgrade to Math::BigInt v1.65, Math::BigRat v0.10,
37128              and bignum v0.14.
37129      Branch: perl
37130            + lib/Math/BigInt/t/biglog.t lib/Math/BigInt/t/req_mbf0.t
37131            + lib/Math/BigInt/t/req_mbf1.t lib/Math/BigInt/t/req_mbfa.t
37132            + lib/Math/BigInt/t/req_mbfi.t lib/Math/BigInt/t/req_mbfn.t
37133            + lib/Math/BigInt/t/req_mbfw.t lib/Math/BigInt/t/trap.t
37134            + lib/Math/BigInt/t/use_mbfw.t lib/Math/BigRat/t/bigratup.t
37135            + lib/Math/BigRat/t/requirer.t lib/Math/BigRat/t/trap.t
37136            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
37137            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
37138            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
37139            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
37140            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
37141            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/bigints.t
37142            ! lib/Math/BigInt/t/config.t lib/Math/BigInt/t/inf_nan.t
37143            ! lib/Math/BigInt/t/mbi_rand.t lib/Math/BigInt/t/mbimbf.inc
37144            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/require.t
37145            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
37146            ! lib/Math/BigInt/t/sub_mif.t lib/Math/BigInt/t/upgrade.inc
37147            ! lib/Math/BigInt/t/upgrade.t lib/Math/BigInt/t/with_sub.t
37148            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
37149            ! lib/Math/BigRat/t/bigratpm.inc lib/Math/BigRat/t/bigratpm.t
37150            ! lib/bigint.pm lib/bignum.pm lib/bignum/t/bigint.t
37151            ! lib/bignum/t/bignum.t lib/bignum/t/bigrat.t
37152            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
37153            ! lib/bignum/t/brinfnan.t lib/bigrat.pm
37154            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/BareCalc.pm
37155            ! t/lib/Math/BigInt/Subclass.pm
37156 ____________________________________________________________________________
37157 [ 19999] By: rgs                                   on 2003/07/04  19:39:01
37158         Log: Macro reorganization in the Makefile, so that $(LDLIBPTH) always
37159              appears just before the name of the command to be run. See
37160
37161              Subject: Re: PERL_SKIP_TTY_TEST fix
37162              From: Alexey Tourbin <at@altlinux.ru>
37163              Date: Fri, 4 Jul 2003 17:25:34 +0400
37164              Message-ID: <20030704132534.GC1531@julia.office.altlinux.ru>
37165      Branch: perl
37166            ! Makefile.SH
37167 ____________________________________________________________________________
37168 [ 19998] By: rgs                                   on 2003/07/04  19:31:33
37169         Log: Fix non-numeric $VERSION.
37170      Branch: perl
37171            ! lib/Math/BigInt.pm
37172 ____________________________________________________________________________
37173 [ 19995] By: jhi                                   on 2003/07/04  14:36:56
37174         Log: According to Tels our M::BI is _better_ than the 1.64 in CPAN.
37175      Branch: perl
37176            ! lib/Math/BigInt.pm
37177 ____________________________________________________________________________
37178 [ 19994] By: jhi                                   on 2003/07/04  14:36:17
37179         Log: More $0 sad tales.
37180      Branch: perl
37181            ! pod/perlvar.pod
37182 ____________________________________________________________________________
37183 [ 19993] By: jhi                                   on 2003/07/04  14:34:40
37184         Log: Oops.
37185      Branch: perl
37186            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
37187 ____________________________________________________________________________
37188 [ 19990] By: jhi                                   on 2003/07/04  13:50:29
37189         Log: Upgrade to PodParser 1.23; but do not update
37190              t/pod/find.t or t/pod/testp2pt.pl since the
37191              first one does not work at all under core,
37192              and the second change would drop MacOS Classic
37193              portability tweaks introduced by change #18669.
37194      Branch: perl
37195            ! lib/Pod/Find.pm lib/Pod/Usage.pm
37196 ____________________________________________________________________________
37197 [ 19989] By: jhi                                   on 2003/07/04  13:20:51
37198         Log: Upgrade to Text::Balanced 1.94.
37199      Branch: perl
37200            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
37201            ! lib/Text/Balanced/README lib/Text/Balanced/t/extcbk.t
37202            ! lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
37203 ____________________________________________________________________________
37204 [ 19988] By: jhi                                   on 2003/07/04  13:17:22
37205         Log: Upgrade to Net::Ping 2.31.
37206      Branch: perl
37207            ! lib/Net/Ping.pm lib/Net/Ping/Changes
37208            ! lib/Net/Ping/t/250_ping_hires.t
37209            ! lib/Net/Ping/t/300_ping_stream.t lib/Net/Ping/t/450_service.t
37210 ____________________________________________________________________________
37211 [ 19987] By: jhi                                   on 2003/07/04  13:09:04
37212         Log: Upgrade to Locale::Maketext 1.06.
37213      Branch: perl
37214            + lib/Locale/Maketext/Guts.pm lib/Locale/Maketext/GutsLoader.pm
37215            + lib/Locale/Maketext/t/90utf8.t
37216            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
37217 ____________________________________________________________________________
37218 [ 19986] By: jhi                                   on 2003/07/04  12:59:45
37219         Log: Upgrade to Digest::MD5 2.24, with few extra tweaks:
37220              (1) make the PATCHLEVEL logic as it is with List::Util
37221              (more portable to older Perls)
37222              (2) regen the MD5 checksums with ...
37223              (3) ... the Mac OS Classic checksums generated via MacRoman
37224              (just a guess)
37225              (4) Keep the core Makefile.PL.
37226      Branch: perl
37227            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
37228            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
37229 ____________________________________________________________________________
37230 [ 19985] By: jhi                                   on 2003/07/04  12:43:10
37231         Log: Upgrade to CPAN 1.71.
37232      Branch: perl
37233            ! lib/CPAN.pm
37234 ____________________________________________________________________________
37235 [ 19984] By: jhi                                   on 2003/07/04  12:39:20
37236         Log: Upgrade to CGI.pm 2.97.
37237      Branch: perl
37238            ! lib/CGI.pm lib/CGI/Carp.pm
37239 ____________________________________________________________________________
37240 [ 19982] By: jhi                                   on 2003/07/04  10:45:05
37241         Log: No energy now to figure out what is wrong with $0
37242              (or ps) in Tru64.  The test works fine when run from
37243              command line.
37244      Branch: perl
37245            ! ext/threads/t/join.t
37246 ____________________________________________________________________________
37247 [ 19981] By: jhi                                   on 2003/07/04  10:34:42
37248         Log: AUTHORS updates.
37249      Branch: perl
37250            ! AUTHORS
37251 ____________________________________________________________________________
37252 [ 19980] By: jhi                                   on 2003/07/04  08:40:51
37253         Log: line_t is U32, not I32.
37254      Branch: perl
37255            ! bytecode.pl
37256 ____________________________________________________________________________
37257 [ 19979] By: jhi                                   on 2003/07/04  08:33:32
37258         Log: Remove PL_earlytaint since the hash seed code
37259              can be delayed until perl_parse().
37260      Branch: perl
37261            ! dosish.h embedvar.h epoc/epocish.h mpeix/mpeixish.h
37262            ! os2/os2ish.h perl.c perl.h perlapi.h perlvars.h
37263            ! plan9/plan9ish.h unixish.h vms/vmsish.h
37264 ____________________________________________________________________________
37265 [ 19977] By: jhi                                   on 2003/07/04  04:56:41
37266         Log: $0 is pain.
37267      Branch: perl
37268            ! ext/threads/t/join.t
37269 ____________________________________________________________________________
37270 [ 19976] By: jhi                                   on 2003/07/04  04:48:37
37271         Log: Subject: [PATCH: perl@19956] switch vmspipe.com over to using local symbols instead of global
37272              From: PPrymmer@factset.com
37273              Date: Thu, 3 Jul 2003 23:59:51 -0400
37274              Message-ID: <OF4DF4AA68.1EF12116-ON85256D59.00120F5E-85256D59.0015F58D@factset.com>
37275      Branch: perl
37276            ! vms/vms.c vms/vmspipe.com
37277 ____________________________________________________________________________
37278 [ 19973] By: jhi                                   on 2003/07/03  21:34:03
37279         Log: Bump Time::HiRes version to 1.50.
37280      Branch: perl
37281            ! ext/Time/HiRes/HiRes.pm
37282 ____________________________________________________________________________
37283 [ 19972] By: jhi                                   on 2003/07/03  21:33:10
37284         Log: Subject: [PATCH] installperl -n
37285              From: Slaven Rezic <slaven@rezic.de>
37286              Date: Fri, 4 Jul 2003 00:41:36 +0200 (CEST)
37287              Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de>
37288      Branch: perl
37289            ! installperl
37290 ____________________________________________________________________________
37291 [ 19971] By: jhi                                   on 2003/07/03  21:31:47
37292         Log: Subject: [PATCH] t/op/magic.t on FreeBSD
37293              From: Slaven Rezic <slaven@rezic.de>
37294              Date: Fri, 4 Jul 2003 00:35:51 +0200 (CEST)
37295              Message-Id: <200307032235.h63MZpKY036791@vran.herceg.de>
37296      Branch: perl
37297            ! t/op/magic.t
37298 ____________________________________________________________________________
37299 [ 19969] By: jhi                                   on 2003/07/03  21:27:11
37300         Log: Ask Schwern.
37301      Branch: perl
37302            - Porting/Modules
37303            ! AUTHORS MANIFEST
37304 ____________________________________________________________________________
37305 [ 19967] By: jhi                                   on 2003/07/03  19:02:40
37306         Log: Add autarch and Time::Local to Modules.
37307      Branch: perl
37308            ! Porting/Modules
37309 ____________________________________________________________________________
37310 [ 19966] By: jhi                                   on 2003/07/03  18:59:44
37311         Log: Subject: Re: [PATCH] Bring Time::Local to 1.07
37312              From: Dave Rolsky <autarch@urth.org>
37313              Date: Thu, 3 Jul 2003 14:35:56 -0500 (CDT)
37314              Message-ID: <Pine.LNX.4.56.0307031435270.29915@urth.org>
37315      Branch: perl
37316            ! lib/Time/Local.pm
37317 ____________________________________________________________________________
37318 [ 19965] By: jhi                                   on 2003/07/03  18:58:25
37319         Log: Subject: [PATCH] Win32: fix WM_TIMER handling
37320              From: Mattia Barbon <mbarbon@dsi.unive.it>
37321              Date: Thu, 3 Jul 2003 16:05:23 +0200 (ora legale Europa occidentale)
37322              Message-ID: <Mahogany-0.64.2-1016-20030703-160523.00@rbnet.it>
37323      Branch: perl
37324            ! win32/win32.c
37325 ____________________________________________________________________________
37326 [ 19964] By: jhi                                   on 2003/07/03  18:56:26
37327         Log: Subject: Re: randomly untainting?
37328              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37329              Date: Thu, 3 Jul 2003 17:35:09 +0200
37330              Message-Id: <20030703173509.0c007f0f.rgarciasuarez@free.fr>
37331      Branch: perl
37332            ! t/TestInit.pm
37333 ____________________________________________________________________________
37334 [ 19963] By: jhi                                   on 2003/07/03  18:55:37
37335         Log: Revert #19957 as requested by Rafael.
37336      Branch: perl
37337            ! ext/List/Util/t/tainted.t
37338 ____________________________________________________________________________
37339 [ 19962] By: jhi                                   on 2003/07/03  18:54:09
37340         Log: Add at least meager beginnings of assertion checks for
37341              the UTF-8 length/pos cache.  It's not as full as I would
37342              like since the exact behaviour of the second half of the
37343              cache, used in substr(), eludes me right now.
37344      Branch: perl
37345            ! sv.c
37346 ____________________________________________________________________________
37347 [ 19961] By: jhi                                   on 2003/07/03  13:57:47
37348         Log: Extra light testing for the UTF-8 cache
37349              (that it isn't broken, not that it helps).
37350      Branch: perl
37351            ! t/op/length.t
37352 ____________________________________________________________________________
37353 [ 19957] By: jhi                                   on 2003/07/03  12:01:25
37354         Log: Subject: Re: randomly untainting?
37355              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
37356              Date: Thu, 3 Jul 2003 14:58:18 +0200
37357              Message-Id: <20030703145818.5bdd2873.rgarciasuarez@free.fr>
37358              (plus extra debug printing)
37359      Branch: perl
37360            ! ext/List/Util/t/tainted.t
37361 ____________________________________________________________________________
37362 [ 19954] By: jhi                                   on 2003/07/03  11:10:21
37363         Log: Subject: Re: maint @ 19923
37364              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
37365              Date: Thu, 3 Jul 2003 15:57:55 +0400
37366              Message-ID: <048e01c3415b$da0fe510$7c5ec3d9@vad>
37367      Branch: perl
37368            ! wince/Makefile.ce wince/wince.c
37369 ____________________________________________________________________________
37370 [ 19952] By: jhi                                   on 2003/07/03  10:56:45
37371         Log: Tiny tweak to perlartistic from Robin Barker.
37372      Branch: perl
37373            ! pod/perlartistic.pod
37374 ____________________________________________________________________________
37375 [ 19950] By: jhi                                   on 2003/07/03  07:46:45
37376         Log: Mention Modules in AUTHORS.
37377      Branch: perl
37378            ! AUTHORS
37379 ____________________________________________________________________________
37380 [ 19949] By: jhi                                   on 2003/07/03  06:58:01
37381         Log: No fancy binmode() if no perlio.
37382      Branch: perl
37383            ! ext/IO/lib/IO/t/io_sock.t
37384 ____________________________________________________________________________
37385 [ 19948] By: jhi                                   on 2003/07/03  06:55:12
37386         Log: Underline the fact that XSLoader is not DynaLoader
37387              ([perl #21974] dl_load_flags not honored by XSLoader)
37388      Branch: perl
37389            ! ext/DynaLoader/XSLoader_pm.PL
37390 ____________________________________________________________________________
37391 [ 19947] By: jhi                                   on 2003/07/03  06:35:29
37392         Log: Apply Schwern's suggested warning code from
37393              [perl #22209] Test::Harness::Straps vs. $Config{path_sep}
37394      Branch: perl
37395            ! lib/Test/Harness/Straps.pm
37396 ____________________________________________________________________________
37397 [ 19944] By: jhi                                   on 2003/07/03  06:30:11
37398         Log: Subject: [PATCH] "without parens" vs "without parentheses"
37399              From: Iain Truskett <spoon@cpan.org>
37400              Date: Thu, 3 Jul 2003 12:40:42 +1000
37401              Message-ID: <20030703024042.GI12380@ouroboros.anu.edu.au>
37402      Branch: perl
37403            ! t/lib/warnings/toke toke.c
37404 ____________________________________________________________________________
37405 [ 19943] By: jhi                                   on 2003/07/03  06:27:18
37406         Log: Subject: [PATCH] Re: ext/List/Util/t/weak.t panic
37407              From: Dave Mitchell <davem@fdgroup.com>
37408              Date: Thu, 3 Jul 2003 01:32:11 +0100
37409              Message-ID: <20030703003211.GB3747@fdgroup.com>
37410      Branch: perl
37411            ! mg.c sv.c
37412 ____________________________________________________________________________
37413 [ 19942] By: jhi                                   on 2003/07/03  06:25:30
37414         Log: Nicer options for Porting/Modules.
37415      Branch: perl
37416            ! MANIFEST Porting/Modules
37417 ____________________________________________________________________________
37418 [ 19941] By: rgs                                   on 2003/07/02  21:38:19
37419         Log: Minor test adjustments :
37420              - test name correction in op/concat.t by Yitzchak Scott-Thoennes
37421              - prototypes added to some public functions in t/test.pl,
37422              as suggested by Enache Adrian
37423      Branch: perl
37424            ! t/op/concat.t t/test.pl
37425 ____________________________________________________________________________
37426 [ 19940] By: rgs                                   on 2003/07/02  20:58:19
37427         Log: Skip a socketpair test on SCO OSR
37428      Branch: perl
37429            ! ext/Socket/socketpair.t
37430 ____________________________________________________________________________
37431 [ 19939] By: jhi                                   on 2003/07/02  20:10:47
37432         Log: Subject: [PATCH] various Deparse fixes
37433              From: Dave Mitchell <davem@fdgroup.com>
37434              Date: Wed, 2 Jul 2003 18:10:45 +0100
37435              Message-ID: <20030702171045.GF2137@fdgroup.com>
37436      Branch: perl
37437            ! ext/B/B/Concise.pm ext/B/B/Debug.pm ext/B/B/Deparse.pm
37438            ! ext/B/defsubs_h.PL t/TEST t/op/ord.t
37439 ____________________________________________________________________________
37440 [ 19935] By: jhi                                   on 2003/07/02  20:01:06
37441         Log: It would seem that in Linux 2.2 there is no way
37442              we can do the right thing to make ps(1) see $0
37443              our way.  Also amend the $0 documentation a bit.
37444      Branch: perl
37445            ! pod/perlvar.pod t/op/magic.t
37446 ____________________________________________________________________________
37447 [ 19934] By: jhi                                   on 2003/07/02  19:39:11
37448         Log: Subject: [PATCH] line numbers are given % 64k
37449              From: James Jurach <muaddib@erf.net>
37450              Date: Wed, 2 Jul 2003 13:31:05 -0500
37451              Message-ID: <20030702183105.GA4837@lebowski>
37452      Branch: perl
37453            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
37454            ! handy.h pp_ctl.c scope.h
37455 ____________________________________________________________________________
37456 [ 19933] By: jhi                                   on 2003/07/02  14:55:49
37457         Log: Subject: Re: maint @ 19923
37458              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
37459              Date: Wed, 2 Jul 2003 11:43:05 -0400
37460              Message-ID: <20030702154304.GD206089@linguist.thayer.dartmouth.edu>
37461      Branch: perl
37462            ! pod/perlfunc.pod
37463 ____________________________________________________________________________
37464 [ 19932] By: jhi                                   on 2003/07/02  14:29:42
37465         Log: Subject: Re: maint @ 19923
37466              From: Jim Cromie <jcromie@divsol.com>
37467              Date: Wed, 02 Jul 2003 05:35:06 -0600
37468              Message-ID: <3F02C36A.9030704@divsol.com>
37469      Branch: perl
37470            ! pod/perlfunc.pod
37471 ____________________________________________________________________________
37472 [ 19931] By: jhi                                   on 2003/07/02  11:34:49
37473         Log: Fix for [perl #22759 insufficient format string checking];
37474              using ewix makes no sense, assuming evix was intended,
37475              no old tests fail; add the test case.
37476      Branch: perl
37477            ! sv.c t/op/sprintf.t
37478 ____________________________________________________________________________
37479 [ 19929] By: jhi                                   on 2003/07/02  09:13:33
37480         Log: Better links.
37481      Branch: perl
37482            ! pod/perlipc.pod pod/perlrun.pod
37483 ____________________________________________________________________________
37484 [ 19928] By: jhi                                   on 2003/07/02  08:58:26
37485         Log: Darwin: -Dprefix=$HOME/Perl tried to install to /Library.
37486      Branch: perl
37487            ! hints/darwin.sh
37488 ____________________________________________________________________________
37489 [ 19927] By: jhi                                   on 2003/07/02  08:48:00
37490         Log: ...and getting the comma right, too.
37491      Branch: perl
37492            ! t/op/magic.t
37493 ____________________________________________________________________________
37494 [ 19926] By: jhi                                   on 2003/07/02  08:46:18
37495         Log: Getting the whitespace right.
37496      Branch: perl
37497            ! t/op/magic.t
37498 ____________________________________________________________________________
37499 [ 19925] By: jhi                                   on 2003/07/02  08:40:36
37500         Log: FreeBSD $0 dance.
37501      Branch: perl
37502            ! pod/perlvar.pod t/op/magic.t
37503 ____________________________________________________________________________
37504 [ 19924] By: jhi                                   on 2003/07/02  08:17:31
37505         Log: Fix from Enache Adrian for the magic.t failure in
37506              FreeBSD: setproctitle() cannot get rid of the " (perl)".
37507      Branch: perl
37508            ! t/op/magic.t
37509 ____________________________________________________________________________
37510 [ 19921] By: jhi                                   on 2003/07/02  05:26:33
37511         Log: VMS: with this, 100% make test in Compaq C V6.5-001
37512              on OpenVMS Alpha V7.3-1, from Craig Berry.
37513      Branch: perl
37514            ! configure.com ext/Devel/DProf/DProf.t t/op/magic.t
37515 ____________________________________________________________________________
37516 [ 19920] By: jhi                                   on 2003/07/02  05:21:23
37517         Log: Move the libgcc.a hack into a section for pre-1.6 NetBSD releases.
37518              The latest releases of NetBSD don't require the hack.  From
37519              Johnny Lam.
37520      Branch: perl
37521            ! hints/netbsd.sh
37522 ____________________________________________________________________________
37523 [ 19918] By: jhi                                   on 2003/07/01  20:02:33
37524         Log: Add a new utility, Porting/Modules.
37525      Branch: perl
37526            + Porting/Modules
37527            ! MANIFEST
37528 ____________________________________________________________________________
37529 [ 19917] By: jhi                                   on 2003/07/01  17:00:02
37530         Log: Subject: [PATCH] long C<=item>s in pod/perlunicode.pod
37531              From: Robin Barker <Robin.Barker@npl.co.uk>
37532              Date: Tue, 1 Jul 2003 18:21:34 +0100
37533              Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk>
37534
37535              Subject:  [PATCH] long C<=item>s in lib/CGI.pm
37536              From: Robin Barker <Robin.Barker@npl.co.uk>
37537              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk>
37538              Date: Tue, 1 Jul 2003 18:25:17 +0100
37539
37540              Subject: [PATCH] long <=item>s  in lib/ExtUtils/MakeMaker/FAQ.pod
37541              From: Robin Barker <Robin.Barker@npl.co.uk>
37542              Date: Tue, 1 Jul 2003 18:29:09 +0100
37543              Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk>
37544      Branch: perl
37545            ! lib/CGI.pm lib/ExtUtils/MakeMaker/FAQ.pod pod/perlunicode.pod
37546 ____________________________________________________________________________
37547 [ 19916] By: jhi                                   on 2003/07/01  16:51:31
37548         Log: Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?'
37549              From: Enache Adrian <enache@rdslink.ro>
37550              Date: Tue, 1 Jul 2003 19:51:25 +0300
37551              Message-ID: <20030701165125.GA1521@ratsnest.hole>
37552      Branch: perl
37553            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm ext/B/defsubs_h.PL
37554            ! ext/B/typemap t/op/magic.t
37555 ____________________________________________________________________________
37556 [ 19915] By: jhi                                   on 2003/07/01  16:22:09
37557         Log: Upgrade to Unicode::Normalize 0.23.
37558      Branch: perl
37559            ! ext/Unicode/Normalize/Changes
37560            ! ext/Unicode/Normalize/Normalize.pm
37561            ! ext/Unicode/Normalize/Normalize.xs
37562 ____________________________________________________________________________
37563 [ 19914] By: jhi                                   on 2003/07/01  13:08:44
37564         Log: A naked values() caused shuffling of lib/Config.pm,
37565              which in turn caused unnecessary rebuilds.
37566      Branch: perl
37567            ! configpm
37568 ____________________________________________________________________________
37569 [ 19913] By: jhi                                   on 2003/07/01  13:01:10
37570         Log: Even more :utf8 socket testing, now in both directions.
37571      Branch: perl
37572            ! ext/IO/lib/IO/t/io_sock.t
37573 ____________________________________________________________________________
37574 [ 19912] By: jhi                                   on 2003/07/01  12:44:32
37575         Log: One more test (does binmode()ing a socket succeed)
37576              and add -w.
37577      Branch: perl
37578            ! ext/IO/lib/IO/t/io_sock.t
37579 ____________________________________________________________________________
37580 [ 19911] By: jhi                                   on 2003/07/01  12:38:13
37581         Log: Tweak an existing IO test to test also the change #19910.
37582      Branch: perl
37583            ! ext/IO/lib/IO/t/io_sock.t
37584 ____________________________________________________________________________
37585 [ 19910] By: jhi                                   on 2003/07/01  11:18:27
37586         Log: Integrate from perlio:
37587              [ 19909]
37588              binmode() should affect IoOFP() as well as IoIFP() if it is
37589              distinct (e.g. sockets).
37590      Branch: perl
37591           !> pp_sys.c
37592 ____________________________________________________________________________
37593 [ 19906] By: jhi                                   on 2003/07/01  08:03:17
37594         Log: Do the "aligned contiguous" check only if the arguments
37595              look like aligned; re-introduce the "traditional contiguous"
37596              checks with OS/2 special quirks and all.
37597      Branch: perl
37598            ! perl.c
37599 ____________________________________________________________________________
37600 [ 19903] By: jhi                                   on 2003/07/01  06:22:12
37601         Log: Switch on PERL_IMPLICIT_SYS, not on Win32.
37602      Branch: perl
37603            ! perl.c
37604 ____________________________________________________________________________
37605 [ 19902] By: jhi                                   on 2003/07/01  06:20:48
37606         Log: Regen Glossary et al.
37607      Branch: perl
37608            ! Porting/Glossary Porting/config.sh Porting/config_H
37609 ____________________________________________________________________________
37610 [ 19900] By: jhi                                   on 2003/07/01  05:56:38
37611         Log: Regen Configure.
37612      Branch: perl
37613            ! Configure
37614 ____________________________________________________________________________
37615 [ 19899] By: jhi                                   on 2003/07/01  05:56:14
37616         Log: More nanosleep removal.
37617      Branch: perl
37618            ! Cross/config.sh-arm-linux NetWare/config_H.wc epoc/config.sh
37619            ! hints/vos.sh win32/config.gc win32/config.vc win32/config.vc64
37620            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37621            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
37622 ____________________________________________________________________________
37623 [ 19898] By: jhi                                   on 2003/07/01  05:54:58
37624         Log: Rework Time::HiRes not to need HAS_NANOSLEEP from Configure.
37625      Branch: perl
37626            + ext/Time/HiRes/hints/dec_osf.pl
37627            ! MANIFEST ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
37628            ! ext/Time/HiRes/hints/sco.pl
37629 ____________________________________________________________________________
37630 [ 19897] By: jhi                                   on 2003/07/01  05:04:50
37631         Log: Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4
37632              From: Alan Burlison <Alan.Burlison@sun.com>
37633              Date: Tue, 01 Jul 2003 00:03:24 +0100
37634              Message-ID: <3F00C1BC.3020103@sun.com>
37635      Branch: perl
37636            ! Configure Makefile.SH config_h.SH configure.com
37637            ! hints/solaris_2.sh perl.h uconfig.h uconfig.sh
37638 ____________________________________________________________________________
37639 [ 19896] By: jhi                                   on 2003/06/30  20:20:54
37640         Log: Integrate #19892, #19895 from perlio to compile and avoid
37641              crashing on Win32.
37642      Branch: perl
37643           !> perl.c
37644 ____________________________________________________________________________
37645 [ 19890] By: jhi                                   on 2003/06/30  08:41:51
37646         Log: int is not UV.
37647      Branch: perl
37648            ! perl.c
37649 ____________________________________________________________________________
37650 [ 19889] By: jhi                                   on 2003/06/30  08:36:38
37651         Log: The 'contiguous' test for argv[], envp[] was bogus
37652              since those need not be in memory end-to-end, e.g.
37653              in Tru64 they are aligned by eight.  Loosen the test
37654              so that 'contiguousness' is fulfilled if the elements
37655              are within PTRSIZE alignment.  This makes Tru64 to pass
37656              the join.t, too.
37657      Branch: perl
37658            ! ext/threads/t/join.t mg.c perl.c
37659 ____________________________________________________________________________
37660 [ 19888] By: jhi                                   on 2003/06/30  07:24:18
37661         Log: $0 doc tweakage.
37662      Branch: perl
37663            ! pod/perlvar.pod
37664 ____________________________________________________________________________
37665 [ 19887] By: jhi                                   on 2003/06/30  07:20:58
37666         Log: $0 test tweaks from Andreas.
37667      Branch: perl
37668            ! ext/threads/t/join.t t/op/magic.t
37669 ____________________________________________________________________________
37670 [ 19886] By: rgs                                   on 2003/06/29  19:18:43
37671         Log: Misc Pod Nits.
37672      Branch: perl
37673            ! ext/B/B.pm pod/perlrun.pod
37674 ____________________________________________________________________________
37675 [ 19885] By: jhi                                   on 2003/06/29  15:49:52
37676         Log: Fix a faulty alias.
37677      Branch: perl
37678            ! ext/Encode/lib/Encode/Alias.pm
37679 ____________________________________________________________________________
37680 [ 19884] By: jhi                                   on 2003/06/29  15:41:05
37681         Log: The joy of $0.  Undoing the #16399 makes Andreas'
37682              tests (see [perl #22811]) pass (yes, padding with space    instead
37683              of nul makes no sense, but that seems to work, maybe Linux does
37684              some deep magic in ps(1)?); moving the PL_origalen computation
37685              earlier makes also the threaded-first case fully pass.
37686
37687              But in general modifying the argv[] is very non-portable.
37688              (e.g. in Tru64 it seems to be limited to the size of the
37689              original argv[0] since the argv[] are not contiguous?)
37690
37691              Everybody should just have setproctitle().
37692      Branch: perl
37693            ! mg.c perl.c pod/perlvar.pod
37694 ____________________________________________________________________________
37695 [ 19883] By: jhi                                   on 2003/06/29  13:47:36
37696         Log: More on the macro debugging and expansion.
37697      Branch: perl
37698            ! pod/perlhack.pod
37699 ____________________________________________________________________________
37700 [ 19882] By: rgs                                   on 2003/06/29  13:17:09
37701         Log: Perl_doing_taint must be public, for programs that embed perl
37702      Branch: perl
37703            ! embed.fnc embed.h global.sym
37704 ____________________________________________________________________________
37705 [ 19881] By: jhi                                   on 2003/06/29  10:17:28
37706         Log: More coffee...
37707      Branch: perl
37708            ! lib/Test/Harness.pm
37709 ____________________________________________________________________________
37710 [ 19880] By: jhi                                   on 2003/06/29  09:48:50
37711         Log: argc, argv.
37712      Branch: perl
37713            ! perl.h
37714 ____________________________________________________________________________
37715 [ 19879] By: jhi                                   on 2003/06/29  09:34:47
37716         Log: Another spot where a zero $test{$max} can make things go boom.
37717      Branch: perl
37718            ! lib/Test/Harness.pm
37719 ____________________________________________________________________________
37720 [ 19878] By: jhi                                   on 2003/06/29  09:28:58
37721         Log: Move the PL_earlytaint initialization to the PERL_SYS_INIT()
37722              as per suggestion from Sarathy.
37723      Branch: perl
37724            ! dosish.h epoc/epocish.h miniperlmain.c mpeix/mpeixish.h
37725            ! os2/os2ish.h perl.h plan9/plan9ish.h unixish.h vms/vmsish.h
37726 ____________________________________________________________________________
37727 [ 19877] By: jhi                                   on 2003/06/28  18:28:01
37728         Log: The #19842 is no more needed thanks to #19876,
37729              and the #19842 was wrong anyway (it affected
37730              only the threaded case.)
37731      Branch: perl
37732            ! hints/dec_osf.sh
37733 ____________________________________________________________________________
37734 [ 19876] By: jhi                                   on 2003/06/28  18:24:46
37735         Log: Subject: Re: your malloc patches
37736              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
37737              Date: Fri, 27 Jun 2003 06:54:06 -0700
37738              Message-ID: <20030627135406.GA8914@math.berkeley.edu>
37739
37740              More malloc patches: now they seem to work even in Tru64.
37741      Branch: perl
37742            ! malloc.c
37743 ____________________________________________________________________________
37744 [ 19875] By: jhi                                   on 2003/06/28  18:09:30
37745         Log: Duh.
37746      Branch: perl
37747            ! perl.h
37748 ____________________________________________________________________________
37749 [ 19874] By: jhi                                   on 2003/06/28  17:30:52
37750         Log: Retract #19867; the bug was really much simpler:
37751              the < max must be <= max instead.
37752      Branch: perl
37753            ! hv.c
37754 ____________________________________________________________________________
37755 [ 19873] By: rgs                                   on 2003/06/28  16:02:53
37756         Log: Using $1 without testing success of the regexp, bad.
37757      Branch: perl
37758            ! pod/perlretut.pod
37759 ____________________________________________________________________________
37760 [ 19872] By: rgs                                   on 2003/06/28  16:01:08
37761         Log: Some clarification about the current semantics of CHECK and
37762              INIT blocks. See bug [perl #22826].
37763      Branch: perl
37764            ! pod/perlmod.pod
37765 ____________________________________________________________________________
37766 [ 19871] By: rgs                                   on 2003/06/28  15:47:22
37767         Log: Subject: [Encode] pre-1.97 patches
37768              From: Dan Kogai <dankogai@dan.co.jp>
37769              Date: Sat, 28 Jun 2003 01:20:59 +0900
37770              Message-Id: <56D5BFEE-A8BB-11D7-9092-000393AE4244@dan.co.jp>
37771      Branch: perl
37772            ! ext/Encode/Changes ext/Encode/Encode.pm
37773            ! ext/Encode/lib/Encode/Guess.pm
37774 ____________________________________________________________________________
37775 [ 19870] By: rgs                                   on 2003/06/28  15:39:57
37776         Log: Two debugging patches.
37777              The first allows to hold symbolic switches in $^D
37778              and more generally fixes assignment to $^D. The
37779              second one improves the information given by -Dl.
37780
37781              Subject: [PATCH] allow $^D = "flags"
37782              From: Dave Mitchell <davem@fdgroup.com>
37783              Date: Fri, 27 Jun 2003 22:26:24 +0100
37784              Message-ID: <20030627212624.GB12887@fdgroup.com>
37785
37786              Subject: [PATCH] make -Dl show more scope info
37787              From: Dave Mitchell <davem@fdgroup.com>
37788              Date: Fri, 27 Jun 2003 23:00:36 +0100
37789              Message-ID: <20030627220036.GC12887@fdgroup.com>
37790      Branch: perl
37791            ! cop.h embed.fnc embed.h mg.c perl.c perl.h pod/perlvar.pod
37792            ! proto.h scope.h
37793 ____________________________________________________________________________
37794 [ 19869] By: rgs                                   on 2003/06/28  14:39:40
37795         Log: Fix test count, by Abe Timmerman.
37796      Branch: perl
37797            ! t/comp/require.t
37798 ____________________________________________________________________________
37799 [ 19867] By: jhi                                   on 2003/06/27  10:08:20
37800         Log: The two-for-loops is no more a valid way to walk through
37801              a hash (this was the reason the Hash/Util.t intermittently
37802              failed, the two-loop didn't find all the SVs of the HV).
37803      Branch: perl
37804            ! hv.c
37805 ____________________________________________________________________________
37806 [ 19866] By: jhi                                   on 2003/06/27  08:54:16
37807         Log: Some warnings about the (im)proper uses of the hash randomisation.
37808      Branch: perl
37809            ! pod/perlsec.pod
37810 ____________________________________________________________________________
37811 [ 19865] By: jhi                                   on 2003/06/27  08:40:45
37812         Log: atoi() doesn't cut the mustard if the PERL_HASH_SEED
37813              is larger than INT_MAX (atoi() returns -1 in that case).
37814      Branch: perl
37815            ! perl.c
37816 ____________________________________________________________________________
37817 [ 19864] By: jhi                                   on 2003/06/27  08:18:47
37818         Log: Use the PL_earlytaint.  (PL_earlytaint is a global,
37819              not per-interp, since perl_construct() is not passed
37820              the argc, argv, and therefore it can't set the per-interp
37821              PL_tainting.)
37822      Branch: perl
37823            ! perl.c perl.h
37824 ____________________________________________________________________________
37825 [ 19863] By: jhi                                   on 2003/06/27  08:15:11
37826         Log: Introduce (global) variable PL_earlytaint which
37827              is set very early in main(), before perl_parse()
37828              has been called and PL_tainting (or PL_taint_warn)
37829              might have been set.
37830      Branch: perl
37831            ! embed.fnc embedvar.h miniperlmain.c perl.c perl.h perlapi.h
37832            ! perlvars.h proto.h
37833 ____________________________________________________________________________
37834 [ 19862] By: jhi                                   on 2003/06/27  07:39:58
37835         Log: Make doing_taint() always available (though not
37836              part of the public API).
37837      Branch: perl
37838            ! embed.fnc embed.h perl.c proto.h
37839 ____________________________________________________________________________
37840 [ 19861] By: jhi                                   on 2003/06/27  05:30:03
37841         Log: Do not obey PERL_HASH_SEED or PERL_HASH_SEED_DEBUG
37842              if tainting-- but is this a good thing or a bad thing?
37843              (At least it makes debugging lib/Hash/Util.t harder,
37844              since it has, for no apparent good reason, -T: one must
37845              make a copy of it without the -T.)
37846      Branch: perl
37847            ! perl.c
37848 ____________________________________________________________________________
37849 [ 19860] By: jhi                                   on 2003/06/27  05:02:14
37850         Log: Subject: Re: Change 19854: Bite the bullet and apply the hash randomisation patch.
37851              From: Tim Bunce <Tim.Bunce@pobox.com>
37852              Date: Thu, 26 Jun 2003 10:53:22 +0100
37853              Message-ID: <20030626095322.GE97463@dansat.data-plan.com>
37854      Branch: perl
37855            ! INSTALL
37856 ____________________________________________________________________________
37857 [ 19859] By: jhi                                   on 2003/06/27  04:59:23
37858         Log: Hash/Util.t and Encode/t/Aliases.t seem to be having
37859              random failures.  To make these easier to reproduce,
37860              add a variable, PERL_HASH_SEED_DEBUG, to display the
37861              hash seed.  E.g. in Debian/x86 Linux 3.0 PERL_HASH_SEED
37862              of 82972356 makes the first one to fail.
37863      Branch: perl
37864            ! perl.c pod/perlrun.pod
37865 ____________________________________________________________________________
37866 [ 19858] By: rgs                                   on 2003/06/26  20:21:53
37867         Log: perlhack update, by Steve Grazzini
37868              about macro support in gdb and gcc.
37869      Branch: perl
37870            ! pod/perlhack.pod
37871 ____________________________________________________________________________
37872 [ 19854] By: jhi                                   on 2003/06/26  05:32:02
37873         Log: Bite the bullet and apply the hash randomisation patch.
37874              [perl #22371] Algorimic Complexity Attack on Perl 5.6.1, 5.8.0
37875      Branch: perl
37876            ! INSTALL embedvar.h ext/Data/Dumper/Dumper.pm
37877            ! ext/Data/Dumper/t/dumper.t hv.h intrpvar.h perl.c perl.h
37878            ! perlapi.h pod/perlfunc.pod pod/perlrun.pod pod/perlsec.pod
37879            ! sv.c
37880 ____________________________________________________________________________
37881 [ 19853] By: rgs                                   on 2003/06/25  19:35:02
37882         Log: Subject: Re: P and V
37883              From: "Philip Newton" <pnewton@gmx.de>
37884              Date: Wed, 25 Jun 2003 17:50:22 +0200
37885              Message-ID: <3EF9E0DE.4786.16A6869@localhost>
37886      Branch: perl
37887            ! lib/Thread/Semaphore.pm
37888 ____________________________________________________________________________
37889 [ 19852] By: rgs                                   on 2003/06/25  19:27:42
37890         Log: Enhance some macro robustness.
37891      Branch: perl
37892            ! opcode.h opcode.pl
37893 ____________________________________________________________________________
37894 [ 19851] By: rgs                                   on 2003/06/25  19:25:47
37895         Log: Fix [perl #21742] :
37896              require() should always be called in scalar context,
37897              even when it's the last statement in an eval("").
37898      Branch: perl
37899            ! pp_ctl.c t/comp/require.t
37900 ____________________________________________________________________________
37901 [ 19849] By: jhi                                   on 2003/06/24  17:32:37
37902         Log: Subject: [PATCH] Re: [perl #22719] ISA cache problem with blessed stash objects
37903              From: Dave Mitchell <davem@fdgroup.com>
37904              Date: Tue, 24 Jun 2003 13:16:18 +0100
37905              Message-ID: <20030624121618.GC22675@fdgroup.com>
37906      Branch: perl
37907            ! sv.c t/op/ref.t
37908 ____________________________________________________________________________
37909 [ 19848] By: merijn                                on 2003/06/24  08:06:57
37910         Log: Subject: [PATCH] lib/Perldoc.pm patch for Cygwin Bleadperl
37911              From: "Gerrit P. Haase" <gerrit@familiehaase.de>
37912              Date: Tue, 24 Jun 2003 11:00:34 +0200
37913              Message-ID: <186930306740.20030624110034@familiehaase.de>
37914      Branch: perl
37915            ! lib/Pod/Perldoc.pm
37916 ____________________________________________________________________________
37917 [ 19847] By: jhi                                   on 2003/06/24  04:52:42
37918         Log: Subject: [PATCH] version.pm up to date with CPAN
37919              From: John Peacock <jpeacock@rowman.com>
37920              Date: Mon, 23 Jun 2003 21:58:18 -0400
37921              Message-ID: <3EF7B03A.2060705@rowman.com>
37922      Branch: perl
37923            ! lib/version.pm lib/version.t universal.c
37924 ____________________________________________________________________________
37925 [ 19846] By: rgs                                   on 2003/06/23  20:52:26
37926         Log: Subject: [perlport.pod] code point of \cU
37927              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
37928              Date: Tue, 24 Jun 2003 01:00:16 +0900
37929              Message-Id: <20030624004743.1237.BQW10602@nifty.com>
37930      Branch: perl
37931            ! pod/perlport.pod
37932 ____________________________________________________________________________
37933 [ 19845] By: jhi                                   on 2003/06/23  04:55:39
37934         Log: Test tweaks for VMS from Craig Berry.
37935      Branch: perl
37936            ! lib/strict.t lib/warnings.t
37937 ____________________________________________________________________________
37938 [ 19843] By: jhi                                   on 2003/06/22  17:00:10
37939         Log: Move the (pseudo)seed functio for (pseudo)random numbers to util.c.
37940      Branch: perl
37941            ! embed.fnc embed.h pp.c proto.h util.c
37942 ____________________________________________________________________________
37943 [ 19842] By: jhi                                   on 2003/06/22  16:44:16
37944         Log: Until the Perl malloc problems in Tru64 are fixed.
37945      Branch: perl
37946            ! hints/dec_osf.sh
37947 ____________________________________________________________________________
37948 [ 19841] By: jhi                                   on 2003/06/22  16:35:33
37949         Log: Subject: [PATCH] Re: Is it a Bug? ($c .= "5") . "6"
37950              From: Enache Adrian <enache@rdslink.ro>
37951              Date: Sat, 21 Jun 2003 03:19:31 +0300
37952              Message-ID: <20030621001931.GB1255@ratsnest.hole>
37953      Branch: perl
37954            ! op.c t/op/concat.t
37955 ____________________________________________________________________________
37956 [ 19840] By: jhi                                   on 2003/06/22  16:33:25
37957         Log: Subject: [perl #22753] overload::StrVal() fails for regexp refs
37958              From: "fergal@esatclear.ie (via RT)" <perlbug-followup@perl.org>
37959              Date: 21 Jun 2003 19:02:30 -0000
37960              Message-ID: <rt-22753-59662.14.6066295633041@rt.perl.org>
37961      Branch: perl
37962            ! lib/overload.pm lib/overload.t
37963 ____________________________________________________________________________
37964 [ 19839] By: jhi                                   on 2003/06/22  16:31:05
37965         Log: Subject: FileCache 1.03 broken on VMS -- possible patch
37966              From: "Craig A. Berry" <craigberry@mac.com>
37967              Date: Sat, 21 Jun 2003 10:31:59 -0500
37968              Message-ID: <3EF47A6F.9060904@mac.com>
37969      Branch: perl
37970            ! lib/FileCache.pm lib/FileCache/t/01open.t
37971            ! lib/FileCache/t/03append.t lib/FileCache/t/05override.t
37972 ____________________________________________________________________________
37973 [ 19838] By: jhi                                   on 2003/06/22  16:16:01
37974         Log: Debian fix from Brendan O'Dea:
37975              Adjust output to screen width.
37976              (adjusted to probe for the stty command)
37977      Branch: perl
37978            ! utils/dprofpp.PL
37979 ____________________________________________________________________________
37980 [ 19837] By: jhi                                   on 2003/06/22  15:56:45
37981         Log: Debian fix from Brendan O'Dea:
37982              Use a temporary directory to avoid symlink attacks.
37983              Specify -gstabs explicitly (not the default format for gcc 3.2).
37984      Branch: perl
37985            ! utils/c2ph.PL
37986 ____________________________________________________________________________
37987 [ 19836] By: jhi                                   on 2003/06/22  15:55:13
37988         Log: Debian fix from Brendan O'Dea:
37989              Bug#156284: the stucture used by pp_accept is too small to hold an
37990              IPv6 address.
37991      Branch: perl
37992            ! pp_sys.c
37993 ____________________________________________________________________________
37994 [ 19835] By: jhi                                   on 2003/06/22  15:46:50
37995         Log: For characters beyond the BMP the $bits will be undef,
37996              which will cause utf8_heavy.pl noise (reported by Daniel Yacob,
37997              analysis and fix from SADAHIRO Tomoyuki)
37998      Branch: perl
37999            ! lib/utf8_heavy.pl
38000 ____________________________________________________________________________
38001 [ 19834] By: jhi                                   on 2003/06/20  08:42:58
38002         Log: Allow for things like -DFILL_CHECK_DEFAULT=0 (from Ilya).
38003      Branch: perl
38004            ! malloc.c
38005 ____________________________________________________________________________
38006 [ 19833] By: jhi                                   on 2003/06/20  08:16:02
38007         Log: Don't do sprintf().
38008      Branch: perl
38009            ! malloc.c
38010 ____________________________________________________________________________
38011 [ 19832] By: jhi                                   on 2003/06/20  07:43:48
38012         Log: Show the source code location of an "assertion botch".
38013      Branch: perl
38014            ! malloc.c
38015 ____________________________________________________________________________
38016 [ 19831] By: jhi                                   on 2003/06/20  07:31:11
38017         Log: More Perl malloc debugging magic from Ilya.  Seems to work in
38018              Linux, Solaris, AIX.  Had to do #ifdef OS2 for the <io.h> in
38019              malloc.c, found in AIX since there is no such header.
38020              In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
38021              memory was overwritten?"
38022              (In IRIX compiles but that doesn't prove much since in IRIX
38023              Perl's malloc is simply not used.)
38024      Branch: perl
38025            + malloc_ctl.h
38026            ! MANIFEST dosish.h epoc/epocish.h malloc.c os2/os2ish.h perl.c
38027            ! perl.h plan9/plan9ish.h sv.c unixish.h vms/vmsish.h
38028 ____________________________________________________________________________
38029 [ 19830] By: jhi                                   on 2003/06/20  06:02:21
38030         Log: Retract #19785 and #19756: JPL nowadays works without this
38031              (verified by a true JPL user).
38032      Branch: perl
38033            ! perl.c
38034 ____________________________________________________________________________
38035 [ 19827] By: jhi                                   on 2003/06/19  20:18:31
38036         Log: Apparently this is needed for VMS (Craig Berry).
38037      Branch: perl
38038            ! lib/Tie/File.pm
38039 ____________________________________________________________________________
38040 [ 19824] By: jhi                                   on 2003/06/19  15:11:48
38041         Log: Bump Time::HiRes to 1.49.
38042      Branch: perl
38043            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38044            ! ext/Time/HiRes/HiRes.xs
38045 ____________________________________________________________________________
38046 [ 19822] By: jhi                                   on 2003/06/19  14:49:37
38047         Log: This change chunk doesn't work well with blead.
38048      Branch: perl
38049            ! lib/ExtUtils/t/Command.t
38050 ____________________________________________________________________________
38051 [ 19821] By: jhi                                   on 2003/06/19  14:27:52
38052         Log: A tweak from Alan Burlison for MM 6.10_07 that makes Solaris
38053              make happy.
38054      Branch: perl
38055            ! lib/ExtUtils/MM_Unix.pm
38056 ____________________________________________________________________________
38057 [ 19820] By: jhi                                   on 2003/06/19  14:25:53
38058         Log: Upgrade to MakeMaker 6.10_07 (from makemaker.org snapshot
38059              as of 2003-06-19 18:39 EET).
38060      Branch: perl
38061            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_OS2.pm
38062            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
38063            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/t/Command.t
38064            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
38065 ____________________________________________________________________________
38066 [ 19819] By: jhi                                   on 2003/06/19  14:08:13
38067         Log: Subject: [PATCH] Re: [perl #17934] tied STDERR and internal warnings
38068              From: grazz@pobox.com (Steve Grazzini)
38069              Date: Wed, 18 Jun 2003 19:42:37 -0400
38070              Message-ID: <20030618234237.GA6267@grazzini.net>
38071      Branch: perl
38072            ! embed.fnc embed.h pod/perltie.pod pp_ctl.c proto.h
38073            ! t/op/runlevel.t t/op/tiehandle.t util.c
38074 ____________________________________________________________________________
38075 [ 19818] By: jhi                                   on 2003/06/19  13:57:55
38076         Log: Subject: [PATCH -current] email address correction
38077              Date: Thu, 19 Jun 2003 02:19:31 -0700
38078              Message-ID: <CGEAIAFGDFMPCFCBLLCOEENKCBAA.rs@crystalflame.net>
38079              From: rs@crystalflame.net (Richard Soderberg)
38080      Branch: perl
38081            ! ext/threads/threads.pm
38082 ____________________________________________________________________________
38083 [ 19816] By: jhi                                   on 2003/06/19  05:02:22
38084         Log: MPE/iX gets serious indigestion on w-packed infinities.
38085      Branch: perl
38086            ! t/op/pack.t
38087 ____________________________________________________________________________
38088 [ 19815] By: rgs                                   on 2003/06/18  20:47:47
38089         Log: A bunch of minor changes to perlguts.pod.
38090      Branch: perl
38091            ! pod/perlguts.pod
38092 ____________________________________________________________________________
38093 [ 19814] By: jhi                                   on 2003/06/18  19:19:38
38094         Log: Subject: Re: [perl #22727] split() with re_eval segfaults/panics
38095              From: Enache Adrian <enache@rdslink.ro>
38096              Date: Wed, 18 Jun 2003 23:00:43 +0300
38097              Message-ID: <20030618200043.GA1249@ratsnest.hole>
38098      Branch: perl
38099            ! pp.c regexec.c t/op/pat.t
38100 ____________________________________________________________________________
38101 [ 19813] By: jhi                                   on 2003/06/18  17:31:50
38102         Log: Upgrade to Tie::File 0.97.
38103      Branch: perl
38104            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
38105            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/28_mtwrite.t
38106            ! lib/Tie/File/t/29_downcopy.t
38107 ____________________________________________________________________________
38108 [ 19812] By: gbarr                                 on 2003/06/18  16:41:31
38109         Log: Sync with libnet 1.16
38110      Branch: perl
38111            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
38112 ____________________________________________________________________________
38113 [ 19811] By: jhi                                   on 2003/06/18  12:11:07
38114         Log: Subject: Encode] 1.96 Released
38115              From: Dan Kogai <dankogai@dan.co.jp>
38116              Date: Wed, 18 Jun 2003 19:09:11 +0900
38117              Message-Id: <E7FFAE2E-A174-11D7-ACE4-000393AE4244@dan.co.jp>
38118      Branch: perl
38119            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
38120            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
38121            ! ext/Encode/Unicode/Unicode.xs ext/Encode/bin/piconv
38122            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Encoding.pm
38123            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/Unicode.t
38124            ! ext/Encode/t/guess.t
38125 ____________________________________________________________________________
38126 [ 19810] By: jhi                                   on 2003/06/18  09:20:43
38127         Log: Oops in change #19809.
38128      Branch: perl
38129            ! ext/POSIX/POSIX.xs
38130 ____________________________________________________________________________
38131 [ 19809] By: jhi                                   on 2003/06/18  09:08:47
38132         Log: If the first argument of sigaction() was a string, not a number
38133              (or a SIGXXX 'constant') one got first (if using -w) 'Argument "FOO"
38134              isn't numeric in subroutine entry ...' but after that one got
38135              (depending on the OS) either a coredump (because of trying to
38136              assign to *0 in mg_get) or a hang (because of the sigprocmask()
38137              blocking signals inside POSIX::sigaction, a nasty hang since
38138              one obviously cannot interrupt it...only SIGKILL works).
38139              In older Perls (tried with 5.6.1) one got 'No such signal: SIGZERO ...'
38140              because of the string becoming zero due to the XS typemap magic.
38141              Resolved by making the POSIX::sigaction to try harder to figure
38142              out a valid signal number (one still gets the warning, though),
38143              and returning undef if no sense can be made.
38144      Branch: perl
38145            ! ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs ext/POSIX/t/sigaction.t
38146 ____________________________________________________________________________
38147 [ 19808] By: rgs                                   on 2003/06/17  21:10:06
38148         Log: Some docs for the assertions.
38149      Branch: perl
38150            ! lib/assertions.pm lib/assertions/activate.pm
38151            ! pod/perllexwarn.pod pod/perlrun.pod t/run/switch_A.t
38152 ____________________________________________________________________________
38153 [ 19806] By: jhi                                   on 2003/06/17  18:12:26
38154         Log: io_dir.t tweak from Craig Berry.
38155      Branch: perl
38156            ! ext/IO/lib/IO/t/io_dir.t
38157 ____________________________________________________________________________
38158 [ 19805] By: jhi                                   on 2003/06/17  16:47:06
38159         Log: Subject: /ext/DynaLoader/dl_dyld.xs
38160              From: "Peter O'Gorman" <peter@pogma.com>
38161              Date: Tue, 17 Jun 2003 23:45:47 +0900
38162              Message-Id: <619B6B53-A0D2-11D7-BAF7-003065F6C222@pogma.com>
38163
38164              No need to see dlclose() and dlsym() outside the dl_dyld.xs
38165              (Mac OS X, NeXT), and seeing them is harmful for libdlcompat
38166              of OpenDarwin.
38167      Branch: perl
38168            ! ext/DynaLoader/dl_dyld.xs
38169 ____________________________________________________________________________
38170 [ 19804] By: jhi                                   on 2003/06/17  13:12:21
38171         Log: Subject: DOCPATCH Re: $1 remains uncleared for failed matches
38172              From: david nicol <whatever@davidnicol.com>
38173              Date: 16 Jun 2003 20:35:24 -0500
38174              Message-Id: <1055813724.1580.19.camel@plaza.davidnicol.com>
38175
38176              Subject: Re: DOCPATCH Re: $1 remains uncleared for failed matches
38177              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
38178              Date: Tue, 17 Jun 2003 00:12:04 -0400
38179              Message-ID: <20030617041204.GA34960@linguist.thayer.dartmouth.edu>
38180      Branch: perl
38181            ! pod/perlre.pod pod/perltrap.pod
38182 ____________________________________________________________________________
38183 [ 19802] By: jhi                                   on 2003/06/17  04:51:33
38184         Log: UNICOS: try papering over the Configure symbol scan problems
38185              by disavowing any knowledge of dynaloading.
38186      Branch: perl
38187            ! hints/unicos.sh
38188 ____________________________________________________________________________
38189 [ 19801] By: rgs                                   on 2003/06/16  22:47:28
38190         Log: Revert change #19126, a poor attempt at fixing bug #21742.
38191              The test for #21742 is marked as TODO.
38192              Plus new regression tests from :
38193
38194              Subject: [perl #22708] void context in string eval is broken
38195              From: "Marcus Holland-Moritz" (via RT) <perlbug-followup@perl.org>
38196              Date: 15 Jun 2003 23:09:03 -0000
38197              Message-ID: <rt-22708-59432.14.6755501393177@rt.perl.org>
38198      Branch: perl
38199            ! pp_ctl.c t/comp/require.t t/op/eval.t
38200 ____________________________________________________________________________
38201 [ 19800] By: rgs                                   on 2003/06/16  21:14:26
38202         Log: Subject: [PATCH] unnecessary stringification in eval/die
38203              From: Steve Grazzini <grazz@pobox.com>
38204              Date: 15 Jun 2003 21:02:26 -0000
38205              Message-ID: <20030615210226.56430.qmail@onion.perl.org>
38206              (See also <slrnbek5u6.cfi.joey@dragon.kitenet.net>
38207              in c.l.p.misc and bug #17763)
38208      Branch: perl
38209            ! pod/perlfunc.pod pp_ctl.c
38210 ____________________________________________________________________________
38211 [ 19799] By: rgs                                   on 2003/06/16  20:15:28
38212         Log: Subject: [perl #22622] Bogus error codes from File::Copy::move
38213              From: "Amick, Eric" (via RT) <perlbug-followup@perl.org>
38214              Date: 9 Jun 2003 15:48:09 -0000
38215              Message-ID: <rt-22622-59134.12.3966151660257@rt.perl.org>
38216      Branch: perl
38217            ! lib/File/Copy.pm
38218 ____________________________________________________________________________
38219 [ 19798] By: jhi                                   on 2003/06/16  12:26:29
38220         Log: And even more glibc fcntl constants, this time mostly F_XXX.
38221              Be more conservative and use @EXPORT_OK instead of @EXPORT.
38222      Branch: perl
38223            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
38224 ____________________________________________________________________________
38225 [ 19797] By: jhi                                   on 2003/06/16  08:05:11
38226         Log: Even more glibc O_ modes.
38227      Branch: perl
38228            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
38229 ____________________________________________________________________________
38230 [ 19796] By: jhi                                   on 2003/06/16  07:59:26
38231         Log: Add O_NOATIME.
38232      Branch: perl
38233            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Makefile.PL
38234 ____________________________________________________________________________
38235 [ 19795] By: jhi                                   on 2003/06/16  06:51:19
38236         Log: Instead of fancy condvar footwork do a simple join,
38237              as suggested by Arthur.
38238      Branch: perl
38239            ! ext/threads/shared/t/hv_refs.t
38240 ____________________________________________________________________________
38241 [ 19794] By: rgs                                   on 2003/06/15  21:01:18
38242         Log: Rename again the warning about $* being no longer supported
38243              (and update perldiag this time!)
38244      Branch: perl
38245            ! gv.c pod/perldiag.pod t/lib/warnings/gv
38246 ____________________________________________________________________________
38247 [ 19793] By: rgs                                   on 2003/06/15  19:47:21
38248         Log: Remove all magic in untie()
38249
38250              Subject: Re: untie from within FETCH/STORE not working under 5.8.0 (fwd)
38251              From: Aaron J Mackey <ajm6q@virginia.edu>
38252              Date: Fri, 13 Jun 2003 08:22:05 -0400 (EDT)
38253              Message-ID: <Pine.OSF.4.33.0306130820570.29017-100000@alpha10.bioch.virginia.edu>
38254              (plus a test case)
38255      Branch: perl
38256            ! pp_sys.c t/op/tie.t
38257 ____________________________________________________________________________
38258 [ 19790] By: jhi                                   on 2003/06/15  17:22:08
38259         Log: Start using Perl malloc in FreeBSD since the system malloc
38260              is reaaally slooow for Perl.
38261
38262              Subject: FreeBSD 5.1 vs. -Uusemymalloc
38263              From: Dan Kogai <dankogai@dan.co.jp>
38264              Date: Mon, 16 Jun 2003 01:48:49 +0900
38265              Message-Id: <3CE9B94D-9F51-11D7-AF50-000393AE4244@dan.co.jp>
38266      Branch: perl
38267            ! hints/freebsd.sh
38268 ____________________________________________________________________________
38269 [ 19789] By: jhi                                   on 2003/06/15  17:08:02
38270         Log: Subject: [PATCH 5.8.1 @19774] OS2 patches
38271              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
38272              Date: Sat, 14 Jun 2003 17:49:57 -0700
38273              Message-ID: <20030615004956.GA28272@math.berkeley.edu>
38274      Branch: perl
38275            + os2/OS2/typemap os2/perlrexx.cmd
38276            - os2/OS2/PrfDB/typemap
38277            ! MANIFEST doio.c emacs/ptags ext/Time/HiRes/Makefile.PL handy.h
38278            ! hints/os2.sh lib/ExtUtils/t/MM_OS2.t makedef.pl
38279            ! os2/OS2/Process/Makefile.PL os2/OS2/Process/Process.pm
38280            ! os2/OS2/Process/Process.xs os2/OS2/REXX/DLL/DLL.pm
38281            ! os2/OS2/REXX/DLL/DLL.xs os2/OS2/REXX/t/rx_emxrv.t
38282            ! os2/OS2/REXX/t/rx_objcall.t os2/dl_os2.c os2/os2.c
38283            ! os2/os2ish.h pp_sys.c utils/h2xs.PL
38284 ____________________________________________________________________________
38285 [ 19788] By: jhi                                   on 2003/06/15  15:05:40
38286         Log: Reindent a section of the file.
38287      Branch: perl
38288            ! universal.c
38289 ____________________________________________________________________________
38290 [ 19787] By: jhi                                   on 2003/06/15  15:01:26
38291         Log: Unused variable.
38292      Branch: perl
38293            ! universal.c
38294 ____________________________________________________________________________
38295 [ 19786] By: jhi                                   on 2003/06/15  07:41:23
38296         Log: Subject: Re: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
38297              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38298              Date: Sun, 15 Jun 2003 10:48:40 +0200
38299              Message-ID: <004a01c3331a$ec001320$3445eed9@R2D2>
38300      Branch: perl
38301            ! embed.fnc embed.h proto.h sv.c
38302 ____________________________________________________________________________
38303 [ 19785] By: jhi                                   on 2003/06/15  07:37:02
38304         Log: Most often unused variables.
38305      Branch: perl
38306            ! perl.c
38307 ____________________________________________________________________________
38308 [ 19784] By: rgs                                   on 2003/06/14  20:08:52
38309         Log: Rename the warning about $* being removed,
38310              as suggested by Dave Mitchell
38311      Branch: perl
38312            ! gv.c t/lib/warnings/gv
38313 ____________________________________________________________________________
38314 [ 19783] By: jhi                                   on 2003/06/14  16:30:23
38315         Log: The FileCache 1.03 tests from belg4mit.
38316      Branch: perl
38317            + lib/FileCache/t/01open.t lib/FileCache/t/02maxopen.t
38318            + lib/FileCache/t/03append.t lib/FileCache/t/04twoarg.t
38319            + lib/FileCache/t/05override.t
38320            - lib/FileCache.t
38321            ! MANIFEST
38322 ____________________________________________________________________________
38323 [ 19782] By: jhi                                   on 2003/06/14  13:45:01
38324         Log: Mention the Unicode::Regex::Set module.
38325      Branch: perl
38326            ! pod/perlunicode.pod
38327 ____________________________________________________________________________
38328 [ 19781] By: jhi                                   on 2003/06/14  13:39:45
38329         Log: Followup on #19779: make the helper function static,
38330              and rename it for paranoia reasons.
38331      Branch: perl
38332            ! embed.fnc embed.h proto.h sv.c
38333 ____________________________________________________________________________
38334 [ 19779] By: jhi                                   on 2003/06/14  13:13:34
38335         Log: Subject: [PATCH: sv.c] strchr() running amok in sv_vcatpvfn()
38336              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38337              Date: Sat, 14 Jun 2003 12:51:31 +0200
38338              Message-ID: <041901c33262$eac8ae30$f248eed9@R2D2>
38339
38340              (choosing the safe alternative)
38341      Branch: perl
38342            ! sv.c
38343 ____________________________________________________________________________
38344 [ 19778] By: jhi                                   on 2003/06/14  09:28:01
38345         Log: Exercise the utf8:: "internal" functions.
38346      Branch: perl
38347            ! lib/utf8.pm lib/utf8.t
38348 ____________________________________________________________________________
38349 [ 19777] By: jhi                                   on 2003/06/14  09:05:07
38350         Log: Having to pull in the whole Encode just to get SvUTF8()
38351              is a bit too much: introduce utf8::is_utf8().
38352      Branch: perl
38353            ! lib/utf8.pm pod/perluniintro.pod universal.c
38354 ____________________________________________________________________________
38355 [ 19776] By: jhi                                   on 2003/06/14  08:56:11
38356         Log: Slight tweaks on the length() and chr() entries,
38357              passing-by rewrapping on the rmdir entry.
38358      Branch: perl
38359            ! pod/perlfunc.pod
38360 ____________________________________________________________________________
38361 [ 19775] By: jhi                                   on 2003/06/14  08:50:16
38362         Log: test.pl-ify and add a couple of tests.
38363      Branch: perl
38364            ! lib/bytes.t
38365 ____________________________________________________________________________
38366 [ 19773] By: jhi                                   on 2003/06/14  08:05:01
38367         Log: Slight reorg of the binmode() entry.
38368      Branch: perl
38369            ! pod/perlfunc.pod
38370 ____________________________________________________________________________
38371 [ 19772] By: jhi                                   on 2003/06/14  07:07:38
38372         Log: Illegal cpp.
38373      Branch: perl
38374            ! util.c
38375 ____________________________________________________________________________
38376 [ 19770] By: jhi                                   on 2003/06/14  04:36:18
38377         Log: Subject: Re: FileCache
38378              From: belg4mit <belg4mit@MIT.EDU>
38379              Date: Sat, 14 Jun 2003 01:35:05 -0400
38380              Message-ID: <3EEAB409.7B4C21EA@mit.edu>
38381
38382              FileCache 1.03.
38383      Branch: perl
38384            ! lib/FileCache.pm
38385 ____________________________________________________________________________
38386 [ 19769] By: rgs                                   on 2003/06/13  19:17:50
38387         Log: Remove the deprecated $* variable.
38388              Incidentally, this fixes bug #22354, about unwanted
38389              action-at-distance of the /m regexp modifier.
38390              Add a new warning to advertise this fact.
38391      Branch: perl
38392            ! gv.c lib/English.pm mg.c pod/perldelta.pod pod/perldiag.pod
38393            ! pod/perlre.pod pod/perlvar.pod pp.c pp_hot.c t/lib/warnings/gv
38394            ! t/op/pat.t t/op/study.t
38395 ____________________________________________________________________________
38396 [ 19768] By: jhi                                   on 2003/06/13  17:08:45
38397         Log: Encode simply needs more work on EBCDIC.
38398      Branch: perl
38399            ! ext/Encode/t/Unicode.t
38400 ____________________________________________________________________________
38401 [ 19767] By: jhi                                   on 2003/06/13  17:05:01
38402         Log: Redundancy removal from Brian De Pradine;
38403              both the forms, pthread_mutexattr_settype() and
38404              pthread_mutexattr_setkind_np(), exist on z/OS.
38405      Branch: perl
38406            ! thread.h
38407 ____________________________________________________________________________
38408 [ 19766] By: jhi                                   on 2003/06/13  17:02:57
38409         Log: Somehow MPE/iX managed to get
38410              "18/0Illegal division by zero at ../lib/Test/Harness.pm line 921."
38411      Branch: perl
38412            ! lib/Test/Harness.pm
38413 ____________________________________________________________________________
38414 [ 19765] By: jhi                                   on 2003/06/13  14:36:18
38415         Log: Subject: [PATCH] Re: [perl #18849] fork/system bug on FreeBSD
38416              From: alan <alan@pair.com>
38417              Date: Wed, 11 Jun 2003 14:07:00 -0400 (EDT)
38418              Message-ID: <Pine.BSF.4.30.0306111348450.32145-100000@smx.pair.com>
38419
38420              (the first alternative)
38421      Branch: perl
38422            ! util.c
38423 ____________________________________________________________________________
38424 [ 19764] By: jhi                                   on 2003/06/13  14:33:51
38425         Log: Apparently the __APPLE__ cpp symbol is not Officially Sanctioned
38426              way of detecting Darwin/Mac OS X; instead it is recommended to
38427              detect the OS at a higher level and pass the information manually
38428              down to the application, using e.g. a -Ddefinition.
38429      Branch: perl
38430            ! hints/darwin.sh perl.h x2p/util.c
38431 ____________________________________________________________________________
38432 [ 19763] By: jhi                                   on 2003/06/13  14:12:13
38433         Log: Define a cpp symbol, BSDish, if that looks appropriate.
38434      Branch: perl
38435            ! perl.h
38436 ____________________________________________________________________________
38437 [ 19760] By: jhi                                   on 2003/06/13  12:00:06
38438         Log: Even more tweakage on symbol scanning from Alan Burlison.
38439      Branch: perl
38440            ! Configure
38441 ____________________________________________________________________________
38442 [ 19758] By: gbarr                                 on 2003/06/13  07:01:11
38443         Log: Sync with libnet 1.15
38444      Branch: perl
38445            ! lib/Net/ChangeLog.libnet lib/Net/FTP.pm
38446 ____________________________________________________________________________
38447 [ 19756] By: jhi                                   on 2003/06/13  05:09:17
38448         Log: The changes #8803 and #8896 that fixed JPL for use with
38449              JDK 1.2/1.3 had somehow disappeared.
38450      Branch: perl
38451            ! perl.c perl.h
38452 ____________________________________________________________________________
38453 [ 19752] By: rgs                                   on 2003/06/12  20:49:25
38454         Log: Add a new warning, "Newline in left-justified string for printf/sprintf"
38455              to be issued if the string to be left-justified by s?printf contains
38456              a newline.
38457
38458              Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf
38459              From: Robin Barker <Robin.Barker@npl.co.uk>
38460              Date: Wed, 11 Jun 2003 18:10:14 +0100
38461              Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk>
38462      Branch: perl
38463            ! pod/perldiag.pod sv.c t/lib/warnings/sv
38464 ____________________________________________________________________________
38465 [ 19751] By: rgs                                   on 2003/06/12  20:25:41
38466         Log: Patch for a warning emitted twice, from :
38467              Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T"
38468              From: Steve Grazzini <grazz@pobox.com>
38469              Date: Wed, 11 Jun 2003 00:46:47 -0400
38470              Message-ID: <20030611044647.GA16696@grazzini.net>
38471      Branch: perl
38472            ! pp_sys.c
38473 ____________________________________________________________________________
38474 [ 19750] By: sky                                   on 2003/06/12  15:03:55
38475         Log: In free we want to destroy, not init, thanks to Tim Bunce for
38476              detecting this. Should hopefully fix memory leak on Tru64
38477      Branch: perl
38478            ! ext/threads/shared/shared.xs
38479 ____________________________________________________________________________
38480 [ 19749] By: jhi                                   on 2003/06/12  13:27:44
38481         Log: More perlio ->Open paranoia.  Set errno to EINVAL if there's
38482              no ->Open, not if ->Open returns NULL.
38483      Branch: perl
38484            ! perlio.c
38485 ____________________________________________________________________________
38486 [ 19748] By: jhi                                   on 2003/06/12  11:32:44
38487         Log: Further perlio doc tweaks.
38488      Branch: perl
38489            ! lib/PerlIO.pm pod/perlrun.pod
38490 ____________________________________________________________________________
38491 [ 19747] By: jhi                                   on 2003/06/12  11:25:19
38492         Log: Slightly amended version of the proposed patch for
38493              "[perl #22390] export PERLIO=bytes segfaults";
38494              the amendment is to set errno.
38495              TODO: we really should not get here if the layer
38496              stack is corrupt or non-sensical (like "bytes").
38497      Branch: perl
38498            ! perlio.c
38499 ____________________________________________________________________________
38500 [ 19746] By: sky                                   on 2003/06/12  08:37:39
38501         Log: Be polite and destroy the mutexes and conditions we use!
38502      Branch: perl
38503            ! ext/threads/shared/shared.xs
38504 ____________________________________________________________________________
38505 [ 19744] By: rgs                                   on 2003/06/11  20:49:04
38506         Log: Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
38507              From: Andy Dougherty <doughera@lafayette.edu>
38508              Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT)
38509              Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu>
38510      Branch: perl
38511            ! lib/File/Temp/t/security.t
38512 ____________________________________________________________________________
38513 [ 19742] By: jhi                                   on 2003/06/11  18:28:12
38514         Log: Subject: [PATCH] Configure -Dnoextensions would not accept a list
38515              From: Andy Dougherty <doughera@lafayette.edu>
38516              Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT)
38517              Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu>
38518      Branch: perl
38519            ! Configure
38520 ____________________________________________________________________________
38521 [ 19741] By: merijn                                on 2003/06/11  14:06:49
38522         Log: Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls
38523              From: PPrymmer@factset.com
38524              Date: Wed, 11 Jun 2003 09:00:34 -0400
38525              Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com>
38526      Branch: perl
38527            ! lib/vmsish.t
38528 ____________________________________________________________________________
38529 [ 19740] By: jhi                                   on 2003/06/11  13:29:59
38530         Log: Doc nit.
38531      Branch: perl
38532            ! INSTALL
38533 ____________________________________________________________________________
38534 [ 19739] By: jhi                                   on 2003/06/11  05:30:53
38535         Log: Integrate from maint:
38536              [ 19738]
38537              Subject: Re: [PATCH: maint @ 19733] CL compiler warnings on MSWin32
38538              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
38539              Date: Tue, 10 Jun 2003 22:10:47 +0200
38540              Message-ID: <011701c32f8c$62d85ee0$0c2f1fac@R2D2>
38541      Branch: perl
38542           !> ext/Encode/encengine.c ext/List/Util/Util.xs
38543           !> ext/POSIX/POSIX.xs ext/Storable/Storable.xs
38544           !> ext/Thread/Thread.xs ext/threads/threads.xs op.c perl.c pp.h
38545           !> sv.c
38546 ____________________________________________________________________________
38547 [ 19735] By: jhi                                   on 2003/06/10  05:27:33
38548         Log: Upgrade to Unicode::Normalize 0.22.
38549      Branch: perl
38550            ! ext/Unicode/Normalize/Changes
38551            ! ext/Unicode/Normalize/Makefile.PL
38552            ! ext/Unicode/Normalize/Normalize.pm
38553            ! ext/Unicode/Normalize/Normalize.xs
38554            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
38555            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
38556            ! ext/Unicode/Normalize/t/test.t
38557 ____________________________________________________________________________
38558 [ 19734] By: jhi                                   on 2003/06/10  05:14:18
38559         Log: Upgrade to Unicode::Collate 0.25.
38560      Branch: perl
38561            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
38562            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/index.t
38563            ! lib/Unicode/Collate/t/test.t
38564 ____________________________________________________________________________
38565 [ 19731] By: jhi                                   on 2003/06/09  20:48:14
38566         Log: On a real multicpu box the child thread could still be running
38567              when the parent thread was already testing.
38568      Branch: perl
38569            ! ext/threads/shared/t/hv_refs.t
38570 ____________________________________________________________________________
38571 [ 19730] By: rgs                                   on 2003/06/09  19:56:29
38572         Log: Subject: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t
38573              From: Andy Dougherty <doughera@lafayette.edu>
38574              Date: Mon, 9 Jun 2003 14:45:38 -0400 (EDT)
38575              Message-ID: <Pine.SOL.4.53.0306091323300.4467@maxwell.phys.lafayette.edu>
38576      Branch: perl
38577            ! INSTALL
38578 ____________________________________________________________________________
38579 [ 19729] By: rgs                                   on 2003/06/09  19:13:16
38580         Log: Subject: [PATCH] Re: nitpick with \(0..2)
38581              From: Steve Grazzini <grazz@pobox.com>
38582              Date: Fri, 6 Jun 2003 01:42:59 -0400
38583              Message-ID: <20030606054259.GA30249@grazzini.net>
38584      Branch: perl
38585            ! op.c pod/perlop.pod t/op/ref.t
38586 ____________________________________________________________________________
38587 [ 19726] By: jhi                                   on 2003/06/09  18:45:00
38588         Log: Possible fix for the problems in EBCDIC from Sadahiro Tomoyuki.
38589      Branch: perl
38590            ! ext/Unicode/Normalize/Normalize.pm
38591 ____________________________________________________________________________
38592 [ 19725] By: rgs                                   on 2003/06/09  18:33:50
38593         Log: In the debugger, flush stdout/stderr before the prompt is printed
38594              Subject: Re: [PATCH] Perlbug #15228
38595              From: Alex Vandiver <alexmv@MIT.EDU>
38596              Date: 04 Jun 2003 04:50:10 -0400
38597              Message-Id: <1054716610.21402.45.camel@supox>
38598      Branch: perl
38599            ! lib/perl5db.pl
38600 ____________________________________________________________________________
38601 [ 19724] By: gsar                                  on 2003/06/09  18:17:42
38602         Log: mark 450_service.t#18 as a todo test on windows
38603      Branch: perl
38604            ! lib/Net/Ping/t/450_service.t
38605 ____________________________________________________________________________
38606 [ 19723] By: gsar                                  on 2003/06/09  18:00:57
38607         Log: one of the Net::Ping time-dependent tests fails sporadically
38608              when the response from localhost is "too quick"
38609      Branch: perl
38610            ! lib/Net/Ping/t/250_ping_hires.t
38611 ____________________________________________________________________________
38612 [ 19721] By: jhi                                   on 2003/06/09  17:04:50
38613         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update)
38614              From: Michael G Schwern <schwern@pobox.com>
38615              Date: Sat, 7 Jun 2003 01:16:32 -0700
38616              Message-ID: <20030607081632.GA16228@windhund.schwern.org>
38617      Branch: perl
38618            ! lib/ExtUtils/Changes lib/ExtUtils/META.yml
38619            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MakeMaker/FAQ.pod
38620            ! lib/ExtUtils/t/Liblist.t
38621 ____________________________________________________________________________
38622 [ 19720] By: gsar                                  on 2003/06/09  15:59:52
38623         Log: fix for perlio.t failures on windows (from Dan Kogai)
38624      Branch: perl
38625            ! ext/Encode/t/perlio.t
38626 ____________________________________________________________________________
38627 [ 19719] By: jhi                                   on 2003/06/09  15:28:18
38628         Log: Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils
38629              From: PPrymmer@factset.com
38630              Date: Mon, 9 Jun 2003 09:57:43 -0400
38631              Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com>
38632      Branch: perl
38633            ! configure.com utils/perlivp.PL
38634 ____________________________________________________________________________
38635 [ 19717] By: gsar                                  on 2003/06/09  14:09:55
38636         Log: windows: fix memory leak in %ENV handling (shows up as a
38637              leak even in the simplest fork() loop, because perl_construct()
38638              now does the equivalent of %ENV assignments using mg_set())
38639      Branch: perl
38640            ! win32/perlhost.h
38641 ____________________________________________________________________________
38642 [ 19715] By: sky                                   on 2003/06/09  09:35:47
38643         Log: Support blessed shared references.
38644      Branch: perl
38645            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
38646            ! ext/threads/shared/t/hv_refs.t
38647 ____________________________________________________________________________
38648 [ 19714] By: jhi                                   on 2003/06/09  04:29:04
38649         Log: Subject: [PATCH] pack.t tweak for non-IEEE VMS systems
38650              From: "Craig A. Berry" <craigberry@mac.com>
38651              Date: Sun, 08 Jun 2003 16:49:43 -0500
38652              Message-ID: <3EE3AF77.7060302@mac.com>
38653      Branch: perl
38654            ! t/op/pack.t
38655 ____________________________________________________________________________
38656 [ 19712] By: jhi                                   on 2003/06/08  17:05:59
38657         Log: Subject: Re: forwarded you a test result
38658              From: Dan Kogai <dankogai@dan.co.jp>
38659              Date: Sun, 8 Jun 2003 11:04:43 +0900
38660              Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp>
38661      Branch: perl
38662            ! ext/Encode/t/Encode.t
38663 ____________________________________________________________________________
38664 [ 19710] By: jhi                                   on 2003/06/08  17:03:07
38665         Log: Regen Configure et al.
38666      Branch: perl
38667            ! Configure Porting/config.sh Porting/config_H
38668 ____________________________________________________________________________
38669 [ 19709] By: jhi                                   on 2003/06/08  16:45:50
38670         Log: More symbol scan logic from Alan Burlison.
38671      Branch: perl
38672            ! Configure Porting/Glossary hints/solaris_2.sh
38673 ____________________________________________________________________________
38674 [ 19708] By: sky                                   on 2003/06/07  13:28:50
38675         Log: Major (internal) change to make it much more easy to embed
38676              threaded perl because we don't use our own TLS for the current
38677              thread info, but instead use PL_modglobal. Should make the
38678              mod_perl2 team (Hi Stas!) happy. Should also be more robust.
38679      Branch: perl
38680            ! ext/threads/threads.xs
38681 ____________________________________________________________________________
38682 [ 19707] By: sky                                   on 2003/06/07  13:27:01
38683         Log: Last patch broke this slightly because INC was wrong.
38684      Branch: perl
38685            ! ext/threads/t/thread.t
38686 ____________________________________________________________________________
38687 [ 19706] By: sky                                   on 2003/06/07  13:07:53
38688         Log: Remove warnings from tests.
38689      Branch: perl
38690            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
38691            ! ext/threads/t/list.t
38692 ____________________________________________________________________________
38693 [ 19705] By: sky                                   on 2003/06/07  12:42:28
38694         Log: Work in non core env.
38695      Branch: perl
38696            ! ext/threads/t/basic.t ext/threads/t/end.t ext/threads/t/join.t
38697            ! ext/threads/t/libc.t ext/threads/t/list.t
38698            ! ext/threads/t/problems.t ext/threads/t/stress_cv.t
38699            ! ext/threads/t/stress_re.t ext/threads/t/stress_string.t
38700            ! ext/threads/t/thread.t
38701 ____________________________________________________________________________
38702 [ 19703] By: jhi                                   on 2003/06/07  05:11:50
38703         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_04 -> 6.10_05
38704              From: Michael G Schwern <schwern@pobox.com>
38705              Date: Fri, 6 Jun 2003 18:41:45 -0700
38706              Message-ID: <20030607014145.GB12031@windhund.schwern.org>
38707      Branch: perl
38708            ! lib/ExtUtils/Changes lib/ExtUtils/Install.pm
38709            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/META.yml
38710            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_Unix.pm
38711            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Manifest.pm
38712            ! lib/ExtUtils/TODO lib/ExtUtils/t/00compile.t
38713            ! lib/ExtUtils/t/Install.t lib/ExtUtils/t/basic.t
38714            ! lib/ExtUtils/t/zz_cleanup_dummy.t
38715 ____________________________________________________________________________
38716 [ 19702] By: rgs                                   on 2003/06/06  23:00:00
38717         Log: Upgrade to Time::Local 1.06, by Dave Rolsky
38718      Branch: perl
38719            ! lib/Time/Local.pm lib/Time/Local.t
38720 ____________________________________________________________________________
38721 [ 19701] By: rgs                                   on 2003/06/06  22:50:37
38722         Log: Complement to change #19698 :
38723              add also this information (=> and curly braces doesn't
38724              quote compound identifiers) to the strict manpage.
38725              As an experiment in documentation, add a "HISTORY" section
38726              to the strict manpage.
38727      Branch: perl
38728            ! lib/strict.pm
38729 ____________________________________________________________________________
38730 [ 19700] By: rgs                                   on 2003/06/06  22:31:50
38731         Log: Minor grammatical nit.
38732      Branch: perl
38733            ! README.hpux
38734 ____________________________________________________________________________
38735 [ 19699] By: rgs                                   on 2003/06/06  22:29:38
38736         Log: Subject: [patch] L<perlguts/"API LISTING"> is now L<perlapi>
38737              From: Stas Bekman <stas@stason.org>
38738              Date: Thu, 05 Jun 2003 10:10:36 +1000
38739              Message-ID: <3EDE8A7C.2080302@stason.org>
38740
38741              Subject: [patch] perlguts authors dup
38742              From: Stas Bekman <stas@stason.org>
38743              Date: Thu, 05 Jun 2003 10:14:12 +1000
38744              Message-ID: <3EDE8B54.6090808@stason.org>
38745      Branch: perl
38746            ! pod/perl5005delta.pod pod/perlguts.pod pod/perlxs.pod
38747 ____________________________________________________________________________
38748 [ 19698] By: rgs                                   on 2003/06/06  22:23:56
38749         Log: Clarify that => doesn't quote compound identifiers.
38750      Branch: perl
38751            ! pod/perldata.pod
38752 ____________________________________________________________________________
38753 [ 19696] By: merijn                                on 2003/06/06  12:21:43
38754         Log: Perl *is* 100% 64bit compliant on HP-UX 11.00 and up (as long
38755              as the compiler supports it)
38756      Branch: perl
38757            ! README.hpux
38758 ____________________________________________________________________________
38759 [ 19695] By: jhi                                   on 2003/06/05  18:50:51
38760         Log: Subject: [PATCH] Re: SPUG:-s option doesn't always work!
38761              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38762              Date: Wed, 04 Jun 2003 00:08:32 -0700
38763              Message-ID: <wrZ3+gzkg2iX092yn@efn.org>
38764      Branch: perl
38765            ! t/run/switches.t toke.c
38766 ____________________________________________________________________________
38767 [ 19694] By: jhi                                   on 2003/06/05  18:37:02
38768         Log: Subject: [PATCH] RE: maint @ 19683
38769              From: Robin Barker <Robin.Barker@npl.co.uk>
38770              Date: Thu, 5 Jun 2003 17:16:58 +0100
38771              Message-ID: <533D273D4014D411AB1D00062938C4D904046564@hotel.npl.co.uk>
38772
38773              (skipped the MIME::Base64 part, leaving that to Gisle)
38774      Branch: perl
38775            ! ext/POSIX/POSIX.xs gv.c op.c perl.c perl.h
38776 ____________________________________________________________________________
38777 [ 19693] By: jhi                                   on 2003/06/05  17:26:04
38778         Log: SKIP label was missing.
38779      Branch: perl
38780            ! t/io/utf8.t
38781 ____________________________________________________________________________
38782 [ 19692] By: jhi                                   on 2003/06/05  16:58:23
38783         Log: z/OS makedepend fix from Peter Prymmer;
38784              still needed as reported by Brian De Pradine.
38785      Branch: perl
38786            ! makedepend.SH
38787 ____________________________________________________________________________
38788 [ 19691] By: jhi                                   on 2003/06/05  16:56:01
38789         Log: Even more getspecific patches from Brian De Pradine;
38790              macrofy the construct.
38791      Branch: perl
38792            ! ext/threads/threads.xs
38793 ____________________________________________________________________________
38794 [ 19690] By: jhi                                   on 2003/06/05  16:19:40
38795         Log: z/OS threads tweak from Brian De Pradine.
38796      Branch: perl
38797            ! ext/threads/threads.xs
38798 ____________________________________________________________________________
38799 [ 19689] By: jhi                                   on 2003/06/05  05:43:31
38800         Log: Upgrade to Time::HiRes 1.48.
38801      Branch: perl
38802            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
38803 ____________________________________________________________________________
38804 [ 19688] By: rgs                                   on 2003/06/04  18:53:48
38805         Log: Prevent a potential null pointer dereference.
38806              Noticed by Ryan Koga <rkoga@caida.org> in
38807              Message-ID: <Pine.BSF.4.44.0306031659090.1489-100000@login.caida.org>
38808      Branch: perl
38809            ! perlio.c
38810 ____________________________________________________________________________
38811 [ 19687] By: jhi                                   on 2003/06/04  18:26:08
38812         Log: Subject: Re: [MacOS X] consider useshrplib='false' by default
38813              From: Andy Dougherty <doughera@lafayette.edu>
38814              Date: Wed, 4 Jun 2003 11:33:29 -0400 (EDT)
38815              Message-ID: <Pine.SOL.4.53.0306041128350.15343@maxwell.phys.lafayette.edu>
38816      Branch: perl
38817            ! hints/darwin.sh
38818 ____________________________________________________________________________
38819 [ 19686] By: jhi                                   on 2003/06/04  11:02:54
38820         Log: On closer reading the proposed UTS#18 update required
38821              even more changes.
38822      Branch: perl
38823            ! lib/unicore/lib/Blank.pl lib/unicore/lib/Graph.pl
38824            ! lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl
38825            ! lib/unicore/lib/SpacePer.pl lib/unicore/lib/Word.pl
38826            ! lib/unicore/mktables
38827 ____________________________________________________________________________
38828 [ 19685] By: jhi                                   on 2003/06/04  10:14:09
38829         Log: Align the 'graph' property definition with the proposed
38830              Unicode UTS #18 update (v7).
38831      Branch: perl
38832            ! lib/unicore/lib/Graph.pl lib/unicore/mktables
38833 ____________________________________________________________________________
38834 [ 19681] By: jhi                                   on 2003/06/04  05:16:38
38835         Log: Subject: [MacOS X] consider useshrplib='false' by default
38836              From: Dan Kogai <dankogai@dan.co.jp>
38837              Date: Wed, 4 Jun 2003 01:29:42 +0900
38838              Message-Id: <94213618-95E0-11D7-8A27-000393AE4244@dan.co.jp>
38839      Branch: perl
38840            ! hints/darwin.sh
38841 ____________________________________________________________________________
38842 [ 19679] By: jhi                                   on 2003/06/03  15:51:36
38843         Log: Urk.  Joe's patches were for the maint branch,
38844              not for the blead (which has assertions and stuff).
38845              Retract #19677, #19676, #19674.
38846      Branch: perl
38847            ! lib/perl5db.pl
38848 ____________________________________________________________________________
38849 [ 19678] By: jhi                                   on 2003/06/03  15:05:19
38850         Log: According to Arthur this should help
38851              #22060 Perl 5.8.0 on FreeBSD 5.0 threads (threads->list) possible bug
38852      Branch: perl
38853            ! ext/threads/threads.xs
38854 ____________________________________________________________________________
38855 [ 19677] By: jhi                                   on 2003/06/03  14:07:06
38856         Log: Tiny tweaks from Joe McMahon.
38857      Branch: perl
38858            ! lib/perl5db.pl
38859 ____________________________________________________________________________
38860 [ 19676] By: jhi                                   on 2003/06/03  12:38:46
38861         Log: Tiny pod and speling tweaks.
38862      Branch: perl
38863            ! lib/perl5db.pl
38864 ____________________________________________________________________________
38865 [ 19674] By: jhi                                   on 2003/06/03  12:20:59
38866         Log: Subject: Extensive documentation patch redux
38867              From: Joe McMahon <mcmahon@ibiblio.org>
38868              Date: Mon, 2 Jun 2003 09:53:40 -0400
38869              Message-Id: <9DB6529E-9501-11D7-9377-000393BCA0FC@ibiblio.org>
38870
38871              Subject: RE: [PATCH] RE: Extensive documentation patch redux
38872              From: Robin Barker <Robin.Barker@npl.co.uk>
38873              Date: Tue, 3 Jun 2003 10:00:22 +0100
38874              Message-ID: <533D273D4014D411AB1D00062938C4D904046555@hotel.npl.co.uk>
38875      Branch: perl
38876            ! lib/perl5db.pl
38877 ____________________________________________________________________________
38878 [ 19673] By: jhi                                   on 2003/06/03  09:51:59
38879         Log: Salvage parts of #19667.
38880      Branch: perl
38881            ! perlio.c win32/win32.c win32/win32iop.h
38882 ____________________________________________________________________________
38883 [ 19672] By: jhi                                   on 2003/06/03  09:26:45
38884         Log: Salvage parts of #19418 (the ext/PerlIO/t/open.t
38885              still is there).
38886      Branch: perl
38887            ! MANIFEST pod/perlfunc.pod
38888 ____________________________________________________________________________
38889 [ 19671] By: merijn                                on 2003/06/03  08:27:07
38890         Log: Subject: Re: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
38891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38892              Date: Tue, 03 Jun 2003 01:55:06 -0700
38893              Message-ID: <qJG3+gzkgajL092yn@efn.org>
38894      Branch: perl
38895            ! README.cygwin
38896 ____________________________________________________________________________
38897 [ 19670] By: jhi                                   on 2003/06/03  08:04:39
38898         Log: Retract #19667, #19660, #19659, #19658, #19657, #19656,
38899              #19655, #19418; File::Temp no more used internally.
38900              Some parts of these will be salvaged later.
38901      Branch: perl
38902            ! MANIFEST embed.fnc embed.h op.c perlio.c pod/perlfunc.pod
38903            ! proto.h win32/win32.c win32/win32iop.h
38904 ____________________________________________________________________________
38905 [ 19669] By: gsar                                  on 2003/06/02  20:59:39
38906         Log: fix for 09_gen_rs.t#59 failure on windows
38907      Branch: perl
38908            ! lib/Tie/File/t/09_gen_rs.t
38909 ____________________________________________________________________________
38910 [ 19668] By: gsar                                  on 2003/06/02  20:40:19
38911         Log: resurrect change#19628 and make it work by generalizing
38912              a spot that had a hardcoded dependency on the cmd.exe
38913              arguments being "/x/c" or "/c"
38914      Branch: perl
38915            ! pod/perlrun.pod win32/win32.c
38916 ____________________________________________________________________________
38917 [ 19667] By: gsar                                  on 2003/06/02  18:44:34
38918         Log: don't use File::Temp to implement PerlIO_tmpfile() on windows;
38919              reuse the straightforward native implementation instead
38920
38921              this fixes the warning from io_xs.t
38922
38923              NOTE: File::Temp has a less-than-robust implementation on windows
38924              that relies on END blocks being run (this may not happen always)
38925      Branch: perl
38926            ! op.c win32/win32.c win32/win32iop.h
38927 ____________________________________________________________________________
38928 [ 19666] By: gsar                                  on 2003/06/02  18:29:46
38929         Log: change#19628 broke many win32/system.t tests, so back it out
38930      Branch: perl
38931            ! pod/perlrun.pod win32/win32.c
38932 ____________________________________________________________________________
38933 [ 19665] By: rgs                                   on 2003/06/02  18:22:06
38934         Log: A little bit more of weird-code-proofing in B::Deparse.
38935              Fixes a bug reported by Alexey Tourbin in
38936              Message-ID: <20030602085348.GA24023@solemn.turbinal.org>
38937      Branch: perl
38938            ! ext/B/B/Deparse.pm
38939 ____________________________________________________________________________
38940 [ 19664] By: jhi                                   on 2003/06/02  16:41:37
38941         Log: Upgrade to the CGI.pm 2.93.
38942
38943              (Lincoln keeps ripping out the BEGIN/PERL_CORE blocks.  Sigh.)
38944      Branch: perl
38945            + lib/CGI/t/util-58.t
38946            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
38947            ! lib/CGI/Fast.pm lib/CGI/Pretty.pm lib/CGI/Util.pm
38948            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
38949            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
38950            ! lib/CGI/t/html.t lib/CGI/t/push.t lib/CGI/t/request.t
38951            ! lib/CGI/t/switch.t lib/CGI/t/util.t
38952 ____________________________________________________________________________
38953 [ 19663] By: jhi                                   on 2003/06/02  16:16:51
38954         Log: Whitespace tweaks.
38955      Branch: perl
38956            ! hints/uwin.sh
38957 ____________________________________________________________________________
38958 [ 19662] By: jhi                                   on 2003/06/02  16:08:22
38959         Log: U/WIN: final (for now) touches from John P. Linderman;
38960              now we get 97% success rate, the remaining failures are
38961              quite obscure.
38962      Branch: perl
38963            ! hints/uwin.sh lib/locale.t
38964 ____________________________________________________________________________
38965 [ 19661] By: gbarr                                 on 2003/06/02  12:13:35
38966         Log: Sync with libnet 1.14
38967      Branch: perl
38968            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Domain.pm
38969            ! lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/NNTP.pm
38970            ! lib/Net/POP3.pm lib/Net/README.libnet lib/Net/SMTP.pm
38971            ! lib/Net/libnetFAQ.pod lib/Net/t/hostname.t
38972 ____________________________________________________________________________
38973 [ 19660] By: jhi                                   on 2003/06/02  09:28:30
38974         Log: Beautification.
38975      Branch: perl
38976            ! op.c
38977 ____________________________________________________________________________
38978 [ 19659] By: jhi                                   on 2003/06/02  09:07:38
38979         Log: Duplicate definition bad.
38980      Branch: perl
38981            ! op.c
38982 ____________________________________________________________________________
38983 [ 19658] By: jhi                                   on 2003/06/02  09:02:18
38984         Log: I thought I tried building threaded.  Never think.  Try.
38985      Branch: perl
38986            ! perlio.c
38987 ____________________________________________________________________________
38988 [ 19657] By: jhi                                   on 2003/06/02  08:54:04
38989         Log: Stick with the original (5.8.0) logic.
38990      Branch: perl
38991            ! op.c
38992 ____________________________________________________________________________
38993 [ 19656] By: jhi                                   on 2003/06/02  08:28:51
38994         Log: Since pulling in File::Temp for tempfiles would pull in
38995              also Fcntl, miniperl could not open up tempfiles.  This broke
38996              the use of miniperl in VMS, as noticed by Craig Berry.
38997              Try to cure this by moving the creation of tempfile into its
38998              own routine, my_tmpfp(), which gets compiled differently
38999              for miniperl and perl.
39000      Branch: perl
39001            ! embed.fnc embed.h op.c perlio.c proto.h
39002 ____________________________________________________________________________
39003 [ 19655] By: jhi                                   on 2003/06/02  06:54:05
39004         Log: A pointless test, noticed by Craig Berry.
39005      Branch: perl
39006            ! perlio.c
39007 ____________________________________________________________________________
39008 [ 19654] By: rgs                                   on 2003/06/01  07:37:50
39009         Log: Two Cygwin patches from Gerrit.
39010
39011              Subject: [PATCH] perl.h, README.cygwin: Cygwin O_TEXT <> O_BINARY issue
39012              From: "Gerrit P. Haase" <gp@familiehaase.de>
39013              Date: Sat, 31 May 2003 14:12:07 +0200
39014              Message-ID: <179860591535.20030531141207@familiehaase.de>
39015
39016              Subject: [PATCH] t/io/layers.t, Cygwin != DOSISH
39017              Date: Sat, 31 May 2003 13:57:49 +0200
39018              Message-ID: <11859733881.20030531135749@familiehaase.de>
39019      Branch: perl
39020            ! README.cygwin perl.h t/io/layers.t
39021 ____________________________________________________________________________
39022 [ 19652] By: rgs                                   on 2003/05/31  19:54:31
39023         Log: Fix a case of segfault in gv_check(), by making
39024              it ignore non-GV values in stashes.
39025      Branch: perl
39026            ! gv.c t/op/stash.t
39027 ____________________________________________________________________________
39028 [ 19651] By: rgs                                   on 2003/05/31  18:48:59
39029         Log: Don't install test.pl files.
39030      Branch: perl
39031            ! installperl
39032 ____________________________________________________________________________
39033 [ 19650] By: rgs                                   on 2003/05/31  18:47:50
39034         Log: Regenerate internals pods.
39035      Branch: perl
39036            ! pod/perlapi.pod pod/perlintern.pod
39037 ____________________________________________________________________________
39038 [ 19649] By: rgs                                   on 2003/05/31  18:33:07
39039         Log: Subject: [PATCH] jumbo closure patch broke formats
39040              From: Dave Mitchell <davem@fdgroup.com>
39041              Date: Sat, 31 May 2003 19:54:48 +0100
39042              Message-ID: <20030531185448.GA6055@fdgroup.com>
39043              Plus restore the original test script for bug #22372
39044      Branch: perl
39045            ! pad.c t/op/write.t
39046 ____________________________________________________________________________
39047 [ 19648] By: jhi                                   on 2003/05/31  17:37:36
39048         Log: Better patch from Inaba Hiroto for
39049              [perl #22375] 'split'/'index' problem for utf8
39050      Branch: perl
39051            ! sv.c
39052 ____________________________________________________________________________
39053 [ 19647] By: rgs                                   on 2003/05/31  11:46:52
39054         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
39055              From: Enache Adrian <enache@rdslink.ro>
39056              Date: Sat, 31 May 2003 14:18:11 +0300
39057              Message-ID: <20030531111811.GA1240@ratsnest.hole>
39058      Branch: perl
39059            ! t/op/write.t
39060 ____________________________________________________________________________
39061 [ 19646] By: jhi                                   on 2003/05/31  05:40:15
39062         Log: Interesting patch(1) glitch.
39063      Branch: perl
39064            ! lib/Tie/File.pm
39065 ____________________________________________________________________________
39066 [ 19645] By: jhi                                   on 2003/05/31  05:37:10
39067         Log: Subject: Re: [perl #22372] [PATCH] sv_chop() broken
39068              From: Enache Adrian <enache@rdslink.ro>
39069              Date: Fri, 30 May 2003 18:52:28 +0300
39070              Message-ID: <20030530155228.GA872@ratsnest.hole>
39071      Branch: perl
39072            ! sv.c t/op/write.t
39073 ____________________________________________________________________________
39074 [ 19644] By: jhi                                   on 2003/05/31  05:31:11
39075         Log: Subject: [PATCH] ext/Encode/t/perlio.t filename tweak
39076              From: "Craig A. Berry" <craigberry@mac.com>
39077              Date: Fri, 30 May 2003 13:08:01 -0500
39078              Message-ID: <3ED79E01.8050401@mac.com>
39079      Branch: perl
39080            ! ext/Encode/t/perlio.t
39081 ____________________________________________________________________________
39082 [ 19643] By: jhi                                   on 2003/05/31  05:28:56
39083         Log: Upgrade to Tie::File 0.96.
39084      Branch: perl
39085            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
39086            ! lib/Tie/File/t/09_gen_rs.t
39087 ____________________________________________________________________________
39088 [ 19642] By: jhi                                   on 2003/05/30  19:06:02
39089         Log: test.pl-isation.
39090      Branch: perl
39091            ! t/op/index.t
39092 ____________________________________________________________________________
39093 [ 19641] By: jhi                                   on 2003/05/30  15:59:57
39094         Log: A bit of networking notworking negativity.
39095              (Inspiration from Jos.)
39096      Branch: perl
39097            ! pod/perlport.pod
39098 ____________________________________________________________________________
39099 [ 19640] By: jhi                                   on 2003/05/30  05:47:15
39100         Log: Fix for "#22375 'split'/'index' problem for utf8".
39101      Branch: perl
39102            ! sv.c t/op/index.t
39103 ____________________________________________________________________________
39104 [ 19639] By: jhi                                   on 2003/05/29  19:07:35
39105         Log: Add the test case for the already fixed
39106              [perl #22351] perl bug with 'e' substitution modifier
39107      Branch: perl
39108            ! t/op/subst.t
39109 ____________________________________________________________________________
39110 [ 19638] By: jhi                                   on 2003/05/29  18:56:46
39111         Log: Comment tweakage.
39112      Branch: perl
39113            ! intrpvar.h
39114 ____________________________________________________________________________
39115 [ 19637] By: rgs                                   on 2003/05/29  18:47:40
39116         Log: Subject: [PATCH] jumbo closure fix
39117              From: Dave Mitchell <davem@fdgroup.com>
39118              Date: Wed, 26 Feb 2003 14:49:47 +0000
39119              Message-ID: <20030226144947.A14444@fdgroup.com>
39120      Branch: perl
39121            ! embed.fnc embed.h embedvar.h ext/Devel/Peek/Peek.t intrpvar.h
39122            ! op.c pad.c perlapi.h pod/perldiag.pod pod/perlintern.pod
39123            ! pod/perlref.pod proto.h regcomp.c t/lib/warnings/pad
39124            ! t/op/closure.t
39125 ____________________________________________________________________________
39126 [ 19635] By: jhi                                   on 2003/05/29  09:13:06
39127         Log: Subject: Credits patch
39128              From: Ed Avis <ed@membled.com>
39129              Date: Sun, 18 May 2003 18:08:55 +0100 (BST)
39130              Message-ID: <Pine.LNX.4.20L2.0305181807080.10859-100000@budvar.future-i.net>
39131      Branch: perl
39132            ! lib/Tie/RefHash.pm
39133 ____________________________________________________________________________
39134 [ 19634] By: jhi                                   on 2003/05/29  09:11:30
39135         Log: Subject: [patch] IO::File->open() with encoding
39136              From: Pradeep Hodigere <phodigere@yahoo.com>
39137              Date: Mon, 19 May 2003 16:05:47 -0700 (PDT)
39138              Message-ID: <20030519230547.39731.qmail@web12302.mail.yahoo.com>
39139      Branch: perl
39140            + ext/IO/lib/IO/t/io_utf8.t
39141            ! MANIFEST ext/IO/lib/IO/File.pm
39142 ____________________________________________________________________________
39143 [ 19633] By: jhi                                   on 2003/05/29  08:18:09
39144         Log: A *much* cut-down version of the patches in the thread
39145              Subject: [perl #22224] 2 patches to perldiag.pod; for POSIX and Win32 errors
39146              From: Jim Cromie (via RT) <perlbug-followup@perl.org>
39147              Date: 16 May 2003 19:04:28 -0000
39148              Message-Id: <rt-22224-57743.7.22990607358@bugs6.perl.org>
39149      Branch: perl
39150            ! pod/perldiag.pod
39151 ____________________________________________________________________________
39152 [ 19632] By: jhi                                   on 2003/05/29  08:12:46
39153         Log: Subject: [PATCH] $x = $empty_hash{$undef_val} doesn't give a warning
39154              From: Dave Mitchell <davem@fdgroup.com>
39155              Date: Tue, 27 May 2003 19:31:10 +0100
39156              Message-ID: <20030527183110.GA22715@fdgroup.com>
39157      Branch: perl
39158            ! hv.c
39159 ____________________________________________________________________________
39160 [ 19631] By: jhi                                   on 2003/05/29  08:11:42
39161         Log: Document that setvbuf() is not probably any more available.
39162              Many reports, most recently by mjd in
39163              [perl #22339] IO::Handle::setvbuf not defined properly
39164      Branch: perl
39165            ! ext/IO/lib/IO/Handle.pm
39166 ____________________________________________________________________________
39167 [ 19630] By: jhi                                   on 2003/05/29  07:59:51
39168         Log: Subject: typo in pod/perlfunc.pod
39169              From: Alexey Mahotkin <alexm@w-m.ru>
39170              Date: Wed, 28 May 2003 15:18:04 +0400
39171              Message-ID: <878ysrs4k3.fsf@dim.w-m.ru>
39172      Branch: perl
39173            ! pod/perlfunc.pod
39174 ____________________________________________________________________________
39175 [ 19629] By: merijn                                on 2003/05/28  12:24:42
39176         Log: Subject: [PATCH] Re: a2p is linked against too many libraries
39177              From: Andy Dougherty <doughera@lafayette.edu>
39178              Date: Wed, 28 May 2003 09:20:06 -0400 (EDT)
39179              Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
39180      Branch: perl
39181            ! x2p/Makefile.SH
39182 ____________________________________________________________________________
39183 [ 19628] By: jhi                                   on 2003/05/28  05:26:43
39184         Log: Subject: [PATCH] Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP
39185              From: Jan Dubois <jand@ActiveState.com>
39186              Date: Mon, 26 May 2003 23:33:53 -0700
39187              Message-ID: <dv06dv48900iqv5hqddmbc6vt0efvto8d6@4ax.com>
39188      Branch: perl
39189            ! pod/perlrun.pod win32/win32.c
39190 ____________________________________________________________________________
39191 [ 19627] By: jhi                                   on 2003/05/28  05:08:07
39192         Log: OpenZaurus cross-compilation patches from Redvers Davies.
39193      Branch: perl
39194            ! Cross/Makefile Cross/Makefile.SH.patch Cross/README
39195            ! Cross/config.sh-arm-linux Cross/generate_config_sh
39196            ! Cross/installperl.patch
39197 ____________________________________________________________________________
39198 [ 19626] By: jhi                                   on 2003/05/27  06:30:54
39199         Log: For now reword the sysread/syswrite description to
39200              stress the fact that by default everything is still bytes.
39201      Branch: perl
39202            ! pod/perlfunc.pod
39203 ____________________________________________________________________________
39204 [ 19625] By: jhi                                   on 2003/05/26  20:31:56
39205         Log: Subject: Re: [perl #22299] goto doesn't find label
39206              From: Dave Mitchell <davem@fdgroup.com>
39207              Date: Sat, 24 May 2003 12:25:17 +0100
39208              Message-ID: <20030524112517.GA11761@fdgroup.com>
39209
39210              Subject: [PATCH] Re: [perl #22299] goto doesn't find label
39211              From: Dave Mitchell <davem@fdgroup.com>
39212              Date: Mon, 26 May 2003 13:47:11 +0100
39213              Message-ID: <20030526124710.GA17670@fdgroup.com>
39214      Branch: perl
39215            ! pp_ctl.c t/op/goto.t
39216 ____________________________________________________________________________
39217 [ 19623] By: merijn                                on 2003/05/26  11:19:38
39218         Log: Subject: [PATCH] for cygwin/perlld.in
39219              From: "Gerrit P. Haase" <gp@familiehaase.de>
39220              Date: Sat, 24 May 2003 16:51:29 +0200
39221              Message-ID: <162265353578.20030524165129@familiehaase.de>
39222      Branch: perl
39223            ! cygwin/perlld.in
39224 ____________________________________________________________________________
39225 [ 19622] By: jhi                                   on 2003/05/25  18:57:18
39226         Log: Regen modlib and toc.
39227      Branch: perl
39228            ! pod/perlmodlib.pod pod/perltoc.pod
39229 ____________________________________________________________________________
39230 [ 19621] By: jhi                                   on 2003/05/25  18:51:00
39231         Log: Run external commands only with localized sanitized $ENV{PATH}.
39232      Branch: perl
39233            ! ext/Sys/Hostname/Hostname.pm
39234 ____________________________________________________________________________
39235 [ 19620] By: jhi                                   on 2003/05/25  18:39:04
39236         Log: Subject: Re: [PATCH: perlio.h] maint snap @ 19613
39237              From: "Marcus Holland-Moritz" <mhx-perl@gmx.net>
39238              Date: Sun, 25 May 2003 21:17:42 +0200
39239              Message-ID: <003701c322f2$517fb5e0$0c2f1fac@R2D2>
39240      Branch: perl
39241            ! perlio.h
39242 ____________________________________________________________________________
39243 [ 19619] By: jhi                                   on 2003/05/25  18:36:17
39244         Log: Protect against race conditions: if the pid is not seen,
39245              neither will be the $0 change be seen (and vice versa).
39246      Branch: perl
39247            ! ext/threads/t/join.t
39248 ____________________________________________________________________________
39249 [ 19618] By: jhi                                   on 2003/05/24  19:54:39
39250         Log: Subject: [Encode] Minor bug in piconv induced by Getopt::Long
39251              From: Dan Kogai <dankogai@dan.co.jp>
39252              Date: 24 May 2003 19:50:48 -0000
39253              Message-ID: <20030524195048.16052.qmail@dan-gm.gm.dan.co.jp>
39254      Branch: perl
39255            ! ext/Encode/bin/piconv
39256 ____________________________________________________________________________
39257 [ 19610] By: jhi                                   on 2003/05/24  06:42:52
39258         Log: Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables
39259              From: Dave Mitchell <davem@fdgroup.com>
39260              Date: Thu, 22 May 2003 10:13:19 +0100
39261              Message-ID: <20030522091319.GA4568@fdgroup.com>
39262
39263              Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables
39264              From: Dave Mitchell <davem@fdgroup.com>
39265              Date: Fri, 23 May 2003 17:09:44 +0100
39266              Message-ID: <20030523160944.GC9194@fdgroup.com>
39267      Branch: perl
39268            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/t/debug.t
39269            ! ext/B/t/deparse.t op.c op.h t/op/goto.t t/run/switchd.t
39270 ____________________________________________________________________________
39271 [ 19608] By: jhi                                   on 2003/05/24  06:30:40
39272         Log: Missing "to".
39273      Branch: perl
39274            ! NetWare/config_H.wc Porting/config_H config_h.SH
39275            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
39276            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39277            ! win32/config_H.vc64 wince/config_H.ce
39278 ____________________________________________________________________________
39279 [ 19607] By: jhi                                   on 2003/05/24  06:23:51
39280         Log: Introduce (undefined) pthread_attr_setscope to non-Configure lands.
39281      Branch: perl
39282            ! Cross/config.sh-arm-linux NetWare/config.wc
39283            ! NetWare/config_H.wc configure.com epoc/config.sh
39284            ! plan9/config.plan9 plan9/config_h.sample
39285            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
39286            ! win32/config.gc win32/config.vc win32/config.vc64
39287            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39288            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
39289 ____________________________________________________________________________
39290 [ 19606] By: jhi                                   on 2003/05/24  06:05:17
39291         Log: Regen Glossary et al.
39292      Branch: perl
39293            ! Porting/Glossary Porting/config.sh Porting/config_H
39294 ____________________________________________________________________________
39295 [ 19604] By: jhi                                   on 2003/05/24  05:57:49
39296         Log: Add a real scan for pthread_attr_setscope().
39297      Branch: perl
39298            ! Configure config_h.SH ext/threads/threads.xs
39299 ____________________________________________________________________________
39300 [ 19603] By: jhi                                   on 2003/05/24  05:32:34
39301         Log: lib/ftp.pl requires the obsoleted (and removed) chat2.pl.
39302      Branch: perl
39303            - lib/ftp.pl
39304            ! MANIFEST
39305 ____________________________________________________________________________
39306 [ 19602] By: jhi                                   on 2003/05/23  17:02:28
39307         Log: Noticed by John P. Linderman.
39308      Branch: perl
39309            ! epoc/epocish.h mpeix/mpeixish.h perl.h unixish.h
39310 ____________________________________________________________________________
39311 [ 19601] By: jhi                                   on 2003/05/23  16:58:04
39312         Log: Subject: [PATCH] RE: state of deparse?
39313              From: Robin Barker <Robin.Barker@npl.co.uk>
39314              Date: Fri, 23 May 2003 17:42:37 +0100
39315              Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk>
39316      Branch: perl
39317            ! ext/B/B/Deparse.pm
39318 ____________________________________________________________________________
39319 [ 19600] By: jhi                                   on 2003/05/23  16:55:09
39320         Log: Subject: [PATCH] for Configure -Dnoextensions=Encode
39321              From: Robin Barker <Robin.Barker@npl.co.uk>
39322              Date: Fri, 23 May 2003 17:37:09 +0100
39323              Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk>
39324      Branch: perl
39325            ! ext/PerlIO/t/encoding.t ext/PerlIO/t/fallback.t
39326            ! ext/Storable/t/utf8hash.t lib/open.pm lib/open.t
39327 ____________________________________________________________________________
39328 [ 19599] By: jhi                                   on 2003/05/23  16:51:18
39329         Log: Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525
39330              From: Robin Barker <Robin.Barker@npl.co.uk>
39331              Date: Fri, 23 May 2003 17:32:22 +0100
39332              Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk>
39333      Branch: perl
39334            ! embed.pl perl.h perlio.c perlio.h proto.h
39335 ____________________________________________________________________________
39336 [ 19598] By: jhi                                   on 2003/05/23  16:05:36
39337         Log: Hasty editing, grumble.
39338      Branch: perl
39339            ! ext/POSIX/POSIX.xs
39340 ____________________________________________________________________________
39341 [ 19597] By: jhi                                   on 2003/05/23  16:02:30
39342         Log: Linewrapping MUAs, grumble.
39343      Branch: perl
39344            ! ext/POSIX/POSIX.xs
39345 ____________________________________________________________________________
39346 [ 19596] By: jhi                                   on 2003/05/23  16:00:51
39347         Log: U/WIN extension fix from John P. Linderman.
39348      Branch: perl
39349            ! ext/POSIX/POSIX.xs
39350 ____________________________________________________________________________
39351 [ 19595] By: jhi                                   on 2003/05/23  14:19:53
39352         Log: Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
39353              From: Dan Kogai <dankogai@dan.co.jp>
39354              Date: Sat, 24 May 2003 00:15:49 +0900
39355              Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp>
39356      Branch: perl
39357            ! ext/Encode/Changes ext/Encode/Unicode/Unicode.xs
39358            ! ext/Encode/t/perlio.t ext/PerlIO/encoding/encoding.pm
39359 ____________________________________________________________________________
39360 [ 19594] By: jhi                                   on 2003/05/23  13:06:25
39361         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04
39362              From: Michael G Schwern <schwern@pobox.com>
39363              Date: Fri, 23 May 2003 02:10:46 -0700
39364              Message-ID: <20030523091046.GB11662@windhund.schwern.org>
39365      Branch: perl
39366            + lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm
39367            + lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t
39368            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Install.pm
39369            ! lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MM_Any.pm
39370            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_Unix.pm
39371            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
39372            ! lib/ExtUtils/MakeMaker/FAQ.pod
39373            ! lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/Manifest.pm
39374            ! lib/ExtUtils/TODO lib/ExtUtils/t/Install.t
39375            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
39376 ____________________________________________________________________________
39377 [ 19593] By: jhi                                   on 2003/05/23  12:56:23
39378         Log: Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...]
39379              From: Dan Kogai <dankogai@dan.co.jp>
39380              Date: Fri, 23 May 2003 20:17:16 +0900
39381              Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp>
39382      Branch: perl
39383            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
39384            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
39385            ! ext/Encode/lib/Encode/Encoding.pm
39386            ! ext/PerlIO/encoding/encoding.xs
39387 ____________________________________________________________________________
39388 [ 19592] By: jhi                                   on 2003/05/23  12:52:05
39389         Log: Workaround for buggy gcc 2.95.3 in openbsd/sparc64.
39390      Branch: perl
39391            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
39392            ! ext/Time/HiRes/HiRes.xs
39393 ____________________________________________________________________________
39394 [ 19590] By: jhi                                   on 2003/05/22  11:51:46
39395         Log: Subject: Re: [cpan #2629] Wrong assumption in numeric comparison
39396              From: Dan Kogai <dankogai@dan.co.jp>
39397              Date: Thu, 22 May 2003 18:46:40 +0900
39398              Message-Id: <49E36875-8C3A-11D7-9C91-000393AE4244@dan.co.jp>
39399      Branch: perl
39400            ! ext/Encode/encoding.pm
39401 ____________________________________________________________________________
39402 [ 19589] By: rgs                                   on 2003/05/21  21:37:28
39403         Log: Subject: [PATCH] [perl #21887] h2xs becoming enum-aware
39404              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
39405              Date: Tue, 13 May 2003 10:36:32 +0200
39406              Message-id: <20030513083631.GA21782@ethan>
39407      Branch: perl
39408            ! utils/h2xs.PL
39409 ____________________________________________________________________________
39410 [ 19588] By: rgs                                   on 2003/05/21  21:03:04
39411         Log: New warning "Useless localization of %s", based on
39412              Subject: [PATCH] new warning "Useless localization of %s is deprecated"
39413              From: Dave Mitchell <davem@fdgroup.com>
39414              Date: Wed, 30 Apr 2003 21:17:38 +0100
39415              Message-ID: <20030430201738.GA22054@fdgroup.com>
39416
39417              The proposed patch added this warning in the 'deprecated' category ;
39418              I think this category is for things that exist and will be removed,
39419              rather than for things that don't exist and that will maybe be added.
39420      Branch: perl
39421            ! op.c pod/perldiag.pod t/lib/warnings/op
39422 ____________________________________________________________________________
39423 [ 19586] By: rgs                                   on 2003/05/21  19:56:38
39424         Log: Introduce a new preprocessor symbol, PERL_DISABLE_PMC, to
39425              disable the loading of .pmc files if defined.
39426              Rename the function S_doopen_pmc to S_doopen_pm.
39427      Branch: perl
39428            ! Porting/thirdclean embed.fnc embed.h pp_ctl.c proto.h
39429 ____________________________________________________________________________
39430 [ 19585] By: jhi                                   on 2003/05/21  19:28:23
39431         Log: More U/WIN tweaks from John P. Linderman.
39432      Branch: perl
39433            ! t/io/layers.t t/io/tell.t
39434 ____________________________________________________________________________
39435 [ 19584] By: rgs                                   on 2003/05/21  19:27:13
39436         Log: Subject: [PATCH] perldata.pod revamp rev. 3
39437              From: Shlomi Fish <shlomif@vipe.technion.ac.il>
39438              Date: Wed, 14 May 2003 17:46:05 +0300 (IDT)
39439              Message-ID: <Pine.LNX.4.33L2.0305141744520.24207-200000@vipe.technion.ac.il>
39440      Branch: perl
39441            ! pod/perldata.pod
39442 ____________________________________________________________________________
39443 [ 19583] By: jhi                                   on 2003/05/21  19:18:21
39444         Log: Subject: Re: [perl #22231] <$foo> is parsed as glob(' ' . $foo) if Switch.pm is used
39445              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
39446              Date: Mon, 19 May 2003 17:53:25 -0400
39447              Message-ID: <20030519215325.GE1629175@linguist.thayer.dartmouth.edu>
39448
39449              (the bug id corrected to be #22231, not #22238)
39450      Branch: perl
39451            ! lib/Switch.pm
39452 ____________________________________________________________________________
39453 [ 19582] By: jhi                                   on 2003/05/21  14:17:14
39454         Log: MAN3PODS => {} good.  (Was in 5.8.0, has been lost at some point.)
39455      Branch: perl
39456            ! ext/MIME/Base64/Makefile.PL
39457 ____________________________________________________________________________
39458 [ 19581] By: jhi                                   on 2003/05/21  14:15:26
39459         Log: U/WIN test tweak from John P. Linderman.
39460      Branch: perl
39461            ! t/op/chdir.t
39462 ____________________________________________________________________________
39463 [ 19580] By: jhi                                   on 2003/05/21  13:06:13
39464         Log: VMS test tweak from Craig Berry.
39465      Branch: perl
39466            ! lib/DirHandle.t
39467 ____________________________________________________________________________
39468 [ 19579] By: jhi                                   on 2003/05/21  13:03:34
39469         Log: U/WIN test nit for John P. Linderman.
39470      Branch: perl
39471            ! ext/Cwd/t/cwd.t
39472 ____________________________________________________________________________
39473 [ 19578] By: jhi                                   on 2003/05/21  13:01:42
39474         Log: Subject: [Encode] 1.95 released
39475              From: Dan Kogai <dankogai@dan.co.jp>
39476              Date: Wed, 21 May 2003 18:26:26 +0900
39477              Message-Id: <4B8D9AB5-8B6E-11D7-848A-000393AE4244@dan.co.jp>
39478      Branch: perl
39479            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
39480            ! ext/Encode/META.yml ext/Encode/Unicode/Unicode.pm
39481            ! ext/Encode/lib/Encode/Alias.pm ext/Encode/lib/Encode/Config.pm
39482            ! ext/Encode/lib/Encode/Unicode/UTF7.pm ext/Encode/t/Unicode.t
39483            ! ext/Encode/ucm/8859-1.ucm ext/Encode/ucm/8859-10.ucm
39484            ! ext/Encode/ucm/8859-11.ucm ext/Encode/ucm/8859-13.ucm
39485            ! ext/Encode/ucm/8859-14.ucm ext/Encode/ucm/8859-15.ucm
39486            ! ext/Encode/ucm/8859-16.ucm ext/Encode/ucm/8859-2.ucm
39487            ! ext/Encode/ucm/8859-3.ucm ext/Encode/ucm/8859-4.ucm
39488            ! ext/Encode/ucm/8859-5.ucm ext/Encode/ucm/8859-6.ucm
39489            ! ext/Encode/ucm/8859-7.ucm ext/Encode/ucm/8859-8.ucm
39490            ! ext/Encode/ucm/8859-9.ucm
39491 ____________________________________________________________________________
39492 [ 19575] By: rgs                                   on 2003/05/20  19:22:30
39493         Log: Enhance the failure reporting for the pod2html tests
39494      Branch: perl
39495            ! lib/Pod/t/htmlview.t lib/Pod/t/pod2html-lib.pl
39496 ____________________________________________________________________________
39497 [ 19574] By: rgs                                   on 2003/05/20  18:52:21
39498         Log: Upgrade to Getopt::Long 2.33
39499              (mostly a version number increment)
39500      Branch: perl
39501            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
39502            ! lib/Getopt/Long/README
39503 ____________________________________________________________________________
39504 [ 19573] By: rgs                                   on 2003/05/20  18:43:37
39505         Log: Upgrade to CPAN 1.70_54
39506              Subject: Re: CPAN.pm into blead
39507              From: Andreas J Koenig <andreas.koenig@anima.de>
39508              Date: Tue, 20 May 2003 11:31:16 +0200
39509              Message-ID: <87of1y6k2j.fsf@franz.ak.mind.de>
39510      Branch: perl
39511            - lib/CPAN/README
39512            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/Nox.pm
39513 ____________________________________________________________________________
39514 [ 19571] By: jhi                                   on 2003/05/19  19:52:23
39515         Log: Further -Uuseperlio tweaking.
39516      Branch: perl
39517            ! ext/Encode/t/Unicode.t
39518 ____________________________________________________________________________
39519 [ 19570] By: rgs                                   on 2003/05/19  19:20:48
39520         Log: Subject: Re: Possible precedence problem on bitwise ^ operator
39521              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39522              Date: Sun, 18 May 2003 19:21:01 -0700
39523              Message-ID: <N+Dy+gzkg+XX092yn@efn.org>
39524              (with tweaks to perldiag.pod)
39525      Branch: perl
39526            ! op.c pod/perldiag.pod
39527 ____________________________________________________________________________
39528 [ 19569] By: jhi                                   on 2003/05/19  19:02:23
39529         Log: More Ultrix double definition avoidance.
39530      Branch: perl
39531            ! ext/Socket/Socket.xs
39532 ____________________________________________________________________________
39533 [ 19566] By: jhi                                   on 2003/05/19  04:58:25
39534         Log: Integrate perlio:
39535              [ 19556]
39536              Fix ticket 18265
39537
39538              [ 19557]
39539              EINTR retry should exit on count >= 0 not !=0
39540      Branch: perl
39541           !> perlio.c
39542 ____________________________________________________________________________
39543 [ 19565] By: jhi                                   on 2003/05/19  04:56:16
39544         Log: Nekkid numbers.
39545      Branch: perl
39546            ! ext/threads/threads.xs
39547 ____________________________________________________________________________
39548 [ 19564] By: jhi                                   on 2003/05/19  04:52:49
39549         Log: Meaningless cosmetics.
39550      Branch: perl
39551            ! ext/threads/threads.xs
39552 ____________________________________________________________________________
39553 [ 19563] By: jhi                                   on 2003/05/19  04:47:53
39554         Log: Make Perl_ithread_self() a bit more helpful when
39555              finding the thread fails (suggested by Stas in
39556              perl-ithreads Mar 01)
39557      Branch: perl
39558            ! ext/threads/threads.xs
39559 ____________________________________________________________________________
39560 [ 19562] By: jhi                                   on 2003/05/19  04:40:11
39561         Log: Slightly wrong panic messages.
39562      Branch: perl
39563            ! ext/threads/threads.xs
39564 ____________________________________________________________________________
39565 [ 19561] By: jhi                                   on 2003/05/19  04:33:31
39566         Log: Ultrix: the #19435 helped the IO extension, so this should
39567              help the Socket extension (socket structs redefinitions).
39568      Branch: perl
39569            ! ext/Socket/Socket.xs
39570 ____________________________________________________________________________
39571 [ 19560] By: jhi                                   on 2003/05/19  04:30:01
39572         Log: Based on
39573
39574              Subject: [PATCH threads.xs] no system scope on VMS
39575              From: "Craig A. Berry" <craigberry@mac.com>
39576              Date: Sun, 18 May 2003 23:02:07 -0500
39577              Message-ID: <3EC8573F.6050005@mac.com>
39578
39579              but instead go for #ifdef PTHREAD_SCOPE_SYSTEM.
39580      Branch: perl
39581            ! ext/threads/threads.xs
39582 ____________________________________________________________________________
39583 [ 19559] By: jhi                                   on 2003/05/19  04:24:27
39584         Log: Make the test work without perlio, from Dan Kogai.
39585      Branch: perl
39586            ! ext/Encode/t/Unicode.t
39587 ____________________________________________________________________________
39588 [ 19558] By: rgs                                   on 2003/05/18  21:40:10
39589         Log: Subject: [PATCH] Re: [PATCH pod/perlsyn.pod pod/perltrap.pod] Unseding perlsyn
39590              From: Michael G Schwern <schwern@pobox.com>
39591              Date: Wed, 14 May 2003 15:36:23 -0700
39592              Message-ID: <20030514223623.GD23350@windhund.schwern.org>
39593      Branch: perl
39594            ! pod/perlsyn.pod pod/perltrap.pod
39595 ____________________________________________________________________________
39596 [ 19552] By: jhi                                   on 2003/05/18  07:57:23
39597         Log: Integrate from perlio:
39598              [ 19542]
39599              Fix ticket #22219
39600
39601              [ 19543]
39602              Spotted a bare close() where PerlLIO_close() seems correct.
39603      Branch: perl
39604           !> doio.c perlio.c
39605 ____________________________________________________________________________
39606 [ 19550] By: jhi                                   on 2003/05/18  06:23:50
39607         Log: UTF-7 tweak from Dan Kogai.
39608      Branch: perl
39609            ! ext/Encode/lib/Encode/Unicode/UTF7.pm
39610 ____________________________________________________________________________
39611 [ 19549] By: jhi                                   on 2003/05/18  05:58:58
39612         Log: The 'quotes' really are important (caught by Enache Adrian).
39613      Branch: perl
39614            ! Makefile.SH
39615 ____________________________________________________________________________
39616 [ 19548] By: jhi                                   on 2003/05/17  16:39:19
39617         Log: Subject: [Encode] UTF-7 Support
39618              From: Dan Kogai <dankogai@dan.co.jp>
39619              Date: Sun, 18 May 2003 00:45:35 +0900
39620              Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp>
39621      Branch: perl
39622            + ext/Encode/lib/Encode/Unicode/UTF7.pm
39623            ! MANIFEST ext/Encode/Changes ext/Encode/MANIFEST
39624            ! ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm
39625            ! ext/Encode/lib/Encode/Config.pm
39626            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/Unicode.t
39627 ____________________________________________________________________________
39628 [ 19547] By: jhi                                   on 2003/05/17  16:26:47
39629         Log: Old (4.2BSD, like Ultrix) Bourne shells do not understand
39630              non-left-aligned heredocs.
39631      Branch: perl
39632            ! Makefile.SH
39633 ____________________________________________________________________________
39634 [ 19545] By: jhi                                   on 2003/05/17  15:51:07
39635         Log: Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1
39636              From: Alan Burlison <Alan.Burlison@sun.com>
39637              Date: Thu, 15 May 2003 22:17:55 +0100
39638              Message-ID: <3EC40403.9000804@sun.com>
39639
39640              (fixed symbol scanning for Solaris 10)
39641      Branch: perl
39642            ! Configure
39643 ____________________________________________________________________________
39644 [ 19541] By: rgs                                   on 2003/05/17  12:10:14
39645         Log: Upgrade to Getopt::Long 2.32_05
39646      Branch: perl
39647            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES
39648            ! lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
39649            ! lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
39650            ! lib/Getopt/Long/t/gol-oo.t
39651 ____________________________________________________________________________
39652 [ 19540] By: rgs                                   on 2003/05/17  11:46:25
39653         Log: Clarify the explanation of the warning "Possible precedence problem
39654              on bitwise operator".
39655      Branch: perl
39656            ! pod/perldiag.pod
39657 ____________________________________________________________________________
39658 [ 19539] By: rgs                                   on 2003/05/17  11:36:08
39659         Log: Fix bug #22216 : B::Deparse can't handle "use Module Version"
39660              with fractional version numbers or v-strings.
39661      Branch: perl
39662            ! ext/B/B/Deparse.pm
39663 ____________________________________________________________________________
39664 [ 19537] By: gsar                                  on 2003/05/17  06:32:46
39665         Log: missing init in change#19533
39666      Branch: perl
39667            ! win32/win32sck.c
39668 ____________________________________________________________________________
39669 [ 19536] By: gsar                                  on 2003/05/17  06:07:07
39670         Log: apply Net::Ping patch that makes the fork()-based approach
39671              work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>)
39672
39673              the code this affects is currently not enabled anywhere, but
39674              could be enabled if the non-blocking approach runs into problems
39675              on older windows versions
39676      Branch: perl
39677            ! lib/Net/Ping.pm
39678 ____________________________________________________________________________
39679 [ 19535] By: gsar                                  on 2003/05/17  05:54:39
39680         Log: improve the implementation of Net::Ping on windows by avoiding
39681              fork(), which is pretty heavy-weight for this kind of
39682              application; use non-blocking sockets instead
39683
39684              has been verified to work on Win2k but will need testing on
39685              other flavors of windows
39686
39687              there is a single known failure on windows in 450_service.t (test 18)
39688              due to what appears to be bugs in the ping_syn()/ack() code
39689      Branch: perl
39690            ! lib/Net/Ping.pm
39691 ____________________________________________________________________________
39692 [ 19534] By: gsar                                  on 2003/05/17  04:53:06
39693         Log: change#16723 broke the ioctl() return value on platforms
39694              that have ioctl() but no fcntl() (e.g. windows)
39695
39696              change#17577 then attempted to fix the bustage, but got
39697              it wrong
39698      Branch: perl
39699            ! pp_sys.c
39700 ____________________________________________________________________________
39701 [ 19533] By: gsar                                  on 2003/05/17  04:49:18
39702         Log: avoid select() on windows destroying errno (used to typically
39703              always sets it to EINVAL due to the way it maps the FD_SETs)
39704      Branch: perl
39705            ! win32/win32sck.c
39706 ____________________________________________________________________________
39707 [ 19532] By: jhi                                   on 2003/05/16  18:21:27
39708         Log: The suggested patch for [perl #22201] "patch: perl 5.8.0
39709              compile error on ia64/HP-UX (comparing incompatible pointers)"
39710              plus a possible cure for the warning mentioned in the case.
39711      Branch: perl
39712            ! ext/Storable/Storable.xs
39713 ____________________________________________________________________________
39714 [ 19531] By: jhi                                   on 2003/05/16  17:56:06
39715         Log: Apply the supplied patch for [perl #22195]
39716              "File::Find, sorted directory traversal order is inverted"
39717      Branch: perl
39718            ! lib/File/Find.pm
39719 ____________________________________________________________________________
39720 [ 19528] By: jhi                                   on 2003/05/16  15:56:33
39721         Log: Subject: [PATCH] RE: maint snapshot @ 19525
39722              From: Robin Barker <Robin.Barker@npl.co.uk>
39723              Date: Fri, 16 May 2003 17:16:57 +0100
39724              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
39725
39726              (Part #2: the hv.c SVf)
39727      Branch: perl
39728            ! hv.c
39729 ____________________________________________________________________________
39730 [ 19527] By: jhi                                   on 2003/05/16  15:55:10
39731         Log: Subject: [PATCH] RE: maint snapshot @ 19525
39732              From: Robin Barker <Robin.Barker@npl.co.uk>
39733              Date: Fri, 16 May 2003 17:16:57 +0100
39734              Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk>
39735
39736              (Part #1: the __format__ and __printf__)
39737      Branch: perl
39738            ! Configure embed.pl perlio.c proto.h
39739 ____________________________________________________________________________
39740 [ 19523] By: jhi                                   on 2003/05/14  05:19:05
39741         Log: Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN
39742              From: Gisle Aas <gisle@ActiveState.com>
39743              Date: 13 May 2003 19:51:19 -0700
39744              Message-ID: <lrptmmw89k.fsf@caliper.activestate.com>
39745      Branch: perl
39746            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
39747            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
39748            ! ext/MIME/Base64/t/quoted-print.t
39749 ____________________________________________________________________________
39750 [ 19522] By: jhi                                   on 2003/05/14  05:11:49
39751         Log: More Panther moves.
39752      Branch: perl
39753            ! Makefile.SH hints/darwin.sh
39754 ____________________________________________________________________________
39755 [ 19521] By: jhi                                   on 2003/05/13  19:33:44
39756         Log: Curliff and liff with ease.
39757      Branch: perl
39758            + Porting/curliff.pl
39759            ! MANIFEST
39760 ____________________________________________________________________________
39761 [ 19520] By: jhi                                   on 2003/05/13  18:59:51
39762         Log: Use /usr/bin/perl (de facto in Porting/ scripts).
39763      Branch: perl
39764            ! Porting/sort_perldiag.pl
39765 ____________________________________________________________________________
39766 [ 19518] By: jhi                                   on 2003/05/13  18:53:48
39767         Log: Subject: [PATCH] [perl #8599] s/catenate/concatenate/
39768              From: Casey West <casey@geeknest.com>
39769              Date: Fri, 9 May 2003 04:00:44 -0400
39770              Message-ID: <20030509080044.GA49820@geeknest.com>
39771
39772              (except for the dup.t patch which diddled with system().)
39773      Branch: perl
39774            ! Configure NetWare/config_H.wc Porting/config_H README.Y2K
39775            ! config_h.SH lib/File/Spec.pm lib/File/Spec/Unix.pm
39776            ! plan9/config.plan9 plan9/config_h.sample uconfig.h
39777            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
39778            ! win32/config_H.vc64 wince/config_H.ce
39779 ____________________________________________________________________________
39780 [ 19517] By: jhi                                   on 2003/05/13  18:39:40
39781         Log: Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN
39782              From: Gisle Aas <gisle@ActiveState.com>
39783              Date: 13 May 2003 09:59:50 -0700
39784              Message-ID: <lru1byzss9.fsf@caliper.activestate.com>
39785      Branch: perl
39786            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
39787            ! ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm
39788            ! ext/MIME/Base64/t/quoted-print.t
39789 ____________________________________________________________________________
39790 [ 19516] By: jhi                                   on 2003/05/13  18:37:11
39791         Log: Subject: [PATCH] More perldiag.pod sorting
39792              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
39793              Date: Tue, 13 May 2003 15:13:53 -0400
39794              Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu>
39795
39796              (plus add 'no locale;')
39797      Branch: perl
39798            + Porting/sort_perldiag.pl
39799            ! MANIFEST pod/perldiag.pod
39800 ____________________________________________________________________________
39801 [ 19514] By: jhi                                   on 2003/05/13  17:38:09
39802         Log: Detypo.
39803      Branch: perl
39804            ! lib/Unicode/UCD.pm
39805 ____________________________________________________________________________
39806 [ 19512] By: gsar                                  on 2003/05/13  13:28:42
39807         Log: make it easier to reproduce the bug
39808      Branch: perl
39809            ! lib/Tie/File.pm
39810 ____________________________________________________________________________
39811 [ 19511] By: gsar                                  on 2003/05/13  13:08:47
39812         Log: the \do {local *FH} trick in Tie::File was really only needed
39813              on 5.005 and earlier, since later versions can autovivify
39814              the handle
39815
39816              however, a search in the p5p archives reveals the trick doesn't
39817              fully work in the versions it is needed in, so use the more
39818              standard Symbol::gensym() way
39819      Branch: perl
39820            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
39821 ____________________________________________________________________________
39822 [ 19510] By: gsar                                  on 2003/05/13  12:36:01
39823         Log: $Config{usethreads} wasn't being set on windows
39824      Branch: perl
39825            ! win32/Makefile win32/makefile.mk
39826 ____________________________________________________________________________
39827 [ 19509] By: jhi                                   on 2003/05/13  12:24:19
39828         Log: Reinstate the #19498 but now skip the crashing
39829              tests (when threaded) as TODOs.
39830      Branch: perl
39831            ! lib/Tie/File.pm lib/Tie/File/t/09_gen_rs.t
39832 ____________________________________________________________________________
39833 [ 19508] By: jhi                                   on 2003/05/13  11:22:06
39834         Log: Revert #19498 since it broke threaded builds.
39835      Branch: perl
39836            ! lib/Tie/File.pm
39837 ____________________________________________________________________________
39838 [ 19507] By: jhi                                   on 2003/05/13  05:20:56
39839         Log: Better be explicit with dangling elses.
39840      Branch: perl
39841            ! pp.c
39842 ____________________________________________________________________________
39843 [ 19506] By: jhi                                   on 2003/05/13  04:46:18
39844         Log: Detypo Pantherisms.
39845      Branch: perl
39846            ! Makefile.SH hints/darwin.sh
39847 ____________________________________________________________________________
39848 [ 19505] By: rgs                                   on 2003/05/12  21:49:21
39849         Log: Subject: Re: Bug stomping fun. [PATCH: bug #1016]
39850              From: Alex Vandiver <alexmv@MIT.EDU>
39851              Date: 02 May 2003 06:45:05 -0400
39852              Message-Id: <1051872303.26203.104.camel@supox>
39853              (plus perldiag nit)
39854      Branch: perl
39855            ! dump.c gv.c hv.c pod/perldiag.pod pp.c pp_hot.c sv.c
39856            ! t/comp/package.t
39857 ____________________________________________________________________________
39858 [ 19504] By: rgs                                   on 2003/05/12  20:52:52
39859         Log: Small nit in perlsyn about the new // operator
39860      Branch: perl
39861            ! pod/perlsyn.pod
39862 ____________________________________________________________________________
39863 [ 19503] By: rgs                                   on 2003/05/12  19:43:07
39864         Log: Use a more sophisticated heuristics to produce the warning
39865              'Parentheses missing around "%s" list'. This fixes bug #22147.
39866              Also, the warning is now produced for C<local *a,*b;>.
39867      Branch: perl
39868            ! op.c t/lib/warnings/op
39869 ____________________________________________________________________________
39870 [ 19502] By: jhi                                   on 2003/05/12  19:34:10
39871         Log: Work also without perlio.
39872      Branch: perl
39873            ! t/io/dup.t
39874 ____________________________________________________________________________
39875 [ 19500] By: jhi                                   on 2003/05/12  05:25:14
39876         Log: Panther preparation.
39877      Branch: perl
39878            ! Makefile.SH hints/darwin.sh
39879 ____________________________________________________________________________
39880 [ 19499] By: jhi                                   on 2003/05/12  04:49:57
39881         Log: More moves to intrpvar.h.
39882      Branch: perl
39883            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
39884 ____________________________________________________________________________
39885 [ 19498] By: gsar                                  on 2003/05/12  01:40:46
39886         Log: fix for Tie::File test failures on windows: the problem was
39887              that Tie::File did not close any file handles it opens internally,
39888              leading to file handle leaks and t/tf* temporary file littering;
39889              we now close the handle iff Tie::File opened it
39890
39891              this fix unearths what appears to be a perl bug in localizing globs:
39892              09_gen_rs.t fails due to a prematurely closed filehandle, although
39893              it wasn't explicitly closed anywhere by the code (renaming the
39894              *FH at line 97 to *FH1 makes it work, but I haven't done this
39895              to allow the bug to be tracked down)
39896      Branch: perl
39897            ! lib/Tie/File.pm
39898 ____________________________________________________________________________
39899 [ 19497] By: jhi                                   on 2003/05/11  20:17:30
39900         Log: Move the thread *hook into interpreter.
39901      Branch: perl
39902            ! embedvar.h intrpvar.h perlapi.h perlvars.h sv.c
39903 ____________________________________________________________________________
39904 [ 19496] By: rgs                                   on 2003/05/11  20:06:03
39905         Log: Subject: [PATCH] [perl #7391] Perl crashes with certain write() formats.
39906              From: Dave Mitchell <davem@fdgroup.com>
39907              Date: Sat, 10 May 2003 01:45:23 +0100
39908              Message-ID: <20030510004523.GC20871@fdgroup.com>
39909      Branch: perl
39910            ! pp_ctl.c
39911 ____________________________________________________________________________
39912 [ 19495] By: rgs                                   on 2003/05/11  20:01:10
39913         Log: Open UNIX is not really "formerly Unixware", since the most
39914              recent releases are known as Unixware, not as Open UNIX.
39915      Branch: perl
39916            ! pod/perlport.pod
39917 ____________________________________________________________________________
39918 [ 19494] By: jhi                                   on 2003/05/11  19:52:38
39919         Log: Slight tweaks to the platform list.
39920      Branch: perl
39921            ! pod/perlport.pod
39922 ____________________________________________________________________________
39923 [ 19493] By: rgs                                   on 2003/05/11  19:13:00
39924         Log: Subject: Re: [PATCH] [perl #8636] [perl #8634] Both patches together for perlop
39925              From: Casey West <casey@geeknest.com>
39926              Date: Fri, 9 May 2003 10:30:13 -0400
39927              Message-ID: <20030509143013.GM49820@geeknest.com>
39928      Branch: perl
39929            ! pod/perlop.pod
39930 ____________________________________________________________________________
39931 [ 19492] By: rgs                                   on 2003/05/11  19:04:27
39932         Log: perlport.pod nit for doc bug #8253.
39933      Branch: perl
39934            ! pod/perlport.pod
39935 ____________________________________________________________________________
39936 [ 19491] By: jhi                                   on 2003/05/11  17:50:49
39937         Log: Use test.pl.
39938      Branch: perl
39939            ! t/io/fflush.t
39940 ____________________________________________________________________________
39941 [ 19490] By: jhi                                   on 2003/05/11  17:46:09
39942         Log: Try to handle a $^X with spaces in it.
39943      Branch: perl
39944            ! t/test.pl
39945 ____________________________________________________________________________
39946 [ 19489] By: jhi                                   on 2003/05/11  17:44:28
39947         Log: Separate the creation of the command to run by
39948              runperl() into its own function, _create_runperl().
39949      Branch: perl
39950            ! t/test.pl
39951 ____________________________________________________________________________
39952 [ 19488] By: jhi                                   on 2003/05/11  16:52:00
39953         Log: Fixup the method behaviour table.
39954      Branch: perl
39955            ! pod/perliol.pod
39956 ____________________________________________________________________________
39957 [ 19487] By: jhi                                   on 2003/05/11  16:43:26
39958         Log: Integrate from perlio:
39959              [ 19474]
39960              Tweaks to Jarkko's NULL deref checks in perlio.c
39961
39962              [ 19475]
39963              Fix for bugs 21717 and 22140.
39964              Win32's lseek claims to have succeeded in pipes etc. Which confuses :perlio
39965              and derived layers. So have :unix's "pushed" method stat() the fd and
39966              cache non S_ISREG nature. Have Unix_seek fail if fd is NOT S_ISREG to match
39967              UNIX behaviour.
39968
39969              [ 19479]
39970              Better but still unproven fix for lseek() on pipes.
39971
39972              [ 19483]
39973              Unused variable
39974
39975              [ 19485]
39976              Tests to prove Ticket 9468 is fixed.
39977
39978              [ 19486]
39979              add test for change#19475,19479 (bugs#21717,22140)
39980      Branch: perl
39981           !> ext/Encode/Encode.xs perlio.c perliol.h t/io/dup.t
39982           !> t/io/fflush.t
39983 ____________________________________________________________________________
39984 [ 19484] By: gsar                                  on 2003/05/11  15:37:14
39985         Log: fix Embed.t failure on windows: PERL_SYS_TERM() is implemented
39986              in terms of an exported function rather than as an inlined
39987              macro (latter wants PL_op_mutex which isn't exported as such)
39988
39989              Jarkko: please merge into maint-5.8
39990      Branch: perl
39991            ! dosish.h makedef.pl win32/win32.c win32/win32.h
39992 ____________________________________________________________________________
39993 [ 19482] By: jhi                                   on 2003/05/11  07:53:26
39994         Log: Test _getcode().
39995      Branch: perl
39996            ! lib/Unicode/UCD.t
39997 ____________________________________________________________________________
39998 [ 19481] By: jhi                                   on 2003/05/11  06:25:08
39999         Log: Clarify the doc (and the code) for Unicode code points.
40000      Branch: perl
40001            ! lib/Unicode/UCD.pm
40002 ____________________________________________________________________________
40003 [ 19480] By: jhi                                   on 2003/05/11  06:18:06
40004         Log: Another doc suggestion from terry@eatoni.com (terry jones):
40005              use codepoints that return undef.
40006      Branch: perl
40007            ! lib/Unicode/UCD.pm
40008 ____________________________________________________________________________
40009 [ 19478] By: jhi                                   on 2003/05/10  19:01:17
40010         Log: Add Encode's META.yml.
40011      Branch: perl
40012            + ext/Encode/META.yml
40013            ! MANIFEST
40014 ____________________________________________________________________________
40015 [ 19477] By: jhi                                   on 2003/05/10  18:59:29
40016         Log: Upgrade to Encode 1.94.
40017      Branch: perl
40018            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
40019            ! ext/Encode/MANIFEST ext/Encode/bin/piconv
40020            ! ext/Encode/lib/Encode/MIME/Header.pm ext/Encode/t/enc_module.t
40021            ! ext/Encode/t/mime-header.t
40022 ____________________________________________________________________________
40023 [ 19476] By: jhi                                   on 2003/05/10  18:56:08
40024         Log: Doc bug noticed by terry@eatoni.com (terry jones).
40025      Branch: perl
40026            ! lib/Unicode/UCD.pm
40027 ____________________________________________________________________________
40028 [ 19472] By: jhi                                   on 2003/05/10  10:55:49
40029         Log: Try to plug more potential PerlIO NULL method
40030              dereferences; try to document the matter.
40031      Branch: perl
40032            ! perlio.c pod/perliol.pod
40033 ____________________________________________________________________________
40034 [ 19471] By: jhi                                   on 2003/05/10  07:07:30
40035         Log: UseNicerNames instead of SHOUTING_LIKE_THIS.
40036      Branch: perl
40037            ! perlio.c
40038 ____________________________________________________________________________
40039 [ 19470] By: jhi                                   on 2003/05/10  06:51:24
40040         Log: In eof() the errno can get stomped by the peek-ahead.
40041      Branch: perl
40042            ! doio.c ext/Socket/socketpair.t
40043 ____________________________________________________________________________
40044 [ 19469] By: rgs                                   on 2003/05/09  21:33:15
40045         Log: A regression test for the remaining "Final $ should be..." error.
40046      Branch: perl
40047            ! t/comp/parser.t
40048 ____________________________________________________________________________
40049 [ 19468] By: rgs                                   on 2003/05/09  21:23:57
40050         Log: Remove the error messages "Final @ should be \@ or @name"
40051              and "Final % should be \% or %name", that appear to be
40052              only produced in addition to another syntax error, and therefore
40053              misleading, if I understand correctly that kind of black magic.
40054      Branch: perl
40055            ! pod/perldiag.pod toke.c
40056 ____________________________________________________________________________
40057 [ 19467] By: jhi                                   on 2003/05/09  20:11:18
40058         Log: Have to think this test more when I'm awake.
40059      Branch: perl
40060            ! ext/Socket/socketpair.t
40061 ____________________________________________________________________________
40062 [ 19466] By: rgs                                   on 2003/05/09  19:56:37
40063         Log: Document that perl tries to load .pmc files before .pm files.
40064              Subject: Re: [perl #8860] [not RESOLVED] .pmc extension not documented in require
40065              From: Casey West <casey@geeknest.com>
40066              Date: Fri, 9 May 2003 17:03:50 -0400
40067              Message-ID: <20030509210350.GW49820@geeknest.com>
40068      Branch: perl
40069            ! pod/perlfunc.pod
40070 ____________________________________________________________________________
40071 [ 19465] By: rgs                                   on 2003/05/09  19:47:49
40072         Log: Fix for doc bug #8602 : clarify eof() example comments
40073      Branch: perl
40074            ! pod/perlfunc.pod
40075 ____________________________________________________________________________
40076 [ 19464] By: rgs                                   on 2003/05/09  19:34:30
40077         Log: Subject: [PATCH] [perl #8702] Clean up perltrap mis-information
40078              From: Casey West <casey@geeknest.com>
40079              Date: Fri, 9 May 2003 11:09:39 -0400
40080              Message-ID: <20030509150939.GN49820@geeknest.com>
40081      Branch: perl
40082            ! pod/perltrap.pod
40083 ____________________________________________________________________________
40084 [ 19463] By: rgs                                   on 2003/05/09  19:33:25
40085         Log: Subject: Re: [DOC PATCH] [perl #1165] crypt accepts any character as salt
40086              From: Casey West <casey@geeknest.com>
40087              Date: Fri, 9 May 2003 15:25:59 -0400
40088              Message-ID: <20030509192559.GS49820@geeknest.com>
40089      Branch: perl
40090            ! pod/perlfunc.pod
40091 ____________________________________________________________________________
40092 [ 19462] By: jhi                                   on 2003/05/09  18:53:27
40093         Log: Try to comprehensively have a plan B if a PerlIO
40094              layer doesn't have a particular function.
40095              (1) If there's a corresponding PerlIOBase, call it.
40096              (2) If not having the function is 'harmless', be silently happy.
40097              (Currently only Flush is in this category.)
40098              (3) Otherwise set errno and return failure.
40099      Branch: perl
40100            ! perlio.c
40101 ____________________________________________________________________________
40102 [ 19461] By: rgs                                   on 2003/05/09  18:45:39
40103         Log: Subject: [PATCH] [perl #8703] unescaped @ is fine
40104              From: Casey West <casey@geeknest.com>
40105              Date: Fri, 9 May 2003 11:17:53 -0400
40106              Message-ID: <20030509151753.GO49820@geeknest.com>
40107      Branch: perl
40108            ! pod/perltrap.pod
40109 ____________________________________________________________________________
40110 [ 19460] By: jhi                                   on 2003/05/09  14:25:49
40111         Log: Add the PerlIOBase_noop_* to the public API as suggested by Stas.
40112      Branch: perl
40113            ! makedef.pl
40114 ____________________________________________________________________________
40115 [ 19459] By: jhi                                   on 2003/05/09  14:22:08
40116         Log: Result of change #19458.
40117      Branch: perl
40118            ! MANIFEST
40119 ____________________________________________________________________________
40120 [ 19458] By: jhi                                   on 2003/05/09  14:21:51
40121         Log: Subject: Weekend fun: MANIFEST sorting
40122              From: andreas.koenig@anima.de (Andreas J. Koenig)
40123              Date: Fri, 09 May 2003 15:12:05 +0200
40124              Message-ID: <m3y91g463e.fsf@franz.ak.mind.de>
40125
40126              (both sorts need LC_ALL=C)
40127              (add also manicheck target)
40128      Branch: perl
40129            ! Makefile.SH
40130 ____________________________________________________________________________
40131 [ 19457] By: jhi                                   on 2003/05/09  04:30:13
40132         Log: Better skip this test on OpenBSD and BSD/OS since it
40133              does not seem to work (Slaven Rezic).
40134      Branch: perl
40135            ! lib/filetest.t
40136 ____________________________________________________________________________
40137 [ 19456] By: jhi                                   on 2003/05/09  03:41:56
40138         Log: Subject: [PATCH] Re: [perl #16834] Anomolous behaviour of SUBSTR() used as LValue
40139              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40140              Date: Wed, 07 May 2003 23:37:47 -0700
40141              Message-ID: <7sfu+gzkg+AY092yn@efn.org>
40142      Branch: perl
40143            ! pod/perlfunc.pod
40144 ____________________________________________________________________________
40145 [ 19455] By: jhi                                   on 2003/05/09  03:36:54
40146         Log: Missing files.
40147      Branch: perl
40148            ! MANIFEST
40149 ____________________________________________________________________________
40150 [ 19454] By: rgs                                   on 2003/05/08  18:49:25
40151         Log: Suppress a few compilation warnings in pp_hot.c.
40152      Branch: perl
40153            ! pp_hot.c
40154 ____________________________________________________________________________
40155 [ 19453] By: rgs                                   on 2003/05/08  18:42:16
40156         Log: Remove duplicate entries from perldiag
40157      Branch: perl
40158            ! pod/perldiag.pod
40159 ____________________________________________________________________________
40160 [ 19452] By: jhi                                   on 2003/05/08  18:12:46
40161         Log: Subject: Re: [perl #17718] %tiedhash in bool context doesn't check if hash is empty
40162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40163              Date: Wed, 07 May 2003 15:27:07 -0700
40164              Message-ID: <7gYu+gzkgaFU092yn@efn.org>
40165      Branch: perl
40166            ! pod/perldata.pod pod/perldiag.pod pod/perltie.pod pp.c
40167            ! pp_hot.c t/op/magic.t
40168 ____________________________________________________________________________
40169 [ 19451] By: jhi                                   on 2003/05/08  17:47:13
40170         Log: Tiny nit from mjd.
40171      Branch: perl
40172            ! lib/Tie/File.pm
40173 ____________________________________________________________________________
40174 [ 19450] By: jhi                                   on 2003/05/08  17:46:26
40175         Log: Upgrade to Tie::File 0.95.
40176      Branch: perl
40177            + lib/Tie/File/t/27_iwrite.t lib/Tie/File/t/28_mtwrite.t
40178            + lib/Tie/File/t/29_downcopy.t lib/Tie/File/t/29a_upcopy.t
40179            + lib/Tie/File/t/42_offset.t
40180            ! lib/Tie/File.pm lib/Tie/File/t/00_version.t
40181            ! lib/Tie/File/t/01_gen.t lib/Tie/File/t/04_splice.t
40182            ! lib/Tie/File/t/09_gen_rs.t lib/Tie/File/t/16_handle.t
40183            ! lib/Tie/File/t/19_cache.t lib/Tie/File/t/21_win32.t
40184            ! lib/Tie/File/t/25_gen_nocache.t lib/Tie/File/t/26_twrite.t
40185            ! lib/Tie/File/t/30_defer.t
40186 ____________________________________________________________________________
40187 [ 19449] By: jhi                                   on 2003/05/08  17:35:10
40188         Log: Subject: [perl #22141] patch for Time::HiRes to get rid of -lrt on linux
40189              From: Marc Lehmann (via RT) <perlbug-followup@perl.org>
40190              Message-Id: <rt-22141-56710.3.69543054121962@bugs6.perl.org>
40191              Date: 8 May 2003 00:42:18 -0000
40192      Branch: perl
40193            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40194            ! ext/Time/HiRes/Makefile.PL
40195 ____________________________________________________________________________
40196 [ 19448] By: jhi                                   on 2003/05/08  17:27:47
40197         Log: Subject: [PATCH] alphabetize perldiag.pod
40198              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
40199              Date: Thu, 8 May 2003 11:52:39 -0400
40200              Message-ID: <20030508155239.GC1495587@linguist.thayer.dartmouth.edu>
40201      Branch: perl
40202            ! pod/perldiag.pod
40203 ____________________________________________________________________________
40204 [ 19447] By: jhi                                   on 2003/05/08  17:19:06
40205         Log: Subject: [PATCH] [perl #22127] get(av|cv|hv|sv) added to Devel::PPPort
40206              From: Tassilo von Parseval <tassilo.parseval@post.rwth-aachen.de>
40207              Date: Thu, 08 May 2003 08:42:20 +0200
40208              Message-id: <20030508064220.GA763@ethan>
40209      Branch: perl
40210            ! ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.pm
40211            ! ext/Devel/PPPort/t/test.t
40212 ____________________________________________________________________________
40213 [ 19445] By: jhi                                   on 2003/05/08  05:21:44
40214         Log: A variant of
40215
40216              Subject: Re: 0 is not perl (was Re: Report /export/home/nwc10/Gripping-Smoke/Smoke)
40217              From: enache@rdslink.ro (Enache Adrian)
40218              Date: Tue, 22 Apr 2003 02:54:05 +0300
40219              Message-ID: <20030421235405.GA1162@ratsnest.hole>
40220
40221              to quench the black smoke from the BSD builds.
40222      Branch: perl
40223            ! lib/ExtUtils/MM_Unix.pm
40224 ____________________________________________________________________________
40225 [ 19444] By: rgs                                   on 2003/05/07  20:25:45
40226         Log: Subject: Re: [DOC PATCH] & More File::Path issues
40227              From: Casey West <casey@geeknest.com>
40228              Date: Mon, 5 May 2003 13:25:47 -0400
40229              Message-ID: <20030505172547.GB20508@geeknest.com>
40230      Branch: perl
40231            ! lib/File/Path.pm
40232 ____________________________________________________________________________
40233 [ 19443] By: jhi                                   on 2003/05/07  20:03:58
40234         Log: Spelling correction from Nicholas Clark.
40235      Branch: perl
40236            ! ext/POSIX/POSIX.pod
40237 ____________________________________________________________________________
40238 [ 19440] By: jhi                                   on 2003/05/07  19:20:53
40239         Log: One more possible extensions permutation.
40240      Branch: perl
40241            ! Configure
40242 ____________________________________________________________________________
40243 [ 19437] By: jhi                                   on 2003/05/07  16:58:21
40244         Log: Allow platforms to manipulate their archname by creating
40245              a archname.cbu in their hints files.
40246      Branch: perl
40247            ! Configure
40248 ____________________________________________________________________________
40249 [ 19436] By: jhi                                   on 2003/05/07  16:53:26
40250         Log: More long double logic from Alan Burlison.
40251      Branch: perl
40252            ! Configure
40253 ____________________________________________________________________________
40254 [ 19435] By: jhi                                   on 2003/05/06  15:21:55
40255         Log: Worth a try for [perl #17146]
40256      Branch: perl
40257            ! ext/IO/poll.c
40258 ____________________________________________________________________________
40259 [ 19433] By: jhi                                   on 2003/05/06  05:12:23
40260         Log: Document which interfaces are NOT Unicode-aware.
40261      Branch: perl
40262            ! pod/perltodo.pod pod/perlunicode.pod
40263 ____________________________________________________________________________
40264 [ 19432] By: rgs                                   on 2003/05/05  20:31:22
40265         Log: Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber
40266              From: Casey West <casey@geeknest.com>
40267              Date: Mon, 28 Apr 2003 11:07:36 -0400
40268              Message-ID: <20030428150736.GD62281@geeknest.com>
40269      Branch: perl
40270            ! pod/perlfilter.pod
40271 ____________________________________________________________________________
40272 [ 19431] By: rgs                                   on 2003/05/05  20:07:33
40273         Log: Subject: [patch] Re: [perl #21728] regexp SEGV
40274              From: Enache Adrian <enache@rdslink.ro>
40275              Date: Fri, 28 Mar 2003 23:53:09 +0200
40276              Message-ID: <20030328215309.GA6413@ratsnest.hole>
40277              (with minor tweaks)
40278      Branch: perl
40279            ! embed.fnc embed.h global.sym proto.h regexec.c scope.c scope.h
40280 ____________________________________________________________________________
40281 [ 19430] By: rgs                                   on 2003/05/05  20:01:36
40282         Log: Fix doc bug #22067, noticed by Mark Knutsen
40283      Branch: perl
40284            ! pod/perlfunc.pod
40285 ____________________________________________________________________________
40286 [ 19429] By: rgs                                   on 2003/05/05  18:59:59
40287         Log: Fix : the svr5 hints file doesn't propagate libswanted with
40288              threads enabled. Now threads are OK on OpenUNIX 8, except a
40289              mysterious failure in ext/POSIX/t/sigaction.t.
40290      Branch: perl
40291            ! hints/svr5.sh
40292 ____________________________________________________________________________
40293 [ 19428] By: jhi                                   on 2003/05/05  16:54:34
40294         Log: Snip away the perlunicode slowness demo since the new
40295              caching scheme should help things a bit.
40296      Branch: perl
40297            ! pod/perlunicode.pod
40298 ____________________________________________________________________________
40299 [ 19427] By: jhi                                   on 2003/05/05  16:14:09
40300         Log: Subject: Re: Minor change to strict.pm. Who? How?
40301              From: Adam Kennedy <adam@ali.as>
40302              Date: Wed, 30 Apr 2003 00:02:40 +1000
40303              Message-ID: <3EAE8600.2000806@ali.as>
40304
40305              Subject: [PATCH] Re: Minor change to strict.pm. Who? How?
40306              From: Michael G Schwern <schwern@pobox.com>
40307              Date: Tue, 29 Apr 2003 12:26:32 -0700
40308              Message-ID: <20030429192632.GA6129@windhund.schwern.org>
40309      Branch: perl
40310            ! lib/strict.pm
40311 ____________________________________________________________________________
40312 [ 19426] By: jhi                                   on 2003/05/05  15:48:57
40313         Log: Subject: [DOC PATCH] missing ')' in File::Path docs
40314              From: "Jos I.Boumans" <kane@dwim.org>
40315              Date: 30 Apr 2003 09:45:16 -0000
40316              Message-ID: <20030430114513165+0200@nntp.perl.org>
40317      Branch: perl
40318            ! lib/File/Path.pm
40319 ____________________________________________________________________________
40320 [ 19425] By: jhi                                   on 2003/05/05  15:47:19
40321         Log: Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance!
40322              From: Michael G Schwern <schwern@pobox.com>
40323              Date: Sat, 3 May 2003 15:30:16 -0700
40324              Message-ID: <20030503223016.GE1234@windhund.schwern.org>
40325      Branch: perl
40326            ! pod/perlmod.pod
40327 ____________________________________________________________________________
40328 [ 19424] By: jhi                                   on 2003/05/05  15:44:39
40329         Log: Subject: [PATCH] [perl #3096] undefing hash with object values
40330              From: Dave Mitchell <davem@fdgroup.com>
40331              Date: Thu, 1 May 2003 21:06:57 +0100
40332              Message-ID: <20030501200657.GA25456@fdgroup.com>
40333      Branch: perl
40334            ! hv.c t/op/undef.t
40335 ____________________________________________________________________________
40336 [ 19423] By: jhi                                   on 2003/05/05  15:42:58
40337         Log: Subject: Re: hv.c patch - pathological hashes too easy
40338              From: "Tye McQueen" <tye@metronet.com>
40339              Date: Thu, 1 May 2003 13:34:50 -0500 (CDT)
40340              Message-Id: <200305011834.h41IYoE08503@metronet.com>
40341      Branch: perl
40342            ! hv.c
40343 ____________________________________________________________________________
40344 [ 19422] By: jhi                                   on 2003/05/05  15:40:02
40345         Log: Subject: [PATCH] [perl #18341] random nits in perlrequick.pod
40346              From: Casey West <casey@geeknest.com>
40347              Date: Tue, 29 Apr 2003 16:14:20 -0400
40348              Message-ID: <20030429201420.GT62281@geeknest.com>
40349      Branch: perl
40350            ! pod/perlrequick.pod
40351 ____________________________________________________________________________
40352 [ 19421] By: jhi                                   on 2003/05/05  15:38:23
40353         Log: Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch
40354              From: Slaven Rezic <slaven@rezic.de>
40355              Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST)
40356              Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
40357      Branch: perl
40358            ! lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t
40359 ____________________________________________________________________________
40360 [ 19420] By: jhi                                   on 2003/05/05  15:36:39
40361         Log: Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT
40362              From: Steve Hay <steve.hay@uk.radan.com>
40363              Date: Wed, 30 Apr 2003 09:52:30 +0100
40364              Message-ID: <3EAF8ECE.8060403@uk.radan.com>
40365      Branch: perl
40366            ! utils/h2xs.PL
40367 ____________________________________________________________________________
40368 [ 19419] By: jhi                                   on 2003/05/05  08:20:34
40369         Log: Reintroduce the mention of the fact that the Artistic/GPL
40370              also are Perl's own licenses.
40371      Branch: perl
40372            ! pod/perlartistic.pod pod/perlgpl.pod
40373 ____________________________________________________________________________
40374 [ 19418] By: jhi                                   on 2003/05/05  07:23:57
40375         Log: Switch the new perlio way of opening anonymous temporary files
40376              open my $fh, '+>', undef
40377              to using File::Temp.  Test it, and test also the "accidental
40378              feature" of +< working the same way.
40379              This should address [perl #21937].
40380      Branch: perl
40381            + ext/PerlIO/t/open.t
40382            ! MANIFEST perlio.c pod/perlfunc.pod
40383 ____________________________________________________________________________
40384 [ 19417] By: jhi                                   on 2003/05/05  05:52:47
40385         Log: perlartistic and perlgpl reformatting from Sean Burke.
40386      Branch: perl
40387            ! pod/perlartistic.pod pod/perlgpl.pod
40388 ____________________________________________________________________________
40389 [ 19416] By: jhi                                   on 2003/05/05  05:33:43
40390         Log: pack/unpack fixes from Wolfgang Laun:
40391              - fix bug in UNICOS (where SIZE16 != sizeof(short))
40392              - introduce and use new internal pack/unpack API
40393              (packlist, unpackstring)
40394              that does away with the unused arguments in the old API
40395              (pack_cat, unpack_str).
40396      Branch: perl
40397            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_pack.c proto.h
40398 ____________________________________________________________________________
40399 [ 19415] By: jhi                                   on 2003/05/05  04:58:39
40400         Log: Subject: [PATCH] Embed.t flushing problem
40401              From: "Craig A. Berry" <craigberry@mac.com>
40402              Date: Sun, 04 May 2003 16:25:38 -0500
40403              Message-ID: <3EB58552.2070207@mac.com>
40404      Branch: perl
40405            ! lib/ExtUtils/t/Embed.t
40406 ____________________________________________________________________________
40407 [ 19414] By: jhi                                   on 2003/05/05  04:52:37
40408         Log: Doc nit from mjd.
40409      Branch: perl
40410            ! ext/DB_File/DB_File.pm
40411 ____________________________________________________________________________
40412 [ 19413] By: ams                                   on 2003/05/05  04:03:10
40413         Log: None of that "our" stuff here, please.
40414      Branch: perl
40415            ! ext/Storable/t/tied.t
40416 ____________________________________________________________________________
40417 [ 19412] By: ams                                   on 2003/05/05  03:57:06
40418         Log: Oops. More Storable 2.07 preparations.
40419      Branch: perl
40420            ! ext/Storable/README ext/Storable/Storable.pm
40421 ____________________________________________________________________________
40422 [ 19411] By: ams                                   on 2003/05/05  03:53:44
40423         Log: Update changelog for 2.07 release.
40424      Branch: perl
40425            ! ext/Storable/ChangeLog
40426 ____________________________________________________________________________
40427 [ 19410] By: ams                                   on 2003/05/05  03:31:36
40428         Log: Update Changes.
40429      Branch: perl
40430            ! Changes
40431 ____________________________________________________________________________
40432 [ 19409] By: ams                                   on 2003/05/05  03:21:41
40433         Log: Subject: Re: Bug in Storable???
40434              From: Slaven Rezic <slaven@rezic.de>
40435              Date: 04 May 2003 18:00:40 +0200
40436              Message-Id: <87of2iwvkn.fsf@vran.herceg.de>
40437      Branch: perl
40438            ! ext/Storable/Storable.xs ext/Storable/t/integer.t
40439 ____________________________________________________________________________
40440 [ 19407] By: jhi                                   on 2003/05/04  19:39:01
40441         Log: This way reads a bit better with pod2man.
40442      Branch: perl
40443            ! pod/perlartistic.pod pod/perlgpl.pod
40444 ____________________________________________________________________________
40445 [ 19406] By: jhi                                   on 2003/05/04  12:01:00
40446         Log: Integrate from maint:
40447              [ 18568]
40448              Add the POSIX::sigaction() trick by Slaven Rezic
40449              for [perl #17341].
40450      Branch: perl
40451           !> pod/perlfunc.pod pod/perlipc.pod
40452 ____________________________________________________________________________
40453 [ 19401] By: jhi                                   on 2003/05/04  09:25:48
40454         Log: Add Artistic as perlartistic and GPL (the Copying) as perlgpl;
40455              regen perltoc, perlmodlib.  The GPL added as verbatim as possible,
40456              the perlartistic is a straightforward podification.
40457      Branch: perl
40458            + pod/perlartistic.pod pod/perlgpl.pod
40459            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlmodlib.PL
40460            ! pod/perlmodlib.pod pod/perlmodstyle.pod pod/perltoc.pod
40461 ____________________________________________________________________________
40462 [ 19398] By: jhi                                   on 2003/05/04  08:19:14
40463         Log: Doesn't make any difference for the test but is more logical.
40464      Branch: perl
40465            ! t/lib/Devel/switchd.pm
40466 ____________________________________________________________________________
40467 [ 19396] By: jhi                                   on 2003/05/03  15:42:54
40468         Log: Plagued by thinkos tonight.
40469      Branch: perl
40470            ! lib/filetest.t
40471 ____________________________________________________________________________
40472 [ 19395] By: jhi                                   on 2003/05/03  15:37:35
40473         Log: Must skip more.
40474      Branch: perl
40475            ! lib/filetest.t
40476 ____________________________________________________________________________
40477 [ 19394] By: jhi                                   on 2003/05/03  15:30:45
40478         Log: Subject: Re: Does filetest work at all?
40479              From: Slaven Rezic <slaven@rezic.de>
40480              Date: 03 May 2003 18:26:49 +0200
40481              Message-ID: <87ade4q9me.fsf@vran.herceg.de>
40482      Branch: perl
40483            ! lib/filetest.t pp_sys.c
40484 ____________________________________________________________________________
40485 [ 19393] By: jhi                                   on 2003/05/03  05:34:21
40486         Log: Extra tweakage from Rafael for #19392.
40487      Branch: perl
40488            ! ext/B/B/Concise.pm lib/filetest.pm
40489 ____________________________________________________________________________
40490 [ 19392] By: jhi                                   on 2003/05/03  05:33:04
40491         Log: Salvage 'use filetest "access"' from compiletime to runtime.
40492      Branch: perl
40493            ! dump.c op.c op.h pp_sys.c
40494 ____________________________________________________________________________
40495 [ 19391] By: jhi                                   on 2003/05/03  05:19:23
40496         Log: Upgrade to Unicode 4.0.0.  (Well, upgrade at least
40497              the Unicode character database to 4.0.0.)
40498      Branch: perl
40499            + lib/unicore/HangulSyllableType.txt
40500            + lib/unicore/NormalizationCorrections.txt
40501            + lib/unicore/StandardizedVariants.txt
40502            + lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl
40503            + lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl
40504            + lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl
40505            + lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl
40506            + lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl
40507            + lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl
40508            + lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl
40509            + lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl
40510            + lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl
40511            + lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl
40512            + lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl
40513            + lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl
40514            ! (edit 129 files)
40515 ____________________________________________________________________________
40516 [ 19390] By: jhi                                   on 2003/05/03  04:52:09
40517         Log: Tru64: PerlIO_tell() was returning about one _megabyte_ for
40518              the fp offset, which was quite a big larger than the input file,
40519              which meant that the SvGROW tried to grow the file to about
40520              2**64-2**20, which made safesysrealloc() to understandably
40521              croak (in argv.t).
40522      Branch: perl
40523            ! sv.c
40524 ____________________________________________________________________________
40525 [ 19387] By: jhi                                   on 2003/05/02  19:18:35
40526         Log: Regen Configure (no changes but that's fine).
40527      Branch: perl
40528            ! Configure
40529 ____________________________________________________________________________
40530 [ 19386] By: jhi                                   on 2003/05/02  19:06:39
40531         Log: Subject: [PATCH] Re: maintperl on OpenUNIX 8
40532              From: Andy Dougherty <doughera@lafayette.edu>
40533              Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT)
40534              Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu>
40535      Branch: perl
40536            ! Configure
40537 ____________________________________________________________________________
40538 [ 19385] By: jhi                                   on 2003/05/02  19:01:04
40539         Log: Subject: [PATCH] OpenUNIX 8 support
40540              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
40541              Date: Fri, 2 May 2003 12:12:08 +0200
40542              Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr>
40543      Branch: perl
40544            ! Configure ext/Socket/socketpair.t hints/svr5.sh pp_sys.c
40545 ____________________________________________________________________________
40546 [ 19384] By: jhi                                   on 2003/05/02  18:58:32
40547         Log: Subject: [PATCH win32/win32.c] silence compiler warnings
40548              From: Abe Timmerman <abe@ztreet.demon.nl>
40549              Date: Fri, 2 May 2003 00:51:42 +0200
40550              Message-Id: <200305020051.43166.abe@ztreet.demon.nl>
40551      Branch: perl
40552            ! win32/win32.c
40553 ____________________________________________________________________________
40554 [ 19383] By: jhi                                   on 2003/05/02  18:55:37
40555         Log: Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
40556              From: Abe Timmerman <abe@ztreet.demon.nl>
40557              Date: Thu, 1 May 2003 18:34:35 +0200
40558              Message-Id: <200305011834.35685.abe@ztreet.demon.nl>
40559      Branch: perl
40560            ! win32/win32.h
40561 ____________________________________________________________________________
40562 [ 19382] By: jhi                                   on 2003/05/02  18:50:25
40563         Log: Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs
40564              From: Michael G Schwern <schwern@pobox.com>
40565              Date: Wed, 30 Apr 2003 18:19:32 -0700
40566              Message-ID: <20030501011932.GM701@windhund.schwern.org>
40567      Branch: perl
40568            ! ext/POSIX/POSIX.pod
40569 ____________________________________________________________________________
40570 [ 19381] By: jhi                                   on 2003/05/02  15:12:47
40571         Log: Forgot to check in the -d: file.
40572      Branch: perl
40573            + t/lib/Devel/switchd.pm
40574            ! MANIFEST t/run/switchd.t
40575 ____________________________________________________________________________
40576 [ 19380] By: jhi                                   on 2003/05/02  15:02:04
40577         Log: Solaris: make -Duse64bitall'ed to have an archname of
40578              sun4-solaris-64, from Alan Burlison.  (The default is to not
40579              to suffix anything with -Duse64bitall if longs are 64 bit.
40580              This may lead into confusion and much sorrow if 32-bit binaries
40581              and 64-bit binaries are installed under the same directories.
40582              Why is "-64" or something like that the default?  Well, there
40583              are platforms where 64 bits really is the default default.
40584              There adding a "-64" would be kind of odd.  Better to let
40585              each 64-bit capable platform to choose their archnames.)
40586      Branch: perl
40587            ! hints/solaris_2.sh
40588 ____________________________________________________________________________
40589 [ 19378] By: jhi                                   on 2003/05/02  08:41:40
40590         Log: The [perl #21890] (Devel::Coverage breakage) has been fixed
40591              by change #18589 (it was broken by change #9754); add test case.
40592      Branch: perl
40593            + t/run/switchd.t
40594            ! MANIFEST
40595 ____________________________________________________________________________
40596 [ 19376] By: jhi                                   on 2003/05/02  05:31:52
40597         Log: great_circle_direction() was broken,
40598              reported by Alexander Becher.
40599      Branch: perl
40600            ! lib/Math/Trig.pm lib/Math/Trig.t
40601 ____________________________________________________________________________
40602 [ 19375] By: jhi                                   on 2003/05/01  18:18:06
40603         Log: OS X: could not -Doptimize=-g.
40604      Branch: perl
40605            ! hints/darwin.sh
40606 ____________________________________________________________________________
40607 [ 19374] By: jhi                                   on 2003/05/01  12:33:44
40608         Log: OS X test tweak.
40609      Branch: perl
40610            ! ext/Cwd/t/cwd.t
40611 ____________________________________________________________________________
40612 [ 19373] By: jhi                                   on 2003/05/01  11:09:42
40613         Log: Subject: [PATCH] RE: perl@19333
40614              From: Robin Barker <Robin.Barker@npl.co.uk>
40615              Date: Tue, 29 Apr 2003 17:30:23 +0100
40616              Message-ID: <533D273D4014D411AB1D00062938C4D9040464F7@hotel.npl.co.uk>
40617      Branch: perl
40618            ! embed.pl pp_hot.c pp_pack.c proto.h
40619 ____________________________________________________________________________
40620 [ 19372] By: jhi                                   on 2003/05/01  09:52:52
40621         Log: miniperl cannot handle layers.t.
40622      Branch: perl
40623            ! t/io/layers.t
40624 ____________________________________________________________________________
40625 [ 19371] By: jhi                                   on 2003/05/01  08:26:06
40626         Log: The solution in change #19363 was too unportable.
40627      Branch: perl
40628            ! t/io/openpid.t
40629 ____________________________________________________________________________
40630 [ 19369] By: jhi                                   on 2003/05/01  07:48:06
40631         Log: perlreftut updates from mjd.
40632      Branch: perl
40633            ! pod/perlreftut.pod
40634 ____________________________________________________________________________
40635 [ 19368] By: jhi                                   on 2003/05/01  07:45:06
40636         Log: z/OS: More threaded build tweaks from Brian De Pradine--
40637              apparently now it works!
40638      Branch: perl
40639            ! ext/threads/threads.xs handy.h hints/os390.sh thread.h
40640 ____________________________________________________________________________
40641 [ 19367] By: rgs                                   on 2003/04/29  20:31:07
40642         Log: Subject: [PATCH] buglet: sub a(;&) { } doesn't work
40643              From: Enache Adrian <enache@rdslink.ro>
40644              Date: Sat, 19 Apr 2003 01:41:07 +0300
40645              Message-ID: <20030418224107.GA2751@ratsnest.hole>
40646      Branch: perl
40647            ! t/comp/parser.t toke.c
40648 ____________________________________________________________________________
40649 [ 19366] By: jhi                                   on 2003/04/29  08:55:12
40650         Log: If it's S_, it should be STATIC.
40651      Branch: perl
40652            ! embed.fnc embed.h numeric.c proto.h
40653 ____________________________________________________________________________
40654 [ 19365] By: sky                                   on 2003/04/28  16:30:03
40655         Log: Subject: [PATCH] [perl #7592] Clarify what qw() does in scalar context
40656              From: Casey West <casey@geeknest.com>
40657              Date: m\8cn apr 28, 2003  16:00:05 Europe/Stockholm
40658              Message-Id: <20030428140005.GC62281@geeknest.com>
40659      Branch: perl
40660            ! pod/perlop.pod
40661 ____________________________________________________________________________
40662 [ 19364] By: sky                                   on 2003/04/28  16:20:43
40663         Log: Subject: [PATCH] [patch #7514] Bug in perlop regex explination
40664              From: Casey West <casey@geeknest.com>
40665              Date: m\8cn apr 28, 2003  19:22:06 Europe/Stockholm
40666              Message-Id: <20030428172206.GK62281@geeknest.com>
40667      Branch: perl
40668            ! pod/perlop.pod
40669 ____________________________________________________________________________
40670 [ 19363] By: sky                                   on 2003/04/28  15:32:35
40671         Log: Fix bug 2681, change the test not to use the shell and use 3+arg
40672              open.
40673      Branch: perl
40674            ! t/io/openpid.t
40675 ____________________________________________________________________________
40676 [ 19359] By: jhi                                   on 2003/04/28  08:43:23
40677         Log: Feel-good cleanup.
40678      Branch: perl
40679            ! intrpvar.h sv.c
40680 ____________________________________________________________________________
40681 [ 19358] By: jhi                                   on 2003/04/28  08:27:15
40682         Log: SysV msg queues can be something hanging (witnessed in IRIX),
40683              so let's use IPC_NOWAIT.
40684      Branch: perl
40685            ! ext/IPC/SysV/t/msg.t t/op/taint.t
40686 ____________________________________________________________________________
40687 [ 19357] By: jhi                                   on 2003/04/28  06:32:47
40688         Log: Detecting errors of reentrant APIs: getgrgid_r and the like
40689              when returning an int can either return the error in the return
40690              value or in the errno.  We need a new per-interp variable to store
40691              the return value instead of clobbering the errno with it.  The new
40692              variable, PL_reentrant_retint, is only used within the reentrancy
40693              framework, and immediately after it's set, so there should not be
40694              similar visibility issues as for the errno.  Spotted by Edward Moy.
40695      Branch: perl
40696            ! embedvar.h intrpvar.h perlapi.h reentr.c reentr.h reentr.pl
40697 ____________________________________________________________________________
40698 [ 19356] By: rgs                                   on 2003/04/27  20:09:01
40699         Log: Newer glibc's nice(2) return the new nice value, instead of 0 or -1.
40700              Check errno to see if the call to nice(2) succeeded.
40701              Subject: Re: [PATCH++] all about the recent standard conforming glibc's nic
40702              From: Enache Adrian <enache@rdslink.ro>
40703              Date: Wed, 23 Apr 2003 22:48:20 +0300
40704              Message-ID: <20030423194820.GA874@ratsnest.hole>
40705      Branch: perl
40706            ! ext/POSIX/POSIX.xs
40707 ____________________________________________________________________________
40708 [ 19355] By: jhi                                   on 2003/04/27  19:56:09
40709         Log: Document a faint compilation noise.
40710      Branch: perl
40711            ! README.aix
40712 ____________________________________________________________________________
40713 [ 19354] By: rgs                                   on 2003/04/27  19:35:11
40714         Log: $[ clarifications.
40715      Branch: perl
40716            ! pod/perlvar.pod
40717 ____________________________________________________________________________
40718 [ 19353] By: rgs                                   on 2003/04/27  18:51:37
40719         Log: utime() doc clarifications
40720              based on :
40721              Subject: Re: [PATCH] [perl #18589] Add NFS warning, clarify touch example
40722              From: Casey West <casey@geeknest.com>
40723              Date: Fri, 25 Apr 2003 08:00:54 -0400
40724              Message-ID: <20030425120054.GQ34510@geeknest.com>
40725      Branch: perl
40726            ! pod/perlfunc.pod
40727 ____________________________________________________________________________
40728 [ 19351] By: jhi                                   on 2003/04/27  08:13:34
40729         Log: Add a test case for [perl #15288] (already solved).
40730      Branch: perl
40731            ! t/op/pack.t
40732 ____________________________________________________________________________
40733 [ 19350] By: jhi                                   on 2003/04/27  07:38:17
40734         Log: Add Dave Mitchell's test case for fields.
40735      Branch: perl
40736            ! lib/fields.t
40737 ____________________________________________________________________________
40738 [ 19349] By: jhi                                   on 2003/04/27  06:50:09
40739         Log: Subject: [PATCH] VMS::Stdio test tweak
40740              From: "Craig A. Berry" <craigberry@mac.com>
40741              Date: Sat, 26 Apr 2003 15:53:07 -0500
40742              Message-ID: <3EAAF1B3.7020708@mac.com>
40743      Branch: perl
40744            ! vms/ext/Stdio/test.pl
40745 ____________________________________________________________________________
40746 [ 19348] By: jhi                                   on 2003/04/27  06:46:16
40747         Log: Subject: Re: [COMPLETE PATCH lib/UNIVERSAL.pm] RE: [perl #22018] UNIVERSAL documentatio n contradicts itself
40748              From: Casey West <casey@geeknest.com>
40749              Date: Thu, 24 Apr 2003 08:18:42 -0400
40750              Message-ID: <20030424121842.GW34510@geeknest.com>
40751      Branch: perl
40752            ! lib/UNIVERSAL.pm
40753 ____________________________________________________________________________
40754 [ 19346] By: jhi                                   on 2003/04/27  06:03:48
40755         Log: Document that restricted hashes are not atomic
40756              (from Dave Mitchell).
40757      Branch: perl
40758            ! lib/Hash/Util.pm
40759 ____________________________________________________________________________
40760 [ 19345] By: jhi                                   on 2003/04/27  05:59:39
40761         Log: Subject: [PATCH] Re: the revenge of the bride of the son of the night of the living pseudohashes
40762              From: Dave Mitchell <davem@fdgroup.com>
40763              Date: Sat, 26 Apr 2003 18:45:28 +0100
40764              Message-ID: <20030426174528.GA9588@fdgroup.com>
40765      Branch: perl
40766            ! hv.c lib/Hash/Util.t pod/perldiag.pod
40767 ____________________________________________________________________________
40768 [ 19344] By: rgs                                   on 2003/04/26  22:48:32
40769         Log: Some doc patches by Casey West :
40770
40771              Subject: Re: [PATCH] Re: [perl #21260] adding error handling info to perlfunc/readline
40772              From: Casey West <casey@geeknest.com>
40773              Date: Fri, 25 Apr 2003 10:46:39 -0400
40774              Message-ID: <20030425144639.GY34510@geeknest.com>
40775
40776              Subject: Re: [perl #21785] [PATCH] clarify readdir in for conditional
40777              From: Casey West <casey@geeknest.com>
40778              Date: Fri, 25 Apr 2003 07:52:13 -0400
40779              Message-ID: <20030425115213.GP34510@geeknest.com>
40780
40781              Subject: Re: [perl #7213] [PATCH] Updating example in perldata
40782              From: Casey West <casey@geeknest.com>
40783              Date: Thu, 24 Apr 2003 21:27:22 -0400
40784              Message-ID: <20030425012722.GN34510@geeknest.com>
40785      Branch: perl
40786            ! pod/perldata.pod pod/perlfunc.pod pod/perlsyn.pod
40787 ____________________________________________________________________________
40788 [ 19343] By: rgs                                   on 2003/04/26  22:30:07
40789         Log: Document that splice() doesn't extend arrays
40790              Subject: Re: slice autoextending ? still another revised doc patch; COW
40791              From: david nicol <whatever@davidnicol.com>
40792              Date: 22 Apr 2003 22:05:02 -0500
40793              Message-Id: <1051067101.1086.113.camel@plaza.davidnicol.com>
40794      Branch: perl
40795            ! pod/perlfunc.pod
40796 ____________________________________________________________________________
40797 [ 19342] By: sky                                   on 2003/04/26  21:43:32
40798         Log: Fix bug #15161 by increasing the refcount on the RE and making
40799              sure to restore it correctly. Deals with both s//e and s///g.
40800      Branch: perl
40801            ! pp_ctl.c pp_hot.c
40802 ____________________________________________________________________________
40803 [ 19341] By: jhi                                   on 2003/04/26  04:36:03
40804         Log: Integrate:
40805              [ 19340]
40806              Caught by Mark Lutz in UNICOS: A declaration cannot appear
40807              after an executable statement in a block.
40808      Branch: perl
40809           !> pp_pack.c
40810 ____________________________________________________________________________
40811 [ 19337] By: jhi                                   on 2003/04/25  20:19:36
40812         Log: Now the -Dnoextensions and -Dnoextensions have the
40813              chance of actually doing something.
40814      Branch: perl
40815            ! Configure
40816 ____________________________________________________________________________
40817 [ 19334] By: jhi                                   on 2003/04/25  19:48:31
40818         Log: Subject: [PATCH] Configure's extension sanity check is too strict
40819              From: Andy Dougherty <doughera@lafayette.edu>
40820              Date: Fri, 25 Apr 2003 16:23:45 -0400 (EDT)
40821              Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu>
40822      Branch: perl
40823            ! Configure
40824 ____________________________________________________________________________
40825 [ 19330] By: jhi                                   on 2003/04/25  14:11:33
40826         Log: Subject: [PATCH Encode 1.93] another spin on the enc_module.t merry-go-round
40827              From: "Craig A. Berry" <craigberry@mac.com>
40828              Date: Thu, 24 Apr 2003 20:09:48 -0500
40829              Message-ID: <3EA88ADC.3000300@mac.com>
40830      Branch: perl
40831            ! ext/Encode/t/enc_module.t
40832 ____________________________________________________________________________
40833 [ 19329] By: jhi                                   on 2003/04/25  07:06:49
40834         Log: Upgrade to Time::HiRes 1.46.
40835      Branch: perl
40836            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
40837            ! ext/Time/HiRes/Makefile.PL
40838 ____________________________________________________________________________
40839 [ 19328] By: jhi                                   on 2003/04/25  06:57:10
40840         Log: Subject: typo in Time::HiRes docs
40841              From: mjd@plover.com
40842              Date: 19 Apr 2003 15:13:44 -0000
40843              Message-ID: <20030419151344.28237.qmail@plover.com>
40844      Branch: perl
40845            ! ext/Time/HiRes/HiRes.pm
40846 ____________________________________________________________________________
40847 [ 19327] By: jhi                                   on 2003/04/25  04:45:05
40848         Log: Clarify(?) the perlio default layers table.
40849      Branch: perl
40850            ! lib/PerlIO.pm t/io/layers.t
40851 ____________________________________________________________________________
40852 [ 19326] By: jhi                                   on 2003/04/25  04:22:49
40853         Log: Upgrade to Test::Harness 2.28.
40854      Branch: perl
40855            ! lib/Test/Harness.pm lib/Test/Harness/Changes
40856            ! lib/Test/Harness/t/pod.t
40857 ____________________________________________________________________________
40858 [ 19325] By: jhi                                   on 2003/04/24  19:06:29
40859         Log: Upgrade to Encode 1.93.
40860      Branch: perl
40861            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Makefile.PL
40862            ! ext/Encode/lib/Encode/CJKConstants.pm
40863            ! ext/Encode/lib/Encode/CN/HZ.pm
40864            ! ext/Encode/lib/Encode/Encoding.pm
40865            ! ext/Encode/lib/Encode/Guess.pm
40866            ! ext/Encode/lib/Encode/KR/2022_KR.pm
40867            ! ext/Encode/lib/Encode/PerlIO.pod ext/Encode/t/CJKT.t
40868            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_module.t
40869            ! ext/Encode/t/guess.t ext/Encode/ucm/euc-cn.ucm
40870            ! ext/Encode/ucm/euc-jp.ucm ext/Encode/ucm/euc-kr.ucm
40871 ____________________________________________________________________________
40872 [ 19323] By: jhi                                   on 2003/04/24  16:57:13
40873         Log: VMS patch for faststdio from Craig Berry.
40874      Branch: perl
40875            ! configure.com
40876 ____________________________________________________________________________
40877 [ 19320] By: rgs                                   on 2003/04/23  20:20:58
40878         Log: Subject: Re: [PATCH] [perl #18055] Clarify for bug resolution.
40879              From: Casey West <casey@geeknest.com>
40880              Date: Wed, 23 Apr 2003 14:03:20 -0400
40881              Message-ID: <20030423180320.GZ15574@geeknest.com>
40882      Branch: perl
40883            ! pod/perlmodlib.PL pod/perlmodlib.pod
40884 ____________________________________________________________________________
40885 [ 19319] By: rgs                                   on 2003/04/23  19:54:31
40886         Log: Subject: [perl #22011] [PATCH] pod/perlmod.pod (v5.8.0)
40887              From: Chris Pepper (via RT) <perlbug-followup@perl.org>
40888              Date: 22 Apr 2003 04:31:17 -0000
40889              Message-Id: <rt-22011-55473.11.0523590303906@bugs6.perl.org>
40890              (with minor further corrections)
40891      Branch: perl
40892            ! pod/perlmod.pod
40893 ____________________________________________________________________________
40894 [ 19316] By: rgs                                   on 2003/04/23  19:11:01
40895         Log: A new fatal error :
40896              Subject: [PATCH] Perl_croak("Use of freed value in iteration")
40897              From: Dave Mitchell <davem@fdgroup.com>
40898              Date: Mon, 21 Apr 2003 13:19:50 +0100
40899              Message-ID: <20030421121950.GB18189@fdgroup.com>
40900              Message-ID: <20030421125433.GC18189@fdgroup.com>
40901      Branch: perl
40902            ! pod/perldiag.pod pp_hot.c t/cmd/for.t
40903 ____________________________________________________________________________
40904 [ 19314] By: jhi                                   on 2003/04/23  18:53:46
40905         Log: Introduce 'fast stdio' symbols to non-Configure lands.
40906      Branch: perl
40907            ! NetWare/config.wc NetWare/config_H.wc configure.com
40908            ! epoc/config.sh plan9/config.plan9 plan9/config_h.sample
40909            ! plan9/config_sh.sample uconfig.h uconfig.sh win32/config.bc
40910            ! win32/config.gc win32/config.vc win32/config.vc64
40911            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40912            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
40913 ____________________________________________________________________________
40914 [ 19312] By: jhi                                   on 2003/04/23  18:21:47
40915         Log: Regen Configure, Glossary, et alia.
40916      Branch: perl
40917            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40918            ! config_h.SH
40919 ____________________________________________________________________________
40920 [ 19310] By: jhi                                   on 2003/04/23  08:34:33
40921         Log: Handle the combination of dosish and non-faststdio.
40922      Branch: perl
40923            ! t/io/layers.t
40924 ____________________________________________________________________________
40925 [ 19308] By: rgs                                   on 2003/04/22  20:53:20
40926         Log: Subject: 5.8.0: two problems
40927              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
40928              Date: Tue, 22 Apr 2003 11:43:17 -0700
40929              Message-ID: <20030422184316.GA8602@math.berkeley.edu>
40930      Branch: perl
40931            ! XSUB.h
40932 ____________________________________________________________________________
40933 [ 19307] By: ams                                   on 2003/04/22  16:39:51
40934         Log: Subject: [PATCH] Doc pointers in perlbot.
40935              From: Casey West <casey@geeknest.com>
40936              Date: Tue, 22 Apr 2003 11:19:09 -0400
40937              Message-Id: <20030422151909.GC11119@geeknest.com>
40938              (Applied by hand.)
40939      Branch: perl
40940            ! pod/perlbot.pod
40941 ____________________________________________________________________________
40942 [ 19306] By: jhi                                   on 2003/04/22  13:09:21
40943         Log: z/OS: changes for building threaded from "Brian De Pradine"
40944              <PRADINE@uk.ibm.com>.
40945      Branch: perl
40946            ! Makefile.SH hints/os390.sh thread.h util.c
40947 ____________________________________________________________________________
40948 [ 19305] By: jhi                                   on 2003/04/22  11:42:35
40949         Log: Enache's turn.
40950      Branch: perl
40951            ! ext/Encode/t/enc_module.t
40952 ____________________________________________________________________________
40953 [ 19304] By: jhi                                   on 2003/04/22  10:48:47
40954         Log: Re-merge Encode 1.92.
40955      Branch: perl
40956            ! ext/Encode/Makefile.PL ext/Encode/t/enc_module.t
40957 ____________________________________________________________________________
40958 [ 19302] By: jhi                                   on 2003/04/22  05:26:21
40959         Log: Argh, cut-and-pasto.
40960      Branch: perl
40961            ! perlio.c
40962 ____________________________________________________________________________
40963 [ 19301] By: sky                                   on 2003/04/21  21:33:14
40964         Log: Fix bug 17964 by properly refcounting the gv top.
40965              Seems like the entries in rsfp are way different than
40966              normal PVIO objects.
40967      Branch: perl
40968            ! sv.c
40969 ____________________________________________________________________________
40970 [ 19300] By: rgs                                   on 2003/04/21  19:42:04
40971         Log: Fix another segfault case (warn called from UNIVERSAL::DESTROY).
40972
40973              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
40974              From: Enache Adrian <enache@rdslink.ro>
40975              Date: Sun, 20 Apr 2003 02:45:48 +0300
40976              Message-ID: <20030419234548.GA849@ratsnest.hole>
40977              and
40978              Date: Wed, 2 Apr 2003 07:52:28 +0300
40979              Message-ID: <20030402045227.GA1023@ratsnest.hole>
40980      Branch: perl
40981            ! pp_sys.c t/op/ref.t util.c
40982 ____________________________________________________________________________
40983 [ 19299] By: sky                                   on 2003/04/21  17:05:31
40984         Log: Croak on non ref to shared methods instead of segfault.
40985              This can really only happen for &share("string").
40986      Branch: perl
40987            ! ext/threads/shared/shared.xs
40988 ____________________________________________________________________________
40989 [ 19297] By: jhi                                   on 2003/04/21  16:24:36
40990         Log: Add OpenZaurus cross-compilation patches.
40991      Branch: perl
40992            + Cross/Makefile Cross/Makefile.SH.patch Cross/TODO Cross/config
40993            + Cross/config.sh-arm-linux Cross/generate_config_sh
40994            + Cross/installperl.patch Cross/warp
40995            ! Cross/README INSTALL MANIFEST
40996 ____________________________________________________________________________
40997 [ 19289] By: sky                                   on 2003/04/21  13:24:40
40998         Log: Fixes bug #17043, resets PL_srand_called before the cloning.
40999              Allows people to override the resetting by using srand() in CLONE.
41000      Branch: perl
41001            ! ext/threads/t/thread.t ext/threads/threads.xs
41002 ____________________________________________________________________________
41003 [ 19286] By: jhi                                   on 2003/04/21  06:50:42
41004         Log: Introduce two new Configure symbols:
41005              [1] d_faststdio  = d_stdstdio && d_stdio_ptr_lval &&
41006              (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt)
41007              [2] usefaststdio = do we use fast stdio if we have it?
41008              For 5.[68], we do.  For anything else, we don't.
41009              (At least, unless otherwise instructed by -Dusefaststdio.)
41010              This means that for bleadperl we no more use stdio, but instead
41011              default to perlio: the effect of PERLIO=perlio, in other words.
41012              (PERLIO=stdio will still switch to using stdio.)
41013              This change may endanger extensions using FILE*-- but if we are
41014              to migrate fully to perlio, better start swallowing the poison now.
41015              For maintperl, the usefaststdio still defaults to yes.
41016      Branch: perl
41017            ! Configure config_h.SH perlio.c t/io/layers.t
41018 ____________________________________________________________________________
41019 [ 19285] By: jhi                                   on 2003/04/21  05:43:55
41020         Log: Upgrade to Locale::Maketext 1.05.
41021      Branch: perl
41022            ! lib/Locale/Maketext.pm lib/Locale/Maketext/ChangeLog
41023 ____________________________________________________________________________
41024 [ 19284] By: jhi                                   on 2003/04/21  05:40:34
41025         Log: Upgrade to Test 1.24.
41026      Branch: perl
41027            ! lib/Test.pm
41028 ____________________________________________________________________________
41029 [ 19283] By: rgs                                   on 2003/04/20  22:01:28
41030         Log: Subject: [PATCH] goto &sub doesn't empty @_
41031              From: Dave Mitchell <davem@fdgroup.com>
41032              Date: Sun, 20 Apr 2003 21:46:51 +0100
41033              Message-ID: <20030420204651.GE15591@fdgroup.com>
41034      Branch: perl
41035            ! pp_ctl.c
41036 ____________________________________________________________________________
41037 [ 19282] By: rgs                                   on 2003/04/20  21:22:29
41038         Log: Remove, in the main Makefile, the $(LDLIBPTH) variable from
41039              the commands that invoke $(CC).
41040              Subject: Re: Smoke failure
41041              From: Enache Adrian <enache@rdslink.ro>
41042              Date: Fri, 18 Apr 2003 19:06:07 +0300
41043              Message-ID: <20030418160606.GA797@ratsnest.hole>
41044      Branch: perl
41045            ! Makefile.SH
41046 ____________________________________________________________________________
41047 [ 19281] By: rgs                                   on 2003/04/20  19:53:53
41048         Log: Subject: Re: [perl #22000] AutoReply: [PATCH] Naughty sv_gets/RsRECORD bug
41049              From: Enache Adrian <enache@rdslink.ro>
41050              Date: Sat, 19 Apr 2003 20:12:18 +0300
41051              Message-ID: <20030419171218.GA974@ratsnest.hole>
41052      Branch: perl
41053            ! sv.c
41054 ____________________________________________________________________________
41055 [ 19280] By: rgs                                   on 2003/04/20  18:55:40
41056         Log: Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile.
41057              Subject: [DOC PATCH 5.8.0] Re: Problem with Devel::Peek on Perl 5.8.0
41058              From: Steve Hay <steve.hay@uk.radan.com>
41059              Date: Wed, 16 Apr 2003 11:12:22 +0100
41060              Message-ID: <3E9D2C86.8040104@uk.radan.com>
41061      Branch: perl
41062            ! INSTALL win32/Makefile
41063 ____________________________________________________________________________
41064 [ 19278] By: jhi                                   on 2003/04/20  07:42:17
41065         Log: Give more information of what to do when -Dusexxx fail.
41066      Branch: perl
41067            ! Configure
41068 ____________________________________________________________________________
41069 [ 19277] By: rgs                                   on 2003/04/19  19:40:22
41070         Log: Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)
41071              by adding a dummy destructor method Regexp::DESTROY.
41072              This prevents infinite recursion, since Regexp::DESTROY
41073              is no more autoloaded.
41074
41075              Subject: Re: [perl #21347] segfault in UNIVERSAL::AUTOLOAD
41076              From: Enache Adrian <enache@rdslink.ro>
41077              Date: Wed, 2 Apr 2003 05:02:42 +0300
41078              Message-ID: <20030402020242.GA2966@ratsnest.hole>
41079      Branch: perl
41080            ! ext/B/t/stash.t t/op/ref.t universal.c
41081 ____________________________________________________________________________
41082 [ 19276] By: rgs                                   on 2003/04/19  19:32:25
41083         Log: Subject: Re: [PATCH] [perl #21875] Hash ref transformed as a list
41084              From: Dave Mitchell <davem@fdgroup.com>
41085              Date: Sat, 19 Apr 2003 20:06:51 +0100
41086              Message-ID: <20030419190651.GD13333@fdgroup.com>
41087      Branch: perl
41088            ! t/comp/parser.t toke.c
41089 ____________________________________________________________________________
41090 [ 19275] By: jhi                                   on 2003/04/19  18:52:24
41091         Log: Restore the two variables retired by the change #19268
41092              (for binary backward compatibility)
41093      Branch: perl
41094            ! embedvar.h perlapi.h thrdvar.h
41095 ____________________________________________________________________________
41096 [ 19273] By: jhi                                   on 2003/04/19  17:36:33
41097         Log: Fail if the specified -Duse64xxx cannot be fulfilled.
41098              (And undo a doublesize probe glitch from change #19272.)
41099      Branch: perl
41100            ! Configure
41101 ____________________________________________________________________________
41102 [ 19272] By: jhi                                   on 2003/04/19  16:38:12
41103         Log: If long doubles fail, we really cannot sensibly
41104              drop back to doubles anymore, therefore abort.
41105              Pointed out by Slaven Rezic. (I tried to fix this
41106              via metaconfig but ended up with a vicious cyclic
41107              dependency.)
41108      Branch: perl
41109            ! Configure
41110 ____________________________________________________________________________
41111 [ 19270] By: jhi                                   on 2003/04/19  12:09:21
41112         Log: Upgrade to Net::Ping 2.30.
41113      Branch: perl
41114            ! lib/Net/Ping.pm lib/Net/Ping/Changes
41115            ! lib/Net/Ping/t/450_service.t
41116 ____________________________________________________________________________
41117 [ 19269] By: jhi                                   on 2003/04/19  07:10:57
41118         Log: Bump the test count.
41119      Branch: perl
41120            ! ext/Storable/t/tied.t
41121 ____________________________________________________________________________
41122 [ 19268] By: jhi                                   on 2003/04/19  07:06:13
41123         Log: Subject: [PATCH] allow recursive FETCHes
41124              From: Dave Mitchell <davem@fdgroup.com>
41125              Date: Mon, 7 Apr 2003 10:00:41 +0100
41126              Message-ID: <20030407100041.A1617@fdgroup.com>
41127      Branch: perl
41128            ! av.c dump.c embed.fnc embed.h embedvar.h
41129            ! ext/Storable/t/st-dump.pl hv.c perl.c perlapi.h proto.h sv.c
41130            ! sv.h t/op/tie.t thrdvar.h
41131 ____________________________________________________________________________
41132 [ 19267] By: jhi                                   on 2003/04/19  06:54:34
41133         Log: Subject: [PATCH] readline.t tweak for VMS
41134              From: "Craig A. Berry" <craigberry@mac.com>
41135              Date: Thu, 17 Apr 2003 17:18:19 -0500
41136              Message-ID: <3E9F282B.6090603@mac.com>
41137      Branch: perl
41138            ! t/op/readline.t
41139 ____________________________________________________________________________
41140 [ 19266] By: jhi                                   on 2003/04/19  06:46:48
41141         Log: Subject: [PATCH] Re: any takers for this Storable bug?
41142              From: Enache Adrian <enache@rdslink.ro>
41143              Date: Wed, 16 Apr 2003 21:11:11 +0300
41144              Message-ID: <20030416181111.GA6687@ratsnest.hole>
41145
41146              ams had already fixed the bug by #19227, but take the
41147              test case.
41148      Branch: perl
41149            ! ext/Storable/t/tied.t
41150 ____________________________________________________________________________
41151 [ 19265] By: sky                                   on 2003/04/19  00:40:42
41152         Log: Don't use the stack to allocate a SV that we hand out to another
41153              function, only badness can ensure.
41154              Message-Id: <20030418180131.GD10086@fdgroup.com>
41155              Thanks go to Dave Mitchell for help in tracking down the bug!
41156      Branch: perl
41157            ! sv.c
41158 ____________________________________________________________________________
41159 [ 19264] By: jhi                                   on 2003/04/18  19:28:04
41160         Log: UTF8 regexp patch from Inaba Hiroto.
41161      Branch: perl
41162            ! regcomp.c t/op/pat.t
41163 ____________________________________________________________________________
41164 [ 19263] By: jhi                                   on 2003/04/18  19:16:43
41165         Log: Unused variables.
41166      Branch: perl
41167            ! perlio.c universal.c
41168 ____________________________________________________________________________
41169 [ 19262] By: sky                                   on 2003/04/17  20:02:33
41170         Log: Another needle in the voodoo doll.
41171              Now I think it should work with the shared
41172              strings.
41173      Branch: perl
41174            ! sv.c
41175 ____________________________________________________________________________
41176 [ 19254] By: sky                                   on 2003/04/17  17:31:52
41177         Log: Extreme Voodoo programming, by not pinching the SV if it is a
41178              PADTMP it happily keeps it's value later on!
41179      Branch: perl
41180            ! sv.c
41181 ____________________________________________________________________________
41182 [ 19253] By: jhi                                   on 2003/04/17  17:09:16
41183         Log: Implement -Dnoextensions=... and -Donlyextensions=...
41184      Branch: perl
41185            ! Configure INSTALL
41186 ____________________________________________________________________________
41187 [ 19252] By: ams                                   on 2003/04/17  16:19:31
41188         Log: Speculative fix: don't set GvNAMELEN to 1 if GvNAME is "".
41189              Anything that's broken by this change should be fixed.
41190      Branch: perl
41191            ! gv.c
41192 ____________________________________________________________________________
41193 [ 19251] By: jhi                                   on 2003/04/17  15:39:56
41194         Log: Introduce the new *l APIs, undefined, to non-Configure lands.
41195      Branch: perl
41196            ! NetWare/config.wc NetWare/config_H.wc configure.com
41197            ! djgpp/configure.bat epoc/config.sh plan9/config.plan9
41198            ! plan9/config_h.sample plan9/config_sh.sample win32/config.bc
41199            ! win32/config.gc win32/config.vc win32/config.vc64
41200            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41201            ! win32/config_H.vc64 wince/config.ce wince/config_H.ce
41202 ____________________________________________________________________________
41203 [ 19250] By: jhi                                   on 2003/04/17  15:07:08
41204         Log: Regen Glossary et alia.
41205      Branch: perl
41206            ! Porting/Glossary Porting/config.sh Porting/config_H
41207 ____________________________________________________________________________
41208 [ 19248] By: jhi                                   on 2003/04/17  14:53:41
41209         Log: Small tidying up of the selectminbits code, but most
41210              importantly allocate the buffer from the heap using
41211              malloc, not from the stack: using stack causes unaligned
41212              access in LP64 Solaris since stack data is not guaranteed
41213              to be 64-bit aligned, while a fd_set is (it has 1024 longs).
41214              (via Alan Burlison)
41215      Branch: perl
41216            ! Configure
41217 ____________________________________________________________________________
41218 [ 19247] By: ams                                   on 2003/04/17  12:24:57
41219         Log: Subject: Re: [perl #21950] 5.8.x -- :scalar and magic strings
41220              From: Enache Adrian <enache@rdslink.ro>
41221              Date: Thu, 17 Apr 2003 14:35:36 +0300
41222              Message-Id: <20030417113536.GA898@ratsnest.hole>
41223      Branch: perl
41224            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
41225 ____________________________________________________________________________
41226 [ 19245] By: jhi                                   on 2003/04/17  09:20:27
41227         Log: Document that the open pragma does not affect
41228              the three-headed hydra, ummm, open.
41229      Branch: perl
41230            ! lib/open.pm
41231 ____________________________________________________________________________
41232 [ 19244] By: jhi                                   on 2003/04/17  06:45:26
41233         Log: More maneuvering closer to proposed POSIX classes
41234              mapping to Unicode: (1) The definitions of "graph" and
41235              "print" are still in flux: move closer back to how Perl
41236              5.8.0 defined it (though drop Co, that did not make sense)
41237              (2) Add U+0085 (NEL) to "space".
41238      Branch: perl
41239            ! lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl
41240            ! lib/unicore/lib/Space.pl lib/unicore/mktables
41241 ____________________________________________________________________________
41242 [ 19243] By: jhi                                   on 2003/04/17  05:29:24
41243         Log: Detect the 'fast stdio' case.
41244      Branch: perl
41245            ! lib/PerlIO.pm t/io/layers.t
41246 ____________________________________________________________________________
41247 [ 19242] By: jhi                                   on 2003/04/16  20:14:01
41248         Log: Fix up Larry's copyright statements to my best knowledge.
41249              (Lots of Perl 5 source code archaeology was involved.)
41250              Larry didn't make strangled noises when I showed him
41251              the patch, either :-)
41252      Branch: perl
41253            ! EXTERN.h INTERN.h Porting/pumpkin.pod README XSUB.h av.c av.h
41254            ! cc_runtime.h cop.h cv.h deb.c doio.c doop.c dosish.h dump.c
41255            ! embed.h embed.pl embedvar.h fakesdio.h fakethr.h form.h
41256            ! global.sym globals.c gv.c gv.h handy.h hv.c hv.h keywords.h
41257            ! keywords.pl locale.c mg.c mg.h miniperlmain.c nostdio.h
41258            ! numeric.c op.c op.h opcode.h opcode.pl opnames.h pad.c pad.h
41259            ! patchlevel.h perl.c perl.h perlapi.c perlapi.h perlio.h
41260            ! perlsdio.h perlsfio.h perlvars.h pp.c pp.h pp_ctl.c pp_hot.c
41261            ! pp_pack.c pp_sort.c pp_sys.c proto.h reentr.c reentr.h
41262            ! reentr.pl regcomp.c regcomp.h regexec.c regexp.h run.c scope.c
41263            ! scope.h sv.c sv.h taint.c thrdvar.h thread.h toke.c
41264            ! universal.c unixish.h utf8.c utf8.h utfebcdic.h util.c util.h
41265            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
41266            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
41267            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c xsutils.c
41268 ____________________________________________________________________________
41269 [ 19241] By: jhi                                   on 2003/04/16  17:24:24
41270         Log: Handle PERLIO= and document a bit.
41271      Branch: perl
41272            ! lib/PerlIO.pm pod/perlrun.pod t/io/layers.t
41273 ____________________________________________________________________________
41274 [ 19240] By: sky                                   on 2003/04/16  16:27:43
41275         Log: Fix double join problem for those places where free
41276              actually means free (solaris for example :)
41277              Fixes bug #16681
41278      Branch: perl
41279            ! ext/threads/t/join.t ext/threads/threads.xs
41280 ____________________________________________________________________________
41281 [ 19239] By: jhi                                   on 2003/04/16  14:57:47
41282         Log: Try to get the layers.t working also for dosish platforms.
41283      Branch: perl
41284            ! lib/PerlIO.pm t/io/layers.t
41285 ____________________________________________________________________________
41286 [ 19238] By: jhi                                   on 2003/04/16  13:27:24
41287         Log: A -C parsed from the #! line can still have line endings in it.
41288      Branch: perl
41289            ! util.c
41290 ____________________________________________________________________________
41291 [ 19237] By: jhi                                   on 2003/04/16  13:23:37
41292         Log: What does an empty PERLIO= mean, anyway?
41293      Branch: perl
41294            ! t/io/layers.t
41295 ____________________________________________________________________________
41296 [ 19236] By: jhi                                   on 2003/04/16  13:09:42
41297         Log: Document the effect of thread creation context.
41298      Branch: perl
41299            ! ext/threads/threads.pm
41300 ____________________________________________________________________________
41301 [ 19235] By: jhi                                   on 2003/04/16  12:13:07
41302         Log: Use the right prototype and a glob is fine (from Rafael).
41303      Branch: perl
41304            ! lib/PerlIO.pm universal.c
41305 ____________________________________________________________________________
41306 [ 19234] By: jhi                                   on 2003/04/16  10:20:46
41307         Log: PerlIO::get_layers() usage tip.
41308      Branch: perl
41309            ! lib/PerlIO.pm
41310 ____________________________________________________________________________
41311 [ 19233] By: jhi                                   on 2003/04/16  10:07:48
41312         Log: Syntax terror.
41313      Branch: perl
41314            ! lib/unicore/mktables
41315 ____________________________________________________________________________
41316 [ 19232] By: jhi                                   on 2003/04/16  09:45:51
41317         Log: Redundant test.
41318      Branch: perl
41319            ! lib/unicore/mktables
41320 ____________________________________________________________________________
41321 [ 19231] By: jhi                                   on 2003/04/16  09:21:25
41322         Log: Synchronize the specifications of the POSIX character
41323              classes alnum, graph, and print closer to the planned
41324              Unicode proposal.
41325      Branch: perl
41326            ! lib/unicore/lib/Alnum.pl lib/unicore/lib/Graph.pl
41327            ! lib/unicore/lib/Print.pl lib/unicore/mktables utf8.c
41328 ____________________________________________________________________________
41329 [ 19230] By: jhi                                   on 2003/04/16  08:57:01
41330         Log: Patch from Merijn.
41331      Branch: perl
41332            ! perl.h
41333 ____________________________________________________________________________
41334 [ 19228] By: jhi                                   on 2003/04/16  08:27:26
41335         Log: Thinko in modfl detection.
41336      Branch: perl
41337            ! Configure
41338 ____________________________________________________________________________
41339 [ 19227] By: ams                                   on 2003/04/16  02:32:11
41340         Log: Storable now handles self-tied scalars with NULL mg_obj.
41341      Branch: perl
41342            ! ext/Storable/Storable.xs
41343 ____________________________________________________________________________
41344 [ 19226] By: jhi                                   on 2003/04/15  18:00:21
41345         Log: Upgrade to Pod::LaTeX 0.55.
41346      Branch: perl
41347            + lib/Pod/t/pod2latex.t
41348            - lib/Pod/t/latex.t
41349            ! MANIFEST lib/Pod/LaTeX.pm pod/pod2latex.PL
41350 ____________________________________________________________________________
41351 [ 19224] By: jhi                                   on 2003/04/15  17:01:27
41352         Log: The 'disable-longdouble-if-no-modfl-sqrtl' part didn't stick.
41353      Branch: perl
41354            ! Configure
41355 ____________________________________________________________________________
41356 [ 19223] By: jhi                                   on 2003/04/15  16:36:32
41357         Log: Handle PERLIO=stdio, PERLIO=perlio, PERLIO=mmap, and no PERLIO.
41358      Branch: perl
41359            ! t/io/layers.t
41360 ____________________________________________________________________________
41361 [ 19221] By: jhi                                   on 2003/04/15  16:27:49
41362         Log: False alarm: no cyclic dependency.
41363      Branch: perl
41364            ! Configure config_h.SH
41365 ____________________________________________________________________________
41366 [ 19219] By: jhi                                   on 2003/04/15  16:08:11
41367         Log: Backport of _most_ of the changes in #19218: not one big
41368              cyclic dependency, though, it must be broken up somehow.
41369      Branch: perl
41370            ! Configure config_h.SH
41371 ____________________________________________________________________________
41372 [ 19218] By: jhi                                   on 2003/04/15  14:09:31
41373         Log: Big patch from Alan Burlison to make Solaris long doubles work.
41374              (Also spreads more <stdlib.h> joy.)
41375              Needs backporting to metaconfig units and introducing the new
41376              symbols to non-Configure lands.
41377      Branch: perl
41378            ! Configure config_h.SH hints/solaris_2.sh numeric.c perl.h pp.c
41379 ____________________________________________________________________________
41380 [ 19217] By: jhi                                   on 2003/04/15  14:01:03
41381         Log: Don't skip the whole test for PERLIO=perlio.
41382      Branch: perl
41383            ! t/io/layers.t
41384 ____________________________________________________________________________
41385 [ 19215] By: jhi                                   on 2003/04/15  05:54:17
41386         Log: Add a test for [perl #17753].
41387      Branch: perl
41388            ! t/op/undef.t
41389 ____________________________________________________________________________
41390 [ 19214] By: jhi                                   on 2003/04/15  05:40:52
41391         Log: "proto.h": 'id' is a reserved word in Objective-C.
41392      Branch: perl
41393            ! embed.fnc op.c proto.h
41394 ____________________________________________________________________________
41395 [ 19213] By: sky                                   on 2003/04/14  21:42:10
41396         Log: Ook, run tests on correct build-dir next time.
41397              We must check if the hv is a stash, otherwise we try to delete
41398              something that is a HvNAME of null.....  tests pass better now
41399      Branch: perl
41400            ! gv.c
41401 ____________________________________________________________________________
41402 [ 19212] By: sky                                   on 2003/04/14  21:15:00
41403         Log: Fixes to bugs introduced by PL_stashcache
41404              A) Follow suggestion by Benjamin Goldberg to use hv_delete
41405              instead of hv_delete_ent to avoid creating a temporary SV
41406              B) Don't increment the refcount, sneak it into an IV instead
41407              C) When a GP is a deleted that contains a stash, remove the
41408              corresponding entry since hv might be in use in other places.
41409              D) Note that no test cases test the deletion of packages to catch
41410              this bug.
41411      Branch: perl
41412            ! gv.c hv.c pp_hot.c
41413 ____________________________________________________________________________
41414 [ 19211] By: rgs                                   on 2003/04/14  21:11:11
41415         Log: Mention that "make test_harness" lets messages sent through
41416              standard error out. Complements change #19206.
41417      Branch: perl
41418            ! pod/perlhack.pod
41419 ____________________________________________________________________________
41420 [ 19210] By: rgs                                   on 2003/04/14  20:48:02
41421         Log: Subject: Re: Parse::RecDescent triggers infinete loop in perl5.9.0 and 5.8.1  [perl #17757]
41422              From: Inaba Hiroto <inaba@st.rim.or.jp>
41423              Date: Fri, 21 Mar 2003 17:35:21 +0900
41424              Message-ID: <3E7ACEC8.E0D57221@st.rim.or.jp>
41425              Date: Sat, 22 Mar 2003 11:28:05 +0900
41426              Message-ID: <3E7BCA34.6824269F@st.rim.or.jp>
41427      Branch: perl
41428            ! regexec.c t/op/pat.t
41429 ____________________________________________________________________________
41430 [ 19209] By: jhi                                   on 2003/04/14  20:36:55
41431         Log: PERLIO=perlio requires extra steps.
41432      Branch: perl
41433            ! lib/PerlIO.pm t/io/layers.t
41434 ____________________________________________________________________________
41435 [ 19208] By: jhi                                   on 2003/04/14  20:02:04
41436         Log: Skip as early as possible if no perlio since the
41437              use open would be compile-time.
41438      Branch: perl
41439            ! t/io/layers.t
41440 ____________________________________________________________________________
41441 [ 19207] By: rgs                                   on 2003/04/14  19:34:42
41442         Log: Document and test autovivified dirhandles.
41443              Subject: [perl #21952] [patch] t/op/readdir.t and perlfunc.pod
41444              From: Nathan Torkington (via RT) <perlbug-followup@perl.org>
41445              Date: 12 Apr 2003 12:40:45 -0000
41446              Message-Id: <rt-21952-55079.8.08945458828887@bugs6.perl.org>
41447      Branch: perl
41448            ! pod/perlfunc.pod t/op/readdir.t
41449 ____________________________________________________________________________
41450 [ 19206] By: rgs                                   on 2003/04/14  19:13:26
41451         Log: More docs about running tests and the test suite.
41452              Update perlhack.pod in various places.
41453              Add 'test_harness' as a .PHONY dependency in the Makefile.
41454      Branch: perl
41455            ! Makefile.SH pod/perlhack.pod t/README
41456 ____________________________________________________________________________
41457 [ 19205] By: jhi                                   on 2003/04/14  18:58:01
41458         Log: Build get_layers() also under -Uuseperlio.
41459      Branch: perl
41460            ! universal.c
41461 ____________________________________________________________________________
41462 [ 19204] By: jhi                                   on 2003/04/14  18:48:04
41463         Log: Bump up the version and admonish against aspiring (ab)use.
41464      Branch: perl
41465            ! lib/PerlIO.pm
41466 ____________________________________________________________________________
41467 [ 19203] By: jhi                                   on 2003/04/14  17:35:51
41468         Log: Introduce PerlIO::get_layers() to allow people to peek
41469              at the PerlIO layer stack.
41470      Branch: perl
41471            + t/io/layers.t
41472            ! MANIFEST lib/PerlIO.pm perlio.c perlio.h t/io/open.t
41473            ! universal.c
41474 ____________________________________________________________________________
41475 [ 19202] By: merijn                                on 2003/04/14  05:42:18
41476         Log: Subject: [PATCH] vms/vms.c waitpid tweak
41477              From: "Craig A. Berry" <craigberry@mac.com>
41478              Date: Mon, 14 Apr 2003 00:43:00 -0500
41479              Message-ID: <3E9A4A64.6030205@mac.com>
41480      Branch: perl
41481            ! vms/vms.c
41482 ____________________________________________________________________________
41483 [ 19201] By: sky                                   on 2003/04/13  19:26:46
41484         Log: Fix bug #16253, use all the CPU that we can :-)
41485      Branch: perl
41486            ! ext/threads/threads.xs
41487 ____________________________________________________________________________
41488 [ 19200] By: sky                                   on 2003/04/13  18:38:58
41489         Log: Fix bug #15893 by creating shared scalars with a refcount of 1
41490              instead of 2 and make push and pop increase the refcount.
41491      Branch: perl
41492            ! ext/threads/shared/shared.xs
41493 ____________________________________________________________________________
41494 [ 19199] By: jhi                                   on 2003/04/13  11:45:42
41495         Log: Because we chdir to 'Big-Dummy' the lib/utf8.pm may be at
41496              ../../lib for the lc() at line 66 (UTF-8 data possible
41497              if using UTF-8 locales).
41498      Branch: perl
41499            ! lib/ExtUtils/t/Install.t
41500 ____________________________________________________________________________
41501 [ 19198] By: jhi                                   on 2003/04/13  09:43:09
41502         Log: The lib/ipc_sysv.t test has a new name.
41503      Branch: perl
41504            ! INSTALL
41505 ____________________________________________________________________________
41506 [ 19197] By: jhi                                   on 2003/04/13  09:32:05
41507         Log: Continue hunting for the cause of the Tru64 failed threaded smokes
41508              most probably introduced by the change #19157.  The tweak suggested
41509              by Stephen McCamant trades a possible dangling pointer (CopFILE()
41510              is tricky like that with threads) to a memory leak.  (This means
41511              that this tweak shouldn't be left in as-is, but if this helps,
41512              we at least know that the failure was caused by the #19157.)
41513      Branch: perl
41514            ! op.c
41515 ____________________________________________________________________________
41516 [ 19196] By: jhi                                   on 2003/04/13  09:20:02
41517         Log: Upgrade to Net::Ping 2.29.
41518      Branch: perl
41519            + lib/Net/Ping/t/510_ping_udp.t
41520            - lib/Net/Ping/README
41521            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
41522 ____________________________________________________________________________
41523 [ 19195] By: jhi                                   on 2003/04/13  09:02:05
41524         Log: Upgrade to Test::Harness 2.27_04.
41525      Branch: perl
41526            + lib/Test/Harness/t/pod.t t/lib/sample-tests/switches
41527            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Straps.pm
41528            ! lib/Test/Harness/t/test-harness.t
41529 ____________________________________________________________________________
41530 [ 19194] By: rgs                                   on 2003/04/12  21:21:04
41531         Log: Darwin/Rhapsody hints files updates by Wilfredo Sánchez
41532      Branch: perl
41533            ! hints/darwin.sh hints/rhapsody.sh
41534 ____________________________________________________________________________
41535 [ 19192] By: jhi                                   on 2003/04/12  18:23:40
41536         Log: The debugging aid #19182 didn't.
41537      Branch: perl
41538            ! ext/B/t/deparse.t
41539 ____________________________________________________________________________
41540 [ 19191] By: jhi                                   on 2003/04/12  16:51:12
41541         Log: Benchmark nit from Nicholas Clark (in OpenBSD the result could
41542              be a negative zero, -0).
41543      Branch: perl
41544            ! lib/Benchmark.t
41545 ____________________________________________________________________________
41546 [ 19190] By: rgs                                   on 2003/04/12  13:41:25
41547         Log: Subject: [PATCH] MakeMaker 6.10_02 -> 6.10_03
41548              From: Michael G Schwern <schwern@pobox.com>
41549              Date: Fri, 11 Apr 2003 00:32:02 -0700
41550              Message-ID: <20030411073202.GC5916@windhund.schwern.org>
41551      Branch: perl
41552            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm
41553            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
41554            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO
41555            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/00setup_dummy.t
41556            ! lib/ExtUtils/t/Installed.t lib/ExtUtils/t/basic.t
41557            ! lib/ExtUtils/t/zz_cleanup_dummy.t
41558 ____________________________________________________________________________
41559 [ 19189] By: rgs                                   on 2003/04/10  20:40:14
41560         Log: Peter Scott suggests that the docs for base.pm should
41561              state explicitely that base.pm doesn't call import()
41562              on base classes. Plus a few typos.
41563      Branch: perl
41564            ! lib/base.pm
41565 ____________________________________________________________________________
41566 [ 19188] By: rgs                                   on 2003/04/10  19:45:08
41567         Log: PerlFAQ sync.
41568      Branch: perl
41569            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
41570            ! pod/perlfaq7.pod pod/perlfaq9.pod
41571 ____________________________________________________________________________
41572 [ 19187] By: rgs                                   on 2003/04/10  19:25:18
41573         Log: Fix bug #21914, 3-arg open + local $fh + strict coredump.
41574              There used to be a nullstash (%{"<none>::"}) to hold illegal
41575              variables under strict 'vars'. It has been removed by change #17942.
41576              This can lead to segfaults during the parsing, because some illegal
41577              variables might have been discarded before the compilation of the
41578              current statement had completed.
41579              Bug analysis and test case by Enache Adrian.
41580      Branch: perl
41581            ! gv.c t/lib/strict/vars
41582 ____________________________________________________________________________
41583 [ 19186] By: jhi                                   on 2003/04/10  19:13:40
41584         Log: Be more descriptive.
41585      Branch: perl
41586            ! MANIFEST
41587 ____________________________________________________________________________
41588 [ 19185] By: jhi                                   on 2003/04/10  19:06:02
41589         Log: Noted by Nat: -0 didn't work that well with Unicode.
41590      Branch: perl
41591            ! perl.c pod/perlrun.pod
41592 ____________________________________________________________________________
41593 [ 19184] By: jhi                                   on 2003/04/10  17:26:43
41594         Log: Add an option for the grok_xxx() to silently ignore bad digits.
41595      Branch: perl
41596            ! numeric.c perl.h
41597 ____________________________________________________________________________
41598 [ 19183] By: jhi                                   on 2003/04/10  10:56:25
41599         Log: The test doesn't work that well when -Uusedl.
41600              Some of the tests could be salvaged even then I guess.
41601      Branch: perl
41602            ! lib/ExtUtils/t/Constant.t
41603 ____________________________________________________________________________
41604 [ 19182] By: jhi                                   on 2003/04/10  09:40:24
41605         Log: A temporary debugging aid for Tru64 threaded builds.
41606      Branch: perl
41607            ! ext/B/t/deparse.t
41608 ____________________________________________________________________________
41609 [ 19181] By: jhi                                   on 2003/04/10  08:02:10
41610         Log: Unless Inuits are involved...
41611      Branch: perl
41612            ! pod/perlrun.pod
41613 ____________________________________________________________________________
41614 [ 19180] By: jhi                                   on 2003/04/10  07:02:44
41615         Log: With AFS the cwds have little chance of agreeing.
41616      Branch: perl
41617            ! ext/Cwd/t/cwd.t
41618 ____________________________________________________________________________
41619 [ 19179] By: jhi                                   on 2003/04/10  06:46:50
41620         Log: I assume the idea was to use the *cwd variables for testing.
41621      Branch: perl
41622            ! ext/Cwd/t/cwd.t
41623 ____________________________________________________________________________
41624 [ 19177] By: jhi                                   on 2003/04/10  04:34:48
41625         Log: perlport information about portably embedding string data.
41626      Branch: perl
41627            ! pod/perlport.pod
41628 ____________________________________________________________________________
41629 [ 19176] By: jhi                                   on 2003/04/10  04:18:45
41630         Log: Also locale names can contain illegal UTF-8.
41631      Branch: perl
41632            ! lib/locale.t
41633 ____________________________________________________________________________
41634 [ 19175] By: jhi                                   on 2003/04/10  04:03:48
41635         Log: In case someone is using UTF-8 locales.
41636      Branch: perl
41637            ! lib/ExtUtils/MM_MacOS.pm
41638 ____________________________________________________________________________
41639 [ 19174] By: merijn                                on 2003/04/09  14:33:12
41640         Log: Even more promotion for -lc128 (long doubles on AIX)
41641              More obvious detection of C compiler
41642              cc_type should not promote to config.sh
41643
41644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41645              Date: Wed, 09 Apr 2003 14:31:48 +0200
41646              Message-Id: <20030409143007.B4A4.H.M.BRAND@hccnet.nl>
41647      Branch: perl
41648            ! hints/aix.sh
41649 ____________________________________________________________________________
41650 [ 19173] By: jhi                                   on 2003/04/09  12:39:35
41651         Log: open(my $fh, ">&", STDOUT) should not warn under strict.
41652      Branch: perl
41653            ! op.c t/io/open.t
41654 ____________________________________________________________________________
41655 [ 19172] By: jhi                                   on 2003/04/09  10:40:31
41656         Log: Try to be more descriptive than just __ANONIO__ which is what
41657              you get when you autovivify filehandles into array/hash elements.
41658      Branch: perl
41659            ! doio.c op.c t/io/open.t
41660 ____________________________________________________________________________
41661 [ 19171] By: rgs                                   on 2003/04/08  20:44:20
41662         Log: Implement support for --help and --version in Getopt::Std
41663              Subject: Re: [PATCH 5.8.1 @19053] Getopt::Std
41664              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
41665              Date: Mon, 7 Apr 2003 17:07:15 -0700
41666              Message-ID: <20030408000714.GA953@math.berkeley.edu>
41667      Branch: perl
41668            ! lib/Getopt/Std.pm
41669 ____________________________________________________________________________
41670 [ 19170] By: rgs                                   on 2003/04/08  19:47:05
41671         Log: Subject: [PATCH] Re: Error: Unknown error
41672              From: Enache Adrian <enache@rdslink.ro>
41673              Date: Tue, 8 Apr 2003 07:12:13 +0300
41674              Message-ID: <20030408041213.GA13553@ratsnest.hole>
41675      Branch: perl
41676            ! lib/fields.t lib/strict.t op.c t/lib/strict/subs
41677 ____________________________________________________________________________
41678 [ 19169] By: rgs                                   on 2003/04/08  19:19:34
41679         Log: Subject: [PATCH] (vaguely connected with) [perl #21875] Hash ref transformed as a list
41680              From: Dave Mitchell <davem@fdgroup.com>
41681              Date: Mon, 7 Apr 2003 21:43:17 +0100
41682              Message-ID: <20030407204317.GA8796@fdgroup.com>
41683
41684              The new XTERMORDORDOR lexer expectation must also be named
41685              in debugging perls, to be used in the output of -DT.
41686      Branch: perl
41687            ! perl.h toke.c
41688 ____________________________________________________________________________
41689 [ 19168] By: rgs                                   on 2003/04/08  19:05:22
41690         Log: Document that perl recognizes 2>&1 on the command-line on VMS.
41691      Branch: perl
41692            ! vms/perlvms.pod
41693 ____________________________________________________________________________
41694 [ 19167] By: rgs                                   on 2003/04/08  18:47:18
41695         Log: Typos fixes by Stas Bekman.
41696      Branch: perl
41697            ! cv.h lib/attributes.pm sv.h
41698 ____________________________________________________________________________
41699 [ 19166] By: rgs                                   on 2003/04/08  18:43:22
41700         Log: Subject: [PATCH pod/perlpod.pod] was RE: How cross-platform is `foo 2>&1`  these days?
41701              From: Robin Barker <Robin.Barker@npl.co.uk>
41702              Date: Tue, 8 Apr 2003 14:23:04 +0100
41703              Message-ID: <533D273D4014D411AB1D00062938C4D904046395@hotel.npl.co.uk>
41704      Branch: perl
41705            ! pod/perlpod.pod
41706 ____________________________________________________________________________
41707 [ 19164] By: jhi                                   on 2003/04/08  04:42:05
41708         Log: Few more words about safe/unsafe signals.
41709      Branch: perl
41710            ! pod/perlipc.pod pod/perlrun.pod pod/perlvar.pod
41711 ____________________________________________________________________________
41712 [ 19163] By: jhi                                   on 2003/04/07  19:25:39
41713         Log: The SvGROW() might move the PV.
41714      Branch: perl
41715            ! pp.c
41716 ____________________________________________________________________________
41717 [ 19162] By: jhi                                   on 2003/04/07  18:23:29
41718         Log: Subject: Re: [PATCH] ExtUtils::MakeMaker 6.10_02
41719              From: Michael G Schwern <schwern@pobox.com>
41720              Date: Mon, 7 Apr 2003 02:09:17 -0700
41721              Message-ID: <20030407090917.GA9221@windhund.schwern.org>
41722      Branch: perl
41723            + lib/ExtUtils/t/MM_Any.t
41724            ! MANIFEST lib/ExtUtils/Command.pm lib/ExtUtils/Command/MM.pm
41725            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
41726            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
41727            ! lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_BeOS.pm
41728            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_DOS.pm
41729            ! lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_NW5.pm
41730            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_UWIN.pm
41731            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
41732            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MM_Win95.pm
41733            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/MakeMaker/FAQ.pod
41734            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/PATCHING
41735            ! lib/ExtUtils/README lib/ExtUtils/TODO
41736            ! lib/ExtUtils/t/00compile.t lib/ExtUtils/t/MM_Cygwin.t
41737            ! lib/ExtUtils/t/basic.t t/lib/MakeMaker/Test/Utils.pm
41738 ____________________________________________________________________________
41739 [ 19160] By: jhi                                   on 2003/04/07  04:17:38
41740         Log: Time::HiRes: Do not create files in blib directories under core
41741              (from Rafael)
41742      Branch: perl
41743            ! ext/Time/HiRes/Makefile.PL
41744 ____________________________________________________________________________
41745 [ 19159] By: jhi                                   on 2003/04/07  03:53:01
41746         Log: Future binary compat wishful thinking:
41747              maint will use the stashcache, but not the dbassertion.
41748      Branch: perl
41749            ! intrpvar.h
41750 ____________________________________________________________________________
41751 [ 19158] By: jhi                                   on 2003/04/07  03:41:17
41752         Log: More WinCE tweaking for Vadim Konovalov.
41753      Branch: perl
41754            ! wince/Makefile.ce wince/compile-all.bat wince/compile.bat
41755            ! wince/makedist.pl
41756 ____________________________________________________________________________
41757 [ 19157] By: rgs                                   on 2003/04/06  20:53:29
41758         Log: Subject: CvFILE for constant subs
41759              From: Stephen McCamant <smcc@mit.edu>
41760              Date: Sun, 6 Apr 2003 16:39:13 -0400
41761              Message-ID: <16016.36977.667436.279778@syllepsis.MIT.EDU>
41762      Branch: perl
41763            ! op.c
41764 ____________________________________________________________________________
41765 [ 19156] By: rgs                                   on 2003/04/06  20:44:09
41766         Log: Subject: [PATCH] B::Deparse: sv_no != 0
41767              From: Stephen McCamant <smcc@mit.edu>
41768              Date: Sun, 6 Apr 2003 17:00:48 -0400
41769              Message-ID: <16016.38272.921140.343901@syllepsis.MIT.EDU>
41770      Branch: perl
41771            ! ext/B/B/Deparse.pm
41772 ____________________________________________________________________________
41773 [ 19154] By: jhi                                   on 2003/04/06  19:46:35
41774         Log: An unconditional carp is not nice.
41775      Branch: perl
41776            ! ext/Sys/Syslog/Syslog.pm
41777 ____________________________________________________________________________
41778 [ 19153] By: rgs                                   on 2003/04/06  18:37:58
41779         Log: Subject: [DOC PATCH] README.solaris and -Dcc=gcc
41780              From: Robert Spier <rspier@pobox.com>
41781              Date: Sat, 05 Apr 2003 21:12:20 -0800
41782              Message-ID: <m37ka88b0r.wl_rspier@pobox.com>
41783      Branch: perl
41784            ! README.solaris
41785 ____________________________________________________________________________
41786 [ 19152] By: rgs                                   on 2003/04/06  18:24:38
41787         Log: Remove unportable ">|" shell syntax
41788              Subject: Re: Change 19150: LD_PRELOAD hack, still badly flawed / a solution
41789              From: Enache Adrian <enache@rdslink.ro>
41790              Date: Sun, 6 Apr 2003 21:13:27 +0300
41791              Message-ID: <20030406181326.GA873@ratsnest.hole>
41792      Branch: perl
41793            ! Makefile.SH
41794 ____________________________________________________________________________
41795 [ 19151] By: jhi                                   on 2003/04/06  18:14:44
41796         Log: Subject: PATCH (was: Re: [perl #18180] problem with sys:syslog on solaris 8 with perl 5.8.0)
41797              From: Joost van Baal <J.E.vanBaal@uvt.nl>
41798              Date: Mon, 25 Nov 2002 17:35:37 +0100
41799              Message-ID: <20021125163537.GC4745@banach.uvt.nl>
41800
41801              (The .pm patch modified a bit, and removed the false
41802              claim that _PATH_INFO would be coming from syslog.ph)
41803      Branch: perl
41804            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.pm
41805            ! ext/Sys/Syslog/syslog.t
41806 ____________________________________________________________________________
41807 [ 19150] By: rgs                                   on 2003/04/05  21:10:00
41808         Log: Subject: LD_PRELOAD hack, still badly flawed / a solution
41809              From: Enache Adrian <enache@rdslink.ro>
41810              Date: Thu, 3 Apr 2003 15:50:48 +0300
41811              Message-ID: <20030403125048.GA6107@ratsnest.hole>
41812
41813              On linux, when building a shared library, generate
41814              a small shell wrapper, "preload", that preloads libperl.so
41815              only if it exists. Useful when the 'make' process stops
41816              before the link phase.
41817      Branch: perl
41818            ! Makefile.SH
41819 ____________________________________________________________________________
41820 [ 19149] By: jhi                                   on 2003/04/05  20:44:25
41821         Log: Upgrade to Locale::Maketext 1.04.
41822      Branch: perl
41823            + lib/Locale/Maketext/t/00about.t lib/Locale/Maketext/t/01make.t
41824            + lib/Locale/Maketext/t/02get.t lib/Locale/Maketext/t/03http.t
41825            - lib/Locale/Maketext/test.pl
41826            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
41827            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
41828 ____________________________________________________________________________
41829 [ 19148] By: jhi                                   on 2003/04/05  20:38:30
41830         Log: perluniintro.pod: nice_string() doesn't escape
41831              literal escape chars -- use Sadahiro-san's fix(es).
41832      Branch: perl
41833            ! pod/perluniintro.pod
41834 ____________________________________________________________________________
41835 [ 19147] By: rgs                                   on 2003/04/05  19:12:30
41836         Log: Subject: [PATCH 5.8.1 @19053] Embedding
41837              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
41838              Date: Mon, 31 Mar 2003 12:39:24 -0800
41839              Message-ID: <20030331203924.GA3602@math.berkeley.edu>
41840
41841              Advertise the pair of macros PERL_SYS_INIT3 / PERL_SYS_TERM
41842              to be used in a C program's main function.
41843      Branch: perl
41844            ! lib/ExtUtils/t/Embed.t pod/perlembed.pod
41845 ____________________________________________________________________________
41846 [ 19146] By: jhi                                   on 2003/04/05  19:08:37
41847         Log: Heredocs and use encoding didn't work for SJIS;
41848              patch from Inaba Hiroto.
41849      Branch: perl
41850            ! toke.c
41851 ____________________________________________________________________________
41852 [ 19145] By: rgs                                   on 2003/04/05  11:45:36
41853         Log: The manpages don't have to be built by MakeMaker for the
41854              core modules in ext/. Disable this in Devel::PPPort (not
41855              up-to-date on CPAN), Unicode::Normalize (the CPAN version
41856              uses a different Makefile.PL anyway) and XS::APItest
41857              (not CPANized.)
41858      Branch: perl
41859            ! ext/Devel/PPPort/Makefile.PL ext/Unicode/Normalize/Makefile.PL
41860            ! ext/XS/APItest/Makefile.PL
41861 ____________________________________________________________________________
41862 [ 19144] By: rgs                                   on 2003/04/05  11:28:22
41863         Log: Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
41864              by SADAHIRO Tomoyuki.
41865      Branch: perl
41866            ! ext/Unicode/Normalize/Changes
41867            ! ext/Unicode/Normalize/Normalize.pm
41868            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
41869            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
41870            ! ext/Unicode/Normalize/t/test.t lib/Unicode/Collate.pm
41871            ! lib/Unicode/Collate/Changes lib/Unicode/Collate/README
41872            ! lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
41873 ____________________________________________________________________________
41874 [ 19143] By: merijn                                on 2003/04/03  08:55:33
41875         Log: Subject: [PATCH] VMS %ENV fix (follow-up to 18852)
41876              From: "Craig A. Berry" <craigberry@mac.com>
41877              Date: Wed, 02 Apr 2003 18:09:03 -0600
41878              Message-Id: <5.2.0.9.0.20030402173822.01ba1df0@dcichiexc1>
41879      Branch: perl
41880            ! vms/vms.c vms/vmsish.h
41881 ____________________________________________________________________________
41882 [ 19142] By: merijn                                on 2003/04/03  08:50:55
41883         Log: Subject: Re: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
41884              From: andreas.koenig@anima.de (Andreas J. Koenig)
41885              Date: Thu, 03 Apr 2003 08:28:52 +0200
41886              Message-ID: <m3u1dgnlgb.fsf@franz.ak.mind.de>
41887      Branch: perl
41888            ! lib/Pod/t/Functions.t
41889 ____________________________________________________________________________
41890 [ 19141] By: jhi                                   on 2003/04/03  05:00:36
41891         Log: Don't recurse from threads to threads/shared (since
41892              threads/shared is built separately, temp solution from
41893              Schwern while MM is being fixed.)
41894      Branch: perl
41895            ! ext/threads/Makefile.PL
41896 ____________________________________________________________________________
41897 [ 19140] By: rgs                                   on 2003/04/02  20:41:46
41898         Log: Subject: [PATCH 5.8.0 DOC] Fix missing functions when splitting perlfunc
41899              From: Steve Hay <steve.hay@uk.radan.com>
41900              Date: Thu, 20 Mar 2003 11:55:01 +0000
41901              Message-ID: <3E79AC15.80307@uk.radan.com>
41902      Branch: perl
41903            ! installhtml lib/Pod/Functions.pm pod/perlfunc.pod pod/splitpod
41904 ____________________________________________________________________________
41905 [ 19139] By: jhi                                   on 2003/04/02  19:44:07
41906         Log: Make perldiag agree with #19138.
41907      Branch: perl
41908            ! pod/perldiag.pod
41909 ____________________________________________________________________________
41910 [ 19138] By: jhi                                   on 2003/04/02  19:37:59
41911         Log: Make at least the thread count make sense.
41912      Branch: perl
41913            ! ext/threads/threads.xs
41914 ____________________________________________________________________________
41915 [ 19137] By: rgs                                   on 2003/04/02  19:24:47
41916         Log: Adjust test for the recent change (#19136) to Pod::Html
41917      Branch: perl
41918            ! lib/Pod/t/htmlview.t
41919 ____________________________________________________________________________
41920 [ 19136] By: rgs                                   on 2003/04/02  18:46:31
41921         Log: Fixes for "installhtml --splithead", based on :
41922              Subject: Re: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
41923              From: Steve Hay <steve.hay@uk.radan.com>
41924              Date: Wed, 02 Apr 2003 11:33:41 +0100
41925              Message-ID: <3E8ABC85.5060807@uk.radan.com>
41926
41927              This also includes a small patch to Pod::Html : when generating
41928              anchor names, play on the safe side and turn every non-alphanumeric
41929              character into an '_'. Moreover, Pod::Html::anchorify() is now
41930              optionally exported.
41931      Branch: perl
41932            ! installhtml lib/Pod/Html.pm
41933 ____________________________________________________________________________
41934 [ 19135] By: rgs                                   on 2003/04/02  18:42:50
41935         Log: Subject: Re: [perl #21765] $s = ""; $n = @a = split(/,/, $s); results in undef $n
41936              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41937              Date: Tue, 01 Apr 2003 16:32:46 -0800
41938              Message-ID: <u+ii+gzkgqkV092yn@efn.org>
41939      Branch: perl
41940            ! pp.c t/op/split.t
41941 ____________________________________________________________________________
41942 [ 19134] By: sky                                   on 2003/04/02  18:01:40
41943         Log: Fix some small nits, thanks to Rafael.
41944      Branch: perl
41945            ! pp_hot.c
41946 ____________________________________________________________________________
41947 [ 19133] By: sky                                   on 2003/04/02  13:41:14
41948         Log: Add packname->stash cache before the check if a packname is a
41949              filehandle or a package, it works because only packnames
41950              that have been resolved to stashes are added to the cache,
41951              and when a newIO is created we clean the cache.
41952              Results in roughly 1.8 speed increase for class->method()
41953              calls.
41954      Branch: perl
41955            ! embedvar.h gv.c hv.c intrpvar.h perl.c perlapi.h pp_hot.c sv.c
41956 ____________________________________________________________________________
41957 [ 19132] By: merijn                                on 2003/04/02  11:28:02
41958         Log: #19122 should have been tested on non-glibc system (like AIX)
41959      Branch: perl
41960            ! pp.c
41961 ____________________________________________________________________________
41962 [ 19131] By: jhi                                   on 2003/04/02  05:25:19
41963         Log: Spread IlyaZ's PERL_CORE detection trick.
41964      Branch: perl
41965            ! ext/Encode/Makefile.PL
41966 ____________________________________________________________________________
41967 [ 19130] By: jhi                                   on 2003/04/02  04:42:40
41968         Log: Cannot portably compare files if one of them is still open
41969              (from Craig Berry).
41970      Branch: perl
41971            ! ext/Encode/t/enc_module.t
41972 ____________________________________________________________________________
41973 [ 19129] By: jhi                                   on 2003/04/02  04:30:45
41974         Log: MM_VMS tweak from Craig Berry:
41975              http://nntp.x.perl.org/group/perl.makemaker/1002
41976      Branch: perl
41977            ! lib/ExtUtils/MM_VMS.pm
41978 ____________________________________________________________________________
41979 [ 19128] By: rgs                                   on 2003/04/01  21:30:12
41980         Log: Subject: [PATCH 5.8.0 UTIL] Fix installhtml for splitting and PM/POD conflicts
41981              From: Steve Hay <steve.hay@uk.radan.com>
41982              Date: Thu, 20 Mar 2003 12:34:15 +0000
41983              Message-ID: <3E79B547.6030201@uk.radan.com>
41984              (with a few minor tweaks)
41985      Branch: perl
41986            ! installhtml
41987 ____________________________________________________________________________
41988 [ 19127] By: rgs                                   on 2003/04/01  19:01:20
41989         Log: Subject: Re: [perl #21744] Deparse bug: "\::" deparsed as "::"
41990              From: Enache Adrian <enache@rdslink.ro>
41991              Date: Sat, 29 Mar 2003 19:45:41 +0200
41992              Message-ID: <20030329174541.GA8138@ratsnest.hole>
41993      Branch: perl
41994            ! ext/B/B/Deparse.pm
41995 ____________________________________________________________________________
41996 [ 19126] By: rgs                                   on 2003/04/01  18:39:43
41997         Log: Fix bug #21742. require should be always invoked in
41998              scalar context. This wasn't the case when called from
41999              an eval(""), because the void context doesn't propagate
42000              through the leaveeval op. Instead of making scalarvoid()
42001              handle OP_LEAVEEVAL -- this breaks AutoLoader -- implement
42002              a workaround in doeval().
42003      Branch: perl
42004            ! pp_ctl.c t/comp/require.t
42005 ____________________________________________________________________________
42006 [ 19124] By: jhi                                   on 2003/04/01  16:52:28
42007         Log: Subject: [patch] fix HiRes.t failures on Stratus VOS
42008              From: "Green, Paul" <Paul.Green@stratus.com>
42009              Date: Tue, 1 Apr 2003 12:37:38 -0500
42010              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C9D@exna4.stratus.com>
42011      Branch: perl
42012            ! hints/vos.sh
42013 ____________________________________________________________________________
42014 [ 19122] By: jhi                                   on 2003/04/01  16:36:52
42015         Log: Integrate:
42016              [ 19119]
42017              Address "5.8.1@19053: crypt_r() takes 128K per thread".
42018      Branch: perl
42019           !> pp.c reentr.c reentr.h reentr.pl
42020 ____________________________________________________________________________
42021 [ 19121] By: jhi                                   on 2003/04/01  16:36:02
42022         Log: Integrate:
42023              [ 19109]
42024              Subject: [PATCH 5.8.1 @19053] Time::HiRes
42025              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
42026              Date: Mon, 31 Mar 2003 12:53:01 -0800
42027              Message-ID: <20030331205301.GA3687@math.berkeley.edu>
42028
42029              [ 19111]
42030              A cleaner way to detect PERL_CORE, from IlyaZ.
42031      Branch: perl
42032           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/Makefile.PL
42033 ____________________________________________________________________________
42034 [ 19120] By: jhi                                   on 2003/04/01  16:32:03
42035         Log: Integrate:
42036              [ 19106]
42037              Subject: [PATCH 5.8.1 @19053] OS/2-related patches
42038              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
42039              Date: Mon, 31 Mar 2003 12:43:37 -0800
42040              Message-ID: <20030331204337.GA3634@math.berkeley.edu>
42041
42042              and regen Configure.
42043      Branch: perl
42044            ! Configure config_h.SH embedvar.h
42045           !> Makefile.SH embed.fnc embed.h embed.pl ext/threads/threads.xs
42046           !> intrpvar.h makedef.pl os2/Makefile.SHs os2/OS2/ExtAttr/Changes
42047           !> os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/PrfDB/Changes
42048           !> os2/OS2/PrfDB/PrfDB.pm os2/OS2/REXX/DLL/DLL.pm
42049           !> os2/OS2/REXX/REXX.pm os2/dl_os2.c os2/os2.c os2/os2ish.h
42050           !> os2/os2thread.h perlapi.h perlio.c perlvars.h reentr.c
42051           !> reentr.h reentr.pl sv.c
42052 ____________________________________________________________________________
42053 [ 19118] By: jhi                                   on 2003/04/01  16:17:04
42054         Log: Document the _exit() issue with threads in Linux [perl #17057].
42055      Branch: perl
42056            ! ext/POSIX/POSIX.pod
42057 ____________________________________________________________________________
42058 [ 19117] By: jhi                                   on 2003/04/01  16:07:59
42059         Log: Subject: Re: 5.8.1@19053 bug: make minitest fails with threads
42060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
42061              Date: Tue, 1 Apr 2003 11:02:35 +0200
42062              Message-Id: <20030401110235.3f20ffb2.rgarciasuarez@free.fr>
42063      Branch: perl
42064            ! t/op/getpid.t
42065 ____________________________________________________________________________
42066 [ 19116] By: jhi                                   on 2003/04/01  16:06:12
42067         Log: Subject: [PATCH ext/SDBM_File/sdbm/Makefile.PL] MM hackery and whitespace changes
42068              From: Michael G Schwern <schwern@pobox.com>
42069              Date: Mon, 31 Mar 2003 15:16:57 -0800
42070              Message-ID: <20030331231657.GJ17529@windhund.schwern.org>
42071      Branch: perl
42072            ! ext/SDBM_File/sdbm/Makefile.PL
42073 ____________________________________________________________________________
42074 [ 19115] By: jhi                                   on 2003/04/01  15:58:45
42075         Log: Subject: [PATCH] overdue perlhack.pod corrections for RT
42076              From: Richard.Foley@ubsw.com
42077              Date: Mon, 31 Mar 2003 16:27:14 +0200
42078              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD9857B39@NZURC900PEX1.ubsgs.ubsgroup.net>
42079      Branch: perl
42080            ! pod/perlhack.pod
42081 ____________________________________________________________________________
42082 [ 19114] By: jhi                                   on 2003/04/01  15:56:27
42083         Log: Subject: [PATCH] Text::Abbrev warnings safe
42084              From: Peter Scott <Peter@PSDT.com>
42085              Date: Fri, 28 Mar 2003 16:34:47 -0800
42086              Message-id: <5.2.0.9.2.20030328161002.00b45f08@shell2.webquarry.com>
42087      Branch: perl
42088            ! lib/Text/Abbrev.pm lib/Text/Abbrev.t
42089 ____________________________________________________________________________
42090 [ 19113] By: merijn                                on 2003/04/01  14:12:33
42091         Log: Implemented AIX longdouble support in hints/aix.sh, which now
42092              actually work.  Thanks to John L. Allen for the hint.
42093
42094              Subject: Re: AIX longdoubles
42095              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42096              Date: Tue, 01 Apr 2003 17:18:57 +0200
42097              Message-Id: <20030401171819.D8E6.H.M.BRAND@hccnet.nl>
42098      Branch: perl
42099            ! hints/aix.sh
42100 ____________________________________________________________________________
42101 [ 19104] By: jhi                                   on 2003/03/31  10:51:36
42102         Log: Tabify; strictly speaking unnecessary but anyway...
42103      Branch: perl
42104            ! MANIFEST
42105 ____________________________________________________________________________
42106 [ 19102] By: jhi                                   on 2003/03/31  10:36:48
42107         Log: Upgrade to Test::Harness 2.27_02.
42108      Branch: perl
42109            + t/lib/sample-tests/no_output t/lib/sample-tests/segfault
42110            + t/lib/sample-tests/too_many
42111            ! MANIFEST lib/Test/Harness.pm lib/Test/Harness/Changes
42112            ! lib/Test/Harness/Straps.pm lib/Test/Harness/t/strap-analyze.t
42113            ! lib/Test/Harness/t/strap.t lib/Test/Harness/t/test-harness.t
42114 ____________________________________________________________________________
42115 [ 19101] By: jhi                                   on 2003/03/31  10:07:35
42116         Log: Upgrade to podlators 1.26.
42117      Branch: perl
42118            ! lib/Pod/Man.pm
42119 ____________________________________________________________________________
42120 [ 19100] By: jhi                                   on 2003/03/31  10:03:50
42121         Log: Upgrade to Encode 1.92.
42122      Branch: perl
42123            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
42124            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Guess.pm
42125            ! ext/Encode/t/CJKT.t ext/Encode/t/enc_module.t
42126            ! ext/Encode/ucm/big5-eten.ucm ext/Encode/ucm/big5-hkscs.ucm
42127            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
42128            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
42129 ____________________________________________________________________________
42130 [ 19099] By: jhi                                   on 2003/03/31  09:54:52
42131         Log: Subject: [PATCH] ExtUtils::MakeMaker 6.03 -> 6.06_05ish
42132              From: Michael G Schwern <schwern@pobox.com>
42133              Date: Mon, 31 Mar 2003 02:42:58 -0800
42134              Message-ID: <20030331104257.GB15327@windhund.schwern.org>
42135      Branch: perl
42136            + lib/ExtUtils/MakeMaker/FAQ.pod
42137            + lib/ExtUtils/MakeMaker/Tutorial.pod
42138            + lib/ExtUtils/MakeMaker/vmsish.pm lib/ExtUtils/NOTES
42139            + lib/ExtUtils/PATCHING lib/ExtUtils/README lib/ExtUtils/TODO
42140            + lib/ExtUtils/t/00compile.t lib/ExtUtils/t/Install.t
42141            + lib/ExtUtils/t/Liblist.t lib/ExtUtils/t/oneliner.t
42142            + lib/ExtUtils/t/prompt.t lib/ExtUtils/t/split_command.t
42143            + t/lib/TieIn.pm
42144            ! MANIFEST lib/ExtUtils/Changes lib/ExtUtils/Command.pm
42145            ! lib/ExtUtils/Command/MM.pm lib/ExtUtils/Install.pm
42146            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Liblist/Kid.pm
42147            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/MM_Any.pm
42148            ! lib/ExtUtils/MM_BeOS.pm lib/ExtUtils/MM_Cygwin.pm
42149            ! lib/ExtUtils/MM_DOS.pm lib/ExtUtils/MM_MacOS.pm
42150            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_OS2.pm
42151            ! lib/ExtUtils/MM_UWIN.pm lib/ExtUtils/MM_Unix.pm
42152            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
42153            ! lib/ExtUtils/MM_Win95.pm lib/ExtUtils/MakeMaker.pm
42154            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/t/00setup_dummy.t
42155            ! lib/ExtUtils/t/Command.t lib/ExtUtils/t/INST.t
42156            ! lib/ExtUtils/t/INST_PREFIX.t lib/ExtUtils/t/MM_BeOS.t
42157            ! lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_NW5.t
42158            ! lib/ExtUtils/t/MM_OS2.t lib/ExtUtils/t/MM_Unix.t
42159            ! lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/MM_Win32.t
42160            ! lib/ExtUtils/t/Manifest.t lib/ExtUtils/t/basic.t
42161            ! lib/ExtUtils/t/hints.t lib/ExtUtils/t/prefixify.t
42162 ____________________________________________________________________________
42163 [ 19098] By: jhi                                   on 2003/03/31  09:36:11
42164         Log: Subject: [PATCH dump.c] stray n_a
42165              From: Michael G Schwern <schwern@pobox.com>
42166              Date: Mon, 31 Mar 2003 00:55:49 -0800
42167              Message-ID: <20030331085549.GB1300@windhund.schwern.org>
42168      Branch: perl
42169            ! dump.c
42170 ____________________________________________________________________________
42171 [ 19097] By: jhi                                   on 2003/03/31  05:00:07
42172         Log: Some low-hanging fruit for EBCDIC portability
42173              (or for marking as EBCDIC todos)
42174      Branch: perl
42175            ! ext/List/Util/t/isvstring.t lib/utf8.t t/run/switchC.t
42176            ! t/uni/write.t
42177 ____________________________________________________________________________
42178 [ 19094] By: jhi                                   on 2003/03/30  15:54:35
42179         Log: Upgrade to Time::HiRes 1.44.
42180      Branch: perl
42181            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
42182 ____________________________________________________________________________
42183 [ 19092] By: jhi                                   on 2003/03/30  15:09:02
42184         Log: IRIX 5.3 update.
42185      Branch: perl
42186            ! README.irix
42187 ____________________________________________________________________________
42188 [ 19091] By: jhi                                   on 2003/03/30  10:26:32
42189         Log: Not all compilers like #ifdefs within cpp macros
42190              (follow-up on #19086)
42191      Branch: perl
42192            ! pp_sys.c
42193 ____________________________________________________________________________
42194 [ 19090] By: jhi                                   on 2003/03/30  09:50:33
42195         Log: Ending strings is customary (typo from #19084).
42196      Branch: perl
42197            ! ext/Socket/Socket.t
42198 ____________________________________________________________________________
42199 [ 19089] By: jhi                                   on 2003/03/30  09:24:08
42200         Log: Re-sort MANIFEST (LC_ALL=C sort -fo MANIFEST MANIFEST)
42201      Branch: perl
42202            ! MANIFEST
42203 ____________________________________________________________________________
42204 [ 19088] By: jhi                                   on 2003/03/30  09:09:42
42205         Log: Another victim of IRIX 5.3's inability to resolve 'localhost'
42206              as the test expects.
42207      Branch: perl
42208            ! lib/Net/hostent.t
42209 ____________________________________________________________________________
42210 [ 19087] By: jhi                                   on 2003/03/30  09:08:07
42211         Log: In IRIX 5.3 turn off some of the warnings that cannot
42212              really be helped (e.g. warnings coming from system headers,
42213              or linker warnings during Configure).
42214      Branch: perl
42215            ! hints/irix_5.sh
42216 ____________________________________________________________________________
42217 [ 19086] By: jhi                                   on 2003/03/30  08:59:24
42218         Log: In IRIX 5.3 the cc is awfully confused about the prototype
42219              of select().
42220      Branch: perl
42221            ! hints/irix_5.sh pp_sys.c
42222 ____________________________________________________________________________
42223 [ 19085] By: jhi                                   on 2003/03/30  08:43:53
42224         Log: In IRIX 5.3 being too POSIXly hides the struct timespec.
42225      Branch: perl
42226            + ext/Time/HiRes/hints/irix.pl
42227            ! MANIFEST
42228 ____________________________________________________________________________
42229 [ 19084] By: jhi                                   on 2003/03/30  08:31:53
42230         Log: gethostbyname('localhost') is not that portable.
42231              inet_aton('localhost') in IRIX 5.3 returned an undef,
42232              which in turn made pack_sockaddr_in to barf on zero
42233              length in_addr.
42234      Branch: perl
42235            ! ext/Socket/Socket.t pod/perlfunc.pod pod/perlport.pod
42236 ____________________________________________________________________________
42237 [ 19083] By: jhi                                   on 2003/03/30  07:49:46
42238         Log: Subject: [PATCH] COW formats (was Re: Smoke [5.9.0] 19044 FAIL(F) linux 2.4.18-3 (i686/1 cpu))
42239              From: Nicholas Clark <nick@unfortu.net>
42240              Date: Sun, 30 Mar 2003 00:35:48 +0000
42241              Message-ID: <20030330003547.GO274@Bagpuss.unfortu.net>
42242      Branch: perl
42243            ! sv.c
42244 ____________________________________________________________________________
42245 [ 19082] By: jhi                                   on 2003/03/29  21:18:32
42246         Log: IRIX 5.3 can have PF_LINK defined to be AF_LINK but
42247              not defined AF_LINK.
42248      Branch: perl
42249            ! ext/Socket/Socket.xs
42250 ____________________________________________________________________________
42251 [ 19081] By: jhi                                   on 2003/03/29  20:41:56
42252         Log: Subject: [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)
42253              From: Nicholas Clark <nick@unfortu.net>
42254              Date: Sat, 29 Mar 2003 18:58:09 +0000
42255              Message-ID: <20030329185807.GL274@Bagpuss.unfortu.net>
42256      Branch: perl
42257            ! dump.c
42258 ____________________________________________________________________________
42259 [ 19080] By: rgs                                   on 2003/03/29  20:39:34
42260         Log: Minor rephrasing in perlopentut,
42261              noticed by Bob Wilkinson (RT [perl #21725])
42262      Branch: perl
42263            ! pod/perlopentut.pod
42264 ____________________________________________________________________________
42265 [ 19079] By: rgs                                   on 2003/03/29  20:21:11
42266         Log: Subject: [DOCPATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
42267              From: Nicholas Clark <nick@unfortu.net>
42268              Date: Thu, 27 Mar 2003 22:37:35 +0000
42269              Message-ID: <20030327223735.GD277@Bagpuss.unfortu.net>
42270      Branch: perl
42271            ! pod/perlapi.pod sv.h
42272 ____________________________________________________________________________
42273 [ 19078] By: jhi                                   on 2003/03/29  07:23:00
42274         Log: It seems that in Tru64 V5 gcc cannot be used to
42275              compile a threaded Perl because <pthread.h> explicitly
42276              checks for supported compilers (gcc not being one of them).
42277              This is not so bad since the system C compiler is always there.
42278      Branch: perl
42279            ! README.tru64 hints/dec_osf.sh
42280 ____________________________________________________________________________
42281 [ 19077] By: jhi                                   on 2003/03/28  06:03:16
42282         Log: Feeding illegal QP (like \x80) to this
42283              ./perl -Ilib -wne 'use PerlIO::via::QuotedPrint;BEGIN{binmode(STDIN, ":via(QuotedPrint)")};print'
42284              caused a coredump in av_length() <- nextargv() because
42285              the av was NULL.  I don't know that returning Nullfp is
42286              the best thing to do, but it dodges the segfault and
42287              introduces no test failures.
42288      Branch: perl
42289            ! doio.c
42290 ____________________________________________________________________________
42291 [ 19074] By: jhi                                   on 2003/03/27  18:17:20
42292         Log: Missing final \n.
42293      Branch: perl
42294            ! lib/Attribute/Handlers/Changes
42295 ____________________________________________________________________________
42296 [ 19072] By: rgs                                   on 2003/03/26  22:30:09
42297         Log: Subject: [perl #21672] IO::New and undefined filename behaviour
42298              From: "mike@exegenix.com (via RT)" <perlbug-followup@perl.org>
42299              Date: 24 Mar 2003 16:29:08 -0000
42300              Message-Id: <rt-21672-54038.2.07650993465862@bugs6.perl.org>
42301              plus a regression test
42302      Branch: perl
42303            ! ext/IO/lib/IO/File.pm lib/FileHandle.t
42304 ____________________________________________________________________________
42305 [ 19071] By: rgs                                   on 2003/03/26  22:08:16
42306         Log: Better version of change #19069
42307              Subject: [PATCH] Re: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
42308              From: Nicholas Clark <nick@unfortu.net>
42309              Date: Wed, 26 Mar 2003 23:01:46 +0000
42310              Message-ID: <20030326230145.GC279@Bagpuss.unfortu.net>
42311      Branch: perl
42312            ! pp_hot.c sv.c t/op/readline.t
42313 ____________________________________________________________________________
42314 [ 19070] By: rgs                                   on 2003/03/26  21:31:55
42315         Log: Subject: [patch] for Stratus VOS
42316              From: "Green, Paul" <Paul.Green@stratus.com>
42317              Date: Wed, 26 Mar 2003 17:24:38 -0500
42318              Message-ID: <A2A34F15EE916148BC4C4748223E67A403D99C74@exna4.stratus.com>
42319              (plus a small tweak to the test script)
42320      Branch: perl
42321            ! README.vos t/op/pack.t
42322 ____________________________________________________________________________
42323 [ 19069] By: rgs                                   on 2003/03/26  21:14:33
42324         Log: Subject: [PATCH] Re: [perl #21614] 5.8.0 Unbalanced string table refcount
42325              From: Nicholas Clark <nick@unfortu.net>
42326              Date: Tue, 25 Mar 2003 22:59:17 +0000
42327              Message-ID: <20030325225917.GE284@Bagpuss.unfortu.net>
42328      Branch: perl
42329            ! sv.c t/op/readline.t
42330 ____________________________________________________________________________
42331 [ 19068] By: rgs                                   on 2003/03/26  20:53:18
42332         Log: Win32 counterpart of change #19065
42333      Branch: perl
42334            ! win32/Makefile win32/makefile.mk
42335 ____________________________________________________________________________
42336 [ 19067] By: rgs                                   on 2003/03/26  20:34:32
42337         Log: VMS counterpart of change #19065
42338      Branch: perl
42339            ! vms/descrip_mms.template
42340 ____________________________________________________________________________
42341 [ 19066] By: jhi                                   on 2003/03/26  20:05:40
42342         Log: Upgrade to Term::ANSIColor 1.07.
42343      Branch: perl
42344            ! lib/Term/ANSIColor.pm lib/Term/ANSIColor/ChangeLog
42345            ! lib/Term/ANSIColor/README
42346 ____________________________________________________________________________
42347 [ 19065] By: rgs                                   on 2003/03/26  19:55:20
42348         Log: Add a file utils/cpan.PL to generate the "cpan" utility,
42349              also separately maintained on CPAN, and now moved as
42350              lib/CPAN/bin/cpan. Tweak installperl to avoid installing
42351              this last file.
42352      Branch: perl
42353            + utils/cpan.PL
42354           +> lib/CPAN/bin/cpan
42355            - utils/cpan
42356            ! MANIFEST installperl utils/Makefile
42357 ____________________________________________________________________________
42358 [ 19064] By: jhi                                   on 2003/03/26  19:48:32
42359         Log: Subject: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
42360              From: Dave Mitchell <davem@fdgroup.com>
42361              Date: Thu, 20 Mar 2003 01:26:19 +0000
42362              Message-ID: <20030320012619.C19869@fdgroup.com>
42363
42364              Subject: Re: [PATCH] Re: [perl #21542] local $_ [0] = $_ [0] fails.
42365              From: Dave Mitchell <davem@fdgroup.com>
42366              Date: Mon, 24 Mar 2003 16:06:51 +0000
42367              Message-ID: <20030324160651.D1798@fdgroup.com>
42368      Branch: perl
42369            ! pp_ctl.c pp_hot.c scope.c t/op/args.t
42370 ____________________________________________________________________________
42371 [ 19063] By: jhi                                   on 2003/03/26  19:33:09
42372         Log: Subject: [perl #21648] Doc typo in Net::servent
42373              From: Andy Lester (via RT) <perlbug-followup@perl.org>
42374              Date: 22 Mar 2003 05:02:31 -0000
42375              Message-Id: <rt-21648-53986.0.682889311382979@bugs6.perl.org>
42376      Branch: perl
42377            ! lib/Net/servent.pm
42378 ____________________________________________________________________________
42379 [ 19062] By: jhi                                   on 2003/03/26  19:29:39
42380         Log: Subject: [PATCH README.qnx] for QNX 6.2
42381              From: Norton Allen <allen@huarp.harvard.edu>
42382              Date: Tue, 25 Mar 2003 12:09:42 -0500 (est)
42383              Message-Id: <200303251709.MAA11391@bottesini.harvard.edu>
42384      Branch: perl
42385            ! README.qnx
42386 ____________________________________________________________________________
42387 [ 19060] By: merijn                                on 2003/03/26  13:13:23
42388         Log: Subject: [PATCH] lib/vmsish.t GMT bug fix
42389              From: "Craig A. Berry" <craigberry@mac.com>
42390              Date: Tue, 25 Mar 2003 22:52:58 -0600
42391              Message-ID: <3E81322A.3040508@mac.com>
42392      Branch: perl
42393            ! lib/vmsish.t
42394 ____________________________________________________________________________
42395 [ 19059] By: rgs                                   on 2003/03/24  21:43:03
42396         Log: Change 19056 wasn't good enough.
42397              ldlibpth should be changed later, to avoid spaces to be quoted.
42398      Branch: perl
42399            ! Makefile.SH
42400 ____________________________________________________________________________
42401 [ 19058] By: rgs                                   on 2003/03/24  21:37:59
42402         Log: Subject: [PATCH pod/perlhist.pod] Adding the latest version of Perl
42403              From: Michael G Schwern <schwern@pobox.com>
42404              Date: Mon, 24 Mar 2003 00:50:39 -0800
42405              Message-ID: <20030324085039.GA19981@windhund.schwern.org>
42406      Branch: perl
42407            ! pod/perlhist.pod
42408 ____________________________________________________________________________
42409 [ 19057] By: rgs                                   on 2003/03/24  21:33:43
42410         Log: Typo, spotted by Doru Petrescu
42411              Message-ID: <Pine.LNX.4.31.0303241134170.13160-100000@linux.kappa.ro>
42412      Branch: perl
42413            ! ext/Data/Dumper/Dumper.pm
42414 ____________________________________________________________________________
42415 [ 19056] By: rgs                                   on 2003/03/24  21:05:48
42416         Log: Subject: Re: Smoke [5.9.0] 19055 FAIL(m) linux 2.4.18-3 (i686/1 cpu)
42417              From: Enache Adrian <enache@rdslink.ro>
42418              Date: Mon, 24 Mar 2003 23:56:25 +0200
42419              Message-ID: <20030324215625.GB853@ratsnest.hole>
42420      Branch: perl
42421            ! Makefile.SH
42422 ____________________________________________________________________________
42423 [ 19055] By: merijn                                on 2003/03/24  07:05:39
42424         Log: Subject: no more 'make install && make test' with shared libperl.so on Linux
42425              From: Enache Adrian <enache@rdslink.ro>
42426              Date: Sat, 22 Mar 2003 22:49:49 +0200
42427              Message-ID: <20030322204949.GB794@ratsnest.hole>
42428
42429              This is a slightly more defensive patch than Chip's patch that
42430              fell through the cracks, but does the same
42431              Subject: Shared libperl.so and build issues
42432              From: Chip Turner <cturner@redhat.com>
42433              Date: Tue 31 Dec 2002 17:21
42434      Branch: perl
42435            ! Makefile.SH
42436 ____________________________________________________________________________
42437 [ 19054] By: merijn                                on 2003/03/24  06:54:23
42438         Log: Subject: [PATCH bleadperl] vms.c thread clean-up
42439              From: "Craig A. Berry" <craigberry@mac.com>
42440              Date: Sun, 23 Mar 2003 15:32:58 -0600
42441              Message-ID: <3E7E280A.5000304@mac.com>
42442      Branch: perl
42443            ! vms/vms.c
42444 ____________________________________________________________________________
42445 [ 19052] By: jhi                                   on 2003/03/24  04:28:13
42446         Log: For change #19051: a new .bat to CRLF.
42447      Branch: perl
42448            ! Porting/makerel
42449 ____________________________________________________________________________
42450 [ 19051] By: jhi                                   on 2003/03/24  04:27:55
42451         Log: WinCE update from Vadim Konovalov.
42452      Branch: perl
42453            + wince/compile-all.bat wince/makedist.pl
42454            - wince/include/sys/stat.h wince/xbuildall.ksh
42455            - wince/xdistclean.ksh wince/xmakediffs.ksh
42456            ! MANIFEST README.ce dosish.h wince/Makefile.ce
42457            ! wince/compile.bat wince/config.ce
42458 ____________________________________________________________________________
42459 [ 19050] By: jhi                                   on 2003/03/24  04:25:15
42460         Log: Oops (change #19013 missed changing the Perl version number).
42461      Branch: perl
42462            ! cygwin/perlld.in
42463 ____________________________________________________________________________
42464 [ 19047] By: jhi                                   on 2003/03/23  17:54:33
42465         Log: Integrate from maint-5.8:
42466              [ 19045]
42467              If no IVSIZE == 8, no need for modulo_1.
42468      Branch: perl
42469           !> pp.c
42470 ____________________________________________________________________________
42471 [ 19044] By: rgs                                   on 2003/03/21  21:09:15
42472         Log: Subject: [PATCH] p4genpatch
42473              From: andreas.koenig@anima.de (Andreas J. Koenig)
42474              Date: Sat, 15 Mar 2003 12:04:18 +0100
42475              Message-ID: <m3hea4gabx.fsf@k242.linux.bogus>
42476      Branch: perl
42477            ! Porting/p4genpatch
42478 ____________________________________________________________________________
42479 [ 19043] By: rgs                                   on 2003/03/21  20:43:55
42480         Log: Subject: [PATCH] perlsub.pod and perlsyn.pod: better organise scoping info for modifiers
42481              From: Martien Verbruggen <mgjv@tradingpost.com.au>
42482              Date: Sat, 15 Mar 2003 12:31:47 +1100
42483              Message-Id: <slrnb750k3.j8t.mgjv@martien.heliotrope.home>
42484      Branch: perl
42485            ! pod/perlsub.pod pod/perlsyn.pod
42486 ____________________________________________________________________________
42487 [ 19042] By: merijn                                on 2003/03/21  07:45:54
42488         Log: Subject: [PATCH] readdir_r for VMS (was Re: [PATCH] configure.com: sig_num, etc.)
42489              From: "Craig A. Berry" <craigberry@mac.com>
42490              Date: Thu, 20 Mar 2003 23:03:36 -0600
42491              Message-ID: <3E7A9D28.1040706@mac.com>
42492      Branch: perl
42493            ! configure.com vms/vms.c vms/vmsish.h
42494 ____________________________________________________________________________
42495 [ 19039] By: rgs                                   on 2003/03/20  22:40:38
42496         Log: Subject: Re: [patch] [perl #21628] rcatline issue
42497              From: Enache Adrian <enache@rdslink.ro>
42498              Date: Thu, 20 Mar 2003 22:39:06 +0200
42499              Message-ID: <20030320203906.GA31199@ratsnest.hole>
42500      Branch: perl
42501            ! MANIFEST pp_hot.c t/op/readline.t
42502 ____________________________________________________________________________
42503 [ 19038] By: rgs                                   on 2003/03/20  22:07:50
42504         Log: Subject: Re: Bytecode? Back into service.
42505              From: Enache Adrian <enache@rdslink.ro>
42506              Date: Thu, 20 Mar 2003 07:38:39 +0200
42507              Message-ID: <20030320053839.GA4044@ratsnest.hole>
42508      Branch: perl
42509            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
42510            ! ext/ByteLoader/byterun.h op.c
42511 ____________________________________________________________________________
42512 [ 19037] By: rgs                                   on 2003/03/20  20:16:43
42513         Log: Subject: [DOC-PATCH] for README.cygwin, bleadperl version
42514              From: "Gerrit P. Haase" <gp@familiehaase.de>
42515              Date: Thu, 20 Mar 2003 21:23:28 +0100
42516              Message-ID: <941032389637.20030320212328@familiehaase.de>
42517      Branch: perl
42518            ! README.cygwin
42519 ____________________________________________________________________________
42520 [ 19036] By: jhi                                   on 2003/03/20  05:23:15
42521         Log: Integrate:
42522              [ 19033]
42523              file test operators weren't doing the right thing if the SV
42524              passed to them wasn't NUL-terminated
42525
42526              [ 19034]
42527              ensure SVs returned by Win32::Get{Short,Full}PathName() are
42528              NUL-terminated
42529      Branch: perl
42530           !> doio.c win32/win32.c
42531 ____________________________________________________________________________
42532 [ 19028] By: jhi                                   on 2003/03/19  09:46:27
42533         Log: Better wording as requested by Rafael, and
42534              the module is BerkeleyDB, not BerkeleyFile.
42535      Branch: perl
42536            ! README.tru64
42537 ____________________________________________________________________________
42538 [ 19026] By: jhi                                   on 2003/03/19  09:11:43
42539         Log: Update the DB_File instructions in Tru64.
42540      Branch: perl
42541            ! README.tru64
42542 ____________________________________________________________________________
42543 [ 19025] By: rgs                                   on 2003/03/18  21:59:33
42544         Log: Subject: [PATCH] [perl #9990] avoid goto &tmpsub coredump
42545              From: Dave Mitchell <davem@fdgroup.com>
42546              Date: Tue, 18 Mar 2003 21:55:05 +0000
42547              Message-ID: <20030318215505.A16787@fdgroup.com>
42548      Branch: perl
42549            ! pp_ctl.c t/op/goto.t
42550 ____________________________________________________________________________
42551 [ 19024] By: rgs                                   on 2003/03/18  21:24:27
42552         Log: Subject: [PATCH] VMS pod install tweaks
42553              From: "Craig A. Berry" <craigberry@mac.com>
42554              Date: Sat, 15 Mar 2003 16:06:07 -0600
42555              Message-ID: <3E73A3CF.3060502@mac.com>
42556      Branch: perl
42557            ! vms/descrip_mms.template
42558 ____________________________________________________________________________
42559 [ 19023] By: rgs                                   on 2003/03/18  21:22:03
42560         Log: Subject: [PATCH] poll() help for VMS
42561              From: "Craig A. Berry" <craigberry@mac.com>
42562              Date: Tue, 18 Mar 2003 01:10:10 -0600
42563              Message-ID: <3E76C652.30205@mac.com>
42564      Branch: perl
42565            ! configure.com ext/IO/poll.h
42566 ____________________________________________________________________________
42567 [ 19021] By: jhi                                   on 2003/03/18  06:56:26
42568         Log: The description of SIG_SIZE was off.
42569      Branch: perl
42570            ! Configure NetWare/config_H.wc Porting/Glossary
42571            ! Porting/config.sh Porting/config_H config_h.SH
42572            ! plan9/config.plan9 plan9/config_h.sample win32/config_H.bc
42573            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
42574            ! wince/config_H.ce
42575 ____________________________________________________________________________
42576 [ 19020] By: merijn                                on 2003/03/18  05:45:50
42577         Log: Minor updates of Wolfgang's pack patch
42578
42579              Subject: Re: pack changes and related fixes
42580              From: Philip Newton <Philip.Newton@gmx.net>
42581              Date: Tue, 18 Mar 2003 06:19:30 +0100
42582              Message-ID: <tb9d7vo1ocb14o73lnhabbmh5bsjoe5m46@4ax.com>
42583      Branch: perl
42584            ! embed.fnc pod/perldiag.pod
42585 ____________________________________________________________________________
42586 [ 19019] By: gsar                                  on 2003/03/18  05:06:07
42587         Log: regenerate win32/config_H.*
42588      Branch: perl
42589            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
42590            ! win32/config_H.vc64
42591 ____________________________________________________________________________
42592 [ 19018] By: gsar                                  on 2003/03/18  03:02:38
42593         Log: there is no trailing NULL in sig_name or sig_num, so don't
42594              talk about it
42595      Branch: perl
42596            ! Porting/Glossary
42597 ____________________________________________________________________________
42598 [ 19017] By: gsar                                  on 2003/03/18  03:01:02
42599         Log: according to the new Porting/Glossary, sig_num doesn't have an
42600              extra '0' at the end
42601      Branch: perl
42602            ! win32/config.bc win32/config.gc win32/config.vc
42603            ! win32/config.vc64
42604 ____________________________________________________________________________
42605 [ 19016] By: hv                                    on 2003/03/18  00:52:09
42606         Log: add tests for existing behaviour of undef postinc/dec
42607      Branch: perl
42608            ! t/op/inc.t
42609 ____________________________________________________________________________
42610 [ 19015] By: hv                                    on 2003/03/18  00:46:18
42611         Log: add comment at undef postinc special case
42612      Branch: perl
42613            ! pp.c
42614 ____________________________________________________________________________
42615 [ 19014] By: hv                                    on 2003/03/18  00:27:19
42616         Log: clarify behaviour of $a++
42617      Branch: perl
42618            ! pod/perlop.pod
42619 ____________________________________________________________________________
42620 [ 19013] By: jhi                                   on 2003/03/17  19:52:06
42621         Log: Integrate:
42622              [ 19012]
42623              We don't have the new Perl at this stage.
42624      Branch: perl
42625           !> cygwin/perlld.in
42626 ____________________________________________________________________________
42627 [ 19010] By: jhi                                   on 2003/03/17  17:16:44
42628         Log: Subject: pack changes and related fixes
42629              From: LAUN Wolfgang <wolfgang.laun@alcatel.at>
42630              Date: Mon, 17 Mar 2003 13:55:37 +0100
42631              Message-ID: <75A46BF1A9D8D311863A00508B6259A405F17EB8@ATTMSX4>
42632      Branch: perl
42633            ! embed.fnc embed.h lib/diagnostics.pm perl.h pod/perldiag.pod
42634            ! pod/perlfunc.pod pod/perlpacktut.pod pp_pack.c proto.h
42635            ! t/lib/warnings/pp_pack t/op/pack.t
42636 ____________________________________________________________________________
42637 [ 19007] By: jhi                                   on 2003/03/17  04:45:40
42638         Log: Integrate:
42639              [ 19006]
42640              Subject: Re: [Patch] Maintperl versioning for Cygwin
42641              From: Slaven Rezic <slaven@rezic.de>
42642              Date: 17 Mar 2003 00:42:43 +0100
42643              Message-ID: <87ptoqev4c.fsf@vran.herceg.de>
42644      Branch: perl
42645           !> cygwin/perlld.in
42646 ____________________________________________________________________________
42647 [ 19005] By: hv                                    on 2003/03/17  02:06:20
42648         Log: Subject: Patch for Data::Dumper 2.12 to Allow Custom Hash Key/Value Separator
42649              From: chocolateboy <chocolateboy@chocolatey.com>
42650              Date: Sat, 22 Feb 2003 12:17:28 +0000
42651              Message-ID: <3E576A58.8010901@chocolatey.com>
42652      Branch: perl
42653            + ext/Data/Dumper/t/pair.t
42654            ! MANIFEST ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
42655 ____________________________________________________________________________
42656 [ 19004] By: hv                                    on 2003/03/17  01:38:23
42657         Log: Subject: [patch] utils/h2xs.PL (get rid of \t and '')
42658              From: Stas Bekman <stas@stason.org>
42659              Date: Fri, 14 Feb 2003 11:59:53 +1100
42660              Message-ID: <3E4C3F89.6050005@stason.org>
42661      Branch: perl
42662            ! utils/h2xs.PL
42663 ____________________________________________________________________________
42664 [ 19003] By: hv                                    on 2003/03/17  01:23:02
42665         Log: Subject: [perl #20724] Patch for dprofpp
42666              From: Nicholas "Oxhøj" (via RT) <perlbug-followup@perl.org>
42667              Date: 5 Feb 2003 08:41:17 -0000
42668              Message-Id: <rt-20724-50329.7.50247680562964@bugs6.perl.org>
42669      Branch: perl
42670            ! utils/dprofpp.PL
42671 ____________________________________________________________________________
42672 [ 19002] By: hv                                    on 2003/03/16  23:36:57
42673         Log: Subject: [perl #19898] [PATCH] forking to Perl children with IPC::Open3
42674              From: Adam Spiers (via RT) <perlbug-followup@perl.org>
42675              Date: 10 Jan 2003 10:59:44 -0000
42676              Message-Id: <rt-19898-47213.12.0892150698178@bugs6.perl.org>
42677      Branch: perl
42678            ! lib/IPC/Open3.pm
42679 ____________________________________________________________________________
42680 [ 19001] By: jhi                                   on 2003/03/16  21:50:24
42681         Log: getservbyname_r() kaputt in OpenBSD (might get fixed
42682              for 3.3, but only might)
42683      Branch: perl
42684            ! hints/openbsd.sh
42685 ____________________________________________________________________________
42686 [ 18999] By: jhi                                   on 2003/03/16  21:33:49
42687         Log: Stay within known facts: what platforms the skippage helps,
42688              and in which it is not needed.
42689      Branch: perl
42690            ! ext/POSIX/t/posix.t
42691 ____________________________________________________________________________
42692 [ 18998] By: jhi                                   on 2003/03/16  18:15:42
42693         Log: This seems to fix (well, dodge) the problems in FreeBSD for
42694              Enache Adrian; in _theory_ this patch could be good for NetBSD,
42695              too, but Alian gets a core dump already at subtest #9 (anyone
42696              with a real NetBSD, Alian's is a VMware one, which has in the
42697              past caused similar odd crashes).  OpenBSD threaded build result
42698              still unknown.
42699      Branch: perl
42700            ! ext/POSIX/t/posix.t
42701 ____________________________________________________________________________
42702 [ 18997] By: jhi                                   on 2003/03/16  18:07:30
42703         Log: IRIX ls -l marks sockets with 'S'.
42704      Branch: perl
42705            ! t/op/stat.t
42706 ____________________________________________________________________________
42707 [ 18996] By: jhi                                   on 2003/03/16  17:41:42
42708         Log: Turn on UTF-8 flag only if the $str is valid utf8
42709              (pointed out by Dan Kogai).
42710      Branch: perl
42711            ! lib/Term/ReadLine.pm
42712 ____________________________________________________________________________
42713 [ 18995] By: jhi                                   on 2003/03/16  16:40:06
42714         Log: Signedness nits.
42715      Branch: perl
42716            ! regcomp.c
42717 ____________________________________________________________________________
42718 [ 18994] By: jhi                                   on 2003/03/16  15:41:44
42719         Log: Fix for [perl #21479] Term::ReadLine(::Stub) doesn't set UTF-8 flag.
42720              Should work both for PERL_UNICODE/-C and use encoding 'foo';
42721      Branch: perl
42722            ! lib/Term/ReadLine.pm
42723 ____________________________________________________________________________
42724 [ 18991] By: jhi                                   on 2003/03/16  15:14:31
42725         Log: Pod fix from Philip Newton.
42726      Branch: perl
42727            ! pod/perlfunc.pod
42728 ____________________________________________________________________________
42729 [ 18990] By: jhi                                   on 2003/03/16  15:12:00
42730         Log: Further potential pitfalls for the utf8 len/pos cache
42731              found by Inaba Hiroto.  No test cases, yet.
42732      Branch: perl
42733            ! regcomp.c
42734 ____________________________________________________________________________
42735 [ 18989] By: jhi                                   on 2003/03/16  08:02:31
42736         Log: Make the :bytes conditional on PerlIO.
42737      Branch: perl
42738            ! ext/Encode/t/CJKT.t
42739 ____________________________________________________________________________
42740 [ 18988] By: jhi                                   on 2003/03/15  18:27:36
42741         Log: Needs PerlIO for :bytes.
42742      Branch: perl
42743            ! ext/Encode/t/CJKT.t
42744 ____________________________________________________________________________
42745 [ 18986] By: rgs                                   on 2003/03/14  20:28:20
42746         Log: Subject: Re: [fix] [perl #21575] Bug with print( followed by a newline
42747              From: Enache Adrian <enache@rdslink.ro>
42748              Date: Fri, 14 Mar 2003 23:02:42 +0200
42749              Message-ID: <20030314210242.GA1159@ratsnest.hole>
42750              (with an added test)
42751      Branch: perl
42752            ! t/comp/parser.t toke.c
42753 ____________________________________________________________________________
42754 [ 18985] By: rgs                                   on 2003/03/14  19:45:18
42755         Log: Time::HiRes is a core module
42756      Branch: perl
42757            ! pod/perlfunc.pod
42758 ____________________________________________________________________________
42759 [ 18984] By: rgs                                   on 2003/03/14  19:38:57
42760         Log: Subject: [patch ext/B/typemap] STRLEN T_UV
42761              From: Stas Bekman <stas@stason.org>
42762              Date: Fri, 14 Mar 2003 17:45:09 +1100
42763              Message-ID: <3E717A75.2060300@stason.org>
42764      Branch: perl
42765            ! ext/B/typemap
42766 ____________________________________________________________________________
42767 [ 18982] By: jhi                                   on 2003/03/14  15:16:18
42768         Log: Better pass in the $self for a method.
42769      Branch: perl
42770            ! lib/File/Spec/Unix.pm
42771 ____________________________________________________________________________
42772 [ 18980] By: jhi                                   on 2003/03/14  13:42:32
42773         Log: Cleanup the File::Spec tmpdir() implementations:
42774              now all the platforms specific modules call _tmpdir()
42775              (inherited from Unix.pm) with the list of platform
42776              specific list of temporary directories, and _tmpdir()
42777              then does the appropriate suitability checking.
42778      Branch: perl
42779            ! lib/File/Spec.pm lib/File/Spec/Cygwin.pm lib/File/Spec/Epoc.pm
42780            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
42781            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42782            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42783 ____________________________________________________________________________
42784 [ 18979] By: jhi                                   on 2003/03/14  12:48:09
42785         Log: whichsig() really does return -1 for unknown signals.
42786      Branch: perl
42787            ! mg.c
42788 ____________________________________________________________________________
42789 [ 18977] By: jhi                                   on 2003/03/14  10:42:33
42790         Log: Rework the @Config{/sig.*/} tests.
42791      Branch: perl
42792            ! lib/Config.t
42793 ____________________________________________________________________________
42794 [ 18976] By: jhi                                   on 2003/03/14  10:31:50
42795         Log: Subject: [PATCH] configure.com: sig_num, etc.
42796              From: "Craig A. Berry" <craigberry@mac.com>
42797              Date: Thu, 13 Mar 2003 21:38:19 -0600
42798              Message-ID: <3E714EAB.6030001@mac.com>
42799      Branch: perl
42800            ! configure.com
42801 ____________________________________________________________________________
42802 [ 18975] By: jhi                                   on 2003/03/14  10:30:53
42803         Log: Make whichsig() to work also if some system defines
42804              zero signals (now -1 is the "not found").  Note that
42805              in couple of mg.c spots only whichsig() > 0 branches
42806              are taken because signal handlers et al don't make
42807              much sense for the zero signal.
42808      Branch: perl
42809            ! doio.c mg.c
42810 ____________________________________________________________________________
42811 [ 18973] By: jhi                                   on 2003/03/14  10:27:46
42812         Log: Since Configure does the signal name/number probe with awk
42813              based on the cpp results (not by really running code), testing
42814              for the signum value is not really helpful if we have runtime
42815              function calls (some signal numbers are dynamic, for example)
42816              (or other extra stuff where the signum value is expected).
42817              (Runtimeness also means that Configure cannot get these right,
42818              anyway.) Better filter in just the constant non-negative numbers.
42819      Branch: perl
42820            ! Configure
42821 ____________________________________________________________________________
42822 [ 18971] By: jhi                                   on 2003/03/14  09:30:18
42823         Log: Signal issues.
42824              (1) Filter out negative signals.
42825              (2) Correct sig_num* and sig_name* descriptions.
42826      Branch: perl
42827            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42828            ! config_h.SH
42829 ____________________________________________________________________________
42830 [ 18970] By: jhi                                   on 2003/03/14  06:21:48
42831         Log: Hopefully this works also in Win32.
42832      Branch: perl
42833            ! ext/Encode/t/CJKT.t
42834 ____________________________________________________________________________
42835 [ 18969] By: jhi                                   on 2003/03/14  05:43:34
42836         Log: Subject: [PATCH] Perldoc.pm tweak for VMS
42837              From: "Craig A. Berry" <craigberry@mac.com>
42838              Date: Thu, 13 Mar 2003 13:44:55 -0600
42839              Message-ID: <3E70DFB7.8070405@mac.com>
42840      Branch: perl
42841            ! lib/Pod/Perldoc.pm
42842 ____________________________________________________________________________
42843 [ 18968] By: gsar                                  on 2003/03/14  04:41:25
42844         Log: fix for switchC.t test#6 failure on windows
42845      Branch: perl
42846            ! perl.c
42847 ____________________________________________________________________________
42848 [ 18967] By: gsar                                  on 2003/03/14  04:29:10
42849         Log: Config.t wasn't getting the sig_num and sig_size relationship
42850              right, and therefore failed test#35 on windows
42851
42852              note that config_h.SH documents that $sig_size does NOT include
42853              the final NULL in $sig_num!
42854      Branch: perl
42855            ! lib/Config.t
42856 ____________________________________________________________________________
42857 [ 18966] By: gsar                                  on 2003/03/14  04:20:51
42858         Log: another fix for failing test on windows ("use encoding" puts
42859              STDIN in :raw mode, so chomp() wasn't stripping the CR)
42860      Branch: perl
42861            ! ext/Encode/t/enc_module.t
42862 ____________________________________________________________________________
42863 [ 18965] By: gsar                                  on 2003/03/14  04:06:31
42864         Log: fix CJKT.t failures on windows due to incorrect binmode()
42865      Branch: perl
42866            ! ext/Encode/t/CJKT.t
42867 ____________________________________________________________________________
42868 [ 18964] By: rgs                                   on 2003/03/13  21:47:52
42869         Log: Skip the last test of Config.t on HP-UX.
42870              (This test should be skipped for every system that
42871              actually defines a negative signal number. Maybe that
42872              test should be removed, to be future-proof.)
42873      Branch: perl
42874            ! lib/Config.t
42875 ____________________________________________________________________________
42876 [ 18963] By: rgs                                   on 2003/03/13  20:57:32
42877         Log: Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2
42878              From: Kurt Starsinic <kstar@cpan.org>
42879              Date: Mon, 10 Mar 2003 00:54:49 -0500
42880              Message-ID: <m3d6kyvazx.wl_rspier@pobox.com>
42881      Branch: perl
42882            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
42883 ____________________________________________________________________________
42884 [ 18962] By: rgs                                   on 2003/03/13  20:46:53
42885         Log: Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs
42886              From: "Craig A. Berry" <craigberry@mac.com>
42887              Date: Tue, 11 Mar 2003 21:29:31 -0600
42888              Message-ID: <3E6EA99B.9060902@mac.com>
42889              Patch by Scott Lepage (scott.lepage@hp.com)
42890      Branch: perl
42891            ! hv.c
42892 ____________________________________________________________________________
42893 [ 18959] By: jhi                                   on 2003/03/13  20:05:50
42894         Log: Some more stdlib.h inclusions and change the gccversion
42895              test to use return (could have used that for all, sigh).
42896      Branch: perl
42897            ! Configure
42898 ____________________________________________________________________________
42899 [ 18958] By: rgs                                   on 2003/03/12  20:46:58
42900         Log: Trims slashes from the argument to rmdir(), likewise
42901              to what happens with rmdir(). Factorize the code in a
42902              local macro, TRIMSLASHES.
42903      Branch: perl
42904            ! pp_sys.c
42905 ____________________________________________________________________________
42906 [ 18957] By: jhi                                   on 2003/03/12  14:23:02
42907         Log: VOS nit from Paul Green.
42908      Branch: perl
42909            ! vos/configure_full_perl.sh
42910 ____________________________________________________________________________
42911 [ 18956] By: jhi                                   on 2003/03/12  13:58:26
42912         Log: File::Spec: Do not fall back to '', use curdir instead.
42913              Note: Mac used to use cwd(), now curdir, slight change
42914              (relative vs. absolute).
42915      Branch: perl
42916            ! lib/File/Spec/Cygwin.pm lib/File/Spec/Mac.pm
42917            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
42918            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
42919 ____________________________________________________________________________
42920 [ 18955] By: jhi                                   on 2003/03/12  13:49:15
42921         Log: File::Temp tests were failing in Cygwin if $ENV{TMPDIR}
42922              was unset (the tests attempted to create files at the /)
42923      Branch: perl
42924            ! lib/File/Spec/Cygwin.pm
42925 ____________________________________________________________________________
42926 [ 18954] By: jhi                                   on 2003/03/12  10:59:03
42927         Log: Another finding by IRIX cc: non-void function
42928              sv_cat_decode() should return a value.
42929      Branch: perl
42930            ! sv.c
42931 ____________________________________________________________________________
42932 [ 18952] By: jhi                                   on 2003/03/12  10:53:02
42933         Log: Integrate:
42934              [ 18949]
42935              pudge> never integrate anything from macos/
42936      Branch: perl
42937            - macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
42938            - macos/macperl.sym
42939           !> MANIFEST
42940 ____________________________________________________________________________
42941 [ 18951] By: jhi                                   on 2003/03/12  10:52:17
42942         Log: Integrate:
42943              [ 18946]
42944              Integrate from maint-5.8/macperl:
42945              [ 18937]
42946              Various MacOS portability fixes for tests
42947
42948              [ 18938]
42949              File::Spec::Unix method should be called on $self
42950
42951              [ 18939]
42952              lib.pm:_get_dirs() should use $_[0], not $_
42953
42954              [ 18940]
42955              Update MacOS for new configpm
42956
42957              [ 18941]
42958              Update MacOS build
42959              Update Makefile for new source files,
42960              update test script, add additional symbol for APItest
42961      Branch: perl
42962           +> macos/MacPerlTests.cmd macos/Makefile.mk macos/configpm
42963           +> macos/macperl.sym
42964           !> ext/Digest/MD5/t/files.t ext/Filter/t/call.t
42965           !> ext/POSIX/t/taint.t lib/File/Spec/Unix.pm
42966           !> lib/Unicode/Collate/t/index.t lib/Unicode/Collate/t/test.t
42967           !> lib/charnames.t lib/lib_pm.PL t/io/crlf.t t/op/method.t
42968           !> t/op/mkdir.t t/op/recurse.t t/op/sprintf.t t/op/stat.t
42969           !> t/op/taint.t t/pod/testp2pt.pl t/run/switchI.t
42970 ____________________________________________________________________________
42971 [ 18950] By: jhi                                   on 2003/03/12  10:49:27
42972         Log: Cygwin doesn't like initing the $0 mutex in perl_construct()
42973              (Too early? If inited there the pthread_mutex_init() returns
42974              an integer much too large be an errno), but initing the mutex
42975              later, in perl_alloc(), seems to be okay with Cygwin, and also
42976              with Linux.
42977      Branch: perl
42978            ! perl.c
42979 ____________________________________________________________________________
42980 [ 18944] By: jhi                                   on 2003/03/12  06:00:48
42981         Log: Ouch.  Missed one more, the void flags check (and exit() is void).
42982      Branch: perl
42983            ! Configure
42984 ____________________________________________________________________________
42985 [ 18943] By: jhi                                   on 2003/03/12  05:51:21
42986         Log: Tell how to possibly dodge 'Out of memory' errors.
42987      Branch: perl
42988            ! pod/perldiag.pod
42989 ____________________________________________________________________________
42990 [ 18935] By: jhi                                   on 2003/03/11  22:00:54
42991         Log: WinCE tweaks from Vadim Konovalov.
42992      Branch: perl
42993            ! perl.c perlio.c wince/Makefile.ce
42994 ____________________________________________________________________________
42995 [ 18932] By: jhi                                   on 2003/03/11  20:22:07
42996         Log: Missed one.
42997      Branch: perl
42998            ! Configure
42999 ____________________________________________________________________________
43000 [ 18929] By: jhi                                   on 2003/03/11  20:15:51
43001         Log: Single vs doublequoted context is important...
43002      Branch: perl
43003            ! Configure
43004 ____________________________________________________________________________
43005 [ 18927] By: jhi                                   on 2003/03/11  20:04:33
43006         Log: """glob.*""" patch for VMS, from Peter Prymmer.
43007      Branch: perl
43008            ! vms/perlvms.pod vms/vms.c
43009 ____________________________________________________________________________
43010 [ 18926] By: rgs                                   on 2003/03/11  19:44:54
43011         Log: Questionable construct.
43012      Branch: perl
43013            ! pod/perltooc.pod
43014 ____________________________________________________________________________
43015 [ 18925] By: jhi                                   on 2003/03/11  19:15:15
43016         Log: Better setmode() prototype for cygwin.
43017      Branch: perl
43018            ! perl.h
43019 ____________________________________________________________________________
43020 [ 18923] By: jhi                                   on 2003/03/11  19:11:39
43021         Log: Solaris cc wants prototype for exit(), so <stdlib.h> needed.
43022      Branch: perl
43023            ! Configure
43024 ____________________________________________________________________________
43025 [ 18921] By: jhi                                   on 2003/03/11  18:15:45
43026         Log: The 0, in the assert_not_ROK() makes IRIX cc to worry
43027              (cc-1171 cc: WARNING ... The indicated expression has no effect.)
43028              So make the macro to include the , and the non-gcc case empty.
43029      Branch: perl
43030            ! sv.h
43031 ____________________________________________________________________________
43032 [ 18919] By: jhi                                   on 2003/03/11  17:43:10
43033         Log: Uid_t and Gid_t can easily be shorts and one cannot
43034              pull shorts off the va_args, int is the shortest (ahem).
43035      Branch: perl
43036            ! reentr.c reentr.pl
43037 ____________________________________________________________________________
43038 [ 18918] By: jhi                                   on 2003/03/11  17:32:23
43039         Log: Subject: [PATCH] io_sock.t
43040              From: Norton Allen <allen@huarp.harvard.edu>
43041              Date: Tue, 11 Mar 2003 13:37:36 -0500 (est)
43042              Message-Id: <200303111837.NAA30438@bottesini.harvard.edu>
43043      Branch: perl
43044            ! README.qnx ext/IO/lib/IO/t/io_sock.t
43045 ____________________________________________________________________________
43046 [ 18917] By: jhi                                   on 2003/03/11  17:30:43
43047         Log: Get rid of one Cygwin warning by introducing a prototype
43048              for the init_os_extras().  Since there is no header file
43049              in Perl specific to cygwin, use perl.h.
43050      Branch: perl
43051            ! perl.h
43052 ____________________________________________________________________________
43053 [ 18916] By: jhi                                   on 2003/03/11  11:40:38
43054         Log: Upgrade to Time-HiRes 1.43.
43055      Branch: perl
43056            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
43057            ! ext/Time/HiRes/Makefile.PL
43058 ____________________________________________________________________________
43059 [ 18915] By: jhi                                   on 2003/03/11  09:19:54
43060         Log: Be more lax about the out of memory error message.
43061      Branch: perl
43062            ! t/op/recurse.t
43063 ____________________________________________________________________________
43064 [ 18914] By: jhi                                   on 2003/03/11  09:18:25
43065         Log: Try to handle hitting the heap/data limit in small systems.
43066              (One can simulate this with e.g. 32MB or 64MB datasize,
43067              use your shell's ulimit/limit/limits command.)
43068      Branch: perl
43069            ! t/op/recurse.t
43070 ____________________________________________________________________________
43071 [ 18912] By: hv                                    on 2003/03/11  07:36:00
43072         Log: typo for utf8locale in #18907
43073      Branch: perl
43074            ! sv.c
43075 ____________________________________________________________________________
43076 [ 18910] By: jhi                                   on 2003/03/11  06:55:29
43077         Log: Subject: [PATCH] clear PL_exitlist in perl_destruct
43078              From: "Craig A. Berry" <craigberry@mac.com>
43079              Date: Tue, 11 Mar 2003 00:34:39 -0600
43080              Message-ID: <3E6D837F.7000506@mac.com>
43081      Branch: perl
43082            ! perl.c
43083 ____________________________________________________________________________
43084 [ 18909] By: jhi                                   on 2003/03/11  06:29:35
43085         Log: Upgrade to cperl-mode 5.0, from IlyaZ.
43086      Branch: perl
43087            ! emacs/cperl-mode.el
43088 ____________________________________________________________________________
43089 [ 18908] By: jhi                                   on 2003/03/11  06:09:05
43090         Log: Missed some, cryptically.
43091      Branch: perl
43092            ! pod/perlfunc.pod
43093 ____________________________________________________________________________
43094 [ 18907] By: jhi                                   on 2003/03/11  06:01:28
43095         Log: Add missing intrpvar clonings to perl_clone.
43096              Also move the IDBassertion to the end since there's
43097              no particular reason to break bincompat for that.
43098      Branch: perl
43099            ! intrpvar.h sv.c
43100 ____________________________________________________________________________
43101 [ 18906] By: jhi                                   on 2003/03/11  05:43:30
43102         Log: Add reminders to intrpvar.h about perl_clone(), as suggested by Stas.
43103      Branch: perl
43104            ! intrpvar.h
43105 ____________________________________________________________________________
43106 [ 18905] By: jhi                                   on 2003/03/11  05:38:10
43107         Log: Subject: [patch] PL_taint_warn falls between chairs in perl_clone()
43108              From: Stas Bekman <stas@stason.org>
43109              Date: Tue, 11 Mar 2003 17:09:02 +1100
43110              Message-ID: <3E6D7D7E.5000704@stason.org>
43111      Branch: perl
43112            ! sv.c
43113 ____________________________________________________________________________
43114 [ 18904] By: jhi                                   on 2003/03/11  05:33:10
43115         Log: Subject: [PATCH] typos and other minor things
43116              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
43117              Date: Mon, 10 Mar 2003 21:00:55 -0700
43118              Message-Id: <200303110400.h2B40tEQ018838@xerxes.courtesan.com>
43119      Branch: perl
43120            ! emacs/cperl-mode.el ext/B/B/Concise.pm ext/DB_File/DB_File.pm
43121            ! ext/DB_File/DB_File.xs ext/Devel/PPPort/PPPort.pm
43122            ! ext/IO/lib/IO/Socket.pm ext/PerlIO/encoding/encoding.xs
43123            ! ext/PerlIO/via/via.pm ext/Storable/Storable.xs lib/Net/FTP.pm
43124            ! lib/Net/NNTP.pm lib/Net/Ping.pm lib/Pod/Perldoc.pm
43125            ! lib/Tie/File/t/05_size.t lib/charnames.pm lib/ftp.pl
43126            ! lib/utf8.t pad.c pod/perlfunc.pod pod/perlintern.pod
43127            ! pod/perlthrtut.pod pod/pod2latex.PL regcomp.c t/op/sprintf.t
43128            ! utils/libnetcfg.PL vms/vms.c win32/vmem.h
43129 ____________________________________________________________________________
43130 [ 18903] By: jhi                                   on 2003/03/11  05:29:12
43131         Log: A rejected hunk of #18902 reapplied.
43132      Branch: perl
43133            ! t/io/utf8.t
43134 ____________________________________________________________________________
43135 [ 18902] By: jhi                                   on 2003/03/11  05:19:15
43136         Log: Patch from Craig Berry to resolve test failures in VMS.
43137              Will poke the Net::Ping author.
43138      Branch: perl
43139            ! ext/threads/shared/t/cond.t lib/Net/Ping/t/190_alarm.t
43140            ! t/io/utf8.t t/op/magic.t
43141 ____________________________________________________________________________
43142 [ 18900] By: rgs                                   on 2003/03/10  22:12:37
43143         Log: Integrate (by hand) change #18386 from maint-5.8
43144      Branch: perl
43145            ! t/op/split.t
43146 ____________________________________________________________________________
43147 [ 18899] By: jhi                                   on 2003/03/10  21:44:12
43148         Log: VMS has an extra \n at the end, and I assume Windows has \r\n.
43149      Branch: perl
43150            ! t/run/switchC.t
43151 ____________________________________________________________________________
43152 [ 18891] By: rgs                                   on 2003/03/10  20:22:39
43153         Log: A new test, to check that signal numbers are actually positive,
43154              and that there is a consistent number of signals available.
43155      Branch: perl
43156            ! lib/Config.t
43157 ____________________________________________________________________________
43158 [ 18889] By: rgs                                   on 2003/03/10  19:55:06
43159         Log: Subject: Re: odd (or not so odd?) segmentation fault in 5.8.0
43160              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43161              Date: Fri, 07 Mar 2003 13:12:49 -0800
43162              Message-ID: <RtQa+gzkg2kF092yn@efn.org>
43163      Branch: perl
43164            ! mg.c pod/perldiag.pod t/op/tie.t
43165 ____________________________________________________________________________
43166 [ 18888] By: rgs                                   on 2003/03/10  19:37:40
43167         Log: Subject: Re: [perl #21505] 5.8.0 lib/Config test failure due to compiler flag
43168              From: Nicholas Clark <nick@unfortu.net>
43169              Date: Sun, 9 Mar 2003 21:24:46 +0000
43170              Message-ID: <20030309212445.GE277@Bagpuss.unfortu.net>
43171      Branch: perl
43172            ! lib/Config.t
43173 ____________________________________________________________________________
43174 [ 18880] By: jhi                                   on 2003/03/10  16:17:50
43175         Log: Integrate from maint:
43176              [ 18428]
43177              Somehow I managed to get makefile.olds that didn't get cleaned away.
43178      Branch: perl
43179           !> Makefile.SH x2p/Makefile.SH
43180 ____________________________________________________________________________
43181 [ 18876] By: jhi                                   on 2003/03/10  06:35:20
43182         Log: Comment fix.
43183      Branch: perl
43184            ! t/io/utf8.t
43185 ____________________________________________________________________________
43186 [ 18875] By: jhi                                   on 2003/03/10  05:31:00
43187         Log: Remove the foo-old files.
43188      Branch: perl
43189            ! opcode.pl
43190 ____________________________________________________________________________
43191 [ 18874] By: jhi                                   on 2003/03/10  05:23:32
43192         Log: Subject: Re: Shared libperl.so and build issues
43193              From: Chip Turner <cturner@redhat.com>
43194              Date: 05 Jan 2003 10:35:40 -0500
43195              Message-ID: <vzky95z8v8z.fsf@minbar.devel.redhat.com>
43196      Branch: perl
43197            ! INSTALL
43198 ____________________________________________________________________________
43199 [ 18873] By: jhi                                   on 2003/03/10  05:18:02
43200         Log: Bunch of doc patches from Stas; plus regen.
43201
43202              Subject: [doc patch] perl.c's pod api entry
43203              From: Stas Bekman <stas@stason.org>
43204              Date: Mon, 10 Mar 2003 12:35:52 +1100
43205              Message-ID: <3E6BEBF8.80402@stason.org>
43206
43207              Subject: Re: [patch] perlguts.pod
43208              From: Stas Bekman <stas@stason.org>
43209              Date: Mon, 10 Mar 2003 12:38:57 +1100
43210              Message-ID: <3E6BECB1.7050009@stason.org>
43211
43212              Subject: Re: [PATCH ext/DynaLoader/DynaLoader_pm.PL] doc fix: s/dl_loadflags/dl_load_flags/
43213              From: Stas Bekman <stas@stason.org>
43214              Date: Mon, 10 Mar 2003 12:41:46 +1100
43215              Message-ID: <3E6BED5A.801@stason.org>
43216
43217              Subject: Re: [patch] perlapi.pod fix
43218              From: Stas Bekman <stas@stason.org>
43219              Date: Mon, 10 Mar 2003 12:43:33 +1100
43220              Message-ID: <3E6BEDC5.6010405@stason.org>
43221
43222              Subject: Re: [docs patch] replace gets() with fgets() in example
43223              From: Stas Bekman <stas@stason.org>
43224              Date: Mon, 10 Mar 2003 12:45:41 +1100
43225              Message-ID: <3E6BEE45.9030901@stason.org>
43226
43227              Subject: [doc patch] perlrun.pod
43228              From: Stas Bekman <stas@stason.org>
43229              Date: Mon, 10 Mar 2003 14:49:59 +1100
43230              Message-ID: <3E6C0B67.4050606@stason.org>
43231      Branch: perl
43232            ! ext/DynaLoader/DynaLoader_pm.PL handy.h perl.c pod/perlapi.pod
43233            ! pod/perlembed.pod pod/perlguts.pod pod/perlrun.pod
43234 ____________________________________________________________________________
43235 [ 18871] By: jhi                                   on 2003/03/09  20:15:13
43236         Log: Must not hide the protos, though.
43237      Branch: perl
43238            ! embed.pl proto.h
43239 ____________________________________________________________________________
43240 [ 18870] By: jhi                                   on 2003/03/09  20:12:11
43241         Log: I hate embed*.  Tell me what you know.
43242      Branch: perl
43243            ! embed.fnc embed.h
43244 ____________________________________________________________________________
43245 [ 18869] By: jhi                                   on 2003/03/09  19:32:19
43246         Log: Upgrade to Encode 1.91.
43247      Branch: perl
43248            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
43249            ! ext/Encode/encoding.pm ext/Encode/t/enc_module.t
43250 ____________________________________________________________________________
43251 [ 18868] By: jhi                                   on 2003/03/09  19:04:22
43252         Log: Export the symbols from #18863; do not prototype (but export)
43253              Nicholas Clark's experimental COW functions.
43254              Sidenote: the embed.fnc/embed.fnc/makedef.pl thing is becoming
43255              a mess of Herculean proportions.  Someone should redesign and
43256              clean up the stables.
43257      Branch: perl
43258            ! embed.fnc embed.pl global.sym proto.h
43259 ____________________________________________________________________________
43260 [ 18867] By: jhi                                   on 2003/03/09  17:12:55
43261         Log: Upgrade to Encode 1.90 (plus the one extra use lib in enc_module.t)
43262      Branch: perl
43263            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
43264            ! ext/Encode/MANIFEST ext/Encode/encoding.pm
43265            ! ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_data.t
43266            ! ext/Encode/t/enc_module.t
43267 ____________________________________________________________________________
43268 [ 18865] By: jhi                                   on 2003/03/09  13:50:57
43269         Log: From Inaba Hiroto: DATA wasn't properly utf8ed
43270              under 'use encoding'.
43271      Branch: perl
43272            + ext/Encode/t/enc_data.t
43273            ! MANIFEST ext/Encode/MANIFEST toke.c
43274 ____________________________________________________________________________
43275 [ 18864] By: jhi                                   on 2003/03/09  13:21:09
43276         Log: Tru64: additional instructions for building a newer Berkeley DB.
43277      Branch: perl
43278            ! README.tru64 hints/dec_osf.sh
43279 ____________________________________________________________________________
43280 [ 18863] By: jhi                                   on 2003/03/09  12:07:28
43281         Log: At Sarathy's request restore the bin5005compat Perl_foo_sv()
43282              function stubs, should be helpful for really simple extensions.
43283              Undoes large parts of changes #16289 and #16290.
43284      Branch: perl
43285            ! sv.c
43286 ____________________________________________________________________________
43287 [ 18862] By: rgs                                   on 2003/03/09  11:48:37
43288         Log: ... and add a test case for bug #20798
43289      Branch: perl
43290            ! t/op/eval.t
43291 ____________________________________________________________________________
43292 [ 18861] By: jhi                                   on 2003/03/09  11:46:17
43293         Log: Subject: Re: [perl #21498] printf behaviour changes 5.6.1(and earlier) -> 5.8
43294              From: Enache Adrian <enache@rdslink.ro>
43295              Date: Fri, 7 Mar 2003 23:28:37 +0200
43296              Message-ID: <20030307212837.GB765@ratsnest.hole>
43297
43298              (and few more test cases from the thread)
43299      Branch: perl
43300            ! sv.c t/op/sprintf.t
43301 ____________________________________________________________________________
43302 [ 18860] By: rgs                                   on 2003/03/09  11:33:09
43303         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
43304              From: Enache Adrian <enache@rdslink.ro>
43305              Date: Fri, 7 Mar 2003 00:12:03 +0200
43306              Message-ID: <20030306221203.GB13330@ratsnest.hole>
43307      Branch: perl
43308            ! op.c
43309 ____________________________________________________________________________
43310 [ 18859] By: rgs                                   on 2003/03/09  11:30:22
43311         Log: Adjust test count.
43312      Branch: perl
43313            ! t/op/pat.t
43314 ____________________________________________________________________________
43315 [ 18858] By: jhi                                   on 2003/03/09  10:54:10
43316         Log: From Inaba Hiroto: re_intuit_start set a value to
43317              PL_bostr before calling find_byclass when regexp has
43318              ROPT_UTF8 flag on. But right value for PL_bostr is set
43319              before re_intuit_start is called.  PL_regdata is always
43320              assigned by cache_re(), so the whole if(prog->reganch & ROPT_UTF8){}
43321              can be deleted.
43322      Branch: perl
43323            ! regexec.c t/op/pat.t
43324 ____________________________________________________________________________
43325 [ 18857] By: jhi                                   on 2003/03/09  10:46:23
43326         Log: From Inaba Hiroto: the UTF-8 length cache wasn't
43327              updated when fbm_compile() appended a "\n".
43328      Branch: perl
43329            ! t/op/pat.t util.c
43330 ____________________________________________________________________________
43331 [ 18856] By: rgs                                   on 2003/03/08  20:16:36
43332         Log: Add a B::COP::io() method, to return the cop_io field of COPs.
43333              Print it in B::Debug. Can be used later in B::Deparse to deparse
43334              the open pragma.
43335      Branch: perl
43336            ! ext/B/B.pm ext/B/B.xs ext/B/B/Debug.pm
43337 ____________________________________________________________________________
43338 [ 18855] By: rgs                                   on 2003/03/08  19:51:40
43339         Log: Subject: [PATCH perldebug.pod] to explain new [<>{] behaviour - attached
43340              From: Richard.Foley@ubsw.com
43341              Date: Fri, 21 Feb 2003 13:51:51 +0100
43342              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579F1@NZURC900PEX1.ubsgs.ubsgroup.net>
43343      Branch: perl
43344            ! pod/perldebug.pod
43345 ____________________________________________________________________________
43346 [ 18854] By: jhi                                   on 2003/03/08  19:41:25
43347         Log: Enache Adrian reads comments.
43348      Branch: perl
43349            ! perl.h
43350 ____________________________________________________________________________
43351 [ 18853] By: rgs                                   on 2003/03/08  19:40:13
43352         Log: Subject: [PATCH] Re: [perl #20551] Documentation error for IO::Select
43353              From: Richard Soderberg <perl@crystalflame.net>
43354              Date: Sat, 15 Feb 2003 01:27:17 -0500
43355              Message-Id: <87D7A731-40AE-11D7-9B07-000393801F84@crystalflame.net>
43356      Branch: perl
43357            ! ext/IO/lib/IO/Select.pm
43358 ____________________________________________________________________________
43359 [ 18852] By: jhi                                   on 2003/03/08  19:05:04
43360         Log: Subject: [PATCH] long %ENV values for VMS
43361              From: "Craig A. Berry" <craigberry@mac.com>
43362              Date: Fri, 07 Mar 2003 13:49:50 -0600
43363              Message-ID: <3E68F7DE.8070603@mac.com>
43364      Branch: perl
43365            ! vms/vms.c
43366 ____________________________________________________________________________
43367 [ 18851] By: jhi                                   on 2003/03/08  06:49:35
43368         Log: regen_headers tiny tidying:
43369              - regen.pl renamed as regen_lib.pl
43370              - regen_headers.pl renamed as regen.pl
43371              - added make target 'regen' (kept target 'regen_headers'
43372              for porters' brains' backward compatibility)
43373              - regen.pl fancified a bit to display the names
43374              of the files that got changed by running the scripts
43375      Branch: perl
43376            + regen_lib.pl
43377            - regen_headers.pl
43378            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
43379            ! keywords.pl opcode.pl regcomp.pl regen.pl
43380 ____________________________________________________________________________
43381 [ 18848] By: jhi                                   on 2003/03/07  08:40:52
43382         Log: Give pointers to runtime Unicode changes.
43383      Branch: perl
43384            ! pod/perlrun.pod pod/perlvar.pod
43385 ____________________________________________________________________________
43386 [ 18847] By: jhi                                   on 2003/03/07  08:02:50
43387         Log: Extra character noticed by Tels.
43388      Branch: perl
43389            ! MANIFEST
43390 ____________________________________________________________________________
43391 [ 18846] By: jhi                                   on 2003/03/07  05:28:11
43392         Log: Subject: [PATCH] FreeBSD 5.0 gethostbyaddr_r hints update
43393              From: Kay Roepke <kay@dolphin-services.de>
43394              Date: Thu, 06 Mar 2003 23:00:10 +0100
43395              Message-ID: <3E67C4EA.A55FFE5C@dolphin-services.de>
43396
43397              (plus change the d_gethostbyaddr_r_proto default to "0",
43398              that is what an undefined r_proto looks like)
43399      Branch: perl
43400            ! hints/freebsd.sh
43401 ____________________________________________________________________________
43402 [ 18845] By: jhi                                   on 2003/03/07  05:21:43
43403         Log: Define the Perl_pp_i_modulo_1() only iff we have glibc.
43404              (Stronger variant of "pp.c: Perl_pp_i_modulo_1 needs help
43405              in non-glibc case", from Craig Berry)
43406      Branch: perl
43407            ! pp.c
43408 ____________________________________________________________________________
43409 [ 18844] By: jhi                                   on 2003/03/07  05:05:57
43410         Log: Good observation from Philip Newton.
43411      Branch: perl
43412            ! pod/perlrun.pod
43413 ____________________________________________________________________________
43414 [ 18843] By: rgs                                   on 2003/03/06  21:59:02
43415         Log: Make the -A switch work without an assertion name.
43416              by Salvador Fandiño.
43417      Branch: perl
43418            ! perl.c t/run/switch_A.t
43419 ____________________________________________________________________________
43420 [ 18842] By: rgs                                   on 2003/03/06  21:27:15
43421         Log: Subject: Re: [PATCH] let perlmodstyle mention Module::Build and Test::More
43422              From: "Jos I. Boumans" <kane@dwim.org>
43423              Date: Fri, 21 Feb 2003 20:33:53 +0100
43424              Message-ID: <3E567F21.6020006@dwim.org>
43425              (with some minor tweaks)
43426      Branch: perl
43427            ! pod/perlmodstyle.pod
43428 ____________________________________________________________________________
43429 [ 18841] By: rgs                                   on 2003/03/06  20:56:32
43430         Log: Subject: Re: [perl #20682] [fix] @- array not visible in s///
43431              From: Enache Adrian <enache@rdslink.ro>
43432              Date: Sun, 2 Mar 2003 06:05:22 +0200
43433              Message-ID: <20030302040522.GB4905@ratsnest.hole>
43434      Branch: perl
43435            ! t/op/subst.t
43436 ____________________________________________________________________________
43437 [ 18840] By: rgs                                   on 2003/03/06  20:45:08
43438         Log: Subject: cleaning up tests of the 'eval { decl. } <=> runtime decl.' assumption
43439              From: Enache Adrian <enache@rdslink.ro>
43440              Date: Wed, 5 Mar 2003 12:06:20 +0200
43441              Message-ID: <20030305100620.GA909@ratsnest.hole>
43442      Branch: perl
43443            ! ext/POSIX/t/sigaction.t ext/POSIX/t/waitpid.t t/op/method.t
43444            ! t/op/sub_lval.t t/op/ver.t t/run/fresh_perl.t
43445 ____________________________________________________________________________
43446 [ 18839] By: jhi                                   on 2003/03/06  17:21:36
43447         Log: Subject: [PATCH perl@18838] mg.c needs Perl_csighandler prototype
43448              From: "Craig A. Berry" <craigberry@mac.com>
43449              Date: Thu, 06 Mar 2003 10:42:05 -0600
43450              Message-ID: <3E677A5D.10805@mac.com>
43451      Branch: perl
43452            ! mg.c
43453 ____________________________________________________________________________
43454 [ 18838] By: jhi                                   on 2003/03/06  10:11:22
43455         Log: Thinko fix.
43456      Branch: perl
43457            ! Porting/findrfuncs
43458 ____________________________________________________________________________
43459 [ 18837] By: jhi                                   on 2003/03/06  09:33:33
43460         Log: PERL_UNICODE explanation saga continues.
43461      Branch: perl
43462            ! pod/perlrun.pod
43463 ____________________________________________________________________________
43464 [ 18836] By: jhi                                   on 2003/03/06  07:55:03
43465         Log: Handle also extra directories et alia.
43466      Branch: perl
43467            ! Porting/manicheck
43468 ____________________________________________________________________________
43469 [ 18835] By: jhi                                   on 2003/03/06  07:48:05
43470         Log: Add mani(fest) check(ing) utility.
43471      Branch: perl
43472            + Porting/manicheck
43473            ! MANIFEST
43474 ____________________________________________________________________________
43475 [ 18833] By: jhi                                   on 2003/03/06  05:36:13
43476         Log: Subject: [patch config_h.SH] redefining __attribute__
43477              From: Stas Bekman <stas@stason.org>
43478              Date: Thu, 06 Mar 2003 12:03:39 +1100
43479              Message-ID: <3E669E6B.1060606@stason.org>
43480      Branch: perl
43481            ! Configure NetWare/config_H.wc Porting/config.sh
43482            ! Porting/config_H config_h.SH plan9/config.plan9
43483            ! plan9/config_h.sample win32/config_H.bc win32/config_H.gc
43484            ! win32/config_H.vc win32/config_H.vc64 wince/config_H.ce
43485 ____________________________________________________________________________
43486 [ 18831] By: jhi                                   on 2003/03/05  19:56:41
43487         Log: Couple more _r possibilities (found in a RH 8.0 box), and
43488              the random() macros were all wrong.  (I don't know why
43489              metaconfig did so much reordering of config_h.SH.)
43490      Branch: perl
43491            ! Configure config_h.SH reentr.h reentr.pl
43492 ____________________________________________________________________________
43493 [ 18830] By: rgs                                   on 2003/03/04  23:25:01
43494         Log: Change #18829 makes this test workaround obsolete.
43495      Branch: perl
43496            ! ext/B/t/deparse.t
43497 ____________________________________________________________________________
43498 [ 18829] By: rgs                                   on 2003/03/04  22:23:41
43499         Log: Patch by Salvador Fandiño to read the warning mask
43500              returned by caller() and ${^WARNING_BITS} from
43501              $warnings::Bits{all} and not from the hardcoded core
43502              constant. (This mask could have been extended by
43503              warnings::register.) Plus tests.
43504      Branch: perl
43505            ! mg.c pp_ctl.c t/op/caller.t
43506 ____________________________________________________________________________
43507 [ 18828] By: rgs                                   on 2003/03/04  20:49:59
43508         Log: Subject: [PATCH] assertions
43509              From: Salvador Fandiño <sfandino@yahoo.com>
43510              Date: Fri, 21 Feb 2003 17:26:16 +0000
43511              Message-ID: <3E566138.4090709@yahoo.com>
43512              and the complement : (with added comments)
43513              Subject: [PATCH] bug in ext/B/t/deparse.t
43514              Message-ID: <3E563E16.7060303@yahoo.com>
43515              plus perldiag.pod patch for the new warning
43516              (previous change was, once again, empty)
43517      Branch: perl
43518            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
43519            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
43520            ! pod/perldiag.pod warnings.h warnings.pl
43521 ____________________________________________________________________________
43522 [ 18827] By: rgs                                   on 2003/03/04  20:48:09
43523         Log: Subject: [PATCH] assertions
43524              From: Salvador Fandiño <sfandino@yahoo.com>
43525              Date: Fri, 21 Feb 2003 17:26:16 +0000
43526              Message-ID: <3E566138.4090709@yahoo.com>
43527              and the complement : (with added comments)
43528              Subject: [PATCH] bug in ext/B/t/deparse.t
43529              Message-ID: <3E563E16.7060303@yahoo.com>
43530              plus perldiag.pod patch for the new warning
43531      Branch: perl
43532            ! ext/B/t/deparse.t lib/assertions.pm lib/assertions/activate.pm
43533            ! lib/perl5db.pl lib/warnings.pm op.c perl.h perlapi.c
43534            ! pod/perldiag.pod warnings.h warnings.pl
43535 ____________________________________________________________________________
43536 [ 18826] By: jhi                                   on 2003/03/04  20:22:25
43537         Log: Try to make PPPort.pm 5.005-friendlier (see [perl #21339]).
43538              The variant is from how List::Util Util.xs does it.
43539      Branch: perl
43540            ! ext/Devel/PPPort/PPPort.pm
43541 ____________________________________________________________________________
43542 [ 18825] By: rgs                                   on 2003/03/04  19:56:28
43543         Log: Doc typos.
43544      Branch: perl
43545            ! lib/File/Find.pm
43546 ____________________________________________________________________________
43547 [ 18823] By: jhi                                   on 2003/03/04  05:33:50
43548         Log: Try to give rcatline() a good jog on Unicode.
43549      Branch: perl
43550            ! t/io/utf8.t
43551 ____________________________________________________________________________
43552 [ 18822] By: jhi                                   on 2003/03/04  05:14:13
43553         Log: Subject: Re: [perl #21395] rcatline doesn't grok utf8
43554              From: Enache Adrian <enache@rdslink.ro>
43555              Date: Sun, 2 Mar 2003 05:43:54 +0200
43556              Message-ID: <20030302034354.GA4905@ratsnest.hole>
43557      Branch: perl
43558            ! sv.c t/io/utf8.t
43559 ____________________________________________________________________________
43560 [ 18821] By: jhi                                   on 2003/03/04  04:58:36
43561         Log: Can't test this without PerlIO.
43562      Branch: perl
43563            ! t/uni/write.t
43564 ____________________________________________________________________________
43565 [ 18820] By: sky                                   on 2003/03/04  01:01:07
43566         Log: Fixes bug #15654 bizarre constant mangling in 5.8.0
43567              What happened was that a constant was freed, the pad released but
43568              the pad slot still held the SV, when pad slot was reallocated
43569              to be a target for a stringify, it did a sv_setpv on the target
43570              and the original SV was wiped out. When this SV was later on
43571              to new places using the constant, they got the wrong value.
43572              By replacing pad_free with pad_swipe for these cases, we
43573              won't have such a problem. (pad_swipe also removes the
43574              pointer to the original SV).
43575      Branch: perl
43576            ! op.c
43577 ____________________________________________________________________________
43578 [ 18819] By: jhi                                   on 2003/03/03  19:15:07
43579         Log: Further clarification on PERL_UNICODE's semantics.
43580      Branch: perl
43581            ! pod/perlrun.pod
43582 ____________________________________________________________________________
43583 [ 18818] By: gbarr                                 on 2003/03/03  10:07:44
43584         Log: Sync with libnet-1.13
43585      Branch: perl
43586            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/FTP.pm
43587            ! lib/Net/POP3.pm lib/Net/SMTP.pm
43588 ____________________________________________________________________________
43589 [ 18817] By: jhi                                   on 2003/03/03  06:45:59
43590         Log: Upgrade to Unicode::Normalize 0.20.
43591      Branch: perl
43592            ! ext/Unicode/Normalize/Changes
43593            ! ext/Unicode/Normalize/Normalize.pm
43594            ! ext/Unicode/Normalize/Normalize.xs
43595            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
43596            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
43597            ! ext/Unicode/Normalize/t/test.t
43598 ____________________________________________________________________________
43599 [ 18816] By: jhi                                   on 2003/03/03  06:17:28
43600         Log: Upgrade to Encode 1.89.  The enc_module.t required
43601              a little tweak, sending that to Dan.
43602      Branch: perl
43603            + ext/Encode/t/Mod_EUCJP.pm ext/Encode/t/enc_module.enc
43604            + ext/Encode/t/enc_module.t
43605            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
43606            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/MANIFEST
43607            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
43608            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
43609            ! ext/Encode/ucm/viscii.ucm
43610 ____________________________________________________________________________
43611 [ 18813] By: jhi                                   on 2003/03/03  05:33:21
43612         Log: Use a macro for abs() to avoid the possible truncation to an int;
43613              also make an explicit (double)cast for the arguments to fabs().
43614      Branch: perl
43615            ! perl.h pp.c sv.c util.c
43616 ____________________________________________________________________________
43617 [ 18812] By: hv                                    on 2003/03/02  22:36:05
43618         Log: Subject: Re: [PATCH] Make adding notes to patchlevel.h easier
43619              From: andreas.koenig@anima.de (Andreas J. Koenig)
43620              Date: Wed, 19 Feb 2003 11:05:28 +0100
43621              Message-ID: <m3d6lozitz.fsf@k242.linux.bogus>
43622      Branch: perl
43623            ! patchlevel.h
43624 ____________________________________________________________________________
43625 [ 18811] By: hv                                    on 2003/03/02  22:30:50
43626         Log: Subject: [perl #21289] [Fwd: IPC::Msg bug report]
43627              From: Edmund Bacon (via RT) <perlbug-followup@perl.org>
43628              Date: 18 Feb 2003 21:05:15 -0000
43629              Message-Id: <rt-21289-52384.13.2700974026643@bugs6.perl.org>
43630      Branch: perl
43631            ! ext/IPC/SysV/Msg.pm
43632 ____________________________________________________________________________
43633 [ 18810] By: hv                                    on 2003/03/02  21:59:10
43634         Log: Subject: [PATCH] Re: [perl #18872] File::Basename example misleading
43635              From: Richard Soderberg <perl@crystalflame.net>
43636              Date: Sat, 15 Feb 2003 01:27:21 -0500
43637              Message-Id: <89FAC8B9-40AE-11D7-9B07-000393801F84@crystalflame.net>
43638      Branch: perl
43639            ! lib/File/Basename.pm
43640 ____________________________________________________________________________
43641 [ 18809] By: hv                                    on 2003/03/02  21:54:53
43642         Log: Subject: [perl #21031] $File::Find::name ne $_ w/no_chdir
43643              From: "Anders Johnson" (via RT) <perlbug-followup@perl.org>
43644              Date: 15 Feb 2003 00:21:41 -0000
43645              Message-Id: <rt-21031-51306.12.8541374577158@bugs6.perl.org>
43646      Branch: perl
43647            ! lib/File/Find.pm
43648 ____________________________________________________________________________
43649 [ 18807] By: hv                                    on 2003/03/02  21:22:56
43650         Log: Reverse copyright update (#18801) for files not changed in 2003.
43651      Branch: perl
43652            ! EXTERN.h INTERN.h README av.h cc_runtime.h deb.c doop.c
43653            ! dosish.h fakethr.h form.h globals.c gv.h handy.h hv.h
43654            ! keywords.h keywords.pl mg.h miniperlmain.c numeric.c pad.h
43655            ! perlapi.c perlsdio.h perlsfio.h perlvars.h perly.y pp.h
43656            ! regcomp.h run.c scope.h taint.c thread.h unixish.h utf8.h
43657            ! utfebcdic.h util.h x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c
43658            ! x2p/a2p.h x2p/a2p.y x2p/hash.c x2p/hash.h x2p/proto.h
43659            ! x2p/str.c x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
43660 ____________________________________________________________________________
43661 [ 18805] By: hv                                    on 2003/03/02  16:29:28
43662         Log: Subject: Re: [perl #21411] [fix] Postponed RE with split()
43663              From: Enache Adrian <enache@rdslink.ro>
43664              Date: Sun, 2 Mar 2003 10:11:27 +0200
43665              Message-ID: <20030302081127.GA10782@ratsnest.hole>
43666      Branch: perl
43667            ! pp.c t/op/pat.t
43668 ____________________________________________________________________________
43669 [ 18803] By: hv                                    on 2003/03/02  16:12:34
43670         Log: Subject: RE: [perl #20613] Perl_magic_setsig/clearsig problems (patch   included)
43671              From: "Anders Johnson" <ajohnson@wischip.com>
43672              Date: Mon, 10 Feb 2003 14:09:46 -0800
43673              Message-ID: <000e01c2d151$2228ca90$9800a8c0@wis.com>
43674      Branch: perl
43675            ! mg.c t/op/magic.t
43676 ____________________________________________________________________________
43677 [ 18802] By: jhi                                   on 2003/03/02  15:39:06
43678         Log: Narrow down the -C test skippage.
43679      Branch: perl
43680            ! t/run/switchC.t
43681 ____________________________________________________________________________
43682 [ 18801] By: hv                                    on 2003/03/02  15:24:22
43683         Log: Update all copyrights to 2003, from Jarkko
43684      Branch: perl
43685            ! EXTERN.h INTERN.h README XSUB.h av.c av.h cc_runtime.h cop.h
43686            ! cv.h deb.c doio.c doop.c dosish.h dump.c embed.h embed.pl
43687            ! embedvar.h fakesdio.h fakethr.h form.h global.sym globals.c
43688            ! gv.c gv.h handy.h hv.c hv.h keywords.h keywords.pl locale.c
43689            ! mg.c mg.h miniperlmain.c nostdio.h numeric.c op.c op.h
43690            ! opcode.h opcode.pl opnames.h pad.c pad.h patchlevel.h perl.c
43691            ! perl.h perlapi.c perlapi.h perlio.h perlsdio.h perlsfio.h
43692            ! perlvars.h perly.y pp.c pp.h pp_ctl.c pp_hot.c pp_pack.c
43693            ! pp_sort.c pp_sys.c proto.h reentr.c reentr.h reentr.pl
43694            ! regcomp.c regcomp.h regexec.c regexp.h run.c scope.c scope.h
43695            ! sv.c sv.h taint.c thrdvar.h thread.h toke.c universal.c
43696            ! unixish.h utf8.c utf8.h utfebcdic.h util.c util.h x2p/EXTERN.h
43697            ! x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/hash.c
43698            ! x2p/hash.h x2p/proto.h x2p/str.c x2p/str.h x2p/util.c
43699            ! x2p/util.h x2p/walk.c xsutils.c
43700 ____________________________________________________________________________
43701 [ 18800] By: hv                                    on 2003/03/02  15:16:38
43702         Log: Subject: [PATCH] for perl5db.pl against missing args destroying pre-post command setups
43703              From: Richard.Foley@ubsw.com
43704              Date: Wed, 19 Feb 2003 13:24:38 +0100
43705              Message-ID: <B374141B0A424D4F9CF143CC51B3ADD98579DB@NZURC900PEX1.ubsgs.ubsgroup.net>
43706      Branch: perl
43707            ! lib/perl5db.pl
43708 ____________________________________________________________________________
43709 [ 18799] By: jhi                                   on 2003/03/02  13:34:13
43710         Log: The -CI cannot be easily tested under UTF-8 locale with
43711              the t/test.pl (the 'stdin' data gets doubly UTF-8-ied).
43712              Also other small tweaks in the -C neighbourhood.
43713      Branch: perl
43714            ! perl.c perl.h t/run/switchC.t util.c
43715 ____________________________________________________________________________
43716 [ 18798] By: jhi                                   on 2003/03/02  09:12:06
43717         Log: Go with "right = -right" for greater portability, some platforms
43718              might require llabs() to get abs() of long longs.
43719      Branch: perl
43720            ! pp.c
43721 ____________________________________________________________________________
43722 [ 18797] By: jhi                                   on 2003/03/02  08:07:32
43723         Log: Patch for [perl #9402], known also as "glibc _moddi3 bug
43724              with negative quads", or also as RedHat bug #65612.
43725      Branch: perl
43726            ! pp.c
43727 ____________________________________________________________________________
43728 [ 18796] By: jhi                                   on 2003/03/02  07:34:54
43729         Log: Forgotten from change #18795.
43730      Branch: perl
43731            ! global.sym
43732 ____________________________________________________________________________
43733 [ 18795] By: jhi                                   on 2003/03/02  07:27:44
43734         Log: Subject: Re: [PATCH embed.fnc] Re: [PATCH] Get MSWin32 back compiling
43735              From: Abe Timmerman <abe@ztreet.demon.nl>
43736              Date: Sun, 2 Mar 2003 02:03:16 +0100
43737              Message-Id: <200303020203.16708.abe@ztreet.demon.nl>
43738      Branch: perl
43739            ! embed.fnc embed.h makedef.pl
43740 ____________________________________________________________________________
43741 [ 18794] By: jhi                                   on 2003/03/02  07:21:36
43742         Log: Further Unicode formats patching from Inaba Hiroto.
43743      Branch: perl
43744            + t/uni/write.t
43745            ! MANIFEST pp_ctl.c
43746 ____________________________________________________________________________
43747 [ 18793] By: jhi                                   on 2003/03/01  08:18:35
43748         Log: Integrate change #18788 from maint.
43749      Branch: perl
43750           !> perl.h
43751 ____________________________________________________________________________
43752 [ 18792] By: jhi                                   on 2003/03/01  08:14:43
43753         Log: Subject: [PATCH] Get MSWin32 back compiling
43754              From: Abe Timmerman <abe@ztreet.demon.nl>
43755              Date: Sat, 1 Mar 2003 04:31:19 +0100
43756              Message-Id: <200303010431.20205.abe@ztreet.demon.nl>
43757      Branch: perl
43758            ! embed.fnc embed.h global.sym makedef.pl
43759 ____________________________________________________________________________
43760 [ 18785] By: jhi                                   on 2003/02/26  20:38:55
43761         Log: Subject: Re: [PATCH] Re: format, PerlIO and utf8
43762              From: Inaba Hiroto <inaba@st.rim.or.jp>
43763              Date: Mon, 10 Feb 2003 00:04:51 +0900
43764              Message-ID: <3E466E12.E5349D84@st.rim.or.jp>
43765      Branch: perl
43766            ! pp_ctl.c toke.c
43767 ____________________________________________________________________________
43768 [ 18784] By: jhi                                   on 2003/02/26  19:45:53
43769         Log: An already fixed bug from perl-unicode.
43770      Branch: perl
43771            ! t/op/pat.t
43772 ____________________________________________________________________________
43773 [ 18782] By: hv                                    on 2003/02/26  01:36:49
43774         Log: Subject: Re: [perl #20683] [fix] Better Patch
43775              From: Enache Adrian <enache@rdslink.ro>
43776              Date: Sun, 23 Feb 2003 20:16:39 +0200
43777              Message-ID: <20030223181639.GA18713@ratsnest.hole>
43778      Branch: perl
43779            ! embed.fnc embed.h ext/Devel/Peek/Peek.t mg.c perl.h proto.h
43780            ! regexec.c sv.c t/op/pat.t
43781 ____________________________________________________________________________
43782 [ 18781] By: hv                                    on 2003/02/26  01:11:14
43783         Log: regen headers
43784      Branch: perl
43785            ! perlapi.h pod/perlapi.pod
43786 ____________________________________________________________________________
43787 [ 18780] By: hv                                    on 2003/02/26  00:25:32
43788         Log: Two typos found by Philip Newton <pnewton@gmx.de>
43789      Branch: perl
43790            ! configpm ext/DB_File/DB_File.pm
43791 ____________________________________________________________________________
43792 [ 18779] By: jhi                                   on 2003/02/25  18:20:01
43793         Log: Add tests for the -C switch.  Depending on the
43794              CLIs some $^O dance may be needed.
43795      Branch: perl
43796            + t/run/switchC.t
43797            ! MANIFEST
43798 ____________________________________________________________________________
43799 [ 18778] By: hv                                    on 2003/02/25  15:24:17
43800         Log: Add missing file from change #18774.
43801      Branch: perl
43802            + t/op/localref.t
43803 ____________________________________________________________________________
43804 [ 18777] By: hv                                    on 2003/02/25  14:07:59
43805         Log: More variables for change #18776.
43806      Branch: perl
43807            ! op.c
43808 ____________________________________________________________________________
43809 [ 18776] By: hv                                    on 2003/02/25  14:04:03
43810         Log: Subject: [perl #20682] [fix] @- array not visible in s///
43811              From: Enache Adrian <enache@rdslink.ro>
43812              Date: Fri, 21 Feb 2003 17:50:14 +0200
43813              Message-ID: <20030221155014.GB793@ratsnest.hole>
43814      Branch: perl
43815            ! op.c t/op/subst.t
43816 ____________________________________________________________________________
43817 [ 18775] By: hv                                    on 2003/02/25  13:53:11
43818         Log: Subject: [perl #20684] [fix] s/// with (??{..}) inside returns wrong count
43819              From: Enache Adrian <enache@rdslink.ro>
43820              Date: Fri, 21 Feb 2003 17:49:41 +0200
43821              Message-ID: <20030221154941.GA793@ratsnest.hole>
43822      Branch: perl
43823            ! pp_ctl.c t/op/subst.t
43824 ____________________________________________________________________________
43825 [ 18774] By: hv                                    on 2003/02/25  13:21:19
43826         Log: Subject: Re: [perl #21321] local ${"FOO"} does not work
43827              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
43828              Date: Sun, 23 Feb 2003 00:03:27 +0100
43829              Message-Id: <20030223000327.6f0c11fa.rgarciasuarez@free.fr>
43830      Branch: perl
43831            ! MANIFEST op.c perl.h pp.c pp_hot.c t/op/local.t
43832 ____________________________________________________________________________
43833 [ 18773] By: hv                                    on 2003/02/25  12:45:01
43834         Log: Subject: [Encode] 1.88 Released
43835              From: Dan Kogai <dankogai@dan.co.jp>
43836              Date: Thu, 20 Feb 2003 23:49:55 +0900
43837              Message-Id: <935F75D0-44E2-11D7-B310-000393AE4244@dan.co.jp>
43838      Branch: perl
43839            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
43840            ! ext/Encode/Encode.xs ext/Encode/Unicode/Unicode.xs
43841            ! ext/Encode/lib/Encode/CJKConstants.pm
43842            ! ext/Encode/lib/Encode/Encoder.pm ext/Encode/t/enc_eucjp.t
43843            ! ext/Encode/t/enc_utf8.t ext/Encode/ucm/viscii.ucm
43844 ____________________________________________________________________________
43845 [ 18772] By: merijn                                on 2003/02/25  12:12:14
43846         Log: Subject: [perl@18752] warnings from CGI tests under cygwin
43847              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43848              Date: Wed, 19 Feb 2003 13:37:39 -0800
43849              Message-ID: <jk/U+gzkg2DE092yn@efn.org>
43850      Branch: perl
43851            ! lib/CGI.pm
43852 ____________________________________________________________________________
43853 [ 18771] By: jhi                                   on 2003/02/25  07:46:53
43854         Log: Cleanup #18770 as suggested by Rafael.
43855      Branch: perl
43856            ! mg.c perl.h
43857 ____________________________________________________________________________
43858 [ 18770] By: jhi                                   on 2003/02/25  06:01:09
43859         Log: A new try at #18765 (for [perl #20920]).
43860      Branch: perl
43861            ! mg.c
43862 ____________________________________________________________________________
43863 [ 18769] By: jhi                                   on 2003/02/25  05:33:10
43864         Log: Retract change #18765: makes HiRes.t hang after subtest #11.
43865      Branch: perl
43866            ! mg.c
43867 ____________________________________________________________________________
43868 [ 18768] By: chip                                  on 2003/02/24  21:42:57
43869         Log: Include p4d2p in Porting again, because p4genpatch doesn't work
43870              until a change has been submitted.
43871      Branch: perl
43872            + Porting/p4d2p
43873            ! MANIFEST
43874 ____________________________________________________________________________
43875 [ 18767] By: chip                                  on 2003/02/24  21:35:56
43876         Log: In Porting scripts, use standard perl path of "/usr/bin/perl".
43877      Branch: perl
43878            ! Porting/check83.pl Porting/findvars Porting/fixCORE
43879            ! Porting/fixvars Porting/genlog Porting/makerel Porting/patchls
43880 ____________________________________________________________________________
43881 [ 18766] By: jhi                                   on 2003/02/24  20:04:36
43882         Log: PERL_SIGNALS=unsafe enables the old unsafe/immediate signals.
43883      Branch: perl
43884            ! embedvar.h intrpvar.h mg.c perl.c perl.h pod/perldiag.pod
43885            ! pod/perlipc.pod pod/perlrun.pod pp_sys.c util.c
43886 ____________________________________________________________________________
43887 [ 18765] By: jhi                                   on 2003/02/24  19:56:23
43888         Log: Subject: Re: [perl #20920] Segmentation fault ("Safe Signal" queue problem?)
43889              From: Slaven Rezic <slaven@rezic.de>
43890              Date: 14 Feb 2003 09:11:15 +0100
43891              Message-ID: <878ywji8nw.fsf@vran.herceg.de>
43892
43893              (with slight tweaks)
43894      Branch: perl
43895            ! mg.c
43896 ____________________________________________________________________________
43897 [ 18764] By: jhi                                   on 2003/02/24  18:44:41
43898         Log: Patching magic from Inaba-san's keyboard: fix for [perl #8769]:
43899              "scalar upgraded to UTF-8 as a side effect of quote-interpolation
43900              when 'use encoding' is engaged"-- wasn't actually encoding's fault.
43901      Branch: perl
43902            ! pp_ctl.c pp_hot.c sv.c sv.h t/op/concat.t
43903 ____________________________________________________________________________
43904 [ 18763] By: chip                                  on 2003/02/24  14:54:36
43905         Log: Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls.
43906      Branch: perl
43907            ! op.c win32/perlhost.h
43908 ____________________________________________________________________________
43909 [ 18762] By: hv                                    on 2003/02/24  00:18:42
43910         Log: Remove no-longer-true line from perlop
43911      Branch: perl
43912            ! pod/perlop.pod
43913 ____________________________________________________________________________
43914 [ 18761] By: jhi                                   on 2003/02/23  12:07:53
43915         Log: Chip noticed that the intended optionality of the 'IV' was
43916              forgotten in the change #18758.
43917      Branch: perl
43918            ! ext/Devel/Peek/Peek.t
43919 ____________________________________________________________________________
43920 [ 18760] By: jhi                                   on 2003/02/22  19:17:04
43921         Log: API doc tweaks.
43922      Branch: perl
43923            ! utf8.c
43924 ____________________________________________________________________________
43925 [ 18759] By: sky                                   on 2003/02/21  09:08:30
43926         Log: Change regex to be a bit more friendly against various
43927              outputs from ps -f, regex suggest by rgs
43928      Branch: perl
43929            ! ext/threads/t/join.t
43930 ____________________________________________________________________________
43931 [ 18758] By: jhi                                   on 2003/02/20  17:28:44
43932         Log: Subject: [PATCH: perl@18639] add some IV stuff to ext/Devel/Peek/Peek.t test 21
43933              From: PPrymmer@factset.com
43934              Date: Thu, 20 Feb 2003 13:28:09 -0500
43935              Message-ID: <OF2DC297F4.A63F24F9-ON85256CD3.006513E4@factset.com>
43936      Branch: perl
43937            ! ext/Devel/Peek/Peek.t
43938 ____________________________________________________________________________
43939 [ 18757] By: jhi                                   on 2003/02/20  17:27:17
43940         Log: Subject: [PATCH: perl@186389] add probe for yet another dangerous logical name: COMP
43941              From: PPrymmer@factset.com
43942              Date: Wed, 19 Feb 2003 15:04:40 -0500
43943              Message-ID: <OFC0A627AD.02B9D968-ON85256CD2.006DDC21@factset.com>
43944      Branch: perl
43945            ! README.vms configure.com
43946 ____________________________________________________________________________
43947 [ 18756] By: jhi                                   on 2003/02/20  06:16:05
43948         Log: Doc tweakage on -C.
43949      Branch: perl
43950            ! pod/perlrun.pod
43951 ____________________________________________________________________________
43952 [ 18755] By: rgs                                   on 2003/02/19  21:31:43
43953         Log: Subject: [PATCH] 5.8.0: typo in pod/perlcompile.pod
43954              From: Brendan O'Dea <bod@debian.org>
43955              Date: Sun, 16 Feb 2003 21:09:23 +1100
43956              Message-ID: <20030216100923.GA29761@londo.c47.org>
43957      Branch: perl
43958            ! pod/perlcompile.pod
43959 ____________________________________________________________________________
43960 [ 18754] By: rgs                                   on 2003/02/19  21:14:37
43961         Log: Document clearly that "_" is always in package "main".
43962      Branch: perl
43963            ! pod/perlvar.pod
43964 ____________________________________________________________________________
43965 [ 18753] By: rgs                                   on 2003/02/19  20:55:09
43966         Log: Subject: Re: [perl #20716] scope error with brackets
43967              From: Enache Adrian <enache@rdslink.ro>
43968              Date: Thu, 13 Feb 2003 04:52:21 +0200
43969              Message-ID: <20030213025221.GA1215@ratsnest.hole>
43970              (better version of change #18687)
43971      Branch: perl
43972            ! t/comp/parser.t toke.c
43973 ____________________________________________________________________________
43974 [ 18752] By: jhi                                   on 2003/02/19  05:10:26
43975         Log: 'A' is not 65 everywhere.
43976      Branch: perl
43977            ! t/op/pack.t
43978 ____________________________________________________________________________
43979 [ 18751] By: chip                                  on 2003/02/19  03:54:45
43980         Log: Support one-parameter unpack(), which unpacks $_.
43981      Branch: perl
43982            ! opcode.h opcode.pl pod/perlfunc.pod pp_pack.c t/op/pack.t
43983 ____________________________________________________________________________
43984 [ 18750] By: hv                                    on 2003/02/19  00:53:03
43985         Log: more complex assertions activation:
43986              Subject: Re: Did the assertion patch/feature submission get overlooked?
43987              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
43988              Date: Tue, 18 Feb 2003 19:24:13 +0000
43989              Message-ID: <3E52885D.5060903@yahoo.com>
43990      Branch: perl
43991            ! lib/assertions.pm lib/assertions/activate.pm
43992            ! t/comp/assertions.t
43993 ____________________________________________________________________________
43994 [ 18749] By: hv                                    on 2003/02/19  00:19:21
43995         Log: Subject: [PATCH] Make adding notes to patchlevel.h easier
43996              From: andreas.koenig@anima.de (Andreas J. Koenig)
43997              Date: Tue, 18 Feb 2003 11:48:40 +0100
43998              Message-ID: <m3n0kt27av.fsf@k242.linux.bogus>
43999      Branch: perl
44000            ! patchlevel.h
44001 ____________________________________________________________________________
44002 [ 18748] By: hv                                    on 2003/02/19  00:00:41
44003         Log: Subject: [PATCH IO/Socket/INET.pm] Blocking option ignored
44004              From: Dave Mitchell <davem@fdgroup.com>
44005              Date: Tue, 18 Feb 2003 21:45:45 +0000
44006              Message-ID: <20030218214545.C18547@fdgroup.com>
44007
44008              and tests for the same:
44009              From: Dave Mitchell <davem@fdgroup.com>
44010              Date: Wed, 19 Feb 2003 00:42:01 +0000
44011              Message-ID: <20030219004201.F18547@fdgroup.com>
44012      Branch: perl
44013            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
44014 ____________________________________________________________________________
44015 [ 18747] By: hv                                    on 2003/02/18  23:47:06
44016         Log: Shouldn't have added as t/run/switchA.t in #18739 - it'll cause
44017              problems on case-insensitive file systems. Rename it back to
44018              t/run/switch_A.t
44019      Branch: perl
44020           +> t/run/switch_A.t
44021            - t/run/switchA.t
44022            ! MANIFEST
44023 ____________________________________________________________________________
44024 [ 18746] By: sky                                   on 2003/02/18  21:31:37
44025         Log: Subject: Re: -Os for Darwin why?
44026              From: schwern@pobox.com
44027              Date: tis feb 18, 2003  20:37:39 Europe/Stockholm
44028              Message-Id: <20030218113739.D25848@ttul.org>
44029      Branch: perl
44030            ! hints/darwin.sh
44031 ____________________________________________________________________________
44032 [ 18741] By: jhi                                   on 2003/02/18  14:01:34
44033         Log: Format nit.
44034      Branch: perl
44035            ! util.c
44036 ____________________________________________________________________________
44037 [ 18740] By: sky                                   on 2003/02/18  06:33:57
44038         Log: Re: -Os for Darwin why?
44039              From: schwern@pobox.com
44040              Date: tis feb 18, 2003  04:14:03 Europe/Stockholm
44041              Message-Id: <20030217191403.A17553@ttul.org>
44042      Branch: perl
44043            ! hints/darwin.sh
44044 ____________________________________________________________________________
44045 [ 18739] By: hv                                    on 2003/02/18  01:04:01
44046         Log: Subject: Re: Did the assertion patch/feature submission get overlooked?
44047              From: =?ISO-8859-1?Q?Salvador_Fandi=F1o?= <sfandino@yahoo.com>
44048              Date: Mon, 17 Feb 2003 23:38:05 +0000
44049              Message-ID: <3E51725D.5060303@yahoo.com>
44050      Branch: perl
44051            + t/comp/assertions.t t/run/switchA.t
44052            ! MANIFEST
44053 ____________________________________________________________________________
44054 [ 18738] By: hv                                    on 2003/02/18  00:51:24
44055         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH] Copy on write for $& and $1...
44056              From: Nicholas Clark <nick@ccl4.org>
44057              Date: Mon, 17 Feb 2003 21:07:03 +0000
44058              Message-ID: <20030217210330.A8611@plum.flirble.org>
44059      Branch: perl
44060            ! sv.c
44061 ____________________________________________________________________________
44062 [ 18737] By: hv                                    on 2003/02/18  00:47:00
44063         Log: Subject: [PATCH] Re: [perl #21261] B::Terse not outputting correct constants or variable names
44064              From: Stephen McCamant <smcc@mit.edu>
44065              Date: Mon, 17 Feb 2003 19:34:36 -0500
44066              Date: Mon, 17 Feb 2003 19:34:36 -0500
44067              Message-ID: <15953.32668.277063.470885@syllepsis.MIT.EDU>
44068      Branch: perl
44069            ! ext/B/B.xs ext/B/B/Bblock.pm ext/B/B/Concise.pm
44070            ! ext/B/B/Terse.pm ext/B/t/terse.t
44071 ____________________________________________________________________________
44072 [ 18736] By: hv                                    on 2003/02/17  09:33:47
44073         Log: Subject: [PATCH] Re: [PATCH] Copy on write for $& and $1...
44074              From: Nicholas Clark <nick@unfortu.net>
44075              Date: Sun, 16 Feb 2003 23:09:50 +0000
44076              Message-ID: <20030216230950.GB276@Bagpuss.unfortu.net>
44077      Branch: perl
44078            ! sv.c
44079 ____________________________________________________________________________
44080 [ 18735] By: hv                                    on 2003/02/17  09:13:02
44081         Log: Use the escape E<ntilde> in source files rather than the actual char.
44082      Branch: perl
44083            ! lib/assertions.pm lib/assertions/activate.pm
44084 ____________________________________________________________________________
44085 [ 18734] By: hv                                    on 2003/02/17  09:06:44
44086         Log: Suppress empty #ifdef blocks in embed.pl
44087      Branch: perl
44088            ! embed.h embed.pl
44089 ____________________________________________________________________________
44090 [ 18733] By: hv                                    on 2003/02/17  08:51:53
44091         Log: fix typo in sv.c and regenerate perlapi.pod
44092      Branch: perl
44093            ! pod/perlapi.pod sv.c
44094 ____________________________________________________________________________
44095 [ 18732] By: jhi                                   on 2003/02/17  06:40:09
44096         Log: Philip Newton has eagle eyes :-)
44097      Branch: perl
44098            ! pod/perlrun.pod
44099 ____________________________________________________________________________
44100 [ 18731] By: jhi                                   on 2003/02/17  05:31:18
44101         Log: Doc tweaks (and one code tweak) based on Philip Newton's comments.
44102      Branch: perl
44103            ! locale.c pod/perlrun.pod pod/perlunicode.pod
44104            ! pod/perluniintro.pod pod/perlvar.pod util.c
44105 ____________________________________________________________________________
44106 [ 18730] By: jhi                                   on 2003/02/17  04:44:53
44107         Log: Make also the -CAL conditional on locale.
44108      Branch: perl
44109            ! perl.c pod/perlrun.pod
44110 ____________________________________________________________________________
44111 [ 18729] By: jhi                                   on 2003/02/16  18:33:05
44112         Log: NO_SHORT_NAMES is better than HIDE_SHORT_NAMES.
44113      Branch: perl
44114            ! embed.h embed.pl pod/perlembed.pod
44115 ____________________________________________________________________________
44116 [ 18728] By: jhi                                   on 2003/02/16  18:20:04
44117         Log: According to Sarathy it's better have the Ministry
44118              of Information to remove all memory of NO_EMBED.
44119              What NO_EMBED?
44120      Branch: perl
44121            ! embed.h embed.pl
44122 ____________________________________________________________________________
44123 [ 18727] By: hv                                    on 2003/02/16  13:55:10
44124         Log: add support for assertions. Updated form of:
44125              Subject: Re: Did the assertion patch/feature submission get overlooked?
44126              From: Salvador =?ISO-8859-1?Q?Fandi=F1o?= <sfandino@yahoo.com>
44127              Date: Sat, 30 Nov 2002 17:24:09 +0000
44128              Message-ID: <3DE8F439.50402@yahoo.com>
44129      Branch: perl
44130            + lib/assertions.pm lib/assertions/activate.pm
44131            ! MANIFEST cv.h dump.c embed.pl embedvar.h ext/B/B/Deparse.pm
44132            ! ext/B/defsubs_h.PL intrpvar.h lib/perl5db.pl op.c perl.c
44133            ! perl.h perlapi.h pp_hot.c sv.c toke.c xsutils.c
44134 ____________________________________________________________________________
44135 [ 18726] By: hv                                    on 2003/02/16  13:10:32
44136         Log: COW regexps:
44137              Subject: [PATCH] Copy on write for $& and $1...
44138              From: Nicholas Clark <nick@unfortu.net>
44139              Date: Sun, 9 Feb 2003 23:00:09 +0000
44140              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
44141      Branch: perl
44142            ! embed.fnc embed.h global.sym pod/perlapi.pod pp_ctl.c pp_hot.c
44143            ! proto.h regcomp.c regexec.c regexp.h sv.c sv.h thrdvar.h
44144 ____________________________________________________________________________
44145 [ 18725] By: hv                                    on 2003/02/16  13:08:52
44146         Log: inline SvREFCNT_dec:
44147              Subject: [PATCH] Copy on write for $& and $1...
44148              From: Nicholas Clark <nick@unfortu.net>
44149              Date: Sun, 9 Feb 2003 23:00:09 +0000
44150              Message-ID: <20030209230008.GF299@Bagpuss.unfortu.net>
44151      Branch: perl
44152            ! embed.fnc embed.h proto.h sv.c sv.h
44153 ____________________________________________________________________________
44154 [ 18723] By: hv                                    on 2003/02/16  11:12:58
44155         Log: Subject: Re: [perl #20798] foo(eval {}) crashes Perl 5.8
44156              From: Enache Adrian <enache@rdslink.ro>
44157              Date: Sun, 16 Feb 2003 00:05:10 +0200
44158              Message-ID: <20030215220510.GB893@ratsnest.hole>
44159      Branch: perl
44160            ! op.c
44161 ____________________________________________________________________________
44162 [ 18722] By: hv                                    on 2003/02/16  11:08:06
44163         Log: outdent else-if chain in scope()
44164      Branch: perl
44165            ! op.c
44166 ____________________________________________________________________________
44167 [ 18721] By: hv                                    on 2003/02/16  11:00:47
44168         Log: Subject: [PATCH] arcane tainting bug in vms.c
44169              From: "Craig A. Berry" <craigberry@mac.com>
44170              Date: Sat, 15 Feb 2003 12:29:03 -0600
44171              Message-ID: <3E4E86EF.8090609@mac.com>
44172      Branch: perl
44173            ! vms/vms.c
44174 ____________________________________________________________________________
44175 [ 18720] By: hv                                    on 2003/02/16  10:54:58
44176         Log: restrict PERL_PRESERVE_IVUV to things that should really give an
44177              integer, but extend to runtime. Based on:
44178              Subject: Re: [perl #20827] Unexpected scientific notation.
44179              From: hv@crypt.org
44180              Date: Wed, 12 Feb 2003 03:12:43 +0000
44181              Message-Id: <200302120312.h1C3ChS02613@crypt.compulink.co.uk>
44182      Branch: perl
44183            ! op.c pp.c
44184 ____________________________________________________________________________
44185 [ 18718] By: jhi                                   on 2003/02/16  09:47:02
44186         Log: As suggested by Sarathy, add -DPERL_HIDE_SHORT_NAMES option
44187              which will disable the short forms of the Perl_ API, good for
44188              embedding stuff.  (Kind of like the old NO_EMBED, but better.)
44189      Branch: perl
44190            ! embed.h embed.pl pod/perlembed.pod
44191 ____________________________________________________________________________
44192 [ 18717] By: jhi                                   on 2003/02/16  09:44:57
44193         Log: Clarify the -C syntax a bit.
44194      Branch: perl
44195            ! pod/perlrun.pod
44196 ____________________________________________________________________________
44197 [ 18716] By: jhi                                   on 2003/02/16  08:29:54
44198         Log: Forgotten from #18715.
44199      Branch: perl
44200            ! embed.h proto.h
44201 ____________________________________________________________________________
44202 [ 18715] By: jhi                                   on 2003/02/15  21:19:37
44203         Log: The new(er) way of controlling Unicode I/O (and other) features;
44204              -C (or PERL_UNICODE).  See perlrun/-C for more details.
44205      Branch: perl
44206            ! embed.fnc embedvar.h gv.c intrpvar.h locale.c mg.c perl.c
44207            ! perl.h perlapi.h pod/perldiag.pod pod/perlrun.pod
44208            ! pod/perlunicode.pod pod/perluniintro.pod pod/perlvar.pod
44209            ! util.c
44210 ____________________________________________________________________________
44211 [ 18714] By: jhi                                   on 2003/02/15  12:31:25
44212         Log: Also Storable really wants the PATCHLEVEL, not PERL_VERSION.
44213      Branch: perl
44214            ! ext/Storable/Storable.xs
44215 ____________________________________________________________________________
44216 [ 18712] By: jhi                                   on 2003/02/15  08:39:38
44217         Log: Bring the CPAN Digest::MD5 (2.23) and the core Digest::MD5
44218              even closer to each other.  The dec_osf.pl is irrelevant
44219              for the current core but adding it makes for one less exception
44220              when integrating.
44221      Branch: perl
44222            + ext/Digest/MD5/hints/dec_osf.pl
44223            ! MANIFEST ext/Digest/MD5/MD5.pm ext/Digest/MD5/Makefile.PL
44224            ! ext/Digest/MD5/t/files.t
44225 ____________________________________________________________________________
44226 [ 18711] By: jhi                                   on 2003/02/15  08:32:04
44227         Log: Update MD5 Changes; update checksums.
44228      Branch: perl
44229            ! ext/Digest/MD5/Changes ext/Digest/MD5/t/files.t
44230 ____________________________________________________________________________
44231 [ 18710] By: jhi                                   on 2003/02/15  08:19:20
44232         Log: Update the MD5 checksums.
44233      Branch: perl
44234            ! ext/Digest/MD5/t/files.t
44235 ____________________________________________________________________________
44236 [ 18709] By: jhi                                   on 2003/02/15  08:16:26
44237         Log: Make the patchlevel.h inclusion attempt pre-5.6.0-safe(r)
44238              (problem noticed by Graham with List::Util).
44239      Branch: perl
44240            ! ext/Data/Dumper/Dumper.xs ext/Digest/MD5/MD5.xs
44241            ! ext/MIME/Base64/Base64.xs ext/Storable/Storable.xs
44242 ____________________________________________________________________________
44243 [ 18708] By: jhi                                   on 2003/02/15  07:31:17
44244         Log: Subject: Re: [perl #20912] UTF8 related glitch + fix
44245              From: Enache Adrian <enache@rdslink.ro>
44246              Date: Sat, 15 Feb 2003 00:37:40 +0200
44247              Message-ID: <20030214223740.GA13575@ratsnest.hole>
44248      Branch: perl
44249            ! pp.c t/op/split.t
44250 ____________________________________________________________________________
44251 [ 18707] By: hv                                    on 2003/02/15  06:38:15
44252         Log: Subject: [doc patch] ext/threads/shared/shared.pm
44253              From: Stas Bekman <stas@stason.org>
44254              Date: Fri, 14 Feb 2003 11:12:39 +1100
44255              Message-ID: <3E4C3477.7030306@stason.org>
44256      Branch: perl
44257            ! ext/threads/shared/shared.pm
44258 ____________________________________________________________________________
44259 [ 18706] By: hv                                    on 2003/02/15  06:32:35
44260         Log: Subject: Re: perlvar phrasing clarification for $^S
44261              From: "Iain 'Spoon' Truskett" <perl@dellah.anu.edu.au>
44262              Date: Fri, 14 Feb 2003 10:12:00 +1100
44263              Message-ID: <20030213231200.GE16300@ouroboros.anu.edu.au>
44264      Branch: perl
44265            ! pod/perlvar.pod
44266 ____________________________________________________________________________
44267 [ 18705] By: hv                                    on 2003/02/15  06:27:07
44268         Log: Subject: Re: [perl #20933] \substr reuses lvalues (sometimes)
44269              From: Dave Mitchell <davem@fdgroup.com>
44270              Date: Fri, 14 Feb 2003 22:48:27 +0000
44271              Message-ID: <20030214224827.B6783@fdgroup.com>
44272
44273              with tests:
44274              From: Slaven Rezic <slaven@rezic.de>
44275              Date: 14 Feb 2003 20:23:20 +0100
44276              Message-ID: <87bs1e4qfr.fsf@vran.herceg.de>
44277      Branch: perl
44278            ! pp.c t/op/substr.t t/op/vec.t
44279 ____________________________________________________________________________
44280 [ 18704] By: hv                                    on 2003/02/15  06:17:06
44281         Log: Subject: Re: overriding builtins quirk
44282              From: Jerrad Pierce <belg4mit@MIT.EDU>
44283              Date: Fri, 14 Feb 2003 09:28:13 -0500
44284              Message-Id: <200302141428.JAA25752@cathedral-seven.mit.edu>
44285      Branch: perl
44286            ! pod/perlsub.pod
44287 ____________________________________________________________________________
44288 [ 18703] By: rgs                                   on 2003/02/14  22:23:56
44289         Log: Subject: Re: trying to fix #20154, #20357
44290              From: Enache Adrian <enache@rdslink.ro>
44291              Date: Sat, 8 Feb 2003 21:05:14 +0200
44292              Message-ID: <20030208190514.GA866@ratsnest.hole>
44293              (fixes #19061 as well)
44294      Branch: perl
44295            ! pp_ctl.c t/op/goto.t
44296 ____________________________________________________________________________
44297 [ 18702] By: gbarr                                 on 2003/02/14  19:26:23
44298         Log: Update to Scalar-List-Utils 1.11
44299      Branch: perl
44300            + ext/List/Util/t/proto.t
44301            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
44302            ! ext/List/Util/lib/List/Util.pm
44303            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/isvstring.t
44304 ____________________________________________________________________________
44305 [ 18699] By: jhi                                   on 2003/02/13  09:43:33
44306         Log: gcc 3.2.1 does not have -Wall faith that tmp
44307              will not be used uninitialized.
44308      Branch: perl
44309            ! toke.c
44310 ____________________________________________________________________________
44311 [ 18698] By: hv                                    on 2003/02/12  03:01:32
44312         Log: Subject: perlbug (was: Re: [perl #20606] [no subject])
44313              From: Slaven Rezic <slaven@rezic.de>
44314              Date: 30 Jan 2003 19:03:41 +0100
44315              Message-ID: <87fzra7bwi.fsf@vran.herceg.de>
44316      Branch: perl
44317            ! utils/perlbug.PL
44318 ____________________________________________________________________________
44319 [ 18697] By: hv                                    on 2003/02/12  02:20:39
44320         Log: Subject: [PATCH 5.9.0] to silence compiler warning
44321              From: Robin Barker <Robin.Barker@npl.co.uk>
44322              Date: Tue, 28 Jan 2003 13:27:17 -0000
44323              Message-ID: <533D273D4014D411AB1D00062938C4D9040462CC@hotel.npl.co.uk>
44324      Branch: perl
44325            ! ext/PerlIO/scalar/scalar.xs ext/Storable/Storable.xs
44326            ! universal.c util.c
44327 ____________________________________________________________________________
44328 [ 18696] By: rgs                                   on 2003/02/11  20:13:21
44329         Log: Subject: [perl #20654] %*v02x considered invalid in printf
44330              From: Robin Barker (via RT) <perlbug-followup@perl.org>
44331              Date: 10 Feb 2003 16:43:23 -0000
44332              Message-Id: <rt-20654-50711.19.9711009821137@bugs6.perl.org>
44333      Branch: perl
44334            ! sv.c t/op/sprintf.t
44335 ____________________________________________________________________________
44336 [ 18695] By: rgs                                   on 2003/02/11  20:00:23
44337         Log: Subject: mini-[patch] perlrun "^$W" typo
44338              From: Iain Truskett <spoon@dellah.org>
44339              Date: Tue, 11 Feb 2003 08:38:52 +1100
44340              Message-ID: <20030210213851.GC31721@ouroboros.anu.edu.au>
44341      Branch: perl
44342            ! pod/perlrun.pod
44343 ____________________________________________________________________________
44344 [ 18694] By: rgs                                   on 2003/02/11  19:44:00
44345         Log: Subject: [PATCH] More B::Concise fixes
44346              From: Stephen McCamant <smcc@mit.edu>
44347              Date: Sun, 9 Feb 2003 17:28:38 -0500
44348              Message-ID: <15942.54806.381678.173391@syllepsis.MIT.EDU>
44349      Branch: perl
44350            ! ext/B/B/Concise.pm
44351 ____________________________________________________________________________
44352 [ 18693] By: merijn                                on 2003/02/11  08:14:29
44353         Log: More code cleanup.
44354
44355              Subject: Re: New SV Flag
44356              Date: Fri, 07 Feb 2003 09:57:43 +0100
44357              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44358              Message-Id: <20030207095258.6E05.H.M.BRAND@hccnet.nl>
44359      Branch: perl
44360            ! sv.c sv.h
44361 ____________________________________________________________________________
44362 [ 18692] By: jhi                                   on 2003/02/11  07:53:26
44363         Log: Dueling patches.
44364      Branch: perl
44365            - lib/CPAN/ChangeLog
44366            ! MANIFEST
44367 ____________________________________________________________________________
44368 [ 18691] By: hv                                    on 2003/02/11  00:27:56
44369         Log: Subject: PATCH: sv_rvweaken() deficiency (against 5.8.0)
44370              From: Mark Mielke <mark@mark.mielke.cc>
44371              Date: Mon, 20 Jan 2003 19:56:13 -0500
44372              Message-ID: <20030121005613.GA31739@mark.mielke.cc>
44373      Branch: perl
44374            ! sv.c
44375 ____________________________________________________________________________
44376 [ 18690] By: hv                                    on 2003/02/10  22:08:05
44377         Log: fix comment in change #18689
44378      Branch: perl
44379            ! sv.c
44380 ____________________________________________________________________________
44381 [ 18689] By: hv                                    on 2003/02/10  21:59:34
44382         Log: Fix for [perl #20339]: "%lf" rejected as invalid by recent sprintf.
44383              Now allows but ignores the 'l' modifier on floating point formats
44384              and adds a couple of tests.
44385      Branch: perl
44386            ! sv.c t/op/sprintf.t
44387 ____________________________________________________________________________
44388 [ 18688] By: sky                                   on 2003/02/10  19:54:13
44389         Log: Subject: Re: [perl #20777] [PATCH] goto &subroutine leaks memory
44390              From: Enache Adrian <enache@rdslink.ro>
44391              Date: sun feb 9, 2003  21:10:25 Europe/Stockholm
44392              Message-Id: <20030209201025.GA1247@ratsnest.hole>
44393      Branch: perl
44394            ! pp_ctl.c
44395 ____________________________________________________________________________
44396 [ 18687] By: sky                                   on 2003/02/10  18:13:29
44397         Log: Subject: Re: [perl #20716] [FIX] scope error with brackets
44398              From: Enache Adrian <enache@rdslink.ro>
44399              Date: mon feb 10, 2003  18:48:58 Europe/Stockholm
44400              Message-id: <20030210174858.GA872@ratsnest.hole>
44401      Branch: perl
44402            ! t/comp/parser.t toke.c
44403 ____________________________________________________________________________
44404 [ 18686] By: sky                                   on 2003/02/10  18:11:35
44405         Log: Compile under threads and MacOSX. For some reason newSVpvf
44406              was not exapnded.
44407      Branch: perl
44408            ! universal.c
44409 ____________________________________________________________________________
44410 [ 18685] By: ams                                   on 2003/02/10  03:44:07
44411         Log: No, we don't really want the utility scripts.
44412      Branch: perl
44413            - ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
44414            - ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
44415            ! MANIFEST ext/MIME/Base64/Makefile.PL
44416 ____________________________________________________________________________
44417 [ 18684] By: hv                                    on 2003/02/10  01:43:12
44418         Log: fix for C< use if qw/ 1 open :utf8 / > based on:
44419              Subject: [perl #20536] use if 1, open => ':utf8' fails
44420              From: Autrijus Tang (via RT) <perlbug-followup@perl.org>
44421              Date: 24 Jan 2003 22:39:06 -0000
44422              Message-Id: <rt-20536-49670.13.2464320257255@bugs6.perl.org>
44423      Branch: perl
44424            ! lib/if.pm lib/if.t
44425 ____________________________________________________________________________
44426 [ 18683] By: hv                                    on 2003/02/10  01:15:52
44427         Log: Subject: RE: perldebug.pod suggestion
44428              From: "Jay Hannah" <jhannah@omnihotels.com>
44429              Date: Fri, 24 Jan 2003 11:28:44 -0600
44430              Message-ID: <00b001c2c3ce$0c4716e0$4709a8c0@omarests2>
44431      Branch: perl
44432            ! pod/perldebug.pod
44433 ____________________________________________________________________________
44434 [ 18682] By: hv                                    on 2003/02/10  00:26:50
44435         Log: Subject: [PATCH] version objects final(?) patch
44436              From: John Peacock <jpeacock@rowman.com>
44437              Date: Sun, 05 Jan 2003 21:28:41 -0500
44438              Message-ID: <3E18E9D9.2040908@rowman.com>
44439      Branch: perl
44440            ! lib/version.pm lib/version.t universal.c util.c
44441 ____________________________________________________________________________
44442 [ 18680] By: chip                                  on 2003/02/09  17:39:33
44443         Log: Add CPAN ChangeLog to MANIFEST.
44444      Branch: perl
44445            ! MANIFEST
44446 ____________________________________________________________________________
44447 [ 18678] By: jhi                                   on 2003/02/09  14:37:38
44448         Log: CPAN ChangeLog not needed, says Andreas.
44449      Branch: perl
44450            ! MANIFEST
44451 ____________________________________________________________________________
44452 [ 18677] By: jhi                                   on 2003/02/09  08:42:19
44453         Log: Subject: [perl #20785] glitches with $PerlIO::encoding::fallback
44454              From: "autrijus@ossf.iis.sinica.edu.tw (via RT)" <perlbug-followup@perl.org>
44455              Date: 8 Feb 2003 11:54:11 -0000
44456              Message-Id: <rt-20785-50586.6.45611613038412@bugs6.perl.org>
44457      Branch: perl
44458            ! ext/PerlIO/encoding/encoding.pm
44459 ____________________________________________________________________________
44460 [ 18676] By: jhi                                   on 2003/02/09  08:35:25
44461         Log: Subject: Re: utime undef, undef, "/tmp/test" and warnings
44462              From: Stas Bekman <stas@stason.org>
44463              Date: Sat, 08 Feb 2003 11:12:28 +1100
44464              Message-ID: <3E444B6C.5060407@stason.org>
44465      Branch: perl
44466            ! doio.c
44467 ____________________________________________________________________________
44468 [ 18675] By: jhi                                   on 2003/02/08  19:49:40
44469         Log: Possible cruft removal.
44470      Branch: perl
44471            ! x2p/Makefile.SH
44472 ____________________________________________________________________________
44473 [ 18674] By: jhi                                   on 2003/02/08  18:22:42
44474         Log: Signedness nits.
44475      Branch: perl
44476            ! toke.c
44477 ____________________________________________________________________________
44478 [ 18672] By: jhi                                   on 2003/02/08  08:45:35
44479         Log: Upgrade to CPAN 1.64, from Andreas Koenig.
44480      Branch: perl
44481            + lib/CPAN/ChangeLog lib/CPAN/README utils/cpan
44482            ! MANIFEST lib/CPAN.pm lib/CPAN/FirstTime.pm lib/CPAN/t/Nox.t
44483            ! lib/CPAN/t/loadme.t lib/CPAN/t/mirroredby.t lib/CPAN/t/vcmp.t
44484            ! utils.lst
44485 ____________________________________________________________________________
44486 [ 18671] By: jhi                                   on 2003/02/08  08:35:06
44487         Log: Upgrade to Net::Ping 2.28, from Rob Brown.
44488      Branch: perl
44489            + lib/Net/Ping/t/190_alarm.t lib/Net/Ping/t/500_ping_icmp.t
44490            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/Changes
44491            ! lib/Net/Ping/README lib/Net/Ping/t/300_ping_stream.t
44492            ! lib/Net/Ping/t/400_ping_syn.t lib/Net/Ping/t/410_syn_host.t
44493 ____________________________________________________________________________
44494 [ 18670] By: jhi                                   on 2003/02/08  07:23:02
44495         Log: Subject: [PATCH] perluniintro nit
44496              From: Autrijus Tang <autrijus@autrijus.org>
44497              Date: Fri, 7 Feb 2003 00:02:49 +0800
44498              Message-ID: <20030206160249.GA12984@not.autrijus.org>
44499      Branch: perl
44500            ! pod/perluniintro.pod
44501 ____________________________________________________________________________
44502 [ 18669] By: jhi                                   on 2003/02/06  20:06:09
44503         Log: Subject: [PATCH: perl@186389] path tweak fix up for t/pod/find.t on VMS
44504              From: PPrymmer@factset.com
44505              Date: Wed, 5 Feb 2003 12:00:05 -0500
44506              Message-ID: <OFF5FDC924.68DBF580-ON85256CC4.005CC78E@factset.com>
44507      Branch: perl
44508            ! t/pod/find.t
44509 ____________________________________________________________________________
44510 [ 18668] By: jhi                                   on 2003/02/06  20:00:52
44511         Log: sv_cat_recode() proto was missing, noticed by Craig Berry.
44512      Branch: perl
44513            ! proto.h
44514 ____________________________________________________________________________
44515 [ 18666] By: sky                                   on 2003/02/06  09:39:24
44516         Log: Patch from Richard Soderberg, cleanup the code a bit and comment
44517              why we are not using SvOOK_on.
44518      Branch: perl
44519            ! sv.c
44520 ____________________________________________________________________________
44521 [ 18664] By: jhi                                   on 2003/02/06  09:26:53
44522         Log: Things forgotten from Encode 1.87.
44523      Branch: perl
44524            ! ext/Encode/Unicode/Unicode.xs ext/Encode/t/CJKT.t
44525 ____________________________________________________________________________
44526 [ 18663] By: jhi                                   on 2003/02/06  04:03:31
44527         Log: Upgrade to Encode 1.87.
44528      Branch: perl
44529            ! ext/Encode/AUTHORS ext/Encode/Byte/Byte.pm ext/Encode/Changes
44530            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/KR/KR.pm
44531            ! ext/Encode/Unicode/Unicode.pm ext/Encode/Unicode/Unicode.xs
44532            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
44533            ! ext/Encode/lib/Encode/CJKConstants.pm
44534            ! ext/Encode/lib/Encode/Encoder.pm
44535            ! ext/Encode/lib/Encode/Encoding.pm
44536            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/CJKT.t
44537            ! ext/Encode/t/enc_eucjp.t
44538 ____________________________________________________________________________
44539 [ 18662] By: jhi                                   on 2003/02/05  19:40:38
44540         Log: Add the test of [perl #8760] (fixed by change #18656).
44541      Branch: perl
44542            ! t/run/fresh_perl.t
44543 ____________________________________________________________________________
44544 [ 18661] By: jhi                                   on 2003/02/05  19:28:37
44545         Log: has become fixed too (by changes #18653
44546              and #18658, methinks), adding the test(s).
44547      Branch: perl
44548            ! t/op/pat.t
44549 ____________________________________________________________________________
44550 [ 18660] By: jhi                                   on 2003/02/05  17:15:35
44551         Log: Subject: [Patch] parsing under encoding (Re: [Encode] HEADS-UP; $Encode::VERSION++ to enhance filter option)([perl #16823])
44552              From: Inaba HIroto <inaba@st.rim.or.jp>
44553              Date: Sat, 01 Feb 2003 21:58:20 +0900
44554              Message-ID: <3E3BC46B.6C687CFD@st.rim.or.jp>
44555      Branch: perl
44556            ! embed.fnc embed.h ext/Encode/Encode.pm ext/Encode/Encode.xs
44557            ! ext/Encode/Encode/encode.h ext/Encode/encengine.c
44558            ! ext/Encode/lib/Encode/Encoding.pm
44559            ! ext/Encode/lib/Encode/JP/JIS7.pm global.sym lib/utf8.t
44560            ! pod/perlapi.pod sv.c t/uni/tr_7jis.t toke.c
44561 ____________________________________________________________________________
44562 [ 18659] By: jhi                                   on 2003/02/05  11:51:30
44563         Log: Subject: [PATCH: perl@186389] fix for PerlIO/Via compilation on VMS
44564              From: PPrymmer@factset.com
44565              Date: Tue, 4 Feb 2003 12:03:17 -0500
44566              Message-ID: <OFCBC6AE62.FF2B83D4-ON85256CC3.005D7A9F@factset.com>
44567      Branch: perl
44568            ! ext/PerlIO/via/via.xs
44569 ____________________________________________________________________________
44570 [ 18658] By: jhi                                   on 2003/02/05  05:45:11
44571         Log: s/S_cache_re/cache_re/ for building with threads.
44572      Branch: perl
44573            ! regexec.c
44574 ____________________________________________________________________________
44575 [ 18657] By: rgs                                   on 2003/02/04  20:06:19
44576         Log: Subject: [PATCH] B::Concise updates (incl. avoiding use of op_seq)
44577              From: Stephen McCamant <smcc@mit.edu>
44578              Date: Mon, 3 Feb 2003 21:01:07 -0500
44579              Message-ID: <15935.7907.976943.74729@syllepsis.MIT.EDU>
44580      Branch: perl
44581            ! ext/B/B/Concise.pm ext/B/t/concise.t
44582 ____________________________________________________________________________
44583 [ 18656] By: rgs                                   on 2003/02/04  20:02:56
44584         Log: Better version of change #18648, by Enache Adrian
44585              Message-ID: <20030204101533.GA11817@ratsnest.hole>
44586      Branch: perl
44587            ! op.c
44588 ____________________________________________________________________________
44589 [ 18655] By: jhi                                   on 2003/02/04  15:56:36
44590         Log: Add the new test to MANIFEST.
44591      Branch: perl
44592            ! MANIFEST
44593 ____________________________________________________________________________
44594 [ 18654] By: gbarr                                 on 2003/02/04  14:42:51
44595         Log: Sync with 1.10
44596      Branch: perl
44597            + ext/List/Util/t/lln.t
44598            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
44599            ! ext/List/Util/lib/List/Util.pm
44600            ! ext/List/Util/lib/Scalar/Util.pm
44601 ____________________________________________________________________________
44602 [ 18653] By: jhi                                   on 2003/02/04  11:04:25
44603         Log: Fix "[perl #20667] unicode regex vs non-unicode regex".
44604              The PL_regdata was not set up (S_cache_re()) before it
44605              was needed (S_reginclass()).  The test put in fresh_perl.t
44606              because we need a pristine state to start.
44607      Branch: perl
44608            ! regexec.c t/run/fresh_perl.t
44609 ____________________________________________________________________________
44610 [ 18652] By: jhi                                   on 2003/02/04  06:35:51
44611         Log: Comment tweak.
44612      Branch: perl
44613            ! t/op/pat.t
44614 ____________________________________________________________________________
44615 [ 18651] By: jhi                                   on 2003/02/04  06:28:53
44616         Log: Signedness issue.
44617      Branch: perl
44618            ! ext/MIME/Base64/Base64.xs
44619 ____________________________________________________________________________
44620 [ 18650] By: rgs                                   on 2003/02/03  22:02:44
44621         Log: Force the C locale in makedepend, to prevent gcc from
44622              producing locale-dependent messages.
44623      Branch: perl
44624            ! makedepend.SH
44625 ____________________________________________________________________________
44626 [ 18649] By: rgs                                   on 2003/02/03  22:00:21
44627         Log: Document the environment variable PERL_UTF8_LOCALE in perlrun.
44628      Branch: perl
44629            ! pod/perlrun.pod
44630 ____________________________________________________________________________
44631 [ 18648] By: rgs                                   on 2003/02/03  19:32:57
44632         Log: Fix bug #8760 : cop_line isn't properly restored
44633              when a module is loaded at runtime behind the scenes.
44634      Branch: perl
44635            ! op.c t/lib/warnings/perlio
44636 ____________________________________________________________________________
44637 [ 18647] By: merijn                                on 2003/02/03  16:14:00
44638         Log: Subject: Re: [perl #20606] [PATCH} openbsd hints
44639              From: Abe Timmerman <abe@ztreet.demon.nl>
44640              Date: Sun, 2 Feb 2003 18:27:57 +0100
44641              Message-Id: <200302021827.57240.abe@ztreet.demon.nl>
44642      Branch: perl
44643            ! hints/openbsd.sh
44644 ____________________________________________________________________________
44645 [ 18644] By: jhi                                   on 2003/02/03  12:41:51
44646         Log: Duh, test -e ENOPORTABLE, I should've remembered that.
44647              (Made Solaris go boom.)
44648      Branch: perl
44649            ! Configure
44650 ____________________________________________________________________________
44651 [ 18643] By: jhi                                   on 2003/02/03  10:36:15
44652         Log: Detypo.
44653      Branch: perl
44654            ! cop.h
44655 ____________________________________________________________________________
44656 [ 18642] By: ams                                   on 2003/02/03  08:26:36
44657         Log: Integrate MIME::Base64 2.16 from CPAN. (Do we really want the
44658              utility scripts?)
44659      Branch: perl
44660            + ext/MIME/Base64/decode-base64 ext/MIME/Base64/decode-qp
44661            + ext/MIME/Base64/encode-base64 ext/MIME/Base64/encode-qp
44662            ! MANIFEST ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
44663            ! ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
44664            ! ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/base64.t
44665            ! ext/MIME/Base64/t/quoted-print.t
44666 ____________________________________________________________________________
44667 [ 18641] By: sky                                   on 2003/02/02  23:46:24
44668         Log: In any case, never copy this but use the same SV since
44669              if we copy we loose the hash we so badly need.
44670              For op_const we might still need to copy however.
44671      Branch: perl
44672            ! op.c
44673 ____________________________________________________________________________
44674 [ 18640] By: sky                                   on 2003/02/02  23:38:40
44675         Log: Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixes
44676              threading issue. Should perhaps be a PVOP to save memory, but then
44677              we have nowhere to store the hash of the function!
44678      Branch: perl
44679            ! dump.c op.c pp_hot.c
44680 ____________________________________________________________________________
44681 [ 18637] By: jhi                                   on 2003/02/02  20:07:57
44682         Log: Plan 9: Some time has passed.
44683      Branch: perl
44684            ! plan9/buildinfo
44685 ____________________________________________________________________________
44686 [ 18636] By: jhi                                   on 2003/02/02  20:02:11
44687         Log: Subject: Re: typo in checkin 18616
44688              From: Nick Ing-Simmons <nick@ing-simmons.net>
44689              Date: Sun, 02 Feb 2003 17:23:08 +0000
44690              Message-Id: <20030202172308.9244.1@bactrian.ni-s.u-net.com>
44691      Branch: perl
44692            ! XSUB.h
44693 ____________________________________________________________________________
44694 [ 18635] By: jhi                                   on 2003/02/02  19:46:35
44695         Log: Plan 9: Add also config.sh sample for 5.8.0 from Russ Cox.
44696      Branch: perl
44697            + plan9/config_sh.sample
44698            ! MANIFEST
44699 ____________________________________________________________________________
44700 [ 18634] By: ams                                   on 2003/02/02  18:07:01
44701         Log: Subject: [PATCH] pod/perlfunc.pod
44702              From: abigail@abigail.nl
44703              Date: Sun, 2 Feb 2003 16:59:48 +0100
44704              Message-Id: <20030202155948.7971.qmail@abigail.nl>
44705      Branch: perl
44706            ! pod/perlfunc.pod
44707 ____________________________________________________________________________
44708 [ 18633] By: jhi                                   on 2003/02/02  16:48:26
44709         Log: Subject: [perl #18232] [PATCH] store PL_reg_match_utf8 in reganch
44710              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
44711              Date: Wed, 22 Jan 2003 22:35:56 +0100
44712              Message-Id: <20030122223556.57d597a3.rgarciasuarez@free.fr>
44713      Branch: perl
44714            ! mg.c pp.c pp_ctl.c pp_hot.c regexec.c regexp.h t/op/pat.t
44715 ____________________________________________________________________________
44716 [ 18632] By: jhi                                   on 2003/02/02  15:31:36
44717         Log: Also [perl #3547] has been fixed; add its test case.
44718      Branch: perl
44719            ! t/op/pat.t
44720 ____________________________________________________________________________
44721 [ 18631] By: jhi                                   on 2003/02/02  15:26:10
44722         Log: The [perl #7471] seems to have been fixed; add its test.
44723      Branch: perl
44724            ! t/op/pat.t
44725 ____________________________________________________________________________
44726 [ 18630] By: jhi                                   on 2003/02/02  15:21:23
44727         Log: seems to have been fixed; add its test.
44728      Branch: perl
44729            ! t/op/pat.t
44730 ____________________________________________________________________________
44731 [ 18629] By: jhi                                   on 2003/02/02  15:09:39
44732         Log: Plan 9: Supply also Russ Cox' original config.h for 5.8.0.
44733      Branch: perl
44734            + plan9/config_h.sample
44735            ! MANIFEST
44736 ____________________________________________________________________________
44737 [ 18628] By: jhi                                   on 2003/02/02  14:46:26
44738         Log: Plan 9: Update config.plan9 based on Russ Cox' work.
44739      Branch: perl
44740            ! plan9/config.plan9
44741 ____________________________________________________________________________
44742 [ 18627] By: jhi                                   on 2003/02/02  14:24:00
44743         Log: Plan 9: Update the list of object files.
44744      Branch: perl
44745            ! plan9/mkfile
44746 ____________________________________________________________________________
44747 [ 18626] By: jhi                                   on 2003/02/02  14:03:16
44748         Log: Plan 9: No Configure.
44749      Branch: perl
44750            ! Configure
44751 ____________________________________________________________________________
44752 [ 18624] By: jhi                                   on 2003/02/02  13:29:02
44753         Log: Plan 9: doesn't really do Configure (undo #18585/#18586)
44754      Branch: perl
44755            ! Configure
44756 ____________________________________________________________________________
44757 [ 18622] By: jhi                                   on 2003/02/02  12:49:13
44758         Log: minitest wasn't working.  (The $^X /miniperl/ test in
44759              io/crlf.t didn't work in Tru64, $^X was "./perl", used
44760              the same 'eval q/use .../' trick everywhere.)
44761      Branch: perl
44762            ! t/io/crlf.t t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
44763            ! t/uni/tr_utf8.t
44764 ____________________________________________________________________________
44765 [ 18621] By: jhi                                   on 2003/02/02  12:23:28
44766         Log: Fix and test for [perl #15549 Empty \Q\E not permitted]
44767              (test.pl-ise quotemeta.t, too)
44768      Branch: perl
44769            ! t/op/quotemeta.t toke.c
44770 ____________________________________________________________________________
44771 [ 18618] By: sky                                   on 2003/02/01  21:04:36
44772         Log: Fix bug #15837, temporary from storable call hadn't gotten
44773              freed yet and was cloned but without a real (AvREAL)
44774              reference to it. @_ doesn't refcount!
44775      Branch: perl
44776            ! ext/threads/threads.xs
44777 ____________________________________________________________________________
44778 [ 18616] By: jhi                                   on 2003/02/01  19:43:09
44779         Log: Integrate from perlio:
44780
44781              [ 18591]
44782              PERL_IMPLICIT_SYS does NOT vector PerlIO_xxx but PerlSIO_xxx, so
44783              correct XSUB.h
44784
44785              [ 18611]
44786              Michael Schroeder's fix for re-try if stdio ops after
44787              interrupts. (Calls to PERL_ASYNC_CHECK added by NI-S).
44788
44789              [ 18612]
44790              PerlIO friendly version of speed up of $/ = undef case.
44791
44792              [ 18613]
44793              fflush() before invalidating stdio's fileno.
44794      Branch: perl
44795           !> XSUB.h perlio.c sv.c
44796 ____________________________________________________________________________
44797 [ 18615] By: sky                                   on 2003/02/01  12:01:01
44798         Log: Don't free thread before using it, breaks platforms that
44799              trust that I really want to free what I free, (like HPUX
44800              and AIX).
44801      Branch: perl
44802            ! ext/threads/threads.xs
44803 ____________________________________________________________________________
44804 [ 18614] By: ams                                   on 2003/02/01  12:00:29
44805         Log: Subject: Re: bleadperl: PerlIOStdio_invalidate_fileno breaks fclose semantics
44806              From: Nick Ing-Simmons <nick@ing-simmons.net>
44807              Date: Sat, 01 Feb 2003 13:03:52 +0000
44808              Message-Id: <20030201130352.1872.12@bactrian.ni-s.u-net.com>
44809      Branch: perl
44810            ! perlio.c
44811 ____________________________________________________________________________
44812 [ 18609] By: jhi                                   on 2003/01/31  08:58:40
44813         Log: Go even further (back) than change #18608 and revert
44814              to the 5.8.0 code, since otherwise split.t #40 fails.
44815              The four new tests of pat.t should keep us more honest.
44816      Branch: perl
44817            ! regexec.c
44818 ____________________________________________________________________________
44819 [ 18608] By: jhi                                   on 2003/01/31  08:24:53
44820         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
44821              From: Enache Adrian <enache@rdslink.ro>
44822              Date: Fri, 31 Jan 2003 09:20:59 +0200
44823              Message-ID: <20030131072059.GB6045@ratsnest.hole>
44824      Branch: perl
44825            ! regexec.c t/op/pat.t
44826 ____________________________________________________________________________
44827 [ 18607] By: ams                                   on 2003/01/31  02:29:56
44828         Log: Fix typo in version check ($[ to $]).
44829      Branch: perl
44830            ! ext/Storable/t/restrict.t
44831 ____________________________________________________________________________
44832 [ 18606] By: rgs                                   on 2003/01/30  22:02:47
44833         Log: Subject: [PATCH] Upper<->Lower case mistake in perlunicode.pod ?
44834              From: Jose.auguste-etienne@cgss-guyane.fr
44835              Date: Thu, 30 Jan 2003 12:40:53 -0300
44836              Message-ID: <OF8E7C1B73.22FEA7CE-ON03256CBE.00528AB8@Cgss-Guyane.fr>
44837      Branch: perl
44838            ! pod/perlunicode.pod
44839 ____________________________________________________________________________
44840 [ 18605] By: rgs                                   on 2003/01/30  20:58:52
44841         Log: code example in the FAQ that isn't strict-friendly.
44842              Subject: [perl #20616] Tie::IxHash doc error.
44843              From: Beckett Richard-qswi266 (via RT) <perlbug-followup@perl.org>
44844              Date: 30 Jan 2003 11:43:17 -0000
44845              Message-Id: <rt-20616-49904.16.891027432675@bugs6.perl.org>
44846      Branch: perl
44847            ! pod/perlfaq4.pod
44848 ____________________________________________________________________________
44849 [ 18604] By: rgs                                   on 2003/01/30  20:52:05
44850         Log: FAQ sync.
44851      Branch: perl
44852            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
44853            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq7.pod
44854            ! pod/perlfaq8.pod
44855 ____________________________________________________________________________
44856 [ 18603] By: jhi                                   on 2003/01/30  08:05:22
44857         Log: Subject: [FIX] Re: UTF-8 failures (surprise!)
44858              From: Enache Adrian <enache@rdslink.ro>
44859              Date: Thu, 30 Jan 2003 10:48:09 +0200
44860              Message-ID: <20030130084809.GA16902@ratsnest.hole>
44861
44862              Fix for half of the failures, with an expanded test.
44863      Branch: perl
44864            ! lib/utf8.t sv.c
44865 ____________________________________________________________________________
44866 [ 18602] By: merijn                                on 2003/01/30  06:31:50
44867         Log: Updates to the openbsd hints
44868
44869              Subject: [perl #20606] [no subject]
44870              Date: 29 Jan 2003 18:38:37 -0000
44871              From: "Todd C. Miller" (via RT) <perlbug-followup@perl.org>
44872              Message-Id: <rt-20606-49879.4.78874436094841@bugs6.perl.org>
44873      Branch: perl
44874            ! hints/openbsd.sh
44875 ____________________________________________________________________________
44876 [ 18601] By: jhi                                   on 2003/01/29  05:58:36
44877         Log: More of the #18600.
44878      Branch: perl
44879            ! pad.c
44880 ____________________________________________________________________________
44881 [ 18600] By: jhi                                   on 2003/01/29  05:37:12
44882         Log: Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)
44883              dumping (but now use SvPV_nolen).  (This change made an empty
44884              prototype to show up as "_" under -Uuseperlio.)
44885      Branch: perl
44886            ! dump.c
44887 ____________________________________________________________________________
44888 [ 18599] By: rgs                                   on 2003/01/28  21:07:08
44889         Log: Fix a very small memory leak in op_free, by reserving the
44890              case op_seq == (U16)-1 for the compiler backend
44891
44892              Subject: Re: Freeing code
44893              From: "Paul Johnson" <paul@pjcj.net>
44894              Date: Tue, 28 Jan 2003 14:13:09 +0100 (CET)
44895              Message-ID: <18918.193.134.254.145.1043759589.squirrel@wesley.pjcj.net>
44896      Branch: perl
44897            ! op.c
44898 ____________________________________________________________________________
44899 [ 18598] By: rgs                                   on 2003/01/28  20:43:02
44900         Log: Integrate from maint-5.8:
44901              Change 18450 :
44902              Tiny output tweak.
44903              Change 18429 :
44904              AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
44905              things like drand48_data are undefined).
44906              Change 18388 :
44907              List the PERL_MAGIC_utf8 ('w') flag.
44908      Branch: perl
44909           !> hints/aix.sh pod/perlguts.pod t/op/pat.t
44910 ____________________________________________________________________________
44911 [ 18597] By: rgs                                   on 2003/01/27  21:52:00
44912         Log: Subject: Re: [perl #20274] perlbug requires dynamic loading
44913              From: Slaven Rezic <slaven@rezic.de>
44914              Date: 14 Jan 2003 20:58:54 +0100
44915              Message-ID: <87n0m3v6yp.fsf@vran.herceg.de>
44916      Branch: perl
44917            ! ext/Sys/Hostname/Hostname.pm
44918 ____________________________________________________________________________
44919 [ 18596] By: rgs                                   on 2003/01/27  20:38:21
44920         Log: Introduce the PUSHSUB_DB macro, equivalent to PUSHSUB, but
44921              without the lval context tweak. Used in OP_DBSTATE.
44922              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
44923              From: Dave Mitchell <davem@fdgroup.com>
44924              Date: Sun, 26 Jan 2003 17:42:42 +0000
44925              Message-ID: <20030126174242.H16182@fdgroup.com>
44926      Branch: perl
44927            ! cop.h pp_ctl.c
44928 ____________________________________________________________________________
44929 [ 18595] By: rgs                                   on 2003/01/27  20:32:01
44930         Log: Subject: [PATCH] make Copy On Write work once again
44931              From: Nicholas Clark <nick@unfortu.net>
44932              Date: Sat, 25 Jan 2003 00:25:50 +0000
44933              Message-ID: <20030125002550.GG278@Bagpuss.unfortu.net>
44934      Branch: perl
44935            ! sv.h
44936 ____________________________________________________________________________
44937 [ 18594] By: jhi                                   on 2003/01/27  20:01:44
44938         Log: Update the pod list for Plan 9.
44939      Branch: perl
44940            ! plan9/mkfile
44941 ____________________________________________________________________________
44942 [ 18593] By: sky                                   on 2003/01/26  22:37:21
44943         Log: When we copy things out of a hash and increment the
44944              refcount of the shared scalar, we really must protect
44945              that refcount increase with a lock, or else it might not
44946              happen. Fixes segfault when objects would prematurely
44947              be killed.
44948      Branch: perl
44949            ! ext/threads/shared/shared.xs
44950 ____________________________________________________________________________
44951 [ 18592] By: jhi                                   on 2003/01/26  21:54:36
44952         Log: Missing (STRLEN)casts.
44953      Branch: perl
44954            ! sv.c
44955 ____________________________________________________________________________
44956 [ 18589] By: rgs                                   on 2003/01/26  13:06:49
44957         Log: OPf_SPECIAL on OP_DBSTATE now indicates a breakpoint.
44958
44959              Subject: Re: [PATCH] Re: change #9754: 5 x slowdown for perl -d
44960              From: Dave Mitchell <davem@fdgroup.com>
44961              Date: Fri, 24 Jan 2003 18:44:19 +0000
44962              Message-ID: <20030124184419.F11179@fdgroup.com>
44963      Branch: perl
44964            ! mg.c op.h pp_ctl.c
44965 ____________________________________________________________________________
44966 [ 18588] By: jhi                                   on 2003/01/26  12:18:10
44967         Log: Lest people get worried about not having PerlIO.
44968      Branch: perl
44969            ! pod/perluniintro.pod
44970 ____________________________________________________________________________
44971 [ 18586] By: jhi                                   on 2003/01/26  09:19:01
44972         Log: Plan 9 doesn't do nm, from Russ Cox.
44973      Branch: perl
44974            ! Configure
44975 ____________________________________________________________________________
44976 [ 18584] By: jhi                                   on 2003/01/26  09:11:23
44977         Log: Plan 9 doesn't really have the symlink API, from Russ Cox.
44978      Branch: perl
44979            ! plan9/plan9ish.h
44980 ____________________________________________________________________________
44981 [ 18583] By: jhi                                   on 2003/01/26  09:08:36
44982         Log: Plan 9 compiler can't return quads from the ?: (condop).
44983              (There may be more spots like this, so a Configure test
44984              maybe in order, but this works for now.)  From Russ Cox.
44985      Branch: perl
44986            ! ext/PerlIO/via/via.xs plan9/plan9ish.h
44987 ____________________________________________________________________________
44988 [ 18581] By: ams                                   on 2003/01/26  05:29:40
44989         Log: Subject: Re: truncate using a globref
44990              From: Slaven Rezic <slaven@rezic.de>
44991              Date: Thu, 23 Jan 2003 15:48:52 +0100 (CET)
44992              Message-Id: <200301231448.h0NEmqnu022591@vran.herceg.de>
44993      Branch: perl
44994            ! pp_sys.c t/io/fs.t
44995 ____________________________________________________________________________
44996 [ 18580] By: ams                                   on 2003/01/26  04:57:47
44997         Log: Subject: patch to speed up Perl's slurp mode
44998              From: Enache Adrian <enache@rdslink.ro>
44999              Date: Fri, 24 Jan 2003 06:23:54 +0200
45000              Message-Id: <20030124042354.GA30362@ratsnest.hole>
45001      Branch: perl
45002            ! sv.c
45003 ____________________________________________________________________________
45004 [ 18579] By: ams                                   on 2003/01/26  02:50:44
45005         Log: Subject: Re: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
45006              From: Enache Adrian <enache@rdslink.ro>
45007              Date: Sun, 26 Jan 2003 04:55:48 +0200
45008              Message-Id: <20030126025548.GB812@ratsnest.hole>
45009      Branch: perl
45010            ! pp_ctl.c
45011 ____________________________________________________________________________
45012 [ 18578] By: ams                                   on 2003/01/26  02:40:20
45013         Log: Subject: [PATCH Storable 2.06] const declaration fixup
45014              From: "Craig A. Berry" <craigberry@mac.com>
45015              Date: Thu, 23 Jan 2003 16:24:46 -0600
45016              Message-Id: <3E306BAE.4030807@mac.com>
45017      Branch: perl
45018            ! ext/Storable/Storable.xs
45019 ____________________________________________________________________________
45020 [ 18577] By: rgs                                   on 2003/01/23  20:46:00
45021         Log: Subject: [PATCH] move pad.c warnings to different test file
45022              From: Dave Mitchell <davem@fdgroup.com>
45023              Date: Thu, 23 Jan 2003 20:56:47 +0000
45024              Message-ID: <20030123205647.C8696@fdgroup.com>
45025      Branch: perl
45026            + t/lib/warnings/pad
45027            ! MANIFEST t/lib/warnings/op
45028 ____________________________________________________________________________
45029 [ 18573] By: nick                                  on 2003/01/23  07:26:43
45030         Log: Fix Solaris 32-bit invalidate case.
45031      Branch: perl
45032            ! perlio.c
45033 ____________________________________________________________________________
45034 [ 18572] By: rgs                                   on 2003/01/22  21:40:21
45035         Log: Integrate change 18448 from maint-5.8 :
45036
45037              Subject: Partial Data::Dumper patch
45038              From: Richard Clamp <richardc@unixbeard.net>
45039              Date: Sat, 4 Jan 2003 00:52:47 +0000
45040              Message-ID: <20030104005247.GA27685@mirth.demon.co.uk>
45041
45042              Subject: Re: Partial Data::Dumper patch
45043              From: Slaven Rezic <slaven@rezic.de>
45044              Date: 04 Jan 2003 02:48:08 +0100
45045              Message-ID: <87u1gp4rdz.fsf@vran.herceg.de>
45046      Branch: perl
45047           !> ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
45048 ____________________________________________________________________________
45049 [ 18571] By: rgs                                   on 2003/01/22  21:22:31
45050         Log: Subject: [PATCH] Re: difference between my and our before introduction
45051              From: Dave Mitchell <davem@fdgroup.com>
45052              Date: Thu, 16 Jan 2003 17:12:37 +0000
45053              Message-ID: <20030116171237.C420@fdgroup.com>
45054              (with a small test tweak)
45055      Branch: perl
45056            ! pad.c t/comp/our.t toke.c
45057 ____________________________________________________________________________
45058 [ 18569] By: rgs                                   on 2003/01/22  21:00:59
45059         Log: Fix [perl #19860] by adding a POSIX::fsync() stub.
45060      Branch: perl
45061            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
45062 ____________________________________________________________________________
45063 [ 18561] By: jhi                                   on 2003/01/22  17:43:45
45064         Log: Integrate from perlio:
45065              [ 18560]
45066              Fixes for open.pm which attempts to load layers:
45067              1. C equivalent of local $SIG{__WARN__} = sub {}
45068              while loading layers to supress warnings lib/open.t does
45069              not want.
45070              2. The loading scheme does not recurse now so look for
45071              new symptom of bad layer which is that a good module
45072              fails to load (as we cannot open any files).
45073
45074              NOTE: In my opinion open.pm should probably die on bad layer
45075              spec rather than just (maybe) warning and then allowing opens
45076              to fail.
45077      Branch: perl
45078           !> lib/open.t perlio.c
45079 ____________________________________________________________________________
45080 [ 18559] By: jhi                                   on 2003/01/22  13:19:31
45081         Log: Upgrade to Encode 1.86.
45082      Branch: perl
45083            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/MANIFEST
45084            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
45085            ! ext/Encode/t/enc_eucjp.t ext/Encode/t/enc_utf8.t
45086 ____________________________________________________________________________
45087 [ 18558] By: jhi                                   on 2003/01/22  13:05:27
45088         Log: Subject: Re: slight tweak to -DR flag - display whether on tmps stack
45089              From: Dave Mitchell <davem@fdgroup.com>
45090              Date: Sun, 19 Jan 2003 17:22:05 +0000
45091              Message-ID: <20030119172204.D24444@fdgroup.com>
45092      Branch: perl
45093            ! dump.c
45094 ____________________________________________________________________________
45095 [ 18557] By: jhi                                   on 2003/01/22  13:01:15
45096         Log: Subject: [PATCH] Re: [perl #9394] Re: [ID 20020525.002] coredump/ bad free warning   in blead with SIGWARN
45097              From: Nicholas Clark <nick@unfortu.net>
45098              Date: Tue, 21 Jan 2003 22:27:21 +0000
45099              Message-ID: <20030121222720.GG293@Bagpuss.unfortu.net>
45100      Branch: perl
45101            ! sv.c t/op/ref.t
45102 ____________________________________________________________________________
45103 [ 18556] By: jhi                                   on 2003/01/22  12:59:02
45104         Log: Subject: [PATCH perlio.h] (was RE: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined))
45105              From: Robin Barker <Robin.Barker@npl.co.uk>
45106              Date: Mon, 20 Jan 2003 15:26:21 -0000
45107              Message-ID: <533D273D4014D411AB1D00062938C4D904046299@hotel.npl.co.uk>
45108      Branch: perl
45109            ! perlio.h
45110 ____________________________________________________________________________
45111 [ 18555] By: jhi                                   on 2003/01/22  12:57:20
45112         Log: Integrate from perlio:
45113              [ 18539]
45114              Try the invalidate_fileno() idea for non-leaky stdio sockets.
45115
45116              [ 18540]
45117              stdio does NOT set errno==EBADF on invalidated fileno
45118
45119              [ 18547]
45120              Tweak APItest for new semantics of printf.
45121              Now printf() is always real printf() and not #define'd to
45122              PerlIO_stdoutf() so PerlIO_flush() when STDOUT is redirected
45123              back to original file does not affect stdout unless we are
45124              using :stdio as implementation. So things printf()ed XS side
45125              are not written to file (and turn up at end of test).
45126              So add an XS function which does fflush(stdout), modify .pm
45127              file to export it and .t file to call it.
45128
45129              [ 18548]
45130              Add defined(__osf__) case to invalidate_fileno (for Tru64).
45131
45132              [ 18549]
45133              Report layer name (without arg) on fail, and attempt to
45134              autoload layer name. (Fix for [perl #20460]).
45135
45136              [ 18550]
45137              #if defined(__irix__) (for stdio invalidate) from Jarkko.
45138      Branch: perl
45139           !> ext/XS/APItest/APItest.pm ext/XS/APItest/APItest.xs
45140           !> ext/XS/APItest/t/printf.t lib/open.pm perlio.c
45141 ____________________________________________________________________________
45142 [ 18554] By: jhi                                   on 2003/01/22  12:47:03
45143         Log: Subject: [PATCH av.c] Re: [perl #15439] unreferenced scalar due to double DESTROY
45144              From: Dave Mitchell <davem@fdgroup.com>
45145              Date: Sun, 19 Jan 2003 16:43:54 +0000
45146              Message-ID: <20030119164353.B24444@fdgroup.com>
45147      Branch: perl
45148            ! av.c t/op/array.t
45149 ____________________________________________________________________________
45150 [ 18553] By: jhi                                   on 2003/01/22  12:43:31
45151         Log: Subject: Term::Complete problem + fix (Was: Re: muttprofile + perl 5.8)
45152              From: Martti Rahkila <martti.rahkila@hut.fi>
45153              Date: Sat, 18 Jan 2003 00:25:39 +0200
45154              Message-ID: <20030118002539.A30585@wurlitzer.hut.fi>
45155
45156              (chose the 'even safer' version)
45157      Branch: perl
45158            ! lib/Term/Complete.pm
45159 ____________________________________________________________________________
45160 [ 18552] By: jhi                                   on 2003/01/22  12:34:06
45161         Log: Subject: [PATCH] assert PV isn't RV
45162              From: Nicholas Clark <nick@unfortu.net>
45163              Date: Fri, 17 Jan 2003 19:40:45 +0000
45164              Message-ID: <20030117194044.GB297@Bagpuss.unfortu.net>
45165      Branch: perl
45166            ! sv.h
45167 ____________________________________________________________________________
45168 [ 18551] By: jhi                                   on 2003/01/22  12:28:11
45169         Log: Integrate from maint-5.8:
45170              [ 18375]
45171              Better version of change #18370; use the new 'E' flag
45172              so that cxinc is exposed (as cpp) only to List::Util
45173              (well, any extension) (well, anyone who does -DPERL_EXT),
45174              no need to export it globally.
45175      Branch: perl
45176           !> embed.fnc embed.h ext/List/Util/Makefile.PL global.sym
45177 ____________________________________________________________________________
45178 [ 18545] By: ams                                   on 2003/01/22  06:06:26
45179         Log: Subject: [PATCH perl-current] AUTHORS correction
45180              From: Richard Soderberg <rs@crystalflame.net>
45181              Date: Wed, 22 Jan 2003 02:08:13 -0500
45182              Message-Id: <45B4D3AE-2DD8-11D7-8CF9-000393801F84@crystalflame.net>
45183      Branch: perl
45184            ! AUTHORS
45185 ____________________________________________________________________________
45186 [ 18544] By: jhi                                   on 2003/01/22  03:45:01
45187         Log: Continuation of #18542.
45188      Branch: perl
45189            ! sv.c
45190 ____________________________________________________________________________
45191 [ 18543] By: jhi                                   on 2003/01/22  03:21:23
45192         Log: Update the MD5 checksums.
45193      Branch: perl
45194            ! ext/Digest/MD5/t/files.t
45195 ____________________________________________________________________________
45196 [ 18542] By: hv                                    on 2003/01/22  01:37:52
45197         Log: #18530 misses a couple of pTHX definitions
45198      Branch: perl
45199            ! sv.c
45200 ____________________________________________________________________________
45201 [ 18541] By: jhi                                   on 2003/01/21  22:08:51
45202         Log: Try to make including patchlevel.h a bit more
45203              robust (use <> instead of "") and in case of
45204              failure (PERL_VERSION didn't get defined) try
45205              to fail (by trying to #include an "obviously"
45206              named file that should not exist) (didn't use
45207              #error since IIRC older cpps do not have it)
45208              (Tries to address [perl #20276].)
45209      Branch: perl
45210            ! ext/Data/Dumper/Dumper.xs ext/Devel/PPPort/PPPort.pm
45211            ! ext/Digest/MD5/MD5.xs ext/List/Util/Util.xs
45212            ! ext/Storable/Storable.xs
45213 ____________________________________________________________________________
45214 [ 18538] By: merijn                                on 2003/01/21  16:54:00
45215         Log: Subject: [PATCH] Re: FreeBSD 5 hints patch
45216              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45217              Date: Mon, 30 Dec 2002 18:01:16 -0800
45218              Message-ID: <spPE+gzkg+6F092yn@efn.org>
45219      Branch: perl
45220            ! Configure
45221 ____________________________________________________________________________
45222 [ 18536] By: jhi                                   on 2003/01/21  14:18:40
45223         Log: Allow explicit -C enable/disable by -C:1/-C:0
45224              (suggested by Peter Haworth).
45225      Branch: perl
45226            ! perl.c pod/perlrun.pod
45227 ____________________________________________________________________________
45228 [ 18534] By: hv                                    on 2003/01/21  02:22:53
45229         Log: Subject: PATCH: perldoc in MAINT branch (probably unstable too)
45230              From: Chip Turner <cturner@redhat.com>
45231              Date: 02 Jan 2003 11:35:57 -0500
45232              Message-ID: <vzksmwb8q6q.fsf@minbar.devel.redhat.com>
45233      Branch: perl
45234            ! lib/Pod/Perldoc.pm
45235 ____________________________________________________________________________
45236 [ 18533] By: hv                                    on 2003/01/21  02:15:29
45237         Log: Subject: Re: [perl #17757] s///g fails when using English & study in 5.8.0
45238              From: hv@crypt.org
45239              Date: Thu, 02 Jan 2003 14:33:49 +0000
45240              Message-Id: <200301021433.h02EXno03562@crypt.compulink.co.uk>
45241      Branch: perl
45242            ! regexec.c t/op/subst.t
45243 ____________________________________________________________________________
45244 [ 18532] By: hv                                    on 2003/01/21  01:56:31
45245         Log: Subject: Re: [perl #19236] perlsyn: implicit localisation in while()
45246              From: Martien Verbruggen <mgjv@tradingpost.com.au>
45247              Date: Tue, 31 Dec 2002 16:42:28 +1100
45248              Message-Id: <slrnb12bi4.4tt.mgjv@martien.heliotrope.home>
45249      Branch: perl
45250            ! pod/perlsyn.pod
45251 ____________________________________________________________________________
45252 [ 18531] By: hv                                    on 2003/01/21  01:52:49
45253         Log: integrate #18366-18370 from maint-5.8:
45254              Implement the CPP namespace protection from [perl #8610];
45255              unless a function has an 'A' flag, it's defined only if
45256              PERL_CORE.  (Why do we have so many many functions with an
45257              'A' flag, is another matter.)  (The number of #ifdef PERL_COREs
45258              could be cut down further by having a state variable and
45259              inserting #ifdefs and #endifs when the state flips.)
45260
45261              Caught by change #18366; thanks to the re extension we have some
45262              functions that are file static but yet part of "the public API"...
45263              Maybe a new class of exportability (a new embed.fnc flag) is
45264              required for this case.
45265
45266              Continue on change #18367; implement the said flag, 'E'.
45267              (Some nm output studying was needed to get the right set
45268              of re symbols defined.)
45269
45270              In AIX (strict symbol exports) the cxinc is needed for List::Util.
45271      Branch: perl
45272            ! embed.fnc embed.h embed.pl ext/re/Makefile.PL global.sym
45273 ____________________________________________________________________________
45274 [ 18530] By: hv                                    on 2003/01/21  01:37:03
45275         Log: integrate (by hand) #18353 and #18359 from maint-5.8:
45276              Introduce a cache for UTF-8 data: length and byte<->char offset
45277              mapping are stored in a new type of magic.  Speeds up length(),
45278              substr(), index(), rindex(), pos(), and some parts of s///.
45279
45280              The speedup varies a lot (on the usual suspects: what is the
45281              access pattern of the data, compiler, CPU), but should be at
45282              least one order of magnitude, and getting to the same magnitude
45283              as byte string speeds, and in some cases  (length on unchanged data)
45284              even reaching the byte string speed.  On the other hand, in some
45285              cases (index) the byte speed is still faster by a factor of five
45286              or so, but the bottleneck there does not seem to be any more
45287              the byte<->char offset mapping (instead, the fbm_instr() speed).
45288
45289              There is one cache slot for the length, and only two for the
45290              byte<->char offset mapping (the first one for the start->offset,
45291              and the second for the offset->offset+length, when talking
45292              in substr() terms).
45293
45294              Code this hairy is bound to have hairy trolls hiding under it.
45295              [...]
45296              A small tweak on top of #18353: don't display mg_len bytes of
45297              mg_ptr for PERL_MAGIC_utf8 because that's not what's there.
45298      Branch: perl
45299            ! dump.c embed.fnc embed.h mg.c perl.h pod/perlapi.pod proto.h
45300            ! sv.c util.c
45301 ____________________________________________________________________________
45302 [ 18529] By: hv                                    on 2003/01/21  00:44:20
45303         Log: integrate #18349 from maint-5.8:
45304              At least partially address [perl #10000] by speeding
45305              up both the ASCII case (by about 2-3%) and the UTF-8 case
45306              (by about 45%).  The major trick is to avoid hitting the
45307              costly S_reginclass().  (Even before this patch the speedup
45308              since 5.8.0 was about 40-50%.)  After this the UTF-8 case is
45309              still about 30-60% slower than the ASCII case.  (Note that
45310              I'm unable to reproduce the 10-fold speed difference of the
45311              original bug report; I can see a factor of 2 or 3, but no more.)
45312      Branch: perl
45313           !> regexec.c
45314 ____________________________________________________________________________
45315 [ 18528] By: hv                                    on 2003/01/21  00:24:11
45316         Log: Subject: [PATCH pp_ctl.c] silence warning
45317              From: Dave Mitchell <davem@fdgroup.com>
45318              Date: Sun, 29 Dec 2002 15:09:31 +0000
45319              Message-ID: <20021229150931.C2325@fdgroup.com>
45320      Branch: perl
45321            ! pp_ctl.c
45322 ____________________________________________________________________________
45323 [ 18527] By: hv                                    on 2003/01/21  00:04:14
45324         Log: Subject: perl version reporting
45325              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45326              Date: Wed, 18 Dec 2002 08:30:32 +0100
45327              Message-Id: <20021218081957.ABD8.H.M.BRAND@hccnet.nl>
45328      Branch: perl
45329            ! perl.c
45330 ____________________________________________________________________________
45331 [ 18526] By: hv                                    on 2003/01/20  23:21:22
45332         Log: Subject: Re: When Storable and Devel::DProf mix, core dump [perl #19385]
45333              From: Blair Zajac <blair@orcaware.com>
45334              Date: Wed, 08 Jan 2003 12:28:35 -0800
45335              Message-ID: <3E1C89F3.2B4759C@orcaware.com>
45336      Branch: perl
45337            ! ext/Devel/DProf/Changes ext/Devel/DProf/DProf.pm
45338            ! ext/Devel/DProf/DProf.xs ext/Devel/DProf/Makefile.PL
45339 ____________________________________________________________________________
45340 [ 18524] By: jhi                                   on 2003/01/20  17:51:10
45341         Log: Integrate from perlio:
45342              [ 18520]
45343              Move #define printf out of perl.h into appropriate
45344              PerlIO files.
45345      Branch: perl
45346           !> fakesdio.h nostdio.h perl.h
45347 ____________________________________________________________________________
45348 [ 18523] By: jhi                                   on 2003/01/20  17:48:51
45349         Log: Upgrade to Digest 1.02.
45350      Branch: perl
45351            ! lib/Digest.pm lib/Digest.t
45352 ____________________________________________________________________________
45353 [ 18522] By: jhi                                   on 2003/01/20  17:43:15
45354         Log: Subject: [perl #20408] SV's SvPVX get freed even when its SvLEN is zero
45355              From: "enache@rdslink.ro (via RT)" <perlbug-followup@perl.org>
45356              Date: 20 Jan 2003 01:54:07 -0000
45357              Message-Id: <rt-20408-49009.18.2567818321236@bugs6.perl.org>
45358      Branch: perl
45359            ! pp_hot.c
45360 ____________________________________________________________________________
45361 [ 18521] By: jhi                                   on 2003/01/20  17:37:35
45362         Log: Retract #18154 (integrate of perlio #18507), not enough
45363              threadsafety.
45364      Branch: perl
45365            ! perlio.c
45366 ____________________________________________________________________________
45367 [ 18519] By: jhi                                   on 2003/01/20  12:25:43
45368         Log: Encode MANIFEST update.
45369      Branch: perl
45370            ! ext/Encode/MANIFEST
45371 ____________________________________________________________________________
45372 [ 18517] By: nick                                  on 2003/01/20  08:34:10
45373         Log: Integrate #18405 from maint-5.8 which fixes whitespac
45374              issues in open(FH,"&...")
45375      Branch: perl
45376           !> doio.c
45377 ____________________________________________________________________________
45378 [ 18516] By: jhi                                   on 2003/01/19  13:48:10
45379         Log: microperl update.
45380      Branch: perl
45381            ! Makefile.micro uconfig.h uconfig.sh
45382 ____________________________________________________________________________
45383 [ 18514] By: jhi                                   on 2003/01/18  18:36:00
45384         Log: Integrate from perlio:
45385              [ 18507]
45386              Thread-protection for dup/fclose/dup2 scheme of stdio leak
45387              avoidance.
45388      Branch: perl
45389           !> perlio.c t/io/tell.t
45390 ____________________________________________________________________________
45391 [ 18513] By: jhi                                   on 2003/01/18  18:07:01
45392         Log: Slight pod reformatting based on [perl #20284].
45393      Branch: perl
45394            ! README.mint ext/Data/Dumper/Dumper.pm
45395 ____________________________________________________________________________
45396 [ 18512] By: jhi                                   on 2003/01/17  21:00:15
45397         Log: EPOC perl address updates.
45398      Branch: perl
45399            ! README.epoc
45400 ____________________________________________________________________________
45401 [ 18511] By: jhi                                   on 2003/01/17  20:23:42
45402         Log: Upgrade to Digest 1.01.
45403      Branch: perl
45404            ! lib/Digest.pm
45405 ____________________________________________________________________________
45406 [ 18510] By: jhi                                   on 2003/01/17  19:53:37
45407         Log: Typo fixes from jmc@prioris.mini.pw.edu.pl (from openbsd.bugs)
45408      Branch: perl
45409            ! utils/libnetcfg.PL
45410 ____________________________________________________________________________
45411 [ 18509] By: jhi                                   on 2003/01/17  19:45:11
45412         Log: Upgrade to Digest::MD5 2.22.
45413      Branch: perl
45414            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45415            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/README
45416            ! ext/Digest/MD5/t/files.t
45417 ____________________________________________________________________________
45418 [ 18508] By: merijn                                on 2003/01/17  14:12:53
45419         Log: Subject: Re: 18457 on cygwin/20030113
45420              From: Nick Ing-Simmons <nick.ing-simmons@elixent.com>
45421              Date: Fri, 17 Jan 2003 15:10:34 +0000
45422              Message-Id: <20030117151034.2651.3@bactrian.elixent.com>
45423      Branch: perl
45424            ! t/io/tell.t
45425 ____________________________________________________________________________
45426 [ 18504] By: jhi                                   on 2003/01/17  13:21:51
45427         Log: Integrate from perlio:
45428              [ 18476]
45429              Remove workaround for :stdio layer bug now fixed
45430              (Fixes #18975)
45431      Branch: perl
45432           !> pp_sys.c
45433 ____________________________________________________________________________
45434 [ 18502] By: jhi                                   on 2003/01/16  22:53:23
45435         Log: Integrate from maint-5.6:
45436              [ 18477]
45437              search utility doesn't skip exe/lib/pdb files properly on windows
45438      Branch: perl
45439           !> win32/bin/search.pl
45440 ____________________________________________________________________________
45441 [ 18501] By: rgs                                   on 2003/01/16  21:28:42
45442         Log: Subject: Re: [perl #19977] unlocalized $_ in File::Find clobbers upstream $_
45443              From: "Jos I. Boumans" <kane@dwim.org>
45444              Date: Thu, 16 Jan 2003 14:04:48 +0100
45445              Message-ID: <3E26ADF0.6010605@dwim.org>
45446              (with test tweaks)
45447      Branch: perl
45448            ! lib/File/Find.pm lib/File/Find/t/find.t
45449 ____________________________________________________________________________
45450 [ 18500] By: rgs                                   on 2003/01/16  21:17:14
45451         Log: Integrate #18447 from maint-5.8 :
45452              test.pl-ise t/op/fh.t.
45453      Branch: perl
45454           !> t/op/fh.t
45455 ____________________________________________________________________________
45456 [ 18499] By: rgs                                   on 2003/01/16  20:58:59
45457         Log: Integrate changes to Attribute::Handlers from maint-5.8
45458              (18404 and 18427).
45459              Subject: [PATCH] Re: Attribute::Handlers phase variance
45460              From: Richard Clamp <richardc@unixbeard.net>
45461              Date: Mon, 9 Dec 2002 11:10:24 +0000
45462              Message-ID: <20021209111024.GA14365@mirth.demon.co.uk>
45463      Branch: perl
45464           !> lib/Attribute/Handlers.pm lib/Attribute/Handlers/t/multi.t
45465 ____________________________________________________________________________
45466 [ 18498] By: rgs                                   on 2003/01/16  20:48:10
45467         Log: Integrate changes #18422 and #18423 from maint-5.8.
45468              18422 :
45469              Third Degree found a read of uninit memory (after setting
45470              grent_size with sysconf(), pwent_size was read).  Also make
45471              the ERANGE/INVARG more consistent.
45472              18423 :
45473              spent_size was still off.  (As far as I can tell
45474              _SC_GETPW_R_SIZE_MAX is supposed to be used also
45475              for spents, not just pwents.)
45476      Branch: perl
45477           !> reentr.c reentr.h reentr.pl
45478 ____________________________________________________________________________
45479 [ 18497] By: rgs                                   on 2003/01/16  20:40:58
45480         Log: Subject: [PATCH] Re: [perl #19393] Bug in Time::localtime?
45481              From: Dave Mitchell <davem@fdgroup.com>
45482              Date: Wed, 1 Jan 2003 21:43:24 +0000
45483              Message-ID: <20030101214324.F12907@fdgroup.com>
45484              (integrated from change #18397 in maint-5.8)
45485      Branch: perl
45486           !> lib/Time/Local.pm lib/Time/Local.t
45487 ____________________________________________________________________________
45488 [ 18496] By: jhi                                   on 2003/01/16  20:36:23
45489         Log: Fix 'use encoding' I/O for code points 0x80..0xFF;
45490              code changes from Inaba Hiroto; test tweaks by jhi.
45491      Branch: perl
45492            + ext/Encode/t/enc_eucjp.t
45493            ! MANIFEST doio.c ext/Encode/encoding.pm ext/Encode/t/enc_utf8.t
45494            ! pp.c sv.c sv.h t/uni/tr_utf8.t
45495 ____________________________________________________________________________
45496 [ 18495] By: jhi                                   on 2003/01/16  20:19:36
45497         Log: It seems the binmode() is needed with UTF-8 locales enabled.
45498      Branch: perl
45499            ! ext/Encode/t/CJKT.t
45500 ____________________________________________________________________________
45501 [ 18494] By: jhi                                   on 2003/01/16  20:11:35
45502         Log: Upgrade to CGI.pm 2.89.
45503      Branch: perl
45504            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
45505            ! lib/CGI/t/carp.t lib/CGI/t/html.t lib/CGI/t/pretty.t
45506 ____________________________________________________________________________
45507 [ 18493] By: jhi                                   on 2003/01/16  20:03:01
45508         Log: Subject: Update for ext/MIME/Base64/
45509              From: Gisle Aas <gisle@ActiveState.com>
45510              Date: 30 Dec 2002 07:34:34 -0800
45511              Message-ID: <lrhecvzfjp.fsf@caliper.activestate.com>
45512      Branch: perl
45513            ! ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes
45514            ! ext/MIME/Base64/QuotedPrint.pm
45515            ! ext/MIME/Base64/t/quoted-print.t ext/MIME/Base64/t/unicode.t
45516 ____________________________________________________________________________
45517 [ 18492] By: jhi                                   on 2003/01/16  19:56:07
45518         Log: Subject: Update for ext/Digest/MD5/
45519              From: Gisle Aas <gisle@ActiveState.com>
45520              Date: 30 Dec 2002 07:38:16 -0800
45521              Message-ID: <lrd6njzfdj.fsf@caliper.activestate.com>
45522      Branch: perl
45523            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
45524            ! ext/Digest/MD5/Makefile.PL ext/Digest/MD5/t/align.t
45525            ! ext/Digest/MD5/t/files.t
45526 ____________________________________________________________________________
45527 [ 18491] By: jhi                                   on 2003/01/16  19:24:10
45528         Log: if (0) the PL_widesyscalls code for now: Sarathy
45529              should take another look to see whether it is really
45530              safe to remove the code, too.
45531      Branch: perl
45532            ! win32/win32.h wince/win32.h
45533 ____________________________________________________________________________
45534 [ 18490] By: jhi                                   on 2003/01/16  01:58:39
45535         Log: Make the locale-induced UTF-8-ification of STD fhs
45536              and the default file open layer explicit (either -C
45537              or PERL_UTF8_LOCALE), instead of implicit (and unasked-for).
45538      Branch: perl
45539            ! embedvar.h gv.c intrpvar.h locale.c mg.c perl.c perlapi.h
45540            ! pod/perlrun.pod pod/perlunicode.pod pod/perluniintro.pod
45541            ! pod/perlvar.pod
45542 ____________________________________________________________________________
45543 [ 18489] By: rgs                                   on 2003/01/15  20:55:00
45544         Log: Subject: [PATCH 5.8.0] perlrun.pod: fix -i examples
45545              From: Brendan O'Dea <bod@debian.org>
45546              Date: Sun, 12 Jan 2003 06:18:32 +1100
45547              Message-ID: <20030111191832.GA19441@londo.c47.org>
45548      Branch: perl
45549            ! pod/perlrun.pod
45550 ____________________________________________________________________________
45551 [ 18488] By: rgs                                   on 2003/01/15  20:51:48
45552         Log: Subject: [PATCH 5.8.0] diagnostics.pm: useful apropos description for splain
45553              From: Brendan O'Dea <bod@debian.org>
45554              Date: Sun, 12 Jan 2003 06:17:30 +1100
45555              Message-ID: <20030111191730.GA19420@londo.c47.org>
45556      Branch: perl
45557            ! lib/diagnostics.pm
45558 ____________________________________________________________________________
45559 [ 18487] By: rgs                                   on 2003/01/15  20:45:14
45560         Log: Add a test case for bug [perl #19545]
45561      Branch: perl
45562            ! t/op/do.t
45563 ____________________________________________________________________________
45564 [ 18486] By: rgs                                   on 2003/01/15  20:34:52
45565         Log: isa() and can() didn't work on magic variables
45566              see Message-Id: <20030114220737.2190ba7c.rgarciasuarez@free.fr>
45567              plus a test case by B. Goldberg
45568      Branch: perl
45569            ! t/op/universal.t universal.c
45570 ____________________________________________________________________________
45571 [ 18485] By: rgs                                   on 2003/01/15  20:10:57
45572         Log: Subject: [PATCH] Re: [perl #19566] Perl 5.8.0 segfault
45573              From: Stephen McCamant <smcc@mit.edu>
45574              Date: Thu, 2 Jan 2003 18:08:23 -0500
45575              Message-ID: <15892.50791.692636.982873@syllepsis.MIT.EDU>
45576              Plus a test by Jarkko
45577              Integrated from changes 18444 and 18446 from maint-5.8
45578      Branch: perl
45579           +> t/op/readline.t
45580           !> MANIFEST pp_hot.c
45581 ____________________________________________________________________________
45582 [ 18484] By: jhi                                   on 2003/01/15  14:09:57
45583         Log: Upgrade to Time::HiRes 1.42.
45584      Branch: perl
45585            + ext/Time/HiRes/fallback/const-c.inc
45586            + ext/Time/HiRes/fallback/const-xs.inc
45587            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
45588            ! ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
45589 ____________________________________________________________________________
45590 [ 18483] By: jhi                                   on 2003/01/15  00:23:20
45591         Log: Detypo.
45592      Branch: perl
45593            ! ext/Encode/Unicode/Unicode.xs
45594 ____________________________________________________________________________
45595 [ 18482] By: rgs                                   on 2003/01/14  21:41:04
45596         Log: Integrate change #18365 from maint-5.8 :
45597              Doc tweak on the S_ macros.
45598      Branch: perl
45599           !> pod/perlfunc.pod
45600 ____________________________________________________________________________
45601 [ 18481] By: jhi                                   on 2003/01/14  12:40:24
45602         Log: Apparently some stdios have bugs (no! don't tell it is so!)
45603              or there is a corner of stdio that is substandardised.
45604      Branch: perl
45605            ! t/io/tell.t
45606 ____________________________________________________________________________
45607 [ 18480] By: jhi                                   on 2003/01/14  01:25:14
45608         Log: Encode 1.84 broke the subtest #7, further study required.
45609      Branch: perl
45610            ! t/uni/tr_utf8.t
45611 ____________________________________________________________________________
45612 [ 18479] By: jhi                                   on 2003/01/13  23:13:02
45613         Log: Add a test for encoding 'utf8'.
45614      Branch: perl
45615            + ext/Encode/t/enc_utf8.t
45616            ! MANIFEST ext/Encode/MANIFEST
45617 ____________________________________________________________________________
45618 [ 18478] By: jhi                                   on 2003/01/13  23:10:55
45619         Log: Upgrade to Encode 1.84.
45620      Branch: perl
45621            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Encode.xs
45622            ! ext/Encode/Unicode/Unicode.xs ext/Encode/encoding.pm
45623 ____________________________________________________________________________
45624 [ 18475] By: jhi                                   on 2003/01/13  02:42:47
45625         Log: Integrate from perlio:
45626              [ 18471]
45627              Fix #18711 and add test for it (and indeed tell on write
45628              handles at all !
45629
45630              (#18711 Serious bug of tell() in perl)
45631      Branch: perl
45632           !> perlio.c t/io/tell.t
45633 ____________________________________________________________________________
45634 [ 18474] By: jhi                                   on 2003/01/13  02:41:04
45635         Log: Integrate from perlio:
45636              [ 18470]
45637              Fix #16306 and #16880
45638
45639              (#16306 Big Badda leak in Sockets)
45640              (#16880 Memory leak with IO::Socket in Perl v5.8.0)
45641      Branch: perl
45642           !> perlio.c
45643 ____________________________________________________________________________
45644 [ 18473] By: jhi                                   on 2003/01/13  02:38:33
45645         Log: Integrate perlio #18040 and #18043 (no real changes;
45646              some whitespace changes but ignored them so that Dan's
45647              version of Encode wins)
45648      Branch: perl
45649           !> ext/Encode/Encode.xs
45650 ____________________________________________________________________________
45651 [ 18472] By: jhi                                   on 2003/01/13  01:31:01
45652         Log: Integrate perlio to mainline:
45653              [ 18240]
45654              Avoid eqtime() wiping the file (as suggested by
45655              "Luis G. Uribe C." <GUribe@SoftHome.net>
45656      Branch: perl
45657           !> lib/ExtUtils/Command.pm
45658 ____________________________________________________________________________
45659 [ 18468] By: rgs                                   on 2003/01/09  21:07:44
45660         Log: Subject: [PATCH] VMS perly build tweak
45661              From: "Craig A. Berry" <craigberry@mac.com>
45662              Date: Thu, 9 Jan 2003 14:44:40 -0600
45663              Message-Id: <a05200f03ba4389ff49eb@[172.16.52.1]>
45664      Branch: perl
45665            ! vms/descrip_mms.template
45666 ____________________________________________________________________________
45667 [ 18467] By: rgs                                   on 2003/01/09  21:03:07
45668         Log: Document that ${^TAINT} is read-only.
45669      Branch: perl
45670            ! pod/perlvar.pod
45671 ____________________________________________________________________________
45672 [ 18465] By: rgs                                   on 2003/01/08  22:02:26
45673         Log: Fix the doc for splitpath() in the File::Spec modules :
45674              this function doesn't return undef in any case.
45675      Branch: perl
45676            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45677            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
45678 ____________________________________________________________________________
45679 [ 18464] By: rgs                                   on 2003/01/08  21:40:37
45680         Log: Subject: [PATCH] label code in pp_ctl.c
45681              From: Nicholas Clark <nick@unfortu.net>
45682              Date: Thu, 26 Dec 2002 21:19:36 +0000
45683              Message-ID: <20021226211935.GE284@Bagpuss.unfortu.net>
45684              (Integrated from change #18400 from maint-5.8)
45685      Branch: perl
45686           !> pp_ctl.c
45687 ____________________________________________________________________________
45688 [ 18463] By: rgs                                   on 2003/01/08  21:27:49
45689         Log: Subject: [DOCPATCH] hv_store and hv_store_ent
45690              From: Nicholas Clark <nick@unfortu.net>
45691              Date: Wed, 1 Jan 2003 18:17:59 +0000
45692              Message-ID: <20030101181757.GB296@Bagpuss.unfortu.net>
45693              (Integrated from change #18399 from maint-5.8)
45694      Branch: perl
45695           !> hv.c
45696 ____________________________________________________________________________
45697 [ 18462] By: rgs                                   on 2003/01/08  21:24:09
45698         Log: Integrate change #18391 from maint-5.8:
45699              Document the installprefix trick for compiling PASE Perl in AIX.
45700      Branch: perl
45701           !> README.os400
45702 ____________________________________________________________________________
45703 [ 18461] By: rgs                                   on 2003/01/08  21:16:54
45704         Log: Integrate change #18362 from maint-5.8:
45705              Fix [perl #18666] (taking the more conservative approach).
45706      Branch: perl
45707           !> lib/File/Spec/Unix.pm
45708 ____________________________________________________________________________
45709 [ 18460] By: rgs                                   on 2003/01/08  21:14:20
45710         Log: Integrate change #18361 from maint-5.8:
45711              Document that the socketpair tests are unhappy in old SCO,
45712              as per [perl #18537].
45713      Branch: perl
45714           !> pod/perl58delta.pod
45715 ____________________________________________________________________________
45716 [ 18459] By: rgs                                   on 2003/01/08  20:48:19
45717         Log: PerlFAQ sync.
45718      Branch: perl
45719            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
45720            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
45721            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
45722            ! pod/perlfaq9.pod
45723 ____________________________________________________________________________
45724 [ 18456] By: hv                                    on 2003/01/07  09:20:22
45725         Log: Subject: [PATCH] %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
45726              From: Nicholas Clark <nick@unfortu.net>
45727              Date: Thu, 26 Dec 2002 21:16:27 +0000
45728              Message-ID: <20021226211626.GD284@Bagpuss.unfortu.net>
45729      Branch: perl
45730            ! doio.c dump.c ext/Data/Dumper/Dumper.xs gv.c op.c pad.c perl.c
45731            ! pp_ctl.c pp_hot.c pp_sort.c pp_sys.c sv.c toke.c universal.c
45732            ! utf8.c
45733 ____________________________________________________________________________
45734 [ 18455] By: hv                                    on 2003/01/07  08:54:38
45735         Log: Subject: [PATCH] integrate more with report_evil_fh
45736              From: Nicholas Clark <nick@unfortu.net>
45737              Date: Thu, 26 Dec 2002 20:56:21 +0000
45738              Message-ID: <20021226205620.GA16584@Bagpuss.unfortu.net>
45739      Branch: perl
45740            ! pp_sys.c
45741 ____________________________________________________________________________
45742 [ 18454] By: hv                                    on 2003/01/07  08:45:54
45743         Log: Integrate podlators-1.25
45744      Branch: perl
45745            ! lib/Pod/Man.pm lib/Pod/t/man.t
45746 ____________________________________________________________________________
45747 [ 18453] By: rgs                                   on 2003/01/06  20:31:43
45748         Log: Change the value of ${^TAINT} : 0 without taint checks,
45749              1 with -T, and -1 with -t or -TU.
45750      Branch: perl
45751            ! mg.c pod/perlvar.pod t/op/taint.t t/run/runenv.t
45752            ! t/run/switcht.t
45753 ____________________________________________________________________________
45754 [ 18451] By: merijn                                on 2003/01/06  06:43:11
45755         Log: Subject: [PATCH perl@18746] VMS test adjustments
45756              Date: Sat, 04 Jan 2003 11:26:00 -0600
45757              From: "Craig A. Berry" <craigberry@mac.com>
45758              Message-ID: <3E171928.1040100@mac.com>
45759      Branch: perl
45760            ! ext/Devel/Peek/Peek.t ext/Filter/t/call.t lib/charnames.t
45761            ! t/run/switchI.t
45762 ____________________________________________________________________________
45763 [ 18441] By: rgs                                   on 2003/01/04  20:06:45
45764         Log: Subject: [DOCPATCH] File::Copy's synopsis
45765              From: Nicholas Clark <nick@unfortu.net>
45766              Date: Wed, 1 Jan 2003 21:09:30 +0000
45767              Message-ID: <20030101210930.GE296@Bagpuss.unfortu.net>
45768      Branch: perl
45769            ! lib/File/Copy.pm
45770 ____________________________________________________________________________
45771 [ 18440] By: rgs                                   on 2003/01/04  16:31:31
45772         Log: Integrate change #18420 from maint-5.8:
45773              Mea culpa: the join() was the string join, not the
45774              ithreads join().
45775      Branch: perl
45776           !> ext/threads/t/join.t
45777 ____________________________________________________________________________
45778 [ 18439] By: rgs                                   on 2003/01/04  15:34:54
45779         Log: Subject: [PATCH] [perl #15184] ExtUtils/t/Embed.t fails with -Duseshrplib -Dlibperl=...
45780              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45781              Date: Fri, 13 Dec 2002 00:54:43 +0100
45782              Message-Id: <20021213005443.3077a229.rgarciasuarez@free.fr>
45783              Same as change 18403 for maint-5.8 branch
45784      Branch: perl
45785            ! lib/ExtUtils/t/Embed.t
45786 ____________________________________________________________________________
45787 [ 18438] By: rgs                                   on 2003/01/04  15:24:22
45788         Log: Subject: Re: [PATCH] Tiny nits in perlre.pod
45789              From: andreas.koenig@anima.de (Andreas J. Koenig)
45790              Date: Fri, 03 Jan 2003 00:57:15 +0100
45791              Message-ID: <m33cob14x0.fsf@k242.linux.bogus>
45792      Branch: perl
45793            ! pod/perlre.pod
45794 ____________________________________________________________________________
45795 [ 18435] By: jhi                                   on 2003/01/04  14:36:08
45796         Log: The problems.t is back.
45797      Branch: perl
45798            ! MANIFEST
45799 ____________________________________________________________________________
45800 [ 18434] By: sky                                   on 2003/01/04  07:43:50
45801         Log: Forgot to add problems.t with change #18419
45802      Branch: perl
45803            + ext/threads/t/problems.t
45804 ____________________________________________________________________________
45805 [ 18432] By: jhi                                   on 2003/01/04  04:48:30
45806         Log: One more (or, rather, less) //.
45807      Branch: perl
45808            ! ext/threads/threads.xs
45809 ____________________________________________________________________________
45810 [ 18431] By: jhi                                   on 2003/01/04  04:39:01
45811         Log: Integrate from maintperl:
45812              [ 18430]
45813              // is still not portable C commentary.
45814      Branch: perl
45815           !> ext/threads/threads.xs
45816 ____________________________________________________________________________
45817 [ 18425] By: jhi                                   on 2003/01/04  03:37:04
45818         Log: Until Arthur really adds the problems.t.
45819      Branch: perl
45820            ! MANIFEST
45821 ____________________________________________________________________________
45822 [ 18421] By: sky                                   on 2003/01/04  01:27:55
45823         Log: Fix long standing memory leak with pop and shift!
45824      Branch: perl
45825            ! ext/threads/shared/shared.xs
45826 ____________________________________________________________________________
45827 [ 18419] By: sky                                   on 2003/01/03  23:45:34
45828         Log: Fixes bug #15273, the return of the object caused
45829              the stash of the object to be cloned, cloning the entire syntax
45830              tree and all lexicals in there creating danglning copies to the
45831              object. (Pararell but unlinked STASH tree).
45832              This adds a new flag, when set it will use STASHES from the
45833              thread we are joining into avoiding the problem.
45834      Branch: perl
45835            ! MANIFEST ext/threads/threads.xs sv.c sv.h
45836 ____________________________________________________________________________
45837 [ 18417] By: sky                                   on 2003/01/03  18:16:46
45838         Log: Fake what context we are running in for CLONE and DESTROY so
45839              threads->tid() returns the correct value.
45840              This is reported as bug #10046
45841      Branch: perl
45842            ! ext/threads/t/basic.t ext/threads/threads.xs
45843 ____________________________________________________________________________
45844 [ 18413] By: sky                                   on 2003/01/03  15:15:14
45845         Log: Change pp_lock to take a reference instead of a
45846              scalar since it wouldn't fork for the HELEM/AELEM
45847              case. This was reported in bug #10045
45848      Branch: perl
45849            ! ext/threads/shared/t/hv_refs.t opcode.h opcode.pl opnames.h
45850 ____________________________________________________________________________
45851 [ 18412] By: hv                                    on 2003/01/03  11:14:51
45852         Log: Integrate from maint-5.8 #18348:
45853              Make Math::Trig a little bit more better behaved module citizen.
45854      Branch: perl
45855           !> lib/Math/Trig.pm
45856 ____________________________________________________________________________
45857 [ 18411] By: hv                                    on 2003/01/03  11:11:09
45858         Log: Subject: Re: [perl #19061] 'goto' confuses 'redo'
45859              From: Stephen McCamant <smcc@mit.edu>
45860              Date: Sun, 22 Dec 2002 22:09:51 -0500
45861              Message-ID: <15878.32383.94274.950128@syllepsis.MIT.EDU>
45862      Branch: perl
45863            ! pp_ctl.c
45864 ____________________________________________________________________________
45865 [ 18410] By: hv                                    on 2003/01/03  11:06:40
45866         Log: Subject: new flag SvPADSTALE
45867              From: Dave Mitchell <davem@fdgroup.com>
45868              Date: Thu, 19 Dec 2002 19:00:21 +0000
45869              Message-ID: <20021219190021.D9530@fdgroup.com>
45870      Branch: perl
45871            ! dump.c scope.c sv.h
45872 ____________________________________________________________________________
45873 [ 18409] By: hv                                    on 2003/01/03  11:05:09
45874         Log: Subject: remove flag SvPADBUSY
45875              From: Dave Mitchell <davem@fdgroup.com>
45876              Date: Thu, 19 Dec 2002 18:55:43 +0000
45877              Message-ID: <20021219185543.C9530@fdgroup.com>
45878      Branch: perl
45879            ! dump.c ext/Devel/Peek/Peek.t pad.c scope.c sv.h
45880 ____________________________________________________________________________
45881 [ 18408] By: hv                                    on 2003/01/03  10:56:54
45882         Log: Subject: win32_msgwait() problem
45883              From: Gurusamy Sarathy <gsar@ActiveState.com>
45884              Date: Fri, 13 Dec 2002 17:31:59 -0800
45885              Message-Id: <200212140132.gBE1Vxp02090@smtp3.ActiveState.com>
45886      Branch: perl
45887            ! win32/win32.c
45888 ____________________________________________________________________________
45889 [ 18407] By: hv                                    on 2003/01/03  10:30:05
45890         Log: Subject: Re: [perl #18257] Attempt to free unreferenced scalar (in 5 lines)
45891              From: hv@crypt.org
45892              Date: Thu, 02 Jan 2003 17:16:04 +0000
45893              Message-Id: <200301021716.h02HG5809404@crypt.compulink.co.uk>
45894      Branch: perl
45895            ! sv.c
45896 ____________________________________________________________________________
45897 [ 18406] By: sky                                   on 2003/01/03  08:23:16
45898         Log: Under darwin 6.0+ (MacOSX 10.2) we have threadsafe
45899              libc_r functions.
45900      Branch: perl
45901            ! hints/darwin.sh
45902 ____________________________________________________________________________
45903 [ 18393] By: merijn                                on 2003/01/02  19:41:29
45904         Log: Subject: [PATCH perl-5.8/win32/makefile.mk] Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu)
45905              Date: Thu, 2 Jan 2003 19:02:21 +0100
45906              Message-ID: <200301021902.22444.abe@ztreet.demon.nl>
45907              From: abe@ztreet.demon.nl (Abe Timmerman)
45908      Branch: perl
45909            ! win32/makefile.mk
45910 ____________________________________________________________________________
45911 [ 18390] By: merijn                                on 2003/01/02  07:32:00
45912         Log: Use a more likely location for the perl binary
45913      Branch: perl
45914            ! Porting/genlog
45915 ____________________________________________________________________________
45916 [ 18378] By: gsar                                  on 2002/12/31  04:07:56
45917         Log: integrate change#18377 from maint-5.6 branch
45918
45919              change#17566 needs to be more defensive about win32_dup2()
45920              itself calling SetStdHandle() (at least MSVCRT does this)
45921      Branch: perl
45922           !> win32/win32.c
45923 ____________________________________________________________________________
45924 [ 18376] By: hv                                    on 2002/12/31  02:02:17
45925         Log: Update Changes
45926      Branch: perl
45927            ! Changes patchlevel.h
45928 ____________________________________________________________________________
45929 [ 18374] By: hv                                    on 2002/12/30  03:32:22
45930         Log: Remove duplicate entry
45931      Branch: perl
45932            ! MANIFEST
45933 ____________________________________________________________________________
45934 [ 18373] By: hv                                    on 2002/12/30  03:19:17
45935         Log: Subject: [perl #19343] perlfunc.pod patch for stat() and lstat()
45936              From: Dave Paris (via RT) <perlbug-followup@perl.org>
45937              Date: 22 Dec 2002 05:15:14 -0000
45938              Message-Id: <rt-19343-46041.7.82970696202895@bugs6.perl.org>
45939      Branch: perl
45940            ! pod/perlfunc.pod
45941 ____________________________________________________________________________
45942 [ 18372] By: hv                                    on 2002/12/30  03:13:42
45943         Log: Subject: [PATCH lib/AutoSplit.pm] Holding filehandle open
45944              From: Michael G Schwern <schwern@pobox.com>
45945              Date: Sat, 21 Dec 2002 19:29:41 -0800
45946              Message-ID: <20021222032941.GD24887@blackrider.schwern.org>
45947      Branch: perl
45948            ! lib/AutoSplit.pm
45949 ____________________________________________________________________________
45950 [ 18371] By: hv                                    on 2002/12/30  03:08:12
45951         Log: Subject: [PATCH] Re: [perl #19330] Uneffective increment of $\
45952              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
45953              Date: Fri, 27 Dec 2002 16:14:24 +0100
45954              Message-Id: <20021227161424.17234e3c.rgarciasuarez@free.fr>
45955      Branch: perl
45956            ! mg.c t/op/magic.t
45957 ____________________________________________________________________________
45958 [ 18358] By: gsar                                  on 2002/12/28  03:30:49
45959         Log: save_re_context() was not saving many regexec.c state
45960              variables, resulting in various reentrancy problems when
45961              the swatches were autoloaded by perl in the midst of a
45962              match
45963      Branch: perl
45964            ! regcomp.c
45965 ____________________________________________________________________________
45966 [ 18357] By: gsar                                  on 2002/12/28  02:16:51
45967         Log: silence another signed/unsigned mismatch warning
45968      Branch: perl
45969            ! op.c
45970 ____________________________________________________________________________
45971 [ 18356] By: gsar                                  on 2002/12/28  02:08:23
45972         Log: fix signed/unsigned mismatch warning from change#18266
45973      Branch: perl
45974            ! regcomp.c
45975 ____________________________________________________________________________
45976 [ 18355] By: gsar                                  on 2002/12/28  02:05:14
45977         Log: these variables are not in use anywhere since 5.8.0
45978      Branch: perl
45979            ! embedvar.h perlapi.h sv.c thrdvar.h
45980 ____________________________________________________________________________
45981 [ 18354] By: ams                                   on 2002/12/26  03:54:09
45982         Log: Subject: [PATCH] docpatch for cv.h
45983              From: Nicholas Clark <nick@unfortu.net>
45984              Date: Wed, 25 Dec 2002 21:01:04 +0000
45985              Message-Id: <20021225210102.GA284@Bagpuss.unfortu.net>
45986      Branch: perl
45987            ! cv.h
45988 ____________________________________________________________________________
45989 [ 18351] By: hv                                    on 2002/12/25  02:29:17
45990         Log: #18345 was still broken; should be fixed now.
45991      Branch: perl
45992            ! sv.c
45993 ____________________________________________________________________________
45994 [ 18350] By: merijn                                on 2002/12/24  05:26:40
45995         Log: Removal of duplicate comment block
45996
45997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45998              Subject: Re: [perl #19306] Sys::Syslog issues.
45999              Date: Mon, 23 Dec 2002 15:25:51 -0800
46000              Message-ID: </t5B+gzkg6DR092yn@efn.org>
46001      Branch: perl
46002            ! ext/Sys/Syslog/Syslog.pm
46003 ____________________________________________________________________________
46004 [ 18346] By: hv                                    on 2002/12/23  06:14:22
46005         Log: integrate maint-5.8 #18301
46006      Branch: perl
46007           !> lib/perl5db.pl
46008 ____________________________________________________________________________
46009 [ 18345] By: hv                                    on 2002/12/23  06:01:17
46010         Log: more on #18344.
46011      Branch: perl
46012            ! sv.c
46013 ____________________________________________________________________________
46014 [ 18344] By: hv                                    on 2002/12/23  05:56:43
46015         Log: more on #18312: sv.c:ss_dup()
46016      Branch: perl
46017            ! sv.c
46018 ____________________________________________________________________________
46019 [ 18343] By: hv                                    on 2002/12/23  05:47:17
46020         Log: Subject: [perl #19153] Term::Complete (the argument of stty)
46021              From: OKAIE Yutaka (via RT) <perlbug-followup@perl.org>
46022              Date: 15 Dec 2002 13:45:23 -0000
46023              Message-Id: <rt-19153-45441.1.2145712923207@bugs6.perl.org>
46024      Branch: perl
46025            ! lib/Term/Complete.pm
46026 ____________________________________________________________________________
46027 [ 18342] By: hv                                    on 2002/12/23  05:27:25
46028         Log: Subject: [perl #18544] Patch included to fix problem.
46029              From: Richard Kandarian <richard.kandarian@lanl.gov>
46030              Date: Thu, 21 Nov 2002 08:00:20 -0700
46031              (from RT)
46032      Branch: perl
46033            ! regexec.c
46034 ____________________________________________________________________________
46035 [ 18341] By: hv                                    on 2002/12/23  05:08:49
46036         Log: Subject: [PATCH] operation on `PL_na' may be undefined
46037              From: Nicholas Clark <nick@unfortu.net>
46038              Date: Tue, 10 Dec 2002 19:59:18 +0000
46039              Message-ID: <20021210195917.GJ288@Bagpuss.unfortu.net>
46040      Branch: perl
46041            ! universal.c
46042 ____________________________________________________________________________
46043 [ 18340] By: hv                                    on 2002/12/23  05:04:29
46044         Log: Subject: [PATCH] 2% speedup (pp_entersub needs to go on a diet)
46045              From: Nicholas Clark <nick@unfortu.net>
46046              Date: Tue, 10 Dec 2002 18:55:28 +0000
46047              Message-ID: <20021210185527.GG288@Bagpuss.unfortu.net>
46048      Branch: perl
46049            ! pp_hot.c
46050 ____________________________________________________________________________
46051 [ 18339] By: hv                                    on 2002/12/23  04:39:48
46052         Log: Integrate Time::HiRes v1.39 (for VMS build tweak)
46053      Branch: perl
46054            ! ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
46055            ! ext/Time/HiRes/Makefile.PL
46056 ____________________________________________________________________________
46057 [ 18338] By: hv                                    on 2002/12/23  03:43:09
46058         Log: Subject: [PATCH] read permissions for h2ph-generated files
46059              From: Slaven Rezic <slaven.rezic@berlin.de>
46060              Date: Fri, 22 Nov 2002 14:49:14 +0100 (CET)
46061              Message-Id: <200211221349.gAMDnEAK014033@vran.herceg.de>
46062      Branch: perl
46063            ! utils/h2ph.PL
46064 ____________________________________________________________________________
46065 [ 18337] By: hv                                    on 2002/12/23  03:38:59
46066         Log: handy hint: getting a perforce change as a usable patch
46067      Branch: perl
46068            ! Porting/repository.pod
46069 ____________________________________________________________________________
46070 [ 18336] By: hv                                    on 2002/12/23  03:36:26
46071         Log: Reverse #18285, for reasons given in:
46072              Subject: Re: Precedence of ? :
46073              From: hv@crypt.org
46074              Date: Fri, 20 Dec 2002 00:35:27 +0000
46075              Message-Id: <200212200035.gBK0ZRm29309@crypt.compulink.co.uk>
46076      Branch: perl
46077            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
46078            ! vms/perly_c.vms
46079 ____________________________________________________________________________
46080 [ 18335] By: gsar                                  on 2002/12/18  23:12:14
46081         Log: my_fflush_all() wasn't doing the right thing under useperlio
46082              on many platforms
46083      Branch: perl
46084            ! util.c
46085 ____________________________________________________________________________
46086 [ 18334] By: merijn                                on 2002/12/18  06:48:11
46087         Log: AIX compiler version updates
46088      Branch: perl
46089            ! README.aix
46090 ____________________________________________________________________________
46091 [ 18332] By: gsar                                  on 2002/12/18  03:20:27
46092         Log: $Config{prefixexp} was set incorrectly on windows
46093      Branch: perl
46094            ! win32/config.bc win32/config.gc win32/config.vc
46095            ! win32/config.vc64
46096 ____________________________________________________________________________
46097 [ 18330] By: gsar                                  on 2002/12/18  02:32:20
46098         Log: remove CRs from a couple of files (these show up as CRCRLF
46099              on windows)
46100      Branch: perl
46101            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
46102 ____________________________________________________________________________
46103 [ 18328] By: gsar                                  on 2002/12/18  02:27:10
46104         Log: fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')>
46105      Branch: perl
46106            ! win32/win32.c
46107 ____________________________________________________________________________
46108 [ 18327] By: gsar                                  on 2002/12/18  02:08:12
46109         Log: windows: support for large files
46110
46111              note that this change will break binary compatibility with the
46112              default 5.8.0 build options; nevertheless I think it is worth
46113              having in 5.8.1 (people who want the compatibility can disable
46114              the option in the makefile)
46115      Branch: perl
46116            ! ext/Devel/DProf/DProf.xs ext/POSIX/POSIX.xs
46117            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/via/via.xs iperlsys.h
46118            ! pp_sys.c win32/Makefile win32/config.bc win32/config.gc
46119            ! win32/config.vc win32/config.vc64 win32/config_H.bc
46120            ! win32/config_H.gc win32/config_H.vc win32/config_H.vc64
46121            ! win32/config_sh.PL win32/makefile.mk win32/perlhost.h
46122            ! win32/win32.c win32/win32iop.h
46123 ____________________________________________________________________________
46124 [ 18326] By: gsar                                  on 2002/12/18  00:57:46
46125         Log: Win32.pod update
46126      Branch: perl
46127            ! lib/Win32.pod
46128 ____________________________________________________________________________
46129 [ 18325] By: gsar                                  on 2002/12/18  00:42:45
46130         Log: PerlIO_{stdoutf,vprintf} don't exist, should be PerlSIO_*
46131      Branch: perl
46132            ! XSUB.h
46133 ____________________________________________________________________________
46134 [ 18324] By: gsar                                  on 2002/12/18  00:34:08
46135         Log: windows: avoid prompting under some shells during $(MAKE) distclean
46136      Branch: perl
46137            ! win32/Makefile win32/makefile.mk
46138 ____________________________________________________________________________
46139 [ 18323] By: gsar                                  on 2002/12/18  00:17:29
46140         Log: PerlSIO_stderr et al are not functions
46141      Branch: perl
46142            ! XSUB.h
46143 ____________________________________________________________________________
46144 [ 18321] By: gsar                                  on 2002/12/17  22:56:25
46145         Log: integrate change#18320 from maint-5.6 branch
46146
46147              C<require '\foo\bar.pm'> fails on windows if not running
46148              from the root directory; for a test case, see:
46149
46150              http://bugs.activestate.com/show_bug.cgi?id=19317
46151
46152              this was due to not recognizing \foo\bar.pm as an absolute
46153              path name
46154      Branch: perl
46155           !> util.h
46156 ____________________________________________________________________________
46157 [ 18319] By: hv                                    on 2002/12/17  10:08:24
46158         Log: Whoops, these are the changes supposed to be in #18318.
46159      Branch: perl
46160            ! pad.c t/op/eval.t
46161 ____________________________________________________________________________
46162 [ 18318] By: hv                                    on 2002/12/17  03:12:18
46163         Log: Subject: Re: [PATCH] Re: [perl #19022] POSIX failures in bleadperl
46164              From: Nicholas Clark <nick@unfortu.net>
46165              Date: Sat, 14 Dec 2002 23:13:37 +0000
46166              Message-ID: <20021214231337.GF306@Bagpuss.unfortu.net>
46167      Branch: perl
46168            ! pad.c t/op/eval.t
46169 ____________________________________________________________________________
46170 [ 18317] By: hv                                    on 2002/12/17  02:58:12
46171         Log: Integrate Net::Ping v2.26. (lib/Net/Ping/t/450_service.t should work now)
46172      Branch: perl
46173            + lib/Net/Ping/t/410_syn_host.t
46174            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/400_ping_syn.t
46175            ! lib/Net/Ping/t/450_service.t
46176 ____________________________________________________________________________
46177 [ 18316] By: hv                                    on 2002/12/17  02:17:16
46178         Log: Subject: [PATCH 5.8.1 @oldish-18156] build
46179              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46180              Date: Fri, 13 Dec 2002 13:54:05 -0800
46181              Message-ID: <20021213215404.GA2597@math.berkeley.edu>
46182      Branch: perl
46183            ! os2/os2.c t/run/runenv.t
46184 ____________________________________________________________________________
46185 [ 18315] By: hv                                    on 2002/12/17  02:03:58
46186         Log: Subject: [PATCH 5.8.1 @oldish-18156] deprecated warnings
46187              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46188              Date: Fri, 13 Dec 2002 13:47:08 -0800
46189              Message-ID: <20021213214707.GA2588@math.berkeley.edu>
46190      Branch: perl
46191            ! lib/constant.t lib/fields.t
46192 ____________________________________________________________________________
46193 [ 18314] By: hv                                    on 2002/12/17  01:58:32
46194         Log: Subject: [PATCH 5.8.1 @oldish-18156] Morphing to PM on OS/2
46195              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46196              Date: Fri, 13 Dec 2002 14:00:48 -0800
46197              Message-ID: <20021213220048.GA2606@math.berkeley.edu>
46198      Branch: perl
46199            ! os2/OS2/Process/t/os2_process.t os2/os2.c
46200 ____________________________________________________________________________
46201 [ 18313] By: hv                                    on 2002/12/17  01:54:19
46202         Log: Subject: [PATCH 5.8.1 @oldish-18156] OS/2 REXX interface assuming Object REXX
46203              From: Ilya Zakharevich <ilya@Math.Berkeley.EDU>
46204              Date: Fri, 13 Dec 2002 14:08:00 -0800
46205              Message-ID: <20021213220800.GA2625@math.berkeley.edu>
46206      Branch: perl
46207            ! os2/OS2/REXX/REXX.xs
46208 ____________________________________________________________________________
46209 [ 18312] By: hv                                    on 2002/12/17  01:43:28
46210         Log: Subject: [Fwd: Patch for perl utf8-related bug]
46211              From: Richard Hitt <rbh00@utsglobal.com>
46212              Date: Fri, 06 Dec 2002 16:47:42 -0800
46213              [perl #18932]
46214      Branch: perl
46215            ! embed.fnc embed.h global.sym perl.h proto.h regcomp.c scope.c
46216            ! scope.h
46217 ____________________________________________________________________________
46218 [ 18311] By: hv                                    on 2002/12/17  00:52:05
46219         Log: Subject: [PATCH] Re: [jhi@iki.fi: enums are not nums]
46220              From: Dave Mitchell <davem@fdgroup.com>
46221              Date: Sat, 14 Dec 2002 19:16:49 +0000
46222              Message-ID: <20021214191649.B3992@fdgroup.com>
46223      Branch: perl
46224            ! embed.fnc pad.c pad.h pod/perlintern.pod proto.h
46225 ____________________________________________________________________________
46226 [ 18310] By: hv                                    on 2002/12/17  00:51:46
46227         Log: regen-headers to get new API docs from #18306
46228      Branch: perl
46229            ! pod/perlapi.pod
46230 ____________________________________________________________________________
46231 [ 18308] By: rgs                                   on 2002/12/16  22:06:23
46232         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
46233              From: peter@PSDT.com (Peter Scott)
46234              Date: 12 Dec 2002 18:13:17 -0000
46235              Message-ID: <20021212181317.50538.qmail@onion.perl.org>
46236              (fix bug [perl #19058])
46237      Branch: perl
46238            ! lib/perl5db.pl
46239 ____________________________________________________________________________
46240 [ 18307] By: rgs                                   on 2002/12/16  22:01:14
46241         Log: Subject: [PATCH] Re: [perl #19017] lexical "my" variables not visible in debugger "x" command
46242              From: Dave Mitchell <davem@fdgroup.com>
46243              Date: Thu, 12 Dec 2002 23:42:35 +0000
46244              Message-ID: <20021212234235.A29245@fdgroup.com>
46245              and
46246              Date: Sat, 14 Dec 2002 19:16:38 +0000
46247              Message-ID: <20021214191638.A3992@fdgroup.com>
46248      Branch: perl
46249            ! embed.fnc embed.h pod/perlfunc.pod pod/perlintern.pod pp_ctl.c
46250            ! proto.h t/op/eval.t
46251 ____________________________________________________________________________
46252 [ 18306] By: sky                                   on 2002/12/16  21:41:40
46253         Log: More documentation of obscure flags is good, even if the
46254              documentation might be not so good. Atleast it's not false!
46255              Documents the flags one can give to perl_clone
46256      Branch: perl
46257            ! sv.c
46258 ____________________________________________________________________________
46259 [ 18305] By: merijn                                on 2002/12/16  10:53:19
46260         Log: Enough changes to Configure and metaunits warrant an update.
46261              Several small changes and three additions
46262      Branch: perl
46263            ! Porting/Glossary
46264 ____________________________________________________________________________
46265 [ 18304] By: merijn                                on 2002/12/16  10:44:57
46266         Log: Redone #18011 from metaunits
46267      Branch: perl
46268            ! Configure
46269 ____________________________________________________________________________
46270 [ 18302] By: rgs                                   on 2002/12/14  22:34:25
46271         Log: Subject: Proper fix for CvOUTSIDE weak refcounting
46272              From: Dave Mitchell <davem@fdgroup.com>
46273              Date: Tue, 10 Dec 2002 01:26:44 +0000
46274              Message-ID: <20021210012644.A7843@fdgroup.com>
46275      Branch: perl
46276            ! cv.h dump.c embed.fnc ext/B/B/Deparse.pm ext/B/defsubs_h.PL
46277            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlapi.pod
46278            ! pod/perlintern.pod pp_ctl.c sv.c t/op/closure.t
46279 ____________________________________________________________________________
46280 [ 18300] By: rgs                                   on 2002/12/12  20:40:22
46281         Log: Subject: [patch] typo in perlop
46282              From: andreas.koenig@anima.de (Andreas J. Koenig)
46283              Date: Wed, 11 Dec 2002 21:31:14 +0100
46284              Message-ID: <m3k7igjo19.fsf@k242.linux.bogus>
46285      Branch: perl
46286            ! pod/perlop.pod
46287 ____________________________________________________________________________
46288 [ 18299] By: rgs                                   on 2002/12/12  20:35:29
46289         Log: Integrate from maint-5.8 : changes 18290-1, 18293-5, 18297
46290      Branch: perl
46291           !> ext/POSIX/POSIX.pod ext/POSIX/t/is.t ext/POSIX/t/posix.t
46292           !> pod/perlre.pod pod/perlretut.pod regexec.c t/op/pat.t
46293           !> t/op/subst.t
46294 ____________________________________________________________________________
46295 [ 18298] By: rgs                                   on 2002/12/12  20:00:36
46296         Log: Whitespace and indentation fix in the output of B::Debug.
46297      Branch: perl
46298            ! ext/B/B/Debug.pm
46299 ____________________________________________________________________________
46300 [ 18292] By: gbarr                                 on 2002/12/12  09:23:04
46301         Log: Update to Scalar-List-Utils 1.09
46302      Branch: perl
46303            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
46304            ! ext/List/Util/lib/List/Util.pm
46305 ____________________________________________________________________________
46306 [ 18287] By: gsar                                  on 2002/12/11  18:53:07
46307         Log: this has been incorrect for a while now, and has changed
46308              again recently
46309      Branch: perl
46310            ! Porting/repository.pod
46311 ____________________________________________________________________________
46312 [ 18285] By: hv                                    on 2002/12/11  10:35:01
46313         Log: Subject: [PATCH] Re: Precedence of ? :
46314              From: Stephen McCamant <smcc@mit.edu>
46315              Date: Tue, 10 Dec 2002 00:57:07 -0500 (EST)
46316              Message-Id: <20021210055707.974F073CCC@syllepsis>
46317      Branch: perl
46318            ! perly.c perly.y perly_c.diff pod/perldelta.pod t/op/cond.t
46319            ! vms/perly_c.vms
46320 ____________________________________________________________________________
46321 [ 18284] By: hv                                    on 2002/12/11  10:21:12
46322         Log: One more email address for #18282
46323      Branch: perl
46324            ! lib/Pod/Perldoc.pm
46325 ____________________________________________________________________________
46326 [ 18283] By: hv                                    on 2002/12/11  10:18:07
46327         Log: More email addresses for #18282
46328      Branch: perl
46329            ! hints/aix.sh hints/apollo.sh hints/epix.sh hints/freebsd.sh
46330            ! hints/irix_6.sh hints/isc.sh hints/isc_2.sh hints/machten.sh
46331            ! hints/machten_2.sh hints/openbsd.sh hints/os2.sh
46332            ! hints/os390.sh hints/sunos_4_1.sh hints/titanos.sh
46333            ! hints/ultrix_4.sh hints/umips.sh hints/utekv.sh
46334 ____________________________________________________________________________
46335 [ 18282] By: hv                                    on 2002/12/11  10:16:05
46336         Log: Subject: Remove stale e-mail addresses
46337              From: Andy Dougherty <doughera@lafayette.edu>
46338              Date: Wed, 20 Nov 2002 09:40:33 -0500 (EST)
46339              Message-ID: <Pine.SOL.4.10.10211200938110.19608-100000@maxwell.phys.lafayette.edu>
46340      Branch: perl
46341            ! Porting/pumpkin.pod configure.gnu
46342            ! ext/ODBM_File/hints/dec_osf.pl ext/ODBM_File/hints/hpux.pl
46343            ! ext/ODBM_File/hints/ultrix.pl ext/SDBM_File/sdbm/README.too
46344            ! lib/File/Spec.pm perly.fixer pod/checkpods.PL
46345 ____________________________________________________________________________
46346 [ 18281] By: hv                                    on 2002/12/11  09:59:31
46347         Log: Integrate from maint-5.8 #18156, #18218.
46348      Branch: perl
46349           !> lib/Unicode/UCD.t lib/unicore/Category.pl
46350           !> lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt
46351           !> lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl
46352           !> lib/unicore/lib/Cntrl.pl lib/unicore/lib/Graph.pl
46353           !> lib/unicore/lib/P.pl lib/unicore/lib/Pd.pl
46354           !> lib/unicore/lib/Print.pl lib/unicore/lib/Punct.pl t/op/pack.t
46355 ____________________________________________________________________________
46356 [ 18280] By: rgs                                   on 2002/12/10  21:30:10
46357         Log: Integrate from the maint-5.8/ branch :
46358              changes 18219, 18236, 18242-3, 18247-8,
46359              18253-5, 18257, 18273-6
46360      Branch: perl
46361           +> t/op/lc_user.t
46362           !> MANIFEST hints/irix_6.sh lib/File/Copy.pm lib/utf8_heavy.pl
46363           !> pod/perldiag.pod pod/perlguts.pod pod/perlsec.pod
46364           !> pod/perlunicode.pod pp.c t/op/lc.t t/op/pat.t t/op/split.t
46365           !> t/uni/tr_utf8.t
46366 ____________________________________________________________________________
46367 [ 18279] By: merijn                                on 2002/12/10  14:10:03
46368         Log: Subject: Re: ANSIColor 1.06 released
46369              Version bump only after typo fix to sync with CPAN
46370      Branch: perl
46371            ! lib/Term/ANSIColor.pm
46372 ____________________________________________________________________________
46373 [ 18277] By: merijn                                on 2002/12/10  08:46:05
46374         Log: Subject: [PATCH perl@18251] VMS build update
46375              Message-ID: <3DF56BE2.9000300@mac.com>
46376              Date: Mon, 09 Dec 2002 22:21:54 -0600
46377              From: "Craig A. Berry" <craigberry@mac.com>
46378      Branch: perl
46379            ! configure.com ext/Time/HiRes/Makefile.PL
46380            ! vms/descrip_mms.template
46381 ____________________________________________________________________________
46382 [ 18272] By: merijn                                on 2002/12/09  15:31:28
46383         Log: RT#15950
46384
46385              Subject: [PATCH] Typo in Term::ANSIColor
46386              Date: Fri, 2 Aug 2002 14:13:19 -0700 (PDT)
46387              From: "Mr. Nobody" <mrnobo1024  at  yahoo.com>
46388      Branch: perl
46389            ! lib/Term/ANSIColor.pm
46390 ____________________________________________________________________________
46391 [ 18270] By: hv                                    on 2002/12/09  00:25:26
46392         Log: Subject: [perl #18256] xsubpp can make nested comments in C code
46393              From: Nicholas Clark (via RT) <perlbug@perl.org>
46394              Date: 7 Nov 2002 14:58:14 -0000
46395              Message-Id: <rt-18256-41218.19.7625495305233@bugs6.perl.org>
46396      Branch: perl
46397            ! lib/ExtUtils/xsubpp
46398 ____________________________________________________________________________
46399 [ 18269] By: hv                                    on 2002/12/09  00:19:33
46400         Log: Subject: Re: Bug in Filter::Simple
46401              From: Slaven Rezic <slaven.rezic@berlin.de>
46402              Date: 07 Nov 2002 10:01:41 +0100
46403              Message-ID: <87of91u51m.fsf@vran.herceg.de>
46404      Branch: perl
46405            ! ext/Filter/Util/Call/Call.xs ext/Filter/t/call.t
46406 ____________________________________________________________________________
46407 [ 18268] By: hv                                    on 2002/12/09  00:14:58
46408         Log: fix #18266 sprintf format mismatch
46409      Branch: perl
46410            ! regcomp.c
46411 ____________________________________________________________________________
46412 [ 18267] By: hv                                    on 2002/12/09  00:10:09
46413         Log: Subject: Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime()  are sometimes wrong
46414              From: Slaven Rezic <slaven.rezic@berlin.de>
46415              Date: 09 Nov 2002 23:21:16 +0100
46416              Message-ID: <874raqz8o3.fsf@vran.herceg.de>
46417      Branch: perl
46418            ! config_h.SH ext/POSIX/t/posix.t util.c
46419 ____________________________________________________________________________
46420 [ 18266] By: hv                                    on 2002/12/09  00:02:57
46421         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
46422              From: Abhijit Menon-Sen <ams@wiw.org>
46423              Date: Wed, 6 Nov 2002 19:38:11 +0530
46424              Message-ID: <20021106193811.E20858@lustre.dyn.wiw.org>
46425      Branch: perl
46426            ! regcomp.c t/op/lc.t
46427 ____________________________________________________________________________
46428 [ 18265] By: rgs                                   on 2002/12/08  22:10:45
46429         Log: Subject: Re: [perl #18927] barewords with no errors
46430              From: Abe Timmerman <abe@ztreet.demon.nl>
46431              Date: Sun, 8 Dec 2002 17:12:56 +0100
46432              Message-Id: <200212081712.56102.abe@ztreet.demon.nl>
46433      Branch: perl
46434            ! t/lib/strict/subs
46435 ____________________________________________________________________________
46436 [ 18264] By: rgs                                   on 2002/12/08  22:04:39
46437         Log: Subject: Re: [perl #18165] "0" fails as right-hand argument to ..
46438              From: Slaven Rezic <slaven.rezic@berlin.de>
46439              Date: 30 Nov 2002 00:07:05 +0100
46440              Message-ID: <8765ugnffq.fsf@vran.herceg.de>
46441      Branch: perl
46442            ! pp_ctl.c t/cmd/for.t
46443 ____________________________________________________________________________
46444 [ 18263] By: rgs                                   on 2002/12/08  21:56:13
46445         Log: Subject: Re: [perl #18888] $Exporter::Verbose=1 does not work for testing, $Heavy::Verbose is not setting the value to $Exporter::Verbose
46446              From: Slaven Rezic <slaven.rezic@berlin.de>
46447              Date: 08 Dec 2002 01:31:45 +0100
46448              Message-ID: <874r9pmjv2.fsf@vran.herceg.de>
46449      Branch: perl
46450            ! lib/Exporter/Heavy.pm
46451 ____________________________________________________________________________
46452 [ 18262] By: rgs                                   on 2002/12/08  20:31:42
46453         Log: getservbyport() should accept an empty string as its
46454              proto argument (as does getservbyname()).
46455
46456              Subject: Re: Is this a bug or am I being stupid?
46457              From: Slaven Rezic <slaven.rezic@berlin.de>
46458              Date: 08 Dec 2002 01:54:37 +0100
46459              Message-ID: <87znrhl48i.fsf@vran.herceg.de>
46460      Branch: perl
46461            ! pp_sys.c
46462 ____________________________________________________________________________
46463 [ 18261] By: rgs                                   on 2002/12/08  20:17:37
46464         Log: Change the set of characters that are considered to be
46465              safe in $ENV{TERM} for taint checkings.
46466      Branch: perl
46467            ! taint.c
46468 ____________________________________________________________________________
46469 [ 18260] By: rgs                                   on 2002/12/08  20:14:57
46470         Log: Document that $ENV{TERM} may produce taint failures.
46471              Subject: Re: [perl #18717] spurious failures in regression test
46472              From: Slaven Rezic <slaven.rezic@berlin.de>
46473              Date: 29 Nov 2002 22:11:46 +0100
46474              Message-ID: <87hee0nkrx.fsf@vran.herceg.de>
46475      Branch: perl
46476            ! pod/perldiag.pod
46477 ____________________________________________________________________________
46478 [ 18259] By: rgs                                   on 2002/12/08  19:34:34
46479         Log: Subject: [PATCH] Re: [perl #18651] Hash::Util's lock_key() breaks hash
46480              From: Nicholas Clark <nick@unfortu.net>
46481              Date: Mon, 2 Dec 2002 21:48:29 +0000
46482              Message-ID: <20021202214828.GA284@Bagpuss.unfortu.net>
46483      Branch: perl
46484            ! hv.c lib/Hash/Util.t
46485 ____________________________________________________________________________
46486 [ 18251] By: rgs                                   on 2002/12/06  21:27:55
46487         Log: Fix two cases of buffer overflow in the lexer.
46488      Branch: perl
46489            ! t/comp/parser.t toke.c
46490 ____________________________________________________________________________
46491 [ 18250] By: rgs                                   on 2002/12/06  20:44:26
46492         Log: Fix bug #18874, essentially by reverting change #11890.
46493              Add a regression test for it.
46494      Branch: perl
46495            ! lib/English.pm lib/English.t
46496 ____________________________________________________________________________
46497 [ 18249] By: rgs                                   on 2002/12/06  20:42:01
46498         Log: Suppress a compilation warning reported by Jarkko
46499              (variable initialization skipped by goto).
46500      Branch: perl
46501            ! toke.c
46502 ____________________________________________________________________________
46503 [ 18239] By: jhi                                   on 2002/12/03  12:49:01
46504         Log: Fix up #18229.
46505      Branch: perl
46506            ! embedvar.h ext/threads/t/join.t perl.c perlapi.h perlvars.h
46507            ! pod/perlintern.pod
46508 ____________________________________________________________________________
46509 [ 18233] By: rgs                                   on 2002/12/02  20:03:09
46510         Log: Fix bug #18573 : in a double-quoted string, a \c not followed
46511              by any character may corrupt memory due to reading past the
46512              end of the input buffer. Add a new error message corresponding
46513              to this case.
46514      Branch: perl
46515            ! pod/perldiag.pod t/comp/parser.t toke.c
46516 ____________________________________________________________________________
46517 [ 18232] By: rgs                                   on 2002/12/02  19:59:07
46518         Log: Skip test #17 of lib/open.t when useperlio is not defined.
46519      Branch: perl
46520            ! lib/open.t
46521 ____________________________________________________________________________
46522 [ 18231] By: merijn                                on 2002/12/02  16:00:12
46523         Log: Subject: Re: [perl #15129] building a dynamically linked Perl 5.6.1 on HPUX 11.0
46524              Date: Mon, 2 Dec 2002 12:04:40 -0500 (EST)
46525              From: Andy Dougherty <doughera@lafayette.edu>
46526              Message-ID: <Pine.SOL.4.10.10212021200050.24023-100000@maxwell.phys.lafayette.edu>
46527      Branch: perl
46528            ! README.hpux
46529 ____________________________________________________________________________
46530 [ 18230] By: merijn                                on 2002/12/02  15:45:31
46531         Log: $0 modifying part II (HP-UX only)
46532
46533              Date: Sat, 30 Nov 2002 20:16:51 +0200
46534              From: Jarkko Hietaniemi <jhi@iki.fi>
46535              Subject: [PATCH] $0 modifying
46536              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
46537      Branch: perl
46538            ! mg.c
46539 ____________________________________________________________________________
46540 [ 18229] By: merijn                                on 2002/12/02  15:43:16
46541         Log: $0 mofifying part I
46542
46543              Date: Sat, 30 Nov 2002 20:16:51 +0200
46544              From: Jarkko Hietaniemi <jhi@iki.fi>
46545              Subject: [PATCH] $0 modifying
46546              Message-ID: <20021130181651.GA5876@kosh.hut.fi>
46547      Branch: perl
46548            ! ext/threads/t/join.t makedef.pl mg.c perl.c pod/perlvar.pod
46549            ! sv.c t/op/magic.t thread.h
46550 ____________________________________________________________________________
46551 [ 18228] By: hv                                    on 2002/12/02  13:37:59
46552         Log: integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
46553              with a module-driven version, and separates out its docs.
46554      Branch: perl
46555            + lib/Pod/Perldoc.pm lib/Pod/Perldoc/BaseTo.pm
46556            + lib/Pod/Perldoc/GetOptsOO.pm lib/Pod/Perldoc/ToChecker.pm
46557            + lib/Pod/Perldoc/ToMan.pm lib/Pod/Perldoc/ToNroff.pm
46558            + lib/Pod/Perldoc/ToPod.pm lib/Pod/Perldoc/ToRtf.pm
46559            + lib/Pod/Perldoc/ToText.pm lib/Pod/Perldoc/ToTk.pm
46560            + lib/Pod/Perldoc/ToXml.pm lib/Pod/Perldoc/t/checkerbasic.t
46561            + lib/Pod/Perldoc/t/perldocbasic.t lib/Pod/Perldoc/t/textbasic.t
46562            + pod/perldoc.pod
46563            ! MANIFEST utils/perldoc.PL
46564 ____________________________________________________________________________
46565 [ 18226] By: hv                                    on 2002/12/02  12:44:35
46566         Log: missed the new file from #18224
46567      Branch: perl
46568            + lib/Pod/PlainText.pm
46569            ! MANIFEST
46570 ____________________________________________________________________________
46571 [ 18225] By: hv                                    on 2002/12/02  03:09:42
46572         Log: integrate util.c fragment from #18200 to undef SA_RESTART on MacOS
46573      Branch: perl
46574            ! util.c
46575 ____________________________________________________________________________
46576 [ 18224] By: hv                                    on 2002/12/02  02:59:02
46577         Log: Integrate PodParser-1.20, with matching tweaks to lib/Pod/t/latex.t
46578              and lib/Pod/t/utils.t to cater for simpler output text.
46579      Branch: perl
46580            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm lib/Pod/Usage.pm
46581            ! lib/Pod/t/latex.t lib/Pod/t/utils.t pod/podselect.PL
46582            ! t/pod/emptycmd.t t/pod/for.t t/pod/headings.t t/pod/include.t
46583            ! t/pod/included.t t/pod/lref.t t/pod/lref.xr
46584            ! t/pod/multiline_items.t t/pod/multiline_items.xr
46585            ! t/pod/nested_items.t t/pod/nested_seqs.t t/pod/oneline_cmds.t
46586            ! t/pod/pod2usage.t t/pod/pod2usage.xr t/pod/poderrs.t
46587            ! t/pod/poderrs.xr t/pod/podselect.t t/pod/podselect.xr
46588            ! t/pod/special_seqs.t t/pod/special_seqs.xr t/pod/testp2pt.pl
46589 ____________________________________________________________________________
46590 [ 18223] By: hv                                    on 2002/12/02  02:46:17
46591         Log: Subject: [PATCH] SvFAKE lexicals in scope for all of the sub
46592              From: Dave Mitchell <davem@fdgroup.com>
46593              Date: Mon, 25 Nov 2002 21:25:33 +0000
46594              Message-ID: <20021125212533.B29157@fdgroup.com>
46595      Branch: perl
46596            ! ext/Devel/Peek/Peek.t pad.c t/op/closure.t
46597 ____________________________________________________________________________
46598 [ 18222] By: hv                                    on 2002/12/02  02:23:28
46599         Log: #18221 broke t/op/eval.t
46600      Branch: perl
46601            ! t/op/eval.t
46602 ____________________________________________________________________________
46603 [ 18221] By: hv                                    on 2002/12/02  02:18:19
46604         Log: integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5
46605      Branch: perl
46606           +> ext/POSIX/t/is.t
46607           !> INSTALL MANIFEST README.os2 ext/Fcntl/t/syslfs.t
46608           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/Makefile.PL
46609           !> lib/Unicode/UCD.pm lib/Unicode/UCD.t pod/perldiag.pod
46610           !> t/op/eval.t t/op/grep.t t/op/lfs.t t/op/subst.t
46611 ____________________________________________________________________________
46612 [ 18220] By: hv                                    on 2002/12/02  00:58:54
46613         Log: Subject: [PATCH 2nd attempt] allow evals to see the full lexical scope
46614              From: Dave Mitchell <davem@fdgroup.com>
46615              Date: Sun, 24 Nov 2002 22:19:06 +0000
46616              Message-ID: <20021124221906.A25386@fdgroup.com>
46617      Branch: perl
46618            ! cop.h cv.h dump.c embed.fnc embed.h ext/B/B.pm ext/B/B.xs
46619            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Debug.pm
46620            ! ext/Devel/Peek/Peek.t op.c pad.c pod/perlintern.pod pp_ctl.c
46621            ! pp_hot.c proto.h sv.c sv.h t/op/eval.t toke.c
46622 ____________________________________________________________________________
46623 [ 18217] By: rgs                                   on 2002/11/29  12:11:28
46624         Log: Document the hint constants and where they're used.
46625      Branch: perl
46626            ! ext/re/re.pm lib/File/Basename.pm lib/charnames.pm
46627            ! lib/filetest.pm lib/open.pm lib/overload.pm lib/vmsish.pm
46628            ! perl.h
46629 ____________________________________________________________________________
46630 [ 18216] By: merijn                                on 2002/11/29  10:00:54
46631         Log: 64bit Peek failure on HP-UX 11.00
46632
46633              Subject: Re: Smoke 18188
46634              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46635              From: Slaven Rezic <slaven.rezic@berlin.de>
46636              Date: 28 Nov 2002 19:25:25 +0100
46637              Message-ID: <877kexsga2.fsf@vran.herceg.de>
46638      Branch: perl
46639            ! ext/Devel/Peek/Peek.t
46640 ____________________________________________________________________________
46641 [ 18203] By: jhi                                   on 2002/11/28  14:54:34
46642         Log: Slight beauty tweak.
46643      Branch: perl
46644            ! intrpvar.h
46645 ____________________________________________________________________________
46646 [ 18188] By: hv                                    on 2002/11/27  01:32:52
46647         Log: Subject: Re: [perl #18203] Recursive call in PerlIO_find_layer
46648              From: Slaven Rezic <slaven.rezic@berlin.de>
46649              Date: 03 Nov 2002 10:59:43 +0100
46650              Message-ID: <877kfvnfcg.fsf@vran.herceg.de>
46651      Branch: perl
46652            ! embedvar.h intrpvar.h lib/open.t perlapi.h perlio.c
46653 ____________________________________________________________________________
46654 [ 18186] By: hv                                    on 2002/11/27  00:57:18
46655         Log: Subject: DESTROY called in scalar context ?
46656              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
46657              Date: Tue, 29 Oct 2002 22:04:23 +0100
46658              Message-Id: <20021029220423.6f8e6600.rgarciasuarez@free.fr>
46659      Branch: perl
46660            ! sv.c
46661 ____________________________________________________________________________
46662 [ 18185] By: rgs                                   on 2002/11/26  21:06:48
46663         Log: PerlFAQ sync.
46664      Branch: perl
46665            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
46666            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
46667            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
46668            ! pod/perlfaq9.pod
46669 ____________________________________________________________________________
46670 [ 18184] By: rgs                                   on 2002/11/26  20:42:25
46671         Log: Subject: [PATCH] 2 Pod errors in perlop.pod
46672              From: andreas.koenig@anima.de (Andreas J. Koenig)
46673              Date: Mon, 25 Nov 2002 10:21:08 +0100
46674              Message-ID: <m31y5admyj.fsf@k242.linux.bogus>
46675
46676              Plus a few similar POD fixes
46677      Branch: perl
46678            ! pod/perl570delta.pod pod/perl572delta.pod pod/perlop.pod
46679            ! pod/perltie.pod
46680 ____________________________________________________________________________
46681 [ 18183] By: rgs                                   on 2002/11/26  19:53:26
46682         Log: Subject: Re: [perl #18626] bug in perlipc man page
46683              From: Slaven Rezic <slaven.rezic@berlin.de>
46684              Date: 23 Nov 2002 21:23:20 +0100
46685              Message-ID: <87bs4gdohz.fsf@vran.herceg.de>
46686      Branch: perl
46687            ! pod/perlipc.pod
46688 ____________________________________________________________________________
46689 [ 18182] By: merijn                                on 2002/11/26  08:44:39
46690         Log: Subject: #17171: ld flag for shrplib on OpenBSD
46691              Date: Wed, 11 Sep 2002 13:44:12 -0600 (MDT)
46692              From: "Todd C. Miller" <Todd.Miller  at  courtesan.com>
46693      Branch: perl
46694            ! Configure
46695 ____________________________________________________________________________
46696 [ 18180] By: hv                                    on 2002/11/25  03:10:03
46697         Log: integrate #18144 updates to pod/perlport.pod
46698      Branch: perl
46699            ! pod/perlport.pod
46700 ____________________________________________________________________________
46701 [ 18179] By: hv                                    on 2002/11/25  03:06:44
46702         Log: Subject: [PATCH] UTF8 regexp {n} bug
46703              From: Inaba Hiroto <inaba@st.rim.or.jp>
46704              Date: Sat, 16 Nov 2002 19:23:00 +0900
46705              Message-ID: <3DD61C83.62FF9887@st.rim.or.jp>
46706      Branch: perl
46707            ! regcomp.c t/op/pat.t
46708 ____________________________________________________________________________
46709 [ 18178] By: hv                                    on 2002/11/25  02:43:40
46710         Log: Subject: Re: Storable bug #1698
46711              From: Slaven Rezic <slaven.rezic@berlin.de>
46712              Date: 18 Nov 2002 10:41:36 +0100
46713              Message-ID: <87ptt343lb.fsf@vran.herceg.de>
46714      Branch: perl
46715            ! ext/Storable/Storable.xs ext/Storable/t/blessed.t
46716            ! ext/Storable/t/forgive.t
46717 ____________________________________________________________________________
46718 [ 18177] By: hv                                    on 2002/11/25  02:37:07
46719         Log: add support for STASH and MAGIC information for REFs to sv_dump().
46720              Subject: [PATCH]
46721              From: Slaven Rezic <slaven.rezic@berlin.de>
46722              Date: Mon, 18 Nov 2002 11:09:51 +0100 (CET)
46723              Message-Id: <200211181009.gAIA9pFG034877@vran.herceg.de>
46724      Branch: perl
46725            ! dump.c ext/Devel/Peek/Peek.t
46726 ____________________________________________________________________________
46727 [ 18176] By: hv                                    on 2002/11/25  02:31:10
46728         Log: Subject: Re: [perl #18479] Error when no strict refs in effect
46729              From: Slaven Rezic <slaven.rezic@berlin.de>
46730              Date: 18 Nov 2002 22:50:04 +0100
46731              Message-ID: <87smxya6pf.fsf@vran.herceg.de>
46732      Branch: perl
46733            ! pp_ctl.c
46734 ____________________________________________________________________________
46735 [ 18175] By: hv                                    on 2002/11/25  02:20:48
46736         Log: Subject: [Encode] 1.83 + bleedperl patch released
46737              From: Dan Kogai <dankogai@dan.co.jp>
46738              Date: Tue, 19 Nov 2002 03:18:44 +0900
46739              Message-Id: <2C132F6D-FB22-11D6-87FC-0003939A104C@dan.co.jp>
46740      Branch: perl
46741            ! ext/Encode/AUTHORS ext/Encode/Changes ext/Encode/Encode.pm
46742            ! ext/Encode/Encode.xs ext/Encode/MANIFEST ext/Encode/bin/enc2xs
46743            ! ext/Encode/lib/Encode/JP/JIS7.pm ext/Encode/t/rt.pl
46744            ! t/uni/tr_7jis.t t/uni/tr_sjis.t t/uni/tr_utf8.t
46745 ____________________________________________________________________________
46746 [ 18172] By: rgs                                   on 2002/11/22  21:44:09
46747         Log: Subject: [PATCH] Historic version labels
46748              From: andreas.koenig@anima.de (Andreas J. Koenig)
46749              Date: Fri, 22 Nov 2002 14:39:41 +0100
46750              Message-ID: <m3lm3loh9e.fsf@k242.linux.bogus>
46751      Branch: perl
46752            ! Changes5.005 Changes5.6
46753 ____________________________________________________________________________
46754 [ 18171] By: rgs                                   on 2002/11/22  21:15:54
46755         Log: A new test for $^S, based on a patch by Iain 'Spoon' Truskett.
46756              Fix the existing tests that didn't checked the difference
46757              between 0 and undef.
46758      Branch: perl
46759            ! t/op/magic.t
46760 ____________________________________________________________________________
46761 [ 18170] By: rgs                                   on 2002/11/22  20:49:12
46762         Log: Move some tests from t/run/fresh_perl.t
46763              to the new t/comp/parser.t. The goal being to
46764              get rid of fresh_perl.t at some point.
46765      Branch: perl
46766            ! t/comp/parser.t t/run/fresh_perl.t
46767 ____________________________________________________________________________
46768 [ 18169] By: rgs                                   on 2002/11/21  20:49:36
46769         Log: Add a test for bug #17920, and a new test file for it.
46770      Branch: perl
46771            + t/comp/parser.t
46772            ! MANIFEST
46773 ____________________________________________________________________________
46774 [ 18168] By: merijn                                on 2002/11/21  13:59:12
46775         Log: Subject: [PATCH] hires sleeping wants libs
46776              Date: Wed, 20 Nov 2002 17:18:31 +0200
46777              From: Jarkko Hietaniemi <jhi@iki.fi>
46778              Message-ID: <20021120151830.GC127060@lyta.hut.fi>
46779      Branch: perl
46780            ! Configure hints/irix_6.sh
46781 ____________________________________________________________________________
46782 [ 18166] By: rgs                                   on 2002/11/19  23:02:31
46783         Log: Fix perl bug #17920 : a case of parser coredump.
46784              The fix is to disable Perl_block_start and Perl_block_end
46785              when the yacc parser has encountered errors. This prevents
46786              corruption of the internal stack, at the expense of correctness,
46787              but this doesn't matter as the code is unparseable anyway.
46788      Branch: perl
46789            ! op.c
46790 ____________________________________________________________________________
46791 [ 18165] By: rgs                                   on 2002/11/19  22:45:36
46792         Log: Subject: Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)
46793              From: Jarkko Hietaniemi <jhi@iki.fi>
46794              Date: Sun, 3 Nov 2002 17:50:08 +0200
46795              Message-ID: <20021103155008.GA382682@lyta.hut.fi>
46796      Branch: perl
46797            ! lib/open.pm locale.c pod/perl58delta.pod
46798 ____________________________________________________________________________
46799 [ 18164] By: rgs                                   on 2002/11/19  22:32:52
46800         Log: t/io/crlf.t failed with miniperl.
46801      Branch: perl
46802            ! t/io/crlf.t
46803 ____________________________________________________________________________
46804 [ 18163] By: rgs                                   on 2002/11/19  22:11:24
46805         Log: Subject: Re: [PATCH] AutoLoader gives wrong message
46806              From: Peter Scott <Peter@PSDT.com>
46807              Date: Thu, 07 Nov 2002 19:04:27 -0800
46808              Message-id: <4.3.2.7.2.20021107185902.00b93ec0@shell2.webquarry.com>
46809
46810              With a tweak to the END cleanup block to fully remove the
46811              temporary test directory
46812      Branch: perl
46813            ! lib/AutoLoader.t
46814 ____________________________________________________________________________
46815 [ 18162] By: rgs                                   on 2002/11/19  21:29:25
46816         Log: Subject: [PATCH ext/threads/threads.xs] trivial typo
46817              From: Dave Mitchell <davem@fdgroup.com>
46818              Date: Thu, 14 Nov 2002 22:55:39 +0000
46819              Message-ID: <20021114225539.A18614@fdgroup.com>
46820      Branch: perl
46821            ! ext/threads/threads.xs
46822 ____________________________________________________________________________
46823 [ 18161] By: rgs                                   on 2002/11/19  21:26:21
46824         Log: Subject: [PATCH Win32] Document wperl.exe
46825              From: "Brent Dax" <brentdax@cpan.org>
46826              Date: Fri, 15 Nov 2002 23:02:01 -0800
46827              Message-ID: <034e01c28d3e$0fed1680$6501a8c0@deepblue>
46828      Branch: perl
46829            ! README.win32
46830 ____________________________________________________________________________
46831 [ 18160] By: hv                                    on 2002/11/19  12:07:25
46832         Log: Subject: [PATCH] regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)
46833              From: Nicholas Clark <nick@unfortu.net>
46834              Date: Tue, 29 Oct 2002 23:00:05 +0000
46835              Message-ID: <20021029230003.GF287@Bagpuss.unfortu.net>
46836      Branch: perl
46837            + regen.pl regen_headers.pl
46838            ! MANIFEST Makefile.SH autodoc.pl bytecode.pl embed.pl
46839            ! keywords.pl opcode.pl regcomp.pl
46840 ____________________________________________________________________________
46841 [ 18159] By: hv                                    on 2002/11/19  11:48:30
46842         Log: Subject: Re: [perl #18113] UNIVERSAL::AUTOLOAD doesn't work if the stash doesn't exist yet
46843              From: Gurusamy Sarathy <gsar@ActiveState.com>
46844              Date: Wed, 30 Oct 2002 20:58:15 -0800
46845              Message-Id: <200210310458.g9V4wFK00513@smtp3.ActiveState.com>
46846              Date: Wed, 30 Oct 2002 21:56:22 -0800
46847              Message-Id: <200210310556.g9V5uMK05748@smtp3.ActiveState.com>
46848              Date: Wed, 30 Oct 2002 22:55:30 -0800
46849              Message-Id: <200210310655.g9V6tUK10959@smtp3.ActiveState.com>
46850      Branch: perl
46851            ! gv.c pp_hot.c t/op/method.t
46852 ____________________________________________________________________________
46853 [ 18158] By: hv                                    on 2002/11/19  11:35:16
46854         Log: Remove duplicate my() declaration giving warnings from change #18105.
46855      Branch: perl
46856            ! lib/Class/Struct.t
46857 ____________________________________________________________________________
46858 [ 18154] By: rgs                                   on 2002/11/16  22:08:44
46859         Log: Correction to change #18152, by Dave Mitchell.
46860      Branch: perl
46861            ! pod/perlhack.pod
46862 ____________________________________________________________________________
46863 [ 18152] By: rgs                                   on 2002/11/16  21:23:15
46864         Log: Subject: Re: [PATCH] optional code for debugging leaking scalars
46865              From: Dave Mitchell <davem@fdgroup.com>
46866              Date: Sat, 16 Nov 2002 22:18:23 +0000
46867              Message-ID: <20021116221823.A23614@fdgroup.com>
46868              Documentation for change #18150.
46869      Branch: perl
46870            ! pod/perlhack.pod
46871 ____________________________________________________________________________
46872 [ 18151] By: rgs                                   on 2002/11/16  20:45:26
46873         Log: Document PRIVSHIFT.
46874              Subject: [PATCH] two small doc patches
46875              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46876              Date: Thu, 14 Nov 2002 15:07:35 -0800
46877              Message-ID: <3yC19gzkguTO092yn@efn.org>
46878      Branch: perl
46879            ! sv.h
46880 ____________________________________________________________________________
46881 [ 18150] By: rgs                                   on 2002/11/16  20:25:57
46882         Log: Subject: [PATCH] optional code for debugging leaking scalars
46883              From: Dave Mitchell <davem@fdgroup.com>
46884              Date: Thu, 14 Nov 2002 23:03:00 +0000
46885              Message-ID: <20021114230300.B18614@fdgroup.com>
46886      Branch: perl
46887            ! perl.c sv.c
46888 ____________________________________________________________________________
46889 [ 18149] By: rgs                                   on 2002/11/16  20:10:50
46890         Log: New B::Lint option, bare-subs, that checks for implicitely
46891              quoted barewords that are also subroutines, from
46892              Ian Phillipps <ip@tarragon-et.co.uk>.
46893              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
46894              With a few tweaks to the implementation and tests.
46895              (previous change was empty)
46896      Branch: perl
46897            ! ext/B/B/Lint.pm ext/B/t/lint.t
46898 ____________________________________________________________________________
46899 [ 18148] By: rgs                                   on 2002/11/16  20:05:34
46900         Log: New B::Lint option, bare-subs, that checks for implicitely
46901              quoted barewords that are also subroutines, from
46902              Ian Phillipps <ip@tarragon-et.co.uk>.
46903              Message-ID: <20021107122909.A11199@bob.tarragon-et.co.uk>
46904              With a few tweaks to the implementation and tests.
46905      Branch: perl
46906            ! ext/B/B/Lint.pm ext/B/t/lint.t
46907 ____________________________________________________________________________
46908 [ 18147] By: rgs                                   on 2002/11/16  19:52:54
46909         Log: Subject: [PATCH] Typo in perl58delta
46910              From: andreas.koenig@anima.de (Andreas J. Koenig)
46911              Date: Sat, 16 Nov 2002 16:29:14 +0100
46912              Message-ID: <m3u1ihjzxx.fsf@k242.linux.bogus>
46913      Branch: perl
46914            ! pod/perl58delta.pod
46915 ____________________________________________________________________________
46916 [ 18142] By: rgs                                   on 2002/11/12  22:09:39
46917         Log: Subject: [PATCH] Re: threads and Win2000 (Smoke 18064 FAIL(F) MSWin32 5.0 W2000Pro)
46918              From: Dave Mitchell <davem@fdgroup.com>
46919              Date: Thu, 7 Nov 2002 16:38:02 +0000
46920              Message-ID: <20021107163802.C25337@fdgroup.com>
46921      Branch: perl
46922            ! pad.h
46923 ____________________________________________________________________________
46924 [ 18141] By: merijn                                on 2002/11/12  16:15:30
46925         Log: repair 18139 (missing awk command)
46926      Branch: perl
46927            ! Configure
46928 ____________________________________________________________________________
46929 [ 18139] By: merijn                                on 2002/11/12  14:20:36
46930         Log: Date: Tue, 12 Nov 2002 16:49:22 +0200
46931              From: Jarkko Hietaniemi <jhi@iki.fi>
46932              Subject: [PATCH] Tru64 osvers
46933              Message-ID: <20021112144922.GI511825@lyta.hut.fi>
46934      Branch: perl
46935            ! Configure
46936 ____________________________________________________________________________
46937 [ 18137] By: rgs                                   on 2002/11/10  21:57:04
46938         Log: Subject: [PATCH] warning fix in SYNOPSIS example of Term::ReadLine pod
46939              From: Slaven Rezic <slaven.rezic@berlin.de>
46940              Date: Sat, 9 Nov 2002 22:31:31 +0100 (CET)
46941              Message-Id: <200211092131.gA9LVVAV007663@vran.herceg.de>
46942      Branch: perl
46943            ! lib/Term/ReadLine.pm
46944 ____________________________________________________________________________
46945 [ 18136] By: rgs                                   on 2002/11/10  21:38:44
46946         Log: Subject: t/run/runenv.t bug
46947              From: Salvador "Fandiño" <sfandino@yahoo.com>
46948              Date: Fri, 8 Nov 2002 08:07:13 -0800 (PST)
46949              Message-ID: <20021108160713.78109.qmail@web13409.mail.yahoo.com>
46950      Branch: perl
46951            ! t/run/runenv.t
46952 ____________________________________________________________________________
46953 [ 18135] By: rgs                                   on 2002/11/10  21:30:36
46954         Log: Subject: [PATCH] perlopentut and PerlIO documentation
46955              From: Slaven Rezic <slaven.rezic@berlin.de>
46956              Date: 08 Nov 2002 22:22:19 +0100
46957              Message-ID: <8765v7kb90.fsf@vran.herceg.de>
46958      Branch: perl
46959            ! lib/PerlIO.pm pod/perlopentut.pod
46960 ____________________________________________________________________________
46961 [ 18125] By: hv                                    on 2002/11/07  14:01:57
46962         Log: Subject: Re: The Inaba patch for tr/// vs. use encoding
46963              From: Dan Kogai <dankogai@dan.co.jp>
46964              Date: Fri, 25 Oct 2002 13:04:00 +0900
46965              Message-Id: <CAC896FE-E7CE-11D6-9228-0003939A104C@dan.co.jp>
46966      Branch: perl
46967            + t/uni/tr_7jis.t t/uni/tr_eucjp.t t/uni/tr_sjis.t
46968            + t/uni/tr_utf8.t
46969            ! MANIFEST
46970 ____________________________________________________________________________
46971 [ 18124] By: hv                                    on 2002/11/07  13:51:39
46972         Log: Subject: [PATCH] File::Temp documentation fix
46973              From: Slaven Rezic <slaven.rezic@berlin.de>
46974              Date: Thu, 24 Oct 2002 19:04:20 +0200 (CEST)
46975              Message-Id: <200210241704.g9OH4KlR030883@vran.herceg.de>
46976      Branch: perl
46977            ! lib/File/Temp.pm
46978 ____________________________________________________________________________
46979 [ 18123] By: hv                                    on 2002/11/07  13:46:59
46980         Log: Subject: PATCH x2p/find2perl.PL
46981              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
46982              Date: Thu, 24 Oct 2002 10:05:19 +0200
46983              Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg>
46984      Branch: perl
46985            ! x2p/find2perl.PL
46986 ____________________________________________________________________________
46987 [ 18122] By: hv                                    on 2002/11/07  13:40:25
46988         Log: Subject: [perl #18065] LFS related bug in perl-5.8.0 testsuite
46989              From: "david@dhaller.de (via RT)" <perlbug@perl.org>
46990              Date: 23 Oct 2002 18:42:51 -0000
46991              Message-Id: <rt-18065-40384.14.044473925414@bugs6.perl.org>
46992      Branch: perl
46993            ! ext/Fcntl/t/syslfs.t t/op/lfs.t
46994 ____________________________________________________________________________
46995 [ 18121] By: hv                                    on 2002/11/07  13:21:15
46996         Log: Subject: Re: [perl #18038] DESTROY change in 5.8.0?
46997              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46998              Date: Sun, 03 Nov 2002 15:48:18 -0800
46999              Message-ID: <CXbx9gzkgS8W092yn@efn.org>
47000      Branch: perl
47001            ! sv.c t/op/tie.t
47002 ____________________________________________________________________________
47003 [ 18120] By: hv                                    on 2002/11/07  13:14:21
47004         Log: Subject: Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets?
47005              From: Gurusamy Sarathy <gsar@ActiveState.com>
47006              Date: Sat, 19 Oct 2002 12:11:43 -0700
47007              Message-Id: <200210191911.g9JJBhK02618@smtp3.ActiveState.com>
47008      Branch: perl
47009            ! doio.c ext/DB_File/t/db-recno.t perl.h pp_sys.c win32/win32.h
47010 ____________________________________________________________________________
47011 [ 18119] By: hv                                    on 2002/11/07  12:13:28
47012         Log: Subject: [perl #18154] Problem found in calculating offsets in regex
47013              From: Mark Pease (via RT) <perlbug@perl.org>
47014              Date: 29 Oct 2002 20:23:54 -0000
47015              Message-Id: <rt-18154-40762.0.46361502706489@bugs6.perl.org>
47016      Branch: perl
47017            ! regcomp.c
47018 ____________________________________________________________________________
47019 [ 18118] By: hv                                    on 2002/11/07  11:33:38
47020         Log: Subject: Re: [perl #17605] strange behaviour (difference between perl 5.6 and perl 5.8.0) in the regexp
47021              From: hv@crypt.org
47022              Date: Sun, 03 Nov 2002 16:41:24 +0000
47023              Message-Id: <200211031641.gA3GfOm08609@crypt.compulink.co.uk>
47024      Branch: perl
47025            ! ext/B/B/Concise.pm op.c pp_hot.c t/op/closure.t
47026            ! t/op/sub_lval.t
47027 ____________________________________________________________________________
47028 [ 18117] By: rgs                                   on 2002/11/06  22:15:36
47029         Log: "make distclean" should remove the generated file lib/Config.pod.
47030      Branch: perl
47031            ! Makefile.SH
47032 ____________________________________________________________________________
47033 [ 18116] By: rgs                                   on 2002/11/06  22:11:06
47034         Log: The new test introduced in #18114 failed with threads
47035      Branch: perl
47036            ! ext/B/t/concise.t
47037 ____________________________________________________________________________
47038 [ 18115] By: rgs                                   on 2002/11/06  20:43:14
47039         Log: Subject: Re: [perl #18048] read \*FH, ... returns undef but doesn' t set $! if \*FH not open
47040              From: Slaven Rezic <slaven.rezic@berlin.de>
47041              Date: 24 Oct 2002 00:44:35 +0200
47042              Message-ID: <87vg3sixm4.fsf@vran.herceg.de>
47043      Branch: perl
47044            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c t/io/binmode.t
47045            ! t/io/print.t t/io/read.t t/lib/warnings/pp_sys
47046 ____________________________________________________________________________
47047 [ 18114] By: rgs                                   on 2002/11/06  20:08:53
47048         Log: Subject: Re: [PATCH] [perl #18175] B::Concise,-exec doesn't handle // operator well
47049              From: Stephen McCamant <smcc@mit.edu>
47050              Date: Thu, 31 Oct 2002 01:35:29 -0500
47051              Message-ID: <15808.53041.181907.308803@syllepsis.MIT.EDU>
47052
47053              plus a test case in ext/B/t/concise.t
47054              plus a (less intrusive, but less future-proof) fix for a
47055              similar problem in B::walkoptree_exec().
47056      Branch: perl
47057            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/t/concise.t
47058 ____________________________________________________________________________
47059 [ 18113] By: rgs                                   on 2002/11/05  20:11:55
47060         Log: make regen_headers.
47061              Backport change #18078 to warnings.pl.
47062      Branch: perl
47063            ! global.sym perlapi.c perlapi.h proto.h warnings.pl
47064 ____________________________________________________________________________
47065 [ 18109] By: ams                                   on 2002/11/05  13:03:34
47066         Log: Subject: Re: [perl #18107] lc(), uc() and ucfirst() broken inside utf8 regex
47067              From: hv@crypt.org
47068              Date: Tue, 05 Nov 2002 13:30:00 +0000
47069              Message-Id: <200211051330.gA5DU0p00718@crypt.compulink.co.uk>
47070
47071              This is half of the fix for #18107. The swash_init() problems
47072              described in <20021105143646.M18101@lustre.dyn.wiw.org> remain,
47073              but can now be seen only with UTF-8 test cases.
47074      Branch: perl
47075            ! pp.c
47076 ____________________________________________________________________________
47077 [ 18108] By: merijn                                on 2002/11/05  07:52:08
47078         Log: Put back the DO NOT EDIT headers in proto.h and global.sym
47079
47080              Subject: Re: [perl #18066] Bug in -I when path has double colons?
47081              From: Slaven Rezic <slaven.rezic@berlin.de>
47082              Date: 03 Nov 2002 10:25:10 +0100
47083              Message-ID: <87adkrngy1.fsf@vran.herceg.de>
47084      Branch: perl
47085            ! embed.pl
47086 ____________________________________________________________________________
47087 [ 18107] By: ams                                   on 2002/11/05  03:43:46
47088         Log: 1. Update pp_ucfirst to enter the UTF-8 branch only if the first
47089              character is UTF-8. (Copied from pp_lcfirst.)
47090              2. sv_dump() should display FLAGS=...,UTF8 for both POK and pPOK.
47091      Branch: perl
47092            ! dump.c pp.c
47093 ____________________________________________________________________________
47094 [ 18106] By: hv                                    on 2002/11/05  01:43:27
47095         Log: new test based on:
47096              Subject: [TEST] for [PATCH] bug in utf8.c(?)
47097              From: Marty Pauley <marty+p5p@kasei.com>
47098              Date: Fri, 18 Oct 2002 21:02:38 +0100
47099              Message-ID: <20021018200238.GY3764@soto.kasei.com>
47100      Branch: perl
47101            ! lib/utf8.t
47102 ____________________________________________________________________________
47103 [ 18105] By: hv                                    on 2002/11/05  00:59:30
47104         Log: Subject: Re: Class::Struct, simple patch, tests
47105              From: Marty Pauley <marty+p5p@kasei.com>
47106              Date: Fri, 18 Oct 2002 22:26:38 +0100
47107              Message-ID: <20021018212638.GB3764@soto.kasei.com>
47108      Branch: perl
47109            ! lib/Class/Struct.pm lib/Class/Struct.t
47110 ____________________________________________________________________________
47111 [ 18102] By: rgs                                   on 2002/11/04  21:43:53
47112         Log: Subject: Re: [perl #18066] Bug in -I when path has double colons?
47113              From: Slaven Rezic <slaven.rezic@berlin.de>
47114              Date: 30 Oct 2002 11:18:47 +0100
47115              Message-ID: <87of9c2prs.fsf@vran.herceg.de>
47116
47117              With the corresponding change to embed.fnc
47118      Branch: perl
47119            + t/run/switchI.t
47120            ! MANIFEST embed.fnc embed.h embedvar.h global.sym perl.c
47121            ! proto.h t/run/runenv.t
47122 ____________________________________________________________________________
47123 [ 18094] By: merijn                                on 2002/11/04  16:08:22
47124         Log: Changed the warning detection pattern because of:
47125
47126              Subject: ccache gcc3.2 doesn't work
47127              From: Nicholas Clark <nick@ccl4.org>
47128              Date: Tue, 29 Oct 2002 15:01:39
47129              Message-ID: <20021029150139.J82080@plum.flirble.org>
47130      Branch: perl
47131            ! Configure
47132 ____________________________________________________________________________
47133 [ 18093] By: jhi                                   on 2002/11/04  16:06:39
47134         Log: s/Perlf/Perl/ (thanks rgs)
47135      Branch: perl
47136            ! pod/perldiag.pod
47137 ____________________________________________________________________________
47138 [ 18091] By: jhi                                   on 2002/11/04  15:50:07
47139         Log: How pre-5.9.0 Perl can be fooled by a defined-or.
47140      Branch: perl
47141            ! pod/perldiag.pod
47142 ____________________________________________________________________________
47143 [ 18090] By: hv                                    on 2002/11/04  15:49:29
47144         Log: extend #13786 to cover the other four identical chunks of code
47145              to avoid looping under overload.
47146      Branch: perl
47147            ! sv.c
47148 ____________________________________________________________________________
47149 [ 18088] By: merijn                                on 2002/11/04  15:37:06
47150         Log: Charnames take 4
47151              Mon, 04 Nov 2002; H.Merijn Brand <h.m.brand@hccnet.nl>
47152      Branch: perl
47153            ! lib/charnames.pm lib/charnames.t
47154 ____________________________________________________________________________
47155 [ 18086] By: hv                                    on 2002/11/04  15:16:34
47156         Log: integrate from perlio: changes #17709, #17795, #17796, #18032
47157      Branch: perl
47158           !> Porting/apply ext/PerlIO/t/encoding.t ext/PerlIO/t/via.t
47159           !> ext/PerlIO/via/via.xs perlio.c t/io/crlf.t
47160 ____________________________________________________________________________
47161 [ 18085] By: hv                                    on 2002/11/04  12:17:12
47162         Log: Subject: Re: [perl #17064] illegal legal unicode character
47163              From: hv@crypt.org
47164              Date: Mon, 04 Nov 2002 13:23:49 +0000
47165              Message-Id: <200211041323.gA4DNn313132@crypt.compulink.co.uk>
47166      Branch: perl
47167            ! regexec.c t/op/split.t
47168 ____________________________________________________________________________
47169 [ 18084] By: merijn                                on 2002/11/04  11:04:45
47170         Log: Tru64, gcc -O3, datasize
47171              Sun, 3 Nov 2002; Jarkko Hietaniemi <jhi@iki.fi>
47172      Branch: perl
47173            ! README.tru64 hints/dec_osf.sh
47174 ____________________________________________________________________________
47175 [ 18083] By: merijn                                on 2002/11/04  10:58:52
47176         Log: Typo configpm
47177              Mon, 4 Nov 2002; Rafael Garcia-Suarez <rgarciasuarez@free.fr>
47178      Branch: perl
47179            ! configpm
47180 ____________________________________________________________________________
47181 [ 18078] By: hv                                    on 2002/11/03  13:20:50
47182         Log: avoid reliance on croak() prototype
47183      Branch: perl
47184            ! lib/warnings.pm
47185 ____________________________________________________________________________
47186 [ 18077] By: hv                                    on 2002/11/03  13:18:17
47187         Log: Subject: [PATCH lib/Config.*] Document and test Config::config_re().
47188              (with tweaks)
47189              From: Michael G Schwern <schwern@pobox.com>
47190              Date: Wed, 4 Sep 2002 12:06:08 -0700
47191              Message-ID: <20020904190607.GG8367@ool-18b93024.dyn.optonline.net>
47192      Branch: perl
47193            ! configpm lib/Config.t
47194 ____________________________________________________________________________
47195 [ 18076] By: gbarr                                 on 2002/11/03  10:11:18
47196         Log: Update to Scalar-List-Utils 1.08
47197      Branch: perl
47198            + ext/List/Util/t/isvstring.t ext/List/Util/t/refaddr.t
47199            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/README
47200            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
47201            ! ext/List/Util/lib/Scalar/Util.pm ext/List/Util/t/first.t
47202            ! ext/List/Util/t/reduce.t
47203 ____________________________________________________________________________
47204 [ 18075] By: rgs                                   on 2002/10/31  20:58:12
47205         Log: Adjust the number of tests in t/op/range.t
47206      Branch: perl
47207            ! t/op/range.t
47208 ____________________________________________________________________________
47209 [ 18074] By: ams                                   on 2002/10/30  22:30:32
47210         Log: Subject: Re: [perl #18114] [no subject] BUG: "-4\n".."0\n" is not DWIM
47211              but "-4\n".."-0\n" is!
47212              From: Slaven Rezic <slaven.rezic@berlin.de>
47213              Date: 30 Oct 2002 16:22:36 +0100
47214              Message-Id: <87n0ow0x4z.fsf@vran.herceg.de>
47215
47216              Subject: RE: [perl #18114] [no subject] [TEST PATCH]BUG: "-4\n".."0\n"
47217              is not DWIM but "-4\n".."-0\n" is!
47218              From: "Orton, Yves" <yves.orton@mciworldcom.de>
47219              Date: Wed, 30 Oct 2002 11:59:31 -0000
47220              Message-Id: <71B318898201D311845C0008C75DAD1C07B78BF7@defra1ex2>
47221
47222              (Applied over previous fix.)
47223      Branch: perl
47224            ! pp_ctl.c t/op/range.t
47225 ____________________________________________________________________________
47226 [ 18073] By: ams                                   on 2002/10/30  19:47:12
47227         Log: Subject: [perl #18165] "0" fails as right-hand argument to ..
47228              From: Mark-Jason Dominus (via RT) <perlbug@perl.org>
47229              Date: 30 Oct 2002 17:27:53 -0000
47230              Message-Id: <rt-18165-40816.6.86096008382222@bugs6.perl.org>
47231
47232              (Fixed by making an exception for .."0" in pp_flop.)
47233      Branch: perl
47234            ! pp_ctl.c t/op/range.t
47235 ____________________________________________________________________________
47236 [ 18072] By: rgs                                   on 2002/10/29  20:37:31
47237         Log: Partial fix of bug [perl #17589] : prevent the parser to
47238              segfault when encountering the erroneous construct "sub;".
47239      Branch: perl
47240            ! pod/perldiag.pod t/op/anonsub.t toke.c
47241 ____________________________________________________________________________
47242 [ 18071] By: rgs                                   on 2002/10/28  21:57:25
47243         Log: Subject: RE: [PATCH] Warning on pararameterless 'use IO' and doc update
47244              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47245              Date: Mon, 28 Oct 2002 12:53:52 -0000
47246              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOEFLAA.Paul.Marquess@btinternet.com>
47247      Branch: perl
47248            ! ext/IO/IO.pm ext/IO/lib/IO/t/IO.t
47249 ____________________________________________________________________________
47250 [ 18070] By: rgs                                   on 2002/10/28  20:46:33
47251         Log: Subject: [PATCH] Re: Not OK: perl v5.9.0 +DEVEL17881 on i386-freebsd 4.6-release (UNINSTALLED)
47252              From: Nicholas Clark <nick@unfortu.net>
47253              Date: Sun, 27 Oct 2002 18:39:03 +0000
47254              Message-ID: <20021027183902.GJ292@Bagpuss.unfortu.net>
47255      Branch: perl
47256            ! util.c
47257 ____________________________________________________________________________
47258 [ 18069] By: rgs                                   on 2002/10/28  20:44:12
47259         Log: Subject: [PATCH] Re: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
47260              From: Nicholas Clark <nick@unfortu.net>
47261              Date: Sun, 27 Oct 2002 22:31:08 +0000
47262              Message-ID: <20021027223108.GK292@Bagpuss.unfortu.net>
47263      Branch: perl
47264            ! t/op/pack.t
47265 ____________________________________________________________________________
47266 [ 18068] By: merijn                                on 2002/10/27  17:57:15
47267         Log: Repair broken previous patch. I don't like it, but not repairing it
47268              breaks each and every build. Will teach me to test on the same
47269              machine where I patched it. Sorry.
47270      Branch: perl
47271            ! embed.pl
47272 ____________________________________________________________________________
47273 [ 18067] By: merijn                                on 2002/10/27  06:02:21
47274         Log: embed.pl doc. (embed.pl reorganization for doc headers)
47275              Wed, 23 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
47276              With some additional modifications
47277      Branch: perl
47278            ! embed.pl
47279 ____________________________________________________________________________
47280 [ 18064] By: merijn                                on 2002/10/25  11:47:07
47281         Log: The 5005thread todo list; 2 down 25 to go
47282      Branch: perl
47283            ! README.irix README.tru64
47284 ____________________________________________________________________________
47285 [ 18063] By: hv                                    on 2002/10/25  00:28:48
47286         Log: change #18038 gives too many problems on t/450_service.t; disable
47287              it for now
47288      Branch: perl
47289            ! lib/Net/Ping/t/450_service.t
47290 ____________________________________________________________________________
47291 [ 18062] By: hv                                    on 2002/10/25  00:21:17
47292         Log: Subject: [PATCH] DB_File 1.806
47293              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47294              Date: Tue, 22 Oct 2002 11:16:21 +0100
47295              Message-ID: <AIEAJICLCBDNAAOLLOKLCEDMFLAA.Paul.Marquess@btinternet.com>
47296      Branch: perl
47297            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
47298            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
47299            ! ext/DB_File/t/db-hash.t ext/DB_File/t/db-recno.t
47300 ____________________________________________________________________________
47301 [ 18061] By: hv                                    on 2002/10/25  00:13:07
47302         Log: Subject: [PATCH lib/IO.t] Add tests for IO.pm
47303              From: chromatic <chromatic@wgz.org>
47304              Date: Mon, 21 Oct 2002 20:27:43 -0700
47305              Message-ID: <20021022033253.57952.qmail@onion.perl.org>
47306      Branch: perl
47307            + ext/IO/lib/IO/t/IO.t
47308            ! MANIFEST lib/Net/Ping/t/450_service.t
47309 ____________________________________________________________________________
47310 [ 18060] By: hv                                    on 2002/10/24  23:54:50
47311         Log: 2 lines of change #18039 had several problems
47312      Branch: perl
47313            ! ext/IO/IO.pm
47314 ____________________________________________________________________________
47315 [ 18059] By: hv                                    on 2002/10/24  23:46:29
47316         Log: Subject: [perl #18036] perldoc refuses to run on BeOS
47317              From: "mauzo@csv.warwick.ac.uk (via RT)" <perlbug@perl.org>
47318              Date: 21 Oct 2002 10:18:50 -0000
47319              Message-Id: <rt-18036-40246.15.4017814246886@bugs6.perl.org>
47320      Branch: perl
47321            ! utils/perldoc.PL
47322 ____________________________________________________________________________
47323 [ 18058] By: hv                                    on 2002/10/24  23:36:48
47324         Log: Subject: The Inaba patch for tr/// vs. use encoding
47325              From: Dan Kogai <dankogai@dan.co.jp>
47326              Date: Mon, 21 Oct 2002 17:36:02 +0900
47327              Message-Id: <218B4434-E4D0-11D6-A668-0003939A104C@dan.co.jp>
47328      Branch: perl
47329            ! mg.c regcomp.c sv.c toke.c
47330 ____________________________________________________________________________
47331 [ 18057] By: hv                                    on 2002/10/24  23:16:15
47332         Log: Subject: [Encode] 1.80 released
47333              From: Dan Kogai <dankogai@dan.co.jp>
47334              Date: Tue, 22 Oct 2002 05:47:16 +0900
47335              Message-Id: <48F1B85D-E536-11D6-A87D-0003939A104C@dan.co.jp>
47336      Branch: perl
47337            + ext/Encode/bin/ucmsort ext/Encode/t/rt.pl
47338            ! MANIFEST ext/Encode/AUTHORS ext/Encode/Changes
47339            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
47340            ! ext/Encode/lib/Encode/MIME/Header.pm
47341            ! ext/Encode/lib/Encode/Supported.pod ext/Encode/t/CJKT.t
47342            ! ext/Encode/t/jperl.t ext/Encode/t/mime-header.t
47343            ! ext/Encode/ucm/cp932.ucm ext/Encode/ucm/cp936.ucm
47344            ! ext/Encode/ucm/cp949.ucm ext/Encode/ucm/cp950.ucm
47345 ____________________________________________________________________________
47346 [ 18056] By: hv                                    on 2002/10/24  22:48:06
47347         Log: Subject: [PATCH] B/C.pm: make $0 to argv[0] again
47348              From: Autrijus Tang <autrijus@autrijus.org>
47349              Date: Sat, 19 Oct 2002 17:51:57 +0800
47350              Message-ID: <20021019095157.GA430@not.autrijus.org>
47351      Branch: perl
47352            ! ext/B/B/C.pm
47353 ____________________________________________________________________________
47354 [ 18055] By: hv                                    on 2002/10/24  22:34:10
47355         Log: Reverse change #8066 and sense of test, to satisfy [perl #17763]
47356      Branch: perl
47357            ! pp_sys.c t/run/fresh_perl.t
47358 ____________________________________________________________________________
47359 [ 18054] By: hv                                    on 2002/10/24  22:17:40
47360         Log: change #18030 needs the removal of ext/Thread/thr5005.t
47361      Branch: perl
47362            - ext/Thread/thr5005.t
47363 ____________________________________________________________________________
47364 [ 18053] By: merijn                                on 2002/10/24  08:20:09
47365         Log: charnames pragma extended with :alias for customized
47366              unicode naming aliases
47367              Mon, 21 Oct 2002; "H.Merijn Brand" <h.m.brand@hccnet.nl>
47368      Branch: perl
47369            ! lib/charnames.pm lib/charnames.t
47370 ____________________________________________________________________________
47371 [ 18052] By: rgs                                   on 2002/10/23  19:16:50
47372         Log: Further tweaks to perlmodlib.pod.
47373              Add a note about perllocal.pod, which wasn't documented.
47374      Branch: perl
47375            ! pod/perlmodlib.PL pod/perlmodlib.pod
47376 ____________________________________________________________________________
47377 [ 18051] By: rgs                                   on 2002/10/23  18:56:08
47378         Log: Further tweaks to perluniintro.pod
47379      Branch: perl
47380            ! pod/perluniintro.pod
47381 ____________________________________________________________________________
47382 [ 18050] By: rgs                                   on 2002/10/22  19:11:12
47383         Log: perlmodlib.pod nit suggested by David Dyck (bug #18055)
47384              Regenerate perlmodlib.pod
47385      Branch: perl
47386            ! pod/perlmodlib.PL pod/perlmodlib.pod
47387 ____________________________________________________________________________
47388 [ 18049] By: rgs                                   on 2002/10/22  18:48:00
47389         Log: Subject: [PATCH] perluniintro
47390              From: Jarkko Hietaniemi <jhi@iki.fi>
47391              Date: Sun, 20 Oct 2002 15:48:09 +0300
47392              Message-ID: <20021020124809.GE444369@lyta.hut.fi>
47393      Branch: perl
47394            ! pod/perluniintro.pod
47395 ____________________________________________________________________________
47396 [ 18048] By: hv                                    on 2002/10/22  17:04:26
47397         Log: Subject: [PATCH] PL_curpad == AvARRAY(PL_comppad) always
47398              From: Dave Mitchell <davem@fdgroup.com>
47399              Date: Fri, 18 Oct 2002 13:36:40 +0100
47400              Message-ID: <20021018133640.A19172@fdgroup.com>
47401      Branch: perl
47402            ! cop.h embed.fnc ext/List/Util/Util.xs global.sym op.c pad.c
47403            ! pad.h perl.c perlapi.h pod/perlintern.pod pp_ctl.c proto.h
47404            ! regcomp.c regexec.c scope.c scope.h sv.c t/op/closure.t
47405 ____________________________________________________________________________
47406 [ 18047] By: hv                                    on 2002/10/22  16:20:18
47407         Log: Subject: [PATCH] AutoLoader gives wrong message
47408              From: Peter Scott <peter@psdt.com>
47409              Date: Thu, 17 Oct 2002 19:54:56 -0700
47410              Message-id: <4.3.2.7.2.20021017192450.00b3dce0@shell2.webquarry.com>
47411      Branch: perl
47412            ! lib/AutoLoader.pm
47413 ____________________________________________________________________________
47414 [ 18046] By: hv                                    on 2002/10/22  15:52:40
47415         Log: Subject: Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
47416              From: Alain Barbet <alian@alianwebserver.com>
47417              Date: Fri, 18 Oct 2002 15:29:29 +0200
47418              Message-ID: <3DB00CB9.70708@alianwebserver.com>
47419      Branch: perl
47420            ! README.win32 win32/makefile.mk win32/win32.c
47421 ____________________________________________________________________________
47422 [ 18045] By: hv                                    on 2002/10/22  15:47:21
47423         Log: improve 'atomicity' wording
47424      Branch: perl
47425            ! lib/filetest.pm
47426 ____________________________________________________________________________
47427 [ 18044] By: hv                                    on 2002/10/22  15:43:55
47428         Log: Subject: [PATCH] Shell.pm object methods broken
47429              From: Dan Brook <dbrook@easyspace.com>
47430              Date: Thu, 17 Oct 2002 16:05:04 +0100
47431              Message-Id: <20021017160504.63926a1b.dbrook@easyspace.com>
47432      Branch: perl
47433            ! lib/Shell.pm lib/Shell.t
47434 ____________________________________________________________________________
47435 [ 18042] By: hv                                    on 2002/10/21  09:20:54
47436         Log: Subject: Re: [perl #16184] Unexpected warning when using C<< open FH => >>
47437              From: hv@crypt.org
47438              Date: Mon, 21 Oct 2002 11:27:40 +0100
47439              Message-Id: <200210211027.g9LARef05722@crypt.compulink.co.uk>
47440      Branch: perl
47441            ! t/lib/warnings/toke toke.c
47442 ____________________________________________________________________________
47443 [ 18041] By: hv                                    on 2002/10/21  01:14:48
47444         Log: Subject: Re: [perl #18019] regex overoptimization
47445              From: hv@crypt.org
47446              Date: Mon, 21 Oct 2002 03:21:54 +0100
47447              Message-Id: <200210210221.g9L2LsU32598@crypt.compulink.co.uk>
47448      Branch: perl
47449            ! regcomp.c t/op/re_tests
47450 ____________________________________________________________________________
47451 [ 18039] By: hv                                    on 2002/10/20  14:33:16
47452         Log: Subject: Re: [PATCH] Warning on pararameterless 'use IO' and doc update
47453              From: =?iso-8859-1?Q?St=E9phane?= Payrard <s.payrard@wanadoo.fr>
47454              Date: Tue, 15 Oct 2002 02:17:03 +0200
47455              Message-ID: <20021015001703.GG7914@stefp.dyndns.org>
47456      Branch: perl
47457            ! ext/IO/IO.pm
47458 ____________________________________________________________________________
47459 [ 18038] By: hv                                    on 2002/10/20  14:23:06
47460         Log: Update to Net::Ping v2.23
47461      Branch: perl
47462            + lib/Net/Ping/t/150_syn_inst.t lib/Net/Ping/t/400_ping_syn.t
47463            + lib/Net/Ping/t/450_service.t
47464            ! MANIFEST lib/Net/Ping.pm lib/Net/Ping/t/110_icmp_inst.t
47465            ! lib/Net/Ping/t/200_ping_tcp.t
47466 ____________________________________________________________________________
47467 [ 18037] By: hv                                    on 2002/10/20  13:57:06
47468         Log: Subject: [PATCH] t/op/pack.t: Tru64 5.1A gcc 3.2.1 no inf
47469              From: Jarkko Hietaniemi <jhi@iki.fi>
47470              Date: Mon, 14 Oct 2002 14:49:54 +0300
47471              Message-ID: <20021014114954.GB80937@lyta.hut.fi>
47472      Branch: perl
47473            ! t/op/pack.t
47474 ____________________________________________________________________________
47475 [ 18036] By: hv                                    on 2002/10/20  13:43:56
47476         Log: Subject: Re: [perl #17892] Perl's mkdir() doesn't remove trailing slashes
47477              From: Slaven Rezic <slaven.rezic@berlin.de>
47478              Date: 14 Oct 2002 09:37:18 +0200
47479              Message-ID: <8765w5wjwx.fsf@vran.herceg.de>
47480      Branch: perl
47481            ! pp_sys.c t/op/mkdir.t
47482 ____________________________________________________________________________
47483 [ 18035] By: hv                                    on 2002/10/20  13:39:09
47484         Log: Subject: Re: [perl #17951] Strange UTF error
47485              From: Jarkko Hietaniemi <jhi@iki.fi>
47486              Date: Wed, 16 Oct 2002 18:50:51 +0300
47487              Message-ID: <20021016155051.GB268437@lyta.hut.fi>
47488      Branch: perl
47489            ! lib/utf8_heavy.pl t/run/fresh_perl.t
47490 ____________________________________________________________________________
47491 [ 18034] By: hv                                    on 2002/10/20  13:23:16
47492         Log: Update to Time::HiRes v1.38
47493      Branch: perl
47494            + ext/Time/HiRes/typemap
47495            ! MANIFEST ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
47496            ! ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs
47497            ! ext/Time/HiRes/Makefile.PL
47498 ____________________________________________________________________________
47499 [ 18033] By: hv                                    on 2002/10/20  13:12:25
47500         Log: Upgrade to Test.pm v1.23
47501      Branch: perl
47502            ! lib/Test.pm
47503 ____________________________________________________________________________
47504 [ 18030] By: merijn                                on 2002/10/19  14:10:21
47505         Log: Happy chainsaw stories; The removal of the 5005 threads
47506              Still imcomplete. Configure will follow
47507      Branch: perl
47508            ! MANIFEST NetWare/Makefile NetWare/config.wc
47509            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
47510            ! Porting/Glossary Porting/config.sh Porting/config_H
47511            ! config_h.SH cop.h cv.h deb.c dosish.h dump.c embed.fnc embed.h
47512            ! embed.pl embedvar.h epoc/config.sh ext/B/B.xs ext/B/B/C.pm
47513            ! ext/B/ramblings/runtime.porting ext/B/t/lint.t
47514            ! ext/DynaLoader/dl_aix.xs ext/Thread/README.threads
47515            ! ext/Thread/Thread.xs ext/Thread/thr5005.t gv.c hints/darwin.sh
47516            ! installperl intrpvar.h makedef.pl mg.c miniperlmain.c
47517            ! myconfig.SH op.c os2/os2.c os2/os2ish.h pad.c perl.c perl.h
47518            ! perlvars.h pod/perltoc.pod pp.c pp.h pp_ctl.c pp_hot.c
47519            ! pp_sort.c proto.h scope.c sv.c sv.h thrdvar.h thread.h toke.c
47520            ! uconfig.h uconfig.sh util.c vms/vms.c win32/Makefile
47521            ! win32/config.bc win32/config.gc win32/config.vc
47522            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
47523            ! win32/config_H.vc win32/config_H.vc64 win32/config_sh.PL
47524            ! win32/makefile.mk win32/perllib.c win32/win32.c win32/win32.h
47525            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
47526            ! wince/Makefile.ce wince/config.ce wince/config_H.ce
47527            ! wince/config_sh.PL wince/win32.h wince/win32thread.c
47528            ! wince/win32thread.h wince/wincesck.c
47529 ____________________________________________________________________________
47530 [ 18029] By: merijn                                on 2002/10/18  07:28:21
47531         Log: minor tweaks in Porting/pumpkin.pod
47532              Fri, 18 Oct 2002; Philip Newton <Philip.Newton@gmx.net>
47533      Branch: perl
47534            ! Porting/pumpkin.pod
47535 ____________________________________________________________________________
47536 [ 18028] By: rgs                                   on 2002/10/17  20:33:32
47537         Log: Subject: [PATCH t/run/switches.t] Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86)
47538              From: Abe Timmerman <abe@ztreet.demon.nl>
47539              Date: Thu, 17 Oct 2002 23:38:34 +0200
47540              Message-Id: <200210172338.34728.abe@ztreet.demon.nl>
47541      Branch: perl
47542            ! t/run/switches.t
47543 ____________________________________________________________________________
47544 [ 18027] By: hv                                    on 2002/10/17  14:39:27
47545         Log: Subject: Re: versions too accurate
47546              From: John Peacock <jpeacock@rowman.com>
47547              Date: Mon, 14 Oct 2002 22:36:48 -0400
47548              Message-ID: <3DAB7F40.1050200@rowman.com>
47549      Branch: perl
47550            ! lib/version.pm util.c
47551 ____________________________________________________________________________
47552 [ 18026] By: hv                                    on 2002/10/17  14:29:41
47553         Log: Subject: Re: [PATCH] Version object combined patch
47554              From: John Peacock <jpeacock@rowman.com>
47555              Date: Thu, 10 Oct 2002 21:23:01 -0400
47556              Message-ID: <3DA627F5.5050907@rowman.com>
47557      Branch: perl
47558            ! lib/version.pm lib/version.t pod/perldiag.pod util.c
47559 ____________________________________________________________________________
47560 [ 18025] By: hv                                    on 2002/10/17  13:37:04
47561         Log: definition of MAXPATHLEN
47562              Subject: [PATCH] standard lawyerism
47563              From: Jarkko Hietaniemi <jhi@iki.fi>
47564              Date: Fri, 11 Oct 2002 02:48:26 +0300
47565              Message-ID: <20021010234825.GM292305@lyta.hut.fi>
47566      Branch: perl
47567            ! perl.h
47568 ____________________________________________________________________________
47569 [ 18024] By: hv                                    on 2002/10/17  13:34:01
47570         Log: Subject: Re: [perl #17061] no strict 'garbage'
47571              From: Slaven Rezic <slaven.rezic@berlin.de>
47572              Date: 10 Oct 2002 16:23:22 +0200
47573              Message-ID: <87ptui5q5h.fsf@vran.herceg.de>
47574      Branch: perl
47575            ! ext/Storable/Storable.pm
47576 ____________________________________________________________________________
47577 [ 18023] By: hv                                    on 2002/10/17  12:56:28
47578         Log: Subject: Re: [perl #17830] open FH, "<&", $fd
47579              From: Steve Grazzini <grazz@nyc.rr.com>
47580              Date: 11 Oct 2002 22:28:58 -0000
47581              Message-ID: <20021011222858.452.qmail@onion.perl.org>
47582      Branch: perl
47583            ! doio.c t/io/open.t
47584 ____________________________________________________________________________
47585 [ 18022] By: hv                                    on 2002/10/17  12:24:42
47586         Log: Subject: Re: [perl #17809] Different warning behaviour between normal and tied hashes
47587              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47588              Date: Tue, 15 Oct 2002 17:01:43 -0700
47589              Message-ID: <nxKr9gzkgmBO092yn@efn.org>
47590      Branch: perl
47591            ! t/op/assignwarn.t
47592 ____________________________________________________________________________
47593 [ 18021] By: hv                                    on 2002/10/17  11:28:38
47594         Log: Subject: [PATCH] minor tweaks in Porting/pumpkin.pod
47595              From: Slaven Rezic <slaven.rezic@berlin.de>
47596              Date: Thu, 3 Oct 2002 21:54:22 +0200 (CEST)
47597              Message-Id: <200210031954.g93JsMiZ034457@vran.herceg.de>
47598      Branch: perl
47599            ! Porting/pumpkin.pod
47600 ____________________________________________________________________________
47601 [ 18020] By: rgs                                   on 2002/10/16  18:43:21
47602         Log: prototype() didn't warn when used in void context.
47603      Branch: perl
47604            ! op.c t/lib/warnings/op
47605 ____________________________________________________________________________
47606 [ 18019] By: ams                                   on 2002/10/15  20:54:53
47607         Log: Subject: Japanese translation of Storable
47608              From: "KAWAI,Takanori" <GCD00051@nifty.ne.jp>
47609              Date: Tue, 15 Oct 2002 06:31:01 +0900
47610              Message-Id: <003801c273c9$05888910$1401a8c0@hipposam>
47611      Branch: perl
47612            ! ext/Storable/README
47613 ____________________________________________________________________________
47614 [ 18018] By: rgs                                   on 2002/10/15  19:08:20
47615         Log: Subject: Re: [PATCH] cv.h: Comment update
47616              From: Paul Johnson <paul@pjcj.net>
47617              Date: Mon, 14 Oct 2002 20:00:50 +0200
47618              Message-ID: <20021014180050.GC7333@pjcj.net>
47619      Branch: perl
47620            ! cv.h
47621 ____________________________________________________________________________
47622 [ 18017] By: rgs                                   on 2002/10/14  20:37:06
47623         Log: Subject: [PATCH] perlipc.pod
47624              From: Slaven Rezic <slaven.rezic@berlin.de>
47625              Date: Sun, 13 Oct 2002 14:26:26 +0200 (CEST)
47626              Message-Id: <200210131226.g9DCQQLN014591@vran.herceg.de>
47627      Branch: perl
47628            ! pod/perlipc.pod
47629 ____________________________________________________________________________
47630 [ 18016] By: rgs                                   on 2002/10/14  20:30:03
47631         Log: Subject: [PATCH] minor typos in perlhist.pod and perlunicode.pod
47632              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
47633              Date: Sun, 13 Oct 2002 09:02:36 +0900
47634              Message-Id: <20021013090227.FFCD.BQW10602@nifty.com>
47635      Branch: perl
47636            ! pod/perlunicode.pod
47637 ____________________________________________________________________________
47638 [ 18015] By: rgs                                   on 2002/10/12  20:22:37
47639         Log: The -0 command-line switch wasn't setting $/ at compile-time.
47640              Move the initialization of $/ just after switch parsing
47641              (it was done after yyparse().)
47642      Branch: perl
47643            ! perl.c t/run/switches.t
47644 ____________________________________________________________________________
47645 [ 18014] By: rgs                                   on 2002/10/12  20:18:55
47646         Log: Subject: Re: [PATCH] perl573delta delinting
47647              From: Philip Newton <Philip.Newton@gmx.net>
47648              Date: Sat, 12 Oct 2002 21:25:49 +0200
47649              Message-ID: <iotgqucnbttvvc43o0j7kv55p5dstui4oc@4ax.com>
47650      Branch: perl
47651            ! pod/perl573delta.pod
47652 ____________________________________________________________________________
47653 [ 18013] By: hv                                    on 2002/10/12  15:41:50
47654         Log: Subject: [PATCH] for -Dm
47655              From: Slaven Rezic <slaven.rezic@berlin.de>
47656              Date: Wed, 9 Oct 2002 00:49:33 +0200 (CEST)
47657              Message-Id: <200210082249.g98MnXqM076566@vran.herceg.de>
47658      Branch: perl
47659            ! malloc.c
47660 ____________________________________________________________________________
47661 [ 18012] By: hv                                    on 2002/10/12  15:39:49
47662         Log: #18005 was not enough
47663              Subject: [PATCH win32/makefile.mk] (Was Re: Building bleadperl (minperl) fails completely under VC7)
47664              From: Abe Timmerman <abeltje@cpan.org>
47665              Date: Sat, 12 Oct 2002 17:56:39 +0200
47666              Message-Id: <200210121756.39803.abeltje@cpan.org>
47667      Branch: perl
47668            ! win32/makefile.mk
47669 ____________________________________________________________________________
47670 [ 18011] By: hv                                    on 2002/10/12  15:36:43
47671         Log: Subject: [perl #17805] BUG: Grammar bug during Configure
47672              From: Richard Hitt (via RT) <perlbug@perl.org>
47673              Date: 8 Oct 2002 21:04:30 -0000
47674              Message-Id: <rt-17805-39395.9.0319493317925@bugs6.perl.org>
47675      Branch: perl
47676            ! Configure
47677 ____________________________________________________________________________
47678 [ 18010] By: hv                                    on 2002/10/12  15:31:06
47679         Log: Subject: [PATCH] Re: [perl #17772] pack "w" /* this cannot happen ;-) */ is fallacious
47680              From: Nicholas Clark <nick@unfortu.net>
47681              Date: Tue, 8 Oct 2002 21:52:53 +0100
47682              Message-ID: <20021008205253.GA283@Bagpuss.unfortu.net>
47683      Branch: perl
47684            ! pod/perldiag.pod pp_pack.c t/op/pack.t
47685 ____________________________________________________________________________
47686 [ 18009] By: hv                                    on 2002/10/12  15:12:18
47687         Log: Subject: [PATCH perldoc] For screaming hell's sake
47688              From: Simon Cozens <simon@netthink.co.uk>
47689              Date: Tue, 8 Oct 2002 11:13:07 +0100
47690              Message-ID: <20021008101307.GA8175@netthink.co.uk>
47691      Branch: perl
47692            ! utils/perldoc.PL
47693 ____________________________________________________________________________
47694 [ 18008] By: hv                                    on 2002/10/12  14:38:19
47695         Log: Subject: [PATCH] Storable 2.06 (was Re: Bug in ext/Storable/t/integer.t)
47696              From: Nicholas Clark <nick@unfortu.net>
47697              Date: Mon, 7 Oct 2002 23:35:34 +0100
47698              Message-ID: <20021007223534.GD286@Bagpuss.unfortu.net>
47699      Branch: perl
47700            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
47701            ! ext/Storable/README ext/Storable/Storable.pm
47702            ! ext/Storable/Storable.xs ext/Storable/t/downgrade.t
47703            ! ext/Storable/t/forgive.t ext/Storable/t/integer.t
47704            ! ext/Storable/t/malice.t ext/Storable/t/restrict.t
47705 ____________________________________________________________________________
47706 [ 18007] By: hv                                    on 2002/10/12  14:22:36
47707         Log: Subject: [perl #17773] errors in c2ph(1) man page
47708              From: Eric Melville (via RT) <perlbug@perl.org>
47709              Date: 7 Oct 2002 02:58:34 -0000
47710              Message-Id: <rt-17773-39313.12.4820309875481@bugs6.perl.org>
47711      Branch: perl
47712            ! utils/c2ph.PL
47713 ____________________________________________________________________________
47714 [ 18006] By: hv                                    on 2002/10/12  14:19:55
47715         Log: Subject: [PATCH pad.c] Re: closure failures
47716              From: Dave Mitchell <davem@fdgroup.com>
47717              Date: Mon, 7 Oct 2002 02:42:13 +0100
47718              Message-ID: <20021007024213.B29760@fdgroup.com>
47719      Branch: perl
47720            ! pad.c
47721 ____________________________________________________________________________
47722 [ 18005] By: hv                                    on 2002/10/12  14:17:07
47723         Log: Subject: Re: Building bleadperl (minperl) fails completely under VC7
47724              From: Abe Timmerman <abeltje@cpan.org>
47725              Date: Tue, 8 Oct 2002 14:16:56 +0200
47726              Message-Id: <200210081416.56942.abeltje@cpan.org>
47727      Branch: perl
47728            ! win32/Makefile
47729 ____________________________________________________________________________
47730 [ 18004] By: hv                                    on 2002/10/12  14:06:59
47731         Log: updated hints for Darwin from Wilfredo Sanchez <wsanchez@mit.edu>
47732      Branch: perl
47733            ! hints/darwin.sh
47734 ____________________________________________________________________________
47735 [ 18003] By: hv                                    on 2002/10/12  13:48:34
47736         Log: Second attempt to fix Devel::Peek test of $ENV{PATH}, after #17956
47737              and #18001.
47738      Branch: perl
47739            ! ext/Devel/Peek/Peek.t
47740 ____________________________________________________________________________
47741 [ 18002] By: hv                                    on 2002/10/11  23:22:56
47742         Log: Subject: [Encode] 1.77 Released
47743              From: Dan Kogai <dankogai@dan.co.jp>
47744              Date: Sun, 6 Oct 2002 12:52:52 +0900
47745              Message-Id: <16D4C6C9-D8DF-11D6-A5EA-0003939A104C@dan.co.jp>
47746      Branch: perl
47747            ! ext/Encode/Changes ext/Encode/Encode.pm
47748            ! ext/Encode/Unicode/Unicode.pm ext/Encode/encoding.pm
47749            ! ext/Encode/lib/Encode/Alias.pm
47750            ! ext/Encode/lib/Encode/Encoding.pm ext/Encode/t/jperl.t
47751            ! ext/Encode/ucm/big5-eten.ucm
47752 ____________________________________________________________________________
47753 [ 18001] By: hv                                    on 2002/10/11  22:52:43
47754         Log: Subject: Re: Smoke 17977 FAIL(F) MSWin32 5.0 W2000Pro (MSWin32-x86)
47755              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47756              Date: Thu, 10 Oct 2002 14:28:55 -0700
47757              Message-ID: <XEfp9gzkgquV092yn@efn.org>
47758      Branch: perl
47759            ! ext/Devel/Peek/Peek.t
47760 ____________________________________________________________________________
47761 [ 18000] By: hv                                    on 2002/10/11  22:30:36
47762         Log: Subject: [PATCH] perl573delta delinting
47763              From: Jarkko Hietaniemi <jhi@iki.fi>
47764              Date: Fri, 4 Oct 2002 16:19:31 +0300
47765              Message-ID: <20021004131931.GE278184@lyta.hut.fi>
47766      Branch: perl
47767            ! pod/perl573delta.pod
47768 ____________________________________________________________________________
47769 [ 17999] By: hv                                    on 2002/10/11  22:28:36
47770         Log: Subject: [PATCH] No warn, just ERANGE (Was: Re: [PATCH] reentrant buffers)
47771              From: Jarkko Hietaniemi <jhi@iki.fi>
47772              Date: Fri, 4 Oct 2002 16:11:57 +0300
47773              Message-ID: <20021004131157.GD278184@lyta.hut.fi>
47774      Branch: perl
47775            ! pod/perldiag.pod reentr.c reentr.pl
47776 ____________________________________________________________________________
47777 [ 17998] By: rgs                                   on 2002/10/11  19:53:05
47778         Log: Fix bug #17771 : segfault with the 'for' statement modifier
47779              used inside a map or a grep.
47780      Branch: perl
47781            ! pp_ctl.c t/op/grep.t
47782 ____________________________________________________________________________
47783 [ 17997] By: hv                                    on 2002/10/11  12:10:39
47784         Log: Subject: [perl #17751] File::Spec::Win32::canonpath patch try#3
47785              From: Information Service <info@lingo.kiev.ua>
47786              Date: Wed, 09 Oct 2002 07:17:00 +0400
47787              Message-ID: <3DA39FAC.85471200@lingo.kiev.ua>
47788      Branch: perl
47789            ! lib/File/Spec/Win32.pm lib/File/Spec/t/Spec.t
47790 ____________________________________________________________________________
47791 [ 17996] By: hv                                    on 2002/10/11  11:55:53
47792         Log: Subject: [PROPOSED PATCH lib/AutoLoader.t lib/AutoLoader.pm] Test and Improve unimport()
47793              From: chromatic <chromatic@wgz.org>
47794              Date: Thu, 03 Oct 2002 22:56:54 -0700
47795              Message-ID: <20021004060120.33329.qmail@onion.perl.org>
47796      Branch: perl
47797            ! lib/AutoLoader.pm lib/AutoLoader.t
47798 ____________________________________________________________________________
47799 [ 17995] By: ams                                   on 2002/10/11  05:24:20
47800         Log: Subject: [perl #17819] Typo in perltooc?
47801              From: Bob Wilkinson (via RT) <perlbug@perl.org>
47802              Date: 9 Oct 2002 09:50:40 -0000
47803              Message-Id: <rt-17819-39445.14.7484532089852@bugs6.perl.org>
47804
47805              Subject: [perl #17821] Typo in perltooc
47806              From: Bob Wilkinson (via RT) <perlbug@perl.org>
47807              Date: 9 Oct 2002 10:12:51 -0000
47808              Message-Id: <rt-17821-39458.9.41452851965508@bugs6.perl.org>
47809      Branch: perl
47810            ! pod/perltooc.pod
47811 ____________________________________________________________________________
47812 [ 17994] By: rgs                                   on 2002/10/10  20:19:27
47813         Log: Fix bug #17776 : memory corruption in qr/##/x
47814      Branch: perl
47815            ! sv.c t/op/pat.t
47816 ____________________________________________________________________________
47817 [ 17993] By: rgs                                   on 2002/10/10  19:52:00
47818         Log: croak() is better written Perl_croak() in C code.
47819      Branch: perl
47820            ! util.c
47821 ____________________________________________________________________________
47822 [ 17992] By: hv                                    on 2002/10/10  11:29:12
47823         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
47824              From: andreas.koenig@anima.de (Andreas J. Koenig)
47825              Date: Fri, 04 Oct 2002 06:38:57 +0200
47826              Message-ID: <m3bs6astr2.fsf@k242.linux.bogus>
47827      Branch: perl
47828            ! lib/Hash/Util.pm
47829 ____________________________________________________________________________
47830 [ 17991] By: hv                                    on 2002/10/10  11:20:41
47831         Log: new files lib/version.pm and lib/version.t for change #17990.
47832      Branch: perl
47833            + lib/version.pm lib/version.t
47834 ____________________________________________________________________________
47835 [ 17990] By: hv                                    on 2002/10/10  11:19:57
47836         Log: Subject: [PATCH] Version object combined patch
47837              From: John Peacock <jpeacock@rowman.com>
47838              Date: Fri, 04 Oct 2002 23:15:10 -0400
47839              Message-ID: <3D9E593E.1060605@rowman.com>
47840      Branch: perl
47841            ! MANIFEST embed.fnc embed.h global.sym pod/perlapi.pod
47842            ! pod/perlintern.pod proto.h t/comp/use.t universal.c util.c
47843 ____________________________________________________________________________
47844 [ 17989] By: hv                                    on 2002/10/10  10:48:42
47845         Log: Subject: PATCH: lib/ExtUtils/typemap
47846              From: Brian Ingerson <ingy@ttul.org>
47847              Date: Sat, 28 Sep 2002 13:03:24 -0700
47848              Message-ID: <20020928130324.A16900@ttul.org>
47849      Branch: perl
47850            ! lib/ExtUtils/typemap
47851 ____________________________________________________________________________
47852 [ 17988] By: hv                                    on 2002/10/10  10:45:19
47853         Log: Subject: [PATCH] Make Exporter cope with changing EXPORT_OK (was Re: Recent changes to Exporter::Heavy break Math::Pari)
47854              From: Nicholas Clark <nick@unfortu.net>
47855              Date: Sat, 28 Sep 2002 18:52:00 +0100
47856              Message-ID: <20020928175159.GC403@Bagpuss.unfortu.net>
47857      Branch: perl
47858            ! lib/Exporter.t lib/Exporter/Heavy.pm
47859 ____________________________________________________________________________
47860 [ 17987] By: hv                                    on 2002/10/10  10:27:40
47861         Log: Subject: Re: [perl #17075] sprintf: '%.[num](g|G)' documentation incorrect
47862              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
47863              Date: Mon, 9 Sep 2002 17:36:55 -0400
47864              Message-Id: <10209091736.ZM1631710@puck2.rutgers.edu>
47865      Branch: perl
47866            ! pod/perlfunc.pod
47867 ____________________________________________________________________________
47868 [ 17986] By: hv                                    on 2002/10/10  09:51:24
47869         Log: Remove use of caller() in strict.pm, and tighten Safe compartment
47870              for Storable tests to match.
47871      Branch: perl
47872            ! ext/Storable/t/code.t lib/strict.pm lib/strict.t
47873 ____________________________________________________________________________
47874 [ 17985] By: hv                                    on 2002/10/10  09:27:00
47875         Log: Subject: Re: README.cygwin draft update
47876              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47877              Date: Mon, 07 Oct 2002 17:15:09 -0700
47878              Message-ID: <NOio9gzkg6oR092yn@efn.org>
47879      Branch: perl
47880            ! README.cygwin pod/perl58delta.pod
47881 ____________________________________________________________________________
47882 [ 17984] By: rgs                                   on 2002/10/09  19:17:08
47883         Log: Fix bug #17823 : non-modifying tr/// stringifies references
47884      Branch: perl
47885            ! doop.c t/op/tr.t
47886 ____________________________________________________________________________
47887 [ 17983] By: merijn                                on 2002/10/09  12:22:26
47888         Log: Tru64 and gcc and threads
47889              Sat, 5 Oct 2002; Jarkko Hietaniemi <jhi@iki.fi>
47890      Branch: perl
47891            ! thread.h
47892 ____________________________________________________________________________
47893 [ 17982] By: merijn                                on 2002/10/09  10:34:40
47894         Log: Correct mailing list archive URL
47895              Wed, 9 Oct 2002; Slaven Rezic <slaven.rezic@berlin.de>
47896      Branch: perl
47897            ! Porting/pumpkin.pod
47898 ____________________________________________________________________________
47899 [ 17981] By: merijn                                on 2002/10/09  04:49:06
47900         Log: Try #3 for Porting/pumpkin.pod APPLLIB_EXP quoting
47901              Tue, 8 Oct 2002; Andy Dougherty <doughera@lafayette.edu>
47902      Branch: perl
47903            ! Porting/pumpkin.pod
47904 ____________________________________________________________________________
47905 [ 17980] By: sky                                   on 2002/10/06  15:40:56
47906         Log: Upgrade Safe.pm to 2.09 after CPAN backport.
47907              Fix testcases to run properly outside perl core build enviroment.
47908      Branch: perl
47909            ! ext/Opcode/Safe.pm ext/Safe/safe1.t ext/Safe/safe2.t
47910            ! ext/Safe/safe3.t
47911 ____________________________________________________________________________
47912 [ 17979] By: sky                                   on 2002/10/06  07:03:19
47913         Log: Subject: [PATCH] fix typo in Tie::Array
47914              From: "Jos I. Boumans" <kane@cpan.org>
47915              Date: sat okt 5, 2002  20:39:17 Europe/Stockholm
47916              Message-Id: <20021005183920.14746.qmail@onion.perl.org>
47917      Branch: perl
47918            ! lib/Tie/Array.pm
47919 ____________________________________________________________________________
47920 [ 17978] By: sky                                   on 2002/10/05  04:44:10
47921         Log: Upgrade to Attribute::Handlers 0.78
47922      Branch: perl
47923            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
47924            ! lib/Attribute/Handlers/README
47925 ____________________________________________________________________________
47926 [ 17977] By: rgs                                   on 2002/10/04  20:01:54
47927         Log: Complement to change #17976 :
47928              there was a similar bug on rdo().
47929              Increment $Safe::VERSION.
47930      Branch: perl
47931            ! ext/Opcode/Safe.pm ext/Safe/safe3.t
47932 ____________________________________________________________________________
47933 [ 17976] By: rgs                                   on 2002/10/04  19:44:48
47934         Log: Fix bug #17744, suggested by Andreas Jurenda,
47935              tweaked by rgs (security hole in Safe).
47936      Branch: perl
47937            + ext/Safe/safe3.t
47938            ! MANIFEST ext/Opcode/Safe.pm
47939 ____________________________________________________________________________
47940 [ 17975] By: merijn                                on 2002/10/04  13:30:17
47941         Log: Non ANSI feature detection in enum
47942      Branch: perl
47943            ! pad.h
47944 ____________________________________________________________________________
47945 [ 17974] By: rgs                                   on 2002/10/03  21:00:50
47946         Log: Fix a precedence problem.
47947      Branch: perl
47948            ! ext/Storable/t/integer.t
47949 ____________________________________________________________________________
47950 [ 17973] By: rgs                                   on 2002/10/03  20:34:13
47951         Log: Change the warning message "%s trapped by operation mask"
47952              to include '' around the op name. Document it in perldiag.
47953      Branch: perl
47954            ! ext/Opcode/Opcode.t ext/Opcode/Safe.pm ext/Safe/safe2.t op.c
47955            ! pod/perldiag.pod
47956 ____________________________________________________________________________
47957 [ 17972] By: rgs                                   on 2002/10/03  20:26:54
47958         Log: Add a new warning, "Possible precedence problem on bitwise
47959              %c operator", triggerred when a bitwise op has a numeric
47960              comparison op as child.
47961      Branch: perl
47962            ! op.c pod/perldiag.pod t/lib/warnings/op
47963 ____________________________________________________________________________
47964 [ 17971] By: ams                                   on 2002/10/03  11:03:41
47965         Log: Subject: Re: Not OK 17969
47966              From: Slaven Rezic <slaven.rezic@berlin.de>
47967              Date: 03 Oct 2002 13:12:58 +0200
47968              Message-Id: <87lm5fn5c5.fsf@vran.herceg.de>
47969      Branch: perl
47970            ! ext/Storable/Storable.pm ext/Storable/t/code.t
47971            ! ext/Storable/t/downgrade.t ext/Storable/t/forgive.t
47972            ! ext/Storable/t/malice.t
47973 ____________________________________________________________________________
47974 [ 17970] By: ams                                   on 2002/10/03  02:21:15
47975         Log: Add a line about 2.05.
47976      Branch: perl
47977            ! ext/Storable/ChangeLog
47978 ____________________________________________________________________________
47979 [ 17969] By: ams                                   on 2002/10/03  02:12:27
47980         Log: Subject: [PATCH] Storable and code serialization: documentation
47981              From: Slaven Rezic <slaven.rezic@berlin.de>
47982              Date: Wed, 2 Oct 2002 10:21:37 +0200 (CEST)
47983              Message-Id: <200210020821.g928Lb2i003767@vran.herceg.de>
47984      Branch: perl
47985            ! ext/Storable/MANIFEST ext/Storable/Storable.pm
47986            ! ext/Storable/t/code.t
47987 ____________________________________________________________________________
47988 [ 17968] By: ams                                   on 2002/10/03  01:40:51
47989         Log: Subject: [PATCH] Re: speed of my
47990              From: Stephen McCamant <smcc@mit.edu>
47991              Date: Wed, 2 Oct 2002 21:48:59 -0400
47992              Message-Id: <15771.41483.524281.299958@syllepsis.MIT.EDU>
47993      Branch: perl
47994            ! pp.c
47995 ____________________________________________________________________________
47996 [ 17967] By: hv                                    on 2002/10/02  15:04:57
47997         Log: Subject: [PATCH] reentrant buffers
47998              From: Jarkko Hietaniemi <jhi@iki.fi>
47999              Date: Fri, 27 Sep 2002 01:08:56 +0300
48000              Message-ID: <20020926220856.GA339120@lyta.hut.fi>
48001      Branch: perl
48002            ! INSTALL pod/perldiag.pod pod/perlthrtut.pod reentr.c reentr.pl
48003 ____________________________________________________________________________
48004 [ 17966] By: hv                                    on 2002/10/02  14:46:52
48005         Log: Subject: [PATCH] retropatch
48006              From: Jarkko Hietaniemi <jhi@iki.fi>
48007              Date: Fri, 27 Sep 2002 03:51:34 +0300
48008              Message-ID: <20020927005134.GB339120@lyta.hut.fi>
48009      Branch: perl
48010            + pod/perl573delta.pod
48011            ! MANIFEST pod/buildtoc.PL pod/perl.pod
48012 ____________________________________________________________________________
48013 [ 17965] By: hv                                    on 2002/10/02  14:42:21
48014         Log: op/tr.t test is affected by #17962
48015      Branch: perl
48016            ! t/op/tr.t
48017 ____________________________________________________________________________
48018 [ 17964] By: hv                                    on 2002/10/02  14:38:59
48019         Log: Subject: Re: [PATCH] Re: builtin die parsed differently to CORE::GLOBAL::die
48020              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48021              Date: Tue, 1 Oct 2002 23:34:35 +0200
48022              Message-Id: <20021001233435.318514f3.rgarciasuarez@free.fr>
48023      Branch: perl
48024            ! t/op/override.t toke.c
48025 ____________________________________________________________________________
48026 [ 17963] By: hv                                    on 2002/10/02  14:15:22
48027         Log: Subject: Re: [perl #17376] Bug Report - our(%)
48028              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48029              Date: Tue, 01 Oct 2002 09:54:30 -0700
48030              Message-ID: <GNdm9gzkgWOS092yn@efn.org>
48031      Branch: perl
48032            ! op.c pp_hot.c t/comp/our.t
48033 ____________________________________________________________________________
48034 [ 17962] By: ams                                   on 2002/10/02  14:10:07
48035         Log: Subject: [PATCH] no [] in tr///
48036              From: Jarkko Hietaniemi <jhi@iki.fi>
48037              Date: Wed, 2 Oct 2002 17:09:11 +0300
48038              Message-Id: <20021002140911.GH278184@lyta.hut.fi>
48039      Branch: perl
48040            ! pod/perldiag.pod toke.c
48041 ____________________________________________________________________________
48042 [ 17961] By: hv                                    on 2002/10/02  14:09:11
48043         Log: Subject: Re: Hash::Util::lock_keys inhibits bless
48044              From: andreas.koenig@anima.de (Andreas J. Koenig)
48045              Date: Mon, 30 Sep 2002 17:24:06 +0200
48046              Message-ID: <m3zntzwlex.fsf@k242.linux.bogus>
48047      Branch: perl
48048            ! lib/Hash/Util.pm
48049 ____________________________________________________________________________
48050 [ 17959] By: hv                                    on 2002/10/02  14:06:29
48051         Log: Subject: [DOCPATCH] Unicode porting advice
48052              From: andreas.koenig@anima.de (Andreas J. Koenig)
48053              Date: Fri, 27 Sep 2002 15:30:16 +0200
48054              Message-ID: <m3znu3zhjr.fsf@k242.linux.bogus>
48055      Branch: perl
48056            ! pod/perlunicode.pod
48057 ____________________________________________________________________________
48058 [ 17958] By: hv                                    on 2002/10/02  13:57:06
48059         Log: missing quote from #17957
48060      Branch: perl
48061            ! Porting/pumpkin.pod
48062 ____________________________________________________________________________
48063 [ 17957] By: hv                                    on 2002/10/02  13:55:56
48064         Log: document how to set APPLLIB_EXP
48065              Subject: Re: [perl #15957] error installing perl 5.8.0
48066              From: Andy Dougherty <doughera@lafayette.edu>
48067              Date: Fri, 27 Sep 2002 09:13:29 -0400 (EDT)
48068              Message-ID: <Pine.SOL.4.10.10209270902210.6800-100000@maxwell.phys.lafayette.edu>
48069      Branch: perl
48070            ! Porting/pumpkin.pod
48071 ____________________________________________________________________________
48072 [ 17956] By: hv                                    on 2002/10/02  13:51:12
48073         Log: Devel::Peek tests from:
48074              Subject: [PATCH] MGf_TAINTEDDIR and MGf_MINMATCH reuse unknown to dump.c
48075              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48076              Date: Thu, 26 Sep 2002 22:16:39 -0700
48077              Message-ID: <3m+k9gzkgqnP092yn@efn.org>
48078      Branch: perl
48079            ! ext/Devel/Peek/Peek.t
48080 ____________________________________________________________________________
48081 [ 17955] By: hv                                    on 2002/10/02  13:43:26
48082         Log: add precedence warning for bitwise docs
48083              Subject: [PATCH] Bug in ARM's floating point emulation - Need someone, really...
48084              From: Mike Guy <mjtg@cam.ac.uk>
48085              Date: Thu, 26 Sep 2002 13:20:45 +0100
48086              Message-Id: <E17uXdN-0003ko-00@libra.cus.cam.ac.uk>
48087      Branch: perl
48088            ! pod/perlop.pod
48089 ____________________________________________________________________________
48090 [ 17954] By: hv                                    on 2002/10/02  13:18:01
48091         Log: Subject: [PATCH] Re: perlio bug?
48092              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48093              Date: Wed, 25 Sep 2002 21:58:12 +0200
48094              Message-Id: <20020925215812.3b7adb0d.rgarciasuarez@free.fr>
48095      Branch: perl
48096            ! doio.c pod/perldiag.pod t/lib/warnings/doio
48097 ____________________________________________________________________________
48098 [ 17953] By: hv                                    on 2002/10/02  12:55:29
48099         Log: Subject: [PATCH pad.c,h] move all pad-related code to its own src file
48100              From: Dave Mitchell <davem@fdgroup.com>
48101              Date: Wed, 25 Sep 2002 23:40:23 +0100
48102              Message-ID: <20020925234023.A20044@fdgroup.com>
48103      Branch: perl
48104            + pad.c pad.h
48105            ! MANIFEST Makefile.SH Makefile.micro cop.h cv.h dump.c
48106            ! embed.fnc embed.h embedvar.h ext/B/B.xs ext/Devel/Peek/Peek.t
48107            ! op.c op.h perl.c perl.h perlapi.h pod/perlapi.pod
48108            ! pod/perlintern.pod pp.c pp_ctl.c pp_hot.c pp_sort.c pp_sys.c
48109            ! proto.h scope.c sv.c toke.c
48110 ____________________________________________________________________________
48111 [ 17952] By: hv                                    on 2002/10/02  11:23:38
48112         Log: better handling of whitespace in autodoc declarations; fragment from:
48113              Subject: [PATCH pad.c,h] move all pad-related code to its own src file
48114              From: Dave Mitchell <davem@fdgroup.com>
48115              Date: Wed, 25 Sep 2002 23:40:23 +0100
48116              Message-ID: <20020925234023.A20044@fdgroup.com>
48117      Branch: perl
48118            ! autodoc.pl
48119 ____________________________________________________________________________
48120 [ 17951] By: merijn                                on 2002/10/02  09:15:18
48121         Log: MakeMaker's INSTALLSITEMANXDIR Configure's counterpart
48122              Thu, 25 Jul 2002, Andy Dougherty
48123      Branch: perl
48124            ! Configure Policy_sh.SH
48125 ____________________________________________________________________________
48126 [ 17950] By: ams                                   on 2002/10/02  03:43:41
48127         Log: Add silly bandaid to stop segfaults on subsequent accesses to
48128              the Nullgv returned by gv_fetchpv() in S_scan_inputsymbol()
48129              (<$fred>).
48130      Branch: perl
48131            ! op.c
48132 ____________________________________________________________________________
48133 [ 17949] By: hv                                    on 2002/10/01  08:49:02
48134         Log: patch based on:
48135              Subject: Re: [perl #17376] Bug Report - our(%)
48136              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48137              Date: Mon, 30 Sep 2002 15:22:18 -0700
48138              Message-ID: <a6Mm9gzkgK0P092yn@efn.org>
48139      Branch: perl
48140            ! op.c
48141 ____________________________________________________________________________
48142 [ 17948] By: hv                                    on 2002/10/01  08:26:44
48143         Log: Subject: [REPATCH lib/AutoLoader.pm] Remove Dependency on Exporter (take 2 or 3)
48144              From: chromatic <chromatic@wgz.org>
48145              Date: Fri, 13 Sep 2002 14:26:08 -0700
48146              Message-Id: <200209131426.08116.chromatic@wgz.org>
48147      Branch: perl
48148            ! lib/AutoLoader.pm
48149 ____________________________________________________________________________
48150 [ 17947] By: hv                                    on 2002/10/01  08:10:21
48151         Log: Subject: Re: sv_2pv_flags and ROK and UTF8 flags
48152              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48153              Date: Wed, 11 Sep 2002 22:22:45 -0700
48154              Message-ID: <lSCg9gzkgymX092yn@efn.org>
48155      Branch: perl
48156            ! dump.c mg.h regexec.c sv.c t/op/pat.t
48157 ____________________________________________________________________________
48158 [ 17946] By: merijn                                on 2002/09/30  15:19:36
48159         Log: nanosleep on VMS not present
48160      Branch: perl
48161            ! configure.com
48162 ____________________________________________________________________________
48163 [ 17945] By: merijn                                on 2002/09/30  09:51:40
48164         Log: -Dgccansipedantic only for gcc 3+
48165              Mon, 30 Sep 2002, Jarkko Hietaniemi <jhi@iki.fi>
48166      Branch: perl
48167            ! Porting/pumpkin.pod cflags.SH
48168 ____________________________________________________________________________
48169 [ 17944] By: merijn                                on 2002/09/30  08:29:33
48170         Log: nanosleep probes as per Jarkko's request
48171      Branch: perl
48172            ! Configure NetWare/config_H.wc Porting/config.sh
48173            ! Porting/config_H config_h.SH epoc/config.sh perl.h
48174            ! win32/config.bc win32/config.gc win32/config.vc
48175            ! win32/config.vc64 win32/config_H.bc win32/config_H.gc
48176            ! win32/config_H.vc win32/config_H.vc64 wince/config.ce
48177            ! wince/config_H.ce
48178 ____________________________________________________________________________
48179 [ 17942] By: ams                                   on 2002/09/29  22:26:37
48180         Log: Remove package; (Heh heh.)
48181      Branch: perl
48182            ! gv.c intrpvar.h op.c perl.c perly.c perly.h perly.y
48183            ! perly_c.diff sv.c t/lib/warnings/op t/op/anonsub.t
48184            ! vms/perly_c.vms vms/perly_h.vms
48185 ____________________________________________________________________________
48186 [ 17941] By: hv                                    on 2002/09/29  12:11:06
48187         Log: Subject: [perl #16796] Configure script buglet
48188              From: "Amick, Eric" (via RT) <perlbug@perl.org>
48189              Date: 27 Aug 2002 20:09:29 -0000
48190              Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>
48191      Branch: perl
48192            ! Configure
48193 ____________________________________________________________________________
48194 [ 17940] By: hv                                    on 2002/09/29  11:59:28
48195         Log: Subject: Re: [perl #17587] Attribute::Handlers and Config in 5.9.0
48196              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48197              Date: Fri, 27 Sep 2002 13:52:18 +0200
48198              Message-Id: <20020927135218.3a20dd68.rgarciasuarez@free.fr>
48199      Branch: perl
48200            ! lib/Attribute/Handlers.pm
48201 ____________________________________________________________________________
48202 [ 17939] By: hv                                    on 2002/09/29  11:55:17
48203         Log: Subject: [perl #17222] [PATCH] h2ph and Fortran, other wacky headers on IRIX
48204              From: Allen Smith (via RT) <perlbug@perl.org>
48205              Date: 13 Sep 2002 03:01:30 -0000
48206              Message-Id: <rt-17222-37356.6.04859798196188@bugs6.perl.org>
48207      Branch: perl
48208            ! t/lib/h2ph.pht utils/h2ph.PL
48209 ____________________________________________________________________________
48210 [ 17938] By: rgs                                   on 2002/09/28  20:42:59
48211         Log: Email address change for Stéphane Payrard
48212      Branch: perl
48213            ! AUTHORS
48214 ____________________________________________________________________________
48215 [ 17937] By: hv                                    on 2002/09/27  10:05:42
48216         Log: Subject: Re: [REVISED PATCH] Magic v-strings
48217              From: John Peacock <jpeacock@rowman.com>
48218              Date: Thu, 19 Sep 2002 22:30:58 -0400
48219              Message-ID: <3D8A8862.3000602@rowman.com>
48220      Branch: perl
48221            ! sv.c util.c
48222 ____________________________________________________________________________
48223 [ 17936] By: hv                                    on 2002/09/27  10:00:42
48224         Log: Subject: [PATCH] configure.com -- don't exclude threads::shared
48225              From: "Craig A. Berry" <craigberry@mac.com>
48226              Date: Wed, 25 Sep 2002 17:14:33 -0500
48227              Message-ID: <3D923549.6050809@mac.com>
48228      Branch: perl
48229            ! configure.com
48230 ____________________________________________________________________________
48231 [ 17935] By: hv                                    on 2002/09/27  09:48:19
48232         Log: Subject: [PATCH 5.8.0 DOC] perlopentut.pod, #3: The last of the content changes.
48233              From: Andy Lester <andy@petdance.com>
48234              Date: Fri, 20 Sep 2002 12:23:41 -0500
48235              Message-ID: <20020920172341.GA15672@petdance.com>
48236      Branch: perl
48237            ! pod/perlopentut.pod
48238 ____________________________________________________________________________
48239 [ 17934] By: hv                                    on 2002/09/26  18:50:02
48240         Log: missing '.' in test from #17932
48241      Branch: perl
48242            ! t/lib/strict/subs
48243 ____________________________________________________________________________
48244 [ 17933] By: hv                                    on 2002/09/26  17:01:11
48245         Log: Subject: [PATCH] perl #17453
48246              From: Jarkko Hietaniemi <jhi@iki.fi>
48247              Date: Fri, 20 Sep 2002 17:22:45 +0300
48248              Message-ID: <20020920142245.GG280265@lyta.hut.fi>
48249      Branch: perl
48250            ! lib/utf8_heavy.pl t/op/pat.t
48251 ____________________________________________________________________________
48252 [ 17932] By: hv                                    on 2002/09/26  16:47:32
48253         Log: #17931 checked for wrong constant
48254      Branch: perl
48255            ! op.c
48256 ____________________________________________________________________________
48257 [ 17931] By: hv                                    on 2002/09/26  16:29:26
48258         Log: Subject: [PATCH] [perl #10021] Fixing bareword usage under strict.pm
48259              From: Kay_Röpke <kay@dolphin-services.de>
48260              Date: Fri, 20 Sep 2002 16:09:08 +0200
48261              Message-Id: <8775B355-CCA2-11D6-AADE-000393414688@dolphin-services.de>
48262      Branch: perl
48263            ! op.c t/lib/strict/subs
48264 ____________________________________________________________________________
48265 [ 17930] By: hv                                    on 2002/09/26  15:56:07
48266         Log: Subject: [perl #17445] Class::Struct patch: version number, examples
48267              From: Ken Neighbors (via RT) <perlbug@perl.org>
48268              Date: 19 Sep 2002 18:48:22 -0000
48269              Message-Id: <rt-17445-38150.7.26118647008619@bugs6.perl.org>
48270      Branch: perl
48271            ! lib/Class/Struct.pm
48272 ____________________________________________________________________________
48273 [ 17928] By: hv                                    on 2002/09/26  09:54:05
48274         Log: Subject: [PATCH] bug in utf8.c(?)
48275              From: Marty Pauley <marty+p5p@kasei.com>
48276              Date: Fri, 20 Sep 2002 10:55:33 +0100
48277              Subject: [PATCH] bug in utf8.c(?)
48278      Branch: perl
48279            ! utf8.c
48280 ____________________________________________________________________________
48281 [ 17927] By: hv                                    on 2002/09/26  09:37:19
48282         Log: Subject: [PATCH] Re: [perl #17439] broken Locale::Language in a UTF environment
48283              From: Marty Pauley <marty+p5p@kasei.com>
48284              Date: Fri, 20 Sep 2002 09:52:16 +0100
48285              Message-Id: 20020920085216.GC10512@soto.kasei.com
48286      Branch: perl
48287            ! lib/Locale/Codes/t/languages.t lib/Locale/Language.pm
48288 ____________________________________________________________________________
48289 [ 17926] By: hv                                    on 2002/09/26  09:28:06
48290         Log: Subject: [PATCH] defuse installusrbinperl
48291              From: Jarkko Hietaniemi <jhi@iki.fi>
48292              Date: Thu, 19 Sep 2002 18:01:03 +0300
48293              Message-ID: <20020919150103.GI208696@lyta.hut.fi>
48294      Branch: perl
48295            ! Configure
48296 ____________________________________________________________________________
48297 [ 17925] By: hv                                    on 2002/09/26  09:15:55
48298         Log: Subject: [PATCH v2] enable -ansi -pedantic
48299              From: Jarkko Hietaniemi <jhi@iki.fi>
48300              Date: Wed, 18 Sep 2002 01:19:25 +0300
48301              Message-ID: <20020917221925.GF85044@lyta.hut.fi>
48302      Branch: perl
48303            ! Configure Porting/pumpkin.pod cflags.SH doio.c mg.c perl.c
48304            ! perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c sv.h toke.c util.c
48305 ____________________________________________________________________________
48306 [ 17924] By: hv                                    on 2002/09/26  08:44:16
48307         Log: Subject: [PATCH] ANSI-clean? (was Re: [PATCH] COW for ithreads)
48308              From: Nicholas Clark <nick@unfortu.net>
48309              Date: Sat, 14 Sep 2002 18:49:10 +0100
48310              Message-ID: <20020914174909.GG285@Bagpuss.unfortu.net>
48311      Branch: perl
48312            ! sv.c
48313 ____________________________________________________________________________
48314 [ 17923] By: hv                                    on 2002/09/26  08:33:54
48315         Log: Subject: [PATCH] Re: Advice on coredump
48316              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
48317              Date: Wed, 18 Sep 2002 22:14:57 +0200
48318              Message-Id: <20020918221457.16cb1b43.rgarciasuarez@free.fr>
48319      Branch: perl
48320            ! op.c t/op/closure.t
48321 ____________________________________________________________________________
48322 [ 17922] By: hv                                    on 2002/09/26  08:25:28
48323         Log: Subject: Re: [PATCH] spurious t/auto directory appears
48324              From: Michael G Schwern <schwern@pobox.com>
48325              Date: Fri, 13 Sep 2002 23:56:05 -0400
48326              Message-ID: <20020914035605.GF18928@ool-18b93024.dyn.optonline.net>
48327      Branch: perl
48328            ! lib/ExtUtils/t/Installed.t
48329 ____________________________________________________________________________
48330 [ 17921] By: hv                                    on 2002/09/26  08:21:59
48331         Log: add TODO tests for slow our() declaration
48332              Subject: Re: [perl #17376] Bug Report - our(%)
48333              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48334              Date: Thu, 19 Sep 2002 22:34:01 -0700
48335              Message-ID: <JNri9gzkgSBB092yn@efn.org>
48336      Branch: perl
48337            + t/comp/our.t
48338            ! MANIFEST
48339 ____________________________________________________________________________
48340 [ 17920] By: hv                                    on 2002/09/26  08:16:43
48341         Log: LEAKTEST is dead, RIP
48342              Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST
48343              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48344              Date: Mon, 23 Sep 2002 18:33:12 +0200
48345              Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl>
48346      Branch: perl
48347            ! av.c embed.fnc embed.h ext/GDBM_File/GDBM_File.xs global.sym
48348            ! handy.h perl.c perl.h pod/perlrun.pod proto.h sv.c util.c
48349 ____________________________________________________________________________
48350 [ 17919] By: hv                                    on 2002/09/26  07:59:42
48351         Log: Subject: [PATCH] AIX hints missinga  >&4
48352              From: Jarkko Hietaniemi <jhi@iki.fi>
48353              Date: Fri, 13 Sep 2002 16:48:42 +0300
48354              Message-ID: <20020913134842.GD8929@lyta.hut.fi>
48355      Branch: perl
48356            ! hints/aix.sh
48357 ____________________________________________________________________________
48358 [ 17918] By: hv                                    on 2002/09/26  07:51:10
48359         Log: Subject: [PATCH] perldoc -f stat (perlfunc.pod)
48360              From: "Brendan O'Dea" <bod@debian.org>
48361              Date: Mon, 23 Sep 2002 22:45:40 +1000
48362              Message-ID: <20020923124540.GB28031@londo.odea.dropbear.id.au>
48363      Branch: perl
48364            ! pod/perlfunc.pod
48365 ____________________________________________________________________________
48366 [ 17917] By: hv                                    on 2002/09/26  07:46:43
48367         Log: Subject: Re: [perl #17141] Text::Wrap "this should not happen" message
48368              From: Slaven Rezic <slaven.rezic@berlin.de>
48369              Date: 11 Sep 2002 19:37:09 +0200
48370              Message-ID: <871y80a0my.fsf@vran.herceg.de>
48371      Branch: perl
48372            ! lib/Text/TabsWrap/t/wrap.t lib/Text/Wrap.pm
48373 ____________________________________________________________________________
48374 [ 17916] By: hv                                    on 2002/09/26  07:31:42
48375         Log: Subject: [PATCH 5.8.0] perlembed.pod: make some examples work with multiplicity
48376              From: "Brendan O'Dea" <bod@debian.org>
48377              Date: Tue, 10 Sep 2002 09:19:05 +1000
48378              Message-ID: <20020909231905.GA31868@londo.odea.dropbear.id.au>
48379      Branch: perl
48380            ! pod/perlembed.pod
48381 ____________________________________________________________________________
48382 [ 17915] By: rgs                                   on 2002/09/24  20:19:22
48383         Log: Patch #17914 was empty ; this should have been applied instead.
48384      Branch: perl
48385            ! hints/aix.sh
48386 ____________________________________________________________________________
48387 [ 17914] By: rgs                                   on 2002/09/21  19:58:57
48388         Log: Subject: [PATCH] PASE saga continues
48389              From: Jarkko Hietaniemi <jhi@iki.fi>
48390              Date: Thu, 19 Sep 2002 23:30:20 +0300
48391              Message-ID: <20020919203020.GB274453@lyta.hut.fi>
48392      Branch: perl
48393            ! hints/aix.sh
48394 ____________________________________________________________________________
48395 [ 17913] By: rgs                                   on 2002/09/21  19:46:56
48396         Log: Subject: [PATCH perl@17882] file spec tweaks for VMS
48397              From: "Craig A. Berry" <craigberry@mac.com>
48398              Date: Wed, 18 Sep 2002 16:57:02 -0500
48399              Message-ID: <3D88F6AE.3020708@mac.com>
48400      Branch: perl
48401            ! lib/File/Spec/VMS.pm vms/ext/filespec.t
48402 ____________________________________________________________________________
48403 [ 17912] By: ams                                   on 2002/09/19  17:21:24
48404         Log: Subject: [PATCH] AIX test shouldn't trip OS/400 PASE
48405              From: Jarkko Hietaniemi <jhi@iki.fi>
48406              Date: Thu, 19 Sep 2002 18:59:48 +0300
48407              Message-Id: <20020919155948.GU208696@lyta.hut.fi>
48408
48409              Subject: [PATCH] more PASE tweakage
48410              From: Jarkko Hietaniemi <jhi@iki.fi>
48411              Date: Thu, 19 Sep 2002 18:01:44 +0300
48412              Message-Id: <20020919150144.GJ208696@lyta.hut.fi>
48413      Branch: perl
48414            ! README.os400 hints/aix.sh
48415 ____________________________________________________________________________
48416 [ 17911] By: ams                                   on 2002/09/17  19:29:53
48417         Log: Typo fix.
48418      Branch: perl
48419            ! ext/POSIX/POSIX.pod
48420 ____________________________________________________________________________
48421 [ 17910] By: ams                                   on 2002/09/17  18:09:32
48422         Log: Fix #17375 (rcatline didn't work on a formerly-defined undef) by
48423              checking for SvOK in do_readline().
48424      Branch: perl
48425            ! pp_hot.c t/op/gv.t
48426 ____________________________________________________________________________
48427 [ 17909] By: rgs                                   on 2002/09/16  21:49:27
48428         Log: Pod formatting nit, found by Merijn and Jos Boumans.
48429      Branch: perl
48430            ! pod/perlunicode.pod
48431 ____________________________________________________________________________
48432 [ 17908] By: rgs                                   on 2002/09/16  21:34:55
48433         Log: Subject: [perl #17340] When used/requied Locale::*** modules unexpectedly modify $_
48434              From: (Ilya Martynov) (via RT) <perlbug@perl.org>
48435              Date: 15 Sep 2002 19:06:56 -0000
48436              Message-Id: <rt-17340-37749.5.67862754668525@bugs6.perl.org>
48437      Branch: perl
48438            ! lib/Locale/Country.pm lib/Locale/Currency.pm
48439            ! lib/Locale/Language.pm lib/Locale/Script.pm
48440 ____________________________________________________________________________
48441 [ 17907] By: rgs                                   on 2002/09/16  20:33:51
48442         Log: Subject: Re: [perl #17174] perl 5.8.0 fails tests on NetBSD/Alpha
48443              From: Jarkko Hietaniemi <jhi@iki.fi>
48444              Date: Sun, 15 Sep 2002 18:02:17 +0300
48445              Message-ID: <20020915150217.GB21300@lyta.hut.fi>
48446      Branch: perl
48447            ! hints/netbsd.sh
48448 ____________________________________________________________________________
48449 [ 17906] By: rgs                                   on 2002/09/15  11:30:38
48450         Log: Fix pod/perlmodlib.PL (it wasn't generating a complete list
48451              of modules.) Regenerate pod/perlmodlib.pod. Add a warning :
48452              not all modules listed in perlmodlib are necessarily installed.
48453              Plus some corrections by Vincent Lefevre.
48454      Branch: perl
48455            ! lib/Term/ReadLine.pm pod/perlmodlib.PL pod/perlmodlib.pod
48456 ____________________________________________________________________________
48457 [ 17904] By: merijn                                on 2002/09/13  14:02:18
48458         Log: Tabs erroneusly expanded to spaces, causing AIX to fail
48459              in building DProf
48460      Branch: perl
48461            ! Configure
48462 ____________________________________________________________________________
48463 [ 17902] By: merijn                                on 2002/09/13  07:47:29
48464         Log: configure.com needs d_modflproto
48465              Thu 12 Sep 2002 23:19, "Craig A. Berry"
48466      Branch: perl
48467            ! configure.com
48468 ____________________________________________________________________________
48469 [ 17901] By: rgs                                   on 2002/09/12  20:19:55
48470         Log: Subject: [PATCH] more PASE wisdom
48471              From: Jarkko Hietaniemi <jhi@iki.fi>
48472              Date: Fri, 13 Sep 2002 00:17:39 +0300
48473              Message-ID: <20020912211739.GB6980@lyta.hut.fi>
48474      Branch: perl
48475            ! README.os400
48476 ____________________________________________________________________________
48477 [ 17900] By: rgs                                   on 2002/09/12  19:33:06
48478         Log: Fix a syntax incompatibility introduced by the // operator.
48479              (Note that C<print $fh //> is still a syntax error, it
48480              wasn't with perl 5.8.0.)
48481      Branch: perl
48482            ! t/op/dor.t toke.c
48483 ____________________________________________________________________________
48484 [ 17898] By: rgs                                   on 2002/09/11  20:58:46
48485         Log: Fix bug #17006 : remove spurious do{} in the deparsing
48486              of s/.../.../e.
48487      Branch: perl
48488            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
48489 ____________________________________________________________________________
48490 [ 17897] By: rgs                                   on 2002/09/11  20:56:21
48491         Log: Subject: [perl #17119] typo in utils/dprofpp.PL
48492              From: "Todd C. Miller" (via RT) <perlbug@perl.org>
48493              Date: 10 Sep 2002 18:49:56 -0000
48494              Message-ID: <rt-17119-37126.4.55444095171472@bugs6.perl.org>
48495      Branch: perl
48496            ! utils/dprofpp.PL
48497 ____________________________________________________________________________
48498 [ 17896] By: merijn                                on 2002/09/11  08:31:45
48499         Log: re-synced Configure to backported metaunits
48500      Branch: perl
48501            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48502            ! config_h.SH
48503 ____________________________________________________________________________
48504 [ 17892] By: merijn                                on 2002/09/10  15:43:53
48505         Log: Callback behaviour in hints
48506              Mon, 9 Sep 2002, Allen Smith
48507      Branch: perl
48508            ! hints/README.hints
48509 ____________________________________________________________________________
48510 [ 17888] By: merijn                                on 2002/09/10  09:20:52
48511         Log: New low-price HP servers
48512      Branch: perl
48513            ! README.hpux
48514 ____________________________________________________________________________
48515 [ 17887] By: rgs                                   on 2002/09/09  21:00:08
48516         Log: Subject: Re: [PATCH] Quieten warnings in Deparse.pm
48517              From: Paul Johnson <paul@pjcj.net>
48518              Date: Mon, 9 Sep 2002 23:37:33 +0200
48519              Message-ID: <20020909213733.GD879@pjcj.net>
48520      Branch: perl
48521            ! ext/B/B/Deparse.pm
48522 ____________________________________________________________________________
48523 [ 17886] By: rgs                                   on 2002/09/09  20:38:01
48524         Log: Subject: [PATCH] Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
48525              From: Nicholas Clark <nick@unfortu.net>
48526              Date: Sun, 8 Sep 2002 23:05:54 +0100
48527              Message-ID: <20020908220553.GO286@Bagpuss.unfortu.net>
48528      Branch: perl
48529            ! configpm
48530 ____________________________________________________________________________
48531 [ 17885] By: rgs                                   on 2002/09/09  20:35:34
48532         Log: Subject: [PATCH] strict.pm pod at __END__
48533              From: Nicholas Clark <nick@unfortu.net>
48534              Date: Sun, 8 Sep 2002 22:36:09 +0100
48535              Message-ID: <20020908213608.GM286@Bagpuss.unfortu.net>
48536      Branch: perl
48537            ! lib/strict.pm
48538 ____________________________________________________________________________
48539 [ 17884] By: rgs                                   on 2002/09/09  19:33:11
48540         Log: Subject: [PATCH] File/Find/t/find.t tests 1 and 2 (was Re: [perl #17061] no strict 'garbage')
48541              From: Nicholas Clark <nick@unfortu.net>
48542              Date: Sun, 8 Sep 2002 19:45:52 +0100
48543              Message-ID: <20020908184551.GH286@Bagpuss.unfortu.net>
48544      Branch: perl
48545            ! lib/File/Find/t/find.t
48546 ____________________________________________________________________________
48547 [ 17883] By: rgs                                   on 2002/09/09  19:10:08
48548         Log: Subject: [PATCH] Quieten warnings in Deparse.pm
48549              From: Paul Johnson <paul@pjcj.net>
48550              Date: Sun, 8 Sep 2002 23:50:11 +0200
48551              Message-ID: <20020908215011.GA879@pjcj.net>
48552      Branch: perl
48553            ! ext/B/B/Deparse.pm
48554 ____________________________________________________________________________
48555 [ 17882] By: hv                                    on 2002/09/09  10:33:58
48556         Log: Update Changes
48557      Branch: perl
48558            ! Changes patchlevel.h
48559 ____________________________________________________________________________
48560 [ 17881] By: hv                                    on 2002/09/09  09:54:55
48561         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
48562              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
48563              Date: Mon, 9 Sep 2002 01:48:08 -0400
48564              Message-Id: <10209090148.ZM1555835@puck2.rutgers.edu>
48565      Branch: perl
48566            ! perl.h sv.c
48567 ____________________________________________________________________________
48568 [ 17880] By: hv                                    on 2002/09/09  09:33:55
48569         Log: integrate Math::BigInt-1.63
48570              Subject: Re: [perl #16997] Math::BigFloat hang on bsqrt [ANNOUNCE v1.63
48571              From: Tels <perl_dummy@bloodgate.com>
48572              Date: Mon, 09 Sep 2002 00:23:01 +0200 (CEST)
48573              Message-Id: <200209082022.g88KMGY20194@crypt.org>
48574      Branch: perl
48575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
48576            ! lib/Math/BigInt/t/bare_mif.t lib/Math/BigInt/t/constant.t
48577            ! lib/Math/BigInt/t/mbimbf.inc lib/Math/BigInt/t/mbimbf.t
48578            ! lib/Math/BigInt/t/sub_mif.t
48579 ____________________________________________________________________________
48580 [ 17879] By: hv                                    on 2002/09/09  09:23:53
48581         Log: Subject: [PATCH] Configure locincpth vs Jaguar gcc 3
48582              From: Jarkko Hietaniemi <jhi@iki.fi>
48583              Date: Mon, 9 Sep 2002 00:07:46 +0300
48584              Message-ID: <20020908210746.GB4136@lyta.hut.fi>
48585      Branch: perl
48586            ! Configure
48587 ____________________________________________________________________________
48588 [ 17878] By: hv                                    on 2002/09/09  09:11:57
48589         Log: small grammar fix in Benchmark docs
48590      Branch: perl
48591            ! lib/Benchmark.pm
48592 ____________________________________________________________________________
48593 [ 17877] By: hv                                    on 2002/09/09  09:09:30
48594         Log: Subject: [PATCH] configpm
48595              From: Abe Timmerman <abe@ztreet.demon.nl>
48596              Date: Sun, 8 Sep 2002 17:21:19 +0200
48597              Message-Id: <200209081721.19233.abe@ztreet.demon.nl>
48598      Branch: perl
48599            ! configpm
48600 ____________________________________________________________________________
48601 [ 17876] By: hv                                    on 2002/09/09  08:48:35
48602         Log: Subject: Re: Smoke 17849 MSWin32 (w2k/GCC)
48603              From: Abe Timmerman <abe@ztreet.demon.nl>
48604              Date: Mon, 9 Sep 2002 01:32:19 +0200
48605              Message-Id: <200209090132.19891.abe@ztreet.demon.nl>
48606      Branch: perl
48607            ! makedef.pl
48608 ____________________________________________________________________________
48609 [ 17875] By: rgs                                   on 2002/09/08  18:55:01
48610         Log: Subject: [PATCH] cleanup temp files (was Re: Smoke 17805 irix 6.5 6.5.16m IP32 r5000 /usr/share/src/cpan-current-benedick)
48611              From: Nicholas Clark <nick@unfortu.net>
48612              Date: Sun, 8 Sep 2002 15:46:44 +0100
48613              Message-ID: <20020908144643.GC286@Bagpuss.unfortu.net>
48614
48615              Plus two other similar tweaks
48616      Branch: perl
48617            ! ext/SDBM_File/sdbm.t
48618 ____________________________________________________________________________
48619 [ 17874] By: hv                                    on 2002/09/08  17:10:38
48620         Log: Subject: Re: [PATCH: perl #17849] (corrected) Long double bugs - sprintf.t _and_ num.t
48621              From: "Allen Smith" <easmith@beatrice.rutgers.edu>
48622              Date: Sat, 7 Sep 2002 05:25:45 -0400
48623              Message-Id: <10209070525.ZM1584639@puck2.rutgers.edu>
48624      Branch: perl
48625            ! hints/irix_6.sh numeric.c perl.h sv.c t/base/num.t
48626            ! t/op/sprintf.t
48627 ____________________________________________________________________________
48628 [ 17873] By: hv                                    on 2002/09/08  16:48:54
48629         Log: Subject: [PATCH] COW for ithreads (was Re: what copies scalars in ithreads?)
48630              From: Nicholas Clark <nick@unfortu.net>
48631              Date: Sat, 7 Sep 2002 00:20:53 +0100
48632              Message-ID: <20020906232052.GB901@Bagpuss.unfortu.net>
48633      Branch: perl
48634            ! op.c sv.c
48635 ____________________________________________________________________________
48636 [ 17872] By: hv                                    on 2002/09/08  16:35:46
48637         Log: temporarily skip failing Storable tests caused by #17869
48638      Branch: perl
48639            ! ext/Storable/t/code.t
48640 ____________________________________________________________________________
48641 [ 17871] By: hv                                    on 2002/09/08  16:23:49
48642         Log: Subject: [PATCH] tiddly tidy up for util.c
48643              From: Nicholas Clark <nick@unfortu.net>
48644              Date: Fri, 6 Sep 2002 23:00:14 +0100
48645              Message-ID: <20020906220013.GD428@Bagpuss.unfortu.net>
48646      Branch: perl
48647            ! util.c
48648 ____________________________________________________________________________
48649 [ 17870] By: hv                                    on 2002/09/08  16:21:23
48650         Log: regularise whitespace and formatting in util.c
48651      Branch: perl
48652            ! util.c
48653 ____________________________________________________________________________
48654 [ 17869] By: hv                                    on 2002/09/08  15:46:08
48655         Log: Subject: [perl #17061] no strict 'garbage'
48656              From: Elizabeth Mattijsen (via RT) <perlbug@perl.org>
48657              Date: 6 Sep 2002 19:31:02 -0000
48658              Message-Id: <rt-17061-36808.6.19994322284541@bugs6.perl.org>
48659              Date: Sat, 07 Sep 2002 13:40:22 +0200
48660              Message-Id: <4.2.0.58.20020907133846.02476d40@mickey.dijkmat.nl>
48661      Branch: perl
48662            ! lib/strict.pm lib/strict.t
48663 ____________________________________________________________________________
48664 [ 17868] By: hv                                    on 2002/09/08  15:24:08
48665         Log: small fix to perl58delta for MIME::QuotedPrint, from Jarkko
48666      Branch: perl
48667            ! pod/perl58delta.pod
48668 ____________________________________________________________________________
48669 [ 17867] By: hv                                    on 2002/09/08  15:10:46
48670         Log: Subject: [PATCH] allow using hires time() in Benchmark
48671              From: Jarkko Hietaniemi <jhi@iki.fi>
48672              Date: Fri, 6 Sep 2002 00:38:11 +0300
48673              Message-ID: <20020905213811.GA23771@lyta.hut.fi>
48674      Branch: perl
48675            ! lib/Benchmark.pm
48676 ____________________________________________________________________________
48677 [ 17866] By: hv                                    on 2002/09/08  15:06:05
48678         Log: Subject: [PATCH] OS/400 PASE symbol scan tweak
48679              From: Jarkko Hietaniemi <jhi@kosh.hut.fi>
48680              Date: Thu, 5 Sep 2002 21:46:20 +0300 (EET DST)
48681              Message-Id: <200209051846.g85IkKOk013697@kosh.hut.fi>
48682      Branch: perl
48683            ! Configure
48684 ____________________________________________________________________________
48685 [ 17865] By: hv                                    on 2002/09/08  15:03:23
48686         Log: Subject: Unicode::Collate 0.23 Released
48687              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
48688              Date: Thu, 05 Sep 2002 23:28:32 +0900
48689              Message-Id: <20020905232316.8151.BQW10602@nifty.com>
48690      Branch: perl
48691            + lib/Unicode/Collate/t/index.t
48692            ! MANIFEST lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
48693            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
48694 ____________________________________________________________________________
48695 [ 17864] By: hv                                    on 2002/09/08  14:55:31
48696         Log: Subject: sv_2pv_flags and ROK and UTF8 flags
48697              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48698              Date: Wed, 04 Sep 2002 21:09:01 -0700
48699              Message-ID: <djtd9gzkgyLd092yn@efn.org>
48700              Date: Fri, 06 Sep 2002 09:23:03 -0700
48701              Message-ID: <nZNe9gzkgKdH092yn@efn.org>
48702      Branch: perl
48703            ! lib/overload.t sv.c sv.h t/op/pat.t
48704 ____________________________________________________________________________
48705 [ 17863] By: hv                                    on 2002/09/08  14:11:54
48706         Log: setting PERL_CORE as in #17861 violates assumptions made by taint tests
48707      Branch: perl
48708            ! t/op/taint.t
48709 ____________________________________________________________________________
48710 [ 17862] By: hv                                    on 2002/09/08  14:01:07
48711         Log: Subject: [PATCH t/TestInit.pm] Set env PERL_CORE
48712              From: Michael G Schwern <schwern@pobox.com>
48713              Date: Wed, 4 Sep 2002 11:38:01 -0700
48714              Message-ID: <20020904183801.GF8367@ool-18b93024.dyn.optonline.net>
48715      Branch: perl
48716            ! t/TestInit.pm
48717 ____________________________________________________________________________
48718 [ 17861] By: hv                                    on 2002/09/08  13:58:10
48719         Log: Subject: Re: [PATCH t/test.pl] Let is/isnt() handle undef without warnings
48720              From: Michael G Schwern <schwern@pobox.com>
48721              Date: Fri, 6 Sep 2002 14:03:16 -0700
48722              Message-ID: <20020906210315.GC808@ool-18b93024.dyn.optonline.net>
48723      Branch: perl
48724            ! t/test.pl
48725 ____________________________________________________________________________
48726 [ 17860] By: hv                                    on 2002/09/08  13:48:49
48727         Log: #17859 misuses s/// return values
48728      Branch: perl
48729            ! configpm
48730 ____________________________________________________________________________
48731 [ 17859] By: hv                                    on 2002/09/08  13:17:46
48732         Log: Subject: Re: [PATCH] Attempt at speeding up Config.pm.  Didn't work.
48733              From: Nicholas Clark <nick@unfortu.net>
48734              Date: Mon, 2 Sep 2002 23:22:32 +0100
48735              Message-ID: <20020902222231.GG284@Bagpuss.unfortu.net>
48736      Branch: perl
48737            ! configpm
48738 ____________________________________________________________________________
48739 [ 17850] By: ams                                   on 2002/09/06  03:31:32
48740         Log: Subject: [PATCH] (mostly (Unicode)) pod nits
48741              From: Jarkko Hietaniemi <jhi@iki.fi>
48742              Date: Fri, 6 Sep 2002 06:01:57 +0300
48743              Message-Id: <20020906030157.GA28252@lyta.hut.fi>
48744      Branch: perl
48745            ! pod/perl.pod pod/perlunicode.pod pod/perluniintro.pod
48746 ____________________________________________________________________________
48747 [ 17849] By: gsar                                  on 2002/09/05  06:28:36
48748         Log: document setting the email address
48749      Branch: perl
48750            ! Porting/repository.pod
48751 ____________________________________________________________________________
48752 [ 17848] By: hv                                    on 2002/09/04  23:12:15
48753         Log: AUTHORS: preferred address for Allen Smith
48754      Branch: perl
48755            ! AUTHORS
48756 ____________________________________________________________________________
48757 [ 17847] By: hv                                    on 2002/09/04  23:10:37
48758         Log: copy on write: fixes and debugging
48759              Subject: what copies scalars in ithreads?
48760              From: Nicholas Clark <nick@unfortu.net>
48761              Date: Wed, 4 Sep 2002 21:52:47 +0100
48762              Message-ID: <20020904205247.GA280@Bagpuss.unfortu.net>
48763      Branch: perl
48764            ! sv.c
48765 ____________________________________________________________________________
48766 [ 17846] By: hv                                    on 2002/09/04  23:02:43
48767         Log: Subject: Re: [PATCH] A variety of README nitpicks.
48768              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
48769              Date: Wed, 04 Sep 2002 09:10:05 +0200
48770              Message-Id: <20020904090853.F13D.H.M.BRAND@hccnet.nl>
48771      Branch: perl
48772            ! README.hpux
48773 ____________________________________________________________________________
48774 [ 17845] By: hv                                    on 2002/09/04  15:06:33
48775         Log: Avoid 'unportable' warnings for lib/Math/BigInt/t/constant.t
48776      Branch: perl
48777            ! lib/Math/BigInt/t/constant.t
48778 ____________________________________________________________________________
48779 [ 17844] By: hv                                    on 2002/09/04  14:32:19
48780         Log: #17836 (DB_File-1.805) misses a couple of dTHX declarations
48781      Branch: perl
48782            ! ext/DB_File/DB_File.xs
48783 ____________________________________________________________________________
48784 [ 17843] By: hv                                    on 2002/09/04  14:09:13
48785         Log: #17842 was only half the story
48786              Subject: [PATCH deb.c] Re: HiRes failure is success?
48787              From: Dave Mitchell <davem@fdgroup.com>
48788              Date: Wed, 4 Sep 2002 16:11:15 +0100
48789              Message-ID: <20020904161115.E27603@fdgroup.com>
48790      Branch: perl
48791            ! deb.c
48792 ____________________________________________________________________________
48793 [ 17842] By: hv                                    on 2002/09/04  14:04:40
48794         Log: printf argument mismatch in Perl_deb_stack_all() from change #17718
48795      Branch: perl
48796            ! deb.c
48797 ____________________________________________________________________________
48798 [ 17841] By: hv                                    on 2002/09/04  13:57:27
48799         Log: Subject: [PATCH] op/getpid.t failure
48800              From: Michael G Schwern <schwern@pobox.com>
48801              Date: Tue, 3 Sep 2002 17:48:24 -0700
48802              Message-ID: <20020904004824.GG2701@ool-18b93024.dyn.optonline.net>
48803      Branch: perl
48804            ! t/op/getpid.t
48805 ____________________________________________________________________________
48806 [ 17840] By: hv                                    on 2002/09/04  13:55:20
48807         Log: Subject: [PATCH] File::Basename doesn't lazy load Carp right.
48808              and Subject: [PATCH] More modules that don't lazy load Carp right.
48809              From: Michael G Schwern <schwern@pobox.com>
48810              Date: Tue, 3 Sep 2002 17:21:57 -0700
48811              Message-ID: <20020904002157.GD2701@ool-18b93024.dyn.optonline.net>
48812              and Message-ID: <20020904003857.GE2701@ool-18b93024.dyn.optonline.net>
48813      Branch: perl
48814            ! ext/Encode/Unicode/Unicode.pm
48815            ! ext/Encode/lib/Encode/Encoding.pm ext/Sys/Hostname/Hostname.pm
48816            ! lib/File/Basename.pm
48817 ____________________________________________________________________________
48818 [ 17839] By: hv                                    on 2002/09/04  13:47:12
48819         Log: Subject: Re: [PATCH 5.8.0] add accessors for POSIX::SigAction
48820              From: "Brendan O'Dea" <bod@debian.org>
48821              Date: Wed, 4 Sep 2002 02:36:10 +1000
48822              Message-ID: <20020903163610.GA14595@londo.odea.dropbear.id.au>
48823      Branch: perl
48824            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod
48825 ____________________________________________________________________________
48826 [ 17838] By: hv                                    on 2002/09/04  13:41:27
48827         Log: Subject: [PATCHes] Still no working Berkeley DB in OS X 10.2
48828              From: =?ISO-8859-1?Q?Kay_R=F6pke?= <kay@dolphin-services.de>
48829              Date: Tue, 3 Sep 2002 13:46:18 +0200
48830              Message-Id: <C287A20E-BF32-11D6-A454-000393414688@dolphin-services.de>
48831      Branch: perl
48832            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-recno.t
48833 ____________________________________________________________________________
48834 [ 17837] By: hv                                    on 2002/09/04  13:38:27
48835         Log: Subject: [PATCH lib/Config.t] test grandfathered Config variables
48836              From: Michael G Schwern <schwern@pobox.com>
48837              Date: Mon, 2 Sep 2002 22:29:07 -0700
48838              Message-ID: <20020903052907.GR8061@ool-18b93024.dyn.optonline.net>
48839      Branch: perl
48840            ! lib/Config.t
48841 ____________________________________________________________________________
48842 [ 17836] By: hv                                    on 2002/09/04  13:35:36
48843         Log: Subject: [PATCH] DB_File 1.805
48844              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
48845              Date: Mon, 2 Sep 2002 23:56:40 +0100
48846              Message-ID: <AIEAJICLCBDNAAOLLOKLAEMCFFAA.Paul.Marquess@btinternet.com>
48847      Branch: perl
48848            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
48849            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
48850            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
48851            ! ext/DB_File/t/db-recno.t ext/DB_File/typemap
48852 ____________________________________________________________________________
48853 [ 17835] By: hv                                    on 2002/09/04  13:23:17
48854         Log: fix coredump after 64k-deep recursion
48855              Subject: Re: debugging coredump with -DD
48856              From: hv@crypt.org
48857              Date: Tue, 03 Sep 2002 14:34:20 +0100
48858              Message-Id: <200209031334.g83DYLN09709@crypt.compulink.co.uk>
48859      Branch: perl
48860            ! cop.h t/op/recurse.t
48861 ____________________________________________________________________________
48862 [ 17834] By: hv                                    on 2002/09/04  13:08:36
48863         Log: perldoc: allow arguments for pager
48864              Subject: perldoc patch for better $Config{pager} support, mandir patch, fhs patch
48865              From: Chip Turner <cturner@redhat.com>
48866              Date: 02 Sep 2002 01:17:23 -0400
48867              Message-ID: <vzku1l9x95o.fsf@minbar.devel.redhat.com>
48868      Branch: perl
48869            ! utils/perldoc.PL
48870 ____________________________________________________________________________
48871 [ 17833] By: hv                                    on 2002/09/04  12:55:54
48872         Log: Subject: [PATCH] use sysconf(_SC_CLK_TCK) for times()
48873              From: Jarkko Hietaniemi <jhi@iki.fi>
48874              Date: Sun, 1 Sep 2002 19:23:55 +0300
48875              Message-ID: <20020901162355.GH12536@lyta.hut.fi>
48876      Branch: perl
48877            ! embedvar.h intrpvar.h perl.c perlapi.h pp_sys.c
48878 ____________________________________________________________________________
48879 [ 17832] By: hv                                    on 2002/09/04  12:39:42
48880         Log: Subject: Re: [PATCH] Correct/completes Overloading in XS mods
48881              From: John Peacock <jpeacock@rowman.com>
48882              Date: Sun, 01 Sep 2002 15:00:12 -0400
48883              Message-ID: <3D7263BC.9020608@rowman.com>
48884      Branch: perl
48885            ! lib/ExtUtils/xsubpp pod/perlxs.pod
48886 ____________________________________________________________________________
48887 [ 17831] By: hv                                    on 2002/09/04  11:47:10
48888         Log: #17827 misses some win32 tweaks
48889      Branch: perl
48890            ! win32/Makefile win32/makefile.mk
48891 ____________________________________________________________________________
48892 [ 17830] By: hv                                    on 2002/09/04  11:41:22
48893         Log: update email address for Paul Marquess
48894      Branch: perl
48895            ! AUTHORS
48896 ____________________________________________________________________________
48897 [ 17829] By: hv                                    on 2002/09/04  11:38:39
48898         Log: Subject: Correction for AUTHORS.html
48899              From: Sean Davis <dive@ender.com>
48900              Date: Fri, 30 Aug 2002 03:51:16 -0700
48901              Message-ID: <20020830035116.A18739@endersgame.net>
48902      Branch: perl
48903            ! AUTHORS
48904 ____________________________________________________________________________
48905 [ 17828] By: hv                                    on 2002/09/04  11:31:42
48906         Log: Subject: [PATCH] File::Spec->catfile not canonicalizing consistently
48907              From: Michael G Schwern <schwern@pobox.com>
48908              Date: Fri, 30 Aug 2002 03:40:45 -0700
48909              Message-ID: <20020830104044.GF859@ool-18b93024.dyn.optonline.net>
48910      Branch: perl
48911            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
48912            ! lib/File/Spec/t/Spec.t
48913 ____________________________________________________________________________
48914 [ 17827] By: hv                                    on 2002/09/04  11:21:57
48915         Log: Subject: [PATCH] OS/400 PASE port
48916              From: Jarkko Hietaniemi <jhi@iki.fi>
48917              Date: Thu, 29 Aug 2002 22:22:51 +0300
48918              Message-ID: <20020829192251.GA27102@lyta.hut.fi>
48919      Branch: perl
48920            + README.os400 hints/os400.sh
48921            ! Configure MANIFEST hints/aix.sh lib/Cwd.pm pod/buildtoc.PL
48922            ! pod/perl.pod pod/perlebcdic.pod pod/perlport.pod
48923 ____________________________________________________________________________
48924 [ 17826] By: hv                                    on 2002/09/04  11:10:54
48925         Log: Subject: [PATCH 5.8.0] allow Sys::Syslog test to fail gracefully
48926              From: "Brendan O'Dea" <bod@debian.org>
48927              Date: Thu, 29 Aug 2002 22:42:39 +1000
48928              Message-ID: <20020829124239.GA31934@londo.odea.dropbear.id.au>
48929      Branch: perl
48930            ! ext/Sys/Syslog/syslog.t
48931 ____________________________________________________________________________
48932 [ 17825] By: hv                                    on 2002/09/04  10:53:59
48933         Log: Subject: Re: Possible bug in IPC/Semaphore.pm [PATCH]
48934              From: "John P. Linderman" <jpl@research.att.com>
48935              Date: Wed, 28 Aug 2002 08:04:29 -0400 (EDT)
48936              Message-Id: <200208271900.PAA98096@raptor.research.att.com>
48937      Branch: perl
48938            ! ext/IPC/SysV/Semaphore.pm
48939 ____________________________________________________________________________
48940 [ 17824] By: rgs                                   on 2002/09/03  20:02:36
48941         Log: Subject: [perl #16971] [PATCH] Fix a couple of URLs that changed recently.
48942              From: Richard Soderberg (via RT) <perlbug@perl.org>
48943              Date: 3 Sep 2002 18:48:54 -0000
48944              Message-ID: <rt-16971-36426.15.5276119194873@bugs6.perl.org>
48945
48946              Subject: [PATCH] A variety of README nitpicks.
48947              From: Richard Soderberg <rs@crystalflame.net>
48948              Date: Tue, 3 Sep 2002 11:54:39 -0700 (PDT)
48949              Message-ID: <Pine.LNX.4.33.0209031148280.32671-200000@oregonnet.com>
48950      Branch: perl
48951            ! README.amiga README.dgux README.dos README.epoc README.hpux
48952            ! README.mint README.netware README.vmesa
48953 ____________________________________________________________________________
48954 [ 17823] By: rgs                                   on 2002/09/03  19:47:05
48955         Log: Fix bug #16828.
48956              Add a few tests to ext/B/t/b.t, make it use Test::More.
48957      Branch: perl
48958            ! ext/B/B.xs ext/B/t/b.t
48959 ____________________________________________________________________________
48960 [ 17822] By: rgs                                   on 2002/09/02  19:29:52
48961         Log: Some simple tests for the POSIX::isXXX() functions.
48962      Branch: perl
48963            ! ext/POSIX/t/posix.t
48964 ____________________________________________________________________________
48965 [ 17821] By: rgs                                   on 2002/08/30  19:56:53
48966         Log: Advertise Linux::Pid.
48967      Branch: perl
48968            ! pod/perlfunc.pod pod/perlvar.pod
48969 ____________________________________________________________________________
48970 [ 17819] By: hv                                    on 2002/08/30  13:42:02
48971         Log: Subject: [PATCH] Tweaks to Bleadperl Version Object Support
48972              From: John Peacock <jpeacock@rowman.com>
48973              Date: Wed, 28 Aug 2002 22:13:48 -0400
48974              Message-ID: <3D6D835C.50809@rowman.com>
48975      Branch: perl
48976            ! universal.c util.c
48977 ____________________________________________________________________________
48978 [ 17818] By: hv                                    on 2002/08/30  13:16:05
48979         Log: add test related to change #17799:
48980              Subject: Re: if.pm bug.
48981              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
48982              Date: Thu, 29 Aug 2002 19:39:58 +0200
48983              Message-ID: <20020829173358.34731.qmail@onion.perl.org>
48984      Branch: perl
48985            ! lib/if.t
48986 ____________________________________________________________________________
48987 [ 17817] By: hv                                    on 2002/08/30  13:12:20
48988         Log: Subject: [PATCH] AUTHORS
48989              From: "Brendan O'Dea" <bod@debian.org>
48990              Date: Thu, 29 Aug 2002 22:49:34 +1000
48991              Message-ID: <20020829124934.GA1984@londo.odea.dropbear.id.au>
48992      Branch: perl
48993            ! AUTHORS
48994 ____________________________________________________________________________
48995 [ 17816] By: hv                                    on 2002/08/30  13:10:45
48996         Log: Subject: [PATCH 5.8.0] Term::Cap allow # comments in infcocmp output
48997              From: "Brendan O'Dea" <bod@debian.org>
48998              Date: Thu, 29 Aug 2002 22:46:47 +1000
48999              Message-ID: <20020829124647.GA1498@londo.odea.dropbear.id.au>
49000      Branch: perl
49001            ! lib/Term/Cap.pm
49002 ____________________________________________________________________________
49003 [ 17815] By: hv                                    on 2002/08/30  13:02:41
49004         Log: formatting cleanup and:
49005              Subject: Re: perl-5.8.0 on HP porting center
49006              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49007              Date: Thu, 29 Aug 2002 12:23:31 +0200
49008              Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl>
49009      Branch: perl
49010            ! installperl
49011 ____________________________________________________________________________
49012 [ 17814] By: hv                                    on 2002/08/30  12:23:33
49013         Log: Subject: [PATCH] perlmod.pod nit
49014              From: Autrijus Tang <autrijus@autrijus.org>
49015              Date: Thu, 29 Aug 2002 03:49:34 +0800
49016              Message-ID: <20020828194934.GA12244@not.autrijus.org>
49017      Branch: perl
49018            ! pod/perlmod.pod
49019 ____________________________________________________________________________
49020 [ 17813] By: hv                                    on 2002/08/30  12:19:15
49021         Log: Subject: [PATCH] Re: glob names and Regexp type introspection
49022              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
49023              Date: Thu, 29 Aug 2002 17:31:31 -0700
49024              Message-ID: <jzrb9gzkgO7W092yn@efn.org>
49025      Branch: perl
49026            ! sv.c t/op/pat.t
49027 ____________________________________________________________________________
49028 [ 17812] By: hv                                    on 2002/08/30  12:06:20
49029         Log: Subject: [PATCH] typos in Hash::Util documentation
49030              From: Slaven Rezic <slaven.rezic@berlin.de>
49031              Date: Wed, 28 Aug 2002 17:08:50 +0200 (CEST)
49032              Message-Id: <200208281508.g7SF8o9Z015197@vran.herceg.de>
49033      Branch: perl
49034            ! lib/Hash/Util.pm
49035 ____________________________________________________________________________
49036 [ 17811] By: hv                                    on 2002/08/30  12:02:59
49037         Log: Subject: Re: Recent changes on the HP porting center
49038              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49039              Date: Wed, 28 Aug 2002 17:39:27 +0200
49040              Message-Id: <20020828173024.3E95.H.M.BRAND@hccnet.nl>
49041      Branch: perl
49042            ! README.hpux
49043 ____________________________________________________________________________
49044 [ 17810] By: hv                                    on 2002/08/30  11:58:18
49045         Log: Subject: [PATCH] Fixes to threads::shared when disabled
49046              From: Michael G Schwern <schwern@pobox.com>
49047              Date: Wed, 28 Aug 2002 06:04:18 -0700
49048              Message-ID: <20020828130418.GG773@ool-18b93024.dyn.optonline.net>
49049      Branch: perl
49050            + ext/threads/shared/t/disabled.t
49051            ! MANIFEST ext/threads/shared/shared.pm
49052            ! ext/threads/shared/t/hv_refs.t
49053 ____________________________________________________________________________
49054 [ 17808] By: ams                                   on 2002/08/30  02:59:31
49055         Log: Subject: [PATCH] Tru64 vs Berkeley DB
49056              From: Jarkko Hietaniemi <jhi@iki.fi>
49057              Date: Fri, 30 Aug 2002 06:56:38 +0300
49058              Message-Id: <20020830035638.GB874@lyta.hut.fi>
49059      Branch: perl
49060            ! README.tru64 hints/dec_osf.sh
49061 ____________________________________________________________________________
49062 [ 17807] By: ams                                   on 2002/08/30  02:32:30
49063         Log: Subject: [PATCH] IRIX + INSTALL
49064              From: Jarkko Hietaniemi <jhi@iki.fi>
49065              Date: Fri, 30 Aug 2002 06:31:48 +0300
49066              Message-Id: <20020830033148.GA874@lyta.hut.fi>
49067      Branch: perl
49068            ! INSTALL hints/irix_6.sh
49069 ____________________________________________________________________________
49070 [ 17806] By: hv                                    on 2002/08/29  22:56:45
49071         Log: #17449 failed to apply the actual patch. This is it.
49072      Branch: perl
49073            ! lib/Exporter.pm lib/Exporter/Heavy.pm
49074 ____________________________________________________________________________
49075 [ 17805] By: hv                                    on 2002/08/29  13:49:04
49076         Log: Fix based on:
49077              Subject: [perl #16799] Perl 5.8.0 breaks POSIX::isprint() (and other POSIX::xxx)
49078              From: "esm@pobox.com (via RT)" <perlbug@perl.org>
49079              Date: 27 Aug 2002 22:10:16 -0000
49080              Message-Id: <rt-16799-35846.14.4842888832041@bugs6.perl.org>
49081      Branch: perl
49082            ! ext/POSIX/POSIX.xs
49083 ____________________________________________________________________________
49084 [ 17804] By: hv                                    on 2002/08/29  13:29:43
49085         Log: Subject: [PATCH] B::check_av() ; B::Deparse for CHECK blocks
49086              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49087              Date: Tue, 27 Aug 2002 23:36:53 +0200
49088              Message-Id: <20020827233653.535bc211.rgarciasuarez@free.fr>
49089      Branch: perl
49090            ! embedvar.h ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm intrpvar.h
49091            ! perl.c perlapi.h sv.c
49092 ____________________________________________________________________________
49093 [ 17803] By: ams                                   on 2002/08/29  13:09:47
49094         Log: Subject: [PATCH] AIX compiler setup sanity checking
49095              From: Jarkko Hietaniemi <jhi@iki.fi>
49096              Date: Thu, 29 Aug 2002 16:43:51 +0300
49097              Message-Id: <20020829134351.GG5219@lyta.hut.fi>
49098      Branch: perl
49099            ! hints/aix.sh
49100 ____________________________________________________________________________
49101 [ 17802] By: hv                                    on 2002/08/29  12:32:51
49102         Log: Subject: [perl #16769] Documention bug
49103              From: "dformosa@dformosa.zeta.org.au (via RT)" <perlbug@perl.org>
49104              Date: 26 Aug 2002 10:01:04 -0000
49105              Message-Id: <rt-16769-35720.17.1057454913803@bugs6.perl.org>
49106      Branch: perl
49107            ! pod/perl58delta.pod
49108 ____________________________________________________________________________
49109 [ 17801] By: hv                                    on 2002/08/29  12:19:30
49110         Log: Subject: [PATCH] ExtUtils::Constant 0.14
49111              From: Nicholas Clark <nick@unfortu.net>
49112              Date: Sun, 25 Aug 2002 18:06:00 +0100
49113              Message-ID: <20020825170600.GE322@Bagpuss.unfortu.net>
49114      Branch: perl
49115            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
49116 ____________________________________________________________________________
49117 [ 17800] By: hv                                    on 2002/08/29  12:08:59
49118         Log: Subject: Patch: Put local($^I, @ARGV) = ... trick back into perlfaq5
49119              From: Mark-Jason Dominus <mjd@plover.com>
49120              Date: Sun, 25 Aug 2002 12:09:53 -0400
49121              Message-ID: <20020825160953.15987.qmail@plover.com>
49122      Branch: perl
49123            ! pod/perlfaq5.pod
49124 ____________________________________________________________________________
49125 [ 17799] By: hv                                    on 2002/08/29  11:48:39
49126         Log: Subject: Re: if.pm bug.
49127              From: "Steffen Mueller" <kjx9zthh3001@sneakemail.com>
49128              Date: Sun, 25 Aug 2002 00:27:59 +0200
49129              Message-ID: <20020824222210.16387.qmail@onion.perl.org>
49130      Branch: perl
49131            ! lib/if.pm
49132 ____________________________________________________________________________
49133 [ 17798] By: hv                                    on 2002/08/29  11:44:00
49134         Log: Subject: [PATCH] posixify getppid on linux-multithread
49135              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49136              Date: Tue, 6 Aug 2002 21:56:46 +0200
49137              Message-Id: <20020806215646.3f6852bb.rgarciasuarez@free.fr>
49138      Branch: perl
49139            + t/op/getpid.t
49140            ! MANIFEST embedvar.h hints/linux.sh perl.c perlapi.h perlvars.h
49141            ! pod/perlfunc.pod pod/perlvar.pod pp_sys.c util.c
49142 ____________________________________________________________________________
49143 [ 17797] By: hv                                    on 2002/08/29  10:55:41
49144         Log: Subject: Re: [perl #16677] B::SV::FLAGS dumps core
49145              From: Mark-Jason Dominus <mjd@plover.com>
49146              Date: Sun, 25 Aug 2002 22:31:54 -0400
49147              Message-ID: <20020826023154.22986.qmail@plover.com>
49148      Branch: perl
49149            ! ext/B/B.pm
49150 ____________________________________________________________________________
49151 [ 17791] By: hv                                    on 2002/08/27  11:28:32
49152         Log: Missing MANIFEST files for #17783.
49153      Branch: perl
49154            ! MANIFEST
49155 ____________________________________________________________________________
49156 [ 17790] By: hv                                    on 2002/08/27  11:22:36
49157         Log: #17783 introduced an outdated test module, causing failure in
49158              lib/ExtUtils/t/problems.t. This grabs a more recent copy from
49159              ExtUtils::MakeMaker.
49160      Branch: perl
49161            ! t/lib/TieOut.pm
49162 ____________________________________________________________________________
49163 [ 17789] By: ams                                   on 2002/08/27  04:04:48
49164         Log: Subject: Patch perlvar.pod
49165              From: mjd@plover.com
49166              Date: 27 Aug 2002 03:03:01 -0000
49167              Message-Id: <20020827030301.32481.qmail@plover.com>
49168      Branch: perl
49169            ! pod/perlvar.pod
49170 ____________________________________________________________________________
49171 [ 17788] By: hv                                    on 2002/08/26  23:59:47
49172         Log: Update Changes
49173      Branch: perl
49174            ! Changes patchlevel.h
49175 ____________________________________________________________________________
49176 [ 17787] By: hv                                    on 2002/08/26  19:22:27
49177         Log: fix for:
49178              Subject: [perl #16773] "abc" =~ /(ab)()(c)??/ broken
49179              From: (Randal L. Schwartz) (via RT) <perlbug@perl.org>
49180              Date: 26 Aug 2002 15:01:36 -0000
49181              Message-Id: <rt-16773-35748.5.13188490159294@bugs6.perl.org>
49182      Branch: perl
49183            ! regexec.c t/op/re_tests
49184 ____________________________________________________________________________
49185 [ 17786] By: hv                                    on 2002/08/26  15:34:25
49186         Log: Subject: CPAN Upload: S/SB/SBURKE/Test-1.21.tar.gz
49187              From: "Sean M. Burke" <sburke@cpan.org>
49188              Date: Mon, 26 Aug 2002 04:38:19 -0600
49189              Message-Id: <5.1.0.14.1.20020826043702.022ca320@mail.spinn.net>
49190      Branch: perl
49191            ! lib/Test.pm lib/Test/t/fail.t lib/Test/t/mix.t
49192            ! lib/Test/t/todo.t
49193 ____________________________________________________________________________
49194 [ 17785] By: hv                                    on 2002/08/26  15:18:41
49195         Log: fix non-ANSI C++-style comment
49196              Subject: [ PATCH ]  Smoke 17780 /pro/3gl/CPAN/perl-current
49197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49198              Date: Mon, 26 Aug 2002 09:15:18 +0200
49199              Message-Id: <20020826090145.6975.H.M.BRAND@hccnet.nl>
49200      Branch: perl
49201            ! ext/Storable/Storable.xs
49202 ____________________________________________________________________________
49203 [ 17784] By: hv                                    on 2002/08/26  15:15:19
49204         Log: #17780 relies on unixy paths to locate own directory for bignum tests.
49205      Branch: perl
49206            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
49207            ! lib/bignum/t/brinfnan.t
49208 ____________________________________________________________________________
49209 [ 17783] By: hv                                    on 2002/08/26  15:07:21
49210         Log: Subject: [ANNOUNCE] Test::Simple 0.47
49211              From: Michael G Schwern <schwern@pobox.com>
49212              Date: Mon, 26 Aug 2002 04:13:03 -0700
49213              Message-ID: <20020826111303.GJ758@ool-18b93024.dyn.optonline.net>
49214      Branch: perl
49215            + lib/Test/Simple/t/details.t lib/Test/Simple/t/fork.t
49216            + lib/Test/Simple/t/has_plan.t lib/Test/Simple/t/has_plan2.t
49217            + lib/Test/Simple/t/ok_obj.t
49218            + t/lib/Test/Simple/sample_tests/pre_plan_death.plx
49219            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple.pm
49220            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
49221            ! lib/Test/Simple/t/plan.t lib/Test/Simple/t/threads.t
49222            ! lib/Test/Tutorial.pod t/lib/TieOut.pm
49223 ____________________________________________________________________________
49224 [ 17782] By: hv                                    on 2002/08/26  15:00:55
49225         Log: new test for change #17773
49226              Subject: lib/Pod/t/htmlview.t and lib/Pod/t/htmlview.pod patch (to account for the Pod::Html patch)
49227              From: DH <crazyinsomniac@yahoo.com>
49228              Date: Mon, 26 Aug 2002 01:36:27 -0700 (PDT)
49229              Message-ID: <20020826083627.46199.qmail@web40207.mail.yahoo.com>
49230      Branch: perl
49231            ! lib/Pod/t/htmlview.pod lib/Pod/t/htmlview.t
49232 ____________________________________________________________________________
49233 [ 17781] By: hv                                    on 2002/08/26  14:48:35
49234         Log: #17775 changed reentr.c instead of reentr.pl, which generates it
49235      Branch: perl
49236            ! reentr.pl
49237 ____________________________________________________________________________
49238 [ 17780] By: hv                                    on 2002/08/25  19:03:50
49239         Log: fix bignum test failures
49240      Branch: perl
49241            ! lib/bignum/t/biinfnan.t lib/bignum/t/bninfnan.t
49242            ! lib/bignum/t/brinfnan.t
49243 ____________________________________________________________________________
49244 [ 17779] By: hv                                    on 2002/08/25  18:56:29
49245         Log: upgrade bignum to v0.13: fix test failures and update docs
49246      Branch: perl
49247            ! lib/bignum.pm lib/bignum/t/bignum.t lib/bignum/t/bninfnan.t
49248 ____________________________________________________________________________
49249 [ 17778] By: hv                                    on 2002/08/25  18:43:06
49250         Log: Subject: Encode 1.76 Released
49251              From: Dan Kogai <dankogai@dan.co.jp>
49252              Date: su elo 25, 2002  11:27:07 US/Eastern
49253              Message-Id: <1DE68466-B83F-11D6-8805-0003939A104C@dan.co.jp>
49254      Branch: perl
49255            ! ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/bin/piconv
49256            ! ext/Encode/encoding.pm ext/Encode/lib/Encode/Alias.pm
49257            ! ext/Encode/lib/Encode/MIME/Header.pm
49258            ! ext/Encode/t/big5-eten.utf ext/Encode/ucm/big5-eten.ucm
49259 ____________________________________________________________________________
49260 [ 17777] By: rgs                                   on 2002/08/25  18:42:46
49261         Log: Fix parsing problems with the // operator.
49262              Make // able to follow various unary operators used without
49263              arguments or parens (shift, pop, getc, pos, readline,
49264              readlink, undef, umask, and the filetest operators), as
49265              well as the <FH> operator.
49266      Branch: perl
49267            ! perl.h t/op/dor.t toke.c
49268 ____________________________________________________________________________
49269 [ 17776] By: hv                                    on 2002/08/25  15:56:37
49270         Log: Subject: [PATCH] ExtUtils::Constant 0.13
49271              From: Nicholas Clark <nick@unfortu.net>
49272              Date: Fri, 23 Aug 2002 19:21:12 +0100
49273              Message-ID: <20020823182111.GA281@Bagpuss.unfortu.net>
49274      Branch: perl
49275            ! lib/ExtUtils/Constant.pm lib/ExtUtils/t/Constant.t
49276 ____________________________________________________________________________
49277 [ 17775] By: hv                                    on 2002/08/25  15:46:28
49278         Log: Subject: [perl #16729] crypt() doesn't work in multithreaded perl
49279              From: "mls@suse.de (via RT)" <perlbug@perl.org>
49280              Date: 23 Aug 2002 15:24:39 -0000
49281              Message-Id: <rt-16729-35555.9.25145891475907@bugs6.perl.org>
49282      Branch: perl
49283            ! reentr.c
49284 ____________________________________________________________________________
49285 [ 17774] By: hv                                    on 2002/08/25  15:29:42
49286         Log: Subject: [PATCH lib/Benchmark.(pm|t)]  Make cmpthese work as documented.
49287              From: Abigail <abigail@foad.org>
49288              Date: Thu, 22 Aug 2002 04:10:39 -0700
49289              Message-ID: <20020822041039.A2089@ucan.foad.org>
49290      Branch: perl
49291            ! lib/Benchmark.pm lib/Benchmark.t
49292 ____________________________________________________________________________
49293 [ 17773] By: hv                                    on 2002/08/25  15:17:16
49294         Log: Subject: Re: a bugfix for Pod::Html (in diff -u format)
49295              From: DH <crazyinsomniac@yahoo.com>
49296              Date: Thu, 22 Aug 2002 02:32:50 -0700 (PDT)
49297              Message-ID: <20020822093250.30523.qmail@web40205.mail.yahoo.com>
49298      Branch: perl
49299            ! lib/Pod/Html.pm
49300 ____________________________________________________________________________
49301 [ 17772] By: hv                                    on 2002/08/25  14:49:37
49302         Log: Subject: Re: p5p patches
49303              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49304              Date: Fri, 23 Aug 2002 15:27:48 +0200
49305              Message-Id: <20020823152535.D3EA.H.M.BRAND@hccnet.nl>
49306      Branch: perl
49307            ! Porting/patching.pod
49308 ____________________________________________________________________________
49309 [ 17771] By: hv                                    on 2002/08/25  14:45:46
49310         Log: Subject: Newdated info for HP-UX
49311              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49312              Date: Wed, 21 Aug 2002 20:20:17 +0200
49313              Message-Id: <20020821201737.697B.H.M.BRAND@hccnet.nl>
49314      Branch: perl
49315            ! README.hpux
49316 ____________________________________________________________________________
49317 [ 17770] By: hv                                    on 2002/08/25  14:26:36
49318         Log: Subject: [PATCH] let perlfaq1.pod mention 5.8 as the current stable release
49319              From: "Jos I. Boumans" <kane@cpan.org>
49320              Date: Wed, 21 Aug 2002 14:55:51 +0200
49321              Message-ID: <20020821124817.34761.qmail@onion.perl.org>
49322      Branch: perl
49323            ! pod/perlfaq1.pod
49324 ____________________________________________________________________________
49325 [ 17769] By: hv                                    on 2002/08/25  14:16:50
49326         Log: Subject: bit more for WinCE
49327              From: "Vadim Konovalov" <vkonovalov@peterstar.ru>
49328              Date: Wed, 21 Aug 2002 01:31:52 +0400
49329              Message-ID: <000f01c24891$045c4990$2b5ec3d9@vad>
49330      Branch: perl
49331            ! wince/Makefile.ce wince/compile.bat wince/win32io.c
49332            ! wince/wince.c
49333 ____________________________________________________________________________
49334 [ 17768] By: hv                                    on 2002/08/25  14:02:47
49335         Log: Subject: [PATCH] fix lib.pm's import() to accept readonly parameters
49336              From: Anton Berezin <tobez@tobez.org>
49337              Date: Tue, 20 Aug 2002 23:44:25 +0200
49338              Message-ID: <20020820214425.GG16178@heechee.tobez.org>
49339      Branch: perl
49340            ! lib/lib.t lib/lib_pm.PL
49341 ____________________________________________________________________________
49342 [ 17767] By: hv                                    on 2002/08/25  13:52:08
49343         Log: Subject: [perl #16281] patch to enable perldoc -n for MSWin32 (perl-5.8.0)
49344              From: "Randy W. Sims" (via RT) <perlbug@perl.org>
49345              Date: 18 Aug 2002 13:27:12 -0000
49346              Message-Id: <rt-16281-34264.3.49471192322156@bugs6.perl.org>
49347      Branch: perl
49348            ! utils/perldoc.PL
49349 ____________________________________________________________________________
49350 [ 17766] By: rgs                                   on 2002/08/24  20:33:05
49351         Log: Subject: [perl #16737] [PATCH] Perl5.8.0 two simple typos in perlxstut
49352              From: Peter BARABAS (via RT) <perlbug@perl.org>
49353              Date: 24 Aug 2002 08:16:19 -0000
49354              Message-ID: <rt-16737-35573.3.51579548306248@bugs6.perl.org>
49355      Branch: perl
49356            ! pod/perlxstut.pod
49357 ____________________________________________________________________________
49358 [ 17765] By: rgs                                   on 2002/08/24  19:03:52
49359         Log: Subject: [PATCH] remove 2 unit warnings from lib/Net/t/hostname.t
49360              From: Nicholas Clark <nick@unfortu.net>
49361              Date: Sat, 24 Aug 2002 17:01:08 +0100
49362              Message-ID: <20020824160107.GI280@Bagpuss.unfortu.net>
49363              (plus a typo fix)
49364      Branch: perl
49365            ! lib/Net/t/hostname.t
49366 ____________________________________________________________________________
49367 [ 17764] By: rgs                                   on 2002/08/24  12:29:27
49368         Log: a2p wasn't installed with -Dversiononly
49369      Branch: perl
49370            ! installperl
49371 ____________________________________________________________________________
49372 [ 17763] By: hv                                    on 2002/08/23  12:23:31
49373         Log: #17747 caused bad free()s with PERL_DESTRUCT by calling newXS()
49374              with a NULL subaddr. Fix that, and stop it happening again.
49375      Branch: perl
49376            ! op.c universal.c
49377 ____________________________________________________________________________
49378 [ 17762] By: hv                                    on 2002/08/23  11:02:35
49379         Log: fixup threaded build for vstring changes
49380      Branch: perl
49381            ! universal.c util.c
49382 ____________________________________________________________________________
49383 [ 17761] By: ams                                   on 2002/08/23  02:54:09
49384         Log: Incorporate fix from JHI at:
49385              http://rt.perl.org/rt2/Ticket/Display.html?id=16708
49386      Branch: perl
49387            ! ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
49388 ____________________________________________________________________________
49389 [ 17760] By: ams                                   on 2002/08/23  01:30:46
49390         Log: Subject: [PATCH] PPPort IVSIZE and SvPV_nolen
49391              From: Jarkko Hietaniemi <jhi@iki.fi>
49392              Date: Fri, 23 Aug 2002 05:29:09 +0300
49393              Message-Id: <20020823022909.GC9135@lyta.hut.fi>
49394      Branch: perl
49395            ! ext/Devel/PPPort/PPPort.pm
49396 ____________________________________________________________________________
49397 [ 17759] By: ams                                   on 2002/08/23  01:27:23
49398         Log: Subject: [PATCH] x2p/str.c signedness nits
49399              From: Jarkko Hietaniemi <jhi@iki.fi>
49400              Date: Fri, 23 Aug 2002 02:43:30 +0300
49401              Message-Id: <20020822234330.GC31624@lyta.hut.fi>
49402      Branch: perl
49403            ! x2p/str.c
49404 ____________________________________________________________________________
49405 [ 17758] By: hv                                    on 2002/08/22  22:29:45
49406         Log: bignum-0.12 updates from:
49407              Subject: [ANNOUCNE] Big Math::Big* update
49408              From: Tels <perl_dummy@bloodgate.com>
49409              Date: Tue, 13 Aug 2002 22:02:09 +0200 (CEST)
49410              Message-Id: <200208132121.g7DLLRV21408@crypt.org>
49411      Branch: perl
49412            + lib/bignum/t/biinfnan.t lib/bignum/t/bn_lite.t
49413            + lib/bignum/t/bninfnan.t lib/bignum/t/br_lite.t
49414            + lib/bignum/t/brinfnan.t lib/bignum/t/infnan.inc
49415            ! MANIFEST lib/bigint.pm lib/bignum.pm lib/bignum/t/bignum.t
49416            ! lib/bigrat.pm
49417 ____________________________________________________________________________
49418 [ 17757] By: hv                                    on 2002/08/22  22:19:42
49419         Log: new file for #17756
49420      Branch: perl
49421            ! MANIFEST
49422 ____________________________________________________________________________
49423 [ 17756] By: hv                                    on 2002/08/22  22:16:41
49424         Log: Subject: ANNOUCNE: Math::BigRat v0.09
49425              From: Tels <perl_dummy@bloodgate.com>
49426              Date: Wed, 14 Aug 2002 20:12:03 +0200 (CEST)
49427              Message-Id: <200208141812.g7EICrV23771@crypt.org>
49428      Branch: perl
49429            + lib/Math/BigRat/t/big_ap.t
49430            ! lib/Math/BigRat.pm lib/Math/BigRat/t/bigrat.t
49431            ! lib/Math/BigRat/t/bigratpm.inc
49432 ____________________________________________________________________________
49433 [ 17755] By: hv                                    on 2002/08/22  19:44:03
49434         Log: new files from #17754
49435      Branch: perl
49436            + lib/Math/BigInt/Scalar.pm lib/Math/BigInt/t/bigints.t
49437 ____________________________________________________________________________
49438 [ 17754] By: hv                                    on 2002/08/22  19:42:58
49439         Log: Subject: ANNOUNCE: Math-BigInt v1.62
49440              From: Tels <perl_dummy@bloodgate.com>
49441              Date: Wed, 21 Aug 2002 19:12:59 +0200 (CEST)
49442              Message-Id: <200208211513.g7LFDUs02512@crypt.org>
49443      Branch: perl
49444            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
49445            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bare_mbf.t
49446            ! lib/Math/BigInt/t/bare_mbi.t lib/Math/BigInt/t/bare_mif.t
49447            ! lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/bigfltpm.t
49448            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.inc
49449            ! lib/Math/BigInt/t/bigintpm.t lib/Math/BigInt/t/calling.t
49450            ! lib/Math/BigInt/t/constant.t lib/Math/BigInt/t/mbimbf.inc
49451            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
49452            ! lib/Math/BigInt/t/sub_mbi.t lib/Math/BigInt/t/sub_mif.t
49453            ! lib/Math/BigInt/t/upgrade.inc lib/Math/BigInt/t/upgrade.t
49454            ! lib/Math/BigInt/t/with_sub.t t/lib/Math/BigFloat/Subclass.pm
49455 ____________________________________________________________________________
49456 [ 17753] By: hv                                    on 2002/08/22  12:05:57
49457         Log: Subject: podlators 1.24 released
49458              From: Russ Allbery <rra@stanford.edu>
49459              Date: Sat, 03 Aug 2002 20:56:42 -0700
49460              Message-ID: <ylbs8jff9h.fsf@windlord.stanford.edu>
49461      Branch: perl
49462            + lib/Pod/t/text-options.t
49463            ! MANIFEST lib/Pod/Text.pm lib/Pod/Text/Overstrike.pm
49464            ! lib/Pod/t/basic.t pod/pod2text.PL
49465 ____________________________________________________________________________
49466 [ 17752] By: hv                                    on 2002/08/22  11:13:17
49467         Log: Subject: [Announce] Unicode::Collate 0.20 -> UCA version 9
49468              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
49469              Date: Fri, 26 Jul 2002 02:59:12 +0900
49470              Message-Id: <20020726025828.B5E9.BQW10602@nifty.com>
49471      Branch: perl
49472            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
49473            ! lib/Unicode/Collate/README lib/Unicode/Collate/keys.txt
49474            ! lib/Unicode/Collate/t/test.t
49475 ____________________________________________________________________________
49476 [ 17751] By: hv                                    on 2002/08/22  11:08:35
49477         Log: fix test failure from #17747
49478      Branch: perl
49479            ! ext/B/t/stash.t
49480 ____________________________________________________________________________
49481 [ 17750] By: hv                                    on 2002/08/22  10:46:19
49482         Log: Subject: [PATCH] Fix DBM filters
49483              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
49484              Date: Wed, 21 Aug 2002 11:40:49 +0100
49485              Message-ID: <AIEAJICLCBDNAAOLLOKLAEHCFEAA.Paul.Marquess@btinternet.com>
49486      Branch: perl
49487            ! XSUB.h ext/DB_File/DB_File.xs ext/DB_File/typemap
49488            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/gdbm.t
49489            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.xs
49490            ! ext/NDBM_File/ndbm.t ext/NDBM_File/typemap
49491            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
49492            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
49493            ! ext/SDBM_File/sdbm.t ext/SDBM_File/typemap
49494 ____________________________________________________________________________
49495 [ 17749] By: hv                                    on 2002/08/22  01:04:32
49496         Log: avoid use of %caller::EXPORT
49497              Subject: [PATCH] Re: question about Exporter::import
49498              From: Nicholas Clark <nick@unfortu.net>
49499              Date: Wed, 14 Aug 2002 21:33:12 +0100
49500              Message-id: <20020814203311.GD278@Bagpuss.unfortu.net>
49501      Branch: perl
49502            ! lib/Exporter.pm lib/Exporter/Heavy.pm
49503 ____________________________________________________________________________
49504 [ 17748] By: hv                                    on 2002/08/22  00:54:03
49505         Log: todo test for linux $0 modification
49506              Subject: Re: [perl #16206] $0 in 5.8
49507              From: Slaven Rezic <slaven.rezic@berlin.de>
49508              Date: 17 Aug 2002 21:32:37 +0200
49509              Message-id: <87elcx2sdm.fsf@vran.herceg.de>
49510      Branch: perl
49511            ! t/op/magic.t
49512 ____________________________________________________________________________
49513 [ 17747] By: hv                                    on 2002/08/22  00:11:34
49514         Log: Subject: Re: [PATCH] Version object patch #1
49515              From: John Peacock <jpeacock@rowman.com>
49516              Date: Tue, 20 Aug 2002 22:51:46 -0400 (Wed 03:51 BST)
49517              Message-id: <3D630042.6020407@rowman.com>
49518
49519              Subject: Re: [REVISED PATCH] Magic v-strings
49520              From: John Peacock <jpeacock@rowman.com>
49521              Date: Wed, 21 Aug 2002 15:08:34 -0400 (20:08 BST)
49522              Message-id: <3D63E532.7020305@rowman.com>
49523      Branch: perl
49524            ! sv.c t/op/ver.t universal.c util.c
49525 ____________________________________________________________________________
49526 [ 17746] By: hv                                    on 2002/08/20  16:48:05
49527         Log: Subject: [PATCH] Version object patch #1
49528              From: John Peacock <jpeacock@rowman.com>
49529              Date: Thu, 15 Aug 2002 10:06:21 -0400 (15:06 BST)
49530              Message-id: <3D5BB55D.6090603@rowman.com>
49531              and Message-id: <3D627D1A.4050607@rowman.com>
49532              and t/lib/warnings/universal tweak to skip
49533      Branch: perl
49534            ! embed.fnc embed.h global.sym pod/perlapi.pod proto.h sv.h
49535            ! t/lib/warnings/universal toke.c util.c
49536 ____________________________________________________________________________
49537 [ 17745] By: hv                                    on 2002/08/20  16:27:01
49538         Log: perldelta for #17727
49539      Branch: perl
49540            ! pod/perldelta.pod
49541 ____________________________________________________________________________
49542 [ 17744] By: hv                                    on 2002/08/20  15:34:36
49543         Log: Subject: typo in perfunc.pod
49544              From: "John P. Linderman" <jpl@research.att.com>
49545              Date: Mon, 19 Aug 2002 08:45:31 -0400 (EDT) (13:45 BST)
49546              Message-id: <200208191245.IAA20072@raptor.research.att.com>
49547      Branch: perl
49548            ! pod/perlfunc.pod
49549 ____________________________________________________________________________
49550 [ 17743] By: hv                                    on 2002/08/20  15:31:40
49551         Log: Subject: Re: [PATCH] fix typos in perlpacktut
49552              From: "Mr. Nobody" <mrnobo1024@yahoo.com>
49553              Date: Fri, 16 Aug 2002 20:40:58 -0700 (PDT) (Sat 04:40 BST)
49554              Message-id: <20020817034058.45633.qmail@web20802.mail.yahoo.com>
49555      Branch: perl
49556            ! pod/perlpacktut.pod
49557 ____________________________________________________________________________
49558 [ 17742] By: hv                                    on 2002/08/20  14:51:16
49559         Log: Subject: [REVISED PATCH] Magic v-strings
49560              From: John Peacock <jpeacock@rowman.com>
49561              Date: Sat, 10 Aug 2002 15:56:22 -0400 (20:56 BST)
49562              Message-id: <3D556FE6.6000404@rowman.com>
49563              plus a bit of cleanup
49564      Branch: perl
49565            ! dump.c perl.h pod/perlguts.pod sv.c sv.h util.c
49566 ____________________________________________________________________________
49567 [ 17741] By: hv                                    on 2002/08/20  14:20:16
49568         Log: Subject: Re: [PATCH] Storable and CODE references
49569              From: Slaven Rezic <slaven.rezic@berlin.de>
49570              Date: 17 Aug 2002 21:58:03 +0200
49571              Message-id: <87bs812r78.fsf@vran.herceg.de>
49572      Branch: perl
49573            + ext/Storable/t/code.t
49574            ! MANIFEST ext/Storable/Storable.xs ext/Storable/t/forgive.t
49575            ! ext/Storable/t/malice.t
49576 ____________________________________________________________________________
49577 [ 17740] By: hv                                    on 2002/08/20  14:07:56
49578         Log: Clean up copy-on-write macros and debug facilities (new flag 'C').
49579              Handle CoW in hashes:
49580              Subject: Re: why would tr/// be performing hash copies?
49581              From: Nicholas Clark <nick@unfortu.net>
49582              Date: Sun, 18 Aug 2002 23:17:01 +0100
49583              Message-id: <20020818221700.GD294@Bagpuss.unfortu.net>
49584      Branch: perl
49585            ! hv.c perl.c perl.h pod/perlrun.pod sv.c sv.h
49586 ____________________________________________________________________________
49587 [ 17739] By: hv                                    on 2002/08/20  13:52:18
49588         Log: Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
49589              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49590              Date: Tue, 23 Jul 2002 09:21:10 +0200
49591              Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl>
49592      Branch: perl
49593            ! Configure
49594 ____________________________________________________________________________
49595 [ 17737] By: ams                                   on 2002/08/19  07:48:39
49596         Log: Effect a speedy recovery from POD affected by (ahem, Australian)
49597              negligence.
49598      Branch: perl
49599            ! pod/perlrun.pod
49600 ____________________________________________________________________________
49601 [ 17736] By: hv                                    on 2002/08/18  18:27:28
49602         Log: Subject: [PATCH] Re: 5.8.0 sprintf (?) problem with floats?
49603              From: Dave Mitchell <davem@fdgroup.com>
49604              Date: Fri, 16 Aug 2002 23:31:07 +0100
49605              Message-id: <20020816233107.E9388@fdgroup.com>
49606      Branch: perl
49607            ! numeric.c t/base/num.t
49608 ____________________________________________________________________________
49609 [ 17735] By: hv                                    on 2002/08/18  02:22:21
49610         Log: Subject: Re: [perl #16198] pod tpyo in hostent.pm
49611              From: Mark-Jason Dominus <mjd@plover.com>
49612              Date: Tue, 13 Aug 2002 21:19:08 -0400 (Wed 02:19 BST)
49613              Message-id: <20020814011909.22744.qmail@plover.com>
49614      Branch: perl
49615            ! lib/Net/hostent.pm
49616 ____________________________________________________________________________
49617 [ 17734] By: hv                                    on 2002/08/18  02:20:05
49618         Log: Subject: [PATCH] Re: Pod::Functions tpyo
49619              From: Abe Timmerman <abe@ztreet.demon.nl>
49620              Date: Tue, 13 Aug 2002 23:47:00 +0200
49621              Message-id: <200208132347.00782.abe@ztreet.demon.nl>
49622      Branch: perl
49623            ! lib/Pod/Functions.pm
49624 ____________________________________________________________________________
49625 [ 17733] By: hv                                    on 2002/08/18  02:17:18
49626         Log: Subject: Server rename revisited
49627              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49628              Date: Tue, 13 Aug 2002 19:19:03 +0200
49629              Message-id: <20020813191821.DC98.H.M.BRAND@hccnet.nl>
49630      Branch: perl
49631            ! README.hpux
49632 ____________________________________________________________________________
49633 [ 17732] By: hv                                    on 2002/08/18  02:11:49
49634         Log: Subject: [PATCH] Remove old VOS build methods
49635              From: Paul_GreenVOS@vos.stratus.com
49636              Date: Tue, 13 Aug 02 10:25 edt (15:25 BST)
49637              Message-id: <200208131426.KAA01012@mailhub1.stratus.com>
49638      Branch: perl
49639            - vos/Makefile vos/build.cm vos/compile_perl.cm
49640            - vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49641            - vos/config.ga.h vos/config.pl vos/configure_perl.cm
49642            - vos/install_perl.cm vos/perl.bind vos/test_vos_dummies.c
49643            - vos/vos_dummies.c
49644            ! MANIFEST README.vos pod/perlport.pod vos/Changes
49645 ____________________________________________________________________________
49646 [ 17731] By: hv                                    on 2002/08/18  01:57:12
49647         Log: Subject: [PATCH] Configure missing d_modflproto=''
49648              From: "Gerrit P. Haase" <gp@familiehaase.de>
49649              Date: Tue, 13 Aug 2002 15:11:05 +0200
49650              Message-id: <11417599086.20020813151105@familiehaase.de>
49651      Branch: perl
49652            ! Configure
49653 ____________________________________________________________________________
49654 [ 17730] By: hv                                    on 2002/08/18  01:41:33
49655         Log: missing chunk from #17725 causes lib/constant.t test failures
49656      Branch: perl
49657            ! lib/constant.t
49658 ____________________________________________________________________________
49659 [ 17729] By: hv                                    on 2002/08/17  02:33:15
49660         Log: Subject: [PATCH] Safe.pm documentation
49661              From: Slaven Rezic <slaven.rezic@berlin.de>
49662              Date: Sat, 10 Aug 2002 19:30:38 +0200 (CEST)
49663              Message-id: <200208101730.g7AHUc9p001668@vran.herceg.de>
49664      Branch: perl
49665            ! ext/Opcode/Safe.pm pod/perlre.pod
49666 ____________________________________________________________________________
49667 [ 17728] By: hv                                    on 2002/08/17  02:07:24
49668         Log: Subject: Copy On Write
49669              From: Nicholas Clark <nick@ccl4.org>
49670              Date: Thu, 15 Aug 2002 00:10:35 +0100
49671              Message-id: <20020815001035.A69079@plum.flirble.org>
49672              specify "-Accflags='-DPERL_COPY_ON_WRITE'" to use
49673      Branch: perl
49674            ! doop.c dump.c embed.fnc embed.h mg.c pod/perlapi.pod pp.c
49675            ! pp_hot.c proto.h sv.c sv.h
49676 ____________________________________________________________________________
49677 [ 17727] By: hv                                    on 2002/08/17  01:20:05
49678         Log: Subject: [PATCH 5.7.3] Negative subscripts optionally passed to tied array methods
49679              From: Mark-Jason Dominus <mjd@plover.com>
49680              Date: Sun, 14 Apr 2002 23:38:55 -0400 (Mon 04:38 BST)
49681              Message-id: <20020415033855.6343.qmail@plover.com>
49682      Branch: perl
49683            ! av.c av.h pod/perltie.pod t/op/tiearray.t
49684 ____________________________________________________________________________
49685 [ 17726] By: hv                                    on 2002/08/17  01:17:09
49686         Log: pp.c warns that sv may be used uninitialised in pp_delete()
49687      Branch: perl
49688            ! pp.c
49689 ____________________________________________________________________________
49690 [ 17725] By: hv                                    on 2002/08/17  00:51:19
49691         Log: Subject: [PATCH] Remove pseudo-hashes (complete)
49692              From: Michael G Schwern <schwern@pobox.com>
49693              Date: Tue, 6 Aug 2002 13:05:10 -0700 (21:05 BST)
49694              Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net>
49695      Branch: perl
49696            ! av.c doop.c dump.c embed.fnc embed.h ext/B/B/Concise.pm
49697            ! global.sym lib/fields.pm lib/fields.t lib/overload.pm mg.c
49698            ! op.c op.h pod/perldiag.pod pod/perlfunc.pod pod/perlref.pod
49699            ! pp.c pp_hot.c proto.h t/op/avhv.t t/op/hashwarn.t
49700 ____________________________________________________________________________
49701 [ 17724] By: hv                                    on 2002/08/17  00:27:33
49702         Log: ext/B/defsubs.h also depends on the program that builds it
49703      Branch: perl
49704            ! ext/B/Makefile.PL
49705 ____________________________________________________________________________
49706 [ 17723] By: hv                                    on 2002/08/17  00:10:24
49707         Log: Subject: Re: deb.c compile time error (patchlevel 17721)
49708              From: Dave Mitchell <davem@fdgroup.com>
49709              Date: Tue, 13 Aug 2002 14:42:15 +0100
49710              Message-ID: <20020813144215.G11939@fdgroup.com>
49711      Branch: perl
49712            ! embed.fnc embed.h global.sym proto.h
49713 ____________________________________________________________________________
49714 [ 17722] By: ams                                   on 2002/08/16  05:20:22
49715         Log: Subject: Minor perlrun.pod patch
49716              From: Iain Truskett <spoon@cpan.org>
49717              Date: Fri, 16 Aug 2002 16:20:27 +1000
49718              Message-Id: <20020816162027.D17196@eh.org>
49719      Branch: perl
49720            ! pod/perlrun.pod
49721 ____________________________________________________________________________
49722 [ 17721] By: hv                                    on 2002/08/12  12:17:19
49723         Log: #17717 needed tests fixing up
49724      Branch: perl
49725            ! t/op/chop.t
49726 ____________________________________________________________________________
49727 [ 17720] By: hv                                    on 2002/08/12  12:10:07
49728         Log: Subject: Re: [PATCH] Re: taint news
49729              From: Rick Delaney <rick.delaney@rogers.com>
49730              Date: 04 Aug 2002 00:28:58 EDT
49731              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
49732              missed patch fragment from Change #17676
49733      Branch: perl
49734            ! pod/perlsec.pod
49735 ____________________________________________________________________________
49736 [ 17719] By: hv                                    on 2002/08/12  12:03:53
49737         Log: Subject: [perl #15987] Tests fail when sources are under CVS control
49738              From: Warren Jones (via RT) <perlbug@perl.org>
49739              Date: 5 Aug 2002 19:08:50 -0000 (Mon 20:08 BST)
49740              Message-id: <rt-15987-32864.15.6255441902154@bugs6.perl.org>
49741      Branch: perl
49742            ! lib/strict.t lib/warnings.t
49743 ____________________________________________________________________________
49744 [ 17718] By: hv                                    on 2002/08/12  11:57:17
49745         Log: Subject: [PATCH] add verbose stack display option, -Dvs
49746              From: Dave Mitchell <davem@fdgroup.com>
49747              Date: Mon, 5 Aug 2002 00:55:33 +0100
49748              Message-id: <20020805005533.B26111@fdgroup.com>
49749      Branch: perl
49750            ! deb.c dump.c embed.fnc embed.h perl.c perl.h pod/perlapi.pod
49751            ! pod/perlrun.pod proto.h
49752 ____________________________________________________________________________
49753 [ 17717] By: hv                                    on 2002/08/12  11:44:06
49754         Log: Subject: Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
49755              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
49756              Date: Sat, 27 Jan 2001 19:31:29 -0800 (PST)
49757              Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
49758      Branch: perl
49759            ! op.c t/op/chop.t t/op/ref.t
49760 ____________________________________________________________________________
49761 [ 17716] By: hv                                    on 2002/08/12  11:29:53
49762         Log: Subject: Re: [ID 20020713.001] chomp($data=<tied_fh>) strangeness.
49763              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
49764              Date: Sat, 13 Jul 2002 17:44:02 +0100
49765              Message-id: <200207131644.g6DGi2214456@crypt.compulink.co.uk>
49766      Branch: perl
49767            ! pp_hot.c t/op/tiehandle.t
49768 ____________________________________________________________________________
49769 [ 17715] By: hv                                    on 2002/08/12  11:28:26
49770         Log: Subject: [PATCH] better modfl detection
49771              From: Nicholas Clark <nick@unfortu.net>
49772              Date: Sun, 11 Aug 2002 20:05:49 +0100
49773              Message-id: <20020811190548.GK300@Bagpuss.unfortu.net>
49774      Branch: perl
49775            ! Configure config_h.SH perl.h
49776 ____________________________________________________________________________
49777 [ 17714] By: hv                                    on 2002/08/12  11:26:23
49778         Log: Subject: [PATCH] perltodo.pod
49779              From: Richard.Foley@t-online.de
49780              Date: Sun, 11 Aug 2002 18:26:10 +0200
49781              Message-id: <17dwY1-0spbdoC@fwd06.sul.t-online.com>
49782              perlbug credits
49783      Branch: perl
49784            ! pod/perltodo.pod
49785 ____________________________________________________________________________
49786 [ 17713] By: hv                                    on 2002/08/12  11:24:44
49787         Log: Subject: [PATCH] gv_fullname3 as call to gv_fullname4
49788              From: Nicholas Clark <nick@unfortu.net>
49789              Date: Sun, 11 Aug 2002 16:59:16 +0100
49790              Message-id: <20020811155914.GE300@Bagpuss.unfortu.net>
49791      Branch: perl
49792            ! gv.c
49793 ____________________________________________________________________________
49794 [ 17712] By: hv                                    on 2002/08/12  11:23:06
49795         Log: Subject: Re: Smoke 17703 /pro/3gl/CPAN/perl-current
49796              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49797              Date: Mon, 12 Aug 2002 10:25:20 +0200
49798              Message-id: <20020812102347.AFB6.H.M.BRAND@hccnet.nl>
49799              gcc bug test needs -lm
49800      Branch: perl
49801            ! hints/hpux.sh
49802 ____________________________________________________________________________
49803 [ 17711] By: hv                                    on 2002/08/12  11:20:49
49804         Log: Subject: [PATCH s2p] Small typo correction
49805              From: "Newton, Philip" <Philip.Newton@datenrevision.de>
49806              Date: Wed, 7 Aug 2002 11:50:51 +0200
49807              Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg>
49808      Branch: perl
49809            ! x2p/s2p.PL
49810 ____________________________________________________________________________
49811 [ 17710] By: hv                                    on 2002/08/12  11:17:21
49812         Log: Subject: [PATCH] pod/perlfaq4.pod
49813              From: Abigail <abigail@foad.org>
49814              Date: Tue, 30 Jul 2002 09:52:02 -0700 (17:52 BST)
49815              Message-id: <20020730095202.A6462@ucan.foad.org>
49816              Add references to Regexp::Common.
49817      Branch: perl
49818            ! pod/perlfaq4.pod
49819 ____________________________________________________________________________
49820 [ 17707] By: rgs                                   on 2002/08/09  21:23:20
49821         Log: Subject: New HP-UX itanium servers
49822              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49823              Date: Wed, 07 Aug 2002 13:25:57 +0200
49824              Message-ID: <20020807132518.FCBF.H.M.BRAND@hccnet.nl>
49825      Branch: perl
49826            ! README.hpux
49827 ____________________________________________________________________________
49828 [ 17706] By: rgs                                   on 2002/08/09  21:00:41
49829         Log: Subject: Re: missing lower range in {} regex
49830              From: "John P. Linderman" <jpl@research.att.com>
49831              Date: Fri, 09 Aug 2002 12:48:55 -0400
49832              Message-ID: <200208091648.MAA77577@raptor.research.att.com>
49833      Branch: perl
49834            ! pod/perlre.pod
49835 ____________________________________________________________________________
49836 [ 17705] By: rgs                                   on 2002/08/08  20:57:59
49837         Log: More tests for the attribute syntax, from the
49838              attributes manpage.
49839      Branch: perl
49840            ! t/op/attrs.t
49841 ____________________________________________________________________________
49842 [ 17704] By: rgs                                   on 2002/08/08  19:47:44
49843         Log: Fix bug #16080 : an attribute list should end at '}'
49844      Branch: perl
49845            ! t/op/attrs.t toke.c
49846 ____________________________________________________________________________
49847 [ 17703] By: hv                                    on 2002/08/08  15:30:12
49848         Log: Update Changes
49849      Branch: perl
49850            ! Changes patchlevel.h
49851 ____________________________________________________________________________
49852 [ 17702] By: hv                                    on 2002/08/08  15:08:57
49853         Log: Subject: Re: README.aix
49854              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49855              Date: Tue, 30 Jul 2002 13:30:29 +0200
49856              Message-id: <20020730130812.48B9.H.M.BRAND@hccnet.nl>
49857      Branch: perl
49858            ! README.aix
49859 ____________________________________________________________________________
49860 [ 17701] By: hv                                    on 2002/08/08  15:06:01
49861         Log: Subject: [PATCH] Re: pp_sys.c compile failed..
49862              From: Andy Dougherty <doughera@lafayette.edu>
49863              Date: Tue, 6 Aug 2002 10:42:07 -0400 (EDT) (15:42 BST)
49864              Message-id: <Pine.SOL.4.10.10208061024250.5315-100000@maxwell.phys.lafayette.edu>
49865      Branch: perl
49866            ! hints/aix.sh
49867 ____________________________________________________________________________
49868 [ 17700] By: hv                                    on 2002/08/08  15:02:57
49869         Log: Subject: [DOC PATCH] perlipc.pod
49870              From: Arjen Laarhoven <arjen@nl.demon.net>
49871              Date: Tue, 6 Aug 2002 14:16:01 +0200
49872              Message-id: <20020806121601.GK40785@aragorn.noc.nl.demon.net>
49873      Branch: perl
49874            ! pod/perlipc.pod
49875 ____________________________________________________________________________
49876 [ 17699] By: hv                                    on 2002/08/08  14:56:56
49877         Log: Subject: [PATCH] Re: [perl #15898] coredump with variable our
49878              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49879              Date: Fri, 2 Aug 2002 23:44:21 +0200
49880              Message-id: <20020802234421.11c62fe6.rgarciasuarez@free.fr>
49881      Branch: perl
49882            ! op.c t/op/attrs.t
49883 ____________________________________________________________________________
49884 [ 17698] By: hv                                    on 2002/08/08  14:52:45
49885         Log: Subject: [perl #16000] Configure -Dstatic_ext=foo builds foo as both static and dynamic
49886              From: Yitzchak Scott-Thoennes (via RT) <perlbug@perl.org>
49887              Date: 6 Aug 2002 04:28:15 -0000 (Tue 05:28 BST)
49888              Message-id: <rt-16000-32913.8.41582281961522@bugs6.perl.org>
49889      Branch: perl
49890            ! Configure
49891 ____________________________________________________________________________
49892 [ 17697] By: hv                                    on 2002/08/08  14:49:00
49893         Log: Subject: Doc patch for Class::Struct under 5.8.0
49894              From: Damian Conway <damian@conway.org>
49895              Date: Tue, 30 Jul 2002 23:03:14 +1000
49896              Message-id: <3D471FCF.1C7C6E6B@conway.org>
49897      Branch: perl
49898            ! lib/Class/Struct.pm
49899 ____________________________________________________________________________
49900 [ 17696] By: hv                                    on 2002/08/08  14:44:21
49901         Log: Subject: Re: [perl #15523] Memory Leak in split with trailing empty elements
49902              From: Slaven Rezic <slaven.rezic@berlin.de>
49903              Date: 31 Jul 2002 09:50:06 +0200
49904              Message-id: <87ado85ob5.fsf@vran.herceg.de>
49905      Branch: perl
49906            ! pp.c
49907 ____________________________________________________________________________
49908 [ 17695] By: hv                                    on 2002/08/08  14:40:41
49909         Log: Subject: [PATCH] Re: [perl #15479] perl 5.8.0 segfault
49910              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
49911              Date: Fri, 2 Aug 2002 00:13:10 +0200
49912              Message-id: <20020802001310.7e1dc694.rgarciasuarez@free.fr>
49913      Branch: perl
49914            + t/op/stash.t
49915            ! MANIFEST perl.h
49916 ____________________________________________________________________________
49917 [ 17694] By: hv                                    on 2002/08/08  14:31:55
49918         Log: Subject: Re: [RE-PATCH] Not OK: perl v5.8.0 on PA-RISC2.0 11.00
49919              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49920              Date: Wed, 31 Jul 2002 16:04:02 +0200
49921              Message-id: <20020731155005.4915.H.M.BRAND@hccnet.nl>
49922      Branch: perl
49923            ! hints/hpux.sh
49924 ____________________________________________________________________________
49925 [ 17693] By: hv                                    on 2002/08/08  14:25:16
49926         Log: Subject: [PATCH: lib/ExtUtils/MM_Unix.pm] Be less strict about what's POD.
49927              From: Abigail <abigail@foad.org>
49928              Date: Thu, 25 Jul 2002 08:52:52 -0700 (16:52 BST)
49929              Message-id: <20020725085252.A2703@ucan.foad.org>
49930      Branch: perl
49931            ! lib/ExtUtils/MM_Unix.pm
49932 ____________________________________________________________________________
49933 [ 17692] By: hv                                    on 2002/08/08  14:20:05
49934         Log: Subject: [PATCH] README.jp and README.cn
49935              From: Autrijus Tang <autrijus@autrijus.org>
49936              Date: Thu, 25 Jul 2002 07:05:11 +0800
49937              Message-id: <20020724230511.GA1327@not.autrijus.org>
49938      Branch: perl
49939            ! README.cn README.jp
49940 ____________________________________________________________________________
49941 [ 17691] By: hv                                    on 2002/08/08  14:01:50
49942         Log: Subject: [perl #15398] Usage::pod2usage looks for perldoc in $Config{bin} and not in $Config{scriptdir}
49943              From: Henrik Tougaard (via RT) <perlbug@perl.org>
49944              Date: 23 Jul 2002 13:45:49 -0000 (Tue 14:45 BST)
49945              Message-id: <rt-15398-31095.6.30466042998663@perl>
49946      Branch: perl
49947            ! lib/Pod/Usage.pm
49948 ____________________________________________________________________________
49949 [ 17690] By: rgs                                   on 2002/08/07  19:56:42
49950         Log: Doc fix : the symbol for COPs wasn't documented.
49951      Branch: perl
49952            ! opcode.pl
49953 ____________________________________________________________________________
49954 [ 17689] By: rgs                                   on 2002/08/06  20:45:30
49955         Log: Subject: Re: no warnings 'io';
49956              From: Nicholas Clark <nick@unfortu.net>
49957              Date: Sat, 27 Jul 2002 21:49:55 +0100
49958              Message-ID: <20020727204954.GB5117@Bagpuss.unfortu.net>
49959
49960              Plus a little bit of regression tests.
49961      Branch: perl
49962            ! t/lib/warnings/pp_hot util.c
49963 ____________________________________________________________________________
49964 [ 17688] By: rgs                                   on 2002/08/06  20:04:19
49965         Log: Subject: [PATCH] XS build fix for VMS
49966              From: "Craig A. Berry" <craigberry@mac.com>
49967              Date: Sun, 4 Aug 2002 12:13:06 -0500
49968              Message-ID: <a05111b07b97256e1c335@[172.16.52.1]>
49969      Branch: perl
49970            ! vms/descrip_mms.template
49971 ____________________________________________________________________________
49972 [ 17687] By: rgs                                   on 2002/08/06  19:50:12
49973         Log: PerlIO::scalar wasn't able to read from non-string
49974              scalar ; now stringifies its argument.
49975      Branch: perl
49976            ! ext/PerlIO/scalar/scalar.xs ext/PerlIO/t/scalar.t
49977 ____________________________________________________________________________
49978 [ 17686] By: rgs                                   on 2002/08/06  19:10:51
49979         Log: More regression tests for $^H and %^H.
49980              Add a TODO test for eval "" preserving %^H.
49981      Branch: perl
49982            ! t/comp/hints.t
49983 ____________________________________________________________________________
49984 [ 17685] By: hv                                    on 2002/08/05  22:42:09
49985         Log: Subject: Re: mention of "use sort" botched in perlfunc? + PATCH
49986              From: "John P. Linderman" <jpl@research.att.com>
49987              Date: Sun, 21 Jul 2002 12:13:32 -0400 (17:13 BST)
49988              Message-id: <200207211613.MAA69505@raptor.research.att.com>
49989      Branch: perl
49990            ! lib/sort.pm lib/sort.t
49991 ____________________________________________________________________________
49992 [ 17684] By: hv                                    on 2002/08/05  22:35:22
49993         Log: Integrate from perlio: change #17653 fixes bug RT15283
49994      Branch: perl
49995           !> ext/PerlIO/via/via.xs
49996 ____________________________________________________________________________
49997 [ 17683] By: hv                                    on 2002/08/05  22:26:45
49998         Log: Integrate from maint-5.6/macperl via macperl
49999              Changes 17660, 17661, 17662, 17663, 17664
50000      Branch: perl
50001           !> perl.c
50002 ____________________________________________________________________________
50003 [ 17682] By: hv                                    on 2002/08/05  15:04:54
50004         Log: Subject: Defined-or patch (cleaned up)
50005              From: "Brent Dax" <brentdax@cpan.org>
50006              Date: Fri, 26 Jul 2002 05:41:52 -0700 (13:41 BST)
50007              Message-id: <000001c234a1$d1ca72c0$6501a8c0@deepblue>
50008      Branch: perl
50009            + t/op/dor.t
50010            ! MANIFEST embed.h ext/B/B/Deparse.pm ext/Opcode/Opcode.pm
50011            ! keywords.h keywords.pl op.c opcode.h opcode.pl opnames.h
50012            ! perly.c perly.h perly.y perly_c.diff pod/perlop.pod pp.sym
50013            ! pp_ctl.c pp_hot.c pp_proto.h toke.c vms/perly_c.vms
50014            ! vms/perly_h.vms
50015 ____________________________________________________________________________
50016 [ 17681] By: hv                                    on 2002/08/05  14:41:23
50017         Log: typo
50018      Branch: perl
50019            ! keywords.h keywords.pl
50020 ____________________________________________________________________________
50021 [ 17680] By: hv                                    on 2002/08/05  14:33:39
50022         Log: warn that keywords.h is generated
50023      Branch: perl
50024            ! keywords.h keywords.pl
50025 ____________________________________________________________________________
50026 [ 17679] By: hv                                    on 2002/08/04  23:40:22
50027         Log: again: #17678 caused test failures in pod2html,
50028              in which $1 could leak from previous regexp
50029      Branch: perl
50030            ! mg.c
50031 ____________________________________________________________________________
50032 [ 17678] By: hv                                    on 2002/08/04  15:34:19
50033         Log: Subject: Re: [ID 20020704.001] my $foo = $1 won't taint $foo (with use re 'taint')
50034              From: hv@crypt.org
50035              Date: Sun, 04 Aug 2002 17:40:30 +0100
50036              Message-id: <200208041640.g74GeUU25061@crypt.compulink.co.uk>
50037      Branch: perl
50038            ! mg.c t/op/taint.t
50039 ____________________________________________________________________________
50040 [ 17677] By: hv                                    on 2002/08/04  15:25:25
50041         Log: Main branch no longer needs op/taint.t version check.
50042      Branch: perl
50043            ! t/op/taint.t
50044 ____________________________________________________________________________
50045 [ 17676] By: hv                                    on 2002/08/04  15:14:09
50046         Log: Subject: Re: [PATCH] Re: taint news
50047              From: Rick Delaney <rick.delaney@rogers.com>
50048              Date: 04 Aug 2002 00:28:58 EDT
50049              Message-ID: <m3heibs0vp.fsf@cs839290-a.mtth.phub.net.cable.rogers.com>
50050              Ref: 20020208.005
50051      Branch: perl
50052            ! pp_sys.c
50053 ____________________________________________________________________________
50054 [ 17675] By: hv                                    on 2002/08/04  01:48:36
50055         Log: Fix email address for Kragen Sitaker <kragen@pobox.com>.
50056      Branch: perl
50057            ! AUTHORS
50058 ____________________________________________________________________________
50059 [ 17674] By: hv                                    on 2002/08/04  01:30:11
50060         Log: Subject: [PATCH] AUTHORS
50061              From: Colin Watson <colinw@zeus.com>
50062              Date: Thu, 25 Jul 2002 15:54:37 +0100
50063              Message-id: <20020725145437.GC4921@zeus.com>
50064      Branch: perl
50065            ! AUTHORS
50066 ____________________________________________________________________________
50067 [ 17673] By: hv                                    on 2002/08/04  01:27:36
50068         Log: Subject: [PATCH] AUTHORS
50069              From: Walt Mankowski <waltman@pobox.com>
50070              Date: Sat, 20 Jul 2002 22:56:12 -0400 (Sun 03:56 BST)
50071              Message-id: <20020721025612.GB15958@pobox.com>
50072      Branch: perl
50073            ! AUTHORS
50074 ____________________________________________________________________________
50075 [ 17672] By: hv                                    on 2002/08/04  01:25:14
50076         Log: Subject: Re: mention of "use sort" botched in perlfunc?
50077              From: Michael G Schwern <schwern@pobox.com>
50078              Date: Sat, 20 Jul 2002 13:49:58 -0400 (18:49 BST)
50079              Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>
50080      Branch: perl
50081            ! pod/perlfunc.pod
50082 ____________________________________________________________________________
50083 [ 17671] By: hv                                    on 2002/08/04  01:11:32
50084         Log: Change version from 5.8.0 to 5.9.0.
50085      Branch: perl
50086            ! Configure NetWare/Makefile NetWare/config_H.wc
50087            ! Porting/config.sh Porting/config_H README.win32 config_h.SH
50088            ! cygwin/perlld.in epoc/config.sh epoc/createpkg.pl
50089            ! hints/dgux.sh installperl lib/ExtUtils/MM_NW5.pm makedef.pl
50090            ! patchlevel.h win32/Makefile win32/makefile.mk
50091            ! wince/Makefile.ce
50092 ____________________________________________________________________________
50093 [ 17656] By: ams                                   on 2002/07/28  06:12:33
50094         Log: Subject: [PATCH] Typo in regcomp.c
50095              From: Chris Ball <chris@cpan.org>
50096              Date: 26 Jul 2002 17:49:35 +0100
50097              Message-Id: <868z3yzb6o.fsf@void.printf.net>
50098              (With additional tweak to s_reginclasslen.)
50099      Branch: perl
50100            ! regcomp.c
50101 ____________________________________________________________________________
50102 [ 17655] By: jhi                                   on 2002/07/25  20:37:16
50103         Log: Upgrade to Unicode::Collate 0.20.
50104      Branch: perl
50105            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
50106            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
50107 ____________________________________________________________________________
50108 [ 17654] By: jhi                                   on 2002/07/23  16:33:52
50109         Log: Commas, schcommas.
50110      Branch: perl
50111            ! patchlevel.h
50112 ____________________________________________________________________________
50113 [ 17644] By: jhi                                   on 2002/07/19  18:55:18
50114         Log: Copy perldelta as perl58delta, purge the perldelta.
50115      Branch: perl
50116            + pod/perl58delta.pod
50117            ! MANIFEST pod/perldelta.pod
50118 ____________________________________________________________________________
50119 [ 17642] By: jhi                                   on 2002/07/19  16:37:39
50120         Log: Update Changes; mainly to get the DEVELNNNNN stamp back in business.
50121      Branch: perl
50122            ! Changes patchlevel.h
50123 ____________________________________________________________________________
50124 [ 17641] By: jhi                                   on 2002/07/19  16:31:08
50125         Log: Integrate perlio (no changes, but that's fine).
50126      Branch: perl
50127           !> embed.fnc perl.h
50128 ____________________________________________________________________________
50129 [ 17639] By: jhi                                   on 2002/07/19  00:47:18
50130         Log: It's all yours, Hugo.
50131      Branch: perl
50132            + Changes5.8
50133            ! Changes MANIFEST